MIDAS
MIDAS copied to clipboard
samtools errors
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:
- Download samtools v1.4: https://github.com/samtools/samtools/releases/download/1.4/samtools-1.4.tar.bz2
- Unpack and compile the software on your system
- 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
Hello, have u fixed it?