# HG changeset patch
# User luca_milaz
# Date 1720095761 0
# Node ID eebdc9119bd8e7aa3bcea6ae197fcc9434e9b943
# Parent 42f77c379f457202b668b78d1c4c9f732eeb19ea
Uploaded
diff -r 42f77c379f45 -r eebdc9119bd8 marea_2_0/flux_sampling.xml
--- a/marea_2_0/flux_sampling.xml Wed Jul 03 19:16:34 2024 +0000
+++ b/marea_2_0/flux_sampling.xml Thu Jul 04 12:22:41 2024 +0000
@@ -43,16 +43,18 @@
-
+
-
-
+
+
+
@@ -74,19 +76,22 @@
What it does
-------------
-This tool generates feasible samples starting from a model in JSON or XML format by using CBS (Corner-based sampling) and OPTGP (mproved Artificial Centering Hit-and-Run sampler) sampling algorithms.
+This tool generates flux samples starting from a model in JSON or XML format by using CBS (Corner-based sampling) and OPTGP (mproved Artificial Centering Hit-and-Run sampler) sampling algorithms.
Accepted files:
- - A model: JSON or XML file reporting reactions and rules contained in the model.
-
+ - A model: JSON or XML file reporting reactions and rules contained in the model. It can be a single model, multiple models or a collection of models.
Output:
-------------
The tool generates:
- - Samples: reporting the sampled fluxes for each reaction in the custom model given. Format: csv or pickle.
+ - Samples: reporting the sampled fluxes for each reaction. Format: csv or pickle.
- a log file (.txt).
- ]]>
+
+**TIP**: The Batches parameter is useful to mantain in memory just a batch of samples at time. For example, if you wish to sample 10.000 points, than it is suggested to select n_samples = 1.000 and n_batches=10.
+
+
+]]>
\ No newline at end of file