1
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
2
|
3 <package name="zlib" version="1.2.8">
|
|
4 <repository changeset_revision="28f618926504" name="zlib" owner="nilesh" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
5 </package>
|
1
|
6 <package name="sickle" version="1.21.0">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
2
|
9 <action type="set_environment_for_install">
|
|
10 <repository changeset_revision="28f618926504" name="zlib" owner="nilesh" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
11 <package name="zlib" version="1.2.8" />
|
|
12 </repository>
|
|
13 </action>
|
1
|
14 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
|
2
|
15 <action type="shell_command">cd ./sickle && make LIBS="-L$ZLIB_PATH -lz"</action>
|
1
|
16 <action type="move_file">
|
|
17 <source>sickle/sickle</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 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.
|
|
27 </readme>
|
|
28 </package>
|
|
29 </tool_dependency>
|