Closed Zethson closed 2 weeks ago
Fixes https://github.com/laminlabs/lamindb/issues/2096
bionty-base
.public()
bt.Gene.public().validate(df["Gene Symbol"], field=bt.Gene.symbol, organism="human")
to work which would earlier error with KeyError: 'FieldAttr(Gene.symbol)'.
KeyError: 'FieldAttr(Gene.symbol)'
🚀 Deployed on https://672b691cae6d5918d67f8a76--bionty-kyow.netlify.app
Fixes https://github.com/laminlabs/lamindb/issues/2096
bionty-base
mode aka when.public()
was accessed This enablesto work which would earlier error with
KeyError: 'FieldAttr(Gene.symbol)'
.