Hello guys,
Is there anyone who are familiar with Interproscan-5.17-56.0? I am trying to annotate 60000 proteins on my laptop, several hours after however, it pop up that the web service failed, and suggested me to modified the interproscan.properties file. So I changed the precalculated match lookup as followed:
precalculated.match.lookup.service.url=
#proxy set up
precalculated.match.lookup.service.proxy.host=
precalculated.match.lookup.service.proxy.port=
It now calculate locally, However I have no local look up service. I am not sure what happened and should I keep running it or is there any way to fix it.
Thanks a lot amazing people
Thanks for your response. I got the same settings as you did. Probably, I should be patient and run it again, considering it takes a huge amount of time for larger number of sequences.
Hi Amitm,
I ran it again, but I encountered the following problem again: Do you have any idea of what is going on there, or can I continue to analyse it locally? Thanks
03/03/2016 01:01:03:759 Uploaded/Stored 65534 sequences for analysis 2016-03-03 01:01:03,760 [amqEmbeddedWorkerJmsContainer-6] [uk.ac.ebi.interpro.scan.business.sequence.BerkeleyPrecalculatedProteinLookup:257] WARN -
The following problem was encountered by the pre-calculated match lookup service: www.ebi.ac.uk
Pre-calculated match lookup service failed - analysis proceeding to run locally
The pre-calculated match lookup service has been configured in the interproscan.properties file.
precalculated match lookup service url : http://www.ebi.ac.uk/interpro/match-lookup precalculated match lookup service proxy host : proxy port : 3128
Unfortunately the web service has failed. Check the configuration of this service in the interproscan.properties file and, if necessary, set the following property to look like this:
precalculated.match.lookup.service.url=
If the problem persists, check if this is a firewall or proxy issue. If it is a proxy issue, then setting the following property in the interproscan.properties file should work:
precalculated.match.lookup.service.proxy.host= precalculated.match.lookup.service.proxy.port=
If this still does not work please inform the InterPro team of this error by sending an email to:
interhelp@ebi.ac.uk
In the meantime, the analysis will continue to run locally.
hi, As per here (scroll to the bottom), Iprscan is configured to fetch annotations from the match-lookup URL. In case it is not able to do so (like in you case, maybe because of firewall restrictions??), it will then attempt to run locally. For the 2nd option to happen you need to install/ download the huge file here. I hadn't as in my case Iprscan was able to access the match-lookup URL. Check if firewall is the culprit. If yes, then probably you need to install the local service.
Thanks for your reply.