hi, I am using Ribo Tools in a local instance installed from the tool_shed (https://toolshed.g2.bx.psu.edu/repository?repository_id=f81548109cd9dd88).
When i run it on my sample, it gives me the error: "line 16, in from Bio import SeqIO ImportError: No module named Bio"
Which I googled and it means that biopython is not installed.
The bipython package is not listed as dependency for the tool, but I tried to install the biopython package separately from the tool shed and I still get the error. I also have it installed in my computer.
Anyone knows how make Ribotools aware that there is a version of Biopython installed on my galaxy and/or computer?