Mercurial > repos > thomaswollmann > visceral_evaluatesegmentation
annotate visceral-evaluatesegmentation.xml @ 1:e542633095b7 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 93ea9182520077ff74f6b7e4eba70ec4bf9cdc4c
author | thomaswollmann |
---|---|
date | Thu, 02 Mar 2017 03:10:27 -0500 |
parents | cc77c9bf7b4a |
children |
rev | line source |
---|---|
1
e542633095b7
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 93ea9182520077ff74f6b7e4eba70ec4bf9cdc4c
thomaswollmann
parents:
0
diff
changeset
|
1 <tool id="visceral_evaluatesegmentation" name="Visceral - Evaluate Segmentation" version="0.5"> |
0
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> |
1
e542633095b7
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 93ea9182520077ff74f6b7e4eba70ec4bf9cdc4c
thomaswollmann
parents:
0
diff
changeset
|
6 <stdio> |
e542633095b7
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 93ea9182520077ff74f6b7e4eba70ec4bf9cdc4c
thomaswollmann
parents:
0
diff
changeset
|
7 <exit_code level="fatal" range="1:"/> |
e542633095b7
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 93ea9182520077ff74f6b7e4eba70ec4bf9cdc4c
thomaswollmann
parents:
0
diff
changeset
|
8 </stdio> |
0
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
9 <command> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
10 <![CDATA[ |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
11 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
|
12 ]]> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
13 </command> |
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 <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
|
16 <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
|
17 </inputs> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
18 <outputs> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
19 <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
|
20 </outputs> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
21 <tests> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
22 <test> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
23 <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
|
24 <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
|
25 <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
|
26 </test> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
27 </tests> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
28 <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
|
29 <citations> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
30 <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
|
31 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
|
32 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
|
33 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
|
34 year = {2015}, |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
35 volume = {15}, |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
36 pages = {29}, |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
37 month = {August}, |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
38 }</citation> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
39 </citations> |
cc77c9bf7b4a
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/visceral-evaluatesegmentation commit 84957f4ad2994ba9bf594d835e5ddd6bcb98c59f
thomaswollmann
parents:
diff
changeset
|
40 </tool> |