Skip to content

Commit

Permalink
Update sbatch_GRCm38.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsteinbaugh committed Jun 21, 2018
1 parent f314350 commit 58db723
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@

#SBATCH --job-name=genome # Job name
#SBATCH --partition=medium # Partition name
#SBATCH --time=1-00:00 # Runtime in D-HH:MM format
#SBATCH --time=3-00:00 # Runtime in D-HH:MM format
#SBATCH --nodes=1 # Number of nodes (keep at 1)
#SBATCH --ntasks=1 # Number of tasks per node (keep at 1)
#SBATCH --cpus-per-task=8 # CPU cores requested per task (change for threaded jobs)
Expand Down

0 comments on commit 58db723

Please sign in to comment.