I am trying to deploy my applications that I currently have in development towards the galaxy tool shed.
They however required python3.4 and biopython for python3.4. How do I tell galaxy that? I found some code within the tool shed but I am not sure if this will then be 2.7 or 3.4...
<?xml version="1.0"?>
<tool_dependency>
<package name="biopython" version="1.61">
<repository changeset_revision="ae9dda584395" name="package_biopython_1_61" owner="biopython" toolshed="https://toolshed.g2.bx.psu.edu" />
</package>
</tool_dependency>