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

Project 7: Nextflow modules, components and data plugins #7

Open
evanfloden opened this issue Jul 19, 2017 · 2 comments
Open

Project 7: Nextflow modules, components and data plugins #7

evanfloden opened this issue Jul 19, 2017 · 2 comments

Comments

@evanfloden
Copy link
Member

Nextflow modules, components and data plugins

Implement and expand on and the ideas from the repository here.

  • Nextflow modules could encapsulate the definitions of similar tools, referred to as components.

  • Each module would be made of components which could share the same data input/output types.

  • Individual components would contain their own specific commands and execution environments (containers).

  • Implement mechanisms for downloading/caching data from sources relevant to the module.

Example Module readMapping

Example Component kallisto

Data:

Any data relevant to the modules developed.

Project Lead:

Evan Floden (@skptic)

@pditommaso pditommaso changed the title Project 4: Nextflow modules, components and data plugins Project 7: Nextflow modules, components and data plugins Aug 7, 2017
@viklund
Copy link

viklund commented Sep 14, 2017

I'm interested in this one.

@evanfloden
Copy link
Member Author

Repo for CWL tool to NF process: https://github.com/viklund/CwlCmd2nf

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

No branches or pull requests

2 participants