loqusdb 2.7.22__py3-none-any.whl → 2.7.23__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.
- loqusdb/__init__.py +1 -1
- {loqusdb-2.7.22.dist-info → loqusdb-2.7.23.dist-info}/METADATA +7 -3
- {loqusdb-2.7.22.dist-info → loqusdb-2.7.23.dist-info}/RECORD +6 -6
- {loqusdb-2.7.22.dist-info → loqusdb-2.7.23.dist-info}/LICENSE +0 -0
- {loqusdb-2.7.22.dist-info → loqusdb-2.7.23.dist-info}/WHEEL +0 -0
- {loqusdb-2.7.22.dist-info → loqusdb-2.7.23.dist-info}/entry_points.txt +0 -0
loqusdb/__init__.py
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: loqusdb
|
3
|
-
Version: 2.7.
|
3
|
+
Version: 2.7.23
|
4
4
|
Summary: A simple observation count database
|
5
5
|
License: MIT
|
6
|
-
Author:
|
7
|
-
Author-email:
|
6
|
+
Author: Mans Magnuson
|
7
|
+
Author-email: monsunas@gmail.com
|
8
|
+
Maintainer: Clinical Genomics Bioinformatics Team
|
8
9
|
Requires-Python: >=3.12,<4.0
|
9
10
|
Classifier: License :: OSI Approved :: MIT License
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
@@ -34,6 +35,8 @@ Right now **Locusdb** uses [mongodb][mongodb] as backend for
|
|
34
35
|
storing variants, but there should not be a huge difference to use another
|
35
36
|
database manager.
|
36
37
|
|
38
|
+
Find more detailed instructions and examples in the [documentation][docs].
|
39
|
+
|
37
40
|
## Installation ##
|
38
41
|
|
39
42
|
|
@@ -166,6 +169,7 @@ The collections are defined as follows:
|
|
166
169
|
}
|
167
170
|
```
|
168
171
|
|
172
|
+
[docs]: https://clinical-genomics.github.io/loqusdb
|
169
173
|
[mongodb]: https://www.mongodb.org
|
170
174
|
[publication]: https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-020-03609-z
|
171
175
|
[pypi-img]: https://img.shields.io/pypi/v/loqusdb.svg?style=flat-square
|
@@ -1,4 +1,4 @@
|
|
1
|
-
loqusdb/__init__.py,sha256=
|
1
|
+
loqusdb/__init__.py,sha256=5_jcHx-rbGbtY7B6g-H4Bc9tQwfl440729o0FTAB-RY,1415
|
2
2
|
loqusdb/__main__.py,sha256=8FGKySAGaWSzAYMj6HRsxeyiME3V01Idt7HrmN7pSYY,397
|
3
3
|
loqusdb/build_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
loqusdb/build_models/case.py,sha256=AByutEYK2N3kS9JFvyZfPKNZdCpZHCSD0nNHAgaU1Cs,4127
|
@@ -49,8 +49,8 @@ loqusdb/utils/profiling.py,sha256=uISq4xfRNPPedoYXS_D4dXphq8odDogfMBm_XfHBTpE,92
|
|
49
49
|
loqusdb/utils/update.py,sha256=1edJG-u24FgOSxyXAQEiyTG4IyK-Uo3lSIl5qyzcXsI,4433
|
50
50
|
loqusdb/utils/variant.py,sha256=U6nMZRUf5NDDQ74nG0HBCLMnFQVgFAT6eHll_F2uiwc,2087
|
51
51
|
loqusdb/utils/vcf.py,sha256=og8JBYock31v_0CnsoRhuKIJCurLCIFW8PCCQIRWF-Q,5207
|
52
|
-
loqusdb-2.7.
|
53
|
-
loqusdb-2.7.
|
54
|
-
loqusdb-2.7.
|
55
|
-
loqusdb-2.7.
|
56
|
-
loqusdb-2.7.
|
52
|
+
loqusdb-2.7.23.dist-info/LICENSE,sha256=urpFcJXw3elN9kV2fFutc-lXegjuu2lqP_GSy8_CAbs,1054
|
53
|
+
loqusdb-2.7.23.dist-info/METADATA,sha256=U8YWBzq8oZhcjQm_bZWd_6cjRKfYYG7pBHMxERbivAY,5506
|
54
|
+
loqusdb-2.7.23.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
55
|
+
loqusdb-2.7.23.dist-info/entry_points.txt,sha256=wFoWzEFjsSgXkj9FMQA8C9ihZoJ9R1XvbGuX9hEEI6E,52
|
56
|
+
loqusdb-2.7.23.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|