annotate tool_dependencies.xml @ 2:e71204d5e03c draft

Uploaded
author jorrit
date Thu, 07 Feb 2013 16:57:42 -0500
parents 569830319099
children 0c42bebab126
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
1 <?xml version="1.0"?>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
2 <tool_dependency>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
3 <package name="freebayes" version="0.9.6_9608597d12e127c847ae03aa03440ab63992fedf">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
4 <install version="1.0">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
5 <actions>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
6 <action type="shell_command">git clone --recursive git://github.com/ekg/freebayes.git</action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
7 <action type="shell_command">git checkout 9608597d12e127c847ae03aa03440ab63992fedf</action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
8 <action type="shell_command">git submodule update --recursive</action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
9 <action type="shell_command">make</action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
10 <action type="move_directory_files">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
11 <source_directory>bin</source_directory>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
13 </action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
14 <action type="set_environment">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
16 </action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
17 </actions>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
18 </install>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
19 <readme>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
20 FreeBayes requires g++ and the standard C and C++ development libraries.
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
21 Additionally, cmake is required for building the BamTools API.
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
22 </readme>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
23 </package>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
24 <package name="samtools" version="0.1.18">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
25 <install version="1.0">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
26 <actions>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
27 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
28 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
29 <action type="shell_command">make</action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
30 <action type="move_file">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
31 <source>samtools</source>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
32 <destination>$INSTALL_DIR/bin</destination>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
33 </action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
34 <action type="move_file">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
35 <source>misc/maq2sam-long</source>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
36 <destination>$INSTALL_DIR/bin</destination>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
37 </action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
38 <action type="set_environment">
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
39 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
40 </action>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
41 </actions>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
42 </install>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
43 <readme>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
44 Compiling SAMtools requires the ncurses and zlib development libraries.
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
45 </readme>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
46 </package>
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
47 </tool_dependency>