comparison sampler.xml @ 3:0111a6eb7b98 draft

planemo upload for repository ['https://github.com/brsynth/icfree-ml', 'https://github.com/pablocarb/doebase'] commit f20f60fd4e265f3f710b711d1c72cd25c06938e4
author tduigou
date Mon, 03 Jul 2023 10:38:35 +0000
parents cd6d2c983e69
children d69cb64336e7
comparison
equal deleted inserted replaced
2:cd6d2c983e69 3:0111a6eb7b98
88 Input 88 Input
89 ----- 89 -----
90 90
91 Below is an example of an input file: 91 Below is an example of an input file:
92 92
93 +-----------+----------+---------------------+
93 | Parameter | maxValue | Ratios | 94 | Parameter | maxValue | Ratios |
94 |-----------|----------|---------------------| 95 +===========+==========+=====================+
95 | CP | 125 | 0.0 0.1 0.3 0.5 1.0 | 96 | CP | 125 | 0.0 0.1 0.3 0.5 1.0 |
97 +-----------+----------+---------------------+
96 | CPK | 125 | 1 | 98 | CPK | 125 | 1 |
99 +-----------+----------+---------------------+
97 | tRNA | 125 | | 100 | tRNA | 125 | |
101 +-----------+----------+---------------------+
98 | AA | 125 | | 102 | AA | 125 | |
103 +-----------+----------+---------------------+
99 | ribosomes | 125 | | 104 | ribosomes | 125 | |
105 +-----------+----------+---------------------+
100 | mRNA | 125 | | 106 | mRNA | 125 | |
107 +-----------+----------+---------------------+
101 | Mg | 125 | | 108 | Mg | 125 | |
109 +-----------+----------+---------------------+
102 | K | 125 | | 110 | K | 125 | |
111 +-----------+----------+---------------------+
103 112
104 The first column is the parameter (or factor) names. 113 The first column is the parameter (or factor) names.
105 114
106 The second column is the maxValue of the parameter that will be used in the sampling. 115 The second column is the maxValue of the parameter that will be used in the sampling.
107 116