
In order for the PFAM search to work on the Symfony site, two tables must be created
in the data.db file.  The sql file can be used as follows to load the tables.

Download https://efi.igb.illinois.edu/downloads/sample_data/family_table_20250622.tar.gz
and uncompress it.  Change into the directory family_table_20250622, and execute the
following command:

    sqlite PATH/TO/var/data.db < load_tables.sql

