- Adds `workflow import` command, allowing user to import Nextflow workflows to CloudOS.
2.8.0
- Adds support for using CloudOS HPC executor.
2.7.0
Feature
- Changes the default Nextflow executor to be AWSbatch. Now, the `--batch` flag is no longer necessary (although it's maintained for backwards compatibility) and a new `--ignite` flag is created to support ignite if available. - Selects the CloudOS workspace default queue, when no valid `--job-queue` is provided.
2.6.3
Fix
- Discards archived worflows from the executable ones, as they will always produce an error.
2.6.2
Fix
- Adds an error strategy to retry GET/POST requests on time-out errors.
2.6.1
Fix
- Improve parsing of parameters added with `-p`. Now they can include internal `=` symbols.