Urinx / alphafold_pytorch

An implementation of the DeepMind's AlphaFold based on PyTorch for research
Apache License 2.0
392 stars 92 forks source link

KeyError: 'X' in the "feature.py" #34

Closed gongshuai0606 closed 1 year ago

gongshuai0606 commented 1 year ago

Hi, when I bash feature.sh,there was an error: Traceback (most recent call last): File "feature.py", line 275, in feature_generation(SEQ_FILE, OUT_FILE) File "feature.py", line 205, in feature_generation non_gapped_profile[i, mapping[j]] += 1 KeyError: 'X' How can I solve it?