Giter Site home page Giter Site logo

nature_methods_multicut_pipeline's Introduction

nature_methods_multicut_pipeline

This repository contains the software used for the publication about the Multicut pipeline in Nature Methods (http://www.nature.com/nmeth/journal/v14/n2/full/nmeth.4151.html). It is a snapshot of the state of the software we developed for this publication.

Since then, we have reimplemented some functionality in an open-source C++ pipeline (https://github.com/DerThorsten/nifty) and reimplemented the pipeline code for processing large volumes (https://github.com/constantinpape/McLuigi). Also, there is a beta version of an interactive multicut workflow in the GUI-based ilastik program (http://ilastik.org/).

This package (git tag 1.0) reflects the state of the software at the time of publication. Subsequent development happens mainly in the above repositories.

You can find jupyter notebooks with examples for the core functionality of the pipeline in the examples directory.

If you are interested in using Multicut for your data and cannot make it work with any of the options suggested here, or to get a pointer to the latest post-publication implementation, please do not hesitate to contact us.

Installation

We provide precompiled binaries at http://files.ilastik.org/multicut/. Just unpack the appropriate file for your operating system (Linux, Windows, or Mac), link against CPLEX and you are ready to go.

To run the multicut solver you need to link against CPLEX: If you have CPLEX already installed on your machine, you can link to it to via calling the install-cplex-shared-libs.sh script:

$ ./install-cplex-shared-libs.sh /path/to/cplex-dir /path/to/multicut-binaries

If you don't have CPLEX installed yet, you must apply for an academic license, for details see the section Download IBM CPLEX under http://ilastik.org/documentation/basics/installation.html.

Note that you need the academic version to solve any problem of reasonable size, the CPLEX community version is not sufficient. The file README.txt in the root directory of the unpacked binaries provides detailed usage instructions.

The multicut software was packaged with conda. If you are on Linux or Mac and want to modify the code (and have CPLEX installed), you can easily setup your own conda-based development environment (including dependencies) using:

$ export CPLEX_ROOT_DIR=/path/to/cplex_dir
$ conda create --name multicut-software --channel ilastik multicut_pipeline

or add the multicut software to an existing environment my-env using:

$ export CPLEX_ROOT_DIR=/path/to/cplex_dir
$ conda install --name my-env --channel ilastik multicut_pipeline

The tarball of our binary distribution can be reproduced with the commands:

$ conda create --name multicut-software --channel ilastik multicut_pipeline
$ tar -czf multicut-software.tar.gz $(conda info --root)/envs/multicut-software

(Note: Development is recommended on Mac/Linux platforms only, using conda-build v2. Reproducing these binary packages on Windows requires a special version of conda-build. Please contact us if you want to do Windows-based development.)

The structure of the source code is described in file software/README.txt of the source repository at https://github.com/ilastik/nature_methods_multicut_pipeline. For conda build recipes of individual packages, refer to subdirectory build in that repository.

nature_methods_multicut_pipeline's People

Contributors

constantinpape avatar jhennies avatar stuarteberg avatar alexmatskevych avatar fredhamprecht avatar ukoethe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.