https://github.com/cheminfo/openbabel-docker
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cheminfo
- License: mit
- Language: JavaScript
- Default Branch: main
- Size: 34.2 KB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
- Releases: 3
Metadata Files
README.md
openbabel-docker
Webservice allowing to convert between molecule formats using openbabel
Installation
This project uses docker. After cloning the project you should do:
cp docker-compose.example.yml docker-compose.yml
You can either use a released docker image or build the head. Please change docker-compose.yml accordingly.
docker-compose up --build -d
This will start a webserver on port 20808
For the browser you can test for example:
http://localhost:20808/
Local developmwent
For local development you may have to edit the docker/.env in order to set the location of BABEL.
cd docker
docker build . -t openbabel
docker run -it openbabel bash
License
openbabel is subject to its own license.
```
```
Owner
- Name: Cheminfo
- Login: cheminfo
- Kind: organization
- Website: https://www.cheminfo.org/
- Repositories: 242
- Profile: https://github.com/cheminfo
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 13 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.75
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- cheminfo-bot (5)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- @types/jest ^28.1.6 development
- c8 ^7.12.0 development
- eslint ^8.21.0 development
- eslint-config-cheminfo ^8.0.2 development
- nodemon ^2.0.19 development
- prettier ^2.7.1 development
- vitest ^0.21.0 development
- @fastify/cors ^8.1.0
- @fastify/multipart ^7.1.0
- @fastify/sensible ^5.1.0
- @fastify/static ^6.5.0
- @fastify/swagger ^7.4.1
- dotenv ^16.0.1
- fastify ^4.4.0
- actions/checkout v3 composite
- google-github-actions/release-please-action v3 composite
- node 18 build
- ghcr.io/cheminfo/openbabel-docker head