Skip to content

Commit f6110af

Browse files
committed
mod
1 parent efdcd25 commit f6110af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/GToTree-gen-iToL-map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ required = parser.add_argument_group('required arguments')
1111

1212
required.add_argument("-s", "--all_genomes_summary", help="All_genomes_summary_info.tsv file from a typical GToTree run", action="store", dest="summary", required=True)
1313

14-
required.add_argument("-g", "--target_genomes", help="Single-column file with the genomes to color (should match their initial IDs when given to GToTree, e.g. input file with no extension, or NCBI accessions)", action="store", dest="target_genomes", required=True)
14+
required.add_argument("-g", "--target_genomes", help="Single-column file with the genomes to color (should match their initial IDs when given to GToTree, which is what is in the first column of the input genomes summary file, e.g. input file with no extension, or NCBI accessions)", action="store", dest="target_genomes", required=True)
1515
parser.add_argument("-o", "--output_file", help='Output file for iToL (default: "iToL-colors.txt")', action="store", dest="output_file", default="iToL-colors.txt")
1616

1717
if len(sys.argv)==1:

0 commit comments

Comments
 (0)