-
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
Error in running snippy-multi #527
Comments
Jumping in with an unsolicited opinion. Could it be that some of the dependencies are not working? try doing |
Thank you for the reply @alanxelena Yes, you are correct, that is the dependencies issue. I need to have samtools version >= 1.3. I tried to run
But, it is a weird, beacuse I get this output when I run
I have samtools version 1.16.1 installed in my computer. |
Hey @adimascf Happy I could help. There is an issue with the way snippy detects versions, so 1.16 is apparently read as 1.1 and so you get this error. There was a thread about it somewhere, I don't know if it was here or somewhere else, I'll have to check. The solution was to make a little modification in snippy's code. Cheers! EDIT: Here it is #344 The solution was posted by a user called chienchi |
Thank you again @alanxelena. I have downgraded the samtools version to 1.9 now, using
Seems it will work now, I will try using my data later. |
Oh, yes, downgrading was another option, I don't know if there were many major changes that can affect the functionality of snippy though. Glad it works! |
I get an error message when running snippy-multi for my .fastq files
ERROR: Could not find .aligned.fa/.vcf in (snippy folder)
. When I open the folder indeed .aligned.fa/.vcf is not found. The snps.log file says[markdup] error reading header
. The .bam file is empty as well.I am trying using contigs as input but getting the same error. Is there any solution to this issue?
Thank you
The text was updated successfully, but these errors were encountered: