-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
COPY pyproject.toml ./ | ||
RUN pip install -e .[dev] |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
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.