I appreciate your help!
Firstly, I had already ran Trinity_Stats.pl. After reading various papers, I thought that these item was not enough in it. So I'm collecting additional data.
If I try it as you say, do I have to re-run BLAST? I would like to avoid re-running if I can, because it takes a long time.
And I tried it as you, an error message was outputed as follows. Was "qseqid" an error option? Or does it involve my environment? I use Anaconda.
blastx -query /home/nkarim/avenae/trinity_even_out_dir/Trinity.300.longest.fasta \
-db /home/nkarim/blast/db/nr \
-outfmt "6 qseqid sseqid sscinames scomnames staxid pident length mismatch gapopen qstart qend sstart send ppos evalue bitscore" \
-evalue 1e-3 \
-out /home/nkarim/blast/output/re_avenae.out
Use '-help' to print detailed descriptions of command line arguments
========================================================================
Error: Too many positional arguments (1), the offending value: qseqid
Error: (CArgException::eSynopsis) Too many positional arguments (1), the offending value: qseqid
I'm begginer at analysis of RNAseq, so sorry if these are an inappropriate question. Thank you.