Installation
Install it using pip:
pip install dna-clover
Or you can also install it from source.
$ git clone https://github.com/Guanjinqu/Clover.git
$ cd dna-clover
$ pip install -r requirements.txt
$ python setup.py install develop --user
The packages requires a python version >=3.7, and some libraries listed in the requirements file.