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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
\chapternonum{Appendix : Man Pages}
\label{app:manpages}
\addcontentsline{toc}{chapter}{Appendix : Man Pages}
\section{aevol\_create}
\label{sec:aevol-create}
\subsection*{Synopsis}
\begin{verbatim}
aevol_create -h or --help
aevol_create -V or --version
aevol_create [-f param_file]
\end{verbatim}
\subsection*{Description}
Create an experiment with setup as specified in param\_file.
\subsection*{Options}
\begin{verbatim}
-h, --help
print this help, then exit
-V, --version
print version number, then exit
-f, --file param_file
specify parameter file (default: param.in)
\end{verbatim}
\newpage
\section{aevol\_run}
\label{sec:aevol-run}
\subsection*{Synopsis}
\begin{verbatim}
aevol_run -h | --help
aevol_run -V | --version
aevol_run [-r GENER] [-n NB_GENER] [-tvwx]
\end{verbatim}
\subsection*{Description}
Run an \aevol{} simulation.
\subsection*{Options}
\begin{verbatim}
-h, --help
print this help, then exit
-V, --version
print version number, then exit
-r, --resume GENER
specify generation to resume simulation at (default 0)
-n, --nbgener NB_GENER
specify number of generations to be run (default 1000)
-t, --text
use text files instead of binary files when possible
-v, --verbose
be verbose
\end{verbatim}
\newpage
\section{aevol\_propagate}
\label{sec:aevol-propagate}
\subsection*{Synopsis}
\begin{verbatim}
aevol_propagate -h or --help
aevol_propagate -V or --version
aevol_propagate [-v] [-g GENER] [-i INDIR] [-o OUTDIR] [-S GENERALSEED]
aevol_propagate [-v] [-g GENER] [-i INDIR] [-o OUTDIR] [-s SELSEED]
[-m MUTSEED] [-t STOCHSEED] [-e ENVVARSEED] [-n ENVNOISESEED]
\end{verbatim}
\subsection*{Description}
\verb?aevol_propagate? creates a fresh copy of the experiment as it was at the given generation. The generation number of the copy will be reset to 0. If you use \verb?aevol_propagate? repeatedly to initialize several simulations, you should specify a different seed for each simulation, otherwise all simulations will yield exactly the same results. You can use the option -S to do so. In this case, the random drawings will be different for all random processes enabled in your simulations (mutations, stochastic gene expression, selection, migration, environmental variation, environmental noise). Alternatively, to change the random drawings for specific random processes only, do not use -S but the options -m, -s, -t, -e, -n (see below).
\subsection*{Options}
\begin{verbatim}
-h, --help
print this help, then exit
-V, --version
print version number, then exit
-v, --verbose
be verbose
-g, --gener GENER
specify generation number (default: that contained in file
last_gener.txt, if any)
-i, --in INDIR
specify input directory (default ".")
-o, --out OUTDIR
specify output directory (default "./output")
-S, --general-seed GENERALSEED
specify an integer to be used as a seed for random
numbers. If you use aevol_propagate repeatedly to initialize
several simulations, you should specify a different seed
for each simulation, otherwise all simulations will yield
exactly the same results. If you specify this general seed,
random drawings will be different for all random processes
enabled in your simulations (mutations, stochastic gene
expression, selection, migration, environmental variation,
environmental noise). To change the random drawings for a
specific random process only, do not use -S but the options
below.
-s, --sel-seed SELSEED
specify an integer as a seed for random numbers needed
for selection and migration (if spatial structure is enabled).
-m, --mut-seed MUTSEED
specify an integer as a seed for random numbers needed for
mutations.
-t, --stoch-seed STOCHSEED
specify an integer as a seed for random numbers needed for
stochastic gene expression.
-e, --env-var-seed ENVVARSEED
specify an integer as a seed for random numbers needed for
environmental variation.
-n, --env-noise-seed ENVNOISESEED
specify an integer as a seed for random numbers needed for
environmental noise.
\end{verbatim}
\newpage
\section{aevol\_modify}
\label{sec:aevol-modify}
\subsection*{Synopsis}
\begin{verbatim}
aevol_modify -h or --help
aevol_modify -V or --version
aevol_modify -g GENER [-f param_file]
\end{verbatim}
\subsection*{Description}
Modify an experiment as specified in param\_file.
\subsection*{Options}
\begin{verbatim}
-h, --help
print this help, then exit
-V, --version
print version number, then exit
-g, --gener GENER
specify generation number
-f, --file param_file
specify parameter file (default: param.in)
\end{verbatim}
\clearemptydoublepage
|