Skip to main content

RNA-seq AoU Processing

Pipeline VersionDate UpdatedDocumentation AuthorQuestions or Feedback
aou_9.0.1June, 2025WARP PipelinesFile an issue

Introduction to the RNA-seq AoU Processing workflow

rnaseq_aou.wdl defines workflow rnaseq_pipeline_bam_workflow, which orchestrates GTEx-style RNA-seq processing from aligned reads through expression quantification and QC task chains.

It calls samtofastq, star, rsem, markduplicates, and rnaseqc2 component WDLs to produce alignment/quantification artifacts used in downstream eQTL/sQTL workflows.

Quickstart table

Pipeline FeatureDescriptionSource
Analysis typeRNA alignment and quantification orchestration
Workflow languageWDL 1.0openWDL
Data input file formattask-level inputs provided through imported component workflows
Data output file formattask-level outputs from STAR/RSEM/RNA-SeQC components
Primary softwareSTAR, RSEM, RNA-SeQC (via imported WDLs)

Set-up

RNA-seq AoU Processing installation and requirements

The workflow code can be downloaded by cloning the WARP GitHub repository. For the latest release, please see the rnaseq_aou changelog.

The pipeline can be deployed using Cromwell, a GA4GH-compliant workflow management system.

Inputs

Input descriptions

Input variable nameDescriptionType
prefixPrefix passed to component RNA-seq tasks for naming and sample identity propagation.String

RNA-seq AoU Processing tasks and tools

This workflow is an orchestration wrapper around imported GTEx-derived WDLs.

  1. Convert alignment to FASTQ
  2. Align and quantify transcripts
  3. Mark duplicates and run RNA QC
Task name and WDL linkToolSoftwareDescription
samtofastqimported tasksee samtofastq.wdlGenerates FASTQ from input alignment.
starimported tasksee star.wdlPerforms STAR alignment.
rsemimported tasksee rsem.wdlGenerates expression quantification outputs.
markduplicatesimported tasksee markduplicates.wdlMarks duplicate reads in aligned BAM.
rnaseqc2imported tasksee rnaseqc2.wdlProduces RNA quality metrics.

1. Convert alignment to FASTQ

samtofastq emits paired FASTQs for downstream alignment.

2. Align and quantify transcripts

star and rsem generate alignments and expression quantifications.

3. Mark duplicates and run RNA QC

markduplicates and rnaseqc2 produce cleaned BAMs and QC outputs used by downstream analyses.

Outputs

This wrapper workflow does not declare a top-level output block in the WDL. Outputs are available from called component tasks in execution metadata.

Versioning

All rnaseq_aou releases are documented in the changelog.

Feedback

Please help us make our tools better by filing an issue in WARP; we welcome pipeline-related suggestions or questions.