| 
0
 | 
     1 <?xml version="1.0"?>
 | 
| 
 | 
     2 <tool_dependency>
 | 
| 
 | 
     3     <package name="msgfplus" version="20140210">
 | 
| 
 | 
     4         <install version="1.0">
 | 
| 
 | 
     5             <actions>
 | 
| 
2
 | 
     6                 <action type="download_by_url">http://proteomics.ucsd.edu/Software/MSGFPlus/MSGFPlus.20140210.zip</action>
 | 
| 
1
 | 
     7                 <action type="move_file">
 | 
| 
 | 
     8                     <source>MSGFPlus.jar</source>
 | 
| 
 | 
     9                     <destination>$INSTALL_DIR</destination>
 | 
| 
 | 
    10                 </action>
 | 
| 
3
 | 
    11                 
 | 
| 
 | 
    12                 <!-- This is purely so we can find it using which -->
 | 
| 
 | 
    13                 <action type="shell_command">chmod u+x $INSTALL_DIR/MSGFPlus.jar</action>
 | 
| 
0
 | 
    14                 <action type="set_environment">
 | 
| 
1
 | 
    15                     <environment_variable name="MSGFPLUS_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
 | 
| 
 | 
    16                     <environment_variable name="PROTK_MSGFPLUS_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
 | 
| 
0
 | 
    17                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
 | 
| 
 | 
    18                 </action>
 | 
| 
 | 
    19             </actions>
 | 
| 
 | 
    20         </install>
 | 
| 
 | 
    21         <readme>
 | 
| 
1
 | 
    22             Downloads and installs MSGF+.
 | 
| 
 | 
    23             https://proteomics.ucsd.edu/
 | 
| 
 | 
    24             Java 1.6 is required to run MSGF+.
 | 
| 
0
 | 
    25         </readme>
 | 
| 
 | 
    26     </package>
 | 
| 
 | 
    27 </tool_dependency>
 |