pycmplot 0.1.2__tar.gz → 0.1.3__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.
- {pycmplot-0.1.2 → pycmplot-0.1.3}/PKG-INFO +2 -1
- {pycmplot-0.1.2 → pycmplot-0.1.3}/README.md +1 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot.egg-info/PKG-INFO +2 -1
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pyproject.toml +1 -1
- {pycmplot-0.1.2 → pycmplot-0.1.3}/setup.cfg +1 -1
- {pycmplot-0.1.2 → pycmplot-0.1.3}/LICENSE +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/__init__.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/_core.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/annotation.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/cli.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/constants.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/data/Homo_sapiens.GRCh37.geneinfo.tsv.gz +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/data/Homo_sapiens.GRCh38.geneinfo.tsv.gz +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/data/hg19ToHg38.over.chain +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/io.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/liftover.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/plotting/circular.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/plotting/linear.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/resources.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot/stats.py +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot.egg-info/SOURCES.txt +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot.egg-info/dependency_links.txt +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot.egg-info/entry_points.txt +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot.egg-info/requires.txt +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/pycmplot.egg-info/top_level.txt +0 -0
- {pycmplot-0.1.2 → pycmplot-0.1.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycmplot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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>
|
|
@@ -126,6 +126,7 @@ pycmplot \
|
|
|
126
126
|
|------|-------------|---------|
|
|
127
127
|
| `-s, --sum_stats` | Comma-separated sumstats files | **required** |
|
|
128
128
|
| `-l, --labels` | Comma-separated track labels | **required** |
|
|
129
|
+
| `-b, --build_column` | Genome build column name (containing hg18/hg19/hg38) | **required** |
|
|
129
130
|
| `-m, --mode` | `lm` linear or `cm` circular | `lm` |
|
|
130
131
|
| `-qq, --qq_plot` | Also generate a QQ-plot | off (coming soon...) |
|
|
131
132
|
| `--logp` | Plot -log10(p) | off |
|
|
@@ -102,6 +102,7 @@ pycmplot \
|
|
|
102
102
|
|------|-------------|---------|
|
|
103
103
|
| `-s, --sum_stats` | Comma-separated sumstats files | **required** |
|
|
104
104
|
| `-l, --labels` | Comma-separated track labels | **required** |
|
|
105
|
+
| `-b, --build_column` | Genome build column name (containing hg18/hg19/hg38) | **required** |
|
|
105
106
|
| `-m, --mode` | `lm` linear or `cm` circular | `lm` |
|
|
106
107
|
| `-qq, --qq_plot` | Also generate a QQ-plot | off (coming soon...) |
|
|
107
108
|
| `--logp` | Plot -log10(p) | off |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycmplot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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>
|
|
@@ -126,6 +126,7 @@ pycmplot \
|
|
|
126
126
|
|------|-------------|---------|
|
|
127
127
|
| `-s, --sum_stats` | Comma-separated sumstats files | **required** |
|
|
128
128
|
| `-l, --labels` | Comma-separated track labels | **required** |
|
|
129
|
+
| `-b, --build_column` | Genome build column name (containing hg18/hg19/hg38) | **required** |
|
|
129
130
|
| `-m, --mode` | `lm` linear or `cm` circular | `lm` |
|
|
130
131
|
| `-qq, --qq_plot` | Also generate a QQ-plot | off (coming soon...) |
|
|
131
132
|
| `--logp` | Plot -log10(p) | off |
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pycmplot"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
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" }
|
|
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
|
|
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
|