-
Notifications
You must be signed in to change notification settings - Fork 44
Roadmap
Diogo Silva edited this page Sep 27, 2018
·
9 revisions
This is an overview of the main features and releases that are planned for FlowCraft:
-
1.2.x: Add the
inspect
run 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
report
run mode to visualize the reports of the pipeline using the flowcraft web app.- Limit the size and compress the
report.json
output. - Create a REST API in the flowcraft web service to receive report data.
- Add
report
run mode to send report data to the web service. - Create the frontend of the reports (https://github.com/assemblerflow/flowcraft-webapp).
- Add option to export pipeline parameters as JSON
- Limit the size and compress the
-
1.4.x: Revamp the
params
system to allow process specific parameters and the injection of extra parameters.- Process specific parameters
- Add support for automatic handling of paired and single end FastQ
- Custom extra parameters
- Add long-read support
-
1.5.x: Revamp the
recipes
system to take advantage of theparams
implementation. -
1.6.x: Add
build
mode to webservice ??