wangyibin / fqcheck

Check Pore-C reads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fqcheck: Check Pore-C reads

Introduction

fqcheck can be used to filter the Pore-C reads which are easily get error of reads length larger 100k or with different length of seq and qual.

Installation

The easiest way to install fqcheck is to download the latest binary from the releases

Build from source with:

go get -u -t -v github.com/wangyibin/fqcheck/...
go install github.com/wangyibin/fqcheck/fqcheck

Usage

fqcheck input.fq.gz output.fq.gz

About

Check Pore-C reads

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%