YangLab / CLEAR

direct comparison of circular and linear RNA expression
20 stars 11 forks source link

Tophat2, Bowtie, Samtools compatibility problems #6

Closed battlerb closed 4 years ago

battlerb commented 4 years ago

Hi, there

I'm appreciate your hard-working for keeping upgrade CIRCexplorer pipeline. When I found your latest version CIRCexplorer3/CLEAR start using Hisat2 for the very first alignment, I cannot wait to try it.

However, I got a same problem as I met when I use CIRCexplorer2. Tophat2 (version 2.1.0) kept sending me error like :'Error running bowtie: Error while flushing and closing output'. Then I realized it was another compatibility problem with tophat2 and bowtie.
image

Then I tried to find solution across biostar and github. Finally I found that your answer in another issue which is bowtie (v0.12.9), tophat2 (v2.0.12) works very well (https://github.com/YangLab/CLEAR/issues/3). I installed those older version software and tried to run it again, then it raise an error seems like tophat2 do not know my Samtools version...... (Probably my Samtools v1.10 version is too high.) image

Is there any possible using other aligner like STAR to align un-mapped reads? Or would you please share your software version. I'm really appreciate for your help.

Regards

xingma commented 4 years ago

Hi battlerb, STAR also can be used to align unmapped reads. In addition, samtools (v0.1.19-44428cd), bowtie (v0.12.9), tophat2 (v2.0.12) and hisat2 (v2.0.5) works well. You may try these versions. Thanks.