Nextflow Ecosystem Flashcards
1
Q
Seqera Ecosystem
A
- Wave - container provisioning
- Fusion - cloud native file system
- MultiQC - aggregated analytics from bioinformatics analyses
Transparent and efficient integration with these packages and services is one of the key selling points of Nextflow.
2
Q
Cloud Platforms
A
Enable compute and/or storage on the cloud
- AWS
- Amazon S3 Storage
- Azure Cloud
- Google Cloud
- Kubernetes
3
Q
HPC Job Schedulers
A
Used to orchestrate task runtime at shared HPC clusters
- Slurm
- PBS/Torque
- SGE
- Flux Framework
4
Q
Package Managers
A
Simplify installation of scientific software packages
- Conda
- Spack
5
Q
Container Runtimes
A
Simplify software development on all sorts of infrastructure
- Docker
- Podman
- Singularity
- Apptainer
6
Q
Version Control Tools
A
Enable version tracking of Nextflow pipelines
- GitHub
- GitLab
- BitBucket