# HG changeset patch # User thomaswollmann # Date 1488385692 18000 # Node ID 85185e9a50a797a5c1775534ddf54e4ae4a62a8a # Parent 9bc46ae5729ee8f1260e96281e133b060b019b8d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit 2fb27eb5a3e94840e5e357e2ace6f220e2f2a0aa diff -r 9bc46ae5729e -r 85185e9a50a7 color-deconvolution.xml --- a/color-deconvolution.xml Sat Feb 11 17:29:14 2017 -0500 +++ b/color-deconvolution.xml Wed Mar 01 11:28:12 2017 -0500 @@ -1,4 +1,4 @@ - + Color deconvolution scikit-image diff -r 9bc46ae5729e -r 85185e9a50a7 color_deconvolution.py --- a/color_deconvolution.py Sat Feb 11 17:29:14 2017 -0500 +++ b/color_deconvolution.py Wed Mar 01 11:28:12 2017 -0500 @@ -84,4 +84,4 @@ with warnings.catch_warnings(): warnings.simplefilter("ignore") res = skimage.util.img_as_uint(res) #Attention: precision loss -skimage.io.imsave(args.out_file.name, res, plugin='tifffile') \ No newline at end of file + skimage.io.imsave(args.out_file.name, res, plugin='tifffile')