Created
May 16, 2017 14:27
-
-
Save dcdanko/136a0bc03c6a24a1bcd0eb7273864789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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