Integrates the rmats workflow into the RNAseq pipeline
Changed the star align cwl so that it can handle uncompressed fastqs. The current pipeline fails during RSEM if the user provides uncompressed fastq files because our implementation of star align is specifically tailored to compressed files and returns an empty BAM if given uncompressed fastqs. So I just made it so if star align does not see the GZ file extension it does use zcat inappropriately.
Description
This PR does four things:
Part of https://github.com/d3b-center/bixu-tracker/issues/1295
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Test Configuration:
Checklist: