User Tools

Site Tools


trinity_for_assembling_transcript_reads

This is an old revision of the document!


Trinity - Assembly of transcriptome reads

Documentation by Shelby Williams (last updated by D. Salas-Leiva, 04-13-2020)

Trinity is an assembler of RNA-seq reads, after they have been trimmed. Trinity uses three programs (Inchworm, Chrysalis, and Butterfly) to assemble large volumes of transcriptome reads. The output of Trinity is the Trinity.fasta file found in the /trinity_out_dir/ folder/


A simple Trinity shell script, using the new conda-environments:

#!/bin/bash
#$ -S /bin/bash
. /etc/profile
#$ -cwd
#$ -pe threaded 10
#$ -q 256G-batch

source activate trinity-fixed
# this special built is version is 2.6.6
Trinity --seqType fq --left RetortaCarp_1_PairNtrim.fastq --right RetortaCarp_2_PairNtrim.fastq --CPU 10 --max_memory 20G
source deactivate

#Note: this should always invoke the latest version of Trinity installed on perun. You can check this by looking at the output file or invoking Trinity directly from the prompt with Trinity –version.

ATTENTION!

Trinity 2.4.0 is not compatible with Bowtie2. Skip this step by adding the flag –no_bowtie

trinity_for_assembling_transcript_reads.1586779566.txt.gz · Last modified: by 24.138.68.92