changeset 151:45279ea54823 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit d90f34d89c6cb4bc508a4ef506fb55fe38b873ec-dirty
author ximgchess
date Wed, 28 Jun 2023 18:59:17 +0000
parents 57d6f6441cab
children 43d565a92043
files chapbook_demo/chapbook_demo.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/chapbook_demo/chapbook_demo.xml	Wed Jun 28 18:43:21 2023 +0000
+++ b/chapbook_demo/chapbook_demo.xml	Wed Jun 28 18:59:17 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy2" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@">
+<tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@">
   <macros>
     <import>../macros.xml</import>
   </macros>
@@ -23,9 +23,6 @@
   <outputs>
       <data name="data" format="nex" label="Reduced data"/>
       <data name="plot" format="png" label="Plot"/>
-      <!-- <collection name="pipeline_output" type="list" label="Pipeline Output"> -->
-      <!-- 	<discover_datasets directory="outputs" recurse="true" visible="true"/> -->
-      <!-- </collection> -->
   </outputs>
   <tests>
       <test>
--- a/macros.xml	Wed Jun 28 18:43:21 2023 +0000
+++ b/macros.xml	Wed Jun 28 18:59:17 2023 +0000
@@ -1,5 +1,5 @@
 <macros>
-  <token name="@TOOL_VERSION@">0.0.9</token>
+  <token name="@TOOL_VERSION@">v0.0.10</token>
   <token name="@VERSION_SUFFIX@">0</token>
   <token name="@PROFILE@">21.09</token>
   <token name="@PYTHON_TEMPLATE_VERSION@">3.11</token>