Commit e471e8b1 authored by Aiden Lab's avatar Aiden Lab Committed by GitHub
Browse files

Merge pull request #14 from tannerbeck/master

Change 1 core to 8 cores. With 2g/c this results in 16 gb of RAM bein…
parents 855e6291 662ea00b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ ALGNR2`
		#SBATCH -e $outDir/merge-%j.err
		#SBATCH --mem-per-cpu=2G
		#SBATCH -t 1440
		#SBATCH -c 1 
		#SBATCH -c 8 
		#SBATCH --ntasks=1
		#SBATCH -d $dependalign
		#SBATCH -J "${groupname}_merge_${jname}"