forked from genometools/genometools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (28 loc) · 1.73 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This directory contains the source code for GenomeTools (gt).
Copyright (c) 2003-2016 G. Gremme, S. Steinbiss, S. Kurtz, and CONTRIBUTORS
Copyright (c) 2003-2016 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.