Metadata-Version: 2.1
Name: wlabkit
Version: 0.0.3
Summary: A toolkit to handle bio-data from WeiBin Lab.
Home-page: https://github.com/BioGavin/wlab
Author: Zhen-Yi Zhou
Author-email: gavinchou64@gmail.com
License: GPL
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

WLab
====

**This is a toolkit to handle bio-data from WeiBin Lab.**

Similar data processing tasks occur frequently in my daily work though
these tasks are not complicated. To avoid change the code repeatedly, I
set up this project for the convenience of laboratory members and
others.

Installation
------------

Binary installers for the latest released version are available at the
Python Package Index (PyPI) and on Conda.

.. code:: shell

   conda install wlab

.. code:: shell

   pip install wlab

Subcommands
-----------

-  **getseq**

get target sequences from a header list.

Contact
-------

If you have any problems, don’t hesitate to contact me.
gavinchou64@gmail.com


