OK
Whether this job runs automatically on every newly uploaded sample in the user's organization.
Fully qualified OCI image URI used to run the job.
Whether the user's One Codex bearer token is injected into the analysis job as $ONE_CODEX_BEARER_TOKEN.
Whether this is a shell script or a Nextflow job.
shell_script, nextflow The script that is executed when the job runs.
The schema for the arguments to parametrize this job. Each field is exposed in the script as $ARGS_<UPPER_NAME>. Example: [{"fields": [{"name": "min_quality", "type": "integer"}, {"name": "adapter", "type": "string"}]}]. The input sample is not a parameter; it is passed separately at run time
An optional list of assets associated with this job
The number of CPU cores used for this job, set only for shell script jobs
Optional job dependencies for this job. If provided, will be triggered automatically when this job is run
The human-readable description of the job. Supports markdown
The amount of RAM used for this job in GB, set only for shell script jobs
The git repository that this job runs against
The amount of storage used for this job in GB, set only for shell script jobs