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

Changeset 56:d2fb88c1e866 (2014-05-26)
Previous changeset 55:c0c4f52ca313 (2014-05-26) Next changeset 57:159989f6bfa6 (2014-05-26)
Commit message:
fix interpreter setting
modified:
blast2html.xml
b
diff -r c0c4f52ca313 -r d2fb88c1e866 blast2html.xml
--- a/blast2html.xml Mon May 26 14:10:48 2014 +0200
+++ b/blast2html.xml Mon May 26 14:20:17 2014 +0200
b
@@ -8,7 +8,7 @@
       <requirement name="package" version="0.1">blast2html_venv</requirement>
     </requirements>
     
-    <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command>
+    <command interpreter="python3">blast2html.py -i "${input}" -o "${output}"</command>
 
     <stdio>
       <!-- Any exit code other than 0 is an error -->