# HG changeset patch # User thomaswollmann # Date 1488385679 18000 # Node ID b1a42e19260369722b4cc29989d46ab0ead2aa86 # Parent a35141611262840554858a083e23a4d6b9ff6617 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/color-deconvolution commit 2fb27eb5a3e94840e5e357e2ace6f220e2f2a0aa diff -r a35141611262 -r b1a42e192603 color-deconvolution.xml --- a/color-deconvolution.xml Sat Feb 11 17:29:02 2017 -0500 +++ b/color-deconvolution.xml Wed Mar 01 11:27:59 2017 -0500 @@ -1,4 +1,4 @@ - + Color deconvolution scikit-image diff -r a35141611262 -r b1a42e192603 color_deconvolution.py --- a/color_deconvolution.py Sat Feb 11 17:29:02 2017 -0500 +++ b/color_deconvolution.py Wed Mar 01 11:27:59 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')