File: README

package info (click to toggle)
genometools 1.6.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 50,412 kB
  • sloc: ansic: 271,241; ruby: 30,339; python: 4,880; sh: 3,193; makefile: 1,194; perl: 219; pascal: 159; haskell: 37; sed: 5
file content (32 lines) | stat: -rw-r--r-- 1,772 bytes parent folder | download | duplicates (5)
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.