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?
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?