Mercurial > repos > fubar > tool_factory_2
annotate toolfactory/tool_dependencies.xml @ 53:76f7130a8778 draft
Uploaded
author | fubar |
---|---|
date | Sun, 30 Aug 2020 22:31:36 -0400 |
parents | 4b71b252eacb |
children |
rev | line source |
---|---|
50 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
53 | 3 <package name="planemoenv" version="0.1"> |
50 | 4 <install version="0.1"> |
5 <actions> | |
53 | 6 <action type="setup_virtualenv" > |
7 planemo>=0.72.0.dev0 | |
8 bioblend>=0.14.0 | |
9 ephemeris>=0.10.6 | |
10 galaxyxml>=0.4.10 | |
11 lxml>=4.5.1 | |
50 | 12 </action> |
13 </actions> | |
14 </install> | |
15 </package> | |
16 </tool_dependency> |