From bc8d8df7b7e659f859ed305b73bb245ab8cfab51 Mon Sep 17 00:00:00 2001 From: "Zhang, Dabao" Date: Fri, 20 May 2022 15:35:41 -0400 Subject: [PATCH] Update bts1gensub.sh --- script/network/bts1gensub.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/network/bts1gensub.sh b/script/network/bts1gensub.sh index 31773f7..41c26bd 100755 --- a/script/network/bts1gensub.sh +++ b/script/network/bts1gensub.sh @@ -91,9 +91,9 @@ echo -e "\n" grep "^sbatch" qsub1.sh > job1_command if [[ $interactive == "T" || $interactive == "True" || $interactive == "TRUE" ]];then sed -i 's/sbatch -W/srun -n1 bash/g;s/&/>\/dev\/null/g' qsub1.sh -echo -e "Running $(wc -l < job1_command) jobs ... \n" +echo -e "Running $(wc -l < job1_command) jobs...\n" else -echo -e "Submitting $(wc -l < job1_command) jobs ... \n" +echo -e "Submitting $(wc -l < job1_command) jobs...\n" fi time sh qsub1.sh | tee submit1_log