You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
table_generator is has been yielding FileNotFound errors from the ARPEGGIOrunner (e.g., FileNotFoundError: [Errno 2] No such file or directory: './pdbx/1exa_new.amam'). Weirdly it will work the second time it is run if override=False.
I think this comes down to the fact that Arpeggio often does not produce many of its possible outputs for all structures, when "special" contacts are not found.
When I was first getting prointvar to work with my data I may have come upon this same but that I thought I'd fixed by setting parse_special=False but whilst this is part of a temporary fix, I wasn't cleaning the output between runs so I only came upon this when I wanted to rerun the analysis with bio units.
Complicated!
The text was updated successfully, but these errors were encountered:
table_generator
is has been yielding FileNotFound errors from theARPEGGIOrunner
(e.g., FileNotFoundError: [Errno 2] No such file or directory: './pdbx/1exa_new.amam'). Weirdly it will work the second time it is run ifoverride=False
.I think this comes down to the fact that Arpeggio often does not produce many of its possible outputs for all structures, when "special" contacts are not found.
When I was first getting
prointvar
to work with my data I may have come upon this same but that I thought I'd fixed by settingparse_special=False
but whilst this is part of a temporary fix, I wasn't cleaning the output between runs so I only came upon this when I wanted to rerun the analysis with bio units.Complicated!
The text was updated successfully, but these errors were encountered: