From 89cc69c10393ebc4ec42a7e372c8382d2b8e20e6 Mon Sep 17 00:00:00 2001 From: "Zhang, Dabao" Date: Fri, 20 May 2022 13:25:23 -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 f1d52f7..bf6170d 100755 --- a/script/geno_prep/imputation.sh +++ b/script/geno_prep/imputation.sh @@ -3,7 +3,7 @@ map=$SIGNET_TMP_ROOT/tmpg/clean_Genotype.map cd $SIGNET_TMP_ROOT/tmpg -echo -e "Split the genotype data by chromosomes \n" +echo -e "Split the genotype data by chromosomes... \n" # Split the .map file by chromosome for i in `seq 1 ${nchr}`