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