nunofonseca / irap

integrated RNA-seq Analysis Pipeline
GNU General Public License v3.0
82 stars 33 forks source link

Proper paired-end behaviour for featureCounts #89

Closed pinin4fjords closed 5 years ago

pinin4fjords commented 6 years ago

Further to a previous PR (https://github.com/nunofonseca/irap/pull/88) submitted to address issues with exon-level quantification, this addresses the current lack of proper paired end handling when running featureCounts.

In order to count properly by fragment, the -p option needs to be passed for paired-end libraries. That is what this PR accomplishes.