Page 1 of 1

USalign 的错误提示建议

Posted: Mon Mar 27, 2023 2:37 pm
by liyangum
当pdb文件中不存在C3‘原子时,USalign给出的错误提示是cannot parse file xxx Chain number 0. 这个似乎没问题,但是我想一个可能更好的提示是 C3‘ does not exist in your pdb files.

Re: USalign 的错误提示建议

Posted: Mon Mar 27, 2023 4:46 pm
by zcx@umich.edu
USalign only reads atoms of interest. For example, for RNA, US-align by default only reads C3', completely ignoring other atoms and non-ATOM lines. This makes impossible for US-align to differentiate if the file does not have atom at all or just not have C3'.
This is for efficiency purpose. Why it is possible to implement your suggestion, it will make US-align slower, which is not advisable.