Mercurial > repos > thomaswollmann > color_deconvolution
annotate color-deconvolution.xml @ 0:d7bd56ed3d85 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
author | thomaswollmann |
---|---|
date | Tue, 07 Feb 2017 09:56:10 -0500 |
parents | |
children | e5d95eb1daad |
rev | line source |
---|---|
0
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
1 <tool id="color_deconvolution" name="color-deconvolution" version="0.2"> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
2 <requirements> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
3 <requirement type="package" version="0.12.3" >scikit-image</requirement> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
4 <requirement type="package" version="4.0.0">pillow</requirement> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
5 <requirement type="package" version="0.18.1">scikit-learn</requirement> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
6 <requirement type="package" version="1.11">numpy</requirement> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
7 </requirements> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
8 <description>Color deconvolution</description> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
9 <command> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
10 <![CDATA[ |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
11 python "$__tool_directory__/color_deconvolution.py" '$input' '$output' '$convtype' |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
12 ]]> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
13 </command> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
14 <inputs> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
15 <param name="input" type="data" format="tiff,png,jpg,bmp" label="Image file with 3 channels"/> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
16 <param name="convtype" type="select" label="Transformation type"> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
17 <option value="pca" selected="True">pca</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
18 <option value="xyz2rgb">xyz2rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
19 <option value="rgb_from_rbd">rgb_from_rbd</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
20 <option value="rgb_from_hdx">rgb_from_hdx</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
21 <option value="rgb2hsv">rgb2hsv</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
22 <option value="rgb_from_bro">rgb_from_bro</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
23 <option value="bpx_from_rgb">bpx_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
24 <option value="hed_from_rgb">hed_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
25 <option value="rgbcie2rgb">rgbcie2rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
26 <option value="hdx_from_rgb">hdx_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
27 <option value="xyz2luv">xyz2luv</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
28 <option value="rgb2lab">rgb2lab</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
29 <option value="hpx_from_rgb">hpx_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
30 <option value="rgb_from_fgx">rgb_from_fgx</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
31 <option value="rgb_from_gdx">rgb_from_gdx</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
32 <option value="lab2xyz">lab2xyz</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
33 <option value="rgb_from_hpx">rgb_from_hpx</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
34 <option value="lab2rgb">lab2rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
35 <option value="rgb2rgbcie">rgb2rgbcie</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
36 <option value="bex_from_rgb">bex_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
37 <option value="xyz2lab">xyz2lab</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
38 <option value="rgb_from_bex">rgb_from_bex</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
39 <option value="fgx_from_rgb">fgx_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
40 <option value="rbd_from_rgb">rbd_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
41 <option value="rgb2hed">rgb2hed</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
42 <option value="hed2rgb">hed2rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
43 <option value="luv2rgb">luv2rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
44 <option value="luv2xyz">luv2xyz</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
45 <option value="lch2lab">lch2lab</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
46 <option value="rgb2luv">rgb2luv</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
47 <option value="ahx_from_rgb">ahx_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
48 <option value="rgb_from_hax">rgb_from_hax</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
49 <option value="hax_from_rgb">hax_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
50 <option value="rgb_from_bpx">rgb_from_bpx</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
51 <option value="rgb2xyz">rgb2xyz</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
52 <option value="gdx_from_rgb">gdx_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
53 <option value="rgb_from_ahx">rgb_from_ahx</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
54 <option value="lab2lch">lab2lch</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
55 <option value="rgb_from_hed">rgb_from_hed</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
56 <option value="bro_from_rgb">bro_from_rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
57 <option value="hsv2rgb">hsv2rgb</option> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
58 </param> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
59 </inputs> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
60 <outputs> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
61 <data format="tiff" name="output"/> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
62 </outputs> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
63 <tests> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
64 <test> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
65 <param name="input" value="galaxyIcon_noText.png" /> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
66 <param name="convtype" value="rgb2hsv" /> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
67 <output name="output" ftype="tiff" /> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
68 </test> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
69 </tests> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
70 <help>This tools performs several color deconvolution techniques.</help> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
71 <citations> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
72 <citation type="doi">10.7717/peerj.453</citation> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
73 <citation type="bibtex">@inproceedings{sklearn_api, |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
74 author = {Lars Buitinck and Gilles Louppe and Mathieu Blondel and |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
75 Fabian Pedregosa and Andreas Mueller and Olivier Grisel and |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
76 Vlad Niculae and Peter Prettenhofer and Alexandre Gramfort |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
77 and Jaques Grobler and Robert Layton and Jake VanderPlas and |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
78 Arnaud Joly and Brian Holt and Ga{\"{e}}l Varoquaux}, |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
79 title = {{API} design for machine learning software: experiences from the scikit-learn |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
80 project}, |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
81 booktitle = {ECML PKDD Workshop: Languages for Data Mining and Machine Learning}, |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
82 year = {2013}, |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
83 pages = {108--122}, |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
84 }</citation> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
85 </citations> |
d7bd56ed3d85
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit b405a7bf071e77b80e314e4a5c340af71fd63adf
thomaswollmann
parents:
diff
changeset
|
86 </tool> |