Skip to content

brcopeland/pbs-torque

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbs-torque

This profile configures Snakemake to run on the Torque Scheduler.

The profile has been modified to set up logging, emailing, and be aware of cluster queue default walltimes for TSCC at UCSD.

Setup

Deploy profile

To deploy this profile, run

mkdir -p ~/.config/snakemake
cd ~/.config/snakemake
cookiecutter gh:brcopeland/pbs-torque

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

Languages

  • Python 99.7%
  • Shell 0.3%