You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omni...@googlegroups.com
Hello,
My name is Eleanna Delatola and I am a postdoc working at Walter Kolch's Lab. I am trying to carry out some analysis using OMNIPATH, but I am encountering some installation problems. I was wondering whether you could help me out.
When importing pypath into python 2.7.13 (run in linux), I am getting the following errors:
import pypath
:: No MySQL support.
:: No MySQL support.
:: Module `hcluster` not available.
Regarding the first two errors, I tried importing the mysql.connector module. However, the error message still persists. Regarding module hcluster, I tried installing it from https://pypi.python.org/pypi/hcluster using pip. But, the module cannot be installed.
The second problem I encounter is when I tried to run the command:
pa.init_network()
The following DB could not be loaded: TRIP, MPPI and guide2data. I am not sure if this problem is related to the 'No MySQL support' error message.
I could not import the pathways from KEGG and signor.
Any help will be highly appreciated. Thank you in advance for your time.
Kind Regards,
Eleanna
Dénes Türei
unread,
Jul 4, 2017, 4:17:16 AM7/4/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Eleni Ioanna Delatola, omni...@googlegroups.com
Dear Eleanna,
Thank you for your mail, and thanks for using pypath!
The mysql and hclust modules are not really needed but only for a few
particular methods.
You can safely ignore the messages about their absence.
It might happen that some of the databases could not be loaded either
due to temporary unavailability or permanent changes in th URL or
format.
I will check the ones you mentioned and fix them in next update if possible.
But the more important if you get a network loaded at all?
Is there a message at the end of the process with node and edge counts?
If you look at pa.graph.vcount() or pa.graph.ecount() do you see
non-zero numbers?
If so, you have a network what you can already work with.
When you try to load the patway annotations from KEGG and Signor do
you get an error? Could you please send me the traceback?
Downloading data from Signor -- finished: 0.00it [00:00, ?it/s]
From my understanding, the programme should have downloaded 204 pathways for KEGG, and none for Signor. When I go to check the elements of the kegg.pathway using this command: