snayfach / MIDAS

An integrated pipeline for estimating strain-level genomic variation from metagenomic data
http://dx.doi.org/10.1101/gr.201863.115
GNU General Public License v3.0
120 stars 52 forks source link

samtools errors #125

Open tbazilegith opened 2 years ago

tbazilegith commented 2 years ago

I was running midas as a module, module load midas /1.3.2 I encountered this error Error: could not execute samtools binary: samtools (exited with error code 127) To solve this issue, follow these steps: 1) Download samtools v1.4: https://github.com/samtools/samtools/releases/download/1.4/samtools-1.4.tar.bz2 2) Unpack and compile the software on your system 3) Copy the new samtools binary to:

Then followed the above instructions downloading, but the binary file samtools is not among the file downloaded, Therefore I got the same error

Eco-Luozhh commented 2 years ago

Hello, have u fixed it?