Nextflow Workflow
Scalable and reproducible pipeline built with Nextflow DSL2 for seamless execution across platforms.
Detect and correct allele switches between VCF files and reference panels
Run the pipeline with minimal configuration:
# Install Nextflow
curl -s https://get.nextflow.io | bash
# Run with test data
nextflow run AfriGen-D/checkref -profile test,docker --outdir results
# Run with your data
nextflow run AfriGen-D/checkref \
--targetVcfs "sample*.vcf.gz" \
--referenceDir /path/to/reference/panels/ \
--fixMethod correct \
--outdir results \
-profile dockerCheckRef performs seven key steps:
CheckRef is part of the AfriGen-D project, dedicated to enabling innovation in African genomics research through cutting-edge bioinformatics tools, curated datasets, collaborative networks, and capacity building.