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

Feedback on CLI #350

Closed
3 tasks
davidsebfischer opened this issue Aug 24, 2021 · 5 comments
Closed
3 tasks

Feedback on CLI #350

davidsebfischer opened this issue Aug 24, 2021 · 5 comments
Assignees

Comments

@davidsebfischer
Copy link
Contributor

  • create-dataloader: does not ask for gene_id_symbol_var_key. check if this is desired
  • "Year" is a string after create-datalaoder but this throws errorr in verify-dataloader
  • create-dataloader creates empty yaml key gene_id_symbols_var_key but verify-dataloader tests if gene_id_symbol_var_key is present (no "s")

Thanks @lauradmartens!

@lauradmartens
Copy link
Contributor

Currently addressing it.

Just to make sure: should year rather be an integer or string for your downstream tasks?

@davidsebfischer
Copy link
Contributor Author

Just to make sure: should year rather be an integer or string for your downstream tasks?

Let's use integer because it is more constrained!

@lauradmartens
Copy link
Contributor

sfaira annotate_dataloader does not work properly but as far as I can see only two lines need to be changed:

v.adata.obs[v.cell_type_original_obs_key].values
changed to cell_type_obs_key

and

omit_list=v._unknown_celltype_identifiers,

but I am not sure if we have a new argument for _unknown_celltype_identifiers (if any)

@davidsebfischer
Copy link
Contributor Author

sfaira annotate_dataloader does not work properly but as far as I can see only two lines need to be changed:

v.adata.obs[v.cell_type_original_obs_key].values

changed to cell_type_obs_key

Correct!

omit_list=v._unknown_celltype_identifiers,

but I am not sure if we have a new argument for _unknown_celltype_identifiers (if any)

omit_list=[v._adata_ids.not_a_cell_celltype_identifier, v._adata_ids.unknown_metadata_identifier],

@Zethson
Copy link
Member

Zethson commented Sep 13, 2021

Been on holiday for a long time. Feel free to ping me if you run into any issue @lauradmartens

Zethson pushed a commit that referenced this issue Sep 16, 2021
* Added questionaire for gene symbols

* changed check to gene_id_symbols_var_key

* Format data field year as integer

* fixed annotate-dataloader

* Added template_data to gitignore

* amended data_template test

* set default_embedding default value to blank

* fixed linting

* fixed linting
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

3 participants