Skip to content

Commit

Permalink
Merge pull request #444 from nf-core/fix_collectinsertsize
Browse files Browse the repository at this point in the history
add conditions for collectinsertsize running
  • Loading branch information
rannick authored Nov 24, 2023
2 parents 7951b32 + dead314 commit 2e4a8ce
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 @@ -28,6 +28,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)
- 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 @@ -165,6 +165,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 2e4a8ce

Please sign in to comment.