loqusdb 2.7.4__tar.gz → 2.7.7__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.
- {loqusdb-2.7.4 → loqusdb-2.7.7}/CHANGELOG.md +9 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/PKG-INFO +1 -1
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/__init__.py +4 -1
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb.egg-info/PKG-INFO +1 -1
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb.egg-info/requires.txt +1 -1
- {loqusdb-2.7.4 → loqusdb-2.7.7}/setup.py +1 -1
- {loqusdb-2.7.4 → loqusdb-2.7.7}/CONTRIBUTING.md +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/LICENSE +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/MANIFEST.in +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/README.md +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/__main__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/build_models/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/build_models/case.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/build_models/profile_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/build_models/variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/annotate.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/cli.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/delete.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/export.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/identity.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/load.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/load_profile.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/migrate.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/restore.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/update.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/view.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/commands/wipe.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/constants/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/exceptions/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/exceptions/case.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/exceptions/profile.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/exceptions/vcf.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/log.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/models/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/models/case.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/models/identity.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/models/profile_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/models/variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/plugins/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/plugins/mongo/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/plugins/mongo/adapter.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/plugins/mongo/case.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/plugins/mongo/profile_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/plugins/mongo/structural_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/plugins/mongo/variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/resources/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/__init__.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/annotate.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/case.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/delete.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/load.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/migrate.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/profiling.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/update.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb/utils/vcf.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb.egg-info/SOURCES.txt +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb.egg-info/dependency_links.txt +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb.egg-info/entry_points.txt +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/loqusdb.egg-info/top_level.txt +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/setup.cfg +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/build_models/test_build_case.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/build_models/test_build_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/build_models/test_is_greater.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/commands/test_export.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/commands/test_identity.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/commands/test_view.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/conftest.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/643594.clinical.SV.vcf +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/643594.clinical.vcf.gz +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/double_variant.vcf +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/funny_trio.ped +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/profile_snv.vcf +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/recessive_trio.ped +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/test.SV.vcf +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/test.vcf +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/test.vcf.gz +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/test.vcf.gz.tbi +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/fixtures/unsorted.vcf +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/functional/test_cli.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/plugins/mongo/test_case_operations.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/plugins/mongo/test_connect.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/plugins/mongo/test_flask_extension.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/plugins/mongo/test_get_sv.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/plugins/mongo/test_load_svs.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/plugins/mongo/test_variant_operations.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_case.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_delete.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_delete_family.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_delete_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_get_family.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_load_database.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_load_family.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_load_variants.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_migrate.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/utils/test_profiling.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/vcf_tools/test_check_par.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/vcf_tools/test_check_vcf.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/vcf_tools/test_format_sv_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/vcf_tools/test_format_variant.py +0 -0
- {loqusdb-2.7.4 → loqusdb-2.7.7}/tests/vcf_tools/test_vcf.py +0 -0
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
4
|
|
5
5
|
About changelog [here](https://keepachangelog.com/en/1.0.0/)
|
6
|
+
|
7
|
+
## [2.7.7]
|
8
|
+
### Fixed
|
9
|
+
- Update to setuptools >= v.70 to address a security issue in the `package_index` module
|
10
|
+
|
11
|
+
## [2.7.6]
|
12
|
+
### Fixed
|
13
|
+
- Updated issue templates
|
14
|
+
|
6
15
|
## [2.7.4]
|
7
16
|
## Changed
|
8
17
|
- When using QUAL values, treat . as 0 quality
|
@@ -28,12 +28,14 @@ INDEXES = {
|
|
28
28
|
"structural_variant": [
|
29
29
|
IndexModel(
|
30
30
|
[
|
31
|
+
("sv_type", ASCENDING),
|
31
32
|
("chrom", ASCENDING),
|
32
33
|
("end_chrom", ASCENDING),
|
33
|
-
("sv_type", ASCENDING),
|
34
34
|
("pos_left", ASCENDING),
|
35
|
+
("pos_right", ASCENDING),
|
35
36
|
],
|
36
37
|
name="coordinates",
|
38
|
+
background=True,
|
37
39
|
),
|
38
40
|
IndexModel(
|
39
41
|
[
|
@@ -42,6 +44,7 @@ INDEXES = {
|
|
42
44
|
("end_right", ASCENDING),
|
43
45
|
],
|
44
46
|
name="short_coordinates",
|
47
|
+
background=True,
|
45
48
|
),
|
46
49
|
],
|
47
50
|
"identity": [
|
@@ -19,7 +19,7 @@ URL = "https://github.com/moonso/loqusdb"
|
|
19
19
|
EMAIL = "mans.magnusson@scilifelab.com"
|
20
20
|
AUTHOR = "Måns Magnusson"
|
21
21
|
REQUIRES_PYTHON = ">=3.7.0"
|
22
|
-
VERSION = "2.7.
|
22
|
+
VERSION = "2.7.7"
|
23
23
|
|
24
24
|
with open('requirements.txt') as f:
|
25
25
|
install_requires = f.read().strip().split('\n')
|
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
|
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
|
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
|
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
|
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
|