Metadata-Version: 2.1
Name: omicsdata
Version: 1.1
Summary: A package for manipulating omics data file types
Author-email: ethanumn <kulma009@umn.edu>
Project-URL: Homepage, https://github.com/ethanumn/omicsdata
Project-URL: Bug Tracker, https://github.com/ethanumn/omicsdata/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

omicsdata
=============
The `omicsdata` package is for reading/writing/manipulating genomics data files. The package is hosted [here](https://pypi.org/project/omicsdata/). For more examples and documentation please see our [readthedocs](https://omicsdata.readthedocs.io/en/latest/) page.

The `omicsdata` package can be used to do the following:

* read simple somatic mutation (SSM) files
* convert variant call format files to an SSM format
* manipulate phylogenetic tree data  

Installation
-------------
`omicsdata` is easy to install using pip 

```
pip3 install omicsdata
```

