bis_protein_structure.DATAGEN.parallel_processing¶
- bis_protein_structure.DATAGEN.parallel_processing(mmcifs, mmcif_root, output_root)[source]¶
Processes multiple MMCIF files in parallel and converts them to PDB files.
- Parameters:
mmcifs (list of str) – List of MMCIF file names to process.
mmcif_root (str) – Directory where the MMCIF files are stored.
output_root (str) – Directory where the PDB files will be saved.
- Return type:
None