This file is indexed.

/usr/share/cain/examples/cain/WilkinsonSMfSB/ch07-dimer-stoch.xml 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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<cain version="1.7">
  <listOfModels>
    <model id="DimerKineticsStoch" name="Dimerisation Kinetics (stochastic)">
      <listOfSpecies>
        <species initialAmount="301" id="P"/>
        <species initialAmount="0" id="P2"/>
      </listOfSpecies>
      <listOfReactions>
        <reaction propensity="0.00166" massAction="true" id="Dimerisation">
          <listOfReactants>
            <speciesReference stoichiometry="2" species="P"/>
          </listOfReactants>
          <listOfProducts>
            <speciesReference species="P2"/>
          </listOfProducts>
        </reaction>
        <reaction propensity="0.2" massAction="true" id="Dissociation">
          <listOfReactants>
            <speciesReference species="P2"/>
          </listOfReactants>
          <listOfProducts>
            <speciesReference stoichiometry="2" species="P"/>
          </listOfProducts>
        </reaction>
      </listOfReactions>
    </model>
  </listOfModels>
  <listOfMethods>
    <method equilibrationTime="0.0" startTime="0.0" recordingTime="5.0" id="Direct" category="0" numberOfBins="32" multiplicity="4" method="0" timeDependence="0" numberOfFrames="101" options="0"/>
  </listOfMethods>
  <random seed="2147483648">
  </random>
</cain>