Skip to content
/ eager Public
forked from nf-core/eager

A fully reproducible and state of the art ancient DNA analysis pipeline.

License

Notifications You must be signed in to change notification settings

amakunin/eager

 
 

Repository files navigation

nf-core/eager

Build Status Nextflow Gitter install with bioconda Docker Container available Singularity Container available

Introduction

nf-core/eager is a bioinformatics best-practice analysis pipeline for ancient DNA data analysis.

The pipeline uses Nextflow, a bioinformatics workflow tool. It pre-processes raw data from FastQ inputs, aligns the reads and performs extensive quality-control on the results. It comes with docker / singularity containers making installation trivial and results highly reproducible.

Pipeline steps

  • Create reference genome indices (optional)
    • BWA
    • Samtools Index
    • Sequence Dictionary
  • QC with FastQC
  • AdapterRemoval for read clipping and merging
  • Read mapping with BWA, BWA Mem or CircularMapper
  • Samtools sort, index, stats & conversion to BAM
  • DeDup or MarkDuplicates read deduplication
  • QualiMap BAM QC Checking
  • Preseq Library Complexity Estimation
  • DamageProfiler damage profiling
  • BAM Clipping for UDG+/UDGhalf protocols
  • PMDTools damage filtering / assessment

Documentation

The nf-core/eager pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline
  4. Output and how to interpret the results
  5. Troubleshooting

Credits

This pipeline was written by Alexander Peltzer (apeltzer), with major contributions from Stephen Clayton, ideas and documentation from James Fellows-Yates, Raphael Eisenhofer and Judith Neukamm. If you want to contribute, please open an issue and ask to be added to the project - happy to do so and everyone is welcome to contribute here!

About

A fully reproducible and state of the art ancient DNA analysis pipeline.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nextflow 88.4%
  • HTML 4.7%
  • Python 4.2%
  • R 2.2%
  • Dockerfile 0.5%