Description

Prepare a reference genome for RSEM

Input

name:type
description
pattern

fasta

:file

The Fasta file of the reference genome

*.{fasta,fa}

gtf

:file

The GTF file of the reference genome

*.gtf

Output

name:type
description
pattern

index

rsem

:directory

RSEM index directory

rsem

transcript_fasta

*transcripts.fa

:file

Fasta file of transcripts

rsem/*transcripts.fa

versions_rsem

${task.process}

:string

The process the versions were collected from

rsem

:string

The tool name

rsem-calculate-expression --version | sed -e "s/Current version: RSEM v//g"

:eval

The expression to obtain the version of the tool

versions_star

${task.process}

:string

The process the versions were collected from

star

:string

The tool name

STAR --version | sed -e "s/STAR_//g"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

rsem

:string

The tool name

rsem-calculate-expression --version | sed -e "s/Current version: RSEM v//g"

:eval

The expression to obtain the version of the tool

${task.process}

:string

The process the versions were collected from

star

:string

The tool name

STAR --version | sed -e "s/STAR_//g"

: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