changeset 5:5251f7e929a6 draft

Uploaded
author ylebras
date Tue, 04 Dec 2018 20:01:50 -0500
parents 97c4e2e4f07e
children aa529f924b86
files xlsx2tab.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"/>