Skip to content

Instantly share code, notes, and snippets.

@dcdanko
Created May 16, 2017 14:27
Show Gist options
  • Save dcdanko/136a0bc03c6a24a1bcd0eb7273864789 to your computer and use it in GitHub Desktop.
Save dcdanko/136a0bc03c6a24a1bcd0eb7273864789 to your computer and use it in GitHub Desktop.
#!/bin/bash
#SBATCH -N 1
#SBATCH -p RM
#SBATCH --ntasks-per-node 28
EXC=/path/to/metaspades.py
R1=$1
R2=$2
O=$3
$EXC -1 $R1 -2 $R2 -t 28 -m 128 -o $3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment