Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird variant TSV output #179

Open
Norina28 opened this issue May 2, 2024 · 1 comment
Open

weird variant TSV output #179

Norina28 opened this issue May 2, 2024 · 1 comment

Comments

@Norina28
Copy link

Norina28 commented May 2, 2024

Describe the bug
Hello,
I have a weird variant TSV output when I provide the gff file with a reference with multiple contigs. More or less each variant is duplicate/triplicate with the same values except the annotation columns( GFF_FEATURE, REF_CODON, REF_AA, ALT_CODON, ALT_AA). And when I go to search the GFF features, they belong to other contigs, the only thing it matches is the nt number. For example pos 30 of contig1, I get the gff features of pos 30 of other contigs.

To Reproduce
this is the command I ran:
samtools mpileup -aa -A -d 0 -B -Q 0 --reference MRSN599975.fasta MRSN599975negative_sort.bam | ivar variants -p MRSN599975negative -r MRSN599975.fasta -g annot.gff

Expected behavior
If I ran the variant without gff file everything is fine.

Screenshots

Screenshot 2024-05-02 at 12 32 55 PM

Thank you!

@Norina28
Copy link
Author

Does anyone have any idea why it is happening?

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

No branches or pull requests

1 participant