Skip to content

Commit

Permalink
nz fix
Browse files Browse the repository at this point in the history
  • Loading branch information
replikation authored Jan 16, 2021
1 parent 320c741 commit 15d21ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions poreCov.nf
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ if ( params.primerV.matches('V1200') ) { v1200_MSG() }
if (params.profile) { exit 1, "--profile is WRONG use -profile" }
if (
workflow.profile.contains('singularity') ||
workflow.profile.contains('nanozoo') ||
workflow.profile.contains('docker')
) { "engine selected" }
else { println "No engine selected: -profile EXECUTER,ENGINE"
println "using native installations" }
if (
workflow.profile.contains('nanozoo') ||
workflow.profile.contains('local')
) { "executer selected" }
else { exit 1, "No executer selected: -profile EXECUTER,ENGINE" }
Expand Down

0 comments on commit 15d21ee

Please sign in to comment.