AndrewCRMartin / absplit

Code to split an antibody PDB file into Fv fragments with their antigens
GNU General Public License v3.0
2 stars 1 forks source link

5wb1 - OK but chain duplicated. #29

Closed AndrewCRMartin closed 1 year ago

AndrewCRMartin commented 1 year ago

5wb1 - OK but chain duplicated.

HC only Ab with Nter fusion. absplit is working but numbering is duplicating the Ab

AndrewCRMartin commented 1 year ago

Fixed - numberabpdb.pl was looking for ' L ' and ' H ' for non-antigen chains. This didn't work for antibody chain labels >999.

Now does ' [LH][ 0-9]' - still not perfect as 4 letter residue names won't be handled properly