This is the official development repository for BCFtools. See installation instructions and other documentation here http://samtools.github.io/bcftools/howtos/install.html
I am trying to use bcftools 1.17 to call variants in bacterial genomes with PacBio CCS data.
I attempted to use the mapped CSS reads, but kept running into segmentation fault errors and got troncated results. So I opted to assemble the reads first and to use mpileup and call afterwards.
It seems to work for substitutions and larger indels. However, I tried many parameters and cannot find a way to detect 1 nucleotide deletions.
Here is one of them in IGV:
Hello,
I am trying to use bcftools 1.17 to call variants in bacterial genomes with PacBio CCS data.
I attempted to use the mapped CSS reads, but kept running into segmentation fault errors and got troncated results. So I opted to assemble the reads first and to use mpileup and call afterwards.
It seems to work for substitutions and larger indels. However, I tried many parameters and cannot find a way to detect 1 nucleotide deletions. Here is one of them in IGV:
And here is the command I used:
Is there a way to detect those small indels in long read assembly data with bcftools?
Thank you and have a nice day.