Skip to content

mjirik/scaffan

Repository files navigation

ScaffAn

Scaffold Analyser

Build Status Coverage Status Code style: black

Application for scaffold analysis. Application algorithm details can be found here

You may want to use it with Hamamatsu NDP Viewer

scaffan_gui

Install

Windows

Install Conda and check "Add Anaconda to my PATH environment variable"

Run in terminal:


conda create -n scaffan -c mjirik -c bioconda -c conda-forge pip scaffan pywin32 python=3.6
activate scaffan
pip install openslide-python imagecodecs tensorflow
python -m scaffan install
python -m scaffan

The pywin32 is used for icon installation. It can be skipped.

Linux

conda install -c mjirik -c bioconda -c conda-forge openslide-python scaffan

Update

activate scaffan
conda install -c mjirik -c bioconda -c conda-forge -y scaffan 

Run

activate scaffan
python -m scaffan

Uninstall

conda remove --name scaffan --all

Known issues

There are two problems with openslide (not with openslide-python) package on windows.

  • The package is not in conda channel. This is solved by automatic download of the dll binaries.
  • Dll binaries cannot be used together with libxml. There is workaround in scaffan. It uses subprocess call to process separately image data and image annotations.

About

Scaffold Analyser

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages