Rabix Composer 1.0.1-rc.1
Pre-release
Pre-release
This is release candidate 1 for Rabix Composer 1.0.1 (1.0.1-rc.1) with the following enhancements and fixes:
Enhancements
Fixes
- Nested workflows no longer raise false positive recursion detections (#394) (e644f6f).
- LinkMerge and port connections now generate correct CWL (#339) (d6e5977)
- Directories are now opened in OS/desktop agnostic way (#401) (26b6ec0).
- User can now set secondaryFiles for workflow File inputs and outputs, like they can for tools (979be29).
- Command line preview for result of Javascript expression in Value Transform for inputs now works correctly when input is null/empty (50738f1)
- Workflow hints are now saved when added via GUI (2d797c2).
- Editing code in code tab in tool editor no longer locks out future edits in visual editor tab (980733b).
- Writable field added to Create File field (Also a fix on
cwl-ts
) (54fdf19). - Link to documentation in "Learn more" button in "File Requirements" tab now points to correct web page (422436d).
- Command line preview for arguments with no value now evaluates correctly (fix on
cwl-ts
). - Loading JSON in local test now correctly reads
secondaryFiles
(180fcb0). - Add option to choose ‘No Value’ in default setting for enum parameters for node in workflow (8d31b34).
- Command line no longer keeps parameters that were used once for the test but subsequently deleted (50738f1).
- SBG namespace declaration now has trailing slash (#408) (8a7862c)
Fixes specific to Windows
- Paths with multi-level workflows now work correctly (#397) (ef4b6cb)
- Path to CWL document sent to executor now has proper separators (1b94594)
- Files that are already open no longer generate permissions problems (36d097b)
Other
In addition, several bugs in cwl-ts
have been fixed and some enhancements made.