Does anyone have a script or know of one that is capable of converting the VCF file output of Dindel into the BED format output of the GATK's IndelGenotyper?
From this:
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMPLE
9 10018192 0 GGA G 453 PASS DP=29;NF=0;NR=8;NRS=2;NFS=8;HP=2 GT:GQ 1/1:32
9 80919955 0 G GT 456 PASS DP=61;NF=0;NR=9;NRS=0;NFS=10;HP=1 GT:GQ 1/1:38
To this:
9 10018192 10018194 -GA:10/10
9 80919955 80919955 +T:12/13
The main reason I ask is that I'd like to use SeattleSeq to annotate my indel calls from Dindel but the only indel type format they accept right now is the GATK BED format.
Any thoughts?
Thanks,
From this:
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMPLE
9 10018192 0 GGA G 453 PASS DP=29;NF=0;NR=8;NRS=2;NFS=8;HP=2 GT:GQ 1/1:32
9 80919955 0 G GT 456 PASS DP=61;NF=0;NR=9;NRS=0;NFS=10;HP=1 GT:GQ 1/1:38
To this:
9 10018192 10018194 -GA:10/10
9 80919955 80919955 +T:12/13
The main reason I ask is that I'd like to use SeattleSeq to annotate my indel calls from Dindel but the only indel type format they accept right now is the GATK BED format.
Any thoughts?
Thanks,
Comment