{"id":23037359,"url":"https://github.com/labsquare/qvcf","last_synced_at":"2025-04-02T23:18:31.091Z","repository":{"id":109509992,"uuid":"82409800","full_name":"labsquare/QVcf","owner":"labsquare","description":"a Variant VCF parser for Qt/C++","archived":false,"fork":false,"pushed_at":"2017-02-18T21:54:18.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-08T13:28:55.133Z","etag":null,"topics":["bioinformatics","genomics","variant","vcf"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/labsquare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-18T19:10:19.000Z","updated_at":"2018-05-23T08:38:21.000Z","dependencies_parsed_at":"2023-04-26T15:33:06.404Z","dependency_job_id":null,"html_url":"https://github.com/labsquare/QVcf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labsquare%2FQVcf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labsquare%2FQVcf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labsquare%2FQVcf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labsquare%2FQVcf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labsquare","download_url":"https://codeload.github.com/labsquare/QVcf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905869,"owners_count":20852820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bioinformatics","genomics","variant","vcf"],"created_at":"2024-12-15T17:33:08.721Z","updated_at":"2025-04-02T23:18:31.073Z","avatar_url":"https://github.com/labsquare.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QVcf\nA simple variant vcf parser based on Qt/C++. \nQVcf use the same semantics than [pyvcf](https://github.com/jamescasbon/PyVCF)\n\n## Example \n\n```\n#include \u003cQCoreApplication\u003e\n#include \"vcfreader.h\"\n\nint main(int argc, char *argv[])\n{\n    QCoreApplication a(argc, argv);\n    vcf::VcfReader reader(\"yourfile.vcf\");\n    if (reader.open())\n    {\n        qDebug()\u003c\u003creader.infos().keys();\n        qDebug()\u003c\u003creader.metadata().keys();\n        qDebug()\u003c\u003creader.samples();\n\n       while (reader.next())\n       {\n           qDebug()\u003c\u003creader.record().chrom();\n           qDebug()\u003c\u003creader.record().pos();\n           qDebug()\u003c\u003creader.record().ref();\n           qDebug()\u003c\u003creader.record().alt();\n       }\n\n\n    }\n\n    return a.exec();\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabsquare%2Fqvcf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabsquare%2Fqvcf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabsquare%2Fqvcf/lists"}