home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.24.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
lib
IMP
emseqfinder
mldb
version 2.24.0
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"
)