Metadata-Version: 2.1
Name: biomodules
Version: 1.1.1
Summary: bioinformatics modules.
Home-page: https://github.com/lawley0316/biomodules
Author: Lawley
Author-email: lawley0316@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: okmodule


# biomodules: 生物信息模块

## 通用模块

1. `MergeDir`，给定一个输入文件夹和一个输出文件，把该文件夹下的所有文件合并到该文件中；

## 序列相关（seq）

1. `Fastq2Fasta`，fastq转fasta；

## 预处理模块（preprocessing）

1. `Fastqc`，使用fastqc进行质量控制；
2. `Filtlong`，使用Filtlong过滤reads；

## 序列比对（align）

1. `blastn`，使用blastn进行序列比对；
2. `minimap2`，使用minimap2进行序列比对；
