Skip to content

A snakemake pipeline for mapping next generation sequencing reads from avian museum samples.

License

Notifications You must be signed in to change notification settings

abbyevewilliams/map-pipeline

Repository files navigation

A snakemake pipeline for the Norfolk Island Zosterops project

Abby Williams, University of Oxford, 2025

A pipeline for cleaned sequencing reads from avian museum samples to the Zosterops lateralis pseudochromosome assembly. This pipeline is specialised to work with merged, paired-end reads that have already been cleaned using e.g. nf-polish.


Workflow

Main steps are outlined below:

  1. Map reads to the Zosterops lateralis pseudochrome assembly using bwa-mem2
  2. Deduplication of merged paired end reads using DeDup
  3. Calculate mapping stats and depth using Samtools
  4. Assess DNA damage using MapDamage2

Installation and usage

Use conda/mamba to install the environment from the environment.yaml provided.

mamba create --prefix ./snakemake-env --file environment.yaml

Do the following prior to running:

  • edit file paths in config/config.yaml
  • add any appropriate profiles in profiles/
  • edit the run.sh depending on your HPC environment

Then run as appropriate for your HPC. For slurm-based schedulers, run:

sbatch run.sh


This pipeline was built in snakemake using this workflow template.

About

A snakemake pipeline for mapping next generation sequencing reads from avian museum samples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published