Program not properly installed/program not accessible by system
1
0
Entering edit mode
hoonhuiyi • 0
@hoonhuiyi-23342
Last seen 3.9 years ago

How do I install a program properly ( Oligoarrayaux) such that a software(decipher using R) is able to access the program? Should I put the installed program in the same file folder etc?

> system("hybrid-min -V") 
[1] 127
> system("OligoArrayAux") 
[1] 127
> primers <- DesignPrimers(tiles, identifier="Accumulibacter",minCoverage=1, minGroupCoverage=1) 
Error in DesignPrimers(tiles, identifier = "Accumulibacter", minCoverage = 1, : OligoArrayAux must be properly installed.
R decipher • 1.7k views
ADD COMMENT
0
Entering edit mode
Erik Wright ▴ 150
@erik-wright-14386
Last seen 12 weeks ago
United States

OligoArrayAux needs to be installed in your system's PATH, which is platform dependent.

ADD COMMENT
0
Entering edit mode

thank you i have managed to installed it

ADD REPLY
0
Entering edit mode

I am facing the same problem with the OligoArrayAux installation, but so far I could not manage to install it properly. I am using Windows 10 and even adapted the systems' Path to the OligoArrayAux location. Do you have any idea what might be wrong?

ADD REPLY
0
Entering edit mode

Me too, I downloaded the OligoArrayAux from UNAFold web server (http://www.unafold.org/Dinamelt/software/oligoarrayaux.php), but still get the error message: "OligoArrayAux must be properly installed". Could you please help?

ADD REPLY
0
Entering edit mode

If OligoArrayAux (or UNAFold) are properly installed, it should be possible within R to run: system("hybrid-min -h") without an error.

ADD REPLY

Login before adding your answer.

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