Codebase list python-pauvre / 798da88
New upstream version 0.2.3 Nilesh Patra 2 years ago
4 changed file(s) with 3 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 Metadata-Version: 1.2
11 Name: pauvre
2 Version: 0.2.2
2 Version: 0.2.3
33 Summary: Tools for plotting Oxford Nanopore and other long-read data.
44 Home-page: https://github.com/conchoecia/pauvre
55 Author: Darrin Schultz
55 # This mpl style is from the UCSC BME163 class.
66 rcParams.update({
77 'font.size' : 8.0 ,
8 'font.sans-serif' : 'Arial' ,
98 'xtick.major.size' : 2 ,
109 'xtick.major.width' : 0.75 ,
1110 'xtick.labelsize' : 8.0 ,
2019 'ytick.minor.pad' : 2 ,
2120 'savefig.dpi' : 601 ,
2221 'axes.linewidth' : 0.75 ,
23 'text.usetex' : False ,
2422 "image.composite_image": False ,
2523 "pdf.fonttype" : 42,
2624 "ps.fonttype" : 42 })
27
00 # -*- coding: utf-8 -*-
11
2 __version__ = "0.2.2"
2 __version__ = "0.2.3"
33
00 Metadata-Version: 1.2
11 Name: pauvre
2 Version: 0.2.2
2 Version: 0.2.3
33 Summary: Tools for plotting Oxford Nanopore and other long-read data.
44 Home-page: https://github.com/conchoecia/pauvre
55 Author: Darrin Schultz