pycmplot 0.2.9__tar.gz → 0.3.0__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 (34) hide show
  1. {pycmplot-0.2.9 → pycmplot-0.3.0}/PKG-INFO +1 -1
  2. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/__init__.py +1 -1
  3. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/annotation.py +2 -2
  4. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/plotting/linear.py +0 -1
  5. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot.egg-info/PKG-INFO +1 -1
  6. {pycmplot-0.2.9 → pycmplot-0.3.0}/pyproject.toml +1 -1
  7. {pycmplot-0.2.9 → pycmplot-0.3.0}/setup.cfg +1 -1
  8. {pycmplot-0.2.9 → pycmplot-0.3.0}/LICENSE +0 -0
  9. {pycmplot-0.2.9 → pycmplot-0.3.0}/README.md +0 -0
  10. {pycmplot-0.2.9 → pycmplot-0.3.0}/benchmark/bench_python.py +0 -0
  11. {pycmplot-0.2.9 → pycmplot-0.3.0}/benchmark/collect_results.py +0 -0
  12. {pycmplot-0.2.9 → pycmplot-0.3.0}/benchmark/generate_multi_sumstats.py +0 -0
  13. {pycmplot-0.2.9 → pycmplot-0.3.0}/benchmark/generate_sumstats.py +0 -0
  14. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/__main__.py +0 -0
  15. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/_core.py +0 -0
  16. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/cli.py +0 -0
  17. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/constants.py +0 -0
  18. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/data/Homo_sapiens.GRCh37.geneinfo.tsv.gz +0 -0
  19. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/data/Homo_sapiens.GRCh38.geneinfo.tsv.gz +0 -0
  20. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/data/hg18ToHg38.over.chain.gz +0 -0
  21. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/data/hg19ToHg38.over.chain.gz +0 -0
  22. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/io.py +0 -0
  23. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/liftover.py +0 -0
  24. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/plotting/__init__.py +0 -0
  25. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/plotting/circular.py +0 -0
  26. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/plotting/qq.py +0 -0
  27. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/resources.py +0 -0
  28. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot/stats.py +0 -0
  29. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot.egg-info/SOURCES.txt +0 -0
  30. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot.egg-info/dependency_links.txt +0 -0
  31. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot.egg-info/entry_points.txt +0 -0
  32. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot.egg-info/requires.txt +0 -0
  33. {pycmplot-0.2.9 → pycmplot-0.3.0}/pycmplot.egg-info/top_level.txt +0 -0
  34. {pycmplot-0.2.9 → pycmplot-0.3.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycmplot
3
- Version: 0.2.9
3
+ Version: 0.3.0
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>
@@ -47,4 +47,4 @@ __all__ = [
47
47
  "ResourceConfig",
48
48
  ]
49
49
 
50
- __version__ = "0.2.9"
50
+ __version__ = "0.3.0"
@@ -589,11 +589,11 @@ def get_annotation_column(
589
589
  try:
590
590
  if row["genic"]:
591
591
  label_clm = "nearest_upstream_gene"
592
- label_msg = "'POS' is genic"
592
+ label_msg = f"Signal {row['SNP']} at {row['POS']} is genic [{row['nearest_upstream_gene']}]"
593
593
  else:
594
594
  label_clm = "top_gene"
595
595
  label_msg = "'POS' is not genic"
596
- logger.info("%s", label_msg)
596
+ #logger.info("%s", label_msg)
597
597
  except Exception:
598
598
  logger.warning(
599
599
  "Annotation columns '%s' and '%s' not found in hits table: %s; "
@@ -1375,7 +1375,6 @@ def plot_linearm(
1375
1375
  differences = np.diff(df_chr['POS']).tolist()
1376
1376
  less_than_spread_width.append(list(filter(lambda x: x < s_width, differences)))
1377
1377
  less_than_spread_width = [l for l in less_than_spread_width if not len(l) == 0]
1378
- print(len(less_than_spread_width))
1379
1378
  if len(less_than_spread_width) < 5:
1380
1379
  _draw_annotation_arrows(
1381
1380
  ax_annot,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycmplot
3
- Version: 0.2.9
3
+ Version: 0.3.0
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>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pycmplot"
7
- version = "0.2.9"
7
+ version = "0.3.0"
8
8
  description = "Multi-track circular and linear Manhattan plot generation for GWAS summary statistics"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = pycmplot
3
- version = 0.2.9
3
+ version = 0.3.0
4
4
  author = Kevin Esoh
5
5
  author_email = kesohku1@jh.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
File without changes