Skip to content

Commit

Permalink
removed redundant process definition
Browse files Browse the repository at this point in the history
  • Loading branch information
WackerO committed Aug 8, 2023
1 parent f00ffb5 commit 6d2eaec
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
process {

publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }

withName: 'test_shinyngs_staticexploratory:SHINYNGS_STATICEXPLORATORY' {
ext.args = { "" }
}


withName: 'test_shinyngs_staticexploratory_specify_log:SHINYNGS_STATICEXPLORATORY' {
ext.args = { "--log2_assays '1'" }
}
Expand Down

0 comments on commit 6d2eaec

Please sign in to comment.