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

Changeset 5:5251f7e929a6 (2018-12-04)
Previous changeset 4:97c4e2e4f07e (2018-12-04) Next changeset 6:aa529f924b86 (2018-12-04)
Commit message:
Uploaded
modified:
xlsx2tab.xml
b
diff -r 97c4e2e4f07e -r 5251f7e929a6 xlsx2tab.xml
--- a/xlsx2tab.xml Tue Dec 04 20:01:34 2018 -0500
+++ b/xlsx2tab.xml Tue Dec 04 20:01:50 2018 -0500
[
@@ -4,8 +4,7 @@
  <requirement type="package" version="1.1.0">r-readxl</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-     cp '$input1' input.xlsx &&
-        Rscript '$__tool_directory__/xlsx2tab.R' input.xlsx '$sheet' '$output' ]]>
+        Rscript '$__tool_directory__/xlsx2tab.R' '$input1' '$sheet' '$output' ]]>
     </command>
     <inputs>
         <param format="xlsx" name="input1" type="data" label="XLSX file"/>