-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgraded Python version to >=3.10,<4.0 in pyproject.toml, poetry.lock…
… and databses-ci; added biotite package to dependencies (#63) * upgraded Python version to >=3.10,<4.0 in pyproject.toml, poetry.lock, and databses-ci; added biotite package to dependencies * added ClustalOmegaAligner * adding whole KLIFS pocket mapping to klifs and kinase_schema modules * added try_except_substraction for whole KLIFS pocket matching algo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * overwriting conflict attributable to pre-commit.ci * added openpyxl via Poetry * added PKIS2 Km, ATP data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added pydantic to test_env.yaml in devtools * added git to test_env.yaml in devtools * corrected git to GitPython in test_env.yaml in devtools * removed unused imports * chmod -x klifs pocket notebook * added error handling for get_sequence_max_with_exception and kinase_info.KLIFS2UniProtSeq[region] TypeError; removed KLIFSPocket remnants * added upsetplot and panel for plotting * added PKIS heatmap workbook * removed extraneous UpSet plotting * added try_except_middle_int to extract single missense AA change from Mutations * added plot module for SequenceAlignment * added API client for Protvar * updated all pre-processing for Broad ML in Drug Discovery poster in notebooks/pkis2_km_atp.ipynb * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added ESM-2 PKIS scripts to ML package; sub-package integration ongoing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed flake8 issues * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed final flake8 errors in esm2 utils * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bdea8c6
commit 04ea845
Showing
21 changed files
with
3,358 additions
and
114 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
Binary file not shown.
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 |
---|---|---|
|
@@ -21,3 +21,5 @@ dependencies: | |
- beautifulsoup4 | ||
- numpy | ||
- biopython | ||
- pydantic | ||
- GitPython |
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.