0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
6
|
3 <package name="sickle" version="1.21.0">
|
0
|
4 <install version="1.0">
|
|
5 <actions>
|
4
|
6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action>
|
|
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action>
|
0
|
8 <action type="shell_command">make</action>
|
|
9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action>
|
|
10 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
|
6
|
11 <action type="shell_command">cd ./sickle && make LIBS="-L$INSTALL_DIR/zlib/lib -lz"</action>
|
0
|
12 <action type="move_file">
|
6
|
13 <source>sickle/sickle</source>
|
0
|
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>
|
4
|
22 Sickle requires a C compiler; GCC or clang are recommended. Sickle relies on Heng Li's kseq.h, which is bundled with the source. It also requires zlib, which is included in this repo.
|
0
|
23 </readme>
|
|
24 </package>
|
|
25 </tool_dependency>
|