-
Notifications
You must be signed in to change notification settings - Fork 45
Roadmap
Inês Mendes edited this page Jul 18, 2018
·
9 revisions
This is an overview of the main features and releases that are planned for FlowCraft:
-
1.2.x: Add the
inspectrun mode to track the progress of nextflow pipelines in the terminal and broadcasting to a web app. Also the refactor of the name from assemblerflow to flowcraft. -
1.3.x: Add the
reportrun mode to visualize the reports of the pipeline using the flowcraft web app.- Limit the size and compress the
report.jsonoutput. - Create a REST API in the flowcraft web service to receive report data.
- Add
reportrun mode to send report data to the web service. - Create the frontend of the reports (https://github.com/assemblerflow/flowcraft-webapp).
- Limit the size and compress the
-
1.4.x: Revamp the
paramssystem to allow process specific parameters and the injection of extra parameters.- Process specific parameters
- Custom extra parameters
- Add long-read support
-
1.5.x: Revamp the
recipessystem to take advantage of theparamsimplementation. -
1.6.x: Add
buildmode to webservice ??