pylocuszoom 1.1.1__py3-none-any.whl → 1.1.2__py3-none-any.whl
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.
- pylocuszoom/__init__.py +1 -1
- {pylocuszoom-1.1.1.dist-info → pylocuszoom-1.1.2.dist-info}/METADATA +6 -6
- {pylocuszoom-1.1.1.dist-info → pylocuszoom-1.1.2.dist-info}/RECORD +5 -5
- {pylocuszoom-1.1.1.dist-info → pylocuszoom-1.1.2.dist-info}/WHEEL +0 -0
- {pylocuszoom-1.1.1.dist-info → pylocuszoom-1.1.2.dist-info}/licenses/LICENSE.md +0 -0
pylocuszoom/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pylocuszoom
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Publication-ready regional association plots with LD coloring, gene tracks, and recombination overlays
|
|
5
5
|
Project-URL: Homepage, https://github.com/michael-denyer/pylocuszoom
|
|
6
6
|
Project-URL: Documentation, https://github.com/michael-denyer/pylocuszoom#readme
|
|
@@ -648,11 +648,11 @@ Optional:
|
|
|
648
648
|
|
|
649
649
|
## Documentation
|
|
650
650
|
|
|
651
|
-
- [User Guide](docs/USER_GUIDE.md) - Comprehensive documentation with API reference
|
|
652
|
-
- [Code Map](docs/CODEMAP.md) - Architecture diagram with source code links
|
|
653
|
-
- [Architecture](docs/ARCHITECTURE.md) - Design decisions and component overview
|
|
654
|
-
- [Example Notebook](examples/getting_started.ipynb) - Interactive tutorial
|
|
655
|
-
- [CHANGELOG](CHANGELOG.md) - Version history
|
|
651
|
+
- [User Guide](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/USER_GUIDE.md) - Comprehensive documentation with API reference
|
|
652
|
+
- [Code Map](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/CODEMAP.md) - Architecture diagram with source code links
|
|
653
|
+
- [Architecture](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/ARCHITECTURE.md) - Design decisions and component overview
|
|
654
|
+
- [Example Notebook](https://github.com/michael-denyer/pyLocusZoom/blob/main/examples/getting_started.ipynb) - Interactive tutorial
|
|
655
|
+
- [CHANGELOG](https://github.com/michael-denyer/pyLocusZoom/blob/main/CHANGELOG.md) - Version history
|
|
656
656
|
|
|
657
657
|
## License
|
|
658
658
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pylocuszoom/__init__.py,sha256=
|
|
1
|
+
pylocuszoom/__init__.py,sha256=WWoPLRzx-ptSs6WU5ABz1-HzK5o06RV-KXqtDeQKPgQ,6108
|
|
2
2
|
pylocuszoom/_plotter_utils.py,sha256=ELdSOcKk2KvOo_AxEWHeutmmUS4zZMaDMmQfpQUWaF0,1541
|
|
3
3
|
pylocuszoom/colors.py,sha256=B28rfhWwGZ-e6Q-F43iXxC6NZpjUo0yWk4S_-vp9ZvU,7686
|
|
4
4
|
pylocuszoom/config.py,sha256=qjIEodI-RY71RVyQ5QmE6WXcPXU4Re_xEWiDlkEww3g,13266
|
|
@@ -30,7 +30,7 @@ pylocuszoom/backends/hover.py,sha256=Hjm_jcxJL8dDxO_Ye7jeWAUcHKlbH6oO8ZfGJ2MzIFM
|
|
|
30
30
|
pylocuszoom/backends/matplotlib_backend.py,sha256=9WAFLWcclj2-4WKi6bE6IPJfQ_HNoIekOE45ibBGPa0,22824
|
|
31
31
|
pylocuszoom/backends/plotly_backend.py,sha256=VDEZMdP7nOeFYLli-YOc_2DG00ZA6VVRNUcvT5PU0HM,39084
|
|
32
32
|
pylocuszoom/reference_data/__init__.py,sha256=qqHqAUt1jebGlCN3CjqW3Z-_coHVNo5K3a3bb9o83hA,109
|
|
33
|
-
pylocuszoom-1.1.
|
|
34
|
-
pylocuszoom-1.1.
|
|
35
|
-
pylocuszoom-1.1.
|
|
36
|
-
pylocuszoom-1.1.
|
|
33
|
+
pylocuszoom-1.1.2.dist-info/METADATA,sha256=dkrVAdEcwo5yQku8yUfX7Dlpiv3u01FzdHrZ23c3WyM,22289
|
|
34
|
+
pylocuszoom-1.1.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
35
|
+
pylocuszoom-1.1.2.dist-info/licenses/LICENSE.md,sha256=U2y_hv8RcN5lECA3uK88irU3ODUE1TDAPictcmnP0Q4,698
|
|
36
|
+
pylocuszoom-1.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|