Skip to content

mhtorp/pbs-torque

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pbs-torque

This profile configures Snakemake to run on the Torque Scheduler.

Setup

Deploy profile

To deploy this profile, change to your desired working directory and run

cookiecutter https://github.com/neilav/torque-pbs.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

Languages

  • Python 99.1%
  • Shell 0.9%