Skip to content

Commit

Permalink
wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nmuncy committed Aug 24, 2017
1 parent b6c1f6e commit 77742cf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions MT_submit_sbatch_jlf_05.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash


refDir=~/bin/Templates/old_templates/oasis_20

workDir=~/compute/PreProc_Methods
slurmDir=${workDir}/Slurm_out
tempDir=${workDir}/Template
scriptDir=${tempDir}/Construction/Scripts

time=`date '+%Y_%m_%d-%H_%M_%S'`
outDir=${slurmDir}/template_jlf_$time

mkdir -p $outDir


sbatch \
-o ${outDir}/output_jlf.txt \
-e ${outDir}/error_jlf.txt \
${scriptDir}/sbatch_jlf_04.sh $tempDir $refDir PreProc_head_template.nii.gz

0 comments on commit 77742cf

Please sign in to comment.