# HG changeset patch # User imgteam # Date 1576663424 18000 # Node ID cfe88c6041e94beeaefd17886dd2e6b4aa0a9713 # Parent a1d02d2e814a12e8f9853dff52f6f82bca677d44 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/wsi_extract_top_view/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90" diff -r a1d02d2e814a -r cfe88c6041e9 wsi_extract_top_view.py --- a/wsi_extract_top_view.py Sat Feb 09 14:49:03 2019 -0500 +++ b/wsi_extract_top_view.py Wed Dec 18 05:03:44 2019 -0500 @@ -4,7 +4,7 @@ import fnmatch import skimage.io import numpy as np - + def wsi_extract_top_view(input_path, out_path): img_raw = openslide.OpenSlide(input_path) top_size = img_raw.level_dimensions[len(img_raw.level_dimensions)-1] @@ -18,5 +18,5 @@ parser.add_argument('input_file', type=argparse.FileType('r'), help='input file') parser.add_argument('out_file', help='out file') args = parser.parse_args() - + wsi_extract_top_view(args.input_file.name, args.out_file) diff -r a1d02d2e814a -r cfe88c6041e9 wsi_extract_top_view.xml --- a/wsi_extract_top_view.xml Sat Feb 09 14:49:03 2019 -0500 +++ b/wsi_extract_top_view.xml Wed Dec 18 05:03:44 2019 -0500 @@ -1,12 +1,13 @@ - + from whole-slice image - + scikit-image numpy openslide-python glob2 + tifffile - +