This file is indexed.

/usr/share/pymol/examples/cookbook/scenes2movie.pml is in pymol-data 1.8.4.0+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
55
56
57
58
59
60
# first, create some scenes

load $TUT/1hpv.pdb
util.cbc

orient
as ribbon
scene new, store

orient organic
show sticks, organic
scene new, store

show lines, byres organic around 5
orient rep lines
scene new, store

# now define a movie

mset 1 x180

# here's what our movie will look like:

# 1-30, scene 001 static
# 31-60, scene 002 interpolation
# 61-90, scene 002 static
# 91-120, scene 003 interpolation
# 121-150, scene 003 static
# 151-180, scene 001 interpolation

# first we define the scene content

mdo 1: scene 001, view=0, animate=0, quiet=1
mdo 31: scene 002, view=0, animate=0, quiet=1
mdo 91: scene 003, view=0, animate=0, quiet=1
mdo 151: scene 001, view=0, animate=0, quiet=1

# then we define the camera waypoints

scene 001, animate=0
mview store, 1
mview store, 31
mview store, 180

scene 002, animate=0
mview store, 61
mview store, 91

scene 003, animate=0
mview store, 121
mview store, 151

# now we interpolate

mview interpolate

# and play the movie

rewind
mplay