1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Aevol virus example
===================
This example primarily consists of a set of parameters (file param.in) with which evolution will produce genomes
that share some characteristics with viral genomes.
In particular, the genomes produced with this setup will be more densely packed than those from the basic example.
To run an experiment with the virus setup, follow the steps from the basic example but from the virus directory:
```sh
cd examples/virus
aevol_2b_create param.in
[...]
```
This can be done with either 2-BASES or 4-BASES genomes: select aevol commands with _\_2b_ (*e.g.* `aevol_2b_create`) or _\_4b_ (*e.g.* `aevol_4b_create`).
|