# HG changeset patch
# User goeckslab
# Date 1719942510 0
# Node ID e11d5fafd0ccfc689509a8bf25aa2a1f2322e595
# Parent  3a916c4e9f5f624a22ab36c96464fa5b5b9f5fbf
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/quantification commit 4a521310a7989b781380c20e1aab3ac13ca86dff

diff -r 3a916c4e9f5f -r e11d5fafd0cc macros.xml
--- a/macros.xml	Wed Dec 28 21:19:44 2022 +0000
+++ b/macros.xml	Tue Jul 02 17:48:30 2024 +0000
@@ -3,8 +3,8 @@
     <xml name="requirements">
         <requirements>
             <!--
-            <requirement type="package" version="3.9">python</requirement>
-            <requirement type="package" version="0.18.0">scikit-image</requirement>
+            <requirement type="package" version="3.11">python</requirement>
+            <requirement type="package" version="0.23.2">scikit-image</requirement>
             <requirement type="package">h5py</requirement>
             <requirement type="package">pandas</requirement>
             <requirement type="package">numpy</requirement>
@@ -19,18 +19,11 @@
     </xml>
     <xml name="citations">
         <citations>
+            <citation type="doi">10.1038/s41592-021-01308-y</citation>
         </citations>
     </xml>
 
-    <token name="@TOOL_VERSION@">1.5.3</token>
-    <token name="@VERSION_SUFFIX@">1</token>
-    <token name="@CMD_BEGIN@"><![CDATA[
-    QUANT_PATH='' &&
-    if [ -f '/app/CommandSingleCellExtraction.py' ]; then
-        export QUANT_PATH='python /app/CommandSingleCellExtraction.py';
-    else
-        export QUANT_PATH='CommandSingleCellExtraction.py';
-    fi &&
-    \$QUANT_PATH
-    ]]></token>
+    <token name="@TOOL_VERSION@">1.6.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@CMD_BEGIN@">mcquant</token>
 </macros>
diff -r 3a916c4e9f5f -r e11d5fafd0cc quantification.xml
--- a/quantification.xml	Wed Dec 28 21:19:44 2022 +0000
+++ b/quantification.xml	Tue Jul 02 17:48:30 2024 +0000
@@ -57,7 +57,7 @@
         </data>
      </outputs>
      <tests>
-        <test>
+        <test expect_num_outputs="2">
             <param name="image" value="test.tiff" />
             <param name="primary_mask" value="mask.tiff" />
             <param name="supp_mask" value="supp_mask.tiff" />