annotate visceral-evaluatesegmentation.xml @ 2:4d042d197ac3 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
author imgteam
date Fri, 10 Nov 2023 14:23:38 +0000
parents 8c1a805c2fc5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
1 <tool id="ip_visceral_evaluatesegmentation" name="Evaluate segmentation" version="0.5-2">
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
2 <description>with EvaluateSegmentation</description>
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
3 <edam_operations>
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
4 <edam_operation>operation_3443</edam_operation>
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
5 </edam_operations>
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
6 <xrefs>
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
7 <xref type="biii">evaluatesegmentation-tool</xref>
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
8 </xrefs>
0
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
9 <requirements>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
10 <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
11 </requirements>
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 <![CDATA[
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
14 EvaluateSegmentation '$gt_path' '$seg_path' -xml '$output'
2
4d042d197ac3 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/visceral-evaluatesegmentation commit 6b687746bdb3d5d1fb11ecffd6dd1bf42dc2c38d
imgteam
parents: 0
diff changeset
15 ]]>
0
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
16 </command>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
17 <inputs>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
18 <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
19 <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
20 </inputs>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
21 <outputs>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
22 <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
23 </outputs>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
24 <tests>
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 <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
27 <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
28 <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
29 </test>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
30 </tests>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
31 <help>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
32 **What it does**
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
33
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
34 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
35 <citations>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
36 <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
37 </citations>
8c1a805c2fc5 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
38 </tool>