Skip to content

pameyer/WG3-MetadataSpecifications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WG3- DATS Model - Metadata Specifications

This repository contains the output of bioCADDIE WG3 Descriptive Metadata for Datasets., defining the DatA Tag Suite (DATs) model. The presentations and notes from the WG3 activities can be found at this website. This repository contains the different versions of the DATS specification.

The material in this repository is distributed under CC BY-SA 3.0 license.

Version 2.0 - DOI

The document provides links to the different appendices files.

Version 1.1 - DOI

Version 1.0 - DOI

Instructions to execute code

The python code included in the repository validates the JSON schemas and the JSON instances against the schemas. To execute the code, it is recommended to use a virtual environment.

Known to work under python 3.5.1.

  1. First install the virtual environment via pip: pip install virtualenv
  2. Then, activate the virtual environment: source venv/bin/activate
  3. Install the requirements: pip install -r requirements.txt
  4. Finally, you can run the validation scripts: python validate_schemas.py python validate_instances.py

About

WG3 Metadata Specification

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%