cool-seq-tool 0.9.0__tar.gz → 0.9.1__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.
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/PKG-INFO +1 -1
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/mappers/mane_transcript.py +1 -1
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool.egg-info/PKG-INFO +1 -1
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/mappers/test_mane_transcript.py +10 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.coveragerc +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.github/ISSUE_TEMPLATE/bug-report.yaml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.github/ISSUE_TEMPLATE/feature-request.yaml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.github/workflows/checks.yaml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.github/workflows/pr-priority-label.yaml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.github/workflows/release.yml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.github/workflows/stale.yaml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.gitignore +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.pre-commit-config.yaml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/.readthedocs.yaml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/CITATION.cff +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/LICENSE +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/README.md +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/Makefile +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/make.bat +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/_static/img/biomart.png +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/_templates/module_summary.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/changelog.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/conf.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/contributing.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/index.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/install.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/license.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/reference/index.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/transcript_selection.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/docs/source/usage.rst +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/pyproject.toml +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/setup.cfg +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/__init__.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/app.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/handlers/__init__.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/handlers/seqrepo_access.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/mappers/__init__.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/mappers/alignment.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/mappers/exon_genomic_coords.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/mappers/liftover.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/resources/__init__.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/resources/data_files.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/resources/status.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/resources/transcript_mapping.tsv +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/schemas.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/sources/__init__.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/sources/mane_transcript_mappings.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/sources/transcript_mappings.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/sources/uta_database.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/utils.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool.egg-info/SOURCES.txt +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool.egg-info/dependency_links.txt +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool.egg-info/requires.txt +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool.egg-info/top_level.txt +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/conftest.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/handlers/test_seqrepo_access.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/mappers/test_alignment.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/mappers/test_exon_genomic_coords.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/mappers/test_liftover.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/sources/test_mane_transcript_mappings.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/sources/test_uta_database.py +0 -0
- {cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/tests/test_utils.py +0 -0
@@ -926,6 +926,16 @@ async def test_valid(test_mane_transcript):
|
|
926
926
|
)
|
927
927
|
assert resp
|
928
928
|
|
929
|
+
# issue-394
|
930
|
+
resp = await test_mane_transcript.get_mane_transcript(
|
931
|
+
"ENST00000496384.7",
|
932
|
+
1799,
|
933
|
+
1799,
|
934
|
+
AnnotationLayer.CDNA,
|
935
|
+
try_longest_compatible=True,
|
936
|
+
)
|
937
|
+
assert resp
|
938
|
+
|
929
939
|
|
930
940
|
@pytest.mark.asyncio()
|
931
941
|
async def test_no_matches(test_mane_transcript):
|
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
|
{cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/mappers/exon_genomic_coords.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/resources/transcript_mapping.tsv
RENAMED
File without changes
|
File without changes
|
File without changes
|
{cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/sources/mane_transcript_mappings.py
RENAMED
File without changes
|
{cool_seq_tool-0.9.0 → cool_seq_tool-0.9.1}/src/cool_seq_tool/sources/transcript_mappings.py
RENAMED
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
|