Description

Assembles a de novo transcriptome from RNAseq reads

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

List of input fasta/fastq reads to be assembled into a transcriptome.

*.{fa,fasta,fq,fastq}

Output

name:type
description
pattern

transcript_fasta{:bash}

meta{:bash}

:map

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

*.fa.gz{:bash}

:file

de novo assembled transcripts fasta file compressed

*.fa.gz

log{:bash}

meta{:bash}

:map

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

*.log{:bash}

:file

Log from trinity

*.log

versions_trinity{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

trinity{:bash}

:string

The tool name

Trinity --version | grep 'Trinity version' | sed 's/.*Trinity-v//'{:bash}

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

trinity{:bash}

:string

The tool name

Trinity --version | grep 'Trinity version' | sed 's/.*Trinity-v//'{:bash}

:string

The command used to generate the version of the tool

Tools

trinity
BSD-3-clause

Trinity assembles transcript sequences from Illumina RNA-Seq data.