Changes

From Genome Analysis Wiki
Jump to navigationJump to search
9 bytes removed ,  15:16, 29 August 2012
no edit summary
Line 12: Line 12:  
! Description
 
! Description
 
|-  
 
|-  
|style=white-space:nowrap|<code>--in <file></code>
+
|style=white-space:nowrap|<code>--in <filename></code>
| Input VCF file. The latest 1000 Genomes files can be found [ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/release/20110521/phase1_integrated_calls.20101123.ALL.panel here]
+
| Input VCF file. The latest 1000 Genomes files can be found [ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/release/20110521/phase1_integrated_calls.20101123.ALL.panel here].
 
|-  
 
|-  
| <code>--out <file></code>
+
| <code>--out <filename></code>
| Output VCF filename
+
| Output VCF filename.
 
|-
 
|-
| <code>--states 200</code>
+
| <code>--uncompress</code>
| Number of haplotypes to consider during each update. Increasing this value will typically lead to better haplotypes, but can dramatically increase computing time and memory use. A value of 200 - 400 is typical.  
+
| write an uncompressed VCF output file.
 
|-
 
|-
| <code>--rounds 20</code>
+
| <code>--sampleSubset <filename></code>
| Iterations of the Markov sampler to use for haplotyping. Typically, using 20 - 30 rounds should give good results. To obtain better results, it is usually better to increase the <code>--states</code> parameter.
+
| file with samples IDs to keep (one sample ID per line).
 +
|-
 +
| <code>--minAC</code>
 +
| minor allele count to keep.
 +
|-
 +
| <code>--filterList <filename></code>
 +
| filename of file containing regions to include. <br>format: start end <br> start & end positions should be 1-based inclusive positions.
 +
|-
 +
| <code>--params</code>
 +
| print the parameter settings
 
|-
 
|-
 
|}
 
|}
 +
    
[[Category:Software]]
 
[[Category:Software]]
550

edits

Navigation menu