Mercurial > repos > iuc > cemitool
diff cemitool.xml @ 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 | 53230429a90c |
| children |
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>
