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

**Full Changelog**: MemVerge/nf-float@0.4.3...0.4.4
  • Loading branch information
jealous committed Sep 11, 2024
1 parent e6ef24a commit 45c1af1
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-10T17:00:21.522666-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": "9eb20c0e29c9fb812626131d7333ed1920e7224496464330ad98879b1f2e97e6b83ecc4765ed319d95f5bab14e563798b2b9fd0dda139962314997fda16bf817"
}
]
},
Expand Down

0 comments on commit 45c1af1

Please sign in to comment.