Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
weisscharlesj committed Apr 6, 2024
1 parent ae9e036 commit 5dd4c59
Show file tree
Hide file tree
Showing 19 changed files with 225,565 additions and 54,354 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27,807 changes: 27,807 additions & 0 deletions _images/18bab548a5db5df903685ce67a6e331cb356efedeaa11c3e8e2f6c4596ddef9a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27,790 changes: 27,790 additions & 0 deletions _images/1994900a9fc6c9ee05503e156015b549de4405e179a7cdaa140870a3f59e8dac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27,807 changes: 27,807 additions & 0 deletions _images/5db6679c0048fa117b853b26effc126c48b6c95ad7b55edc8b5b4c509718d726.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27,790 changes: 27,790 additions & 0 deletions _images/897d6a6b68b37a78b156d39c79275a99fe889a4faaa78ee8d68eb884729f99b1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27,807 changes: 27,807 additions & 0 deletions _images/b3691815258b181ee8b2fc32d992b32434a4f504e082c70773ed200b390930dd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27,790 changes: 27,790 additions & 0 deletions _images/c5af26b6d8cdc928ce66aac5140bec6e1255e7f252e90fb2c365c1260ddb2e31.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/interactive_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108,688 changes: 54,359 additions & 54,329 deletions _sources/notebooks/chapter_16/chap_16_notebook.ipynb

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions _sources/notebooks/chapter_16/nglview_experimentation.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "eea59bbc-da8f-4513-9ec5-7c6fbcf828e0",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "9cd3022ba7b440239425bca83e3484e4",
"version_major": 2,
"version_minor": 0
},
"text/plain": []
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import nglview as nv"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "99809986-1e91-47d1-867f-0311f6223851",
"metadata": {},
"outputs": [],
"source": [
"import Bio\n",
"from Bio import PDB, SeqIO, SeqUtils, Align"
]
},
{
"cell_type": "code",
"execution_count": 15,
"id": "731aa2fd-271d-4baf-b582-690689b0d55a",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "fe4f75a6d9e04c32be33f15f9d3cd4d0",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"NGLWidget(gui_style='ngl')"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"prot = nv.show_pdbid('1rpy')\n",
"prot.clear_representations()\n",
"prot.add_representation('cartoon')\n",
"prot.add_representation('licorice', selection='ring')\n",
"\n",
"prot.gui_style = 'ngl'\n",
"prot"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "24981c63-162e-4d56-9abc-0acfc137457c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
67 changes: 43 additions & 24 deletions notebooks/chapter_16/chap_16_notebook.html

Large diffs are not rendered by default.

523 changes: 523 additions & 0 deletions notebooks/chapter_16/nglview_experimentation.html

Large diffs are not rendered by default.

Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 5dd4c59

Please sign in to comment.