Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 873 Bytes

This work has moved to the airr-standards repository.

airr-formats

Build Status

Open source formats for AIRR data.

Each specification is in a pair of files in specs/

  • object.yaml: A machine-readable set of fields

  • object.j2: A Markdown Jinja2 template with additional information

To propagate specs from specs/ into the packages in lang/, run

scripts/propagate-specs.sh

To render the specs, first install jinja2-cli.

Then run from the root repo directory

scripts/build-docs.sh

which will generate Markdown .md files in the docs/ directory.

All libraries are in the lang/ subdirectory.