NAME

Aevol - an in silico experimental evolution platform

SYNOPSIS

aevol_run -h | --help
 
aevol_run -V | --version
 
aevol_run [-b TIMESTEP] [-e TIMESTEP | -n NB_TIMESTEP] [-p NB_THREADS] [-vwx]

DESCRIPTION

Aevol is a simulation platform that allows one to let populations of digital organisms evolve in different conditions and study experimentally the mechanisms responsible for the structuration of the genome and the transcriptome.
aevol_run
run an aevol simulation.

OPTIONS

-h, --help
print help, then exit
-V, --version
print version number, then exit
-b, --begin TIMESTEP
 
specify time t0 to resume simulation at (default read in last_gener.txt)
-e, --end TIMESTEP
 
specify time of the end of the simulation
-n, --nb-timesteps NB_TIMESTEPS
 
specify number of timesteps to be simulated (default 1000)
-p, --parallel
NB_THREADS run on NB_THREADS threads (use -1 for system default)
-v, --verbose
be verbose
-w, --wait
pause after loading
-x, --noX
don't display X outputs upon start
 
send SIGUSR1 to switch X output on/off

SEE ALSO

aevol_create, aevol_modify, aevol_propagate