Skip to content

Snakemake-Profiles/pbs-torque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pbs-torque

This profile configures Snakemake to run on the Torque Scheduler.

Setup

Deploy profile

To deploy this profile, run

mkdir -p ~/.config/snakemake
cd ~/.config/snakemake
cookiecutter https://github.com/Snakemake-Profiles/pbs-torque.git

Then, you can run Snakemake with

snakemake --profile pbs-torque ...

Parameters

The following resources are supported by on a per-rule basis:

node - set the ppn resource request (defaults to the thread declaration).
mem - set the memory resource request (bytes).
walltime - set the walltime resource (secs).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published