nf-core/sentieon/rsempreparereference @ 0.0.0-0c7146d
Summary
Prepare a reference genome for RSEM
Get started
Add the following snippet to your workflow script to include this module.
include { SENTIEON_RSEMPREPAREREFERENCE } from 'nf-core/sentieon/rsempreparereference'
License
MIT License
Process
Name
|
SENTIEON_RSEMPREPAREREFERENCE |
|---|
Input
2 channels
fasta
file
|
The Fasta file of the reference genome *.{fasta,fa}
|
|---|
gtf
file
|
The GTF file of the reference genome *.gtf
|
|---|
Output
5 channels
#1
index
rsem
directory
|
RSEM index directory rsem
|
|---|
#2
versions_rsem
tuple
${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 |
#3
versions_star
tuple
${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 |
#4
transcript_fasta
*transcripts.fa
file
|
Fasta file of transcripts rsem/*transcripts.fa
|
|---|
#5
versions_sentieon
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
sentieon
string
|
The tool name |
sentieon driver --version 2>&1 | sed -e "s/sentieon-genomics-//g"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| rseqc | RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome | https://github.com/deweylab/RSEM |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:12:13 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsentieon%2Frsempreparereference/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/sentieon/rsempreparereference/blobs/sha256:0228c0c7175ea8b77f0a9e262468f250097db301bebc28ec5e7268310d29d82b |
| Size | 3.3 KB |
| Checksum | sha256:0228c0c7175ea8b77f0a9e262468f250097db301bebc28ec5e7268310d29d82b |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 19:12:13 (UTC) | 1 | 3.3 KB | - |