Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anoronh4 committed Aug 12, 2023
1 parent 7f41ac1 commit 940fe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ process {
time = 2.h

withName: '.*_TO_CFF|GUNZIP_METAFUSION.*|AGFUSION.*' {
ext.when = { ! (workflow.profile.toString().split(",").contains(["singularity"]) && workflow.profile.toS tring().split(",").contains(["test"])) }
ext.when = { ! (workflow.profile.toString().split(",").contains(["singularity"]) && workflow.profile.toString().split(",").contains(["test"])) }
}
}

Expand Down

0 comments on commit 940fe09

Please sign in to comment.