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
Running this command that doesn't specify the --outdir parameter: nextflow run nf-core/rnafusion -r dev -profile docker,test
Raises this error:
ERROR ~ Unknown method invocation `getFileSystem` on LinkedList type
When instead, it should raise this other error:
ERROR ~ Validation of pipeline parameters failed!
-- Check '.nextflow.log' file for details
The following invalid input values have been detected:
* Missing required parameter(s): outdir
The text was updated successfully, but these errors were encountered:
Running this command that doesn't specify the --outdir parameter:
nextflow run nf-core/rnafusion -r dev -profile docker,test
Raises this error:
When instead, it should raise this other error:
The text was updated successfully, but these errors were encountered: