molecular_simulations.build package

molecular_simulations.build.convert_cif_with_biopython(cif)[source]

Helper function to convert a cif file to a pdb file using biopython.

Return type:

Path | str

molecular_simulations.build.convert_cif_with_gemmi(cif)[source]
Return type:

Path | str

molecular_simulations.build.add_chains(pdb, first_res=1, last_res=-1)[source]

Helper function to add chain IDs to a model.

Return type:

Path | str

Submodules