Skip to content

Commit

Permalink
Merge branch 'dev' into fix_trim_multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick authored Nov 24, 2023
2 parents 113dd9e + 2e4a8ce commit 2cb7fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix channel i/o issue in StringTie workflow and add StringTie in github CI tests [#416](https://github.com/nf-core/rnafusion/pull/416)
- Updated COSMIC database to fix 404 error while downloading fusionreport references [#420](https://github.com/nf-core/rnafusion/pull/420)
- Update modules, and make sure MultiQC displays the QC results properly [#440](https://github.com/nf-core/rnafusion/pull/440)
- Add 'when' condition to run collectinsertsize [#444](https://github.com/nf-core/rnafusion/pull/444)

### Removed

Expand Down
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ process {
}

withName: PICARD_COLLECTINSERTSIZEMETRICS {
ext.when = { !params.skip_qc && !params.fusioninspector_only && (params.starfusion || params.all) }
ext.prefix = { "${meta.id}_collectinsertsize"}
publishDir = [
path: { "${params.outdir}/picard" },
Expand Down

0 comments on commit 2cb7fc5

Please sign in to comment.