Mercurial > repos > bebatut > package_goatools_0_6_4
comparison tool_dependencies.xml @ 0:25b614b3491f draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_goatools_0_6_4 commit 3b6cd185b0171965c47f659a182843aa330a8e5a-dirty
author | bebatut |
---|---|
date | Fri, 27 May 2016 05:28:51 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:25b614b3491f |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="python" version="2.7.10"> | |
4 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="fisher" version="0.1.4"> | |
7 <repository changeset_revision="07479e0cbc5f" name="package_python_2_7_fisher_0_1_4" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="statsmodels" version="0.6.1"> | |
10 <repository changeset_revision="ae7f41481998" name="package_python_2_7_statsmodels_0_6_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="xlsxwriter" version="0.8.5"> | |
13 <repository changeset_revision="4133d7fe41e1" name="package_python_2_7_xlsxwriter_0_8_5" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="wget" version="3.2"> | |
16 <repository changeset_revision="c7aaab8b0202" name="package_python_2_7_wget_3_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
17 </package> | |
18 <package name="goatools" version="0.6.4"> | |
19 <install version="1.0"> | |
20 <actions> | |
21 <action type="download_by_url">https://github.com/tanghaibao/goatools/archive/v0.6.4.zip</action> | |
22 <action type="move_directory_files"> | |
23 <source_directory>.</source_directory> | |
24 <destination_directory>$INSTALL_DIR/</destination_directory> | |
25 </action> | |
26 | |
27 <action type="setup_python_environment"> | |
28 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
29 <package name="python" version="2.7.10" /> | |
30 </repository> | |
31 <repository changeset_revision="07479e0cbc5f" name="package_python_2_7_fisher_0_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
32 <package name="fisher" version="0.1.4" /> | |
33 </repository> | |
34 <repository changeset_revision="ae7f41481998" name="package_python_2_7_statsmodels_0_6_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
35 <package name="statsmodels" version="0.6.1" /> | |
36 </repository> | |
37 <repository changeset_revision="4133d7fe41e1" name="package_python_2_7_xlsxwriter_0_8_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
38 <package name="xlsxwriter" version="0.8.5" /> | |
39 </repository> | |
40 <repository changeset_revision="c7aaab8b0202" name="package_python_2_7_wget_3_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
41 <package name="wget" version="3.2" /> | |
42 </repository> | |
43 | |
44 <package md5sum="0f0b5ff462b3b965ba38c44830652ea0">https://pypi.python.org/packages/source/g/goatools/goatools-0.6.4.tar.gz</package> | |
45 </action> | |
46 | |
47 <action type="set_environment"> | |
48 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
49 <environment_variable action="set_to" name="PYTHONPATH_GOATOOLS">$INSTALL_DIR</environment_variable> | |
50 <environment_variable action="set_to" name="GOATOOLS_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
51 <environment_variable action="set_to" name="GOATOOLS_DIR">$INSTALL_DIR/</environment_variable> | |
52 </action> | |
53 </actions> | |
54 </install> | |
55 <readme /> | |
56 </package> | |
57 </tool_dependency> |