Mercurial > repos > imgteam > visceral_evaluatesegmentation
comparison visceral-evaluatesegmentation.xml @ 0:8c1a805c2fc5 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
author | imgteam |
---|---|
date | Sat, 09 Feb 2019 14:48:18 -0500 |
parents | |
children | 4d042d197ac3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8c1a805c2fc5 |
---|---|
1 <tool id="ip_visceral_evaluatesegmentation" name="Visceral" version="0.5"> | |
2 <description>Evaluate Segmentation</description> | |
3 <requirements> | |
4 <!--requirement type="package" version="9c">jpeg</requirement--> | |
5 <!--requirement type="package" version="4.13.0">libitk</requirement--> | |
6 <requirement type="package" version="2015.07.03">visceral-evaluatesegmentation</requirement> | |
7 </requirements> | |
8 <command> | |
9 <![CDATA[ | |
10 EvaluateSegmentation '$gt_path' '$seg_path' -xml '$output' | |
11 ]]> | |
12 </command> | |
13 <inputs> | |
14 <param name="gt_path" type="data" format="tiff,png,jpg,bmp" label="Ground Truth Image"/> | |
15 <param name="seg_path" type="data" format="tiff,png,jpg,bmp" label="Segmented Image"/> | |
16 </inputs> | |
17 <outputs> | |
18 <data format="xml" name="output"/> | |
19 </outputs> | |
20 <tests> | |
21 <test> | |
22 <param name="gt_path" value="sample.png" /> | |
23 <param name="seg_path" value="sample.png" /> | |
24 <output name="output" value="out.xml" ftype="xml" lines_diff="15" /> | |
25 </test> | |
26 </tests> | |
27 <help> | |
28 **What it does** | |
29 | |
30 Calculates Metrics for Evaluating Image Segmentation</help> | |
31 <citations> | |
32 <citation type="doi">10.1186/s12880-015-0068-x</citation> | |
33 </citations> | |
34 </tool> |