# HG changeset patch
# User iuc
# Date 1435310903 14400
# Node ID ea7a01d0f21843bf4022e85e97f9213aaf565d15
# Parent 26703988cdb3c47bb15fd745b305c14fc7e2a940
planemo upload commit 369e40078146d00608d52205bb8cee66ae735b76-dirty
diff -r 26703988cdb3 -r ea7a01d0f218 imagej2_base_utils.py
--- a/imagej2_base_utils.py Fri Jun 19 16:59:14 2015 -0400
+++ b/imagej2_base_utils.py Fri Jun 26 05:28:23 2015 -0400
@@ -95,7 +95,7 @@
if max_heap_size_type == 'default':
return None
if max_heap_size_type == 'megabytes':
- if max_heap_size % 1024 not in [ 0, 256, 512 ]:
+ if int( max_heap_size ) % 1024 not in [ 0, 256, 512 ]:
return None
return '%sm' % str( max_heap_size )
if max_heap_size_type == 'gigabytes':
diff -r 26703988cdb3 -r ea7a01d0f218 imagej2_create_image.xml
--- a/imagej2_create_image.xml Fri Jun 19 16:59:14 2015 -0400
+++ b/imagej2_create_image.xml Fri Jun 26 05:28:23 2015 -0400
@@ -13,8 +13,7 @@
--depth $depth
--image_type $image_type
--image_title "$image_title"
- --max_heap_size_type $set_max_heap_size.max_heap_size_type
- --max_heap_size $set_max_heap_size.max_heap_size
+ @max_heap_size_args@
--jython_script $__tool_directory__/jython_script.py
--output_datatype $output_datatype
--out_fname "$output"
diff -r 26703988cdb3 -r ea7a01d0f218 imagej2_macros.xml
--- a/imagej2_macros.xml Fri Jun 19 16:59:14 2015 -0400
+++ b/imagej2_macros.xml Fri Jun 26 05:28:23 2015 -0400
@@ -59,6 +59,10 @@
+
+ --max_heap_size_type $set_max_heap_size.max_heap_size_type
+ --max_heap_size $set_max_heap_size.max_heap_size
+
@@ -66,12 +70,35 @@
+
+
+
+ @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")
+
+ 10.1038/nmeth.2019
+
+
10.1038/nmeth.2102
-
+
10.1038/nmeth.2102
10.1038/nmeth.2019