Overview
Thebuild_data command builds intermediate data files required by AlphaFold 3. This is a command-line utility exposed via the package’s entry points.
Usage
alphafold3 package. It prepares chemical component data by converting the Chemical Component Dictionary (CCD) into optimized formats for AlphaFold 3.
What It Does
Thebuild_data command:
- Locates the CCD file - Finds
components.ciffrom libcifpp installation - Generates pickle files - Creates optimized binary representations of chemical components
- Builds component sets - Organizes chemical components into categorized sets
Output
The command generates the following files in thealphafold3.constants.converters package directory:
- Chemical component pickle - Binary representation of CCD data
- Component sets - Organized groupings of chemical components
When To Use
You typically don’t need to run this command manually, as the necessary data files are included with the package distribution. However, you may need to run it if:- Rebuilding AlphaFold 3 from source
- Updating chemical component definitions
- Debugging chemical component issues
Requirements
- The
libcifpplibrary must be installed and containcomponents.cif - Write permissions to the package installation directory
Example
Related
- Chemical Components - Using chemical component data
- Installation - Installing AlphaFold 3