Codebase list python-pauvre / fa026f1
New upstream snapshot. Debian Janitor 2 years ago
6 changed file(s) with 33 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
0 Metadata-Version: 1.2
0 Metadata-Version: 2.1
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
66 Author-email: dts@ucsc.edu
77 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
158 Platform: UNKNOWN
169 Classifier: Development Status :: 2 - Pre-Alpha
1710 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
2215 Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
2316 Classifier: Intended Audience :: Science/Research
2417 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 python-pauvre (0.1923+git20210503.1.a87f2c1-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Sun, 14 Nov 2021 15:16:27 -0000
5
06 python-pauvre (0.2.3-1) unstable; urgency=medium
17
28 [ Nilesh Patra ]
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
0 Metadata-Version: 1.2
0 Metadata-Version: 2.1
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
66 Author-email: dts@ucsc.edu
77 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
158 Platform: UNKNOWN
169 Classifier: Development Status :: 2 - Pre-Alpha
1710 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
2215 Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
2316 Classifier: Intended Audience :: Science/Research
2417 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
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