Original source code from the TreeClimber program (for historical purposes)
C++
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE Initial commit Jan 20, 2015
README Initial commit Jan 20, 2015
TreeClimberManual.pdf Initial commit Jan 20, 2015
treeclimber-1.0.cpp Changed file name Jan 20, 2015

README

// 
// S-LIBSHUFF: A program for pairwise comparison of sequence libraries.
// Version 1.1, released on May 25, 2004
// Copyright (C) 2003, 2004 Bret Larget and Patrick D. Schloss 
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
//
// This distribution contains the following files.
//
//   COPYING --- the GNU General Public Licence
//   makefile --- file useful for easy compilation of the software
//   README --- this file
//   treeclmiber-0.3.C --- the source code
//
// INSTALLATION
//
// Linux users with GNU gcc can compile the program by typing:
//
//   g++ treeclimber-1.0.C -O4 -o treeclimber
//
// at the prompt.  Others may need to edit the makefile.
//
// RUNNING THE PROGRAM
//
//	See the detailed manual on the TreeClimber website
//
// VERSION HISTORY
//
// Version 1.0
//	Released by Patrick D. Schloss on 9/28/2005