File: README

package info (click to toggle)
aevol 5.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,504 kB
  • sloc: cpp: 25,999; ansic: 997; makefile: 248; sh: 91
file content (57 lines) | stat: -rw-r--r-- 2,249 bytes parent folder | download | duplicates (3)
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
###############################################################################
#
#  Aevol - An in silico experimental evolution platform
#
###############################################################################
# 
#  Aevol is a digital genetics model: populations of digital organisms are
#  subjected to a process of selection and variation, which creates a
#  Darwinian dynamics.
#  .
#  By modifying the characteristics of selection (e.g. population size,
#  type of environment, environmental variations) or variation (e.g.
#  mutation rates, chromosomal rearrangement rates, types of
#  rearrangements, horizontal transfer), one can study experimentally the
#  impact of these parameters on the structure of the evolved organisms.
#  In particular, since Aevol integrates a precise and realistic model of
#  the genome, it allows for the study of structural variations of the
#  genome (e.g. number of genes, synteny, proportion of coding sequences).
#  .
#  The simulation platform comes along with a set of tools for analysing
#  phylogenies and measuring many characteristics of the organisms and
#  populations along evolution.
#
###############################################################################


The complete documentation being quite heavy, it is not included in basic
distributions. Please visit www.aevol.fr


To take a quick tour, please take the following steps:

1) install aevol
  cd into aevol main dir
  ./configure
  make
  sudo make install

  (see INSTALL in the main dir or run ./configure --help for more information)

  NOTE: If you don't have sudo rights or simply don't want to install aevol
  just yet, skip the "sudo make install" step and run the executables "locally"
  with ../../src/aevol_create and ../../src/aevol_run


2) To run an example, cd into it then run:
   aevol_create
   aevol_run
   
The first command will create an experiment with the parameters contained
in the "param.in" file
The second command will launch the simulation for 1000 generations
(use --nb-timesteps XXX or -n XXX to run for XXX generations)

For more information, please see the manpages (e.g. man aevol_create), run any
executable with the -h option (e.g. aevol_create -h) and ultimately visit 
www.aevol.fr