Various non-important fixes and comments

This commit is contained in:
Celine Mercier
2018-07-28 17:07:17 +02:00
parent 895d09b133
commit b98880b7fa
10 changed files with 6 additions and 20 deletions

View File

@ -37,7 +37,7 @@ def addOptions(parser):
group.add_argument('--merge-ids', '-e',
action="store_true", dest="uniq:mergeids",
default=False,
help="ONLY WORKING ON SMALL SETS FOR NOW Add the merged key with all ids of merged sequences.")
help="ONLY WORKING ON SMALL SETS FOR NOW Add the merged key with all ids of merged sequences.") # TODO ?
group.add_argument('--category-attribute', '-c',
action="append", dest="uniq:categories",