Mercurial > repos > fubar > tool_factory_2
annotate toolfactory/tool_dependencies.xml @ 51:4b71b252eacb draft
Uploaded
author | fubar |
---|---|
date | Sun, 30 Aug 2020 06:36:26 -0400 |
parents | bf432f4486c7 |
children | 76f7130a8778 |
rev | line source |
---|---|
50 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="planemoenv"> | |
4 <install version="0.1"> | |
5 <actions> | |
51 | 6 <action python="3.7" 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> |