You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argument_group.add_argument("--genomes", nargs='+', help="Reference genomes for read mapping")
938
941
argument_group.add_argument("--genomes-list", help="Reference genomes for read mapping newline separated")
939
942
argument_group.add_argument("--coassembly-samples", nargs='+', help="Restrict coassembly to these samples. Remaining samples will still be used for recovery [default: use all samples]", default=[])
943
+
argument_group.add_argument("--coassembly-samples-list", help="Restrict coassembly to these samples, newline separated. Remaining samples will still be used for recovery [default: use all samples]", default=[])
940
944
941
945
defadd_evaluation_options(argument_group):
942
946
argument_group.add_argument("--checkm-version", type=int, help="CheckM version to use to quality cutoffs [default: 2]", default=2)
0 commit comments