Copyright (c) Schrodinger, LLC. All rights reserved
    |  | 
        
          | get_bio_database() Gets the default antibody database in bioluminate-vxxx/data/antibody.
 |  |  | 
    |  | 
        
          | set_active_databases(databases) Set the database paths as the default databases to open on panel 
      initialization.
 |  |  | 
    |  | 
        
          | set_all_databases(databases) Set the database paths for "all_databases" in the 
      preferences.
 |  |  | 
    |  |  | 
    |  | 
        
          | get_all_databases(default=None) Returns a list of all databases a user has imported from their 
      preferences.
 |  |  | 
    |  | 
        
          | get_active_databases(default=None) Returns a list of all databases a user has selected as active.
 |  |  | 
    | str |  | 
    |  | 
        
          | make_scheme_cb(parent=None) This function creates and returns antibody numbering scheme combo box
      with default item defined by preference settings.
 |  |  | 
    |  | 
        
          | get_databases() Returns a list of all databases and whether they are active from the 
      preferences set by the user.
 |  |  | 
    |  |  | 
    | list | 
        
          | search_antibody(light_seq,
        heavy_seq,
        databases,
        criteria=None,
        viewer=None,
        scheme= 'Chothia')Searches the database for a matching antibody to the
 sequencesupplied. |  |  |