Good morning,
I have a python script that I've added to my Galaxy instance. When I try to run it I get the following error:
ImportError: No module named pandas
I've tried to search for a solution to this issue but I found little information. I found in the toolshed 2 packages of pandas with the other libraries that I need but after installing one I get the same problem. How can I fix this problem? Is there a way to manually install these python libraries in galaxy with conda? (I couldn't understand how to do this in the documentation)
This script also uses latex since the output is a pdf file. I can run this script on the server where the galaxy instance is but since the libraries I need don't work on galaxy I assume that latex won't work as well. Is there a way to be able to use the script?
Thank you for the attention!