mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-25 05:25:06 +00:00
removed more UTF stuff trying to debug thor problems
This commit is contained in:
parent
3b8aadb600
commit
78241d0f13
@ -114,6 +114,7 @@ do
|
|||||||
if [[ $1 == "thor" ]]
|
if [[ $1 == "thor" ]]
|
||||||
then
|
then
|
||||||
echo_band_noUTF=$(echo $echo_band|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g')
|
echo_band_noUTF=$(echo $echo_band|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g')
|
||||||
|
outputfile_noUTF=$(echo $outputfile|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g')
|
||||||
argsfile="thor/arguments/$echo_band_noUTF.args"
|
argsfile="thor/arguments/$echo_band_noUTF.args"
|
||||||
submitscript="thor/${echo_band_noUTF}.pbs"
|
submitscript="thor/${echo_band_noUTF}.pbs"
|
||||||
cp tmp.psdlagargs $argsfile
|
cp tmp.psdlagargs $argsfile
|
||||||
@ -121,7 +122,7 @@ do
|
|||||||
sed "s@%NAME%@psdlag_${echo_band_noUTF}@g"|
|
sed "s@%NAME%@psdlag_${echo_band_noUTF}@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_noUTF}@g" > $submitscript
|
||||||
cd thor
|
cd thor
|
||||||
qsub $(basename $submitscript) >> submissions
|
qsub $(basename $submitscript) >> submissions
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user