BCF file is too big? (from 3,73 GB sorted.bam file to over 200 GB BCF)
1
1
Entering edit mode
8.0 years ago
mhmtgenc85 ▴ 50

I Have a sorted BAM file which is 3,73 GB in size and I use this command;

$ samtools mpileup -u -f wholegenome.fa oz.sorted.bam > oz.bcf

and having a BCF file which is over 200 GB and going file. Is it normal?

alignment next-gen SNP • 2.1k views
ADD COMMENT
1
Entering edit mode
8.0 years ago

The -u flag means you are writing out uncompressed BCF. Use -g instead to write out compressed BCF.

ADD COMMENT
0
Entering edit mode

tthanks for tthe reply and what would be the size of vcf file generated from 200 GB bcf file?

ADD REPLY

Login before adding your answer.

Traffic: 1985 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