Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nf-float release 0.2.0 (nextflow-io#25)
This release includes the fix for: * [nextflow-ioGH-25] Simplify the use of S3 bucket for work directory. * [nextflow-ioGH-41] Incorrect parsing of process and float scope. Now user could use s3 work directory to start a workflow on their laptop without mounting a NFS. Cleanup the configuration settings for nf-float * Use `float` scope for: * `address` - op-center address * `username` - op-center username * `password` - op-center password * `nfs` - optional, the nfs work directory * Use `process` scope for: * `cpus` - the default CPU cores of the worker * `memory` - the default memory size of the worker * `container` - the default container image of the task * `executor` - default executor of the task
- Loading branch information