https://github.com/materials-consortia/namespace-cheminformatics
This is the namespace provider repo for cheminformatics (currently a test for namespace provider repos) *experimental*
https://github.com/materials-consortia/namespace-cheminformatics
cheminformatics optimade
Last synced: 5 months ago
JSON representation
This is the namespace provider repo for cheminformatics (currently a test for namespace provider repos) *experimental*
- Host: GitHub
- URL: https://github.com/materials-consortia/namespace-cheminformatics
- Owner: Materials-Consortia
- License: mit
- Created: 2024-01-10T23:49:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:54:43.000Z (over 1 year ago)
- Last Synced: 2025-01-27T07:14:13.034Z (over 1 year ago)
- Topics: cheminformatics, optimade
- Language: Makefile
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# namespace-cheminformatics
Repository for the cheminformatics namespace.
**Note: this is presently used only to work out an explicit example of a defintion-provider namespace and is to be regarded as extremely experimental**
1. Clone this repo (with submodules for tools)
```
git clone --recurse-submodules https://github.com/Materials-Consortia/namespace-cheminformatics.git
```
Or, if you have already cloned this repo without the submodules, init them with:
```
git submodule update --init --recursive
```
2. Run make.
4. Output appears in `output/`, check the standards document with, e.g.:
```
firefox output/v0.1.0/standards/cheminformatics
```
Notes:
- For prettifed HTML output add `schemas_html_pretty=true` when running make:
```
make schemas_html_pretty=true
```
- To generate HTML output with `.html` extensions (instead of extensionless):
```
make schemas_html_ext=true
```
(Less suited for filesystem browsing, but works as intended when served e.g. via GitHub pages)