JamesSweetJones / abYdraw

Input expressions of antibodies in AbML format and output drawings of their shape
GNU General Public License v3.0
3 stars 1 forks source link

Another one that can be drawn, but doesn't render #57

Open AndrewCRMartin opened 9 months ago

AndrewCRMartin commented 9 months ago

Two VHHs and an scFv:

VHH.a(1)-L(2)-VHH.b(3)-L(4)-VH.c(5:7)-L(6)-VL.c(7:5)

Actually it didn't quite convert to AbML properly after drawing as it did:

VHH..a(1)-L(2)-VHH..b(3)-L(4)-VH..c(5:7)-L(6)-VL..c(7:5)

I think the double dot problem comes from adding the specificity after drawing the domains.

Interestingly this one (which has the scFv first) renders fine:

VH.a(1:3)-L(2)-VL.a(3:1)-L(4)-VHH.b(5)-L(6)-VHH.c(7)
JamesSweetJones commented 9 months ago

I have uploaded a new version which now renders this mAb

Screenshot 2023-09-28 at 15 01 09