Metadata-Version: 2.1
Name: syncdsgen
Version: 0.0.5
Summary: A package to generate synthetic coding sequences data
Project-URL: Homepage, https://github.com/wl-research/syncdsgen
Author-email: Ramses TANANKEM <tanankemr@gmail.com>
License-File: LICENCE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyro-ppl
Requires-Dist: torch
Description-Content-Type: text/markdown

# Welcome to SynCDsGen repository!

## SynCDsGen(Synthetic Coding Sequences Generator) is a module to sample synthetic coding sequences data from a given generative model.

## Installation

### Installation by using the pip package:
```
!pip install syncdsgen
```
### Installation by cloning the repo:
You can clone the repo: 
```
git clone https://github.com/wl-research/syncdsgen
```
And install requirements:
```
pip install -r requirements.txt
```
## How to use the package

