diff table-sort.xml @ 8:fa9bd5c8fae0

planemo upload
author jpayne
date Tue, 30 Jan 2018 15:54:55 -0500
parents e2d0b5662c08
children 3f74684fb2a8
line wrap: on
line diff
--- a/table-sort.xml	Tue Jan 30 13:07:25 2018 -0500
+++ b/table-sort.xml	Tue Jan 30 15:54:55 2018 -0500
@@ -4,7 +4,7 @@
         <requirement type="package" version="3.4">python3</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        cat $table | $__tool_directory__/table-sort.py $headers > $sorted
+        cat $table | python $__tool_directory__/table-sort.py $headers > $sorted
     ]]></command>
     <inputs>
         <param name="table" format="tsv" label="Table in TSV format to sort." type="data" />