├── LICENSE ├── README.md ├── cookiecutter.json └── {{cookiecutter.profile_name}} ├── config.yaml ├── pbs-jobscript.sh ├── pbs-status.py └── pbs-submit.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snakemake-Profiles/pbs-torque/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snakemake-Profiles/pbs-torque/HEAD/README.md -------------------------------------------------------------------------------- /cookiecutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snakemake-Profiles/pbs-torque/HEAD/cookiecutter.json -------------------------------------------------------------------------------- /{{cookiecutter.profile_name}}/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snakemake-Profiles/pbs-torque/HEAD/{{cookiecutter.profile_name}}/config.yaml -------------------------------------------------------------------------------- /{{cookiecutter.profile_name}}/pbs-jobscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snakemake-Profiles/pbs-torque/HEAD/{{cookiecutter.profile_name}}/pbs-jobscript.sh -------------------------------------------------------------------------------- /{{cookiecutter.profile_name}}/pbs-status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snakemake-Profiles/pbs-torque/HEAD/{{cookiecutter.profile_name}}/pbs-status.py -------------------------------------------------------------------------------- /{{cookiecutter.profile_name}}/pbs-submit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snakemake-Profiles/pbs-torque/HEAD/{{cookiecutter.profile_name}}/pbs-submit.py --------------------------------------------------------------------------------