Metadata-Version: 1.1
Name: pauvre
Version: 0.1.85
Summary: Tools for plotting Oxford Nanopore and other long-read data.
Home-page: https://github.com/conchoecia/pauvre
Author: Darrin Schultz
Author-email: dts@ucsc.edu
License: GPLv3
Description: 
                  'pauvre' is a package for plotting Oxford Nanopore and other long read data.
         The name means 'poor' in French, a play on words to the oft-used 'pore' prefix
         for similar packages. The current implementation of this package does the
         following things:
        
         1) marginplot - Makes marginal density plots for FASTQ files with Q scores.
         2) stats - Prints out helpful stats about your fastq file and a data table.
         3) synplot - Makes a synteny plot from gff files and protein alignments.
         4) redwood - makes a "genome browser" plot for circular genomes, like mitochondria.
        
         This package was designed for python 3, but it might work in
         python 2. You can visit the gitub page for more detailed information here:
         https://github.com/conchoecia/pauvre
              
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Science/Research
Requires: python (>3.0)
Provides: pauvre
