Read stats on SNP after GBSHapMapFiltersPlugin

159 views
Skip to first unread message

Sheina Sim

unread,
Nov 9, 2014, 1:27:57 AM11/9/14
to tas...@googlegroups.com
Is there any way to generate a VCF file after the SNPs are merged and filtered?

I would like to get some basic stats on the read depth of each locus and per individual for only the SNPs we get after running MergeTagsByTaxaFilesPlugin and GBSHapMapFiltersPlugin.  

Thanks!

Jeff Glaubitz

unread,
Nov 10, 2014, 12:23:51 PM11/10/14
to tas...@googlegroups.com

Open the hmp format genotype file in the Tassel 5 GUI (Data|Load) and then export it as VCF (Data|Export).

 

Or use the Tassel 5 command line:

/path/to/tassel5-standalone/run_pipeline.pl -Xmx4g -fork1 -h myGenos.hmp.txt.gz -export myGenos.vcf -exportType VCF -runfork1

 

Substituting the actual name of your file for “myGenos”.

 

--

Jeff Glaubitz

Project Manager

Biology of Rare Alleles in Maize and its Wild Relatives

National Science Foundation award IOS-1238014

http://www.panzea.org

Institute for Genomic Diversity

Cornell University

175 Biotechnology Bldg

Ithaca, NY 14853

Phone: 607-255-1386

jcg...@cornell.edu

--
You received this message because you are subscribed to the Google Groups "TASSEL - Trait Analysis by Association, Evolution and Linkage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tassel+un...@googlegroups.com.
To post to this group, send email to tas...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tassel/6e3c7431-dcab-4d45-8666-65f4719635f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sheina Sim

unread,
Nov 10, 2014, 12:30:33 PM11/10/14
to tas...@googlegroups.com
Hi Jeff,

Thanks for your reply!  I have used one of the Tassel modules before to change my .hmp file into a .vcf file, and though some things changed (the file extension and some comments appeared), the file did not actually have the sort of read information I was looking for since .hmp files do not have that sort of read information.  Is this a new feature from Tassel 5?  Where does the read information come from?

Thanks again!
Sheina

Jeff Glaubitz

unread,
Nov 10, 2014, 12:44:32 PM11/10/14
to tas...@googlegroups.com

Sorry, I am brain dead today.  You are right: depth is lost.  Try instead the Tassel 4 pipeline with the -vcf option at the DiscoverySNPCallerPlugin step.

 

Or the Tassel 5 pipeline, where hdf5 (*.h5) output (including depth information) is produced by ProductionSNPCallerPlugin.  You can then use the GUI or the command line to convert to VCF:

/path/to/tassel5-standalone/run_pipeline.pl -Xmx4g -fork1 -h5 myGenos.h5 -export myGenos.vcf -exportType VCF -runfork1

 

Best,

 

Jeff

Reply all
Reply to author
Forward
0 new messages