Skip to content

Releases: rabix/sbpack

2023.11.9rc1

13 Nov 16:16
852bd05
Compare
Choose a tag to compare
2023.11.9rc1 Pre-release
Pre-release
  • 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

20 Jun 14:28
0dacf53
Compare
Choose a tag to compare
2023.06.20rc1 Pre-release
Pre-release

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

16 Mar 14:19
09ac9f3
Compare
Choose a tag to compare

Minor fixes

2022.03.10

10 Mar 16:43
c322e5e
Compare
Choose a tag to compare

New commands to deploy Nextflow and WDL workflows to Seven Bridges platforms

2022.02.18

18 Feb 16:18
6abf31c
Compare
Choose a tag to compare
  • Fix #18
  • Other minor fixes and improvements.

2021.10.07

07 Oct 08:44
8f20575
Compare
Choose a tag to compare

2020.10.05

05 Nov 21:36
Compare
Choose a tag to compare

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

02 Nov 15:18
Compare
Choose a tag to compare

This release adds support for file stdout/stderr file types

2020.09.11

11 Sep 14:04
Compare
Choose a tag to compare

This release fixes several issues that manifested as bugs on windows systems.

2020.09.04

05 Sep 11:50
Compare
Choose a tag to compare
  • Fixes bug in handling list of sources.
  • Improves error messages