Closed wjs20 closed 1 year ago
Hi,
I have encountered the same issue. @wjs20, were you able to resolve this issue.
@jeanfeydy or @FreyrS, It would be great if you have a solution to this kind of an issue.
Thanks!
Hi sivakanishka
I can't remember if I solved this issue but I encountered too many other bugs to make this a practical use of my time, and the authors have not been forthcoming with answers thus far.
I would suggest pursuing something else...
Hi
I'm trying to run your model on a single protein pair (target + binder). It seems you must supply a y/label column vector with each protein in the pair.
If you set the --single_pdb parameter to a pdb file on the command line, the first function that is called is
load_protein_pair()
which tries to access a 'y' attribute on the Data object returned byload_protein_npy()
It looks like
load_protein_npy()
tries to set the 'y' attribute on the Data object to None if the --single_pdb parameter is set to a file, but irritatingly, the Data constructor does not set attributes if they are None.So I just get a key error.