lrplots

Plot collection for Long Read Sequencing


Keywords
fastq, longread, nanopore, plot, qualitycontrol
License
MIT-feh
Install
pip install lrplots==0.6.1

Documentation

longread_plots

A collection of plots for long read sequencing FastQ files from devices like Oxford Nanopore's MinION and PromethION.

Dependencies

pip install --user --upgrade pandas seaborn

Note that matplot lib >= 3.0.0 is needed. Python >= 3.5 is therfore recommended, otherwise plots might be corrupted.

Installation

From PyPi:

pip3 install --user lrplots

From the release tar.gz:

python3 setup.py install --user

Usage

With the pip3 installation it should be in your PATH and you should be able to just call:

lrplot example.fastq

If the command can't be found, pip3 installed it in a path that is not in your PATH variable. You can then find it with:

find ~ -name lrplot

or

find /usr/local -name lrplot

Then either add the containing directory to your PATH or just use the full path.

You can also call it like a script with python3 (or whatever your python3 is called):

python3 bin/lrplots example.fastq

Output