diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2014-03-03 01:44:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-03 01:59:34 +0700 |
commit | dfe48604d3b28270605a5d16b57c39fe266a7bc0 (patch) | |
tree | f44f51aa56a05f2176ced124a14b10e311bbf8c0 /academic/genometools/README | |
parent | 282a9d6a0180780c6aa0776bb76ed65d1d55843a (diff) | |
download | slackbuilds-dfe48604d3b28270605a5d16b57c39fe266a7bc0.tar.gz |
academic/genometools: Added (collection of bio-informatics tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/genometools/README')
-rw-r--r-- | academic/genometools/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/academic/genometools/README b/academic/genometools/README new file mode 100644 index 0000000000..6b89d4399f --- /dev/null +++ b/academic/genometools/README @@ -0,0 +1,20 @@ +GenomeTools: efficient processing of structured genome annotations + +The GenomeTools genome analysis system is a free collection of bio- +informatics tools (in the realm of genome informatics) for biological +sequence analysis and presentation combined into a single binary named +"gt". It is based on a C library named "libgenometools" which consists +of several modules. + +GenomeTools can be used for: +- sequence and annotation handling +- sequence compression +- index structure generation and access +- annotation visualization +- ...and much more! + +GenomeTools publication: +G. Gremme, S. Steinbiss and S. Kurtz. GenomeTools: a comprehensive +software library for efficient processing of structured genome +annotations. IEEE/ACM Transactions on Computational Biology and +Bioinformatics 2013, 10(3):645–656 |