schrodinger.protein.gpcr.sql module¶
This module contains constants and helper functions for the sqlite database containing sequence and residue data from the GPCR DB.
Copyright Schrodinger, LLC. All rights reserved.
- schrodinger.protein.gpcr.sql.get_db_filename()¶
- schrodinger.protein.gpcr.sql.open_database(filename=None)¶
- schrodinger.protein.gpcr.sql.create_conn(method, *args, **kwargs)¶
Decorator for a method that takes “conn” as a keyword argument. Creates a database connection if it’s not passed.