I'm using pdbtbx to validate input PDBs in our new frontend via wasm.
While implementing it I've came acrross the StrictnessLevel which is a nice way to be more or less permissive in the format. For our application in specific, some of the things that are marked as InvalidatingError can actually be handled by the molecular engine (CNS).
Before I write something to automatically fix these so that they pass the pdbtbx validation I think its best to ask first if; is there a way to customize the strictness to allow for certain errors?
I'm using pdbtbx to validate input PDBs in our new frontend via wasm.
While implementing it I've came acrross the
StrictnessLevelwhich is a nice way to be more or less permissive in the format. For our application in specific, some of the things that are marked asInvalidatingErrorcan actually be handled by the molecular engine (CNS).Before I write something to automatically fix these so that they pass the pdbtbx validation I think its best to ask first if; is there a way to customize the strictness to allow for certain errors?