On Wed, 5 Aug 2009 11:05:42 -0700 (PDT) jbiesinger <[email protected]> wrote:
> Why is the biodb server causing the genome to be downloaded while > biodb2 isn't? biodb's behavior seems odd. The difference comes from the simple fact biodb2 has got an XML-RPC server listening on the TCP port 5000 whereas there is nothing listening on that port on biodb :-) The latter has just got a regular Web server on port 80, used to serve downloadable files. That said, I find it rather interesting your second example actually causes anything to be downloaded rather than having Pygr complain about the resource being unavailable - 'http://biodb.bioinformatics.ucla.edu:5000' is not a valid worldbase resource and last time I checked, the "download from here" path was not hardcoded. Maybe it's because your current working directory is not clean (you delete ~/.pygr_data but not ./.pygr_data). Cheers, -- MS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
