Closed GoogleCodeExporter closed 8 years ago
Original comment by Mr.Matth...@gmail.com
on 21 Jul 2015 at 1:09
Original comment by Mr.Matth...@gmail.com
on 27 Jul 2015 at 1:38
Hi:
In my case (ubuntu-12.04.5 and interproscan-5.14-53.0) the problem was the
getorf version that comes with interproscan package, but I had my own getorf on
the system (because I installed emboss [sudo apt-get install emboss])
If you have emboss, use this command to locate the getorf path:
>whereis getorf
(in my case /usr/bin/getorf)
Then, go the interproscan home (where you unzipped/installed the program) and
enter to this internal directory:
>cd bin/nucleotide
and move the old inteproscan getorf to getorf.bak
>mv getorf getorf.bak
Finally, create a symbolic link to your "system" getorf
>ln -s /usr/bin/getorf .
After this, the program run without the "127" problem
good luck!
Original comment by jomal...@gmail.com
on 18 Aug 2015 at 8:30
...or just change the path to the local getorf in the file
"interproscan.properties".
binary.getorf.path=
Cheers
Original comment by jomal...@gmail.com
on 18 Aug 2015 at 8:42
Original issue reported on code.google.com by
bzamit...@gmail.com
on 3 Jul 2015 at 7:33