bis_protein_structure.SOLVENTACC.convert_mmcif_to_dssp_parallel¶
- bis_protein_structure.SOLVENTACC.convert_mmcif_to_dssp_parallel(mmcif_paths, dssp_root, max_workers=4)[source]¶
Convert multiple MMCIF files to DSSP format in parallel.
- Parameters:
mmcif_paths (list of str) – List of paths to the MMCIF files.
dssp_root (str) – Directory where the DSSP files will be saved.
max_workers (int, optional) – Maximum number of workers for parallel processing (default is 4).