Skip to content

Commit

Permalink
Update plink.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent d7a2d18 commit dbf819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/geno_prep/plink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plink --silent --noweb --ped $pedfile --map $mapfile --geno $geno --hwe $hwe --r
plink --silent --noweb --file $SIGNET_TMP_ROOT/tmpg/clean_Genotype --mind $mind --exclude $SIGNET_TMP_ROOT/tmpg/clean_Genotype.dupvar --recode --out $SIGNET_TMP_ROOT/tmpg/clean_Genotype --set-hh-missing &&
plink --silent --noweb --file $SIGNET_TMP_ROOT/tmpg/clean_Genotype --recodeA --out $SIGNET_TMP_ROOT/tmpg/clean_Genotype --set-hh-missing &&
tail -n+2 $SIGNET_TMP_ROOT/tmpg/clean_Genotype.raw > $SIGNET_TMP_ROOT/tmpg/clean_Genotype.data &&
echo -e "Preprocessing genotype data... Completed!\n"
echo -e "Preprocessing genotype data... completed!\n"

0 comments on commit dbf819b

Please sign in to comment.