Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge committed Aug 7, 2024
1 parent ffe805d commit 64824e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def select_compound_classes(spectra):
break
if cf_classes is None:
print(f"no classyfire annotation was found for inchikey {inchikey14}")
inchikey_results_list[i].append([inchikey14, "", "", "", "", ""])
inchikey_results_list[i] += ["", "", "", "", ""]

# select NPC classes
npc_results = None
Expand Down

0 comments on commit 64824e7

Please sign in to comment.