Replies: 2 comments
-
This is because nextflow -C test.config run hello |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into this problem too. This is NOT listed anywhere in the documentation and switching from -c to -C broke a lot of stuff for me until I found this on Github. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
If I run any nextflow command specifying a config file with
-c
, it works fine, but if I switch to-C
it gives an error. Am I missing something about how the-C
option should work?Expected behavior and actual
Nextflow should run using only the specified config file and no other config files; instead, it gives an error.
Steps to reproduce the problem
Program output
Environment
Beta Was this translation helpful? Give feedback.
All reactions