We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
% git clone https://github.com/alliance-genome/agr_schemas agr_schemas % git fetch --all --tags --prune
% git checkout tags/1.0.0.0 -b my_1.0.0.0_branch
% cd agr_schemas
% python agr_validate.py -s gene/geneMetaData.json -d your_bgi_file.json
% python agr_validate.py -s allele/alleleMetaData.json -d your_allele_file.json
% python agr_validate.py -s disease/diseaseMetaDataDefinition.json -d your_disease_file.json