Releases: goodwright/nextflow.py
Releases · goodwright/nextflow.py
v0.8.1
v0.8
- You can use
output_path
to specify where the execution contents go.
v0.7.1
- Fixed bug in handling empty param values.
v0.7
- An execution report can now be published with the
report
parameter. - A timeline report can now be published with the
timeline
parameter. - A DAG report can now be published with the
dag
parameter.
v0.6.2
- Fixed issue in handling no path for process execution input data.
v0.6.1
- Added option to specify timezone to Nextflow.
v0.6
- Added ability to use custom runners for starting jobs.
- Removed pipeline class to.
- Overhauled architecture.
v0.5
- Little c (
-c
) is now used instead of big C (-C
) for passing config. - You can now pass multiple config files during pipeline execution.
v0.4.2
- Added
bash
attribute to process executions.