Last active
October 26, 2017 20:30
-
-
Save twaddlac/bc35c958db1525e6ff82132be8b76aa2 to your computer and use it in GitHub Desktop.
This file contains 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
# This defines the language that you're script is written int - most likely it's always bash/sh. | |
#!/bin/sh | |
#SBATCH --job-name=filter_abund | |
#SBATCH --ntasks=1 | |
#SBATCH --cpus-per-task=12 | |
#SBATCH --mem=24GB | |
#SBATCH --time=72:00:00 | |
#SBATCH --mail-type=ALL | |
#SBATCH [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment