Skip to content

Releases: goodwright/nextflow.py

v0.12.1

31 Oct 18:34

Choose a tag to compare

  • Removed io attribute from process executions (by @mhusbynflow).

v0.12

08 Jul 20:08

Choose a tag to compare

  • Added separate ExecutionSubmission model for submission without watching.
  • You can now specify a Java home for the Nextflow process.

v0.11

24 Apr 21:09

Choose a tag to compare

  • Added support for custom filesystem access.
  • Fixed bug in timezone applying.

v0.10

20 Mar 23:20

Choose a tag to compare

  • Added support for execution resuming.
  • You can now specify separate paths for the log file and work directory.

v0.9

09 Feb 01:30

Choose a tag to compare

  • 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

02 Feb 13:53

Choose a tag to compare

  • Trace reports can now be produced with the trace parameter.
  • All non-zero exit codes are now treated as errors.

v0.8.2

25 Jan 19:02

Choose a tag to compare

  • Improved log parsing speed.

Thanks to @bmyers-ozette for identifying the issue and proposing a fix.

v0.8.1

14 Nov 14:31

Choose a tag to compare

  • Handle pure nextflow process statuses better.

v0.8

05 Sep 22:14

Choose a tag to compare

  • You can use output_path to specify where the execution contents go.

v0.7.1

23 Aug 00:32

Choose a tag to compare

  • Fixed bug in handling empty param values.