Skip to content

Commit

Permalink
Bug fix custom panels KeyError: ncbi_names_json (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt authored May 22, 2024
1 parent e51db6a commit 68e0914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mykrobe/cmds/amr.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def ref_data_from_args(args):
"var_to_res_json": args.custom_variant_to_resistance_json,
"hierarchy_json": None,
"lineage_json": args.custom_lineage_json,
"ncbi_names_json": None,
"kmer": args.kmer,
"version": "custom",
"species_phylo_group": None,
Expand Down

0 comments on commit 68e0914

Please sign in to comment.