From 7544ba6807a1fb70ebe2a91e6a563a57b20d3ce7 Mon Sep 17 00:00:00 2001 From: jiang548 Date: Wed, 4 May 2022 13:37:42 -0400 Subject: [PATCH] refine input --- script/network/bts1gensub.sh | 2 +- script/network/bts2gensub.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/network/bts1gensub.sh b/script/network/bts1gensub.sh index 8817604..f9b76d5 100755 --- a/script/network/bts1gensub.sh +++ b/script/network/bts1gensub.sh @@ -96,7 +96,7 @@ else echo -e "Submitting $(wc -l < job1_command) jobs ... \n" fi -time sh qsub1.sh | tee submit1_log +time sh qsub1.sh | tee submit1_log | grep "#" echo -e "Checking the number of files\n" diff --git a/script/network/bts2gensub.sh b/script/network/bts2gensub.sh index 5fbaa57..70a67b1 100755 --- a/script/network/bts2gensub.sh +++ b/script/network/bts2gensub.sh @@ -100,7 +100,7 @@ else echo -e "Submitting $(wc -l < job2_command) jobs ... \n" fi -time sh qsub2.sh | tee submit2_log +time sh qsub2.sh | tee submit2_log | grep "#" echo -e "Checking the number of files\n"