annotate tool_dependencies.xml @ 1:9dc3a38a440e default tip

Add extract_splice_sites.py for converting GTF files
author Jim Johnson <jj@umn.edu>
date Fri, 25 Jul 2014 11:13:18 -0500
parents 53ed3caf1d9d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
1 <?xml version="1.0"?>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
2 <tool_dependency>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
3 <package name="hisat" version="0.1.0-beta">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
4 <install version="1.0">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
5 <actions_group>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
6 <actions architecture="x86_64" os="linux">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
7 <action type="download_by_url">http://ccb.jhu.edu/software/hisat/downloads/hisat-0.1.0-beta-Linux_x86_64.zip</action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
8 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
9 <source>hisat</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
10 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
11 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
12 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
13 <source>hisat-align</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
14 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
15 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
16 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
17 <source>hisat-build</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
18 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
19 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
20 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
21 <source>hisat-inspect</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
22 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
23 </action>
1
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
24 <action type="move_file">
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
25 <source>extract_splice_sites.py</source>
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
26 <destination>$INSTALL_DIR/bin</destination>
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
27 </action>
0
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
28 </actions>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
29 <actions architecture="x86_64" os="darwin">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
30 <action type="download_by_url">http://ccb.jhu.edu/software/hisat/downloads/hisat-0.1.0-beta-OSX_x86_64.zip</action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
31 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
32 <source>hisat</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
33 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
34 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
35 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
36 <source>hisat-align</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
37 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
38 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
39 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
40 <source>hisat-build</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
41 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
42 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
43 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
44 <source>hisat-inspect</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
45 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
46 </action>
1
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
47 <action type="move_file">
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
48 <source>extract_splice_sites.py</source>
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
49 <destination>$INSTALL_DIR/bin</destination>
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
50 </action>
0
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
51 </actions>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
52 <actions>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
53 <action type="download_by_url">http://ccb.jhu.edu/software/hisat/downloads/hisat-0.1.0-beta-source.zip</action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
54 <action type="shell_command">make</action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
55 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
56 <source>hisat</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
57 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
58 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
59 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
60 <source>hisat-align</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
61 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
62 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
63 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
64 <source>hisat-build</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
65 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
66 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
67 <action type="move_file">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
68 <source>hisat-inspect</source>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
69 <destination>$INSTALL_DIR/bin</destination>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
70 </action>
1
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
71 <action type="move_file">
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
72 <source>extract_splice_sites.py</source>
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
73 <destination>$INSTALL_DIR/bin</destination>
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
74 </action>
0
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
75 </actions>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
76 </actions_group>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
77 <actions>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
78 <action type="chmod">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
79 <file mode="750">$INSTALL_DIR/bin/hisat</file>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
80 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
81 <action type="chmod">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
82 <file mode="750">$INSTALL_DIR/bin/hisat-align</file>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
83 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
84 <action type="chmod">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
85 <file mode="750">$INSTALL_DIR/bin/hisat-build</file>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
86 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
87 <action type="chmod">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
88 <file mode="750">$INSTALL_DIR/bin/hisat-inspect</file>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
89 </action>
1
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
90 <action type="chmod">
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
91 <file mode="750">$INSTALL_DIR/bin/extract_splice_sites.py</file>
9dc3a38a440e Add extract_splice_sites.py for converting GTF files
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
92 </action>
0
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
93 <action type="set_environment">
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
94 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
95 </action>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
96 </actions>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
97 </install>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
98 <readme />
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
99 </package>
53ed3caf1d9d Uploaded
jjohnson
parents:
diff changeset
100 </tool_dependency>