{"id":44047775,"url":"https://github.com/varfish-org/varfish-server","last_synced_at":"2026-03-10T08:23:01.375Z","repository":{"id":37395493,"uuid":"190342238","full_name":"varfish-org/varfish-server","owner":"varfish-org","description":"VarFish: comprehensive DNA variant analysis for diagnostics and research","archived":false,"fork":false,"pushed_at":"2026-02-02T05:34:21.000Z","size":65009,"stargazers_count":52,"open_issues_count":200,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-02T17:12:34.647Z","etag":null,"topics":["genetics","varfish","variant-filtration","variant-prioritization","vcf"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varfish-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.rst","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-05T06:57:33.000Z","updated_at":"2026-02-02T12:36:51.000Z","dependencies_parsed_at":"2024-04-15T05:58:52.576Z","dependency_job_id":"855d86fa-70b1-40a5-800b-271582c9cf3f","html_url":"https://github.com/varfish-org/varfish-server","commit_stats":{"total_commits":1273,"total_committers":15,"mean_commits":84.86666666666666,"dds":0.5404556166535742,"last_synced_commit":"f7fb72985ec765fe443412c4028040187883c45c"},"previous_names":["varfish-org/varfish-server","bihealth/varfish-server"],"tags_count":88,"template":false,"template_full_name":null,"purl":"pkg:github/varfish-org/varfish-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varfish-org%2Fvarfish-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varfish-org%2Fvarfish-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varfish-org%2Fvarfish-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varfish-org%2Fvarfish-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varfish-org","download_url":"https://codeload.github.com/varfish-org/varfish-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varfish-org%2Fvarfish-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:22:11.602Z","status":"ssl_error","status_checked_at":"2026-02-07T22:22:10.684Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["genetics","varfish","variant-filtration","variant-prioritization","vcf"],"created_at":"2026-02-07T22:36:42.278Z","updated_at":"2026-02-07T22:36:42.834Z","avatar_url":"https://github.com/varfish-org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Documentation Status](https://readthedocs.org/projects/varfish-server/badge/?version=latest)](https://varfish-server.readthedocs.io/en/latest/?badge=latest)\n[![Code Coverage](https://codecov.io/gh/varfish-org/varfish-server/branch/main/graph/badge.svg?token=5ZACSH5MZZ)](https://codecov.io/gh/varfish-org/varfish-server)\n[![image](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n# VarFish\n\n**Comprehensive DNA variant analysis for diagnostics and research.**\n\nThis is the repository for the web server component.\n\nHoltgrewe, M.; Stolpe, O.; Nieminen, M.; Mundlos, S.; Knaus, A.; Kornak, U.; Seelow, D.; Segebrecht, L.; Spielmann, M.; Fischer-Zirnsak, B.; Boschann, F.; Scholl, U.; Ehmke, N.; Beule, D. *VarFish: Comprehensive DNA Variant Analysis for Diagnostics and Research*. Nucleic Acids Research 2020, gkaa241. \u003chttps://doi.org/10.1093/nar/gkaa241\u003e.\n\n## Getting Started\n\n- [VarFish Homepage](https://www.cubi.bihealth.org/software/varfish/)\n- [Manual](https://varfish-server.readthedocs.io/en/latest/)\n  - [Installation Instructions](https://varfish-server.readthedocs.io/en/latest/admin_install.html).\n- [Docker Compose Installer](https://github.com/varfish-org/varfish-docker-compose#run-varfish-server-using-docker-compose).\n\n## VarFish Repositories\n\n- [varfish-server](https://github.com/varfish-org/varfish-server) The VarFish Server is the web frontend used by the end users / data analysts.\n- [varfish-annotator](https://github.com/varfish-org/varfish-annotator) The VarFish Annotator is a command line utility used for annotating VCF files and converting them to files that can be imported into VarFish Server.\n- [varfish-cli](https://github.com/varfish-org/varfish-cli) The VarFish Command Line Interface allows to import data through the VarFish REST API.\n- [varfish-db-downloader](https://github.com/varfish-org/varfish-db-downloader) The VarFish DB Downloader is a command line tool for downloading the background database.\n- [varfish-docker-compose](https://github.com/varfish-org/varfish-docker-compose) Quickly get started running a VarFish server by using Docker Compose. We provide a prebuilt data set with some already imported data.\n\n## At a Glance\n\n- License: MIT\n- Dependencies / Tech Stack\n  - Python \\\u003e=3.8\n  - Django 3\n  - PostgreSQL \\\u003e=12\n\nGitHub is used for public issue tracking. Currently, development happens\non internal infrastructure.\n\n## VarFish Component Compatibility Table\n\nThe following combinations have been validated / are supported to work.\n\n| VarFish Server | VarFish CLI | VarFish Annotator |\n| -------------- | ----------- | ----------------- |\n| v1.2.2         | v0.3.0      | v0.21             |\n| v1.2.1         | v0.3.0      | v0.21             |\n| v1.2.0         | v0.3.0      | v0.21             |\n\n## VarFish Data Release Compatibility Table\n\nThe following combinations have been validated / are supported to work.\n\n| VarFish Server | Data Release | VarFish DB Downloader |\n| -------------- | ------------ | --------------------- |\n| v1.2.2         | 20210728c    | v0.3.\\*               |\n| v1.2.1         | 20210728     | v0.3.\\*               |\n| v1.2.1         | 20210728b    | v0.3.\\*               |\n| v1.2.0         | 20210728     | v0.3.\\*               |\n| v1.2.0         | 20210728b    | v0.3.\\*               |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarfish-org%2Fvarfish-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarfish-org%2Fvarfish-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarfish-org%2Fvarfish-server/lists"}