comparison tool_dependencies.xml @ 0:ce4f91831680 draft default tip

planemo upload for repository https://github.com/Yating-L/suite_gonramp_apollo.git commit 5367a00befb467f162d1870edb91f9face72e894
author yating-l
date Fri, 16 Feb 2018 10:57:13 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ce4f91831680
1 <?xml version="1.0"?>
2 <tool_dependency>
3
4 <package name="apollo_api" version="3.0.3">
5 <install version="1.0">
6 <actions>
7 <action type="download_by_url">https://github.com/galaxy-genome-annotation/python-apollo/archive/3.0.3.tar.gz</action>
8 <action type="make_directory">$INSTALL_DIR/apollo</action>
9 <action type="shell_command">
10 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/apollo &amp;&amp;
11 python setup.py install --install-lib $INSTALL_DIR/apollo
12 </action>
13 <action type="set_environment">
14 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/apollo</environment_variable>
15 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/apollo</environment_variable>
16 </action>
17 </actions>
18 </install>
19 </package>
20
21
22
23 </tool_dependency>