Skip to content

Commit

Permalink
Test (#34)
Browse files Browse the repository at this point in the history
* added pocket KLIFS region and colors to KLIFS module; updated databases notebook; updated poetry lock to add Bio

* added data viz packages via Poetry; added KLIFS pocket annotations from OpenCADD; added colors in database module

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* added documentation to colors module

* updated cbioportal to make save optional flag

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updated test for cbioportal changes

* updated CLI for cbioportal changes

* updated getting started docs, cbioportal, config, and pfam find_pfam_domain

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updated testing so not removing csv since not saving

* fixed coloring issue

* updated database notebook, Poetry, and colors

* updated colors and notebooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jessicaw9910 and pre-commit-ci[bot] authored Jun 5, 2024
1 parent 15d57b0 commit 8936f55
Show file tree
Hide file tree
Showing 4 changed files with 3,173 additions and 9 deletions.
2 changes: 1 addition & 1 deletion notebooks/databases.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
"source": [
"df_uniprot.to_csv(\"kinhub_uniprot.csv\", index=False)\n",
"df_pfam.to_csv(\"kinhub_pfam.csv\", index=False)\n",
"df_klifs.to_csv(\"kihub_klifs.csv\", index=False)"
"df_klifs.to_csv(\"kinhub_klifs.csv\", index=False)"
]
}
],
Expand Down
256 changes: 256 additions & 0 deletions notebooks/klifs_pocket.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 8936f55

Please sign in to comment.