Hi All, A perfect but much harder solution would be for planemo to keep its own dependency database. Which when testing tools would be checked, updated if required and then used.
But that is completely beyond anything I am interested in doing. Christian ________________________________________ From: John Chilton [[email protected]] Sent: Wednesday, September 09, 2015 4:56 PM To: Christian Brenninkmeijer Cc: Steve Cassidy; [email protected] Subject: Re: [galaxy-dev] planemo and tool dependencies Thanks again for implementing this Christian and for outlining how to maybe use it for testing. I'll try to add some support and documentation to planemo for how to use it - https://github.com/galaxyproject/planemo/issues/290 - it is not my favorite long term 100% solution to this problem - but it is a fantastic 95% solution that I think people could get a lot of traction out of if we added some support to planemo and documented how to test using it. -John On Fri, Sep 4, 2015 at 12:00 PM, Christian Brenninkmeijer <[email protected]> wrote: > I wrote the tool because when I ran planemo it found the tool_depencecy file > but then logged that it could not find the actual tools. > > So > 1. Did you install the dependecies into the galaxy you are using to run > planemo? > If not my tool will not work until you do. > > 2. When you run the test does the log show it looked for but could not find > python_nltk_tools? > If not then the error is outside of the scope of the tool. > > Christian > ________________________________ > From: Steve Cassidy [[email protected]] > Sent: Friday, September 04, 2015 11:41 AM > To: Christian Brenninkmeijer > Cc: [email protected] > Subject: Re: [galaxy-dev] planemo and tool dependencies > > Thanks Christian, > I'm not sure I understand how to make use of this. My tool dependency is > described in an XML file which is in the same source directory as the tool > xml and python files. The tool xml file contains: > > <requirement type="package" > version="1.0">python_nltk_tools</requirement> > > and the tool_dependencies.xml file contains the definition: > > <tool_dependency> > <package name="python_nltk_tools" version="1.0"> > ... > > how do I tell planemo to tell galaxy that it should refer to this tool > dependency file to resolve the requirement? At the moment it's loading all > of the tools but doesn't seem to be concerned that the requirement isn't > met. > > Thanks for your help. > > Steve > > > > On 3 September 2015 at 18:06, Christian Brenninkmeijer > <[email protected]> wrote: >> >> Hi, >> >> I wrote an extension that will help planemo pull in tool dependencies. >> >> See >> https://github.com/galaxyproject/galaxy/blob/master/lib/galaxy/tools/deps/resolvers/unlinked_tool_shed_packages.py >> >> It is for when the dependency was installed into galaxy but where planemo >> is not using the database to find that tool. >> >> It works my helping planemo guess where the tool dependency may be. >> >> Hope that helps. >> Christian >> University of Manchester >> ________________________________ >> From: galaxy-dev [[email protected]] on behalf of >> Steve Cassidy [[email protected]] >> Sent: Thursday, September 03, 2015 9:00 AM >> To: [email protected] >> Subject: [galaxy-dev] planemo and tool dependencies >> >> Hi all, >> I'm trying to test some tools under planemo and can't find out how to >> have it install tool dependencies while setting up the environment. >> >> The dependency is on a particular python module and we have a >> tool_dependencies.xml file to describe it. I can't see a way to tell planemo >> serve etc to refer to that file to get the dependencies. >> >> Any help appreciated. >> >> Steve >> >> -- >> Department of Computing, Macquarie University >> http://web.science.mq.edu.au/~cassidy/ > > > > > -- > Department of Computing, Macquarie University > http://web.science.mq.edu.au/~cassidy/ > > ___________________________________________________________ > Please keep all replies on the list by using "reply all" > in your mail client. To manage your subscriptions to this > and other Galaxy lists, please use the interface at: > https://lists.galaxyproject.org/ > > To search Galaxy mailing lists use the unified search at: > http://galaxyproject.org/search/mailinglists/ ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
