Metadata-Version: 2.1
Name: gs-me
Version: 0.1.4
Summary: A genome visualization tool
Author-email: Dmitrii Utkin <dutking@gmail.com>
License: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# GS-ME

## Description

The tool scans provided folder for json files with valid GenomeSpy schema, runs a GenomeSpy web server with all found genomespy spec json files available in select menu so that you can observe multiple files in one session.

## Installation

```sh
uv tool install gs-me
```

## Usage

```sh
gs-me --input /path/to/directory/with/genomespy/json/files
```
