Snakemake

From UFRC
Jump to navigation Jump to search

Description

Snakemake website  

The Snakemake workflow management system is a tool to create reproducible and scalable data analyses. Workflows are described via a human readable, Python based language. They can be seamlessly scaled to server, cluster, grid and cloud environments, without the need to modify the workflow definition. Finally, Snakemake workflows can entail a description of required software, which will be automatically deployed to any execution environment.

Environment Modules

Run module spider Snakemake to find out what environment modules are available for this application.

System Variables

  • HPC_SNAKEMAKE_DIR - installation directory

Additional Information

Caveats of running snakemake with SLURM job submission:

  • If you specify a sub-directory for job log file(s) in the snakemake config make sure to create that sub-directory before submitting the main snakemake job as the scheduled jobs will fail immediately if the job log file's directory does not exist. If the path to that directory is 'relative' it is referenced from the path of the working directory, or, if workdir is not specified, from the directory snakemake is executed in. See Snakemake Working Directory configuration for more details.