GenomeTools
The GenomeTools genome analysis system is a free 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” which consists of several modules. For example, the AnnotationSketch module.
If you are interested in gene prediction, have a look at GenomeThreader.
Platforms
GenomeTools has been designed to run on every POSIX compliant UNIX system. For example, Linux, Mac OS X, and OpenBSD. It is probably not easy to get it to compile and run on Windows.
Published software in GenomeTools
The GenomeTools distribution includes several published software tools:
- ltrharvest, an efficient and flexible software tool for
de novo detection of LTR retrotransposons.
D. Ellinghaus, S. Kurtz, and U. Willhoeft.
LTRharvest, a efficient and flexible software for de novo detection of LTR retrotransposons.
BMC Bioinformatics 2008, 9:18 - tallymer, a collection of flexible and memory-efficient
programs for k-mer counting and indexing of large sequence sets.
S. Kurtz, A. Narechania, J.C. Stein, and D. Ware.
A new method to compute K-mer frequencies and its application to annotate large repetitive plant genomes.
BMC Genomics 2008, 9:517 - uniquesub, a program for computing minimum unique substrings.
S. Gräf, F.G.G. Nielsen, S. Kurtz, M.A. Huynen, E. Birney, H. Stunnenberg, and P. Flicek.
Optimized design and assessment of whole genome tiling arrays.
Bioinformatics 2007, 23(13):i195-i204
Visualization
With the gt sketch tool (build with AnnotationSketch) you can produce PNG representations out of GFF3 annotation files. The picture below was produced with the following command:
gt sketch -start 4000 -end 9000 annotation.png annotation.gff3