|
0
|
1 <tool_dependency>
|
|
|
2 <set_environment version="1.0">
|
|
|
3 <environment_variable name="LINKYX_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
|
4 </set_environment>
|
|
9
|
5
|
|
12
|
6 <package name="samtools" version="0.1.19">
|
|
8
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
12
|
9 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2</action>
|
|
16
|
10 <action type="shell_command">sed -i .bak -e 's/O2/O2 -fPIC/' Makefile</action>
|
|
9
|
11 <action type="shell_command">make</action>
|
|
12
|
12 <action type="set_environment">
|
|
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
|
14 <environment_variable name="SAMTOOLS" action="set_to">$INSTALL_DIR</environment_variable>
|
|
8
|
15 </action>
|
|
|
16 </actions>
|
|
|
17 </install>
|
|
|
18 <readme>Compiling samtools with fPIC in order to create bam.h and compiled libbam.a files</readme>
|
|
12
|
19 </package>
|
|
|
20 </tool_dependency> |