Skip to content

Partanalyzer aims at being a general program for analyzing (sets of) partitions. It's useful for clustering problems in general, and in particular for bioinformatics problems dealing with multiple sequence alignments.

License

Notifications You must be signed in to change notification settings

MASantos/Partanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to compile just issue
	make 

this updates the tags file and generates the executable.

To (re)build the documentation issue
	make documention

To remove the executable and tags file
	make distclean


List of contents:
dir	Docs		Code documentation automatically generated with doxygen. Depends on how good the comment lines in the source code are.
dir	Tests		Contains several tests files and scripts to check the partanalyze executable.
dir	src  		Contains all source files and corresponding Makefile to build the executable.
file	Doxyfile	Configuration file for doxygen. Required to build the Docs directory.
file	Makefile	Makefile for partanalyze, its tests and documentation.
file	MAN		Brief manual for partanalzer. Basically contains the full help output one gets with `partanalyze --help'.
file	README		This file.
file	TODO		Lists pending improvements 
file	src/kk.cc	Testbench for implementing unfamiliar C++ code, like using the library dirent.h for dealing with directories.

About

Partanalyzer aims at being a general program for analyzing (sets of) partitions. It's useful for clustering problems in general, and in particular for bioinformatics problems dealing with multiple sequence alignments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published