Skip to content

Commit

Permalink
Update geno_prep_portal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent 3a95452 commit ac6c8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/geno_prep_portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ usage() {
echo " --nchr chromosome number"
echo " --r | --ref reference file for imputation"
echo " --gmap genomic map file"
echo " --i | --int interval length for impute2"
echo " --i | --int interval length for IMPUTE2"
echo " --ncores number of cores"
echo " --resg result prefix"
exit -1
Expand Down Expand Up @@ -141,6 +141,6 @@ do
file_check $(eval "$(echo "echo \$${i}")")
done

$SIGNET_SCRIPT_ROOT/geno_prep/geno_prep.sh && echo "Genotype Preprocessing Finished"
$SIGNET_SCRIPT_ROOT/geno_prep/geno_prep.sh && echo "Genotype preprocessing ... competed!"

echo -e "Finish time: $(date)"

0 comments on commit ac6c8d4

Please sign in to comment.