On Feb 8, 2013, at 7:54 AM, Peter Cock wrote:
Hi all,
I've been reading http://wiki.galaxyproject.org/ToolShedToolFeatures and focused on the example of EMBOSS where the tool definitions depend on the data type definitions. Here the emboss_5 repository (the tool wrappers) contains depository_dependencies.xml saying:
<?xml version="1.0"?> <repositories description="Emboss 5 requires the Galaxy applicable data formats used by Emboss tools."> <repository toolshed="http://toolshed.g2.bx.psu.edu" name="emboss_datatypes" owner="devteam" changeset_revision="a89163f31369" /> </repositories>
Is that revision treated as a minimum version, or an absolute one? ..
On Fri, Feb 8, 2013 at 1:58 PM, Greg Von Kuster <greg@bx.psu.edu> wrote:
Hi Peter,
The changset_revision="xxxxxxx" tag attribute is a "minimum version" setting. ...
That should be fine then - I've tried to clarify the <repository> description on http://wiki.galaxyproject.org/ToolShedToolFeatures to say that. Thanks, Peter