picsaver / fastqtools

fastqtools includes fastqClean , fastqSplit ,fastqStat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastqtools

fastqtools is used to filter , split ,stat raw ngs data.

https://readthedocs.org/projects/fastqtools/badge/?version=latest https://travis-ci.org/vienomics/fastqtools.svg?branch=master

fastqClean

to clean low qual data, remove adaptor

fastqSplit

to split big fastq files to small ones

fastqStat

to qc fastq data , get q20,q30,gc-content etc.

Installation

by pip:

pip install fastqtools

by git:

git clone https://github.com/vienomics/fastqtools.git

About

fastqtools includes fastqClean , fastqSplit ,fastqStat


Languages

Language:Python 100.0%