Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Sep 29, 2023
1 parent 1ad4190 commit 8bc032f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ process {
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
]
}

withName: MEGAFUSION {
ext.when = {!params.fusioninspector_only}
ext.prefix = { "${meta.id}_fusion_data" }
Expand Down Expand Up @@ -191,7 +191,7 @@ process {
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: SAMTOOLS_INDEX_FOR_STARFUSION {
publishDir = [
path: { "${params.outdir}/star_for_starfusion" },
Expand Down

0 comments on commit 8bc032f

Please sign in to comment.