Mercurial > repos > imgteam > segmetrics
comparison segmetrics.xml @ 6:462f49860277 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/segmetrics/ commit 1db841fd5b650baafe7484d17b55b6035bf1ae10
author | imgteam |
---|---|
date | Tue, 14 Nov 2023 16:53:49 +0000 |
parents | ac55e2f4d9e3 |
children | b6e88e7bf2fa |
comparison
equal
deleted
inserted
replaced
5:ac55e2f4d9e3 | 6:462f49860277 |
---|---|
1 <tool id="ip_segmetrics" name="Compute image segmentation and object detection performance measures" version="1.4.0-2" profile="20.05"> | 1 <tool id="ip_segmetrics" name="Compute image segmentation and object detection performance measures" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> |
2 <description>with SegMetrics</description> | 2 <description>with SegMetrics</description> |
3 <macros> | |
4 <token name="@TOOL_VERSION@">1.4</token> | |
5 <token name="@VERSION_SUFFIX@">3</token> | |
6 </macros> | |
3 <edam_operations> | 7 <edam_operations> |
4 <edam_operation>operation_3443</edam_operation> | 8 <edam_operation>operation_3443</edam_operation> |
5 </edam_operations> | 9 </edam_operations> |
6 <requirements> | 10 <requirements> |
7 <requirement type="package" version="1.4">segmetrics</requirement> | 11 <requirement type="package" version="@TOOL_VERSION@">segmetrics</requirement> |
8 <requirement type="package" version="0.23.4">pandas</requirement> | 12 <requirement type="package" version="0.23.4">pandas</requirement> |
9 </requirements> | 13 </requirements> |
10 <command detect_errors="aggressive"> | 14 <command detect_errors="aggressive"> |
11 <![CDATA[ | 15 <![CDATA[ |
12 python '$__tool_directory__/run-segmetrics.py' | 16 python '$__tool_directory__/run-segmetrics.py' |