To see the documentation concerning the ReproNim schema specification click here.
This repository contains:
- the different terms of the Reproschema
- the corresponding context files
- a example of a protocol based on the reproschema
- the validation SHACL files
- the documentation
The content of this repository is distributed under the Apache 2.0 license.
The corresponding documentation is licensed under a Creative Commons Attribution 4.0 International License.
https://github.com/ReproNim/reproschema/graphs/contributors
To run the Python scripts in the scripts directory, you will need to install the following libraries via pip
- reproschema (makeRelease.py)
- pytablewriter (editProperties.py)
To make a new release:
python scripts/makeRelease.py <version>
python scripts/editProperties.py <version>
In addition, this repo uses pre-commit to check styling.
Install: pip install pre-commit
Use: run pre-commit install
in the root directory of the repo.