Repository 'cdhit'
hg clone https://toolshed.g2.bx.psu.edu/repos/jjohnson/cdhit

Changeset 4:88f9e90d9d78 (2014-08-15)
Previous changeset 3:43724ea1c85f (2013-06-27) Next changeset 5:28b7a43907f0 (2015-10-29)
Commit message:
Fix provided by Bjoern to tool_dependencies.xml to install correctly
modified:
tool_dependencies.xml
b
diff -r 43724ea1c85f -r 88f9e90d9d78 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Jun 27 21:37:08 2013 -0500
+++ b/tool_dependencies.xml Fri Aug 15 10:11:31 2014 -0500
b
@@ -5,6 +5,14 @@
             <actions>
                 <action type="download_by_url">https://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action>
                 <action type="shell_command">make openmp=yes</action>
+                <action type="move_file">
+                     <source>cd-hit</source>
+                     <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                      <source>cd-hit-est</source>
+                      <destination>$INSTALL_DIR</destination>
+                </action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                     <environment_variable name="CDHIT_SITE_OPTIONS" action="set_to">"-M 4000 -T 0"</environment_variable>