0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="commet" version="24.7.14">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://github.com/pierrepeterlongo/commet/archive/master.zip</action>
|
|
7 <action type="shell_command">make</action>
|
|
8
|
|
9 <!-- move directories into $INSTALL_DIR -->
|
|
10 <action type="move_directory_files">
|
|
11 <source_directory>bin</source_directory>
|
|
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
13 </action>
|
|
14
|
|
15 <!-- move files into $INSTALL_DIR -->
|
|
16 <action type="move_file">
|
|
17 <source>dendro.R</source>
|
|
18 <destination>$INSTALL_DIR/Rscript</destination>
|
|
19 </action>
|
|
20
|
|
21 <action type="move_file">
|
|
22 <source>heatmap.r</source>
|
|
23 <destination>$INSTALL_DIR/Rscript</destination>
|
|
24 </action>
|
|
25 <action type="move_file">
|
|
26 <source>Commet.py</source>
|
|
27 <destination>$INSTALL_DIR</destination>
|
|
28 </action>
|
|
29 <action type="shell_command">chmod +x $INSTALL_DIR/Commet.py</action>
|
|
30
|
|
31
|
|
32 <!-- create env.sh -->
|
|
33 <action type="set_environment">
|
|
34 <!--environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable-->
|
|
35 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable>
|
|
36 <environment_variable name="BINARIES" action="set_to">$INSTALL_DIR/bin/</environment_variable>
|
|
37 <environment_variable name="RSCRIPTS" action="set_to">$INSTALL_DIR/Rscript/</environment_variable>
|
|
38 </action>
|
|
39 </actions>
|
|
40 </install>
|
|
41 <readme>
|
|
42 This package installs commet from the sources available in the commet Github project
|
|
43 </readme>
|
|
44 </package>
|
|
45 </tool_dependency>
|