cool-seq-tool 0.5.0__py3-none-any.whl → 0.5.1__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.
- cool_seq_tool/mappers/exon_genomic_coords.py +1 -1
- {cool_seq_tool-0.5.0.dist-info → cool_seq_tool-0.5.1.dist-info}/METADATA +7 -7
- {cool_seq_tool-0.5.0.dist-info → cool_seq_tool-0.5.1.dist-info}/RECORD +6 -6
- {cool_seq_tool-0.5.0.dist-info → cool_seq_tool-0.5.1.dist-info}/WHEEL +1 -1
- {cool_seq_tool-0.5.0.dist-info → cool_seq_tool-0.5.1.dist-info}/LICENSE +0 -0
- {cool_seq_tool-0.5.0.dist-info → cool_seq_tool-0.5.1.dist-info}/top_level.txt +0 -0
@@ -962,7 +962,7 @@ class ExonGenomicCoordsMapper:
|
|
962
962
|
exon = tx_exons_genomic_coords[i]
|
963
963
|
next_exon = tx_exons_genomic_coords[i + 1]
|
964
964
|
bp = start if start else end
|
965
|
-
if strand ==
|
965
|
+
if strand == Strand.POSITIVE:
|
966
966
|
lte_exon = exon
|
967
967
|
gte_exon = next_exon
|
968
968
|
else:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cool_seq_tool
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: Common Operation on Lots of Sequences Tool
|
5
5
|
Author: Kori Kuzma, James Stevenson, Katie Stahl, Alex Wagner
|
6
6
|
License: MIT License
|
@@ -56,7 +56,7 @@ Requires-Dist: ga4gh.vrs
|
|
56
56
|
Requires-Dist: wags-tails ~=0.1.3
|
57
57
|
Requires-Dist: bioutils
|
58
58
|
Provides-Extra: dev
|
59
|
-
Requires-Dist: pre-commit ; extra == 'dev'
|
59
|
+
Requires-Dist: pre-commit >=3.7.1 ; extra == 'dev'
|
60
60
|
Requires-Dist: ipython ; extra == 'dev'
|
61
61
|
Requires-Dist: ipykernel ; extra == 'dev'
|
62
62
|
Requires-Dist: psycopg2-binary ; extra == 'dev'
|
@@ -69,11 +69,11 @@ Requires-Dist: sphinx-copybutton ==0.5.2 ; extra == 'docs'
|
|
69
69
|
Requires-Dist: sphinxext-opengraph ==0.8.2 ; extra == 'docs'
|
70
70
|
Requires-Dist: furo ==2023.3.27 ; extra == 'docs'
|
71
71
|
Requires-Dist: sphinx-github-changelog ==1.2.1 ; extra == 'docs'
|
72
|
-
Provides-Extra:
|
73
|
-
Requires-Dist: pytest ; extra == '
|
74
|
-
Requires-Dist: pytest-cov ; extra == '
|
75
|
-
Requires-Dist: pytest-asyncio ==0.18.3 ; extra == '
|
76
|
-
Requires-Dist: mock ; extra == '
|
72
|
+
Provides-Extra: test
|
73
|
+
Requires-Dist: pytest ; extra == 'test'
|
74
|
+
Requires-Dist: pytest-cov ; extra == 'test'
|
75
|
+
Requires-Dist: pytest-asyncio ==0.18.3 ; extra == 'test'
|
76
|
+
Requires-Dist: mock ; extra == 'test'
|
77
77
|
|
78
78
|
<h1 align="center">
|
79
79
|
CoolSeqTool
|
@@ -6,7 +6,7 @@ cool_seq_tool/handlers/__init__.py,sha256=KalQ46vX1MO4SJz2SlspKoIRy1n3c3Vp1t4Y2p
|
|
6
6
|
cool_seq_tool/handlers/seqrepo_access.py,sha256=jKUn9mdyK0rHJk9I274N9H_B-M1m4r-hmOX7VwfjRC0,9135
|
7
7
|
cool_seq_tool/mappers/__init__.py,sha256=O0JRxNFk8nWxD4v5ij47xelhvfVLdEXS43l2tzRuiUE,305
|
8
8
|
cool_seq_tool/mappers/alignment.py,sha256=6Vk4XEar54ivuH8N7oBqa9gUa8E5GjWCI9hC1HCkM18,9552
|
9
|
-
cool_seq_tool/mappers/exon_genomic_coords.py,sha256=
|
9
|
+
cool_seq_tool/mappers/exon_genomic_coords.py,sha256=McLXZcnDLdLSKR3eHnY4xJ0iLfCmSwAwK_RQXBV1AYQ,39160
|
10
10
|
cool_seq_tool/mappers/liftover.py,sha256=lltx9zxfkrb5PHtJlKp3a39JCwPP4e0Zft-mQc1jXL8,3367
|
11
11
|
cool_seq_tool/mappers/mane_transcript.py,sha256=iNkK8mtzXPmD1BROHzJ4vipr6oBbQv_BdUmvuOGFIMA,52823
|
12
12
|
cool_seq_tool/resources/__init__.py,sha256=VwUC8YaucTS6SmRirToulZTF6CuvuLQRSxFfSfAovCc,77
|
@@ -17,8 +17,8 @@ cool_seq_tool/sources/__init__.py,sha256=51QiymeptF7AeVGgV-tW_9f4pIUr0xtYbyzpvHO
|
|
17
17
|
cool_seq_tool/sources/mane_transcript_mappings.py,sha256=IQtaRWrIi3f1k0WiDtlmlfOlQQB6bTKSEAh2PHk-Lsw,4079
|
18
18
|
cool_seq_tool/sources/transcript_mappings.py,sha256=903RKTMBO2rbKh6iTQ1BEWnY4C7saBFMPw2_4ATuudg,10054
|
19
19
|
cool_seq_tool/sources/uta_database.py,sha256=TKMx_yoqWe5QVnqkZe_10x-Lp4PtKvArbMg5ufba0_Q,38353
|
20
|
-
cool_seq_tool-0.5.
|
21
|
-
cool_seq_tool-0.5.
|
22
|
-
cool_seq_tool-0.5.
|
23
|
-
cool_seq_tool-0.5.
|
24
|
-
cool_seq_tool-0.5.
|
20
|
+
cool_seq_tool-0.5.1.dist-info/LICENSE,sha256=IpqC9A-tZW7XXXvCS8c4AVINqkmpxiVA-34Qe3CZSjo,1072
|
21
|
+
cool_seq_tool-0.5.1.dist-info/METADATA,sha256=9GLDkcYGYGfUmhlkJ8S1bfjgbzPE2adEKy4iEwsyRnU,6210
|
22
|
+
cool_seq_tool-0.5.1.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
23
|
+
cool_seq_tool-0.5.1.dist-info/top_level.txt,sha256=cGuxdN6p3y16jQf6hCwWhE4OptwUeZPm_PNJlPb3b0k,14
|
24
|
+
cool_seq_tool-0.5.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|