You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quick alspac format
source config.env
wd="/mnt/storage/private/alspac/1/alspac/studies/latest/alspac/genetic/variants/arrays/gwas/imputed/1000genomes/released/2015-06-25/data/genotypes/bestguess/subset_maf0.01_info0.8"
mkdir -p ${genotype_input_dir}
for i in {01..23}
do
Rscript resources/genotypes/variant_ids.r ${wd}/data_chr${i} ${genotype_input_dir}/data_chr${i}
done
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: