Skip to content

Commit

Permalink
Update adj.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent 82fba7d commit b720fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/adj/adj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $SIGNET_SCRIPT_ROOT/adj/adj_filter.sh &&
$SIGNET_SCRIPT_ROOT/adj/adj_pca.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 is $pc"
echo -e "\n"

Rscript $SIGNET_SCRIPT_ROOT/adj/adj_adjust.R "clifile='$clifile'" "npc='$pc'"

0 comments on commit b720fe5

Please sign in to comment.