Set of click commands for bio base
Compare changes
+ 27
− 1
@@ -354,7 +354,6 @@ def cmc(filename, ncolumns=None):
@@ -419,6 +418,33 @@ def load_score(filename, ncolumns=None, minimal=False, **kwargs):
From #65 (closed)
Provide commands in bio base:
All commands use bio related input files (4-col 5-col formats).
Implementation and structure of plot in bob.measure
is used as often as possible to avoid duplication.
Needs bob.measure!52 (merged) to be merged.