Codebase list python-pauvre / 5c9e2bd
Import upstream version 0.1923+git20210503.1.a87f2c1 Debian Janitor 1 year, 4 months ago
6 changed file(s) with 25 addition(s) and 27 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
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 Platform: UNKNOWN
167 Classifier: Development Status :: 2 - Pre-Alpha
178 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
189 Classifier: Programming Language :: Python :: 3
2213 Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
2314 Classifier: Intended Audience :: Science/Research
2415 Requires-Python: >=3
16
17
18 'pauvre' is a package for plotting Oxford Nanopore and other long read data.
19 The name means 'poor' in French, a play on words to the oft-used 'pore' prefix
20 for similar packages. This package was designed for python 3, but it might work in
21 python 2. You can visit the gitub page for more detailed information here:
22 https://github.com/conchoecia/pauvre
23
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
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 Platform: UNKNOWN
167 Classifier: Development Status :: 2 - Pre-Alpha
178 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
189 Classifier: Programming Language :: Python :: 3
2213 Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
2314 Classifier: Intended Audience :: Science/Research
2415 Requires-Python: >=3
16
17
18 'pauvre' is a package for plotting Oxford Nanopore and other long read data.
19 The name means 'poor' in French, a play on words to the oft-used 'pore' prefix
20 for similar packages. This package was designed for python 3, but it might work in
21 python 2. You can visit the gitub page for more detailed information here:
22 https://github.com/conchoecia/pauvre
23
00 [console_scripts]
11 pauvre = pauvre.pauvre_main:main
2
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