-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpresentation.qmd
More file actions
55 lines (30 loc) · 916 Bytes
/
presentation.qmd
File metadata and controls
55 lines (30 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: Molstar example
format:
revealjs:
css: presentation.css
molstar: embed
---
## RCSB PDB
Get a protein from the RCSB PDB with:
`{{{< mol-rcsb 7sgl >}}}`
{{< mol-rcsb 7sgl >}}
## Local pdb file
Get a local pdb file with:
`{{{< mol-url ./www/7sgl.pdb >}}}`
{{< mol-url ./www/7sgl.pdb >}}
## pdb file from url
Get a pdb file from a url:
`{{{< mol-url https://files.rcsb.org/download/7sgl.pdb >}}}`
{{< mol-url https://files.rcsb.org/download/7sgl.pdb >}}
## local xyz file
Get a local xyz file with:
`{{{< mol-url ./www/example.xyz >}} }`
{{< mol-url ./www/example.xyz >}}
## local pdb and trajectory
Load a topology and a trajectory with:
`{{{< mol-traj ./www/example.pdb ./www/example.xtc >}}}`
{{< mol-traj ./www/example.pdb ./www/example.xtc >}}
## local pdb with higher resolution
`{{{< mol-url ./www/7sgl.pdb pixelScale=3 >}}}`
{{< mol-url ./www/7sgl.pdb pixelScale=3 >}}