Skip to content

Commit

Permalink
Merge pull request #70 from rabix/feature/executor_version
Browse files Browse the repository at this point in the history
Feature/executor version
  • Loading branch information
pavlemarinkovic authored Jun 20, 2023
2 parents fae9da8 + 0ee83d9 commit 0dacf53
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 100 deletions.
10 changes: 10 additions & 0 deletions sbpack/noncwl/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,19 @@ optional arguments:
--sb-doc SB_DOC Path to a doc file for sb app. If not provided, README.md will be used if available
--dump-sb-app Dump created sb app to file if true and exit
--no-package Only provide a sb app schema and a git URL for entrypoint
--executor-version EXECUTOR_VERSION
Version of the Nextflow executor to be used with the app.
--json Dump sb app schema in JSON format (YAML by default)
--sb-schema SB_SCHEMA
Do not create new schema, use this schema file. It is sb_nextflow_schema in JSON or YAML format.
--output-schema-files OUTPUT_SCHEMA_FILES [OUTPUT_SCHEMA_FILES ...]
Additional output schema files in CWL or tower.yml format.
--input-schema-files INPUT_SCHEMA_FILES [INPUT_SCHEMA_FILES ...]
Additional input schema files in CWL format.
--revision-note REVISION_NOTE [REVISION_NOTE ...]
Revision note to be placed in the CWL schema if the app is uploaded to the sbg platform.
--manual-validation You will have to provide validation for all 'string' type inputs if are string (s), file (f), directory (d), list of file (lf), or list of directory (ld) type inputs.
```
### Example

Expand Down
Loading

0 comments on commit 0dacf53

Please sign in to comment.