Dear Galaxy Community
I have recently installed PeakRanger from the Toolshed. I struggled a bit because the wrapper is old, the link to download the dependency was not working (in tool_dependencies.xml), and there were a lot of identation problems with the python wrapper called to execute the tool. I fixed everything, but...
Now I am facing a new problem; when I try to run the tool
Traceback (most recent call last):
File "/mnt/extStorage/shed_tools/toolshed.g2.bx.psu.edu/repos/modencode-dcc/peakranger/d6b1bb81fa6c/peakranger/ranger_wrapper.py", line 6, in
from galaxy import eggs
ImportError: No module named galaxy
WARNING:galaxy.model:Datatype class not found for extension 'wig, zip'
WARNING:galaxy.model:Datatype class not found for extension 'wig, zip'
WARNING:galaxy.model:Datatype class not found for extension 'wig, zip'
WARNING:galaxy.model:Datatype class not found for extension 'wig, zip'
WARNING:galaxy.model:Datatype class not found for extension 'wig, zip'
I have read on forums that is is probably related to PYTHONPATH, but I don't exactly know how to fix it. I am using the most recent distribution of Galaxy with a virtual environment. By default, I dont have a $PYTHONPATH environment variable set up on my system (doing an echo prints nothing).
Thanks in advance for your help!
Sincerely
David