-
Notifications
You must be signed in to change notification settings - Fork 40
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
Segmentation fault (core dumped) #170
Comments
Hi, can you please provide the version of ivar your using and a sample file? |
Hello, I'm having this same issue. Upon running the following command:
I'm using iVar v1.4.2, Samtools v1.9, and HTSlib v1.9 installed from conda. Attached is the sample BAM file in question. |
Thanks for the sample file @watronfire, our team will get right on that! |
I ran gdb and it seems like the issue is related to the primer parsing.
|
okay thanks for providing that. we're actually pushing a change to the way we handle this portion of the code anyways - it's passed testing and just waiting review |
Describe the bug
Reading from SRR25144788_MN908947_3_bwa-mem_sorted.bam
Minimum Read Length based on 1000 reads: 50
Segmentation fault (core dumped)
To Reproduce
ivar trim -i SRR25144788_MN908947_3_bwa-mem_sorted.bam -p trimmed
The text was updated successfully, but these errors were encountered: