From 03edcfe9bfe49dca765d70423df917a8ca36b320 Mon Sep 17 00:00:00 2001 From: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Date: Fri, 3 Apr 2026 20:08:09 +0200 Subject: [PATCH 1/2] docs: clarify Fusion standalone usage [EDU-977] --- fusion_docs/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fusion_docs/faq.md b/fusion_docs/faq.md index 62abc7099..eb98dad00 100644 --- a/fusion_docs/faq.md +++ b/fusion_docs/faq.md @@ -34,6 +34,10 @@ on demand. No. Fusion can mount multiple buckets per execution, but all from the same vendor, such as AWS S3 or Google Cloud Storage. +### Can I use Fusion without Seqera Platform? + +Yes. Fusion can be enabled directly in a Nextflow pipeline that runs outside Seqera Platform, provided that you also enable Wave and supply a Seqera Platform access token in your Nextflow configuration. Seqera Platform is not required to run Fusion, but it is required if you want Seqera to manage the compute environment setup for you. + ### I tried Fusion, but I didn't notice any performance improvement. Why? If you didn’t notice any performance improvement with Fusion, the bottleneck may lie in other factors, such as network latency or memory limitations. Fusion’s caching strategy relies heavily on NVMe SSD or similar storage technology, so ensure your computing nodes are using the recommended storage. Check your Platform compute environment page for optimal instance and storage configurations: From ba2d88c79e9bc88baa5b2a07a34df96ee4a179b3 Mon Sep 17 00:00:00 2001 From: Chris Hakkaart Date: Fri, 17 Apr 2026 08:46:38 +1200 Subject: [PATCH 2/2] Update fusion_docs/faq.md Signed-off-by: Chris Hakkaart --- fusion_docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fusion_docs/faq.md b/fusion_docs/faq.md index eb98dad00..5205eb1ac 100644 --- a/fusion_docs/faq.md +++ b/fusion_docs/faq.md @@ -36,7 +36,7 @@ No. Fusion can mount multiple buckets per execution, but all from the same vendo ### Can I use Fusion without Seqera Platform? -Yes. Fusion can be enabled directly in a Nextflow pipeline that runs outside Seqera Platform, provided that you also enable Wave and supply a Seqera Platform access token in your Nextflow configuration. Seqera Platform is not required to run Fusion, but it is required if you want Seqera to manage the compute environment setup for you. +Yes. Fusion can be enabled directly in a Nextflow pipeline that runs outside Seqera Platform, provided that you also enable Wave and supply a Seqera Platform access token in your Nextflow configuration. Seqera Platform is not required to run Fusion, but it is required if you want Seqera to manage the compute environment setup. ### I tried Fusion, but I didn't notice any performance improvement. Why?