{"id":22619791,"url":"https://github.com/biojulia/genomebrowsers.jl","last_synced_at":"2025-04-15T22:23:14.904Z","repository":{"id":32735621,"uuid":"36325907","full_name":"BioJulia/GenomeBrowsers.jl","owner":"BioJulia","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-29T13:44:39.000Z","size":147,"stargazers_count":11,"open_issues_count":2,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-11T12:51:30.082Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BioJulia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-26T21:52:27.000Z","updated_at":"2024-11-14T20:37:46.000Z","dependencies_parsed_at":"2022-09-23T14:18:20.509Z","dependency_job_id":null,"html_url":"https://github.com/BioJulia/GenomeBrowsers.jl","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/BioJulia%2FGenomeBrowsers.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioJulia%2FGenomeBrowsers.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioJulia%2FGenomeBrowsers.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioJulia%2FGenomeBrowsers.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BioJulia","download_url":"https://codeload.github.com/BioJulia/GenomeBrowsers.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249162129,"owners_count":21222611,"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":[],"created_at":"2024-12-08T22:08:40.479Z","updated_at":"2025-04-15T22:23:14.889Z","avatar_url":"https://github.com/BioJulia.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GenomeBrowsers.jl\n\n[![latest release][release-img]][release-url]\n[![MIT license][license-img]][license-url]\n[![stable documentation][docs-stable-img]][docs-stable-url]\n[![latest documentation][docs-latest-img]][docs-latest-url]\n![lifecycle][lifecycle-experimental]\n[![Chat on Discord][discord-img]][discord-url]\n\n## Description\n\nThis a Julia interface to the [Dalliance](http://www.biodalliance.org/) genome\nbrowser. It's designed to allow full featured visualization of genomic data\nwithin the comfort of a [Jupyter](https://jupyter.org/) notebook.\n\nIt works by converting [Bio.jl](https://github.com/BioJulia/Bio.jl) structures\nto the efficient indexed formats [BigBed and\nBigWig](https://genome.ucsc.edu/FAQ/FAQformat.html#format1.5), which are kept in\nmemory and served as needed to the browser front-end.\n\n## Installation\n\nInstall GenomeBrowsers from the Julia REPL:\n\n```julia\nusing Pkg\nadd(\"GenomeBrowsers\")\n#Pkg.add(\"GenomeBrowsers\") for julia prior to v0.7\n```\n\n## Testing\n\nGenomeBrowsers is tested against, julia `v0.6` and `0.7-dev` on Linux, OSX,\nand Windows.\n\n**Latest release** | **Latest build status** |\n|:------------------:|:-----------------------:|\n| [![julia06][juliapkg06-img]][juliapkg-url] [![julia07][juliapkg07-img]][juliapkg-url] | [![travis][travis-img]][travis-url] [![appveyor][appveyor-img]][appveyor-url] [![coverage][codecov-img]][codecov-url] |\n\n## Contributing and Questions\n\nWe appreciate contributions from users including reporting bugs, fixing issues,\nimproving performance and adding new features.\n\nTake a look at the [CONTRIBUTING](CONTRIBUTING.md) file provided with this\npackage for detailed contributor and maintainer guidelines.\n\nIf you have a question about contributing or using this package, come on over\nand chat to us on [Discord][discord-url], or you can try the\n[Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio).\n\n[release-img]:            https://img.shields.io/github/release/BioJulia/Dalliance.jl.svg?style=flat-square\n[release-url]:            https://github.com/BioJulia/GenomeBrowsers.jl/releases/latest\n[license-img]:            https://img.shields.io/badge/license-MIT-green.svg?style=flat-square\n[license-url]:            https://github.com/BioJulia/GenomeBrowsers.jl/blob/master/LICENSE\n[docs-stable-img]:        https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square\n[docs-stable-url]:        https://biojulia.github.io/GenomeBrowsers.jl/stable\n[docs-latest-img]:        https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\n[docs-latest-url]:        https://biojulia.github.io/GenomeBrowsers.jl/latest/\n[lifecycle-experimental]: https://img.shields.io/badge/lifecycle-experimental-orange.svg?style=flat-square\n[lifecycle-maturing]:     https://img.shields.io/badge/lifecycle-maturing-blue.svg?style=flat-square\n[lifecycle-stable]:       https://img.shields.io/badge/lifecycle-stable-brightgreen.svg?style=flat-square\n[lifecycle-retired]:      https://img.shields.io/badge/lifecycle-retired-orange.svg?style=flat-square\n[lifecycle-archived]:     https://img.shields.io/badge/lifecycle-archived-red.svg?style=flat-square\n[lifecycle-dormant]:      https://img.shields.io/badge/lifecycle-dormant-blue.svg?style=flat-square\n[lifecycle-questioning]:  https://img.shields.io/badge/lifecycle-questioning-blue.svg?style=flat-square\n[discord-img]:            https://img.shields.io/badge/discord-chat-blue.svg?style=flat-square\u0026logo=discord\u0026colorB=%237289DA\n[discord-url]:            https://discord.gg/z73YNFz\n[juliapkg06-img]:         http://pkg.julialang.org/badges/GenomeBrowsers_0.6.svg?style=flat-square\n[juliapkg07-img]:         http://pkg.julialang.org/badges/GenomeBrowsers_0.7.svg?style=flat-square\n[juliapkg-url]:           http://pkg.julialang.org/?pkg=BioAlignments\n[travis-img]:             https://img.shields.io/travis/BioJulia/GenomeBrowsers.jl/master.svg?label=Linux+/+macOS\n[travis-url]:             https://travis-ci.org/BioJulia/GenomeBrowsers.jl\n[appveyor-img]:           https://ci.appveyor.com/api/projects/status/klkynmkr1tgd30gq/branch/master?svg=true\n[appveyor-url]:           https://ci.appveyor.com/project/Ward9250/genomebrowsers-jl/branch/master\n[codecov-img]:            http://codecov.io/github/BioJulia/GenomeBrowsers.jl/coverage.svg?branch=master\n[codecov-url]:            http://codecov.io/github/BioJulia/GenomeBrowsers.jl?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiojulia%2Fgenomebrowsers.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiojulia%2Fgenomebrowsers.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiojulia%2Fgenomebrowsers.jl/lists"}