ggonnella / genometools forked from gordon/genometools
- Source
- Commits
- Network (5)
- Downloads (31)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 01 10:33:09 -0700 2009 | |
| |
CHANGELOG | Thu Nov 19 05:40:00 -0800 2009 | |
| |
CONTRIBUTORS | Thu Feb 12 07:23:39 -0800 2009 | |
| |
INSTALL | Wed Nov 18 07:10:05 -0800 2009 | |
| |
LICENSE | Mon Jan 12 08:37:35 -0800 2009 | |
| |
Makefile | Thu Oct 01 08:04:44 -0700 2009 | |
| |
README | Tue Apr 28 12:17:34 -0700 2009 | |
| |
TODO | Sun Aug 02 11:31:27 -0700 2009 | |
| |
VERSION | Sun Jul 12 09:08:34 -0700 2009 | |
| |
doc/ | ||
| |
gtdata/ | ||
| |
gtpython/ | Tue Nov 17 05:51:14 -0800 2009 | |
| |
gtruby/ | Wed Nov 18 07:27:26 -0800 2009 | |
| |
gtscripts/ | Wed Mar 11 04:41:03 -0700 2009 | |
| |
scripts/ | Wed Oct 14 07:44:49 -0700 2009 | |
| |
src/ | ||
| |
testdata/ | ||
| |
testsuite/ | Sun Nov 15 15:26:52 -0800 2009 | |
| |
www/ |
README
This directory contains the source code for GenomeTools (gt). Copyright (c) 2003-2009 Gordon Gremme, Stefan Kurtz, and CONTRIBUTORS Copyright (c) 2003-2009 Center for Bioinformatics, University of Hamburg See LICENSE file or http://genometools.org/license.html for license details. The GenomeTools genome analysis system is a collection of bioinformatics tools (in the realm of genome informatics) combined into a single binary named ``gt''. It is based on a C library named ``libgenometools''. doc/ some documentation gtdata/ data needed by gt (during runtime) gtruby/ contains GenomeTools Ruby bindings (-> gtruby/README) gtpython/ contains GenomeTools Python bindings (-> gtpython/README) gtscripts/ some GenomeTools scripts (can be executed with gt) scripts/ scripts used for development src/ the C source code for gt itself and the runtime src/annotationsketch/ the C source code for AnnotationSketch src/core/ the C source code for the ``core'' part src/examples/ the C source code for some examples src/extended/ the C source code for the ``extended'' part src/external/ all C source code from external sources src/gtlua/ the C source code for the ``gtlua'' bindings src/ltr/ the C source code for the ``ltr'' part src/match/ the C source code for the ``match'' part src/mgth/ the C source code for the ``mgth'' part src/tools/ the C source code for all tools testdata/ the test data necessary for the test suite testsuite/ the test suite www/ the web site See INSTALL file for installation guidelines.

