fnndsc/ChRIS Store Upload
Upload a ChRIS plugin's JSON representation to the ChRIS Store
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| descriptor_file | Path to JSON representation of ChRIS plugin | yes | — |
| dock_image | Container image manifest tag | no | — |
| name | Plugin name | no | "" |
| public_repo | Source code repository URL | no | "" |
| auth | ChRIS store user, in the format "username:password" | yes | — |
| url | URL of ChRIS store | no | https://chrisstore.co/api/v1/ |
| chris_admin_auth | ChRIS backend superuser, in the format "username:password" | no | "" |
| chris_admin_url | ChRIS backend /chris-admin/api/v1/ endpoint URL | no | "" |
| compute_resources | Compute resources to register this plugin to. | no | "" |
Outputs
| name | description |
|---|---|
| plugin_url | URL of created plugin |
| plugin_cube_url | URL of plugin in CUBE. |