Metadata-Version: 2.1
Name: genomenotebook
Version: 0.3.3
Summary: A genome browser in your Jupyter notebook
Home-page: https://github.com/dbikard/genomenotebook
Author: David
Author-email: dbikard@pasteur.fr
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

genomeNotebook
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

    pip install genomenotebook

## How to use

Create a simple genome browser with a search bar. The sequence appears
when zooming in.

``` python
g=GenomeBrowser(genome_path="data/MG1655_U00096.fasta",
                gff_path="data/MG1655_U00096.gff3")
g.show()
```

  <div id="6b515b6f-a015-4aab-922d-c569e7f79b51" data-root-id="p1084" style="display: contents;"></div>

    Unable to display output for mime type(s): application/javascript, application/vnd.bokehjs_exec.v0+json
