diff --git a/PKG-INFO b/PKG-INFO index b709225..2e0e2e9 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,18 +1,11 @@ -Metadata-Version: 1.2 +Metadata-Version: 2.1 Name: pauvre -Version: 0.2.3 +Version: 0.2.2 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: UNKNOWN -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. 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) @@ -23,3 +16,12 @@ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics Classifier: Intended Audience :: Science/Research Requires-Python: >=3 + + + '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. 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 + + diff --git a/pauvre/rcparams.py b/pauvre/rcparams.py index a8791b8..bcb5ab8 100644 --- a/pauvre/rcparams.py +++ b/pauvre/rcparams.py @@ -6,6 +6,7 @@ # This mpl style is from the UCSC BME163 class. rcParams.update({ 'font.size' : 8.0 , + 'font.sans-serif' : 'Arial' , 'xtick.major.size' : 2 , 'xtick.major.width' : 0.75 , 'xtick.labelsize' : 8.0 , diff --git a/pauvre/version.py b/pauvre/version.py index 3a6a9f4..5b0655f 100644 --- a/pauvre/version.py +++ b/pauvre/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.3" +__version__ = "0.2.2" diff --git a/pauvre.egg-info/PKG-INFO b/pauvre.egg-info/PKG-INFO index b709225..2e0e2e9 100644 --- a/pauvre.egg-info/PKG-INFO +++ b/pauvre.egg-info/PKG-INFO @@ -1,18 +1,11 @@ -Metadata-Version: 1.2 +Metadata-Version: 2.1 Name: pauvre -Version: 0.2.3 +Version: 0.2.2 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: UNKNOWN -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. 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) @@ -23,3 +16,12 @@ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics Classifier: Intended Audience :: Science/Research Requires-Python: >=3 + + + '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. 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 + + diff --git a/pauvre.egg-info/requires.txt b/pauvre.egg-info/requires.txt index 2df747c..401928d 100644 --- a/pauvre.egg-info/requires.txt +++ b/pauvre.egg-info/requires.txt @@ -1,6 +1,6 @@ +biopython>=1.68 matplotlib>=2.0.2 -biopython>=1.68 +numpy>=1.12.1 pandas>=0.20.1 -numpy>=1.12.1 +scikit-learn scipy -scikit-learn