masif icon indicating copy to clipboard operation
masif copied to clipboard

Recommended args for masif-search are not correct

Open mpdunne opened this issue 4 years ago • 2 comments

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

mpdunne avatar Oct 26 '20 14:10 mpdunne

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

mpdunne avatar Oct 26 '20 14:10 mpdunne

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

pablogainza avatar Mar 03 '21 15:03 pablogainza