patrickbryant1/Umol

ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (1313,) + inhomogeneous part.

sgrigna79 opened this issue · 1 comments

I'm trying to use colab to generate a protein ligand complex but I got the error in the title..

ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (1313,) + inhomogeneous part.

Any idea about the origin?

Thanks

Jacopo

Hi,

This issue generally comes from shape mismatches. Please make sure all sequences in the msa etc are of equal lengths.

Best,

Patrick