Closed
Description
From the mailing list, it turns out that bamCoverage --filterRNAstrand something
will ignore --extendReads
. This can be fixed by adding --Offset 1 -1
, which was quite clever on the part of the person who submitted the report, but that shouldn't be needed.
There are two good fixes:
- Add support for read extension to the
filterRNAstrand
class. - Check for
--filterRNAstrand
and set--Offset
to[1, -1]
in such cases. This has the benefit of reducing the amount of code that needs maintaining.