Mercurial > repos > thomaswollmann > detection_viz
comparison detection_viz.xml @ 1:245a1cde4cd5 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/detection_viz/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
author | thomaswollmann |
---|---|
date | Wed, 12 Dec 2018 04:50:23 -0500 |
parents | f5f85c63737c |
children | 69218d7300e5 |
comparison
equal
deleted
inserted
replaced
0:f5f85c63737c | 1:245a1cde4cd5 |
---|---|
5 <requirement type="package" version="3.0.2" >matplotlib</requirement> | 5 <requirement type="package" version="3.0.2" >matplotlib</requirement> |
6 </requirements> | 6 </requirements> |
7 <command> | 7 <command> |
8 <![CDATA[ | 8 <![CDATA[ |
9 python '$__tool_directory__/detection_viz.py' '$input' '$output' --stroke_size $thickness --circle_radius $circle_radius $tp $fn $fp | 9 python '$__tool_directory__/detection_viz.py' '$input' '$output' --stroke_size $thickness --circle_radius $circle_radius $tp $fn $fp |
10 ]]> | 10 ]]> |
11 </command> | 11 </command> |
12 <inputs> | 12 <inputs> |
13 <param name="input" type="data" format="tiff,png,jpg,bmp" label="Binary Image File"/> | 13 <param name="input" type="data" format="tiff,png,jpg,bmp" label="Binary Image File"/> |
14 <param name="tp" type="boolean" checked="false" falsevalue="" truevalue="--tp"/> | 14 <param name="tp" type="boolean" checked="false" falsevalue="" truevalue="--tp"/> |
15 <param name="fn" type="boolean" checked="false" falsevalue="" truevalue="--fn"/> | 15 <param name="fn" type="boolean" checked="false" falsevalue="" truevalue="--fn"/> |