-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from MetaSys-LISBP/dev
Dev
- Loading branch information
Showing
7 changed files
with
282 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "physiofit" | ||
version = "3.1.1" | ||
version = "3.2.0" | ||
description = "Calculate extracellular fluxes from metabolite concentrations and biomass data" | ||
authors = ["llegregam <[email protected]>"] | ||
license = "GNU General Public License (GPL)" | ||
|
@@ -16,7 +16,6 @@ numpy = "^1.24.2" | |
scipy = "^1.10.1" | ||
streamlit = "^1.20.0" | ||
matplotlib = "^3.7.1" | ||
openpyxl = "^3.0.9" | ||
pyyaml = "^6.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
time X S_GlcEq P_ethanol | ||
0 1.1059872 75.04926 0 | ||
2 1.1495275 73.038826 0.57032937 | ||
4 1.9303926 70.92306 1.6142677 | ||
6 2.7112577 68.06932 2.5530024 | ||
10 5.3252807 58.518 6.1151433 | ||
16 11.72252 33.73693 18.411366 | ||
22 21.279594 1.3718239 31.23335 | ||
34 21.328758 0 31.5461 | ||
45 21.27246 0 31.384602 | ||
experiments time X S_GlcEq P_ethanol | ||
A 0 1.1059872 75.04926 0 | ||
A 2 1.1495275 73.038826 0.57032937 | ||
A 4 1.9303926 70.92306 1.6142677 | ||
A 6 2.7112577 68.06932 2.5530024 | ||
A 10 5.3252807 58.518 6.1151433 | ||
A 16 11.72252 33.73693 18.411366 | ||
A 22 21.279594 1.3718239 31.23335 | ||
A 34 21.328758 0 31.5461 | ||
A 45 21.27246 0 31.384602 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters