annotate points2binaryimage.xml @ 5:5411384e5e1d draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 6fc9ab8db9ef72ac7ded30d7373768feeae9390d
author imgteam
date Fri, 27 Sep 2024 17:41:14 +0000
parents 4c0f16fb9f8d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
1 <tool id="ip_points_to_binaryimage" name="Convert point coordinates to binary image" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
1
90385ec28b34 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents: 0
diff changeset
2 <description></description>
2
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
3 <macros>
3
a80f92ec6f89 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2994366afa0a1c537c0edf6c4578bda079494b2f
imgteam
parents: 2
diff changeset
4 <import>creators.xml</import>
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
5 <import>tests.xml</import>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
6 <token name="@TOOL_VERSION@">0.3</token>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
7 <token name="@VERSION_SUFFIX@">0</token>
2
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
8 </macros>
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
9 <creator>
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
10 <expand macro="creators/bmcv" />
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
11 </creator>
1
90385ec28b34 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents: 0
diff changeset
12 <edam_operations>
90385ec28b34 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents: 0
diff changeset
13 <edam_operation>operation_3443</edam_operation>
90385ec28b34 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents: 0
diff changeset
14 </edam_operations>
90385ec28b34 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents: 0
diff changeset
15 <xrefs>
90385ec28b34 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents: 0
diff changeset
16 <xref type="bio.tools">galaxy_image_analysis</xref>
90385ec28b34 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents: 0
diff changeset
17 </xrefs>
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
18 <requirements>
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
19 <requirement type="package" version="0.21">scikit-image</requirement>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
20 <requirement type="package" version="1.26.4">numpy</requirement>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
21 <requirement type="package" version="1.2.4">pandas</requirement>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
22 <requirement type="package" version="2024.6.18">tifffile</requirement>
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
23 </requirements>
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
24 <command detect_errors="aggressive"><![CDATA[
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
25
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
26 python '$__tool_directory__/points2binaryimage.py'
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
27 '$input'
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
28 '$output'
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
29 $shapex
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
30 $shapey
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
31 $has_header
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
32 $swap_xy
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
33
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
34 ]]></command>
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
35 <inputs>
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
36 <param name="input" type="data" format="tabular" label="Tabular list of points"/>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
37 <param name="shapex" type="integer" value="500" min="1" label="Width of output image" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
38 <param name="shapey" type="integer" value="500" min="1" label="Height of output image" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
39 <param name="has_header" type="boolean" checked="false" truevalue="--has_header True" falsevalue="" optional="true" label="Tabular list of points has header" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
40 <param name="swap_xy" type="boolean" checked="false" falsevalue="" truevalue="--swap_xy True" optional="true" label="Swap X and Y coordinates" />
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
41 </inputs>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
42 <outputs>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
43 <data name="output" format="tiff" />
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
44 </outputs>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
45 <tests>
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
46 <!-- TSV without header -->
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
47 <test>
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
48 <param name="input" value="input1.tsv" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
49 <param name="shapex" value="30" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
50 <param name="shapey" value="20" />
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
51 <param name="has_header" value="false" />
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
52 <param name="swap_xy" value="true" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
53 <expand macro="tests/binary_image_diff" name="output" value="output1.tif" ftype="tiff" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
54 </test>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
55 <!-- TSV with header -->
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
56 <test>
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
57 <param name="input" value="input2.tsv" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
58 <param name="shapex" value="205" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
59 <param name="shapey" value="84" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
60 <param name="has_header" value="true" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
61 <param name="swap_xy" value="false" />
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
62 <expand macro="tests/binary_image_diff" name="output" value="output2.tif" ftype="tiff" />
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
63 </test>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
64 </tests>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
65 <help>
2
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
66
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
67 **Converts a tabular list of points to a binary image by rasterizing the point coordinates.**
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
68
2
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
69 The created image is a single-channel image with 16 bits per pixel (unsigned integer).
4
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
70 The points are rasterized with value 65535 (white).
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
71 Pixels not corresponding to any points in the tabular file are assigned the value 0 (black).
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
72
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
73 The tabular list of points can either be header-less.
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
74 In this case, the first and second columns are expected to be the X and Y coordinates, respectively.
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
75 Otherwise, if a header is present, it is searched for the following column names:
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
76
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
77 - ``pos_x`` or ``POS_X``: This column corresponds to the X coordinates.
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
78 - ``pos_y`` or ``POS_Y``: This column corresponds to the Y coordinates.
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
79 - If a ``radius`` or ``RADIUS`` column is present,
4c0f16fb9f8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit a3c77a79db469c9ad18b666f2c64d6e8f573945f
imgteam
parents: 3
diff changeset
80 then the points will be rasterized as circles of the corresponding radii.
2
2ad6350df85b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
imgteam
parents: 1
diff changeset
81
0
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
82 </help>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
83 <citations>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
84 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
85 </citations>
dd513c9f5230 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/points2binaryimage/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff changeset
86 </tool>