Hi all! When I try to install a custom tool with biopython as a dependency from a private toolshed, I get the following error:
The complete dependency hierarchy could not be determined for this repository, so no required repositories will not be installed. This is likely due to invalid repository dependency definitions. Here are the attributes of the dependencies defined for this repository to help determine the cause of this problem.
Then when I try to install it anyway, it says "cloning" forever and never actually installs the thing. For reference, the repository has a python tool, its corresponding xml file, and the biopython dependency listed in a third file called tool_dependencies.xml. Biopython properly appears listed under the "dependencies" section, and the tool also appears correct under the "valid tools" section.
Thanks much in advance, and if you need any more information than this I'll provide it! I wasn't sure how much to list.