Skip to content

Commit c66f8f6

Browse files
authored
Update README.md (#63)
1 parent 0fe8dfe commit c66f8f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ optional arguments:
131131
information (marked by 'N'). If specified, simulations
132132
will be masked in a manner mirroring windows drawn
133133
from this file.
134+
--vcfForMaskFileName VCFFORMASKFILENAME
135+
Path to a VCF file that contains genotype information. This will be used to mask genotypes in a manner that mirrors how the true data are masked.
136+
--popForMask POPFORMASK
137+
The label of the population for which we should draw genotype information from the VCF for masking purposes.
138+
--sampleToPopFileName SAMPLETOPOPFILENAME
139+
Path to tab delimited file with population assignments (used for genotype masking); format: SampleID popID
140+
--unmaskedGenoFracCutoff UNMASKEDGENOFRACCUTOFF
141+
Fraction of unmasked genotypes required to retain a site (default=0.75)
134142
--chrArmsForMasking CHRARMSFORMASKING
135143
A comma-separated list (no spaces) of chromosome arms
136144
from which we want to draw masking information (or

0 commit comments

Comments
 (0)