Skip to content

Releases: rabix/sbpack

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

2020.06.18

18 Jun 15:30
Compare
Choose a tag to compare

Provides two commands: sbpack and sbpull.

sbpack, given a CWL tool or workflow, will find and inline any external references (linked processes, schemadefs and $includes and $imports), creating an equivalent, portable, single file CWL document which is then uploaded to a SB powered platform and is runnable from there.

sbpull, given an SB App id, will download the CWL from an SB platform onto local disk, allowing a user to include that CWL in local code, and include it in any code repository they are using.