-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from TranslatorSRI/babel-1.3
This PR includes several minor fixes needed to build Babel: - Upgrade: - UMLS to 2023AB - RxNorm to 01022024 - Biolink Model to 3.6.0 - Reduced log level of empty synonym list from warning to debug to reduce the size of the overall log. - I accidentally merged #206 into this branch instead of `master`, so it has a bunch of changes, including: - Adding `genefamily_outputs`, `umls_outputs` and `macromolecularcomplex_outputs`. - Adding the KGX export to the `all` target. - Expanding babel_outputs to 500Gi to accommodate KGX files. - A bug fix for #197 - KGX export now produces gzipped files. - #207 - #202 - #218 - Includes some code from PR #217, but only produces a warning instead of skipping mappings.
- Loading branch information
Showing
12 changed files
with
333 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ spec: | |
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 400Gi | ||
storage: 500Gi | ||
storageClassName: basic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.