https://github.com/clinical-genomics/janus

Repository to collect, parse and ship of multiqc data from housekeeper to cg.

https://github.com/clinical-genomics/janus

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 (0.9%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Repository to collect, parse and ship of multiqc data from housekeeper to cg.

Basic Info
  • Host: GitHub
  • Owner: Clinical-Genomics
  • Language: Python
  • Default Branch: main
  • Size: 384 KB
Statistics
  • Stars: 0
  • Watchers: 10
  • Forks: 0
  • Open Issues: 4
  • Releases: 24
Created about 2 years ago · Last pushed 11 months ago
Metadata Files
Readme Contributing Codeowners

README.md

Janus

In ancient Roman religion and myth, Janus ( JAY-nəs; Latin: Ianvs [ˈi̯aːnʊs]) is the god of beginnings, gates, transitions, time, duality, doorways, passages, frames, and endings. He is usually depicted as having two faces. The month of January is named for Janus (Ianuarius). Janus presided over the beginning and ending of conflict, and hence war and peace.

Owner

  • Name: Clinical Genomics
  • Login: Clinical-Genomics
  • Kind: organization
  • Location: Stockholm, Sweden

GitHub Events

Total
  • Create event: 6
  • Issues event: 1
  • Release event: 3
  • Delete event: 3
  • Issue comment event: 15
  • Member event: 1
  • Push event: 19
  • Pull request review comment event: 3
  • Pull request review event: 6
  • Pull request event: 4
Last Year
  • Create event: 6
  • Issues event: 1
  • Release event: 3
  • Delete event: 3
  • Issue comment event: 15
  • Member event: 1
  • Push event: 19
  • Pull request review comment event: 3
  • Pull request review event: 6
  • Pull request event: 4

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 4
  • Total pull requests: 29
  • Average time to close issues: 6 months
  • Average time to close pull requests: 17 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.66
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.25
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ChrOertlin (2)
  • mathiasbio (1)
Pull Request Authors
  • ChrOertlin (29)
  • diitaz93 (2)
Top Labels
Issue Labels
Pull Request Labels
blocked (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 71 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 25
  • Total maintainers: 1
pypi.org: cg-janus
  • Versions: 25
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 71 Last month
Rankings
Dependent packages count: 9.9%
Average: 37.7%
Dependent repos count: 65.5%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/black.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • psf/black stable composite
.github/workflows/build_and_publish_pypi.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
.github/workflows/build_docker_file_on_push.yaml actions
  • actions/checkout v4.1.1 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/build_docker_file_on_release.yaml actions
  • actions/checkout v4.1.1 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/bumpversion.yml actions
  • Clinical-Genomics/bump2version-ci v3 composite
Dockerfile docker
  • docker.io/library/python 3.11-slim-bullseye build
poetry.lock pypi
  • annotated-types 0.6.0
  • anyio 4.3.0
  • build 1.1.1
  • certifi 2024.2.2
  • cffi 1.16.0
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • cryptography 42.0.5
  • docutils 0.20.1
  • fastapi 0.109.2
  • gunicorn 21.2.0
  • h11 0.14.0
  • idna 3.6
  • importlib-metadata 7.0.1
  • iniconfig 2.0.0
  • jaraco-classes 3.3.1
  • jeepney 0.8.0
  • keyring 24.3.1
  • markdown-it-py 3.0.0
  • mdurl 0.1.2
  • more-itertools 10.2.0
  • nh3 0.2.15
  • packaging 23.2
  • pkginfo 1.10.0
  • pluggy 1.4.0
  • pycparser 2.21
  • pydantic 2.6.3
  • pydantic-core 2.16.3
  • pygments 2.17.2
  • pyproject-hooks 1.0.0
  • pytest 8.0.2
  • pywin32-ctypes 0.2.2
  • readme-renderer 43.0
  • requests 2.31.0
  • requests-toolbelt 1.0.0
  • rfc3986 2.0.0
  • rich 13.7.1
  • secretstorage 3.3.3
  • sniffio 1.3.1
  • starlette 0.36.3
  • twine 4.0.2
  • typing-extensions 4.10.0
  • urllib3 2.2.1
  • uvicorn 0.27.1
  • wheel 0.42.0
  • zipp 3.17.0
pyproject.toml pypi
  • build ^1.0.3
  • fastapi ^0.109.2
  • gunicorn ^21.2.0
  • pydantic ^2.6.0
  • pytest ^8.0.0
  • python ^3.11
  • twine ^4.0.2
  • uvicorn ^0.27.1
  • wheel ^0.42.0