To ease the burden on OPs, we've introduced the following quality of life changes for the RNAseq workflow:
rmats_read_length is no longer a required input
rmats_variable_read_length no longer has a default value
The rMATs workflow now has a tool that will poll the first 1000000 reads from the input bam and report the each read length observed as well as how many times that read length is observed. The tool will then report two values: first, the read length is defined as the read length that was most observed; second, if more than one read length is observed it will return variable read length as true.
If the user wishes to override either of the values calculated by this tool, they can provide the values at workflow input. The workflow will always defer to user provided values and only use the calculated values when no user input is provided.
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Description
To ease the burden on OPs, we've introduced the following quality of life changes for the RNAseq workflow:
Closes https://github.com/d3b-center/bixu-tracker/issues/1864
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: