Trinity Error with the the flag of --run_as_paired
1
0
Entering edit mode
8.8 years ago
seta ★ 1.9k

I did de novo transcriptome assembly after trimming on about 320 million Illumina paired end reads (strand-specific library, FR) using CLC genomic workbench software. Now, I'm trying to perform the same assembly using Trinity (20140717) by the following code:

./Trinity --seqType fa --JM 180G --run_as_paired file1.fa --normalize_reads --SS_lib_type FR --CPU 6 --full_cleanup

But, the Trinity gives me an error, it says:

Error, do not understand options: file1.fa

and sometimes, it says:

Error, do not understand options: file1.fa and SS__lib_type FR

Actually, file1.fa is a output of CLC genomic software after trimming in FASTA format. Since I plan to compare and probably combine the assembly results derived from both, CLC and Trinity tools, I have to do trimming using CLC and then use the trimmed file as an input file for Trinity.Is there anybody with similar experience? could you please help me out to solve the problem?

Assembly RNA-Seq sequencing • 2.7k views
ADD COMMENT
2
Entering edit mode
8.8 years ago

For the first error, try --run_as_paired --single file.fa. The second error likely only happens if you add an extra space somewhere or leave off the --.

ADD COMMENT
0
Entering edit mode

Thanks so much.

ADD REPLY

Login before adding your answer.

Traffic: 1745 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6