Difference between revisions of "Nextflow"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:Biology]] | + | [[Category:Software]][[Category:Biology]][[Category:Workflow Automation]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|nextflow}} | |{{#vardefine:app|nextflow}} |
Latest revision as of 16:24, 19 August 2022
Description
Data-driven computational pipelines
Nextflow enables scalable and reproducible scientific workflows using software containers. It allows the adaptation of pipelines written in the most common scripting languages.
Its fluent DSL simplifies the implementation and the deployment of complex parallel and reactive workflows on clouds and clusters.
Environment Modules
Run module spider nextflow
to find out what environment modules are available for this application.
System Variables
- HPC_NEXTFLOW_DIR - installation directory
Additional Information
Nextflow appears to be very sensitive to Lustre quota state. If your group has both a soft and a hard quota on /blue (Burst Quota) then nextflow may start randomly crashing with SIGBUS errors when running out of /blue directories. If you observe such errors reduce your quota usage below the soft limit (the amount paid for) and do not rely on the availability of the burst quota (hard limit).