diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2019-08-03 06:41:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-03 06:41:13 +0700 |
commit | 70cfe3be3f6e3d846459348be614e9b4bc9a621b (patch) | |
tree | c53e64556aa742d664a34b0dc789e951ee57e7af /academic/biopython/slack-desc | |
parent | f5f045803ac16d10ff0ea450a8ae04aad3e2dd50 (diff) |
academic/biopython: Added (Python tools for biological computation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/biopython/slack-desc')
-rw-r--r-- | academic/biopython/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/biopython/slack-desc b/academic/biopython/slack-desc new file mode 100644 index 000000000000..14374d1dfd2c --- /dev/null +++ b/academic/biopython/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +biopython: biopython (A set of Python tools for biological computation) +biopython: +biopython: Biopython is a set of freely available tools for biological +biopython: computation written in Python. Biopython features include parsers +biopython: for various Bioinformatics file formats (BLAST, Clustalw, FASTA, +biopython: Genbank), access to online services (NCBI, Expasy), interfaces to +biopython: common and not-so-common programs (Clustalw, DSSP, MSMS), a +biopython: standard sequence class, various clustering modules, a KD tree +biopython: data structure etc. and even documentation. +biopython: +biopython: https://biopython.org/ |