trinity

Versions and Availability

h4

h5
Module Names for trinity on smic
Machine Version Module Name
smic 2.12.0 trinity/2.12.0/intel-19.0.5

▶ Module FAQ?

▶ Did not find the version you want to use??

About the Software

Trinity assembles transcript sequences from Illumina RNA-Seq data. - Homepage: Trinity assembles transcript sequences from Illumina RNA-Seq data.

Usage

Assemble RNA-Seq data:

Trinity --seqType fq --left reads_1.fq --right reads_2.fq --CPU 6 --max_memory 20G 

To find out how to use these tools, type "tool -help"

For example: Trinity -help
#Required:
#
#  --seqType       :type of reads: ( fa, or fq )
#
#  --max_memory       :suggested max memory to use by Trinity where limiting can be enabled. (jellyfish, sorting, etc)
#                            provied in Gb of RAM, ie.  '--max_memory 10G'
#
#  If paired reads:
#      --left      :left reads, one or more file names (separated by commas, no spaces)
#      --right     :right reads, one or more file names (separated by commas, no spaces)
#
#  Or, if unpaired reads:
#      --single    :single reads, one or more file names, comma-delimited (note, if single file contains pairs, can use flag: --run_as_paired )

	

Resources

Last modified: September 10 2020 11:58:50.