Changes

From Genome Analysis Wiki
Jump to navigationJump to search
182 bytes added ,  18:29, 11 July 2017
Line 76: Line 76:  
** If you still need the sex column in <code>.fam</code> file to be correctly updated, then supply a sex file using <code>--sexFile SomeFile</code> where <code>SomeFile</code> has two columns: the first column has the names of samples as found in the VCF file, the second columns has M (for males) or F (for females).
 
** If you still need the sex column in <code>.fam</code> file to be correctly updated, then supply a sex file using <code>--sexFile SomeFile</code> where <code>SomeFile</code> has two columns: the first column has the names of samples as found in the VCF file, the second columns has M (for males) or F (for females).
 
* If your input VCF dosage file has '''males as haploids''' and '''also has GT information''', the tool with automatically determine the sex of the samples and report them in the output <code>.fam</code> file. No extra parameters are required.
 
* If your input VCF dosage file has '''males as haploids''' and '''also has GT information''', the tool with automatically determine the sex of the samples and report them in the output <code>.fam</code> file. No extra parameters are required.
** If GT tags are NOT available, you would need to supply the sex file as described above. Otherwise it might crash.
+
** If GT tags are NOT available, you would need to supply the sex file as described above. Otherwise it will throw an error.
 +
** '''NOTE''': If your VCF file has males as haploids, do NOT use <code>--samePloidy</code> as the code would NOT throw any error, but the output results would be erroneous.
    
= Command Line Options =
 
= Command Line Options =
487

edits

Navigation menu