Skip to content

Releases: goodwright/nextflow.py

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.

v0.5

28 Oct 20:28
Compare
Choose a tag to compare
  • Little c (-c) is now used instead of big C (-C) for passing config.
  • You can now pass multiple config files during pipeline execution.

v0.4.2

26 Sep 23:12
Compare
Choose a tag to compare
  • Added bash attribute to process executions.

v0.4.1

11 Sep 17:24
Compare
Choose a tag to compare
  • Fixed issue in execution polling where previous execution interferes initially.
  • Execution parsing now checks directory is fully ready for parsing.
  • Fixed issue where logs are unparseable in certain locales.

Thanks to @telatin for identifying and supplying some of these issues and fixes.