Skip to content

Commit

Permalink
Merge pull request #525 from djarecka/release_readme
Browse files Browse the repository at this point in the history
adding pre-commit to readme
  • Loading branch information
djarecka authored Jun 20, 2024
2 parents 8229eb3 + b68b2be commit 72e2a6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,21 @@ This repository contains:

## Developing ReproSchema

### Updating the schema

As of release 1.0.0, a linked data modeling language, [LinkML](https://linkml.io/linkml/), is used to create
a [YAML file](linkml-schema/reproschema.yaml) with the schema.

The [context file](contexts/reproschema) was automatically generated using LinkML,
and then manually curated in order to support all the reproschema feature.

#### Style

This repo uses pre-commit to check styling.
- Install pre-commit with pip: `pip install pre-commit`
- In order to use it with the repository, you have to run `run pre-commit install` in the root directory the first time you use it.


### Release
Upon release, there are additional formats, `jsonsld`, `turtle`, `n-triples`
and `pydantic` that are created using `LinkML` tools, `reproschema-py`,
Expand Down

0 comments on commit 72e2a6e

Please sign in to comment.