-
Notifications
You must be signed in to change notification settings - Fork 15
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
SAMtools 1.15 is a more recent release than 1.3. #19
Comments
OK, I resorted to going in and editing the code of phame lines 157 and 158:
That seems to have done the job :-) |
Thank you David. Are you using phame that came with the conda installation or the latest version from github? |
@mshakya. thanks for the reply. Yes, I am using the version installed via conda. I can provide paths, version numbers etc. if required. |
HI @davidjstudholme and @mshakya , I am having the same problem: PHaME complains "Need samtools --version >= 1.3 but you have 1.19 - please upgrade it." There seem to be 2 possible solutions, but I can't get either to work. (Apologies if answers are obvious, I'm not a developer)
I've tried "conda update" and "conda install phame=1.0.3", but "phame -v" always gives me 1.0.2, and the dependencies are still a problem. Is there a way to resolve the phame versions discrepancy and get the newest, fixed version into miniconda?
|
Hey @robmcooper . I did some trouble shooting and this is what worked for me clone repo create and activate an evironment install phame try the test file
The test worked for me, if it works than proceed to creating .ctl file and running it as normal if samtools error proceed to check samtools version making sure v1.3 or greater check bcftools making sure v1.3 or greater if
if it still doesn't open phame executable comment out lines 162 and 163
I hope this helps. |
This issue is similar to, but distinct from issue #11.
I have installed PhaME via conda and when I attempt to execute it, I get:
[13:18:16] Need samtools --version >= 1.3 but you have 1.15 - please upgrade it.
Now, based on the list of releases on the SAMtools GitHub repo, version 1.15 is indeed more recent than (>) 1.3. So, I am not sure whether this is an issue with PhaME or whether SAMtools is using an unorthodox releasing numbering scheme. Either way, PhAME is incorrectly inferring that the SAMtools version is too old.
The text was updated successfully, but these errors were encountered: