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/README | |
parent | f5f045803ac16d10ff0ea450a8ae04aad3e2dd50 (diff) | |
download | slackbuilds-70cfe3be3f6e3d846459348be614e9b4bc9a621b.tar.gz |
academic/biopython: Added (Python tools for biological computation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/biopython/README')
-rw-r--r-- | academic/biopython/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/academic/biopython/README b/academic/biopython/README new file mode 100644 index 0000000000..9c61e5c495 --- /dev/null +++ b/academic/biopython/README @@ -0,0 +1,23 @@ +The Biopython Project is an international association of developers of +freely available Python tools for computational molecular biology. + +The Biopython web site provides an online resource for modules, +scripts, and web links for developers of Python-based software for +bioinformatics use and research. Basically, the goal of Biopython is +to make it as easy as possible to use Python for bioinformatics by +creating high-quality, reusable modules and classes. Biopython +features include parsers for various Bioinformatics file formats +(BLAST, Clustalw, FASTA, Genbank,...), access to online services +(NCBI, Expasy,...), interfaces to common and not-so-common programs +(Clustalw, DSSP, MSMS,...), a standard sequence class, various +clustering modules, a KD tree data structure etc. and even +documentation. + +If you use Biopython in work contributing to a scientific publication, +please cite the application note (below) or one of the module specific +publications (listed on Biopython's website): + +Cock, P.J.A. et al. Biopython: freely available Python tools for +computational molecular biology and bioinformatics. Bioinformatics +2009 Jun 1; 25(11) 1422-3 +http://dx.doi.org/10.1093/bioinformatics/btp163 pmid:19304878 |