Skip to content
Snippets Groups Projects
Unverified Commit 8a988fa3 authored by Xavier Robin's avatar Xavier Robin
Browse files

Make reading SEQRES optional in LoadMMCIF

parent 635f5f2c
No related branches found
No related tags found
No related merge requests found
......@@ -430,6 +430,7 @@ def LoadMMCIF(filename, fault_tolerant=None, calpha_only=None,
try:
ent = mol.CreateEntity()
reader = MMCifReader(filename, ent, prof)
reader.read_seqres = seqres
# NOTE: to speed up things, we could introduce a restrict_chains parameter
# similar to the one in LoadPDB. Here, it would have to be a list/set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment