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()[source]
schrodinger.protein.gpcr.sql.open_database(filename=None)[source]
schrodinger.protein.gpcr.sql.create_conn(method, *args, **kwargs)[source]

Decorator for a method that takes “conn” as a keyword argument. Creates a database connection if it’s not passed.