annotate visceral-evaluatesegmentation.xml @ 0:cc77c9bf7b4a draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
author thomaswollmann
date Thu, 16 Feb 2017 05:18:42 -0500
parents
children e542633095b7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
1 <tool id="visceral_evaluatesegmentation" name="Visceral - Evaluate Segmentation" version="0.4">
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
2 <description>Evaluate Segmentation</description>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
3 <requirements>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
4 <requirement type="package">visceral-evaluatesegmentation</requirement>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
5 </requirements>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
6 <command>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
7 <![CDATA[
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
8 EvaluateSegmentation '$gt_path' '$seg_path' -xml '$output'
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
9 ]]>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
10 </command>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
11 <inputs>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
12 <param name="gt_path" type="data" format="tiff,png,jpg,bmp" label="Ground Truth Image"/>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
13 <param name="seg_path" type="data" format="tiff,png,jpg,bmp" label="Segmented Image"/>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
14 </inputs>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
15 <outputs>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
16 <data format="xml" name="output"/>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
17 </outputs>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
18 <tests>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
19 <test>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
20 <param name="gt_path" value="sample.png" />
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
21 <param name="seg_path" value="sample.png" />
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
22 <output name="output" value="out.xml" ftype="xml" lines_diff="10" />
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
23 </test>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
24 </tests>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
25 <help>Calculates Metrics for Evaluating Image Segmentation</help>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
26 <citations>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
27 <citation type="bibtex">@article{TA2015,
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
28 author = {Abdel Aziz Taha and Allan Hanbury},
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
29 title = {Metrics for Evaluating 3{D} Medical Image Segmentation: analysis, selection, and tool},
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
30 journal = {BMC Medical Imaging},
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
31 year = {2015},
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
32 volume = {15},
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
33 pages = {29},
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
34 month = {August},
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
35 }</citation>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
36 </citations>
cc77c9bf7b4a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff changeset
37 </tool>