comparison tool_dependencies.xml @ 3:91fb73c8619c draft default tip

Uploaded
author galaxyp
date Fri, 26 Sep 2014 14:52:07 -0400
parents 9743296a53a3
children
comparison
equal deleted inserted replaced
2:f8356c01939b 3:91fb73c8619c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="psm_eval" version="0.1.0"> 3 <package name="binaries_for_psm_eval" version="22">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://github.com/jmchilton/psm-eval/archive/8c05781330.zip</action> 6 <action type="download_by_url">https://github.com/jmchilton/psm-eval/archive/9677d5a119.zip</action>
7 <action type="setup_virtualenv" /> 7 <action type="move_directory_files">
8 <source_directory>.</source_directory>
9 <destination_directory>$INSTALL_DIR/</destination_directory>
10 </action>
11 <action type="chmod"><file mode="755">$INSTALL_DIR/psm_eval</file></action>
12 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
14 </action>
15 <action type="setup_virtualenv">
16 lxml
17 numpy
18 pyteomics
19 pyyaml
20 </action>
8 </actions> 21 </actions>
9 </install> 22 </install>
10 <readme> 23 <readme>
11 Sets up a virtualenv for psm_eval. 24 Sets up a virtualenv for psm_eval.
12 </readme> 25 </readme>