Skip to content

Releases: workflux/workflUX

0.5.0 - Rename to workflUX

22 Jun 06:34
52cdf75
Compare
Choose a tag to compare
Pre-release

In this release, we have renamed the project to workflUX to reflect that we will support multiple workflow languages in the future.

0.4.1 (beta) - last release under the name CWLab

07 Apr 22:21
15d7241
Compare
Choose a tag to compare

This is a service release and the last release before the package is renamed to:

workflUX

0.3.2 (beta)

11 Dec 11:34
654a212
Compare
Choose a tag to compare
0.3.2 (beta) Pre-release
Pre-release

Changelog:

  • Important fix for correct interpretation of boolean input parameters
  • fix when importing via packed CWL file or zip (permission errors)

0.3.1 (beta)

26 Nov 18:40
17be699
Compare
Choose a tag to compare
0.3.1 (beta) Pre-release
Pre-release

Changelog:

  • fix incomplete dependency list in setup.py
  • fix reading of secondaryFiles

0.3.0 (beta)

25 Nov 21:36
6721477
Compare
Choose a tag to compare
0.3.0 (beta) Pre-release
Pre-release

Changelog:

  • import of CWL is now possible from URL and from ZIP file
  • implemented error tracing and logging (especially for unkown errors)
  • send email on completion of run via unix sendmail (unix only, sendmail must be configured with a default sender email)
  • the time is displayed for any message on the front end
  • items in the file browser are now sorted
  • several bug fixes
  • (prepare for support of Janis and WDL workflows, this feature is still disabled in this release)

Many thanks goes to @illusional for help on implementing Janis parsing.

0.2.0 (beta)

17 Oct 11:53
cf61029
Compare
Choose a tag to compare
0.2.0 (beta) Pre-release
Pre-release

Changelog:

  • display doc for workflow and input parameters
  • implemented qeueing of runs
  • implemented download functionality for results
  • implemented server file browser
  • implemented upload of input file to server
  • display specialized fields for File, numbers, and boolean parameters
  • users may choose a custom directory for searching
  • users may disable validation
  • add optional user login
  • secure routes for which login is required
  • implement admin dashboard

0.1.3 (alpha)

08 Aug 14:33
2bd146b
Compare
Choose a tag to compare
0.1.3 (alpha) Pre-release
Pre-release

Changelog:

  • Full Windows compatibility
  • make path to the python interpreter used by CWLab available in the execution api
  • bug fixes for validation of path validation for file or directory input parameters

0.1.2 (alpha)

31 Jul 13:48
Compare
Choose a tag to compare
0.1.2 (alpha) Pre-release
Pre-release

Changelog:

  • fixed several problems with job creation
  • implemented automatic retry for the execution api
  • check if execution ended unexpectedly
  • disable caching in the web browser to get latest files upon download

0.1.1 (alpha)

20 Jul 10:12
a5a1c1f
Compare
Choose a tag to compare
0.1.1 (alpha) Pre-release
Pre-release
Merge pull request #7 from CompEpigen/dev

update version

0.1.0 (pre-alpha)

11 Jul 13:10
9496724
Compare
Choose a tag to compare
0.1.0 (pre-alpha) Pre-release
Pre-release
Merge pull request #3 from CompEpigen/dev

update