Skip to content

Commit

Permalink
fix(tools): sampler, table syntax (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt authored Jul 3, 2023
1 parent b29963e commit f20f60f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/doe_synbio/sampler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,25 @@ Input
Below is an example of an input file:
+-----------+----------+---------------------+
| Parameter | maxValue | Ratios |
|-----------|----------|---------------------|
+===========+==========+=====================+
| CP | 125 | 0.0 0.1 0.3 0.5 1.0 |
+-----------+----------+---------------------+
| CPK | 125 | 1 |
+-----------+----------+---------------------+
| tRNA | 125 | |
+-----------+----------+---------------------+
| AA | 125 | |
+-----------+----------+---------------------+
| ribosomes | 125 | |
+-----------+----------+---------------------+
| mRNA | 125 | |
+-----------+----------+---------------------+
| Mg | 125 | |
+-----------+----------+---------------------+
| K | 125 | |
+-----------+----------+---------------------+
The first column is the parameter (or factor) names.
Expand Down

0 comments on commit f20f60f

Please sign in to comment.