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

F(ab)2 template is wrong #38

Closed AndrewCRMartin closed 2 years ago

AndrewCRMartin commented 2 years ago

Just noticed that the F(ab)2 template is wrong - this should be monospecific not bispecific!

VH.a(1:4) - CH1(2:5){1} -H(3:8){2} | VL.a(4:1) - CL(5:2){1} | VH.a(6:9) - CH1(7:10){1} - H(8:3){2} | VL.a(9:6) - CL(10:7){1}
AndrewCRMartin commented 2 years ago

It also has lots of spaces in it, so should really be:

VH.a(1:4)-CH1(2:5){1}-H(3:8){2}|VL.a(4:1)-CL(5:2){1}|VH.a(6:9)-CH1(7:10){1}-H(8:3){2}|VL.a(9:6)-CL(10:7){1}
JamesSweetJones commented 2 years ago

Fixed!