It looks like you're new here. If you want to get involved, click one of these buttons!
Hi, We have some annotation files, for example a GTF file of UCSC's "Known Genes" in hg19 coordinates. We'd like to convert this to b37 coordinates. What's the best way to go about doing this? Assistance would be appreciated! Thanks in advance, Lao
Answers
If you can convert those files to VCF then you can use our liftover script (described on this forum). Otherwise, you won't be able to do this through the GATK.
Eric Banks, PhD -- Group Leader, Methods Development, MPG, Broad Institute of Harvard and MIT
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •I am trying to convert a vcf file of b36 build to hg19. First few line of my vcf file:
I have the vcf file validated using vcftools vcf-validator. But when I use the LiftOverVariants tool, it gives me the error: The providedVCF file is malformed at approximately line number 13: Trying to create a VariantContext with a ID key. Please use provided constructor argument ID.
Please can someone tell me how to fix this? Thanks
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •You cannot have an ID key in the INFO field.
-- Mark A. DePristo, Ph.D. Co-Director, Medical and Population Genetics Broad Institute of MIT and Harvard
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •@sej1985 - Mark is correct that in GATK 2.2 "ID" is an invalid key for the INFO field of the VCF. However this restriction will be lifted for our 2.3 release whenever that comes out. Thanks for posting this.
Eric Banks, PhD -- Group Leader, Methods Development, MPG, Broad Institute of Harvard and MIT
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •