Releases: goodwright/nextflow.py
Releases · goodwright/nextflow.py
v0.12.1
- Removed
ioattribute from process executions (by @mhusbynflow).
v0.12
- Added separate ExecutionSubmission model for submission without watching.
- You can now specify a Java home for the Nextflow process.
v0.11
- Added support for custom filesystem access.
- Fixed bug in timezone applying.
v0.10
- Added support for execution resuming.
- You can now specify separate paths for the log file and work directory.
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
traceparameter. - 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_pathto specify where the execution contents go.
v0.7.1
- Fixed bug in handling empty param values.