Skip to content

Instantly share code, notes, and snippets.

@twaddlac
Last active October 26, 2017 20:30
Show Gist options
  • Save twaddlac/bc35c958db1525e6ff82132be8b76aa2 to your computer and use it in GitHub Desktop.
Save twaddlac/bc35c958db1525e6ff82132be8b76aa2 to your computer and use it in GitHub Desktop.
# 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 --mail-user=twaddlac@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment