Skip to content

Commit

Permalink
Merge pull request #20 from hubmapconsortium/popv-updates
Browse files Browse the repository at this point in the history
Popv updates
  • Loading branch information
axdanbol authored Oct 2, 2024
2 parents c281bba + 6719457 commit 118a0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/popv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tensorflow/tensorflow:2.16.1

RUN apt-get -y update && apt-get -y install python3-dev python3-pip g++ git wget && apt-get clean
RUN apt-get -y update && apt-get -y install git && apt-get clean

COPY context/download-ontology.sh .
RUN ./download-ontology.sh
Expand Down
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 118a0e8

Please sign in to comment.