Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.89 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.89 KB

PughLab pipeline-suite (version 0.9.11)

Introduction

This is a collection of pipelines to be used for NGS (DNA, including WGS, WXS and TS, RNA-Seq and EM-Seq) analyses, from alignment to variant calling.

  • pughlab_dnaseq_pipeline.pl: performs alignment, qc and variant-calling on WGS/WXS/TS data
  • pughlab_dnaseq_germline_pipeline.pl: performs alignment, qc and variant-calling on germline-only WGS/WXS/TS data
  • pughlab_rnaseq_pipeline.pl: performs alignment, qc, expression and variant-calling on WT data
  • pughlab_fragmentomics_pipeline.pl: performs fragmentomics analyses on ctDNA WGS data
  • pughlab_emseq_pipeline.pl: performs adapter trimming, alignment, qc and methylation calling on EM-Seq data

Start by creating a clone of the repository:

cd /path/to/some/directory
git clone [email protected]:pughlab/pipeline-suite.git

Dependencies

Pipeline-Suite was developed using perl and is currently compatible using the Slurm workload manager.

In addition, all of the desired tools (ie, BWA, GATK, etc) must be installed and be accessible using the 'module load <tool>' syntax.

Finally, a number of R packages are required:

Workflow

See the wiki for detailed instructions on how to set up a new project and run the pipeline.