|
4
|
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="move_file">
|
|
5
|
17 <source>perf</source>
|
|
|
18 <destination>$INSTALL_DIR/bin</destination>
|
|
|
19 </action>
|
|
|
20 <action type="move_file">
|
|
4
|
21 <source>blockclust.config</source>
|
|
|
22 <destination>$INSTALL_DIR/data/</destination>
|
|
|
23 </action>
|
|
|
24 <action type="make_directory">$INSTALL_DIR/data/annotations</action>
|
|
|
25 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/dm3.tar.gz</action>
|
|
|
26 <action type="shell_command">tar xfvz dm3.tar.gz -C $INSTALL_DIR/data/annotations/</action>
|
|
|
27 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/hg19.tar.gz</action>
|
|
|
28 <action type="shell_command">tar xfvz hg19.tar.gz -C $INSTALL_DIR/data/annotations/</action>
|
|
|
29 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/mm10.tar.gz</action>
|
|
|
30 <action type="shell_command">tar xfvz mm10.tar.gz -C $INSTALL_DIR/data/annotations/</action>
|
|
|
31 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/panTro4.tar.gz</action>
|
|
|
32 <action type="shell_command">tar xfvz panTro4.tar.gz -C $INSTALL_DIR/data/annotations/</action>
|
|
|
33 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/rheMac3.tar.gz</action>
|
|
|
34 <action type="shell_command">tar xfvz rheMac3.tar.gz -C $INSTALL_DIR/data/annotations/</action>
|
|
|
35 <action type="set_environment">
|
|
|
36 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
37 <environment_variable name="BLOCKCLUST_DATA_PATH" action="prepend_to">$INSTALL_DIR/data</environment_variable>
|
|
|
38 </action>
|
|
5
|
39 <action type="setup_r_environment">
|
|
|
40 <repository changeset_revision="e16e08f41ed7" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
41 <package name="R_3_0_1" version="3.0.1" />
|
|
|
42 </repository>
|
|
|
43 <repository changeset_revision="54195f1d4b0f" name="'package_samtools_0_1_19" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
44 <package name="samtools" version="0.1.19 " />
|
|
|
45 </repository>
|
|
|
46 <r_package>http://cran.r-project.org/src/contrib/ggplot2_0.9.3.1.tar.gz</r_package>
|
|
|
47 <r_package>http://cran.r-project.org/src/contrib/ape_3.0-11.tar.gz</r_package>
|
|
|
48 </action>
|
|
|
49 <action type="set_environment">
|
|
|
50 <environment_variable action="append_to" name="R_LIBS">$INSTALL_DIR</environment_variable>
|
|
|
51 </action>
|
|
4
|
52 </actions>
|
|
|
53 </install>
|
|
|
54 <readme>
|
|
|
55
|
|
|
56 </readme>
|
|
|
57 </package>
|
|
|
58 </tool_dependency>
|