Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
explodecomputer committed Oct 20, 2024
1 parent 18797df commit 760db0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
cat $tf
fi

echo "Checking gcta..."
echo "Checking king..."

./bin/king > $tf 2>&1
if cat $tf | grep -q "KING"; then
Expand Down
2 changes: 1 addition & 1 deletion utils/run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ docker run \
-v ${genotype_input_dir}:${genotype_input_dir} \
-v ${genotype_processed_dir}:${genotype_processed_dir} \
-v ${results_dir}:${results_dir} \
MRCIEU/lifecourse-gwas:latest \
mrcieu/lifecourse-gwas:latest \
"$@"

0 comments on commit 760db0e

Please sign in to comment.