pycmplot 0.2.7__tar.gz → 0.2.8__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 (35) hide show
  1. {pycmplot-0.2.7 → pycmplot-0.2.8}/PKG-INFO +1 -1
  2. pycmplot-0.2.8/benchmark/bench_python.py +808 -0
  3. {pycmplot-0.2.7 → pycmplot-0.2.8}/benchmark/collect_results.py +85 -23
  4. pycmplot-0.2.8/benchmark/generate_multi_sumstats.py +230 -0
  5. {pycmplot-0.2.7 → pycmplot-0.2.8}/benchmark/generate_sumstats.py +0 -0
  6. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/__init__.py +1 -1
  7. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/_core.py +29 -3
  8. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/cli.py +9 -1
  9. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/plotting/circular.py +0 -3
  10. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/plotting/linear.py +515 -621
  11. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/plotting/qq.py +46 -38
  12. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot.egg-info/PKG-INFO +1 -1
  13. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot.egg-info/SOURCES.txt +1 -0
  14. {pycmplot-0.2.7 → pycmplot-0.2.8}/pyproject.toml +1 -1
  15. {pycmplot-0.2.7 → pycmplot-0.2.8}/setup.cfg +1 -1
  16. pycmplot-0.2.7/benchmark/bench_python.py +0 -266
  17. {pycmplot-0.2.7 → pycmplot-0.2.8}/LICENSE +0 -0
  18. {pycmplot-0.2.7 → pycmplot-0.2.8}/README.md +0 -0
  19. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/__main__.py +0 -0
  20. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/annotation.py +0 -0
  21. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/constants.py +0 -0
  22. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/data/Homo_sapiens.GRCh37.geneinfo.tsv.gz +0 -0
  23. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/data/Homo_sapiens.GRCh38.geneinfo.tsv.gz +0 -0
  24. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/data/hg18ToHg38.over.chain.gz +0 -0
  25. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/data/hg19ToHg38.over.chain.gz +0 -0
  26. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/io.py +0 -0
  27. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/liftover.py +0 -0
  28. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/plotting/__init__.py +0 -0
  29. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/resources.py +0 -0
  30. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot/stats.py +0 -0
  31. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot.egg-info/dependency_links.txt +0 -0
  32. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot.egg-info/entry_points.txt +0 -0
  33. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot.egg-info/requires.txt +0 -0
  34. {pycmplot-0.2.7 → pycmplot-0.2.8}/pycmplot.egg-info/top_level.txt +0 -0
  35. {pycmplot-0.2.7 → pycmplot-0.2.8}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycmplot
3
- Version: 0.2.7
3
+ Version: 0.2.8
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@jh.edu>