nf-core/sentieon/rsempreparereference @ 0.0.0-6c4ed3a
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:44:09 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsentieon%2Frsempreparereference/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/sentieon/rsempreparereference/blobs/sha256:d7006e5a60c2051b9db6d9b7d23a9bb82d7590dc7373185648c440006584dd79 |
| Size | 3.3 KB |
| Checksum | sha256:d7006e5a60c2051b9db6d9b7d23a9bb82d7590dc7373185648c440006584dd79 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:09 (UTC) | 3 | 3.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:36:05 (UTC) | 3 | 3.3 KB |