motu-tool / mOTUs

motus - a tool for marker gene-based OTU (mOTU) profiling
GNU General Public License v3.0
144 stars 24 forks source link

Incompatible with new versions of samtools? #115

Closed Ge0rges closed 9 months ago

Ge0rges commented 1 year ago

Hello,

I was wondering if the dependency requirements could be bumped to use more recent versions of htslib implementing recent bug fixes.

Thank you

hjruscheweyh commented 10 months ago

Hello @Ge0rges

mOTUs is using samtools only for reading/writing/sorting bam files and not editing. The used functions should be relatively stable in htslib/samtools releases. So yes, using a newer version of samtools should not create any issue. However we cannot test this at the moment.

Best, Hans