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

QC: Metadata input validation #14

Open
1 task
robinschmid opened this issue Oct 31, 2023 · 0 comments
Open
1 task

QC: Metadata input validation #14

robinschmid opened this issue Oct 31, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@robinschmid
Copy link
Member

Validate the metadata table

https://github.com/robinschmid/annotation_validation/blob/main/metadata_validator/metadata/nih_main_columns.tsv

This table is used to annotate compounds based on their neutral mass and structure (smiles/inchi)

First code currently lives in

https://github.com/robinschmid/annotation_validation/tree/main/metadata_validator

There are some definitions for column validation and formats here:

https://github.com/robinschmid/annotation_validation/blob/main/metadata_validator/metadata_validator.ipynb

Schema for validation of tables

pandera: https://pandera.readthedocs.io/en/stable/

  • all fields optional for now and decide later
@robinschmid robinschmid added the good first issue Good for newcomers label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant