Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated README with badges
  • Loading branch information
mmzdouc committed Aug 11, 2024
1 parent 8c7f88a commit a726796
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
mite_schema
=========

[![DOI](https://zenodo.org/badge/838326204.svg)](https://zenodo.org/doi/10.5281/zenodo.13294150)
[![PyPI version](https://badge.fury.io/py/mite-schema.svg)](https://badge.fury.io/py/mite-schema)

This repository contains the schema of the **Minimum Information about a Tailoring Enzyme** data standard.

Furthermore, this repository provides functionality to validate files against said schema.
Expand All @@ -24,4 +27,4 @@ To validate your MITE-formatted .json-file, run:
- Download or clone this repository
- Run `hatch -v env create dev`. This will download and install the appropriate Python version and any required packages
- Run `hatch run dev:pre-commit install`. This will set up `pre-commit`
- If necessary, remove the environment with `hatch env remove dev`
- If necessary, remove the environment with `hatch env remove dev`

0 comments on commit a726796

Please sign in to comment.