annotate visceral-evaluatesegmentation.xml @ 1:d098aed00229 draft

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