Metadata-Version: 2.1
Name: gcgc
Version: 0.8.0.dev3
Summary: GCGC is a preprocessing library for biological sequence model development.
Home-page: http://gcgc.trenthauck.com/
License: MIT
Author: Trent Hauck
Author-email: trent@trenthauck.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: torch
Requires-Dist: biopython (>=1.72)
Requires-Dist: click (>=7.0)
Requires-Dist: idna_ssl (>=1.1)
Requires-Dist: numpy (>=1.15.2)
Requires-Dist: torch (==1.1.0); extra == "torch"
Project-URL: Repository, https://github.com/tshauck/gcgc
Description-Content-Type: text/markdown

# GCGC

> GCGC is a python package for feature processing on Biological Sequences.

[![](https://img.shields.io/pypi/v/gcgc.svg)](https://pypi.python.org/pypi/gcgc)
[![](https://img.shields.io/travis/tshauck/gcgc.svg)](https://travis-ci.org/tshauck/gcgc)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2329966.svg)](https://doi.org/10.5281/zenodo.2329966)

## Installation

Install GCGC via pip:

```sh
$ pip install gcgc
```

If you'd like to use one of the third party tools, install the related "extras".

```bash
$ pip install gcgc[torch]
```

## Documentation

The GCGC documentation is at [gcgc.trenthauck.com](http://gcgc.trenthauck.com).

## Citing GCGC

If you use GCGC in your research, cite it with the following:

```
@misc{trent_hauck_2018_2329966,
  author       = {Trent Hauck},
  title        = {GCGC},
  month        = dec,
  year         = 2018,
  doi          = {10.5281/zenodo.2329966},
  url          = {https://doi.org/10.5281/zenodo.2329966}
}
```

