ihmwg / modelcif_utils

Utilities that support ModelCIF
0 stars 2 forks source link

PR for multimer version of pdb_to_cif script #2

Open yakomaxa opened 1 year ago

yakomaxa commented 1 year ago

I made a multimer variant of alphafold_pdb_to_cif.py.

Major difference from the original script is that this can read chain ID from PDB file and make them into different entity in the mmcif file. The section to read the REMARK file was skipped for conveniency (but it can be reimplemented if needed).

Could you review the code? Thank you in advance.