nf-core/sentieon/rsemcalculateexpression @ 0.0.0-6c4ed3a
Summary
Calculate expression with RSEM
Get started
Add the following snippet to your workflow script to include this module.
include { SENTIEON_RSEMCALCULATEEXPRESSION } from 'nf-core/sentieon/rsemcalculateexpression'
License
MIT License
Name
|
SENTIEON_RSEMCALCULATEEXPRESSION |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
Input reads for quantification *.fastq.gz
|
index
file
|
RSEM index rsem/*
|
|---|
logs
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log
file
|
RSEM logs *.log
|
stat
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.stat
file
|
RSEM statistics *.stat
|
bam_star
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.STAR.genome.bam
file
|
BAM file generated by STAR (optional) *.STAR.genome.bam
|
bam_genome
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.genome.bam
file
|
Genome BAM file (optional) *.genome.bam
|
counts_gene
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.genes.results
file
|
Expression counts on gene level *.genes.results
|
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 |
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 |
bam_transcript
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.transcript.bam
file
|
Transcript BAM file (optional) *.transcript.bam
|
counts_transcript
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.isoforms.results
file
|
Expression counts on transcript level *.isoforms.results
|
versions_sentieon
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
sentieon
string
|
The tool name |
sentieon driver --version 2>&1 |