Repository 'cdhit'
hg clone https://eddie.galaxyproject.org/repos/jjohnson/cdhit

Changeset 10:211ca88ce047 (2012-09-13)
Previous changeset 9:55e57243b131 (2012-09-13) Next changeset 11:75fde37f69e5 (2013-06-27)
Commit message:
tool_dependencies.xml
modified:
tool_dependencies.xml
b
diff -r 55e57243b131 -r 211ca88ce047 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Sep 13 19:54:21 2012 -0500
+++ b/tool_dependencies.xml Thu Sep 13 20:15:09 2012 -0500
b
@@ -6,9 +6,8 @@
                 <action type="download_by_url">http://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action>
                 <action type="shell_command">mkdir -p $INSTALL_DIR/bin/</action>
                 <action type="shell_command">pwd</action>
+                <action type="shell_command">make openmp=yes</action>
                 <action type="shell_command">ls</action>
-                <action type="shell_command">cd cd-hit-v4.6.1-2012-08-27</action>
-                <action type="shell_command">make openmp=yes</action>
                 <action type="shell_command">make PREFIX=$INSTALL_DIR/bin/ install</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>