Skip to content

Latest commit

 

History

History
367 lines (302 loc) · 53.3 KB

toc.md

File metadata and controls

367 lines (302 loc) · 53.3 KB
- [Available `viewer` objects:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/02.08-Visualization-and-pyrosetta.distributed.viewer.ipynb#Available-`viewer`-objects:)
- [Available `viewer.presets` objects:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/02.08-Visualization-and-pyrosetta.distributed.viewer.ipynb#Available-`viewer.presets`-objects:)
- [`viewer` objects contain docstrings as user documentation:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/02.08-Visualization-and-pyrosetta.distributed.viewer.ipynb#`viewer`-objects-contain-docstrings-as-user-documentation:)
- [`viewer.presets` objects contain docstrings as brief descriptions of each preset visualization](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/02.08-Visualization-and-pyrosetta.distributed.viewer.ipynb#`viewer.presets`-objects-contain-docstrings-as-brief-descriptions-of-each-preset-visualization)
- [Inspect the scores for the `GALigandDock` trajectories:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/07.05-Ligand-Docking-pyrosetta.distributed.ipynb#Inspect-the-scores-for-the-`GALigandDock`-trajectories:)
- [Now that we have performed `GALigandDock`, we can plot the ligand binding energy landscape:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/07.05-Ligand-Docking-pyrosetta.distributed.ipynb#Now-that-we-have-performed-`GALigandDock`,-we-can-plot-the-ligand-binding-energy-landscape:)
    - [A1.2 Design using the `N[^P][T]` motif](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/12.02-Glycan-Modeling-and-Design.ipynb#A1.2-Design-using-the-`N[^P][T]`-motif)
- [A2. Adding a man5 glycan:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/12.02-Glycan-Modeling-and-Design.ipynb#A2.-Adding-a-man5-glycan:)
- [A3. Modeling glycans](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/12.02-Glycan-Modeling-and-Design.ipynb#A3.-Modeling-glycans)
- [1. Parallelize script in an interactive session:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/15.03-GNU-Parallel-Via-Slurm.ipynb#1.-Parallelize-script-in-an-interactive-session:)
- [2. Parallelize script on a high-performance computing cluster with Slurm scheduling (non-interactive submission):](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/15.03-GNU-Parallel-Via-Slurm.ipynb#2.-Parallelize-script-on-a-high-performance-computing-cluster-with-Slurm-scheduling-(non-interactive-submission):)
- [3. Submit jobs individually to the SLURM scheduler:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/15.03-GNU-Parallel-Via-Slurm.ipynb#3.-Submit-jobs-individually-to-the-SLURM-scheduler:)
- [We can make use of the `dask` library to parallelize code](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/15.04-dask.delayed-Via-Slurm.ipynb#We-can-make-use-of-the-`dask`-library-to-parallelize-code)
- [Consider the following example that runs within this Jupyter notebook kernel just fine but could be parallelized:](http://nbviewer.jupyter.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/15.04-dask.delayed-Via-Slurm.ipynb#Consider-the-following-example-that-runs-within-this-Jupyter-notebook-kernel-just-fine-but-could-be-parallelized:)