This file is indexed.

/usr/share/cain/examples/sbml/dsmts31/dsmts-003-02.mod is in cain-examples 1.10+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
@model:3.1.1=Dimerisation02 "Dimerisation model (003), variant 02"
 s=item,t=second,v=litre
@compartments
 Cell
@species
 Cell:P=1000 s
 Cell:P2=0 s
@parameters
 k1=0.0002
 k2=0.004
@reactions
@r=Dimerisation
 2P ->  P2
 k1*P*(P-1)/2
@r=Disassociation
 P2 -> 2P 
 k2*P2