rabix / sbpack

Command line utility to pack and upload/download CWL to/from SB powered platform
Apache License 2.0
8 stars 5 forks source link

Feature/executor version #70

Closed pavlemarinkovic closed 1 year ago

pavlemarinkovic commented 1 year ago

sbpack-nf updates:

  1. Added ability to specify executor version though --executor-version for sbpack-nf. This will allow users to specify which executor version they want to use.
  2. Added revision note customization through --revision-note. Users can now add customized revision notes.
  3. Added 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.
  4. Added 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.