Skip to content

Commit

Permalink
fixing duplicates issue
Browse files Browse the repository at this point in the history
  • Loading branch information
explodecomputer committed Oct 20, 2024
1 parent 1bf63d3 commit 660981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00-check-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ do
Rscript resources/genotypes/variant_ids_bim.r ${genotype_processed_dir}/symlinks/${f}
echo "Updated variant IDs"

cat ${genotype_processed_dir}/symlinks/${f}.bim | { grep "_duplicate" || true; } > ${genotype_processed_dir}/bfiles/${f}_temp_duplicate
awk '{print $2 }' ${genotype_processed_dir}/symlinks/${f}.bim | { grep "_duplicate" || true; } > ${genotype_processed_dir}/bfiles/${f}_temp_duplicate

echo "Clean genotype data"
bin/plink2 \
Expand Down

0 comments on commit 660981b

Please sign in to comment.