This file is indexed.

/usr/share/cain/examples/sbml/dsmts31/dsmts-003-05.mod is in cain-examples 1.9-7.

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
@model:3.1.1=Dimerisation05 "Dimerisation model (003), variant 05"
 s=item,t=second,v=litre
@compartments
 Cell
@species
 Cell:P2=0 s
@parameters
 k1=0.001
 k2=0.01
@reactions
@r=Dimerisation
 ->  P2
 0.5*k1*(100-2*P2)*(99-2*P2)
@r=Disassociation
 P2 -> 
 k2*P2