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
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