marrip / wgs_trio_natter

Snakemake workflow to process WGS trio data from MGI instrument

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WGS-Trio-Natter 🐍

Snakemake workflow to process WGS trio data from MGI instrument

Dependencies

To run this analysis, a couple of dependencies need to be met:

Required Reference Files

We are using resources from Broad Institute:

  • Homo_sapiens_assembly38.fasta + bwa index, faidx and dict
  • bgzipped version of Homo_sapiens_assembly38.dbsnp138.vcf + tabix
  • Homo_sapiens_assembly38.known_indels.vcf.gz + tabix

Usage

The workflow may be started doing something like this:

snakemake \
  -s Snakefile \
  --use-singularity \
  --singularity-args " --cleanenv --bind /Path/to/data/and/references"

Make sure to add the desired file paths to config.yaml, sample.tsv, units.tsv and pedigree.tsv.

About

Snakemake workflow to process WGS trio data from MGI instrument

License:MIT License


Languages

Language:Python 100.0%