--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Dear BrianI use Trinity , and the sample names are:RC-BS1a-6_CCGTCC_L003_R1_001.fastqRC-BS1a-6_CCGTCC_L003_R2_001.fastqI run following command :Trinity --trimmomatic --quality_trimming_params right RC-BS1a-6_CCGTCC_L003_R1_001.fastqbut I got this error:Error, do not understand options: RC-BS1a-6_CCGTCC_L003_R1_001.fastqCan you help me do it?Sorry I do not have any one helping me.Thank youRegards
Dear BrianAfter finishing the trimming , I have several file including :L003_R1_001.fastq.P.qtrim.gzL003_R1_001.fastq.PwU.qtrim.fqL003_R1_001.fastq.U.qtrim.gzL003_R2_001.fastq.P.qtrim.gzL003_R2_001.fastq.PwU.qtrim.fqL003_R2_001.fastq.U.qtrim.gzTrinity.fastaP is paired sequence, U is unpaired , and PwU means paired with unpaired?And Trinity.fasta is the assembled file? it means that It did trimming and assemble together? with one command line?Now for the generation of reference transcriptome (Merged assembly) , I have 2 replicate for each sample so firstgunzip L003_R1_001.fastq.P.qtrim.gzthen cat 2 right and 2 left to gether :cat L003_R1_001.fastq.P.qtrim.gz L004_R1_001.fastq.P.qtrim.gz > righ _R1_001.fastq.P.qtrim.gzthen again cat all right of all sample and all left , and then run theTrinity --seqType fq --left ref_left.fq --right ref_right .fq --CPU 10 --max_memory 100GThank you in advance.RegardsOn Thu, Mar 5, 2015 at 12:05 AM, Brian Haas <bh...@broadinstitute.org> wrote:sure thing. best of luck!~b