loqusdb 2.7.23__tar.gz → 2.7.24__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.23 → loqusdb-2.7.24}/PKG-INFO +1 -1
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/__init__.py +1 -1
- loqusdb-2.7.24/loqusdb/resources/__init__.py +25 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/pyproject.toml +1 -1
- loqusdb-2.7.23/loqusdb/resources/__init__.py +0 -24
- {loqusdb-2.7.23 → loqusdb-2.7.24}/LICENSE +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/README.md +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/__main__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/build_models/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/build_models/case.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/build_models/profile_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/build_models/variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/annotate.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/cli.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/delete.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/export.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/identity.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/load.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/load_profile.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/migrate.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/restore.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/update.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/view.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/commands/wipe.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/constants/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/exceptions/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/exceptions/case.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/exceptions/profile.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/exceptions/vcf.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/log.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/models/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/models/case.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/models/identity.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/models/profile_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/models/variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/plugins/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/plugins/mongo/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/plugins/mongo/adapter.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/plugins/mongo/case.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/plugins/mongo/profile_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/plugins/mongo/structural_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/plugins/mongo/variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/resources/loqusdb.20181005.gz +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/resources/maf_50_sites_GRCh37.vcf.gz +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/resources/maf_50_sites_GRCh38.vcf.gz +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/__init__.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/annotate.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/case.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/delete.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/load.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/migrate.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/profiling.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/update.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/loqusdb/utils/vcf.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/build_models/test_build_case.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/build_models/test_build_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/build_models/test_is_greater.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/commands/test_export.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/commands/test_identity.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/commands/test_view.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/conftest.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/643594.clinical.SV.vcf +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/643594.clinical.vcf.gz +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/double_variant.vcf +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/funny_trio.ped +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/profile_snv.vcf +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/recessive_trio.ped +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/test.SV.vcf +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/test.vcf +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/test.vcf.gz +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/test.vcf.gz.tbi +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/fixtures/unsorted.vcf +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/functional/test_cli.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/plugins/mongo/test_case_operations.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/plugins/mongo/test_connect.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/plugins/mongo/test_flask_extension.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/plugins/mongo/test_get_sv.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/plugins/mongo/test_load_svs.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/plugins/mongo/test_variant_operations.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_case.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_delete.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_delete_family.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_delete_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_get_family.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_load_database.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_load_family.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_load_variants.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_migrate.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/utils/test_profiling.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/vcf_tools/test_check_par.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/vcf_tools/test_check_vcf.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/vcf_tools/test_format_sv_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/vcf_tools/test_format_variant.py +0 -0
- {loqusdb-2.7.23 → loqusdb-2.7.24}/tests/vcf_tools/test_vcf.py +0 -0
@@ -0,0 +1,25 @@
|
|
1
|
+
from importlib.resources import files, as_file
|
2
|
+
|
3
|
+
from loqusdb.constants import GRCH37, GRCH38
|
4
|
+
|
5
|
+
###### Files ######
|
6
|
+
|
7
|
+
# Background data
|
8
|
+
PATH_NAME = "loqusdb.resources"
|
9
|
+
|
10
|
+
backround_svs = "loqusdb.20181005.gz"
|
11
|
+
maf_50_grch37 = "maf_50_sites_GRCh37.vcf.gz"
|
12
|
+
maf_50_grch38 = "maf_50_sites_GRCh38.vcf.gz"
|
13
|
+
|
14
|
+
### Profile SNPs for Grch37 and 38
|
15
|
+
|
16
|
+
###### Paths ######
|
17
|
+
|
18
|
+
# Backround data path
|
19
|
+
|
20
|
+
background_path = str(files(PATH_NAME).joinpath(backround_svs))
|
21
|
+
|
22
|
+
maf_grch37_path = str(files(PATH_NAME).joinpath(maf_50_grch37))
|
23
|
+
maf_grch38_path = str(files(PATH_NAME).joinpath(maf_50_grch38))
|
24
|
+
|
25
|
+
MAF_PATH = {GRCH37: maf_grch37_path, GRCH38: maf_grch38_path}
|
@@ -6,7 +6,7 @@ authors = [{name="Mans Magnuson", email="monsunas@gmail.com"}, {name="Adam Rosen
|
|
6
6
|
maintainers = [ {name="Clinical Genomics Bioinformatics Team"}, {name="Clinical Genomics System Development Team"}, {name="Clinical Genomics Scout Team"}]
|
7
7
|
license = "MIT"
|
8
8
|
readme = "README.md"
|
9
|
-
version = "2.7.
|
9
|
+
version = "2.7.24"
|
10
10
|
|
11
11
|
[tool.poetry]
|
12
12
|
include = [
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import pkg_resources
|
2
|
-
|
3
|
-
from loqusdb.constants import GRCH37, GRCH38
|
4
|
-
|
5
|
-
###### Files ######
|
6
|
-
|
7
|
-
# Background data
|
8
|
-
|
9
|
-
backround_svs = "resources/loqusdb.20181005.gz"
|
10
|
-
maf_50_grch37 = "resources/maf_50_sites_GRCh37.vcf.gz"
|
11
|
-
maf_50_grch38 = "resources/maf_50_sites_GRCh38.vcf.gz"
|
12
|
-
|
13
|
-
### Profile SNPs for Grch37 and 38
|
14
|
-
|
15
|
-
###### Paths ######
|
16
|
-
|
17
|
-
# Backround data path
|
18
|
-
|
19
|
-
background_path = pkg_resources.resource_filename("loqusdb", backround_svs)
|
20
|
-
|
21
|
-
maf_grch37_path = pkg_resources.resource_filename("loqusdb", maf_50_grch37)
|
22
|
-
maf_grch38_path = pkg_resources.resource_filename("loqusdb", maf_50_grch38)
|
23
|
-
|
24
|
-
MAF_PATH = {GRCH37: maf_grch37_path, GRCH38: maf_grch38_path}
|
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
|