- Hotfix: extends the wait time from 1s to 60s when checking for job status (`--wait-completion true`). This helps preventing API call errors from CloudOS API server.
0.0.6
- Unittests added for method `process_job_list` from class `Cloudos` - Unittests added for method `convert_nextflow_to_json` from class `Jobs`
0.0.5
- Adds `git-commit` and `--git-tag` optional arguments to `cloudos job run` to be able to set the github commit or tag to run.
0.0.5b
- Adds Cohort class
0.0.4
- Changes `--job-params` to `--job-config` - Removes the collection of the `project.description` column from the returned json when listing all jobs, as this column is not available in all the CloudOS workspaces.
0.0.3
- Adds `cloudos job list` command. - Minor changes in `stdout` of the other commands to improve readability. - Adds a small docstring to each command.