snippy icon indicating copy to clipboard operation
snippy copied to clipboard

samtools version1.11

Open Xiaojun928 opened this issue 3 years ago • 2 comments

Hi,

When I tested snippy, it showed this warning and exited,

Need samtools --version >= 1.7 but you have 1.11 - please upgrade it

But the latest version of samtools is v1.11, which was installed by conda. Should I only use samtools v1.7 to v1.9?

Best regards, Xiaojun

Xiaojun928 avatar Oct 30 '20 02:10 Xiaojun928

I had a similar issue when I installed snippy into a mixed conda environment. When I created a new conda environment and installed only snippy into it the problem went away.

Jtrachsel avatar Nov 09 '20 20:11 Jtrachsel

Thanks for your reply! I solved this problem by commenting out this line parse_version( 'samtools --version', 1.7, qr/samtools\s(\d+\.\d+)/ms )

Xiaojun928 avatar Nov 10 '20 01:11 Xiaojun928