mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 21:53:47 +08:00
The original author Andrew Dalke (@adalke), named copyright holders and contributors according to the git log have all agreed, see #898. - Andrew Dalke (@adalke) - Cymon Cox (@cymon) - Aaron Kitzmiller (@aaronk) - Brad Chapman (@chapmanb) - Brian Osborne <briano@bioteam.net> - Christian Brueffer (@cbrueffer) - Connor T. Skennerton (@ctSkennerton) - Evan Parker (@eparker05) - Iddo Friedberg (@idoerg) - Jeroen Van Goey (@BioGeek) - Markus Piotrowski (@MarkusPiotrowski) - Michiel de Hoon (@mdehoon) - Nick Semenkovich (@semenko) - Peter Cock (@peterhc) - Suresh Panneerselvam <sureshcbt@gmail.com> - Tiago Antao (@tiagoantao) - Travis Wrightsman (@twrightsman) - Wibowo Arindrarto (@bow) - @morrme
19 lines
617 B
Python
19 lines
617 B
Python
# Copyright 2002 by Andrew Dalke. All rights reserved.
|
|
# Revisions 2007-2008 by Peter Cock.
|
|
#
|
|
# This file is part of the Biopython distribution and governed by your
|
|
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
|
|
# Please see the LICENSE file that should have been included as part of this
|
|
# package.
|
|
#
|
|
# Note that BioSQL (including the database schema and scripts) is
|
|
# available and licensed separately. Please consult www.biosql.org
|
|
"""Storing and retrieve biological sequences in a BioSQL relational database.
|
|
|
|
See:
|
|
|
|
- http://biopython.org/wiki/BioSQL
|
|
- http://www.biosql.org/
|
|
|
|
"""
|