We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
none
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
validate_object
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MiAIRR has 3 levels of compliance.
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 likeThis 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
The text was updated successfully, but these errors were encountered: