Mercurial > repos > imgteam > split_image
comparison split_image.xml @ 2:227e8928af6e draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/split_image/ commit 5e452f10eb88f0fa8a420eec66c6c97e3060e433
| author | imgteam |
|---|---|
| date | Fri, 12 Dec 2025 21:02:25 +0000 |
| parents | 4b7940d0c051 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:4b7940d0c051 | 2:227e8928af6e |
|---|---|
| 1 <tool id="ip_split_image" name="Split image along axes" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> | 1 <tool id="ip_split_image" name="Split image along axes" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> |
| 2 <description>with NumPy</description> | 2 <description>with NumPy</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@">2.2.3</token> | 6 <token name="@TOOL_VERSION@">2.3.5</token> |
| 7 <token name="@VERSION_SUFFIX@">1</token> | 7 <token name="@VERSION_SUFFIX@">0</token> |
| 8 </macros> | 8 </macros> |
| 9 <creator> | 9 <creator> |
| 10 <expand macro="creators/bmcv"/> | 10 <expand macro="creators/bmcv"/> |
| 11 <expand macro="creators/kostrykin"/> | |
| 11 </creator> | 12 </creator> |
| 12 <edam_operations> | 13 <edam_operations> |
| 13 <edam_operation>operation_3443</edam_operation> | 14 <edam_operation>operation_3443</edam_operation> |
| 14 </edam_operations> | 15 </edam_operations> |
| 16 <xrefs> | |
| 17 <xref type="bio.tools">galaxy_image_analysis</xref> | |
| 18 </xrefs> | |
| 15 <requirements> | 19 <requirements> |
| 16 <requirement type="package" version="@TOOL_VERSION@">numpy</requirement> | 20 <requirement type="package" version="@TOOL_VERSION@">numpy</requirement> |
| 17 <requirement type="package" version="0.4.0">giatools</requirement> | 21 <requirement type="package" version="0.5.2">giatools</requirement> |
| 18 <requirement type="package" version="2024.7.24">tifffile</requirement> | 22 <requirement type="package" version="2025.10.16">tifffile</requirement> |
| 19 </requirements> | 23 </requirements> |
| 20 <command detect_errors="aggressive"><