Skip to content

Commit

Permalink
Update nf-float release 0.2.0 (nextflow-io#25)
Browse files Browse the repository at this point in the history
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
jealous authored Jul 26, 2023
1 parent ddc5b87 commit 04fa51c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,13 @@
"date": "2023-07-13T17:30:00.621671+08:00",
"sha512sum": "d4f024d6d0610b87aaf302444c55dd90cf93837d20ccc6cc576b3e3afc5bec5a25bf4d0bafe051f1a05471bc3975a6a534b1dc243097921aff0e0cd90b54a291",
"requires": ">=22.10.0"
},
{
"version": "0.2.0",
"date": "2023-07-26T11:08:51.512667+08:00",
"url": "https://github.com/MemVerge/nf-float/releases/download/0.2.0/nf-float-0.2.0.zip",
"requires": ">=23.04.0",
"sha512sum": "20cff1399ea4f9cfc976a50069ea40dafb59b6b18bde560d4e2dcf1cbcc23a78b3cbb2a35a3518a7b242c5145804ab71601951a08ee97560f54e1560bed0b4e6"
}
]
},
Expand Down

0 comments on commit 04fa51c

Please sign in to comment.