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

pep

meta:map

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

]

*.transdecoder.pep:file

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

*.{pep}

gff3

meta:map

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

]

*.transdecoder.gff3:file

Positions of all ORFs as found in the target transcripts

*.{gff3}

cds

meta:map

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

]

*.transdecoder.cds:file

the nucleotide coding sequence for all detected ORFs

*{cds}

bed

meta:map

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

]

*.transdecoder.bed:file

bed file

*{bed}

versions

versions.yml:file

File containing software versions

versions.yml

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.