Description

TransDecoder identifies candidate coding regions within transcript sequences. It is used to build gff file. You can use this module after transdecoder_longorf

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

fasta (file)

fasta file

*.{fasta}

fold (directory)

Output from the module transdecoder_longorf

*

Output

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

versions (file)

File containing software versions

versions.yml

pep (amino acids fasta file)

All ORFs meeting the minimum length criteria, regardless of coding potential

*.{pep}

gff3 (gff3 file)

Positions of all ORFs as found in the target transcripts

*.{gff3}

cds (nucleotide fasta file)

the nucleotide coding sequence for all detected ORFs

*{cds}

bed (bed file)

bed file

*{bed}

Tools

transdecoder
Broad Institute

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.