Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
itrujnara committed Nov 15, 2024
1 parent 16c8420 commit 2f83479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/make_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ process MAKE_REPORT {
task.ext.when == null || task.ext.when

script:
// Exit if running this module with -profile conda / -profile mamba
// Exit if running this module with -profile conda / -profile mamba
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
error("Local MAKE_REPORT module does not support Conda. Please use Docker / Singularity / Podman instead.")
}
Expand Down

0 comments on commit 2f83479

Please sign in to comment.