diff elastic_expose_individuals.xml @ 4:9ff33a3631fa draft

planemo upload commit 979e0f1c28c74ca7df02ef20c2208e9677bc820a-dirty
author mingchen0919
date Mon, 02 Apr 2018 08:32:59 -0400
parents 5838300fc1aa
children
line wrap: on
line diff
--- a/elastic_expose_individuals.xml	Mon Apr 02 00:32:04 2018 -0400
+++ b/elastic_expose_individuals.xml	Mon Apr 02 08:32:59 2018 -0400
@@ -51,7 +51,7 @@
 
 
         ############ run render R script to render R markdowns
-        Rscript '${__tool_directory__}/paired_render.R'
+        Rscript '${__tool_directory__}/individuals_render.R'
 
         ]]></command>
   <inputs>
@@ -61,11 +61,10 @@
     </repeat>
   </inputs>
   <outputs>
-    <data format="html" name="report" label="${tool.name} report"/>
-    <data format="txt" name="tool_log" label="${tool.name} log"/>
-    <data name="individual_outputs">
+    <data format="html" name="report" label="${tool.name} report ${on_string}">
       <discover_datasets pattern="__designation_and_ext__" directory="individual_outputs" visible="true"/>
     </data>
+    <data format="txt" name="tool_log" label="${tool.name} log ${on_string}"/>
   </outputs>
   <citations>
     <expand macro="citations"/>