changeset 11:a2192c7dba81 draft

Uploaded
author ylebras
date Wed, 05 Dec 2018 15:33:36 -0500
parents 231a8d8d4f5e
children 06dc9f83534b
files xlsx2tab.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xlsx2tab.xml	Wed Dec 05 15:30:24 2018 -0500
+++ b/xlsx2tab.xml	Wed Dec 05 15:33:36 2018 -0500
@@ -4,7 +4,7 @@
 		<requirement type="package" version="1.1.0">r-readxl</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        cp '$input1' input.xlsx &&
+        cp $input1 input.xlsx &&
         Rscript '$__tool_directory__/xlsx2tab.R' input.xlsx '$sheet' '$output' ]]>
     </command>
     <inputs>