Skip to content

Commit

Permalink
feat: Enable onclass annotation method in popv
Browse files Browse the repository at this point in the history
Popv has fixed the bug that made onclass fail in fast mode annotations
  • Loading branch information
axdanbol committed Oct 2, 2024
1 parent c281bba commit 4d944b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions containers/popv/context/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,12 @@ def do_run(
data = self.prepare_query(data, organ, metadata["model"], options)
popv.annotation.annotate_data(
data,
# TODO: onclass has been removed due to error in fast mode
# seen_result_key is not added to the result in fast mode but still expected during compute_consensus
methods=[
"knn_on_scvi",
"scanvi",
"svm",
"rf",
# "onclass",
"onclass",
"celltypist",
],
)
Expand Down

0 comments on commit 4d944b6

Please sign in to comment.