Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cthoyt/ols-standardization-analysis
Analysis of public OLS instances for conformity to Bioregistry standards
https://github.com/cthoyt/ols-standardization-analysis
Last synced: about 1 month ago
JSON representation
Analysis of public OLS instances for conformity to Bioregistry standards
- Host: GitHub
- URL: https://github.com/cthoyt/ols-standardization-analysis
- Owner: cthoyt
- License: mit
- Created: 2022-09-16T11:37:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T15:17:16.000Z (10 months ago)
- Last Synced: 2024-05-02T02:19:33.314Z (7 months ago)
- Language: Python
- Homepage: https://cthoyt.com/ols-standardization-analysis/
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ols-standardization-analysis
Analysis of public OLS instances for conformity to Bioregistry standards.
View the results of the analysis at https://cthoyt.github.io/ols-standardization-analysis.
## Reproduction
The analysis can be reproduced with the following commands in the shell:
```shell
git clone https://github.com/cthoyt/ols-standardization-analysis.git
cd ols-standardization-analysis
python -m pip install tox
tox
```## Deploy
```shell
git clone https://github.com/cthoyt/ols-standardization-analysis.git
cd ols-standardization-analysis/docs
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:latest jekyll serve
```