Import upstream version 0.1923+git20210503.1.a87f2c1
Debian Janitor
1 year, 2 months ago
0 | |
Metadata-Version: 1.2
|
|
0 |
Metadata-Version: 2.1
|
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
|
6 | 6 |
Author-email: dts@ucsc.edu
|
7 | 7 |
License: UNKNOWN
|
8 | |
Description:
|
9 | |
'pauvre' is a package for plotting Oxford Nanopore and other long read data.
|
10 | |
The name means 'poor' in French, a play on words to the oft-used 'pore' prefix
|
11 | |
for similar packages. This package was designed for python 3, but it might work in
|
12 | |
python 2. You can visit the gitub page for more detailed information here:
|
13 | |
https://github.com/conchoecia/pauvre
|
14 | |
|
15 | 8 |
Platform: UNKNOWN
|
16 | 9 |
Classifier: Development Status :: 2 - Pre-Alpha
|
17 | 10 |
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
22 | 15 |
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
23 | 16 |
Classifier: Intended Audience :: Science/Research
|
24 | 17 |
Requires-Python: >=3
|
|
18 |
|
|
19 |
|
|
20 |
'pauvre' is a package for plotting Oxford Nanopore and other long read data.
|
|
21 |
The name means 'poor' in French, a play on words to the oft-used 'pore' prefix
|
|
22 |
for similar packages. This package was designed for python 3, but it might work in
|
|
23 |
python 2. You can visit the gitub page for more detailed information here:
|
|
24 |
https://github.com/conchoecia/pauvre
|
|
25 |
|
|
26 |
|
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 | |
Metadata-Version: 1.2
|
|
0 |
Metadata-Version: 2.1
|
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
|
6 | 6 |
Author-email: dts@ucsc.edu
|
7 | 7 |
License: UNKNOWN
|
8 | |
Description:
|
9 | |
'pauvre' is a package for plotting Oxford Nanopore and other long read data.
|
10 | |
The name means 'poor' in French, a play on words to the oft-used 'pore' prefix
|
11 | |
for similar packages. This package was designed for python 3, but it might work in
|
12 | |
python 2. You can visit the gitub page for more detailed information here:
|
13 | |
https://github.com/conchoecia/pauvre
|
14 | |
|
15 | 8 |
Platform: UNKNOWN
|
16 | 9 |
Classifier: Development Status :: 2 - Pre-Alpha
|
17 | 10 |
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
22 | 15 |
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
23 | 16 |
Classifier: Intended Audience :: Science/Research
|
24 | 17 |
Requires-Python: >=3
|
|
18 |
|
|
19 |
|
|
20 |
'pauvre' is a package for plotting Oxford Nanopore and other long read data.
|
|
21 |
The name means 'poor' in French, a play on words to the oft-used 'pore' prefix
|
|
22 |
for similar packages. This package was designed for python 3, but it might work in
|
|
23 |
python 2. You can visit the gitub page for more detailed information here:
|
|
24 |
https://github.com/conchoecia/pauvre
|
|
25 |
|
|
26 |
|
|
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
|