Hi, I 'd like to use Trinity to analyze my strand-specific pair-end sequencing data (dUTP) and I am very confused about how to choose the argument. I got two reads files, _1.fa and _2.fa. For --SS_lib_type argument ,I choose RF.As described in tophat manual for dUTP(graph below), reads from _1.fa are from the right-most end of the fragment(in transcript coordinates), and _2.fa are from the left-most . So ,when I run trinity ,should I choose _1.fa for argument --right, and _2.fa for --left.In the command line "Trinity.pl --seqType fa --left left.fa --right right.fa --CPU 4 --JM 4G", dose the left.fa always means _1.fa?
Thanks for your answer!