Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fusion_docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Copy Markdown
Member

@christopher-hakkaart christopher-hakkaart Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Yes. Fusion can be enabled directly in a Nextflow pipeline that runs outside Seqera Platform, provided that you enable Wave and supply a Seqera Platform access token in your Nextflow configuration.

Looking at this again, the second part isn't really answering the question


### 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:
Expand Down
Loading