Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.06 KB

output.md

File metadata and controls

28 lines (20 loc) · 1.06 KB

RNAseq-vax

The aim of this pipeline is to processed bam files from nf-core/RNAseq and output variants and allele specific expression

Pipeline overview

The pipeline is built using Nextflow

The main.nf goes through the following steps:

  • add read groups ( via picard)
  • splitCigarReads (via GATK)
  • call variants ( via GATK HaplotypeCaller)
  • Variant filtering (via GATK)
  • annotate variants for further downstream analysis (via VEP)
  • select variants (via GATK)
  • allele specific expression (via GATK)

The annotate.nf is added ontop of that (takes variants from filtered variants) and is annotated with vep

output

Directories output

Please note that these files are not filtered and that needs to be done as well