Skip to content

Releases: goodwright/nextflow.py

v0.9

09 Feb 01:30
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Handle pure nextflow process statuses better.

v0.8

05 Sep 22:14
Compare
Choose a tag to compare
  • You can use output_path to specify where the execution contents go.

v0.7.1

23 Aug 00:32
Compare
Choose a tag to compare
  • Fixed bug in handling empty param values.

v0.7

22 Jul 15:32
Compare
Choose a tag to compare
  • 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

21 Jul 10:36
Compare
Choose a tag to compare
  • Fixed issue in handling no path for process execution input data.

v0.6.1

07 Jul 19:12
Compare
Choose a tag to compare
  • Added option to specify timezone to Nextflow.

v0.6

24 May 20:51
Compare
Choose a tag to compare
  • Added ability to use custom runners for starting jobs.
  • Removed pipeline class to.
  • Overhauled architecture.