Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdm9/knives

A pipelined quality control script that utilises the UC Davis Biocore's sabre, sickle, scythe and seqqs.
https://github.com/kdm9/knives

Last synced: 11 days ago
JSON representation

A pipelined quality control script that utilises the UC Davis Biocore's sabre, sickle, scythe and seqqs.

Awesome Lists containing this project

README

        

knives
======

A pipelined quality control script that utilises the UC Davis Bioinformatics
Core's [sickle](https://github.com/najoshi/sickle),
[scythe](https://github.com/vsbuffalo/scythe) and
[seqqs](https://github.com/vsbuffalo/seqqs).

Usage:
------

Knives takes paired input FASTQ files, and outputs paired good quality reads,
and single reads whose pairs failed quality control. It also takes a range of
mandatory and optional parameters. Run

$ knives

to see a full range of parameters. A detailed user manual is on it's way, but
as this tool is simply a wrapper around
[sickle](https://github.com/najoshi/sickle),
[scythe](https://github.com/vsbuffalo/scythe) and
[seqqs](https://github.com/vsbuffalo/seqqs), one can for the time being consult
their excellent user guides, available from each tool's GitHub page.