debugging thor stuff

This commit is contained in:
othocaeS 2016-07-25 17:39:21 -04:00
parent adcc7c2fd8
commit 65d8360e22

View File

@ -117,7 +117,7 @@ do
submitscript="thor/${echo_band}.pbs" submitscript="thor/${echo_band}.pbs"
cp tmp.psdlagargs $argsfile cp tmp.psdlagargs $argsfile
cat scripts/templates/thor_submit.pbs| cat scripts/templates/thor_submit.pbs|
sed "s@%NAME%@${echo_band} psdlag@g"| sed "s@%NAME%@'${echo_band} psdlag'@g"|
sed "s@%ARGSFILE%@${argsfile}@g"| sed "s@%ARGSFILE%@${argsfile}@g"|
sed "s@%ROOTDIR%@$(pwd)@g"| sed "s@%ROOTDIR%@$(pwd)@g"|
sed "s@%OUTPUTFILE%@${outputfile}@g" > $submitscript sed "s@%OUTPUTFILE%@${outputfile}@g" > $submitscript