Skip to content

bcftools mpileup issue calling indels #2381

Description

@tdunham19

Hello,

I have been recently working to develop a pipeline that performs iterative alignments, variant calling, and consensus generation for virus sequences. I have been using bcftools mpileup to perform the variant calling and have noticed insertions/deletions that shouldn't be there.

I downloaded publicly available sequence data and the consensus sequence generated for that data. I utilized the consensus sequence as the reference. The final consensus sequence has insertions and deletions that shouldn't be there and I presume this is due to settings within mpileup. I am using the following code within a nextflow module of my pipeline:

bcftools mpileup -f ${reference} -Ou -o ${meta.id}.vcf ${input}

Would anybody have any suggestions on other methods or ways that I can edit this code that will help me accurately call indels?

Thank you!
Tillie

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions