This repository contains a Bash pipeline for comparing genotypes between Whole Genome Sequencing (WGS) and SNP-CHIP datasets. The pipeline is designed to be used in a Linux environment.
git clone https://github.com/MBHZG2/ngs_geno_comparison.git cd ngs_geno_comparison
bash PiP_GENO_NGS_COM_compined.run.sh -c $sample_config_file.txt
bash generate.conf.for.call.sh
sh call.sh -B "$BCFTOOLS_PATH" -P "$PLINK_PATH" -O "$OUTPUT_DIR" -I "$BAM_PATH" -S "$WGS_SAMPLE" -R "$REF_PATH" -N "$SNP_POS_FILE"
sh Comparison_GENOTYPE_WGS_SNP_CHIP.sh -W "$WGS_SAMPLE" -G "$GENOT_SAMPLE_ID" -O "$OUTPUT_DIR" -I "$input_genotype_tepd_file" -i "$input_WGS_tepd_file" -m "$PLINK_MAP_FILE"