We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the -r flag with nf-core launch doesn't pass the flag on to the nextflow run command
nf-core launch
nextflow run
Steps to reproduce the behaviour:
nf-core launch nf-core/rnaseq -r dev
Project 'nf-core/rnaseq' currently is sticked on revision: dev -- you need to specify explicitly a revision with the option '-r' to use it
The text was updated successfully, but these errors were encountered:
--revision
Closing with the merge of #1258. On the dev branch of tools, the nf-core launch should pass the -r value correctly now.
dev
-r
Sorry, something went wrong.
No branches or pull requests
Description of the bug
Using the -r flag with
nf-core launch
doesn't pass the flag on to thenextflow run
commandSteps to reproduce
Steps to reproduce the behaviour:
nf-core launch nf-core/rnaseq -r dev
Project 'nf-core/rnaseq' currently is sticked on revision: dev -- you need to specify explicitly a revision with the option '-r' to use it
Nextflow Installation
N E X T F L O W ~ version 21.04.0
nf-core, version 2.1
The text was updated successfully, but these errors were encountered: