Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nf-float plugin to 0.4.0 #41

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

jealous
Copy link
Contributor

@jealous jealous commented Oct 12, 2023

* Report RC code when MMC returns error. by @jealous in MemVerge/nf-float#59
* Download float cli from op-center. by @jealous in MemVerge/nf-float#60
* Try the best to fix s3 options. by @jealous in MemVerge/nf-float#61
* sync the float binary. by @jealous in MemVerge/nf-float#62
* Add multiple enhancements. by @jealous in MemVerge/nf-float#64
* Allow user to omit credentials. by @jealous in MemVerge/nf-float#65
* Trim extra characters in image. by @jealous in MemVerge/nf-float#66
* Add max cpu and memory factor support. by @jealous in MemVerge/nf-float#67
* Add job kind tag to identify the kind of the job. by @jealous in MemVerge/nf-float#68

**Full Changelog**: MemVerge/nf-float@0.3.1...0.4.0
@pditommaso pditommaso merged commit 73bdf34 into nextflow-io:main Oct 12, 2023
1 check passed
Lehmann-Fabian pushed a commit to Lehmann-Fabian/plugins that referenced this pull request Jul 22, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants