Metadata-Version: 2.1
Name: genomenotebook
Version: 0.2.1
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

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

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

## Install

``` sh
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="32874c4b-99f2-4464-a479-020e07368d80" data-root-id="p49784" style="display: contents;"></div>

    Output cannot be displayed in a static page
