LPDI-EPFL / masif

MaSIF- Molecular surface interaction fingerprints. Geometric deep learning to decipher patterns in molecular surfaces.
Apache License 2.0
582 stars 154 forks source link

Recommended args for masif-search are not correct #18

Open mpdunne opened 3 years ago

mpdunne commented 3 years ago

Should be ./compute_descriptors.sh -l lists/testing.txt.

mpdunne commented 3 years ago

Even with this changed compute_descriptors.sh command does nothing: the items from the input list never get used (eval_list).

pablogainza commented 3 years ago

It is weird because I have been using it and they do get used:

if len(eval_list) > 0 and ppi_pair_id not in eval_list: 
    continue

I added a small explanation for compute_descriptors.sh