-
Notifications
You must be signed in to change notification settings - Fork 11
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
split template test into annotate and test #272
Conversation
Signed-off-by: zethson <lukas.heumos@posteo.net>
@Zethson addressing 2-4.: These two functions will abort if there are bugs in the data loader, that s repacing the
Could you try wrapping them in a mock test that makes use of a mock data loader?
a .csv file that comes out of |
Seeing that you moved the python functions under sfaira/commands, |
when running
@davidsebfischer got any idea? |
@Zethson this long string is the automatic proposal for onotology matched cell types that sfaira generates. This is thrown in testing if loading is checked before these proposals are mitigated by the user (manual intervention after |
It might be the call to |
Signed-off-by: zethson <lukas.heumos@posteo.net>
Signed-off-by: zethson <lukas.heumos@posteo.net>
|
That's what the annotation code that you provided me with does. So not accidentally by me, but by the code. |
Signed-off-by: zethson <lukas.heumos@posteo.net>
Signed-off-by: zethson <lukas.heumos@posteo.net>
Hey,
attempt to fix #270
A couple of notes:
dsg_f.clean_ontology_class_map()
tods.clean_ontology_class_map()
, because the method does not exist in dsg_f aka DatasetGroupsfaira annotate-dataloader --doi <doi> --test-data <testdata>
. What do you think @davidsebfischer, can you test it?match_to_reference=TODO get organism here
-> can you push what you want here, @davidsebfischer, please?Thanks!
Signed-off-by: zethson lukas.heumos@posteo.net