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

Fab with scFv appended to heavy chain doesn't render correctly #26

Closed AndrewCRMartin closed 2 years ago

AndrewCRMartin commented 2 years ago

This renders with the VH.b on top of the VH.a

VH.a(1:7)-CH1(2:8)-L(3)-VH.b(4:6)-L(5)-VL.b(6:4)|VL.a(7:1)-CL(8:2)
AndrewCRMartin commented 2 years ago

If the scFv is appended to the light chain it works fine!

VH.a(1:3)-CH1(2:4)|VL.a(3:1)-CL(4:2)-L(5)-VH.b(6:8)-L(7)-VL.b(8:6)

or

VH.a(1:3)-CH1(2:4)|VL.a(3:1)-CL(4:2)-L(5)-VL.b(6:8)-L(7)-VH.b(8:6)
JamesSweetJones commented 2 years ago

Thanks for spotting this, Andrew. This has been sorted now.