This is an overview of our published repositories' status:
- CI status
- Documentation status
- Last commit
- CI schedule (automatic CI runs)
- Number of open issues
- Number of open PRs
- Code coverage (CodeCov)
- Conda version
- License
- Main maintainer
Repository | CI | Docs | Last commit | CI Schedule | #Issues | #PRs | CodeCov | Conda | Licence | Maintainer |
---|---|---|---|---|---|---|---|---|---|---|
teachopencadd | 0 3 * * 1 | - | @dominiquesydow | |||||||
opencadd | 0 3 * * 1 | @dominiquesydow | ||||||||
kinfraglib | - | 0 3 1,15 * * | - | - | @dominiquesydow | |||||
kissim | 0 3 * * 1 | @dominiquesydow | ||||||||
kissim_app | - | 0 3 1,15 * * | - | - | @dominiquesydow | |||||
maxsmi | 0 8 1 * * | @t-kimber | ||||||||
website | - | 0 3 * * 2 | - | - | - | @dominiquesydow | ||||
ratar | - | 0 3 * * 1 | - | - | @dominiquesydow | |||||
dynophores* | 0 3 10 * * | @dominiquesydow |
* This package is developed by the Wolber Lab. Dominique is currently maintaining it, which is why it shows up in this table.
We recommend to use VS Code and to unwrap words via View > Word wrap (untick); otherwise the Markdown table is hard to read.
For a new repository your_repo
,
- Get CI badge as
[![GH Actions CI ](https://github.com/volkamerlab/your_repo/workflows/CI/badge.svg)](https://github.com/volkamerlab/your_repo/actions?query=branch%3Amain+workflow%3ACI)
(replacemain
withmaster
if applicable to your repository). - Get Docs badge:
- If docs are on ReadTheDocs:
[![Documentation Status](https://readthedocs.org/projects/your_repo/badge/?version=latest)](https://your_repo.readthedocs.io)
- If not but you have a separate Docs GHA workflow:
[![GH Actions Docs](https://github.com/volkamerlab/your_repo/workflows/Docs/badge.svg)](your-project-docs-url)
- If docs are on ReadTheDocs:
- Get last commit bagde as
![last-commit](https://img.shields.io/github/last-commit/volkamerlab/your_repo)
- Search your repo's CI workflow file, find cron job and get link as
[0 3 * * 1](https://github.com/volkamerlab/teachopencadd/path/to/workflow/file)
where[0 3 * * 1]
is the cron job in the respective file. - Get #Issues badge as
![GitHub open issues](https://img.shields.io/github/issues/volkamerlab/your_repo)
. - Get #PRs badge as
![GitHub open pr](https://img.shields.io/github/issues-pr-raw/volkamerlab/your_repo)
. - Get CodeCov badge as
[![codecov](https://codecov.io/gh/volkamerlab/your_repo/branch/main/graph/badge.svg)](https://codecov.io/gh/volkamerlab/your_repo/branch/main)
(replacemain
withmaster
if applicable to your repository). - Get Conda version badge as
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/your_repo.svg)](https://anaconda.org/conda-forge/your_repo)
- Check the license on your GitHub repository and either copy-paste badges from this README (if license already represented) or visit https://shields.io/category/license to find your license.
- Add the maintainer's GitHub handle.