Hi again,
Great program, like all the improvements you've made so far.
Now, I'm trying to parse the output given by DSSR using Python, and so far it is quite easy. However, I'm running in to a bit of trouble when trying to parse the base identifiers.
IE. "0.C309" from 1S72, it is easy enough to split the strand from the base type/residue number, but then separating C from 309 becomes more difficult.
Separating by chars vs. integers would be okay, but some alt. residues have numbers in them which makes it more difficult.
Is there any way you would want to add another separator for base type from base number?
Ex. "0.C_309" or the like?
Thanks