changeset 4:9a408f385e65 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cemitool commit e5319571b7744b329eab5c03e839a784b017f6da
author iuc
date Wed, 18 Mar 2026 22:18:33 +0000
parents d572d677cb88
children
files cemitool.xml macros.xml test-data/profiles.pdf
diffstat 3 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/cemitool.xml	Thu Feb 06 07:09:37 2025 +0000
+++ b/cemitool.xml	Wed Mar 18 22:18:33 2026 +0000
@@ -1,4 +1,4 @@
-<tool id="cemitool" name="CEMiTool" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
+<tool id="cemitool" name="CEMiTool" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>gene co-expression network analyses</description>
     <macros>
         <import>macros.xml</import>
@@ -334,7 +334,11 @@
                 </assert_contents>
             </output>
             <output_collection name="plots" type="list" count="10">
-                <element name="profile" file="profiles.pdf" compare="sim_size" delta="100"/>
+                <element name="profile" ftype="pdf">
+                    <assert_contents>
+                        <has_size value="415566" delta="1000"/>
+                    </assert_contents>
+                </element>
             </output_collection>
         </test>
 
--- a/macros.xml	Thu Feb 06 07:09:37 2025 +0000
+++ b/macros.xml	Wed Mar 18 22:18:33 2026 +0000
@@ -1,10 +1,11 @@
 <macros>
-    <token name="@TOOL_VERSION@">1.30.0</token>
+    <token name="@TOOL_VERSION@">1.34.0</token>
     <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">21.05</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">bioconductor-cemitool</requirement>
-            <requirement type="package" version="3.5.1">r-ggplot2</requirement>
+            <requirement type="package" version="4.0.2">r-ggplot2</requirement>
             <requirement type="package" version="1.20.4">r-getopt</requirement>
         </requirements>
     </xml>
Binary file test-data/profiles.pdf has changed