-
Notifications
You must be signed in to change notification settings - Fork 223
New CLI tool: nf-core launch #241
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
Conversation
New subcommand to interactively prompt the user to set workflow flags before launching.
nf-core launch: new subcommand
Codecov Report
@@ Coverage Diff @@
## dev #241 +/- ##
==========================================
- Coverage 91.21% 84.85% -6.37%
==========================================
Files 8 12 +4
Lines 945 1208 +263
==========================================
+ Hits 862 1025 +163
- Misses 83 183 +100
Continue to review full report at Codecov.
|
Made nf-core launch prompts beautiful
Colour: Once you pop, you can't stop
This reverts commit b32beb3.
nf-core launch refactoring
|
@sven1103 - are we waiting on anything else to go in to this PR now? Can it be merged? |
|
If you are happy, I am happy with it :) |
Continuation of #174 on a branch for group-work on the code.
New subcommand to interactively prompt the user to set workflow flags before launching.
For example:
This is a WIP - need to fill in the PR checklist still. It's a little crude, so any feedback welcome!
NB: This only works with local paths or workflows that have already been pulled (see nextflow-io/nextflow#889). For anything else, it does not ask for any
paramsand just builds the basic command. This should probably be handled in a better way (a warning at least).PR checklist
docsis updatedCHANGELOG.mdis updatedREADME.mdis updated