comparison tool_dependencies.xml @ 0:53ed3caf1d9d

Uploaded
author jjohnson
date Tue, 22 Jul 2014 08:45:16 -0400
parents
children 9dc3a38a440e
comparison
equal deleted inserted replaced
-1:000000000000 0:53ed3caf1d9d
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="hisat" version="0.1.0-beta">
4 <install version="1.0">
5 <actions_group>
6 <actions architecture="x86_64" os="linux">
7 <action type="download_by_url">http://ccb.jhu.edu/software/hisat/downloads/hisat-0.1.0-beta-Linux_x86_64.zip</action>
8 <action type="move_file">
9 <source>hisat</source>
10 <destination>$INSTALL_DIR/bin</destination>
11 </action>
12 <action type="move_file">
13 <source>hisat-align</source>
14 <destination>$INSTALL_DIR/bin</destination>
15 </action>
16 <action type="move_file">
17 <source>hisat-build</source>
18 <destination>$INSTALL_DIR/bin</destination>
19 </action>
20 <action type="move_file">
21 <source>hisat-inspect</source>
22 <destination>$INSTALL_DIR/bin</destination>
23 </action>
24 </actions>
25 <actions architecture="x86_64" os="darwin">
26 <action type="download_by_url">http://ccb.jhu.edu/software/hisat/downloads/hisat-0.1.0-beta-OSX_x86_64.zip</action>
27 <action type="move_file">
28 <source>hisat</source>
29 <destination>$INSTALL_DIR/bin</destination>
30 </action>
31 <action type="move_file">
32 <source>hisat-align</source>
33 <destination>$INSTALL_DIR/bin</destination>
34 </action>
35 <action type="move_file">
36 <source>hisat-build</source>
37 <destination>$INSTALL_DIR/bin</destination>
38 </action>
39 <action type="move_file">
40 <source>hisat-inspect</source>
41 <destination>$INSTALL_DIR/bin</destination>
42 </action>
43 </actions>
44 <actions>
45 <action type="download_by_url">http://ccb.jhu.edu/software/hisat/downloads/hisat-0.1.0-beta-source.zip</action>
46 <action type="shell_command">make</action>
47 <action type="move_file">
48 <source>hisat</source>
49 <destination>$INSTALL_DIR/bin</destination>
50 </action>
51 <action type="move_file">
52 <source>hisat-align</source>
53 <destination>$INSTALL_DIR/bin</destination>
54 </action>
55 <action type="move_file">
56 <source>hisat-build</source>
57 <destination>$INSTALL_DIR/bin</destination>
58 </action>
59 <action type="move_file">
60 <source>hisat-inspect</source>
61 <destination>$INSTALL_DIR/bin</destination>
62 </action>
63 </actions>
64 </actions_group>
65 <actions>
66 <action type="chmod">
67 <file mode="750">$INSTALL_DIR/bin/hisat</file>
68 </action>
69 <action type="chmod">
70 <file mode="750">$INSTALL_DIR/bin/hisat-align</file>
71 </action>
72 <action type="chmod">
73 <file mode="750">$INSTALL_DIR/bin/hisat-build</file>
74 </action>
75 <action type="chmod">
76 <file mode="750">$INSTALL_DIR/bin/hisat-inspect</file>
77 </action>
78 <action type="set_environment">
79 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
80 </action>
81 </actions>
82 </install>
83 <readme />
84 </package>
85 </tool_dependency>