Closed jchartove closed 4 years ago
Hi yes, this error is expected. Since BindingDB is large and it might contain inputs that have unexpected symbols. So in DeepPurpose, we circumvent that by providing a try and except. Maybe you can also try that for your use case? or you can remove these items from the dataset since they are formatted wrong,
Oh whoops, I forgot that you added target2quasi! Ok, that works, many thanks
I'm calling GetQuasiSequenceOrder for every protein in the BindingDB list and running into this error. I get that these things may be happening because I'm calling the functions directly rather than using data_process, but I'd still like to be able to call the encoding functions on their own.
KeyError Traceback (most recent call last)