Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hammerlab/epidisco

Personalized cancer epitope discovery and peptide vaccine prediction pipeline
https://github.com/hammerlab/epidisco

biokepi epitope-discovery ocaml pipeline

Last synced: 3 months ago
JSON representation

Personalized cancer epitope discovery and peptide vaccine prediction pipeline

Awesome Lists containing this project

README

        

# Epidisco

Epidisco is a highly-configurable genomic pipeline. It supports alignment, the
GATK, variant calling, epitope discovery, and vaccine generation.

It uses [Biokepi](https://github.com/hammerlab/biokepi) to construct
[Ketrew](https://github.com/hammerlab/ketrew) workflows which can be scheduled
on many kinds of clusters.

![Pipeline Overview](docs/pipeline.png)

## Usage

Documentation on Biokepi workflows is centralized in the project
[`hammerlab/wobidisco`](https://github.com/hammerlab/wobidisco); a good starting
point is the “Running Local”
[tutorial](https://github.com/hammerlab/wobidisco/blob/master/doc/running-local.md).

## Note on Multiple Samples

You can pass multiple samples into Epidisco, but they will be merged into one
sample (tumor, normal, or tumor RNA) after the alignment & mark duplicates
step. This option to process multiple samples should only be used to e.g. pass
data from biological replicates (or samples you wish to treat as such) into the
pipeline, which fundamentally operates on a tumor, normal, and tumor RNA sample
set.