Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

java -jar $QUEUE/Queue.jar -noGCOpt -retry 3 -keepIntermediates -statusTo $email -S gatkQueueScript.scala $bams -R $GATKDATA/human_g1k_v37.fasta -D $GATKDATA/dbsnp_138.b37.vcf -genotyper $genotyper -jobRunner Drmaa    -jobNative   "-t 2:0:0 -n 4 -p short --nodes=1 --mem-per-cpu=8000"  -startFromScratch  2>&1 | tee $genotyper.log

...

sbatch -p short -t 12:0:0 --mem 8000 --wrap "java -jar $QUEUE/Queue.jar -noGCOpt -retry 3 -keepIntermediates -statusTo $email -S gatkQueueScript.scala $bams -R $GATKDATA/human_g1k_v37.fasta -D $GATKDATA/dbsnp_138.b37.vcf -genotyper $genotyper -jobRunner Drmaa    -jobNative   \"-t 2:0:0 -n 4 -p short --nodes=1 --mem-per-cpu=8000\"  -startFromScratch -run 2>&1 | tee $genotyper.log"

...