0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="samtools" version="0.1.18">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2</action>
|
|
7 <action type="shell_command">make</action>
|
|
8 <action type="move_file">
|
|
9 <source>samtools</source>
|
|
10 <destination>$INSTALL_DIR/bin</destination>
|
|
11 </action>
|
|
12 <action type="move_file">
|
|
13 <source>bcftools/bcftools</source>
|
|
14 <destination>$INSTALL_DIR/bin</destination>
|
|
15 </action>
|
|
16 <action type="set_environment">
|
|
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
18 </action>
|
|
19 </actions>
|
|
20 </install>
|
|
21 <readme>Both BCFTools and Samtools installed in this dependency.Compiling SAMtools requires the ncurses and zlib development libraries.</readme>
|
|
22 </package>
|
|
23 </tool_dependency>
|