Mercurial > repos > iuc > imagej2_convert_format
view imagej2_macros.xml @ 2:cf9ed4ef641d draft
planemo upload commit 369e40078146d00608d52205bb8cee66ae735b76-dirty
| author | iuc |
|---|---|
| date | Fri, 26 Jun 2015 05:28:18 -0400 |
| parents | 312e8ce708b1 |
| children | 9a24b7e68010 |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <macros> <xml name="fiji_headless_requirements"> <requirements> <requirement type="package" version="20141125">fiji</requirement> </requirements> </xml> <xml name="python_bioformats_requirements"> <requirements> <requirement type="package" version="20141125">fiji</requirement> <requirement type="package" version="1.0.11">javabridge</requirement> <requirement type="package" version="1.9">numpy</requirement> <requirement type="package" version="1.0.4">python_bioformats</requirement> </requirements> </xml> <xml name="stdio"> <stdio> <exit_code range="1:"/> <exit_code range=":-1"/> <regex match="Error:"/> <regex match="Exception:"/> </stdio> </xml> <xml name="image_type"> <param name="image_type" type="select" label="Image type"> <option value="8-bit_white" selected="True">8-bit white</option> <option value="8-bit_black">8-bit black</option> <option value="8-bit_random">8-bit random</option> <option value="8-bit_ramp">8-bit ramp</option> <option value="16-bit_white">16-bit white</option> <option value="16-bit_black">16-bit black</option> <option value="16-bit_random">16-bit random</option> <option value="16-bit_ramp">16-bit ramp</option> <option value="32-bit_white">32-bit white</option> <option value="32-bit_black">32-bit black</option> <option value="32-bit_random">32-bit random</option> <option value="32-bit_ramp">32-bit ramp</option> <option value="RGB_white">RGB white</option> <option value="RGB_black">RGB black</option> <option value="RGB_random">RGB random</option> <option value="RGB_ramp">RGB ramp</option> </param> </xml> <xml name="max_heap_size_type_conditional"> <conditional name="set_max_heap_size"> <param name="max_heap_size_type" type="select" label="Maximum size of the memory allocation pool used by the JVM" help="This value must be a multiple of 1024 or it will be ignored and the system default will be used."> <option value="default" selected="True">Do not set</option> <option value="megabytes">Set in megabytes</option> <option value="gigabytes">Set in gigabytes</option> </param> <when value="default"> <param name="max_heap_size" type="integer" value="0" label="Do not set" help="Use system default"/> </when> <when value="megabytes"> <param name="max_heap_size" type="integer" value="512" min="256" label="Maximum size, in megabytes, of the memory allocation pool" help="Examples: 256, 512, etc."/> </when> <when value="gigabytes"> <param name="max_heap_size" type="integer" value="1" min="1" label="Maximum size, in gigabytes, of the memory allocation pool" help="Examples: 1, 2, etc."/> </when> </conditional> </xml> <token name="@max_heap_size_args@"> --max_heap_size_type $set_max_heap_size.max_heap_size_type --max_heap_size $set_max_heap_size.max_heap_size </token> <xml name="image_datatypes"> <option value="bmp">bmp</option> <option value="gif">gif</option> <option value="jpg">jpg</option> <option value="png" selected="true">png</option> <option value="tiff">tiff</option> </xml> <xml name="bunwarpj_citations"> <citations> <citation type="bibtex"> @InProceedings(Arganda-Carreras2006, author = "Ignacio Arganda-Carreras and Carlos Oscar S{\'a}nchez Sorzano and Roberto Marabini and Jos{\'e} Mar\'{\i}a Carazo and Carlos Ortiz-de-Solorzano and Jan Kybic", title = "Consistent and Elastic Registration of Histological Sections Using Vector-Spline Regularization", publisher = "Springer Berlin / Heidelberg", booktitle = "Computer Vision Approaches to Medical Image Analysis", series = "Lecture Notes in Computer Science", year = "2006", volume = "4241", pages = "85-95", month = "May", city = "Graz, Austria") </citation> <citation type="doi">10.1038/nmeth.2019</citation> </citations> </xml> <xml name="fiji_headless_citations"> <citations> <citation type="doi">10.1038/nmeth.2102</citation> </citations> </xml> <xml name="bioformats_fiji_javabridge_citations"> <citations> <citation type="doi">10.1038/nmeth.2102</citation> <citation type="doi">10.1038/nmeth.2019</citation> <citation type="doi">10.1083/jcb.201004104</citation> </citations> </xml> </macros>
