Hi, I've been looking at the "seqinr" package, for manipulation of sequence data. I can't connect to
the databases using the choosebank() function. I get the following error message:
Error in socketConnection(host = host, port = port, server = server, blocking = blocking, : cannot open the connection In addition: Warning message: In socketConnection(host = host, port = port, server = server, blocking = blocking, : pbil.univ-lyon1.fr:5558 cannot be opened Error in choosebank() : I wasn't able to open the socket connection: o Check that your are connected to the internet. o Check that port 5558 is not closed by a firewall. o Try to increase timeout value (current is 5 seconds).
my computer is connected to the internet ,iam trying from 10 days but iam unable to execute this.can you please suggest a way to do it.
Thank you
hi,
i am now thinking to use that R package, actually seqinr is not a biocondcutor, even if it looks like Biocondcutor.
i also have same problem as above and sent an email to the package author ,but no response yet.
i think that problem is due to the Fire wall setting in the comapny security.
FireWall disrupts the access to database where seqinR use.
if you have already solved this problem, would you mind telling me the port number and address where I should describe in access control list ?
The CRAN home page for seqinr says that bug reports should be filed at http://r-forge.r-project.org/mail/?group_id=220 . The seqinr-forum archive at that location has recent activity, so you are likely to get an answer there.
Thank you so much !
Did any of you ever figure this out? I'm experiencing the same problem ...
Specifically, I'm trying to retrieve the genome sequence for Dengue virus from NCBI. I am working on the 'Retrieving genome sequence data using SeqinR' section from page 15 (PDF page 19) of 'A Little Book of R for Bioinformatics, Release 0.1', which can be found here: http://www.cs.ukzn.ac.za/~hughm/bio/docs/a-little-book-of-r-for-bioinformatics.pdf.
The exact code that I am using can be found here: https://github.com/DaveHalvorsen/R_for_Bioinformatics/blob/master/getncbiseq.R
The error I receive is:
"""
Error in socketConnection(host = host, port = port, server = server, blocking = blocking, :
"""
I am working on Ubuntu 16.04. Here is what I have tried to fix the error:
Do you have any ideas on getting this code working?