Mercurial > repos > bimib > cobraxy
changeset 452:40a8eeb5f614 draft
Uploaded
author | francesco_lapi |
---|---|
date | Thu, 11 Sep 2025 20:40:46 +0000 |
parents | a4e8f3188813 |
children | 51f794fff930 |
files | COBRAxy/fromCSVtoCOBRA_beta.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/fromCSVtoCOBRA_beta.xml Thu Sep 11 20:34:30 2025 +0000 +++ b/COBRAxy/fromCSVtoCOBRA_beta.xml Thu Sep 11 20:40:46 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="fromcsvtocobra" name="From CSV to COBRA model" version="1.0.0"> +<tool id="fromCSVtoCOBRA_beta" name="fromCSVtoCOBRA - Beta" version="1.0.0"> <description>Convert a tabular dataset to a COBRA model</description> <!-- Python dependencies required for COBRApy --> @@ -16,7 +16,7 @@ <!-- Command to run the Python script --> <command detect_errors="exit_code"><![CDATA[ - python $__tool_directory__/from_csv_to_cobra.py + python $__tool_directory__/fromCSVtoCOBRA_beta.py --tool_dir $__tool_directory__ --input $input --format $format