Import upstream version 0.1923+git20210503.1.a87f2c1
Debian Janitor
1 year, 10 months ago
0 | 0 |
Metadata-Version: 1.2
|
1 | 1 |
Name: pauvre
|
2 | |
Version: 0.2.3
|
|
2 |
Version: 0.2.2
|
3 | 3 |
Summary: Tools for plotting Oxford Nanopore and other long-read data.
|
4 | 4 |
Home-page: https://github.com/conchoecia/pauvre
|
5 | 5 |
Author: Darrin Schultz
|
5 | 5 |
# This mpl style is from the UCSC BME163 class.
|
6 | 6 |
rcParams.update({
|
7 | 7 |
'font.size' : 8.0 ,
|
|
8 |
'font.sans-serif' : 'Arial' ,
|
8 | 9 |
'xtick.major.size' : 2 ,
|
9 | 10 |
'xtick.major.width' : 0.75 ,
|
10 | 11 |
'xtick.labelsize' : 8.0 ,
|
0 | 0 |
# -*- coding: utf-8 -*-
|
1 | 1 |
|
2 | |
__version__ = "0.2.3"
|
|
2 |
__version__ = "0.2.2"
|
3 | 3 |
|
0 | 0 |
Metadata-Version: 1.2
|
1 | 1 |
Name: pauvre
|
2 | |
Version: 0.2.3
|
|
2 |
Version: 0.2.2
|
3 | 3 |
Summary: Tools for plotting Oxford Nanopore and other long-read data.
|
4 | 4 |
Home-page: https://github.com/conchoecia/pauvre
|
5 | 5 |
Author: Darrin Schultz
|
|
0 |
biopython>=1.68
|
0 | 1 |
matplotlib>=2.0.2
|
1 | |
biopython>=1.68
|
|
2 |
numpy>=1.12.1
|
2 | 3 |
pandas>=0.20.1
|
3 | |
numpy>=1.12.1
|
|
4 |
scikit-learn
|
4 | 5 |
scipy
|
5 | |
scikit-learn
|