| 
3
 | 
     1 <?xml version="1.0"?>
 | 
| 
 | 
     2 <tool_dependency>
 | 
| 
12
 | 
     3     <package name="igblastwrp" version="0.6">
 | 
| 
3
 | 
     4         <install version="1.0">
 | 
| 
 | 
     5             <actions>
 | 
| 
12
 | 
     6                 <action type="download_by_url">https://github.com/mikessh/higblast/releases/download/v0.6/igblastwrapper_linux64.tar.gz</action>
 | 
| 
 | 
     7                 <action type="move_file">
 | 
| 
 | 
     8                     <source>bin</source>
 | 
| 
 | 
     9                     <destination>$INSTALL_DIR/</destination>
 | 
| 
 | 
    10                 </action>
 | 
| 
 | 
    11                 <action type="move_file">
 | 
| 
 | 
    12                     <source>data</source>
 | 
| 
 | 
    13                     <destination>$INSTALL_DIR/</destination>
 | 
| 
 | 
    14                 </action>
 | 
| 
 | 
    15                 <action type="move_file">
 | 
| 
 | 
    16                     <source>igblastwrp.jar</source>
 | 
| 
 | 
    17                     <destination>$INSTALL_DIR/</destination>
 | 
| 
 | 
    18                 </action>
 | 
| 
 | 
    19                 <action type="set_environment">
 | 
| 
 | 
    20                     <environment_variable name="IGBLASTWRP" action="set_to">$INSTALL_DIR/</environment_variable>
 | 
| 
 | 
    21                 </action>
 | 
| 
3
 | 
    22             </actions>
 | 
| 
 | 
    23         </install>
 | 
| 
 | 
    24         <readme>
 | 
| 
12
 | 
    25 Downloads https://github.com/mikessh/higblast/
 | 
| 
3
 | 
    26         </readme>
 | 
| 
 | 
    27     </package>
 | 
| 
 | 
    28 </tool_dependency>
 |