You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the MiCall resistance on 89295A run as part of 180504_M01841 v7.10, I got the following error:
Traceback (most recent call last):
File "/opt/micall/micall_kive_resistance.py", line 62, in <module>
main()
File "/opt/micall/micall_kive_resistance.py", line 59, in main
sample_group.process_resistance(RunInfo([sample_group]))
File "/opt/micall/micall/drivers/sample_group.py", line 47, in process_resistance
resistance_consensus_csv=resistance_consensus_csv)
File "/opt/micall/micall/resistance/resistance.py", line 560, in report_resistance
filtered_aminos = filter_aminos(aminos, algorithms)
File "/opt/micall/micall/resistance/resistance.py", line 288, in filter_aminos
all_aminos = list(all_aminos)
File "/opt/micall/micall/resistance/resistance.py", line 256, in read_aminos
key_positions = asi_algorithm.get_gene_positions(region)
File "/opt/micall/micall/resistance/asi_algorithm.py", line 249, in get_gene_positions
for drug_class in self.gene_def[gene]:
KeyError: 'HCV6-EUHK2-NS3'
It's probably supposed to be looking up "NS3", instead of the whole reference name.
The text was updated successfully, but these errors were encountered:
In the MiCall resistance on 89295A run as part of 180504_M01841 v7.10, I got the following error:
It's probably supposed to be looking up "NS3", instead of the whole reference name.
The text was updated successfully, but these errors were encountered: