Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samuell/fastxviz

Small utility to print distribution of sequence/read lengths in fastq files
https://github.com/samuell/fastxviz

Last synced: about 2 months ago
JSON representation

Small utility to print distribution of sequence/read lengths in fastq files

Awesome Lists containing this project

README

        

FastXViz
========

Plot read length distribution from FASTA or FastQ files, in .pdf or .png
format.

## Install

Copy the binary corresponding to your operating system from the latest release.

## Example usage

```bash
./fastxviz -in reads.fq -out readlengths.png
```

This will result in a plot like the one below:

## Example plot

![Example plot](exampleplot.png)

## Acknowledgements

Hat tip to the [gonum plot package](https://github.com/gonum/plot) which this
tool relies heavily upon.