📄️ Nextflow & nf-core
Nextflow is a workflow engine that lets you write scalable, reproducible pipelines. On ASU Supercomputers, Nextflow submits each process as a sbatch job to the scheduler.
📄️ Snakemake
Snakemake is a workflow management tool that lets you define analysis pipelines using a Python-based language. On ASU Supercomputers, Snakemake submits each rule as a sbatch job to the scheduler.