14
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
5 </set_environment>
|
15
|
6 <package name="samtools" version="0.1.18">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
|
9 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action>
|
|
10 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action>
|
|
11 <action type="shell_command">make</action>
|
|
12 <action type="move_file">
|
|
13 <source>samtools</source>
|
|
14 <destination>$INSTALL_DIR/bin</destination>
|
|
15 </action>
|
|
16 <action type="move_file">
|
|
17 <source>misc/maq2sam-long</source>
|
|
18 <destination>$INSTALL_DIR/bin</destination>
|
|
19 </action>
|
|
20 <action type="set_environment">
|
|
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
22 </action>
|
|
23 </actions>
|
|
24 </install>
|
|
25 <readme>
|
|
26 Compiling SAMtools requires the ncurses and zlib development libraries.
|
|
27 </readme>
|
|
28 </package>
|
|
29
|
14
|
30 <package name="bowtie2" version="2.0.0-beta7">
|
|
31 <install version="1.0">
|
|
32 <actions>
|
|
33 <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.0.0-beta7/bowtie2-2.0.0-beta7-source.zip</action>
|
|
34 <action type="shell_command">make</action>
|
|
35 <action type="move_file">
|
|
36 <source>bowtie2</source>
|
|
37 <destination>$INSTALL_DIR/bin</destination>
|
|
38 </action>
|
|
39 <action type="move_file">
|
|
40 <source>bowtie2-align</source>
|
|
41 <destination>$INSTALL_DIR/bin</destination>
|
|
42 </action>
|
|
43 <action type="move_file">
|
|
44 <source>bowtie2-build</source>
|
|
45 <destination>$INSTALL_DIR/bin</destination>
|
|
46 </action>
|
|
47 <action type="shell_command">chmod +x $INSTALL_DIR/bin/bowtie2</action>
|
|
48 <action type="set_environment">
|
|
49 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
50 </action>
|
|
51 </actions>
|
|
52 </install>
|
|
53 <readme>
|
|
54 Compiling bowtie2 requires zlib and libpthread to be present on your system.
|
|
55 </readme>
|
|
56 </package>
|
|
57 <package name="bowtie" version="0.12.8">
|
|
58 <install version="1.0">
|
|
59 <actions>
|
|
60 <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.8/bowtie-0.12.8-src.zip</action>
|
|
61 <action type="shell_command">make</action>
|
|
62 <action type="move_file">
|
|
63 <source>bowtie</source>
|
|
64 <destination>$INSTALL_DIR/bin</destination>
|
|
65 </action>
|
|
66 <action type="move_file">
|
|
67 <source>bowtie-inspect</source>
|
|
68 <destination>$INSTALL_DIR/bin</destination>
|
|
69 </action>
|
|
70 <action type="move_file">
|
|
71 <source>bowtie-build</source>
|
|
72 <destination>$INSTALL_DIR/bin</destination>
|
|
73 </action>
|
|
74 <action type="set_environment">
|
|
75 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
76 </action>
|
|
77 </actions>
|
|
78 </install>
|
|
79 <readme>
|
|
80 </readme>
|
|
81 </package>
|
|
82 </tool_dependency>
|