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

Generic Workflow Pipeline #47

Open
markmcdowall opened this issue Oct 30, 2018 · 0 comments
Open

Generic Workflow Pipeline #47

markmcdowall opened this issue Oct 30, 2018 · 0 comments
Labels
enhancement Future Issues for the future

Comments

@markmcdowall
Copy link
Member

A use should be able to dynamically define a workflow based on available tools and then hooking up the inputs and outputs together.

In the refactor_module branch there is initial work being done to move the Workflow classes into mg_process_fastq/workflow. There is also a new pipeline called process_pipeline.py that has 2 extra input parameters. The first is --workflow, this is the module name (mg_process_fastq.workflow.biobambabm) and --pipeline which is the name of the class. This makes it possible for all workflows to be run using a single script from the command line rather than having a new script for each workflow.

To get further than this there is the need for defining an execution path for representation within the JSON files and then implementing the logic within the process-pipeline.py file. It would also be good to move the process-pipeline.py script to the mg-tool-api repo so that it is a core script that is installed as default.

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

No branches or pull requests

1 participant