Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions find-missing-snps-biobank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ALL_1000G_DIR=23andme-impute
TMP_DIR=impute-out
GEN_FILE=imputed-snps-biobank.gen

mkdir -p $OUT
mkdir -p $TMP_DIR
rm -r $GEN_FILE

# rs689
Expand Down Expand Up @@ -55,4 +55,4 @@ impute2 -m $ALL_1000G_DIR/genetic_map_chr7_combined_b37.txt \
-o $TMP_DIR/tmp_impute2 \
-phase \
-allow_large_regions
grep 'rs4948088 ' $TMP_DIR/tmp_impute2 >> $GEN_FILE
grep 'rs4948088 ' $TMP_DIR/tmp_impute2 >> $GEN_FILE