comparison orientationpy.xml @ 2:cc8fe984ec3e draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/orientationpy commit c86a1b93cb7732f7331a981d13465653cc1a2790
author imgteam
date Wed, 24 Apr 2024 08:12:45 +0000
parents df211f6b5cf2
children
comparison
equal deleted inserted replaced
1:df211f6b5cf2 2:cc8fe984ec3e
1 <tool id="orientationpy" name="Compute image orientation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> 1 <tool id="orientationpy" name="Compute image orientation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
2 <description>with OrientationPy</description> 2 <description>with OrientationPy</description>
3 <macros> 3 <macros>
4 <import>creators.xml</import> 4 <import>creators.xml</import>
5 <token name="@TOOL_VERSION@">0.2.0.4</token> 5 <token name="@TOOL_VERSION@">0.2.0.4</token>
6 <token name="@VERSION_SUFFIX@">1</token> 6 <token name="@VERSION_SUFFIX@">2</token>
7 </macros> 7 </macros>
8 <creator> 8 <creator>
9 <expand macro="creators/bmcv"/> 9 <expand macro="creators/bmcv"/>
10 </creator> 10 </creator>
11 <edam_operations> 11 <edam_operations>
15 <xref type="biii">orientationj</xref> 15 <xref type="biii">orientationj</xref>
16 </xrefs> 16 </xrefs>
17 <requirements> 17 <requirements>
18 <requirement type="package" version="@TOOL_VERSION@">orientationpy</requirement> 18 <requirement type="package" version="@TOOL_VERSION@">orientationpy</requirement>
19 <requirement type="package" version="0.22.0">scikit-image</requirement> 19 <requirement type="package" version="0.22.0">scikit-image</requirement>
20 <requirement type="package" version="0.1">giatools</requirement>
20 </requirements> 21 </requirements>
21 <command><![CDATA[ 22 <command><![CDATA[
22 23
23 ## Inputs 24 ## Inputs
24 25