-
Notifications
You must be signed in to change notification settings - Fork 116
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
Problems with samtools versions (1.10) #344
Comments
Yes, it is a floating point comparison bug. Please run |
Remember to run |
I tried to fix it by switching to a dotted-decimal $VERSION for comparison using "version" module. But not sure it is the correct way.
|
@chienchi that is a great core perl solution! i was thinking i would need |
Hello, I have the same issue but samtools 1.9 And $brew switch samtools 1.9 gives an error: Error: samtools not found in the Cellar. |
Same issue too after installing snippy via conda: conda install -c conda-forge -c bioconda -c defaults snippy Need samtools --version >= 1.7 but you have 1.10 - please upgrade it samtools 1.10 |
Hi everyone, I just got stuck in this problem as well and I think this solution can help. Cheer! |
Hi!
|
Until tseemann/snippy#344 is resolved.
Merge PR #20166, commits were: * Pin max version if samtools and bcftools for snippy Until tseemann/snippy#344 is resolved.
This bug will be fixed in snippy 4.5.0 |
Hi, I've recently upgraded samtools to version 1.10 via linuxbrew. Since this update snippy is broken, probably it presumes that v.1.10 < v.1.7
The text was updated successfully, but these errors were encountered: