From d7a2d180e7027f52e9d8fac21510659ba4f2d366 Mon Sep 17 00:00:00 2001 From: "Zhang, Dabao" Date: Fri, 20 May 2022 16:59:59 -0400 Subject: [PATCH] Update imputation.sh --- 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 bf6170d..94841ba 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 "\nWarning: Some of the jobs are imcomplete! There could be a memeory allocation issue.\n" +echo -e "\nWarning: Some of the jobs are incomplete! There could be a memeory allocation issue.\n" kill -10 $job_id fi