Changes

From Genome Analysis Wiki
Jump to navigationJump to search
→‎Filtered VCF: since the uncompressed vcf isn't created, use zless on the compressed
Line 244: Line 244:     
Let's look at the filtered sites file.
 
Let's look at the filtered sites file.
  less -S ${OUT}/vcfs/chr22/chr22.filtered.sites.vcf
+
  zless -S ${OUT}/vcfs/chr22/chr22.filtered.sites.vcf.gz
    
* Scroll down until you find some variants.
 
* Scroll down until you find some variants.
Line 412: Line 412:  
<li><code>1|1</code>; Homozygous Alt (C)</li>
 
<li><code>1|1</code>; Homozygous Alt (C)</li>
 
</ul>
 
</ul>
 +
Note the '|' instead of '/'.  The '|' indicates it is now phased.
 
</div>
 
</div>
 
</div>
 
</div>
61

edits

Navigation menu