Skip to content

Commit

Permalink
resolve #1: better file description for the --source-manifest option …
Browse files Browse the repository at this point in the history
…of the compare_gold_standard script
  • Loading branch information
lemieuxl committed Jul 23, 2014
1 parent e9406d8 commit cfe04ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Misc/compare_gold_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,10 @@ def __str__(self):
"identity and tab separated. For each row, first "
"sample is Gold Standard, second is source panel."))
group.add_argument("--source-manifest", type=str, metavar="FILE",
help="The illumina marker manifest.")
help=("The illumina marker manifest. This file should have "
"tabs as field separator. There should be no lines "
"before the main header line. There should be no "
"lines after the last data line."))
group.add_argument("--source-alleles", type=str, metavar="FILE",
help=("A file containing the source alleles (TOP). Two "
"columns (separated by tabulation, one with the "
Expand Down

0 comments on commit cfe04ef

Please sign in to comment.