Menu

Tree [r6] /
 History

HTTPS access


File Date Author Commit
 examples 2010-06-02 pgajer [r4] init version
 src 2010-06-07 pgajer [r6] added copywrite notice
 COPYING 2010-06-02 pgajer [r2] init version
 Makefile.in 2010-06-02 pgajer [r2] init version
 README 2010-06-02 pgajer [r1] init version
 configure 2010-06-02 pgajer [r2] init version

Read Me

##############################################################################
#
# README file for vicut
#
##############################################################################

This is a C++ implementation of a vi-cut algorithm

* Saket Navlakha, James White, Niranjan Nagarajan, Mihai Pop, Carl Kingsford:
"VI-Cut: Finding Biologically Accurate Clusterings in Hierarchical Tree
Decompositions Using the Variation of Information" In Proceedings of RECOMB 2009,
volume 5541, pages 400--417. (http://www.cbcb.umd.edu/VICut)


If you have any installation/usage problems or questions,
please e-mail Pawel Gajer at pgajer@gmail.com



##############################################################################
#
# INSTALLATION
#
##############################################################################

In order to install the package run the following commands

> ./configure
> make
> make install

'make install' installs vicut to /usr/local/bin directory. If you want to change
the installation directory, rerun ./configure with the prefix option

> ./configure --prefix=/other/directory

and then run 'make' and 'make install'. This will install vicut in
/other/directory/bin



##############################################################################
#
# USAGE
#
##############################################################################

For help with usage type vicut --help

The output of 'vicut --help' contains several example based on the data sets in
the 'examples' directory.
examples/README file contains short descriptions of the example datasets.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.