You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying an unknown entrypoint using -entry <entrypoint>, an error message describing the problem should be displayed. Currently, only ERROR ~ Strings must not be null is shown.
Steps to reproduce the problem
nextflow run nf-core/demultiplex -entry 'foo'
Program output
N E X T F L O W ~ version 24.10.4
Launching `https://github.com/nf-core/demultiplex` [disturbed_mendel] DSL2 - revision: 7c2040c5b9 [master]
ERROR ~ Strings must not be null
-- Check '.nextflow.log' file for details
Bug report
Expected behavior and actual behavior
When specifying an unknown entrypoint using
-entry <entrypoint>
, an error message describing the problem should be displayed. Currently, onlyERROR ~ Strings must not be null
is shown.Steps to reproduce the problem
nextflow run nf-core/demultiplex -entry 'foo'
Program output
Environment
The text was updated successfully, but these errors were encountered: