Metadata-Version: 2.1
Name: eseq
Version: 0.0.4
Summary: Process genomic sequences.
Home-page: https://github.com/Tiezhengyuan/bio_sequence.git
Author: Tiezheng Yuan
Author-email: tiezhengyuan@hotmail.com
Keywords: pypi,cicd,python
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Bio

\n#eSeq: process sequence

## introduction
The tool known as eSeq can offer methods for process various sequences. Those sequence could be DNA, RNA, amino acid sequence, etc.
- Detect specific sequence, namely palindromic, similarity etc.
- Iterator of sequence
- Trim adapter from sequence.
- Detect motif

quick installation
```
pip install eseq
```

## devlopment

Launch virtual environment.
```
git clone git@github.com:Tiezhengyuan/bio_sequence.git
cd bio_sequence
source venv/bin/activate
```

Run unit tests
```
pytest tests/unittests
```


## Quick tour

```
import eseq
```

