Mercurial > repos > imgteam > morphological_operations
comparison morphological_operations.xml @ 2:4e25befab102 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/morphological_operations commit c86a1b93cb7732f7331a981d13465653cc1a2790
author | imgteam |
---|---|
date | Wed, 24 Apr 2024 08:12:39 +0000 |
parents | ad795d260ba8 |
children |
comparison
equal
deleted
inserted
replaced
1:ad795d260ba8 | 2:4e25befab102 |
---|---|
2 <description>with SciPy</description> | 2 <description>with SciPy</description> |
3 <macros> | 3 <macros> |
4 <import>creators.xml</import> | 4 <import>creators.xml</import> |
5 <import>tests.xml</import> | 5 <import>tests.xml</import> |
6 <token name="@TOOL_VERSION@">1.12.0</token> | 6 <token name="@TOOL_VERSION@">1.12.0</token> |
7 <token name="@VERSION_SUFFIX@">0</token> | 7 <token name="@VERSION_SUFFIX@">1</token> |
8 </macros> | 8 </macros> |
9 <creator> | 9 <creator> |
10 <expand macro="creators/bmcv"/> | 10 <expand macro="creators/bmcv"/> |
11 </creator> | 11 </creator> |
12 <edam_operations> | 12 <edam_operations> |
16 <xref type="biii">scipy</xref> | 16 <xref type="biii">scipy</xref> |
17 </xrefs> | 17 </xrefs> |
18 <requirements> | 18 <requirements> |
19 <requirement type="package" version="@TOOL_VERSION@">scipy</requirement> | 19 <requirement type="package" version="@TOOL_VERSION@">scipy</requirement> |
20 <requirement type="package" version="0.22.0">scikit-image</requirement> | 20 <requirement type="package" version="0.22.0">scikit-image</requirement> |
21 <requirement type="package" version="0.1">giatools</requirement> | |
21 </requirements> | 22 </requirements> |
22 <command><![CDATA[ | 23 <command><![CDATA[ |
23 | 24 |
24 ## Inputs | 25 ## Inputs |
25 | 26 |