-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-stub-run as first option causes failure #3437
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, Im seeing the same issue on my side. Has this been resolved? |
I think this has to do with how the CLI options are parsed. With the This issue should be fixed with the new CLI (#3600) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug report
Expected behavior and actual behavior
The order of Nextflow run options shouldn't matter.
For a local configuration with a test profile defined, specifying the
-stub-run
or-stub
option prior to-profile <profile>
results in an error.Steps to reproduce the problem
https://github.com/cynapse-ccri/ExpansionHunter/releases/tag/0.3.0
Works:
Fails:
Program output
Working
.nextflow.log
Failing
.nextflow.log
Environment
22.10.3
openjdk 17.0.5 2022-10-1
Debian GNU/Linux 11 (bullseye) (GitHub codespace)
GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu)
The text was updated successfully, but these errors were encountered: