{"id":23057406,"url":"https://github.com/applicativesystem/bcftools-utility","last_synced_at":"2025-04-03T06:12:52.545Z","repository":{"id":262142553,"uuid":"846223520","full_name":"applicativesystem/bcftools-utility","owner":"applicativesystem","description":"bactools-utility for dealing with bcf files","archived":false,"fork":false,"pushed_at":"2024-08-22T19:40:37.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-16T02:12:10.226Z","etag":null,"topics":["bcf","bioinformatics","genome-alignment","genome-alignment-utilites","genome-alignments","genome-analysis","genome-bioinformatics","genome-informatics"],"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/applicativesystem.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":"2024-08-22T19:09:36.000Z","updated_at":"2024-09-11T13:44:37.000Z","dependencies_parsed_at":"2024-11-10T20:28:13.931Z","dependency_job_id":null,"html_url":"https://github.com/applicativesystem/bcftools-utility","commit_stats":null,"previous_names":["applicativesystem/bcftools-utility"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fbcftools-utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fbcftools-utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fbcftools-utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fbcftools-utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applicativesystem","download_url":"https://codeload.github.com/applicativesystem/bcftools-utility/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237863984,"owners_count":19378257,"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":["bcf","bioinformatics","genome-alignment","genome-alignment-utilites","genome-alignments","genome-analysis","genome-bioinformatics","genome-informatics"],"created_at":"2024-12-16T02:12:14.744Z","updated_at":"2025-02-08T19:45:08.236Z","avatar_url":"https://github.com/applicativesystem.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bcftools-filter\n\n- making bcftools filtering easy. implementation of the bcftools which will allow for the faster filtering of the variant calls according to the allelic depth and the tags using simple to overlap approaches as compared to implementing the regular patterns.\n- a bcf filter for filtering the variants and it parses the variants in a flash of a minute.\n- you can filter the variants according to the svtype, filter_type, position, allelicdepth, readdepth and chromosome.\n- A complete human genome parsed in less than 1 minute the link to the data is also given.\n\n```\nbcffiler(bcf_file=\"/Users/gauravsablok/Desktop/CodeCheck/broad/hs37d5.HG002-SequelII-CCS.bnd-only.sv.vcf\", \n                                           svtype = \"DUP\",readdepth = \"21\")\n1\t10448\tpbsv.BND.1:10448-10:135524737\tC\tC]10:135524737]\t.\tNearReferenceGap\tSVTYPE=INV;CIPOS=-9,20;MATEID=pbsv.BND.10:135524737-1:10448\tGT:AD:DP\t0/1:27,3:30\tGT\tAD\tDP\tstructural_type\tCIPOS\tmateID\n1\t1\t1584767.0\tpbsv.BND.1:1584767-hs37d5:12063285\tC\tC[hs37d5:12063285[\t.\tDecoy\tSVTYPE=DUP;CIPOS=0,1;MATEID=pbsv.BND.hs37d5:12...\tGT:AD:DP\t0/1:16,5:21\t[0, 1]\t16,5\t21\tDUP\t[CIPOS, 0,1]\t[MATEID, pbsv.BND.hs37d5:12063285-1:1584767]\n2\t1\t2368006.0\tpbsv.BND.1:2368006-hs37d5:6505668\tC\tC]hs37d5:6505668]\t.\tDecoy\tSVTYPE=DUP;CIPOS=-35,36;MATEID=pbsv.BND.hs37d5...\tGT:AD:DP\t0/1:9,2:11\t[0, 1]\t9,2\t11\tDUP\t[CIPOS, -35,36]\t[MATEID, pbsv.BND.hs37d5:6505668-1:2368006]\nbcffiler(bcf_file=\"/Users/gauravsablok/Desktop/CodeCheck/broad/hs37d5.HG002-SequelII-CCS.bnd-only.sv.vcf\", svtype = \"DUP\")\n\t1\t10448\tpbsv.BND.1:10448-10:135524737\tC\tC]10:135524737]\t.\tNearReferenceGap\tSVTYPE=INV;CIPOS=-9,20;MATEID=pbsv.BND.10:135524737-1:10448\tGT:AD:DP\t0/1:27,3:30\tGT\tAD\tDP\tstructural_type\tCIPOS\tmateID\n1\t1\t1584767.0\tpbsv.BND.1:1584767-hs37d5:12063285\tC\tC[hs37d5:12063285[\t.\tDecoy\tSVTYPE=DUP;CIPOS=0,1;MATEID=pbsv.BND.hs37d5:12...\tGT:AD:DP\t0/1:16,5:21\t[0, 1]\t16,5\t21\tDUP\t[CIPOS, 0,1]\t[MATEID, pbsv.BND.hs37d5:12063285-1:1584767]\n2\t1\t2368006.0\tpbsv.BND.1:2368006-hs37d5:6505668\tC\tC]hs37d5:6505668]\t.\tDecoy\tSVTYPE=DUP;CIPOS=-35,36;MATEID=pbsv.BND.hs37d5...\tGT:AD:DP\t0/1:9,2:11\t[0, 1]\t9,2\t11\tDUP\t[CIPOS, -35,36]\t[MATEID, pbsv.BND.hs37d5:6505668-1:2368006]\n```\n\nGaurav Sablok \\\nUniversity of Potsdam \\\nPotsdam,Germany\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplicativesystem%2Fbcftools-utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplicativesystem%2Fbcftools-utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplicativesystem%2Fbcftools-utility/lists"}