From 74931fc9343254bb688e3fbf3677d2f304fbf349 Mon Sep 17 00:00:00 2001 From: "Zhang, Dabao" Date: Fri, 20 May 2022 14:23:53 -0400 Subject: [PATCH] Update adj_gtex.sh --- script/adj/adj_gtex.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/adj/adj_gtex.sh b/script/adj/adj_gtex.sh index 56bb559..1550fd8 100755 --- a/script/adj/adj_gtex.sh +++ b/script/adj/adj_gtex.sh @@ -4,11 +4,11 @@ $SIGNET_SCRIPT_ROOT/adj/ld.sh && $SIGNET_SCRIPT_ROOT/adj/adj_pca_gtex.sh && echo -e "\n" -echo -e "Please check the pca plots \n" +echo -e "You may want to check the PCA plots to determine the number of PCs for population stratification \n" ##pc=3 by default pc=3 -read -p "Enter the number of PC's you want to use: " pc -echo "The number of pc used will be $pc" +read -p "Enter the number of PCs for population structures: " pc +echo "The number of PCs to be used will be $pc" echo -e "\n" cd $SIGNET_ROOT