consensus sequence calling
1
0
Entering edit mode
19 days ago
G.S ▴ 10

Hi all,

I would like to call the consensus sequence for my virus sequence. I have tried this command but I am getting empty seq_89.vcf.gz output

Here is the command I used:

Generate your bam file as usual

samtools sort -@ 56 seq-89-highquality.bam -o seq-89-highquality.sorted.bam 


bcftools mpileup -Ou -f KT992094.1.fasta seq-89-highquality.sorted.bam --threads 56 --annotate FORMAT/AD,INFO/AD | bcftools call -mv -Oz --ploidy 2 --threads 56 > seq_89.vcf.gz 

Any help would be much appreciated and thanks in advance

consensus • 187 views
ADD COMMENT
0
Entering edit mode
19 days ago
bk11 ★ 2.5k

Please check out these posts Generating consensus sequence from bam file

ADD COMMENT

Login before adding your answer.

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