×

nf-core/transdecoder/longorf @ 0.0.0-0c7146d

TransDecoder identifies candidate coding regions within transcript sequences. it is used to build gff file.

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Authors: @Danilo2771
Maintainers: @Danilo2771

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

Process
Name TRANSDECODER_LONGORF
Input 1 channel
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

fasta file

fasta file

*.{fasta}
Output 6 channels
#1 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}
#2 dat tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

${output_dir_name}/*.dat file

nucleotide frequencies

*{dat}
#3 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}
#4 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}
#5 folder
${output_dir_name} directory

contains all the files from the run

#6 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-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:44:01 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ftransdecoder%2Flongorf/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/transdecoder/longorf/blobs/sha256:07da554faaa2c33e1be657c02906ffce6d01ad73a034cddfa5642617ad218491
Size 2.9 KB
Checksum sha256:07da554faaa2c33e1be657c02906ffce6d01ad73a034cddfa5642617ad218491
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