<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
# GenomeNotebook (1.0.0)
> A genome browser in your Jupyter notebook
## Install
``` bash
pip install genomenotebook
```
#### Upgrade
New versions of genomenotebook are released on a regular basis. Make
sure to upgrade your installation to enjoy all the features.
``` bash
pip install genomenotebook --upgrade
```
## How to use
Create a simple genome browser with a search bar. The sequence appears
when zooming in.
Tracks can be added to visualize your favorite genomics data. See
[Examples](https://dbikard.github.io/genomenotebook/examples.html) for
more !!!!
``` python
import genomenotebook as gn
```
``` python
g=gn.GenomeBrowser(gff_path=gff_path, fasta_path=fasta_path, init_pos=10000, bounds=(0,100000))
g.show()
```
## Documentation
<https://dbikard.github.io/genomenotebook/>
Raw data
{
"_id": null,
"home_page": "https://github.com/dbikard/genomenotebook",
"name": "genomenotebook",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "nbdev jupyter notebook python",
"author": "David Bikard",
"author_email": "dbikard@pasteur.fr",
"download_url": "https://files.pythonhosted.org/packages/b6/f9/bf5d70fc538b8ac50d48487437eb3631ebe562b6babd7e88868b0dd4d553/genomenotebook-1.0.0.tar.gz",
"platform": null,
"description": "\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n# GenomeNotebook (1.0.0)\n\n> A genome browser in your Jupyter notebook\n\n## Install\n\n``` bash\npip install genomenotebook\n```\n\n#### Upgrade\n\nNew versions of genomenotebook are released on a regular basis. Make\nsure to upgrade your installation to enjoy all the features.\n\n``` bash\npip install genomenotebook --upgrade\n```\n\n## How to use\n\nCreate a simple genome browser with a search bar. The sequence appears\nwhen zooming in.\n\nTracks can be added to visualize your favorite genomics data. See\n[Examples](https://dbikard.github.io/genomenotebook/examples.html) for\nmore !!!!\n\n``` python\nimport genomenotebook as gn\n```\n\n``` python\ng=gn.GenomeBrowser(gff_path=gff_path, fasta_path=fasta_path, init_pos=10000, bounds=(0,100000))\ng.show()\n```\n\n## Documentation\n\n<https://dbikard.github.io/genomenotebook/>\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "A genome browser in your Jupyter notebook",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/dbikard/genomenotebook"
},
"split_keywords": [
"nbdev",
"jupyter",
"notebook",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5f21d4744092ec34c34ac5f92f9f2e0b5890aa279258f0383d3aacac90938c84",
"md5": "84ee7a4a440926a34c7611e6a15567fe",
"sha256": "81bfdfee0109cd18f0f6bd3f2097fd2289896a5f7de30235de223aa633bb4852"
},
"downloads": -1,
"filename": "genomenotebook-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "84ee7a4a440926a34c7611e6a15567fe",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 21855232,
"upload_time": "2024-12-13T10:00:24",
"upload_time_iso_8601": "2024-12-13T10:00:24.494758Z",
"url": "https://files.pythonhosted.org/packages/5f/21/d4744092ec34c34ac5f92f9f2e0b5890aa279258f0383d3aacac90938c84/genomenotebook-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b6f9bf5d70fc538b8ac50d48487437eb3631ebe562b6babd7e88868b0dd4d553",
"md5": "ec0b94ce03d1c79e98e7996d8a7f3d20",
"sha256": "9afad122205e5b2517e64b7404e29a608d11811a6f2879fb89b1e392d2858675"
},
"downloads": -1,
"filename": "genomenotebook-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "ec0b94ce03d1c79e98e7996d8a7f3d20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 21601992,
"upload_time": "2024-12-13T10:00:29",
"upload_time_iso_8601": "2024-12-13T10:00:29.704135Z",
"url": "https://files.pythonhosted.org/packages/b6/f9/bf5d70fc538b8ac50d48487437eb3631ebe562b6babd7e88868b0dd4d553/genomenotebook-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 10:00:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dbikard",
"github_project": "genomenotebook",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "genomenotebook"
}