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
-b
I would like to install an in development module from my fork into my pipeline.
nf-core modules install correctly picks up -r jfy133/modules, installing a version corresponding to modules/jfy133/modules/damageprofiler/.
nf-core modules install
-r jfy133/modules
modules/jfy133/modules/damageprofiler/
However, this installs whatever is on master, and not the branch, even though the branch is specified with -b.
master
🧬 10:16:10 with 7GiB/15GiB in archaeodiet on dsl2 via 🅒 nf-core ❯ nf-core modules -r jfy133/modules -b damageprofiler-update install damageprofiler ,--./,-. ___ __ __ __ ___ /,-._.--~\ |\ | |__ __ / ` / \ |__) |__ } { | \| | \__, \__/ | \ |___ \`-._,-`-, `._,._,' nf-core/tools version 2.0.1 ? Select 'damageprofiler' version: Rename software/ directory to modules/ to re-organise module structure (#567) e937c7950af70930d1f34bb961403d9d2aa81c7d INFO Installing damageprofiler install.py:168 INFO Downloaded 3 files to ./modules/jfy133/modules/damageprofiler
Hash here is e937c7950af70930d1f34bb961403d9d2aa81c7d, whereas the latest hash of that module on the branch is
e937c7950af70930d1f34bb961403d9d2aa81c7d
Steps to reproduce the behaviour:
nf-core modules -r jfy133/modules -b damageprofiler-update install damageprofiler
Also correctly picks up branch.
3.6.12
The text was updated successfully, but these errors were encountered:
Is -r a bit confusing for this? That means release / branch / tag in other commands (eg. launch). (Same as Nextflow )
Is -r a bit confusing for this? That means release / branch / tag in other commands (eg. launch).
(Same as Nextflow )
From ☝️ also fair point from @ewels (https://nfcore.slack.com/archives/CE5LG7WMB/p1627116833309500?thread_ts=1627028868.304100&cid=CE5LG7WMB)
Sorry, something went wrong.
Closing due to the merge of #1219.
No branches or pull requests
Description of the bug
I would like to install an in development module from my fork into my pipeline.
nf-core modules install
correctly picks up-r jfy133/modules
, installing a version corresponding tomodules/jfy133/modules/damageprofiler/
.However, this installs whatever is on
master
, and not the branch, even though the branch is specified with-b
.Hash here is
e937c7950af70930d1f34bb961403d9d2aa81c7d
, whereas the latest hash of that module on the branch isSteps to reproduce
Steps to reproduce the behaviour:
nf-core modules -r jfy133/modules -b damageprofiler-update install damageprofiler
Expected behaviour
Also correctly picks up branch.
System
3.6.12
The text was updated successfully, but these errors were encountered: