Closed GoogleCodeExporter closed 9 years ago
Same here, steps used for work-around (on ubuntu 10.04):
* if you have "libg2c.so.0 not found", you'll need GFortran for this:
sudo apt-get install gfortran
* download PF-tools sources from
ftp://lausanne.isb-sib.ch/pub/software/unix/pftools/pft2.3/
as of 2012-08-02, latest release is 2.3.5 (released: 2011-05-25), direct link:
wget ftp://lausanne.isb-sib.ch/pub/software/unix/pftools/pft2.3/pft2.3.5.d.tar.gz
* extract and build::
tar -xzf pft2.3.5.d.tar.gz
cd pftools/
make io.o pfscan pfsearch
(or, if you prefer: make all )
* replace old version with new:
cp ./pfscan ./pfsearch /your_interpro_dir/bin/prosite/
(overwrites existing pfscan and pfsearch)
Original comment by jules.ke...@googlemail.com
on 2 Aug 2012 at 1:47
Dear interproscan users,
Thanks for reporting the problem, and thanks also for providing the solution.
The binaries we include work for most users, but there are always cases where
the binary we include does not work on someone's particular setup. The reasons
for this aren't always obvious - internally we run Interproscan 5 on Ubuntu
version 10.04 and up and we never encounter this particular problem.
We have now added a documentation section on how to compile binaries if you
have a problem:
http://code.google.com/p/interproscan/wiki/CompilingBinaries
Also, instead of copying the binary to the interproscan binary directory you
can update the following line of the interproscan.properties file to point to
the pfscan binary:
binary.prosite.pfscan.path=
Thanks,
Craig
Original comment by newboycr...@gmail.com
on 27 Mar 2013 at 2:02
Original comment by Maxim.Sc...@gmail.com
on 15 May 2014 at 9:29
Original issue reported on code.google.com by
asis.hal...@gmail.com
on 15 May 2012 at 2:42