3dem / model-angelo

Automatic atomic model building program for cryo-EM maps
MIT License
110 stars 18 forks source link

Can not handle map with nxstart/nystart/nzstart!=0 #77

Open wang3702 opened 9 months ago

wang3702 commented 9 months ago

I tested model-angelo on map EMD-6149 and EMD-3133. The final modeled structure will be shifted because current pipeline did not handle the nxstart well. You can consider to use this function https://github.com/kiharalab/CryoREAD/blob/main/data_processing/Unify_Map.py before passing the map into further processing

jamaliki commented 8 months ago

Hi,

Ah, is this in case the global origin does not point to the correct origin and needs to be shifted by the n[xyz]start?

wang3702 commented 8 months ago

Yes. I mean n[xyz]start is part of the coordinate system, you should include script to process it. Actually, for some older maps, these fields are more commonly used.

jamaliki commented 8 months ago

Interesting, I thought we already handled this in our load_mrc function. So this is an issue with EMD-6149? I will take a look.