Description

Calculate expression with RSEM

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

reads{:bash}

:file

Input reads for quantification (FASTQ files or BAM file for —alignments mode)

*.{fastq.gz,bam}

index{:bash}

:file

RSEM index

rsem/*

Output

name:type
description
pattern

counts_gene{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.genes.results{:bash}

:file

Expression counts on gene level

*.genes.results

counts_transcript{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.isoforms.results{:bash}

:file

Expression counts on transcript level

*.isoforms.results

stat{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.stat{:bash}

:file

RSEM statistics

*.stat

logs{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.log{:bash}

:file

RSEM logs

*.log

versions_rsem{:bash}

${task.process}{:bash}

:string

The name of the process

rsem{:bash}

:string

The name of the tool

rsem-calculate-expression --version | sed 's/Current version: RSEM v//'{:bash}

:eval

The expression to obtain the version of the tool

versions_star{:bash}

${task.process}{:bash}

:string

The name of the process

star{:bash}

:string

The name of the tool

STAR --version | sed -e "s/STAR_//g"{:bash}

:eval

The expression to obtain the version of the tool

bam_star{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.STAR.genome.bam{:bash}

:file

BAM file generated by STAR (optional)

*.STAR.genome.bam

bam_genome{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

${prefix}.genome.bam{:bash}

:file

Genome BAM file (optional)

*.genome.bam

bam_transcript{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

${prefix}.transcript.bam{:bash}

:file

Transcript BAM file (optional)

*.transcript.bam

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

rsem{:bash}

:string

The name of the tool

rsem-calculate-expression --version | sed 's/Current version: RSEM v//'{:bash}

:eval

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

star{:bash}

:string

The name of the tool

STAR --version | sed -e "s/STAR_//g"{:bash}

:eval

The expression to obtain the version of the tool

Tools

rseqc
GPL-3.0-or-later

RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome