This profile configures Snakemake to run on the Torque Scheduler.
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 ...
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).