Releases: workflux/workflUX
Releases · workflux/workflUX
0.5.0 - Rename to workflUX
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
This is a service release and the last release before the package is renamed to:
workflUX
0.3.2 (beta)
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)
Changelog:
- fix incomplete dependency list in setup.py
- fix reading of secondaryFiles
0.3.0 (beta)
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)
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)
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)
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)
Merge pull request #7 from CompEpigen/dev update version
0.1.0 (pre-alpha)
Merge pull request #3 from CompEpigen/dev update