annotate physiofit.xml @ 2:232ad69fc93c draft

planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
author workflow4metabolomics
date Tue, 16 Jan 2024 15:42:03 +0000
parents 52dddad92226
children 4e885e541368
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
1 <tool id='physiofit' name='PhysioFit: extracellular flux calculation' version='@TOOL_VERSION@+galaxy0' python_template_version='3.5' profile='21.05'>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
2 <description>PhysioFit is a scientific tool designed to quantify cell growth parameters and uptake and production fluxes</description>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
3 <macros>
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
4 <token name='@TOOL_VERSION@'>3.3.2</token>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
5 </macros>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
6 <requirements>
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
7 <requirement type='package' version='@TOOL_VERSION@'>physiofit</requirement>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
8 </requirements>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
9 <command detect_errors='exit_code'><![CDATA[
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
10 physiofit
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
11 --galaxy
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
12 --config $configfile
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
13 --data $datafile
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
14 -or '$recap'
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
15 -oz $zip
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
16 2> $log
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
17 ]]>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
18 </command>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
19 <inputs>
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
20 <param name='datafile' type='data' format='tabular, txt' multiple='true' label='Upload data file containing biomass and concentration values'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
21 <param name='configfile' type='data' format='yaml' multiple='true' label='Upload yaml configuration file containing run parameters'/>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
22 </inputs>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
23 <outputs>
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
24 <data name='recap' label='Summary file' format='csv'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
25 <data name='zip' label='Results' format='zip'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
26 <data name='log' label='Log' format='txt'/>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
27 </outputs>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
28 <tests>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
29 <test>
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
30 <param name='datafile' value='data.txt'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
31 <param name='configfile' value='config_file.yml'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
32 <output name='recap'>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
33 <assert_contents>
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
34 <has_text text='experiments'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
35 <has_text text='growth_rate'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
36 <has_text text='Glc_q'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
37 <has_text text='Glc_M0'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
38 <has_text text='Ace_q'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
39 <has_text text='Ace_M0'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
40 <has_text text='optimal'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
41 <has_text text='mean'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
42 </assert_contents>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
43 </output>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
44 <output name='zip'>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
45 <assert_contents>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
46 <has_archive_member path='.*\.svg' min='3'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
47 <has_archive_member path='.*\.tsv' min='2'/>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
48 <has_archive_member path='.*\.pdf' min='1'/>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
49 </assert_contents>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
50 </output>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
51 </test>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
52 </tests>
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
53 <help><![CDATA[
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
54 **PhysioFit is a scientific tool designed to quantify cell growth parameters and uptake & production fluxes**
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
55
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
56 Fluxes are estimated using mathematical models by fitting time-course measurements of the concentration of
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
57 cells and extracellular substrates and products. PhysioFit is shipped with some common growth models, and
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
58 additional tailor-made models can be implemented by users.
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
59
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
60 **PhysioFit includes the following features:**
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
61
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
62 * **calculation of growth rate and extracellular (uptake and production) fluxes**,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
63 * **a set of steady-state and dynamic models** are shipped with PhysioFit,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
64 * **tailor-made models** can be constructed by users,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
65 * Monte-Carlo sensitivity analysis to **estimate the precision of the calculated fluxes**,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
66 * **evaluation of the goodness of fit and visual inspection of the fitted curves**,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
67 * shipped as a **library** with both a **graphical** and a **command line** interface,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
68 * **open-source, free and easy to install** everywhere where Python 3 and pip run,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
69 * **biologist-friendly**.
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
70
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
71 It is one of the routine tools that we use at the
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
72 `MetaSys team <https://www.toulouse-biotechnology-institute.fr/en/poles/equipe-metasys/>`_
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
73 and `MetaToul platform <https://mth-metatoul.com/>`_ to calculate fluxes.
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
74
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
75 The code is open-source, and available on `GitHub <https://github.com/MetaSys-LISBP/PhysioFit/>`_ under a GPLv3 license.
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
76
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
77 This documentation is available on Read the Docs (`https://physiofit.readthedocs.io <https://physiofit.readthedocs.io/>`_)
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
78 and can be downloaded as a `PDF file <https://readthedocs.org/projects/physiofit/downloads/pdf/latest/>`_.
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
79
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
80 ]]></help>
0
198d81ccc75e planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 188d100128db10dde9bac0bb6c6c60e6946508a1
workflow4metabolomics
parents:
diff changeset
81 <citations>
2
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
82 <citation type='bibtex'>@article{10.1101/2023.10.12.561695,
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
83 author = {Le Grégam, Loïc and Guitton, Yann and Bellvert, Floriant and Heux, Stéphanie and Jourdan, Fabien and Portais, Jean-Charles and Millard, Pierre},
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
84 title = "{Physiofit: a software to quantify cell growth parameters and extracellular fluxes}",
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
85 year = {2023},
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
86 month = {10},
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
87 abstract = '{Quantification of growth parameters and extracellular uptake and production fluxes is central in systems and synthetic biology.
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
88 Fluxes can be estimated using various mathematical models by fitting time-course measurements of the concentration of cells and
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
89 extracellular substrates and products. A single tool is available to calculate extracellular fluxes, but it is hardly interoperable and
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
90 includes a single hard-coded growth model. We present our open-source flux calculation software, PhysioFit, which can be used with any
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
91 growth model and is interoperable by design. PhysioFit includes by default the most common growth models, and additional models can be
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
92 implemented by users to calculate fluxes and other growth parameters for metabolic systems or experimental setups that follow alternative
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
93 kinetics. PhysioFit can be used as a Python library and includes a graphical user interface for intuitive use by end-users and a
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
94 command-line interface to streamline integration into existing pipelines.}',
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
95 doi = {10.1101/2023.10.12.561695},
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
96 url = {https://doi.org/10.1101/2023.10.12.561695},
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
97 }
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
98 </citation>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
99 </citations>
232ad69fc93c planemo upload for repository https://github.com/MetaSys-LISBP/PhysioFit commit 79951a0ab2644ba8ca6615200e9be1a8645d78d4
workflow4metabolomics
parents: 1
diff changeset
100 </tool>