pycmplot 0.1.0__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {pycmplot-0.1.0 → pycmplot-0.1.2}/PKG-INFO +1 -13
  2. {pycmplot-0.1.0 → pycmplot-0.1.2}/README.md +0 -12
  3. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot.egg-info/PKG-INFO +1 -13
  4. {pycmplot-0.1.0 → pycmplot-0.1.2}/pyproject.toml +1 -1
  5. {pycmplot-0.1.0 → pycmplot-0.1.2}/setup.cfg +1 -1
  6. {pycmplot-0.1.0 → pycmplot-0.1.2}/LICENSE +0 -0
  7. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/__init__.py +0 -0
  8. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/_core.py +0 -0
  9. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/annotation.py +0 -0
  10. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/cli.py +0 -0
  11. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/constants.py +0 -0
  12. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/data/Homo_sapiens.GRCh37.geneinfo.tsv.gz +0 -0
  13. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/data/Homo_sapiens.GRCh38.geneinfo.tsv.gz +0 -0
  14. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/data/hg19ToHg38.over.chain +0 -0
  15. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/io.py +0 -0
  16. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/liftover.py +0 -0
  17. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/plotting/circular.py +0 -0
  18. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/plotting/linear.py +0 -0
  19. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/resources.py +0 -0
  20. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot/stats.py +0 -0
  21. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot.egg-info/SOURCES.txt +0 -0
  22. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot.egg-info/dependency_links.txt +0 -0
  23. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot.egg-info/entry_points.txt +0 -0
  24. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot.egg-info/requires.txt +0 -0
  25. {pycmplot-0.1.0 → pycmplot-0.1.2}/pycmplot.egg-info/top_level.txt +0 -0
  26. {pycmplot-0.1.0 → pycmplot-0.1.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycmplot
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Multi-track circular and linear Manhattan plot generation for GWAS summary statistics
5
5
  Author: Kevin Esoh
6
6
  Author-email: Kevin Esoh <kesohku1@jhmi.edu>
@@ -44,18 +44,6 @@ pip install pycmplot
44
44
  ```
45
45
 
46
46
 
47
- ### From source code
48
- ```bash
49
- wget <url>
50
-
51
- tar zxvf ...
52
-
53
- cd pycmplot-xxx
54
-
55
- pip install -e .
56
- ```
57
-
58
-
59
47
  ### From GitHub
60
48
  ```bash
61
49
  git clone https://github.com/esohkevin/pycmplot.git
@@ -20,18 +20,6 @@ pip install pycmplot
20
20
  ```
21
21
 
22
22
 
23
- ### From source code
24
- ```bash
25
- wget <url>
26
-
27
- tar zxvf ...
28
-
29
- cd pycmplot-xxx
30
-
31
- pip install -e .
32
- ```
33
-
34
-
35
23
  ### From GitHub
36
24
  ```bash
37
25
  git clone https://github.com/esohkevin/pycmplot.git
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycmplot
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Multi-track circular and linear Manhattan plot generation for GWAS summary statistics
5
5
  Author: Kevin Esoh
6
6
  Author-email: Kevin Esoh <kesohku1@jhmi.edu>
@@ -44,18 +44,6 @@ pip install pycmplot
44
44
  ```
45
45
 
46
46
 
47
- ### From source code
48
- ```bash
49
- wget <url>
50
-
51
- tar zxvf ...
52
-
53
- cd pycmplot-xxx
54
-
55
- pip install -e .
56
- ```
57
-
58
-
59
47
  ### From GitHub
60
48
  ```bash
61
49
  git clone https://github.com/esohkevin/pycmplot.git
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pycmplot"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Multi-track circular and linear Manhattan plot generation for GWAS summary statistics"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = pycmplot
3
- version = 0.1.0
3
+ version = 0.1.2
4
4
  author = Kevin Esoh
5
5
  author_email = kesohku1@jhmi.edu
6
6
  description = Multi-track circular and linear Manhattan plot generation for GWAS summary statistics
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes