Repository 'xls2tabular'
hg clone https://toolshed.g2.bx.psu.edu/repos/ylebras/xls2tabular

Changeset 23:6877e6cd1d02 (2018-12-06)
Previous changeset 22:3ad2713b6c5a (2018-12-06) Next changeset 24:5aad4dd2e13c (2018-12-06)
Commit message:
Uploaded
modified:
xls2tab.xml
b
diff -r 3ad2713b6c5a -r 6877e6cd1d02 xls2tab.xml
--- a/xls2tab.xml Thu Dec 06 11:20:53 2018 -0500
+++ b/xls2tab.xml Thu Dec 06 11:27:18 2018 -0500
[
@@ -4,7 +4,7 @@
  <requirement type="package" version="1.1.0">r-readxl</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        Rscript '$__tool_directory__/xlsx2tab.R' '$input1' '$sheet' '$output' ]]>
+        Rscript '$__tool_directory__/xls2tab.R' '$input1' '$sheet' '$output' ]]>
     </command>
     <inputs>
         <param format="excel.xls,xlsx" name="input1" type="data" label="XLS/XLSX file"/>