comparison chipsequtil/tool_dependencies.xml @ 6:124231ed2402 draft

Uploaded
author alenail
date Mon, 04 Apr 2016 14:56:51 -0400
parents 7a910b2c72ff
children
comparison
equal deleted inserted replaced
5:199989365def 6:124231ed2402
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="chipsequtil" version="1.0"> 3 <package name="chipsequtil" version="1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://github.com/adamlabadorf/chipsequtil/archive/master.zip</action> 6 <action type="download_by_url">https://github.com/fraenkel-lab/chipsequtil/archive/master.zip</action>
7 <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action> 7 <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action>
8 <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> 8 <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
9 <action type="set_environment"> 9 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> 11 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>