Skip to content
sprokopec edited this page Jun 25, 2021 · 30 revisions

PughLab pipeline-suite

Installation and Dependencies

This is a collection of pipelines to be used for NGS (both DNA and RNA) analyses, from alignment to variant calling.

Start by creating a clone of the repository:

cd /path/to/some/directory
git clone https://github.com/pughlab/pipeline-suite/

Additionally, the report generation portion of this tool requires installation of the BPG plotting package for R: https://CRAN.R-project.org/package=BoutrosLab.plotting.general

Configuration

The pipeline-suite runs using parameters provided in YAML format. There are two types of required configuration files:

  • data configs:

  • pipeline configs (dna_pipeline_config.yaml and rna_pipeline_config.yaml):

    • these specify common parameters, including:
      • project name
      • sequencing type (wgs, exome, rna or targeted), sequencing center and platform
      • ref_type (ie, hg19 or hg38)
      • path to desired output directory (will be created if this is the initial run)
      • paths to tool-specific reference files/directories
      • desired versions of tools
      • and, for each tool, memory and run time parameters for each step

For tool-specific details for RNA-Seq configuration, click here: RNA-Seq.

For tool-specific details for DNA-Seq configuration, click here: DNA-Seq.

Clone this wiki locally