ERROR for Trinity abundance_estimates_to_matrix.pl
1
0
Entering edit mode
5.8 years ago

Hello,

Trying to run abundance_estimates_to_matrix.pl

abundance_estimates_to_matrix.pl --est_method RSEM --out_prefix /home/nbri/nasreen/muku/matrix /home/nbri/nasreen/muku/RSEM_M1.genes.results /home/nbri/nasreen/muku/RSEM_M2.genes.results

I get this:

-reading file: /scratch/sbag/nasreen/mukuna/align11/RSEM_M11.genes.results
-reading file: /scratch/sbag/nasreen/mukuna/align2/RSEM_M2.genes.results

* Outputting combined matrix.

/app/setups/trinityrnaseq-2.2.0/util/support_scripts/run_TMM_scale_matrix.pl --matrix Trinity_matrix.TPM.not_cross_norm > Trinity_matrix.TMM.EXPR.matrixCMD: R --vanilla -q < __tmp_runTMM.R 1>&2
sh: R: command not found

Error, cmd: R --vanilla -q < __tmp_runTMM.R 1>&2  died with ret (32512)  at /app/setups/trinityrnaseq-2.2.0/util/support_scripts/run_TMM_scale_matrix.pl line 99.
Error, CMD: /app/setups/trinityrnaseq-2.2.0/util/support_scripts/run_TMM_scale_matrix.pl --matrix Trinity_matrix.TPM.not_cross_norm > Trinity_matrix.TMM.EXPR.matrix died with ret 6400 at /app/setups/trinityrnaseq-2.2.0/util/abundance_est
imates_to_matrix.pl line 297.

Any ideas what the issue could be? Thanks.

R next-gen RNA-Seq software-error • 2.4k views
ADD COMMENT
0
Entering edit mode

I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:

101010 Button

ADD REPLY
1
Entering edit mode
5.8 years ago

The error message exactly tells you what is wrong. Your program cannot find the R executable. Make sure R is installed and the executable is in $PATH.

ADD COMMENT

Login before adding your answer.

Traffic: 1935 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