1. Start.
2. Get the group name and the pdb files as input.
3. Search the family of the protein data bank and get all the keyword.
4. For every keyword find the maximum number of columns n1, n2...nm.
5. For every column, find the maximum value and select the nearest data type.
6. For every keyword,sample data are given to the user to get the table name and the column name(c1,c2..cn) and the table is created.
7. Create the table for every keyword.
8. Create a meta-data which contains the group id, protein data bank id, keyword id, starting row, ending row, table name.
9. Stop.