
Z_Sc        
   @@  sp   d  Z  d d l m Z d d d d d d d	 d
 d d g
 Z d d l m Z m Z d e d Z e d e  Z  d S(   s   A python toolkit for computational biology. 

http://code.google.com/p/corebio/

Attributes:
    __version__ - The corebio version.
    description - The library name, version and release date.
    user_agent  - The http user agent string used by corebio. 

Environment Variables:
    - COREBIOPATH -- An alternative search path for shell commands. Used
        by corebio.utils.find_command
    
i    (   t   absolute_importt   datat   matrixt   morematht   dbt   seqt   seq_iot
   ssearch_iot   utilst	   transformt   secstruc(   t   __version__t   descriptions   corebio/s$    (http://code.google.com/p/corebio/)s    : N(   t   __doc__t
   __future__R    t   __all__t   corebio._versionR   R   t
   user_agent(    (    (    s:   /home/psgendb/BIRCHDEV/pkg/weblogo-3.4/corebio/__init__.pyt   <module>3   s   	