Replies: 1 comment
-
|
Ping on this ^^^^ Is there any license on fusion filesystem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New feature
Hi,
First, thank you again for Nextflow, which is a wonderful tool.
I would like to request the ability to use
fusionwithout requiringwave. Whilewaveis a great piece of software, I'm wondering if it is necessary just to provide thefusionexecutable. For example, theaws-cliexecutable is provided differently, and it seems possible to do the same for thefusionexecutable.I have noticed that the
fusionexecutables are available at:However, I didn't see any license information associated with it. Could you clarify if it's permissible to use it freely?
From what I understand, we would need to configure the container hosts to mount the
fusionbinary into/usr/binand mount a temporary directory from the host into/fusionwithchmod 777. This can be done with a command like:This can be setup easily with AWS Batch or docker with the configuration
aws.batch.volumesand docker withdocker.runOptions.This kind of workaround might prevent the automatic usage of
waveto providefusion. However, I wasn't able to test this since usingfusionwithoutwaveis currently not allowed by design.Usage scenario
For pipelines based on Docker images, some users might find that wave is not required. Here are a few scenarios where using
fusionwithoutwavecould be beneficial:wave.wavemight not be accessible.wavecould pose compliance issues.wave's API rate limits and the requirement for a Tower token might be restrictive for some users.Suggest implementation
It would be beneficial to allow the use of
fusionwithoutwave, giving users the option to manage the configuration for the provisioning of thefusionexecutable themselves. This could be implemented with a configuration option likefusion.useWithoutWave.Beta Was this translation helpful? Give feedback.
All reactions