Skip to content
Snippets Groups Projects
Commit 089a01d1 authored by peguerin's avatar peguerin
Browse files

move to current dir

parent 8c7e5ee8
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ sed -e "s/JOB_NAME/$nom_qsub_script/g" \
-e "s|OUT_FILE|$run_output/$nom_qsub_script\.out|g" \
-e "s|ERR_FILE|$run_output/$nom_qsub_script\.err|g" \
$template_script > $qsub_script/temp_script.sh
echo -e "cd "$(pwd)"\n"
echo -e "bash $location_bash_script/$nom_bash_script.sh\n" >> $qsub_script/temp_script.sh
mv $qsub_script/temp_script.sh $qsub_script/$nom_qsub_script".sh"
echo $qsub_script/$nom_qsub_script".sh is ready to be qsubmitted."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment