Generate head on vcf file from freebayes
0
0
Entering edit mode
7.8 years ago

well after medhat told me my vcf doesn't have header I try to figure out how to get it, my vcf file I got it with two ways

bin/freebayes --fasta-reference /media/cri/CRIS_DATA/ULT/OTRO2/otro/hg19.fa /media/cri/CRIS_DATA/ULT/OTRO2/otro/input.header.realigned.bam >/media/cri/CRIS_DATA/ULT/OTRO2/otro/freebayessample3.vcf


bin/freebayes --min-coverage 10 -V -f /media/cri/CRIS_DATA/ULT/OTRO2/otro/hg19.fa /media/cri/CRIS_DATA/ULT/OTRO2/otro/input.header.realigned.bam >/media/cri/CRIS_DATA/ULT/OTRO2/otro/freebayessample.vcf

Is any command to add to get my head on the file?

Thanks

vcf • 1.7k views
ADD COMMENT
0
Entering edit mode

FreeBayes outputs VCF headers by default (at least, the current version does). Are you sure the VCF with missing header is direct output from FreeBayes, or after additional processing (e.g., BEDtools 'subtract' removes headers)?

ADD REPLY
0
Entering edit mode

from the documentation page the command is

freebayes -f ref.fa aln.bam >var.vcf

and it should have the header by default what was the command you used for the alignment and is it was to the same reference

/media/cri/CRIS_DATA/ULT/OTRO2/otro/hg19.fa

ADD REPLY

Login before adding your answer.

Traffic: 2334 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6