Entering edit mode
2.0 years ago
Princy
▴
60
Hello, I am trying to prepare a reference for alignment and abundance estimation. I have taken the transcriptome fasta file, do I need to use genomic fasta file or gtf file? I don't understand this point. Please guide me
I am using this code
perl /cabinfs/opt/applications/trinity/trinityrnaseq-Trinity-v2.5.1/util/align_and_estimate_abundance.pl \
--transcripts /cabinfs/home/princy889/cucumber/trim/trinity_out_dir/Trinity.fasta \
--est_method RSEM --aln_method bowtie2 --trinity_mode \
--prep_reference /cabinfs/home/princy889/cucumber/trim/GCF_000004075.3_Cucumber_9930_V3_rna.fa
The error is
Error, don't understand arguments: /cabinfs/home/princy889/cucumber/trim/GCF_000004075.3_Cucumber_9930_V3_rna.fa at /cabinfs/opt/applications/trinity/trinityrnaseq-Trinity-v2.5.1/util/align_and_estimate_abundance.pl line 293.
Can you print the usage of
align_and_estimate_abundance.pl
Thanks! I correct my command according to manual
perl /cabinfs/opt/applications/trinity/trinityrnaseq-Trinity-v2.5.1/util/align_and_estimate_abundance.pl \ --transcripts /cabinfs/home/princy889/cucumber/trim/trinity_out_dir/Trinity.fasta \ --est_method RSEM --aln_method bowtie2 --trinity_mode --prep_reference
now this error is showing Only prepping reference. Stopping now.
where I am wrong pl let me know
Does not look like an error. With that command line you just prepared the reference. Here the different usage of
align_and_estimate_abundance.pl
yes, it's an error because the output file is empty.
ok, right now I can't check this "error" on my computer but I will keep you updated. In the meanwhile:
Are you refereeing to the index files?
Also, can you try the third command line?
I double-checked and it is not an error! That command line is used only to prepare the index files:
ok, Thaks!