Releases: goodwright/nextflow.py
Releases · goodwright/nextflow.py
v0.9
v0.8.3
- Trace reports can now be produced with the
trace
parameter. - All non-zero exit codes are now treated as errors.
v0.8.2
- Improved log parsing speed.
Thanks to @bmyers-ozette for identifying the issue and proposing a fix.
v0.8.1
- Handle pure nextflow process statuses better.
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.