Closed WardDeb closed 2 years ago
Hi @WardDeb
Sorry hadn't realised you submitted a PR; I have now tried to implement an option --single_end
that should allow you to skip the paired-end auto-detection altogether. Can you please clone the dev version and see if it now works for you?
Works as a charm,
thanks a lot !
Glad to hear it, thanks for bringing this to my attention!
Hi,
I've hit a case where I have single-end data aligned with STAR. Running with flags:
gave me the error:
Unable to detect library type automatically, please specify whether the file is single- or paired-end manually
It doesn't seem that I can specify single-end (as --paired is a flag). Adding the ID:STAR circumvents this error, though I'm not sure if it makes sense to solve this here (not really familiar with perl).
Kind regards,
WardDeb