lifebit-ai / gwas

GWAS pipeline using SAIGE
5 stars 2 forks source link

Add validate inputs process #34

Open cgpu opened 4 years ago

cgpu commented 4 years ago

This step must ensure that the pipeline fails early with a descriptive error message when the pheno file contains participants not included in the aggregate vcf.

Can be checked from the VCF header or bcftools query -L or bcftools view my.bcf | awk '/#CHROM/ {print}' | sed 's/\t/\n/g' | head -30