Skip to content

Commit

Permalink
Update imputation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent 58d3307 commit 89cc69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/geno_prep/imputation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 89cc69c

Please sign in to comment.