yarden / MISO

MISO: Mixture of Isoforms model for RNA-Seq isoform quantitation
http://genes.mit.edu/burgelab/miso/index.html
132 stars 74 forks source link

Can't use the most recent version of samtools #107

Open MITiGEM2017 opened 7 years ago

MITiGEM2017 commented 7 years ago

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

baileyglen commented 7 years ago

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.

martinjvickers commented 7 years ago

Yes I can confirm this too.