Skip to content

Commit a1ce340

Browse files
Adding changes suggested by Sean Mauche
1 parent d2bc5c9 commit a1ce340

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ plots:
1818

1919
dsmts-userguide.pdf: dsmts-userguide.tex dsmts-models.tex
2020
pdflatex dsmts-userguide
21+
pdflatex dsmts-userguide
2122

2223
run:
2324
R CMD BATCH test-gillespie2.R

dsmts-003-07.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@model:3.1.1=Dimerisation06 "Dimerisation model (003), variant 06"
1+
@model:3.1.1=Dimerisation07 "Dimerisation model (003), variant 07"
22
s=item,t=second,v=litre
33
@compartments
44
Cell

dsmts-models.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
% to be included by dsmts-userguide.tex
22

3-
\subsection{dstms--001 --- The birth-death process}
3+
\subsection{dsmts--001 --- The birth-death process}
44

5-
\subsubsection{dstms--001--01}
5+
\subsubsection{dsmts--001--01}
66

77
This model contains one species, denoted by $X$. The amount of $X$
88
present in the system is measured in numbers of molecules. The initial
@@ -207,14 +207,14 @@ \subsubsection{dsmts--002--01}
207207
\]
208208
has global rate parameter
209209
\texttt{Alpha=1}. The death reaction $X\longrightarrow \emptyset$ has
210-
global rate parameter\texttt{Mu=0.1}. Mass-action stochastic kinetics
210+
global rate parameter \texttt{Mu=0.1}. Mass-action stochastic kinetics
211211
is assumed.
212212

213213
\addplots{dsmts-002-01}
214214

215215
\subsubsection{dsmts--002--02}
216216

217-
Same as \verb$dsmts-002-01$,except that
217+
Same as \verb$dsmts-002-01$, except that
218218
\verb$Alpha=10$.
219219

220220
\addplots{dsmts-002-02}

dsmts-userguide.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ \section{Introduction}
2828
\noindent To cite the test suite:
2929

3030
\noindent
31-
Evans, T. W., Gillespie, C. S., Wilkinson, D. J. (2008) The SBML discrete stochastic models test suite, \emph{Bioinformatics}, \textbf{24}:285-286.
31+
Evans, T. W., Gillespie, C. S., Wilkinson, D. J. (2008) \href{http://dx.doi.org/10.1093/bioinformatics/btm566}{The SBML discrete stochastic models test suite}, \emph{Bioinformatics}, \textbf{24}:285-286.
3232

3333
\subsection{Aims and Scope of the Test Suite}
3434

0 commit comments

Comments
 (0)