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 c5972d0 commit d7a2d18
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 @@ -84,7 +84,7 @@ done
## employ parallel computing for imputation
time ParaFly -c impute_params.txt -CPU $ncores
if [[ $(wc -l < impute_params.txt) -ne $(wc -l < impute_params.txt.completed) ]];then
echo -e "\nWarning: Some of the jobs are imcomplete! There could be a memeory allocation issue.\n"
echo -e "\nWarning: Some of the jobs are incomplete! There could be a memeory allocation issue.\n"
kill -10 $job_id
fi

0 comments on commit d7a2d18

Please sign in to comment.