IMP logo
IMP Reference Guide  develop.50fdd7fa33,2025/09/05
The Integrative Modeling Platform
config.py
1 # emdb_home is where you initially download the map, fasta file, pdb file,
2 # and xml file, after creating a folder with folder name same as EMDBid
3 emdb_home = "path"
4 
5 # reference map for voxel data extraction
6 res_bounding_points = [(-4, -10, -10), (10, 4, 4)]
7 ref_voxel_size = 1.0
8 
9 
10 def get_xml(emdb):
11  import os
12  return os.path.join(emdb_home, str(emdb), "xml")