changeset 166:f554351c0a06 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit c860fa7080cf5e8038672a876975bc7f9ca26d59
author ximgchess
date Wed, 05 Jul 2023 13:35:34 +0000
parents c13ce860645e
children 50fb82e1213a
files chapbook_demo/chapbook_demo.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/chapbook_demo/chapbook_demo.xml	Fri Jun 30 16:26:48 2023 +0000
+++ b/chapbook_demo/chapbook_demo.xml	Wed Jul 05 13:35:34 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy12" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@">
+<tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy13" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@">
   <macros>
     <import>../macros.xml</import>
   </macros>
@@ -30,13 +30,13 @@
       <param type="text" name="indir" label="Input Directory" />
   </inputs>
   <outputs>
-      <data name="data" format="nex" label="I vs q NeXus Data" />
-      <data name="plot" format="png" label="I vs q Plot" />
+      <data name="data" format="nex" label="Reduced data" from_work_dir="data.nex"/>
+      <data name="plot" format="png" label="Plot" from_work_dir="plot.png"/>
   </outputs>
   <tests>
       <test>
-          <param name="config" value="config.yaml" />
-	  <param name="indir" value="/tmp/" />
+          <param name="config" value="config.yaml"/>
+	  <param name="indir" value="/tmp/"/>
       </test>
   </tests>
   <help><![CDATA[
--- a/macros.xml	Fri Jun 30 16:26:48 2023 +0000
+++ b/macros.xml	Wed Jul 05 13:35:34 2023 +0000
@@ -1,5 +1,5 @@
 <macros>
-  <token name="@TOOL_VERSION@">0.0.10</token>
+  <token name="@TOOL_VERSION@">PACKAGE_VERSION</token>
   <token name="@VERSION_SUFFIX@">0</token>
   <token name="@PROFILE@">21.09</token>
   <token name="@PYTHON_TEMPLATE_VERSION@">3.11</token>