Trees | Indices | Help |
---|
|
1 # Copyright 2002 by Andrew Dalke. All rights reserved. 2 # Revisions 2007-2008 by Peter Cock. 3 # This code is part of the Biopython distribution and governed by its 4 # license. Please see the LICENSE file that should have been included 5 # as part of this package. 6 # 7 # Note that BioSQL (including the database schema and scripts) is 8 # available and licensed separately. Please consult www.biosql.org 9 """Code for storing and retrieving biological sequences from a BioSQL 10 relational database. See: 11 12 http://biopython.org/wiki/BioSQL 13 http://www.biosql.org/ 14 """ 15
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:32:04 2009 | http://epydoc.sourceforge.net |