Skip to content

Commit

Permalink
Add nf-float 0.4.4
Browse files Browse the repository at this point in the history
This release includes the support for the `scratch` option.
For s3 storage, allow the user to authorize with session token.
It also includes several bugfixes. See the details below.

What's Changed:

* [nextflow-ioGH-75] Too many `put xxx into map` log by @jealous in MemVerge/nf-float#76
* [nextflow-ioGH-77] Support s3 token authorization by @jealous in MemVerge/nf-float#78
* [nextflow-ioGH-77] Update the readme for s3 token by @jealous in MemVerge/nf-float#79
* [nextflow-ioGH-69] Support `float` in `ext` directive`. by @jealous in MemVerge/nf-float#80
* [nextflow-ioGH-63] Ignore the time limit by default. by @jealous in MemVerge/nf-float#81
* [nextflow-ioGH-82] Enable concurrent stage in by @jealous in MemVerge/nf-float#84
* [nextflow-ioGH-82] Default disk size to 6 GB. by @jealous in MemVerge/nf-float#85
* [FLOAT-4502] Avoid using plain credential. by @jealous in MemVerge/nf-float#86
* [GH-87] Log parsing error for job ID by @jealous in MemVerge/nf-float#88
* [nextflow-ioGH-89] Use default disk size of MMC by @jealous in MemVerge/nf-float#90
* [nextflow-ioGH-91] default file stage in strategy to copy by @jealous in MemVerge/nf-float#92

**Full Changelog**: MemVerge/nf-float@0.4.3...0.4.4
  • Loading branch information
jealous committed Sep 12, 2024
1 parent e6ef24a commit 8b73de5
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 @@ -2824,6 +2824,13 @@
"date": "2024-08-15T14:24:48.081118-07:00",
"sha512sum": "b190fb1d3f4c4b8d59fdf9fd0938a4185e4ba79869e0dd0001a25c35f93b6fa7c92f650ee3e670a8b43bdfe0662b979cc4c9c9ecf3439c5ac1bffd8caba91d36",
"requires": ">=23.04.0"
},
{
"version": "0.4.4",
"date": "2024-09-11T15:43:34.567847-07:00",
"url": "https://github.com/MemVerge/nf-float/releases/download/0.4.4/nf-float-0.4.4.zip",
"requires": ">=23.04.0",
"sha512sum": "29ab5cc167f2ac6f33e646e4caf9378bc2f3007d8c93aa4cdf549b8e05f02ec5999f0461fe866de9c3ca876cae101f5eb8a6d8c58a44ad61bd1ac7946001dc40"
}
]
},
Expand Down

0 comments on commit 8b73de5

Please sign in to comment.