LPDI-EPFL / masif

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

length assert error while run data_prepare_one.sh 1MBN_A_ under folder data/masif_site #4

Closed Mathlida closed 4 years ago

Mathlida commented 4 years ago

Traceback

Traceback (most recent call last):
  File "/home/masif/source//data_preparation/04-masif_precompute.py", line 67, in <module>
    read_data_from_matfile_full_protein(coord_file, shape_file, ppi_pair_id, params, pid, label_iface=True)
  File "/home/masif/source/masif_modules/read_data_from_matfile.py", line 324, in read_data_from_matfile_full_protein
    assert len(np.unique(rows)) == len(p_s[protein_id]["X"][0])
AssertionError

length left 3273, right 3276

Any clue for this error? Thanks!