|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="blockclust" version="1.0">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-1.0.tar.gz</action>
|
|
|
7 <action type="shell_command">make</action>
|
|
|
8 <action type="move_file">
|
|
|
9 <source>BlockClust</source>
|
|
|
10 <destination>$INSTALL_DIR/bin</destination>
|
|
|
11 </action>
|
|
|
12 <action type="move_file">
|
|
|
13 <source>BlockClustPipeLine.pl</source>
|
|
|
14 <destination>$INSTALL_DIR/bin</destination>
|
|
|
15 </action>
|
|
|
16 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0.tar.gz</action>
|
|
|
17 <action type="shell_command">tar xfvz blockclust-data-1.0.tar.gz -C $INSTALL_DIR/data/</action>
|
|
|
18 <action type="set_environment">
|
|
|
19 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
20 <environment_variable name="BLOCKCLUST_DATA_PATH" action="prepend_to">$INSTALL_DIR/data</environment_variable>
|
|
|
21 </action>
|
|
|
22 </actions>
|
|
|
23 </install>
|
|
|
24 <readme>
|
|
|
25
|
|
|
26 </readme>
|
|
|
27 </package>
|
|
|
28 </tool_dependency>
|