tianshilu / pMTnet

Deep Learning the T Cell Receptor Binding Specificity of Neoantigen
GNU General Public License v2.0
76 stars 20 forks source link

A bug may be in pMTnet #5

Closed jiqingxiaoxi closed 2 years ago

jiqingxiaoxi commented 2 years ago

Hi,

In the for loop (line 83), there are 34 values in pseudo_seq_pos array. but only use 33 values to construct the pseudo sequence (line 95): for i in range(0,33).

range(0,33)=0,1,2,3,...,32

tianshilu commented 2 years ago

Thank you for pointing out the bug. It is now fixed.

tianshilu commented 2 years ago

The bug was fixed.