Releases: rabix/wrabbit
Releases · rabix/wrabbit
0.3.0
0.2.4
Nextflow schema uses "$defs" in newer repos. This update covers the case when the definitions are either "$defs" or "definitions"
Add all of the keys when loading
When a CWL is loaded into wrabbit, keys that are not specifically tracked by properties are now stored in the "other_keys" property. They are also appended at the end of the app when it is dumped.
0.2.2
What's Changed
- list_config_files returns list by @pavlemarinkovic in #8
Full Changelog: 0.2.1...0.2.2
0.2.1
Improved publishDir parameter capture.
- If an NF pipeline defines the publishDir in config files, the input will be captured and remapped to string input.
Fixed issues with executor version.
0.2.0
PublishDir support:
- PublishDir is now globbed using "*"
0.1.3
Bugfix:
- Sample sheet inputs are now correctly generated, and the associated javascripts no longer cause issues.
New:
- Nodes have loadContents
0.1.2
Bugfix:
- ExecMode init was not properly getting the value of the input execution mode
0.1.1
Initial version