Mercurial > repos > imgteam > split_labelmap
comparison split_labelmap.xml @ 1:9db1c22dbe17 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/split_labelmaps/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
author | imgteam |
---|---|
date | Mon, 13 Nov 2023 22:12:26 +0000 |
parents | 597b7ef44b05 |
children | 7a2e2e3cf836 |
comparison
equal
deleted
inserted
replaced
0:597b7ef44b05 | 1:9db1c22dbe17 |
---|---|
1 <tool id="ip_split_labelmap" name="Split Labelmap" version="0.1"> | 1 <tool id="ip_split_labelmap" name="Split label map using morphological operators" version="0.2-2"> |
2 <description></description> | 2 <description></description> |
3 <requirements> | 3 <edam_operations> |
4 <edam_operation>operation_3443</edam_operation> | |
5 </edam_operations> | |
6 <xrefs> | |
7 <xref type="bio.tools">galaxy_image_analysis</xref> | |
8 </xrefs> | |
9 <requirements> | |
4 <requirement type="package" version="0.14.2">scikit-image</requirement> | 10 <requirement type="package" version="0.14.2">scikit-image</requirement> |
5 <requirement type="package" version="1.15.4">numpy</requirement> | 11 <requirement type="package" version="1.15.4">numpy</requirement> |
6 <requirement type="package" version="0.15.1">tifffile</requirement> <!--not sure if this is required--> | 12 <requirement type="package" version="0.15.1">tifffile</requirement> |
7 </requirements> | 13 </requirements> |
8 <command> | 14 <command detect_errors="aggressive"> |
9 <![CDATA[ | 15 <![CDATA[ |
10 python '$__tool_directory__/split_labelmap.py' '$input' '$output' | 16 python '$__tool_directory__/split_labelmap.py' '$input' '$output' |
11 ]]> | 17 ]]> |
12 </command> | 18 </command> |
13 <inputs> | 19 <inputs> |