Hi all. I've got a custom tool that relies on Biopython, and Biopython's installed under the "dependencies" folder. I've also got some lines in my code that try to tell Galaxy it needs to use Biopython (shown below) in my tool's xml file:
<requirements> <requirement type="package" version="1.65">biopython</requirement> </requirements>
However, that doesn't seem to be enough to get the tool access to biopython. Biopython's documentation mentioned a file called "repository_dependencies.xml" that also needs to be edited, but that's for toolshed tools and not custom tools. I'm assuming I'm missing a parallel step required for custom tools, but I'm not sure what that would be. Thanks much.