Entering edit mode
7.9 years ago
bioguy24
▴
230
Looking for a tool that can covert variants that were aligned to hg38 to hg19. That is the below variants (~370) are throwing an error because I am using the hg19 and they were aligned to hg38 so the references may be different at positions.
chr4 70501545 rs28560191 C A UGT2A1;UGT2A2
chr5 112385005 rs7726162 A C MCC
chr7 2578238 rs62907961 C T BRAT1
Thank you :).
The tool seems to work using the command:
However throws an error:
the input vcf looks like:
Any suggestions on the vcf format? Thank you :).
did you check your java version?
java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
OS= ubuntu 14.04
Thank you :).
Just putting the Gene in the INFO is not a valid VCF. should be something like
with a ##INFO header...
I have changed the vcf to the following (just filtering the original vcf to the regions of interest:
the I run picard liftovervcf and get:
Thank you :).
I guess I don't understand the error, I added the line in bold to ##INFO:
Thank you :).