Releases: goodwright/nextflow.py
Releases · goodwright/nextflow.py
v0.11
- Added support for custom filesystem access.
- Fixed bug in timezone applying.
v0.10
v0.9
- Process submission time now distinguished from start time.
- Added support for staging inputs by copy.
- Added utilities for predicting all process names for a pipeline.
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.