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

Validate AIRR objects against AIRR validation 'levels' #723

Closed
jday1 opened this issue Aug 22, 2023 · 0 comments
Closed

Validate AIRR objects against AIRR validation 'levels' #723

jday1 opened this issue Aug 22, 2023 · 0 comments

Comments

@jday1
Copy link
Contributor

jday1 commented Aug 22, 2023

MiAIRR has 3 levels of compliance.

- essential
- important
- defined

And I would argue, implied is a 4th level which is none. I.e. the AIRR object is not MiAIRR Compliant.

I want to introduce logic to check an AIRR object against each of the 4 levels of compliance which does not currently exist.

I.e. the end goal is to have a validate_object function which looks like

def validate_object(self, obj, missing=True, nonairr=True, context=None, miairr_compliance_level="essential"):

This would allow a user to validate the compliance level of their AIRR object.

The first step in this for Synteny is to allow the case where MiAIRR compliance is not met. This is done is PR #724

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

2 participants