MISO icon indicating copy to clipboard operation
MISO copied to clipboard

Can't use the most recent version of samtools

Open MITiGEM2017 opened this issue 8 years ago • 2 comments

Running on Ubuntu 14.04. When we use the samtools package from the Ubuntu repository (0.1.19), all tests pass fine. However, if I install the most recent version of samtools (1.5), then the tests fail with the following error:

Sorting BAM file...

  • Executing: samtools sort /home/urop/src/MISO/misopy/test-output/sam-output/c2c12.Atp2b1.bam /home/urop/src/MISO/misopy/test-output/sam-output/c2c12.Atp2b1.sorted [bam_sort] Use -T PREFIX / -o FILE to specify temporary and final output files Usage: samtools sort [options...] [in.bam]

MITiGEM2017 avatar Aug 02 '17 14:08 MITiGEM2017

I can confirm this. The issue is that samtools sort now requires an explicit -o flag for the output. Going to attempt to fix this.

baileyglen avatar Aug 16 '17 14:08 baileyglen

Yes I can confirm this too.

martinjvickers avatar Oct 27 '17 10:10 martinjvickers