]> git.donarmstrong.com Git - uiuc_igb_scripts.git/commitdiff
reserve 32GB of ram
authorDon Armstrong <don@donarmstrong.com>
Tue, 26 May 2015 18:11:32 +0000 (11:11 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 26 May 2015 18:11:32 +0000 (11:11 -0700)
fpkm_from_srr

index 57e8043c1a50f375769183efe5b5003f8d620a9b..82e4ae9c3d3f860033435416d481100612876fa5 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/bash
 #!/bin/bash
-# PBS -M id -un
 
 CORES=8
 
 CORES=8
-MAX_MEM=32
+MAX_MEM="32GB"
 
 
 function actually_run_the_alignment {
 
 
 function actually_run_the_alignment {