Codebase list python-pauvre / b119594
Import upstream version 0.1923+git20210503.1.a87f2c1 Debian Janitor 2 years ago
5 changed file(s) with 7 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 Metadata-Version: 1.2
11 Name: pauvre
2 Version: 0.2.3
2 Version: 0.2.2
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' ,
89 'xtick.major.size' : 2 ,
910 'xtick.major.width' : 0.75 ,
1011 'xtick.labelsize' : 8.0 ,
00 # -*- coding: utf-8 -*-
11
2 __version__ = "0.2.3"
2 __version__ = "0.2.2"
33
00 Metadata-Version: 1.2
11 Name: pauvre
2 Version: 0.2.3
2 Version: 0.2.2
33 Summary: Tools for plotting Oxford Nanopore and other long-read data.
44 Home-page: https://github.com/conchoecia/pauvre
55 Author: Darrin Schultz
0 biopython>=1.68
01 matplotlib>=2.0.2
1 biopython>=1.68
2 numpy>=1.12.1
23 pandas>=0.20.1
3 numpy>=1.12.1
4 scikit-learn
45 scipy
5 scikit-learn