Hey everyone,

So I rely a lot on specific versions of tools in the toolshed, and am often testing out the install process to make sure everything's working.  Today I noticed that my install process was failing, and it looks like it's due to not being able to install previous versions of tools through the API.  It seems to default to installing the latest version of a tool.

For example, for the tool samtools_mpileup, if I run the code:

gi.toolShed.install_repository_revision("http://toolshed.g2.bx.psu.edu/",'samtools_mpileup','devteam','973fea5b4bdf',install_tool_dependencies=True,install_repository_dependencies=True)

in bioblend (to install revision 973fea5b4bdf) I instead get the latest (aa0ef6f0ee89) revision installed.  I can see the previous revision still exists https://toolshed.g2.bx.psu.edu/repository?repository_id=01d08a1b766b864e&changeset_revision=973fea5b4bdf.

I'm wondering if something has changed here?  I remember being able to install old versions of tools through the API before, but maybe I'm getting mixed up?

Thanks,

Aaron