Skip to content

Running the validator on your files

Sierra Moxon edited this page Feb 13, 2018 · 5 revisions

% 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