Closed cmwilson252 closed 3 months ago
If you're struggling to install EvoDiff locally, feel free to try https://www.tamarind.bio/evodiff, a website which offers a no-code interface for bioinformatics tools including protein design with EvoDiff for free.
@cmwilson252 did you end up finding a solution? i am experiencing the same problem now
Note this is fixed by reducing n_sequences =
to a number <= sequences in your MSA
so does it must be .a3m file to input?
yes, it must be .a3m file!!!
Hello, I am experiencing a key error attempting to use the code 1 for 1 from the example notebook for conditional generation: https://github.com/microsoft/evodiff/blob/main/examples/evodiff.ipynb
The error can be traced back to:
evodiff/utils.py, line 247, in
return np.array([self.a_to_i[a] for a in seq[0]]) # for nested lists
The alphabet seems to not know how to handle ! which should be the padding token. This alphabet appears to be imported from sequence_models.constants as MSA_ALPHABET.
Also this is much less important but I noticed there's three instances of "tokeinzed_sample" as a variable name in the example notebook that almost certainly are meant to be "tokenized_sample"