changeset 3:4b2318e9b097 draft

"planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty"
author tduigou
date Fri, 25 Mar 2022 13:01:27 +0000
parents b0efd4b2ffba
children b9aa7267df42
files rp2biosensor.xml test-data/sink-h2o2.csv
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rp2biosensor.xml	Mon Mar 07 13:45:23 2022 +0000
+++ b/rp2biosensor.xml	Fri Mar 25 13:01:27 2022 +0000
@@ -1,7 +1,7 @@
 <tool id="rp2biosensor" name="rp2biosensor" version="@TOOL_VERSION@" profile="19.09">
     <description>Build Sensing-Enabling Metabolic Pathways from RetroPath2.0 output</description>
     <macros>
-        <token name="@TOOL_VERSION@">3.0.0</token>
+        <token name="@TOOL_VERSION@">3.1.0</token>
     </macros>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">rp2biosensor</requirement>
@@ -32,6 +32,7 @@
         <test>
         <!-- test 1: check if identical outputs are produced -->
         <param name="rp2_results" value="rp2-results-lactate.csv" />
+        <param name="sink_file" value="sink-h2o2.csv" />
         <output name="html_file" md5="88ba7cd2501c4d671b9eac396e7b4af9"/>
         </test>
     </tests>
@@ -66,7 +67,7 @@
 Version
 ----------
 
-3.0.0
+3.1.0
 
 Authors
 -------
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/sink-h2o2.csv	Fri Mar 25 13:01:27 2022 +0000
@@ -0,0 +1,2 @@
+"Name","inchi"
+"H2O2","InChI=1S/H2O2/c1-2/h1-2H"
\ No newline at end of file