Mercurial > repos > imgteam > morphological_operations
comparison morphological_operations.xml @ 1:ad795d260ba8 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/morphological_operations commit c045f067a57e8308308cf6329060c7ccd3fc372f
| author | imgteam |
|---|---|
| date | Thu, 04 Apr 2024 15:25:44 +0000 |
| parents | f10112b317a1 |
| children | 4e25befab102 |
comparison
equal
deleted
inserted
replaced
| 0:f10112b317a1 | 1:ad795d260ba8 |
|---|---|
| 1 <tool id="morphological_operations" name="Apply a morphological operation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> | 1 <tool id="morphological_operations" name="Apply a morphological operation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> |
| 2 <description>with SciPy</description> | 2 <description>with SciPy</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>creators.xml</import> | |
| 5 <import>tests.xml</import> | |
| 4 <token name="@TOOL_VERSION@">1.12.0</token> | 6 <token name="@TOOL_VERSION@">1.12.0</token> |
| 5 <token name="@VERSION_SUFFIX@">0</token> | 7 <token name="@VERSION_SUFFIX@">0</token> |
| 6 </macros> | 8 </macros> |
| 9 <creator> | |
| 10 <expand macro="creators/bmcv"/> | |
| 11 </creator> | |
| 7 <edam_operations> | 12 <edam_operations> |
| 8 <edam_operation>operation_3443</edam_operation> | 13 <edam_operation>operation_3443</edam_operation> |
| 9 </edam_operations> | 14 </edam_operations> |
| 10 <xrefs> | 15 <xrefs> |
| 11 <xref type="biii">scipy</xref> | 16 <xref type="biii">scipy</xref> |
| 12 </xrefs> | 17 </xrefs> |
| 13 <requirements> | 18 <requirements> |
| 14 <requirement type="package" version="1.12.0">scipy</requirement> | 19 <requirement type="package" version="@TOOL_VERSION@">scipy</requirement> |
| 15 <requirement type="package" version="0.22.0">scikit-image</requirement> | 20 <requirement type="package" version="0.22.0">scikit-image</requirement> |
| 16 </requirements> | 21 </requirements> |
| 17 <command><