Skip to content

Commit

Permalink
Adjust missing panel param error message
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Aug 6, 2024
1 parent 9c0c287 commit 21a0bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/WorkflowMain.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ class WorkflowMain {

def panels = Constants.PANELS_DEFINED.join('\n - ')
log.error "\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" +
" A panel is required to be set using the --panel CLI argument or in a \n" +
" configuration file.\n" +
" Currently, the available panels are:\n" +
" A panel is required to be set using the --panel CLI argument or in a\n" +
" configuration file when running in targeted mode.\n" +
" Currently, the available built-in panels are:\n" +
" - ${panels}\n" +
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
Nextflow.exit(1)
Expand Down

0 comments on commit 21a0bc9

Please sign in to comment.