From d3f04cb53a2eb071e699fa3f49558dc36ce5027d Mon Sep 17 00:00:00 2001 From: jiang548 Date: Wed, 11 May 2022 19:05:18 -0400 Subject: [PATCH] error protection --- script/geno_prep/imputation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/geno_prep/imputation.sh b/script/geno_prep/imputation.sh index 3b20198..479ad18 100755 --- a/script/geno_prep/imputation.sh +++ b/script/geno_prep/imputation.sh @@ -84,7 +84,7 @@ done ## employ parallel computing for imputation time ParaFly -c impute_params.txt -CPU $ncores if [[ $(wc -l < impute_params.txt) -ne $(wc -l < impute_params.txt.completed) ]];then -echo -e "\nPlease note that some of the jobs are not finished !!! This could be a memeory allocation issue\n" +echo -e "\nPlease note that some of the jobs are not finished !!! This could be a memeory allocation issue.\n" kill -10 $job_id fi