Mercurial > repos > devteam > package_macs_1_3_7_1
comparison tool_dependencies.xml @ 0:3e6290791f9c draft default tip
Imported from capsule None
| author | devteam |
|---|---|
| date | Thu, 23 Jan 2014 12:30:41 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3e6290791f9c |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="macs" version="1.3.7.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://depot.galaxyproject.org/package/source/MACS-1.3.7.1.tar.gz</action> | |
| 7 <action type="shell_command">export PYTHONPATH=$INSTALL_DIR/lib/python && python setup.py install --prefix $INSTALL_DIR --install-lib $INSTALL_DIR/lib/python</action> | |
| 8 <action type="set_environment"> | |
| 9 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> | |
| 10 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python/site-packages</environment_variable> | |
| 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 12 </action> | |
| 13 </actions> | |
| 14 </install> | |
| 15 <readme></readme> | |
| 16 </package> | |
| 17 </tool_dependency> |
