Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(IPVC-3107): detect transcripts in UTA but not in txinfo #47

Merged
merged 10 commits into from
Dec 9, 2024

Conversation

nvta1209
Copy link

@nvta1209 nvta1209 commented Dec 6, 2024

Adds an optional step to the UTA update procedure which finds transcripts in the current UTA database version which are not in the txinfo file. This does not yet address missing translational exceptions.

COPY pyproject.toml ./
RUN pip install -e .[dev]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two pip-installs is the best solution I could come up with to prevent reinstalling dependencies whenever src changed (for a faster development cycle using docker).

@@ -5,6 +5,7 @@
uta --version
uta (-C CONF ...) [options] shell
uta (-C CONF ...) [options] drop-schema
uta (-C CONF ...) [options] check-transcripts [--prefixes=PREFIXES] TXINFO_FILE UTA_SCHEMA OUTPUT_FILE
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found it confusing to define the cli interface in the docstring.

@nvta1209 nvta1209 merged commit dea5bd5 into main Dec 9, 2024
1 check passed
@nvta1209 nvta1209 deleted the IPVC-3107-detect-missing-transcripts branch December 9, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants