vfbquery 0.4.0__py3-none-any.whl → 0.5.0__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.
- test/readme_parser.py +35 -1
- test/term_info_queries_test.py +11 -11
- test/test_dataset_template_queries.py +138 -0
- test/test_default_caching.py +15 -11
- test/test_expression_overlaps.py +183 -0
- test/test_expression_pattern_fragments.py +123 -0
- test/test_images_neurons.py +152 -0
- test/test_images_that_develop_from.py +112 -0
- test/test_lineage_clones_in.py +190 -0
- test/test_nblast_queries.py +124 -0
- test/test_neuron_classes_fasciculating.py +187 -0
- test/test_neuron_inputs.py +193 -0
- test/test_neuron_neuron_connectivity.py +89 -0
- test/test_neuron_region_connectivity.py +117 -0
- test/test_neurons_part_here.py +204 -0
- test/test_new_owlery_queries.py +282 -0
- test/test_publication_transgene_queries.py +101 -0
- test/test_query_performance.py +743 -0
- test/test_similar_morphology.py +177 -0
- test/test_tracts_nerves_innervating.py +188 -0
- test/test_transcriptomics.py +223 -0
- vfbquery/__init__.py +22 -1
- vfbquery/neo4j_client.py +120 -0
- vfbquery/owlery_client.py +463 -0
- vfbquery/solr_fetcher.py +1 -1
- vfbquery/solr_result_cache.py +238 -53
- vfbquery/vfb_queries.py +2969 -638
- {vfbquery-0.4.0.dist-info → vfbquery-0.5.0.dist-info}/METADATA +1023 -65
- vfbquery-0.5.0.dist-info/RECORD +39 -0
- vfbquery-0.4.0.dist-info/RECORD +0 -19
- {vfbquery-0.4.0.dist-info → vfbquery-0.5.0.dist-info}/LICENSE +0 -0
- {vfbquery-0.4.0.dist-info → vfbquery-0.5.0.dist-info}/WHEEL +0 -0
- {vfbquery-0.4.0.dist-info → vfbquery-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
test/readme_parser.py,sha256=qj-DD2ZFUAWUjY1IbDUbl_y3xx1M5WE2hrn5-hWhlj8,6138
|
|
3
|
+
test/term_info_queries_test.py,sha256=3aHgvj1KdVa3JT8ai9sDCOlBdKZFyLjIUTCNwWrplzg,36968
|
|
4
|
+
test/test_dataset_template_queries.py,sha256=rRKcgYn8elNfHI0SQBzvCJwkSw4bhoqKrEf3cUjsggg,5291
|
|
5
|
+
test/test_default_caching.py,sha256=iSFDst0j_Abjr5-0R_kVm0e5QJZD5WNFvaHBMutd1Yw,6986
|
|
6
|
+
test/test_examples_diff.py,sha256=TPo7gHPcus-24T7kxBXMQiCl0EHcXaEXeVuOG7C3rUo,15853
|
|
7
|
+
test/test_expression_overlaps.py,sha256=Tww2LHxtm5Uu1HT-XANDRoE0csKSqcPCLdtQDIJ8YbQ,8809
|
|
8
|
+
test/test_expression_pattern_fragments.py,sha256=JMlt6OQzULU9q9KsPLkUN8srbnhMrZm1XduDf5HkBhk,5739
|
|
9
|
+
test/test_images_neurons.py,sha256=V3Ti2wzZ1B_i4yk0oV4mKgIbRn1Yg9qNQI91e7cteAw,6654
|
|
10
|
+
test/test_images_that_develop_from.py,sha256=KmIzPQ9jMlV1O1G45KNA15AQkTlaVoiXCMwGzbEGCmo,4830
|
|
11
|
+
test/test_lineage_clones_in.py,sha256=lB-0NnDcy4eliug3UtFe-S34S6SZuDrF_MICJKyULEE,7939
|
|
12
|
+
test/test_nblast_queries.py,sha256=PZUpGGjNCpsFY4xjsk9rIvwOHqdZVtd95zo5nzSytLk,5042
|
|
13
|
+
test/test_neuron_classes_fasciculating.py,sha256=Z3pktR2jrW_D1k8s6dasCMFkLY1FkkZppI1JMtUCYvk,8120
|
|
14
|
+
test/test_neuron_inputs.py,sha256=a7Gp_kY9Qd1rBxgJNN7u3UTmtiqtYedblbRBU__u44M,8259
|
|
15
|
+
test/test_neuron_neuron_connectivity.py,sha256=UuzWhy7FiCax9MBeHwTQAmj4aP6p3DWcxNYJ7LXpSB8,4057
|
|
16
|
+
test/test_neuron_region_connectivity.py,sha256=KlbKYct6LVIkDU9BK6QNN0kvcDY8rY6KXnS7sSPO1PI,5665
|
|
17
|
+
test/test_neurons_part_here.py,sha256=Ln-1SMWZiyfZ8AsgmDJPQ58oSJoCPCOC0kC-zNnoNJs,7507
|
|
18
|
+
test/test_new_owlery_queries.py,sha256=NOegBZdR8rjaqM2ABzgEO9iItwqAIIQU4k8ix3YJtoU,9809
|
|
19
|
+
test/test_publication_transgene_queries.py,sha256=pidWIX4yg_u7_n7rWQy0I62oHSUDQx01VhVjq7PyjR8,3892
|
|
20
|
+
test/test_query_performance.py,sha256=qoEJe1B2lev8Ktc_LPWJ2l5PotbSA3lx0vsCHCIAG4U,31708
|
|
21
|
+
test/test_similar_morphology.py,sha256=SRtr1Zj2_RW55Qe8O6m6SCvb9QfltWgAmxPEzMX-7hg,7390
|
|
22
|
+
test/test_tracts_nerves_innervating.py,sha256=k9l-XlrvLfqzKJNyPhuJq8qBfhhrU5b8QLRnAPv1LMI,8077
|
|
23
|
+
test/test_transcriptomics.py,sha256=VZf3Tgh2XgyGZpojM87j04y42RT2Dbca6xP46h_fQHg,9969
|
|
24
|
+
vfbquery/__init__.py,sha256=4RvTDKqH75kvXXaPAS3w9knMTfnb7OcWmt7TAtRwPsk,3010
|
|
25
|
+
vfbquery/cache_enhancements.py,sha256=-PCM0YZHPjwUJwJODZLgmz91sDyFGuYz_QRph_kTbB8,17341
|
|
26
|
+
vfbquery/cached_functions.py,sha256=5-aIiRP9mfEhVT3mXkLvIPDmdFq6iIExiLZAyir12IQ,10255
|
|
27
|
+
vfbquery/neo4j_client.py,sha256=zyekidmosybvR5_Qcf18W4rLJt16d-kYMojbeOEkZWY,3904
|
|
28
|
+
vfbquery/owlery_client.py,sha256=TbmecSCSWp0EYXeT_VFoz9AWqkbH85AwRgvjd3gJWc8,19069
|
|
29
|
+
vfbquery/solr_cache_integration.py,sha256=Q87z_pXPdS9zn0r9kp2YBLGpCKOXVvcmzNmkRN7D8MU,7984
|
|
30
|
+
vfbquery/solr_fetcher.py,sha256=_6Cb6W7JmMwZxytDPwB8ydUqZ7MNN7j2YmaF6gpBn0Y,5696
|
|
31
|
+
vfbquery/solr_result_cache.py,sha256=JD0AovMugCa9_kmvJjrM14aLC8dxmu4b9J5x25Ev23o,39191
|
|
32
|
+
vfbquery/term_info_queries.py,sha256=oE-Ogm7jCPPlKtD3W3EtttYZcHnInwDOpOj-phAEOaI,42009
|
|
33
|
+
vfbquery/test_utils.py,sha256=7wUA3xgaGu3eLnjC98msNYt1wL538nOimVJjkC0ZLjU,5791
|
|
34
|
+
vfbquery/vfb_queries.py,sha256=OErVANg0yOk8Yu9EhbzE8mUXnA3_jxVLTOHLofb0XbI,196236
|
|
35
|
+
vfbquery-0.5.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
36
|
+
vfbquery-0.5.0.dist-info/METADATA,sha256=R7VvIx1JHiSCAJIMuGNf4Uq0OAMrLJNJN20A4rAWliY,98248
|
|
37
|
+
vfbquery-0.5.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
38
|
+
vfbquery-0.5.0.dist-info/top_level.txt,sha256=UgaRTTOy4JBdKbkr_gkeknT4eaibm3ztF520G4NTQZs,14
|
|
39
|
+
vfbquery-0.5.0.dist-info/RECORD,,
|
vfbquery-0.4.0.dist-info/RECORD
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
test/readme_parser.py,sha256=puvcq4_oEltjx_faw1kQJ8mmIWiQU-40oLJjtJBQCsQ,4170
|
|
3
|
-
test/term_info_queries_test.py,sha256=Od3i2DfaOlYFQGNQh2G7EiTC5ZqzgySyH3Wk6GntkWE,36902
|
|
4
|
-
test/test_default_caching.py,sha256=-KW2Mkz9x0tjlhXMreqJvjgo3pWOg49G0r22Woa9U5U,6616
|
|
5
|
-
test/test_examples_diff.py,sha256=TPo7gHPcus-24T7kxBXMQiCl0EHcXaEXeVuOG7C3rUo,15853
|
|
6
|
-
vfbquery/__init__.py,sha256=oKdgjIoseGwhdNwejXndg0CSpZdPgZes-PlHtYZT0zk,2262
|
|
7
|
-
vfbquery/cache_enhancements.py,sha256=-PCM0YZHPjwUJwJODZLgmz91sDyFGuYz_QRph_kTbB8,17341
|
|
8
|
-
vfbquery/cached_functions.py,sha256=5-aIiRP9mfEhVT3mXkLvIPDmdFq6iIExiLZAyir12IQ,10255
|
|
9
|
-
vfbquery/solr_cache_integration.py,sha256=Q87z_pXPdS9zn0r9kp2YBLGpCKOXVvcmzNmkRN7D8MU,7984
|
|
10
|
-
vfbquery/solr_fetcher.py,sha256=1FAyqaLrvZLaAmCW96en9y8lKTcs-ZFjt_UlnohP0jo,5683
|
|
11
|
-
vfbquery/solr_result_cache.py,sha256=oIUPCNmxG_nmyhfvx1gSiy5uvtvVrkLMJFgA6MNEqpY,27864
|
|
12
|
-
vfbquery/term_info_queries.py,sha256=oE-Ogm7jCPPlKtD3W3EtttYZcHnInwDOpOj-phAEOaI,42009
|
|
13
|
-
vfbquery/test_utils.py,sha256=7wUA3xgaGu3eLnjC98msNYt1wL538nOimVJjkC0ZLjU,5791
|
|
14
|
-
vfbquery/vfb_queries.py,sha256=50phVwDP28YaZdOmLom_Opem0Bdf2cEPo18jLjGig1I,76626
|
|
15
|
-
vfbquery-0.4.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
16
|
-
vfbquery-0.4.0.dist-info/METADATA,sha256=skaC5fQa-atagVzYyDmL7bAvgGcSF7KIAkxT2HueGa8,63157
|
|
17
|
-
vfbquery-0.4.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
18
|
-
vfbquery-0.4.0.dist-info/top_level.txt,sha256=UgaRTTOy4JBdKbkr_gkeknT4eaibm3ztF520G4NTQZs,14
|
|
19
|
-
vfbquery-0.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|