Metadata-Version: 2.1
Name: seqdat
Version: 2024.1008
Summary: sequencing data manager
Author-Email: Daylin Morgan <daylinmorgan@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/daylinmorgan/seqdat
Requires-Python: >=3.8
Requires-Dist: click<9.0.0,>=8.0.3
Requires-Dist: rich>=10.12.0
Requires-Dist: click-rich-help>=0.3.0
Requires-Dist: tomlkit>=0.10.1
Description-Content-Type: text/markdown

# SEQDAT

**Seq**uencing **Dat**a Manager

## Usage

See [docs](docs/usage.md) for more info. Also view available commands with `--help`.

```bash
seqdat --help
```


## Standalone Binary

Using `pyoxidizer` and the included config file you can easily generate a
standalone binary to handle python and associated dependencies.

Run the below command to generate the binary:

```bash
pyoxidizer build --release
```

This will fetch the necessary `rust`/`python` components necessary to compile everything.

Then you can find your final binary in `./build/x86_64-unknown-linux-gnu/release/install/seqdat/`.
