diff peca.xml @ 2:36b7a5891000 draft

planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
author caleb-easterly
date Thu, 22 Feb 2018 11:28:22 -0500
parents 34c1ae5e99ac
children 07bd2582526b
line wrap: on
line diff
--- a/peca.xml	Wed Feb 21 16:57:49 2018 -0500
+++ b/peca.xml	Thu Feb 22 11:28:22 2018 -0500
@@ -4,11 +4,10 @@
         <requirement type="package" version="0.7">r-dbi</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        ## write group 1 to file
+        ## write groups to file
         echo '$group1' > group1.txt &&
         echo '$group2' > group2.txt && 
-        cat group1.txt &&
-        Rscript --vanilla '$__tool_directory__/peca.R' '$input' '$group1' '$group2' '$output'
+        Rscript --vanilla '$__tool_directory__/peca.R' '$input' group1.txt group2.txt '$output'
     ]]></command>
     <inputs>
         <param name="input" type="data" format="tabular"/>