Skip to content

Commit 564c14a

Browse files
authored
Update ntroot (#35)
* Update ntroot * Update README.md
1 parent c4fb19c commit 564c14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ optional arguments:
6767
--reads READS Prefix of input reads file(s) for detecting SNVs. All files in the working directory with the specified prefix will be used. (fastq, fasta, gz, bz, zip)
6868
--genome GENOME [GENOME ...]
6969
Genome assembly file(s) for detecting SNVs compared to --reference
70-
-l L input VCF file with annotated variants (e.g., clinvar.vcf)
70+
-l L input VCF file with annotated variants (e.g., clinvar.vcf, 1000GP_integrated_snv_v2a_27022019.GRCh38.phased_gt1.vcf.gz)
7171
-k K k-mer size
7272
--tile TILE Tile size for ancestry fraction inference (bp) [default=5000000]
7373
--lai Output ancestry predictons per tile in a separate output file

ntroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def set_up_parser():
3232
parser.add_argument("--genome",
3333
help="Genome assembly file(s) for detecting SNVs compared to --reference", nargs="+")
3434
parser.add_argument("-l",
35-
help="input VCF file with annotated variants (e.g., clinvar.vcf)",
35+
help="input VCF file with annotated variants (e.g., clinvar.vcf, 1000GP_integrated_snv_v2a_27022019.GRCh38.phased_gt1.vcf.gz)",
3636
type=str, required=True)
3737

3838
parser.add_argument("-k",

0 commit comments

Comments
 (0)