Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gene_order #9

Open
bjstewart1 opened this issue Mar 2, 2024 · 4 comments
Open

gene_order #9

bjstewart1 opened this issue Mar 2, 2024 · 4 comments

Comments

@bjstewart1
Copy link

Using 0.1.0.post1.dev12+ga195722
Using query model downloaded here https://zenodo.org/records/8286452

Getting stuck trying to find gene_order.tsv which is not in the unpackaged query model directory

cq = CellQuery(model_path)

FileNotFoundError: [Errno 2] No such file or directory: '..../query_model_v1/gene_order.tsv'

@jsalignon
Copy link

Same issue here.
I moved the "query_model_v1/train_meta.csv" to "annotation_model_v1/cellsearch/full_kNN_meta.csv". It worked for a while but then I got stuck as well with:
KeyError: "Only a column name can be used for the key in a dtype mappings argument. 'prediction_nn_dist' not found in columns." Then I renamed the first line in the csv file from nn_dist to prediction_nn_dist. But then I had another issue... Seems like the code does not fit with the provided files.
I could not make the docker work as well; neither the tagged release.

@gheimberg
Copy link
Collaborator

Thanks for the issue, we are looking at this. We should have an answer early next week.

@javh
Copy link
Collaborator

javh commented Mar 22, 2024

Sorry for the delay on this. I think our code and the structure of the published model got out of sync. We just pushed a new model (v1.1) to Zenodo here:
https://zenodo.org/records/10685499

We are planning to tag a new release of the API shortly, but this model should work with the current tip of master and the docker container that was built today.

@jsalignon
Copy link

Sounds great! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants