nf-core/transdecoder/longorf @ 0.0.0-6c4ed3a
Summary
TransDecoder identifies candidate coding regions within transcript sequences. it is used to build gff file.
Get started
Add the following snippet to your workflow script to include this module.
include { TRANSDECODER_LONGORF } from 'nf-core/transdecoder/longorf'
License
MIT License
Name
|
TRANSDECODER_LONGORF |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
fasta file *.{fasta}
|
cds
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${output_dir_name}/*.cds
file
|
the nucleotide coding sequence for all detected ORFs. file *{cds}
|
dat
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${output_dir_name}/*.dat
file
|
nucleotide frequencies *{dat}
|
pep
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${output_dir_name}/*.pep
file
|
all ORFs meeting the minimum length criteria, regardless of coding potential. file *.{pep}
|
gff3
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${output_dir_name}/*.gff3
file
|
positions of all ORFs as found in the target transcripts. file *.{gff3}
|
folder
${output_dir_name}
directory
|
contains all the files from the run |
|---|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| transdecoder | TransDecoder identifies candidate coding regions within transcript sequences, such as those generated by de novo RNA-Seq transcript assembly using Trinity, or constructed based on RNA-Seq alignments to the genome using Tophat and Cufflinks. | https://github.com/TransDecoder |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:50:03 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ftransdecoder%2Flongorf/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/transdecoder/longorf/blobs/sha256:ec6a7293445fffefa2798ad3bd0d00d21986b670e911a00ff2d86c899e9f4aec |
| Size | 2.9 KB |
| Checksum | sha256:ec6a7293445fffefa2798ad3bd0d00d21986b670e911a00ff2d86c899e9f4aec |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:50:03 (UTC) | 3 | 2.9 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:34:39 (UTC) | 4 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:44:01 (UTC) | 3 | 2.9 KB |