Skip to content

Releases: rabix/sbpack

2024.08.28rc1

28 Aug 13:34
42c2cb3
Compare
Choose a tag to compare
2024.08.28rc1 Pre-release
Pre-release

Using wrabbit 0.2.2

2024.07.11rc1

12 Jul 12:00
832f271
Compare
Choose a tag to compare
2024.07.11rc1 Pre-release
Pre-release

Using wrabbit 0.2.1

2024.06.03rc1

03 Jun 12:51
e9eb2da
Compare
Choose a tag to compare
2024.06.03rc1 Pre-release
Pre-release
  • Using latest wrabbit version (0.1.3)
  • Generating a new nextflow_schema.json, only if none exist

2024.05.21rc1

21 May 12:08
09e8e35
Compare
Choose a tag to compare
2024.05.21rc1 Pre-release
Pre-release

Bugfix: using latest wrabbit version (0.1.2)

2024.05.07rc1

15 May 08:29
a47bd01
Compare
Choose a tag to compare
2024.05.07rc1 Pre-release
Pre-release
  • It is now possible to give apps names instead of it defaulting to the id by using the --app-name argument.
  • Using the --exclude argument, it is now possible to provide glob patterns that sbpack will avoid when uploading contents from a code package.
  • Addition of sbmanifest - tool that remaps contents of local manifests/sample sheets and uploads it to platform with file paths compatible with the platform file system

2024.02.02rc1

02 Feb 10:31
a016df2
Compare
Choose a tag to compare
2024.02.02rc1 Pre-release
Pre-release

Quick fix to sbpack positional arguments

2024.01.04rc1

31 Jan 09:37
2cf8a68
Compare
Choose a tag to compare
2024.01.04rc1 Pre-release
Pre-release

What's Changed

  • Added support for autogenerating sample sheet function(s) for Nextflow app wrapper.
  • sbpack will now avoid overwriting previous version of sb_nextflow_schema.yaml
  • Enums will be better parsed and generated
  • New --auto mode tries to locate as many files and inputs for generating the app automatically
  • The logic for uploading the app code package and the app itself has been updated. It now first tires to create the app wrapper, and if it succeeds then tries to upload the code package.

Full Changelog: 2023.11.9rc1...2024.01.04rc1

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