Repository 'blast2html'
hg clone https://toolshed.g2.bx.psu.edu/repos/jankanis/blast2html

Changeset 49:85f757f4fcd5 (2014-05-20)
Previous changeset 48:49de6a204554 (2014-05-20) Next changeset 50:bfc82a8aa3c9 (2014-05-21)
Commit message:
debug action
modified:
tool_dependencies.xml
b
diff -r 49de6a204554 -r 85f757f4fcd5 tool_dependencies.xml
--- a/tool_dependencies.xml Tue May 20 15:45:23 2014 +0200
+++ b/tool_dependencies.xml Tue May 20 16:19:05 2014 +0200
b
@@ -43,6 +43,11 @@
             <package name="libxslt" version="1.1.28" />
           </repository>
         </action>
+ <action type="shell_command">
+   echo '*******************************************************************************'
+   echo $PATH
+   echo xslt-config at: `which -a xslt-config`
+ </action>
         <action type="setup_virtualenv">
           lxml == 2.2.3
         </action>