Slide 4
Slide 4 text
Nextflow
Worfklow language/engine for data-driven computational pipelines. Java/Groovy
● Sun Grid Engine (SGE)
● AWS Batch
● Load Sharing Facility (LSF)
● SLURM (a soda in Futurama and an open source Linux job scheduler)
● k8s (Kubernetes)
● Local (ideal for testing)
● PBS/Torque, NQSII, Ignite, GA4GH TES, HTCondor
process {
input:
output:
script:
}