Skip to content
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

Add ability to install a subworkflow composed nf-core and non-nfcore modules/subworkflows. #3175

Open
kenibrewer opened this issue Sep 17, 2024 · 2 comments

Comments

@kenibrewer
Copy link
Member

Description of feature

As a maintainer of a non-nfcore modules library, I would like to be able to install my custom subworkflows composed of nf-core modules/subworkflows and non-nfcore modules/subworkflows into a nextflow pipeline using the following command:

nf-core --git-remote https://github.com/kenibrewer/nf-modules-demo --branch main subworkflows install demo_subworkflow

This is blocked by the fact that the ComponentInstall class assumes that all the modules/subworkflows are coming from the same modules library when instead they could be coming from different org_names and branches.

This will allow me to modularize and version re-usable subworkflows for use in my organizaiton.

Still putting together the demo subworkflow that will trigger the errors I was seeing. I'll report back when I have that.

@kenibrewer
Copy link
Member Author

@ewels Here is the other issue that is a problem for creating private modules repos.

@mirpedrol
Copy link
Member

Hi @kenibrewer,
@jvfe is currently working on adding a new feature to allow subworkflows with modules from different remotes, you can see the open PR #3083

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants