nf-core/rseqc/junctionannotation @ 0.0.0-6c4ed3a
Summary
compare detected splice junctions to reference gene model
Get started
Add the following snippet to your workflow script to include this module.
include { RSEQC_JUNCTIONANNOTATION } from 'nf-core/rseqc/junctionannotation'
License
MIT License
Name
|
RSEQC_JUNCTIONANNOTATION |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
the alignment in bam format *.{bam}
|
bai
file
|
BAM index file *.{bai}
|
bed
file
|
a bed file for the reference gene model *.{bed}
|
|---|
bed
tuple
meta
file
|
xls file with junction information *.xls
|
|---|---|
*.junction.bed
file
|
bed file of annotated junctions *.junction.bed
|
log
tuple
meta
file
|
xls file with junction information *.xls
|
|---|---|
*.log
file
|
Log file of execution *.junction_annotation.log
|
pdf
tuple
meta
file
|
xls file with junction information *.xls
|
|---|---|
*junction.pdf
file
|
junction plot *.junction.pdf
|
xls
tuple
meta
file
|
xls file with junction information *.xls
|
|---|---|
*.xls
file
|
xls file with junction information *.xls
|
rscript
tuple
meta
file
|
xls file with junction information *.xls
|
|---|---|
*.r
file
|
Rscript to reproduce the plots *.r
|
events_pdf
tuple
meta
file
|
xls file with junction information *.xls
|
|---|---|
*events.pdf
file
|
events plot *.events.pdf
|
interact_bed
tuple
meta
file
|
xls file with junction information *.xls
|
|---|---|
*.Interact.bed
file
|
Interact bed file *.Interact.bed
|
versions_rseqc
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
rseqc
string
|
The tool name |
junction_annotation.py --version | sed "s/junction_annotation.py //"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| rseqc | RSeQC package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data. | http://rseqc.sourceforge.net/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:41:15 (UTC) |
| Download URL | https://registry.n |