fix: Enhance RSEM output exports and remove unnecessary star_rsem check #1667
+25
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist
This comment contains a description of changes (with reason).
Remove unnecessary check for star_rsem unaligned BAM creation
STAR_RSEM automatically generates unaligned BAM files during the
quantification process, so this validation check is not needed.
Export additional RSEM quantification outputs for completeness
Added merged_genes_long and merged_isoforms_long to the emit block
in the QUANTIFY_RSEM workflow to preserve complete quantification
results for downstream analysis.
If you've fixed a bug or added code that should be tested, add tests!
If you've added a new tool - have you followed the pipeline conventions in the contribution docs
If necessary, also make a PR on the nf-core/rnaseq branch on the nf-core/test-datasets repository.
Make sure your code lints (
nf-core pipelines lint).Ensure the test suite passes (
nextflow run . -profile test,docker --outdir <OUTDIR>).Check for unexpected warnings in debug mode (
nextflow run . -profile debug,test,docker --outdir <OUTDIR>).Usage Documentation in
docs/usage.mdis updated.Output Documentation in
docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).