Mercurial > repos > thomaswollmann > points2labelimage
annotate points2label.xml @ 0:14525b8c8d67 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
author | thomaswollmann |
---|---|
date | Wed, 12 Dec 2018 05:12:06 -0500 |
parents | |
children |
rev | line source |
---|---|
0
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
1 <tool id="points2labelimage" name="Points 2 Label" version="0.2"> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
2 <description>Points to Label Image</description> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
3 <requirements> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
4 <requirement type="package" version="1.15.4">numpy</requirement> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
5 <requirement type="package" version="0.14.0">scikit-image</requirement> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
6 <requirement type="package" version="0.23.4">pandas</requirement> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
7 </requirements> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
8 <command> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
9 <![CDATA[ |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
10 python '$__tool_directory__/points2label.py' '$input' '$output' '$org_file' $has_header $is_tsv |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
11 ]]> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
12 </command> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
13 <inputs> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
14 <param name="input" type="data" format="csv" label="Point CSV file"/> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
15 <param name="org_file" type="data" format="tiff" label="Original label image file"/> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
16 <param name="has_header" type="boolean" checked="false" truevalue="--has_header True" falsevalue="" optional="true" label="Does point file contain header?" /> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
17 <param name="is_tsv" optional="true" type="boolean" checked="false" truevalue="--is_tsv True" falsevalue="" help="tab separated input file"/> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
18 </inputs> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
19 <outputs> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
20 <data name="output" format="tiff"/> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
21 </outputs> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
22 <tests> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
23 <test> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
24 <param name="input" value="points.csv"/> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
25 <param name="org_file" value="galaxyIcon_noText.tif"/> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
26 <output name="output" file="out.tif" ftype="tiff" compare="sim_size"/><!--to allow a change in e.g. date--> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
27 </test> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
28 </tests> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
29 <help> This tool converts points to a label image. </help> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
30 <citations> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
31 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
32 </citations> |
14525b8c8d67
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2labelimage/ commit 356f2556bd629e5473d6711ec71372ea17d3e28f
thomaswollmann
parents:
diff
changeset
|
33 </tool> |