Releases: rabix/sbpack
Releases · rabix/sbpack
2023.11.9rc1
sbcopy
can now be used to copy apps between different environments. By using--profile
argument, if two profiles are specified, the first will be used as the source (env where the app you want to copy is located) and the second as the target (env where the project you want the app to be copied to is located).- "--sb-inputs", "--sb-outputs" and "--manual-validation" have been removed
--execution-mode
argument with two valid values (single-instance, multi-instance) has been added. This will set the hint on app level which will be taken into consideration when setting up a new draft task using the app.
2023.06.20rc1
This version brings with it a few updates:
- Ability to specify executor version though --executor-version for sbpack-nf. This will allow users to specify which executor version they want to use.
- Revision note customization through --revision-note. Users can now add customized revision notes.
- Ability to specify both input and output schema file separately in CWL or (tower.yml specification)[https://help.tower.nf/22.1/reports/overview/#reports-implementation]. This will allow users to use tower yml to define some of the workflow outputs.
- Manual validation option. Users can now initiate manual validation by using --manual-validation in the command line of sbpack-nf. This can make it easier to properly define what types certain ambiguous inputs are, without the need to edit the CWL schema.
2022.03.16
Minor fixes
2022.03.10
New commands to deploy Nextflow and WDL workflows to Seven Bridges platforms
2022.02.18
- Fix #18
- Other minor fixes and improvements.
2021.10.07
2020.10.05
This release fixes an issue with propagating user defined types in inlined steps and adds an option to filter out non SBG tags from the source CWL.
2020.09.17
This release adds support for file stdout/stderr file types
2020.09.11
This release fixes several issues that manifested as bugs on windows systems.
2020.09.04
- Fixes bug in handling list of sources.
- Improves error messages