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

KIH template is incorrect #46

Closed AndrewCRMartin closed 2 years ago

AndrewCRMartin commented 2 years ago

The KIH template is currently:

VH.a(1:6)-CH1(2:7){1}-H(3:10){2}-CH2(4:11)-CH3*@(5:12)|VL.a(6:1)-CL(7:2){1}|VH.b(8:13)-CH1(9:14){1}-H(10:3){2}-CH2(11:4)-CH3*>(12:5)|VL.b(13:8)-CL(14:9){1}

but should be

VH.a(1:6)-CH1(2:7){1}-H(3:10){2}-CH2(4:11)-CH3@(5:12)|VL.a(6:1)-CL(7:2){1}|VH.b(8:13)-CH1(9:14){1}-H(10:3){2}-CH2(11:4)-CH3>(12:5)|VL.b(13:8)-CL(14:9){1}
JamesSweetJones commented 2 years ago

Fixed