Skip to content

Instantly share code, notes, and snippets.

View akhanf's full-sized avatar

Ali Khan akhanf

  • London, Ontario
View GitHub Profile
@akhanf
akhanf / snakemake_remotebatch
Created April 21, 2020 13:06
batch submission script
#!/bin/bash
hours=6
mem=128000
gpus=1
cpus=32
if [ "$#" -lt 2 ]
then
echo "Usage $0 RULE_NAME NUM_BATCHES <optional snakemake args>"