laminlabs / lamindb

A data framework for biology.
https://docs.lamin.ai
Apache License 2.0
129 stars 12 forks source link

source schema has additional modules: {'findrefs'} #2187

Closed jkobject closed 3 days ago

jkobject commented 3 days ago

Usage question

I get this when running ln.Collection.using(instance="laminlabs/cellxgene").filter(name="cellxgene-census", version='2024-07-01').one() any reasons why?

Zethson commented 3 days ago

Hi @jkobject

we are currently in the process of adding more in-depth references to the laminlabs/cellxgene instance using the https://docs.lamin.ai/findrefs schema. Therefore, it is now required to also have findreferences installed. Please install it via pip install findrefs. I will adapt the instructions of all guides today.

I'm sorry for the inconvenience! Please let me know if this does not resolve your issue.