nrbennet / dl_binder_design

MIT License
223 stars 53 forks source link

make_msa_features "unexcpected input=deletion_matrices" #77

Closed rmdelaney13 closed 6 months ago

rmdelaney13 commented 6 months ago

Hi, I am getting this error when trying to call make_msa_features in predict.py: File "./predict.py", line 166, in featurize **pipeline.make_msa_features(msas=[[feat_holder.seq]], TypeError: make_msa_features() got an unexpected keyword argument 'deletion_matrices'

If anyone has ideas on why this might be, any advice would be appreciated.