-
Notifications
You must be signed in to change notification settings - Fork 2
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 #415 from biosustain/move_example_inputs_into_package
Move example inputs into package
- Loading branch information
Showing
42 changed files
with
517 additions
and
788 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
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,2 +1,2 @@ | ||
recursive-include tests/data * | ||
recursive-include src/maud/stan *.stan | ||
recursive-include src/maud/data * |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ url = https://github.com/biosustain/Maud | |
download_url = https://pypi.org/project/maud-metabolic-models/ | ||
author = Novo Nordisk Foundation Center for Biosustainability, Technical University of Denmark | ||
author_email = [email protected] | ||
version = 0.4.0.0 | ||
version = 0.4.0.1 | ||
# Please consult https://pypi.org/classifiers/ for a full list. | ||
classifiers = | ||
Development Status :: 2 - Pre-Alpha | ||
|
@@ -30,6 +30,7 @@ include_package_data=True | |
install_requires = | ||
pip >= 20 | ||
arviz >= 0.12.1 | ||
importlib_resources >= 3.2 | ||
numpy | ||
scipy | ||
sympy | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
kcat = [ | ||
{exploc = 1, scale = 0.6, reaction = "r1", enzyme = "r1"}, | ||
{exploc = 1, scale = 0.6, reaction = "r2", enzyme = "r2"}, | ||
{exploc = 1, scale = 0.6, reaction = "r3", enzyme = "r3"}, | ||
] | ||
|
||
km = [ | ||
{exploc = 1, scale = 0.6, metabolite = "M1", compartment = "e", enzyme = "r1"}, | ||
{exploc = 1, scale = 0.6, metabolite = "M1", compartment = "c", enzyme = "r1"}, | ||
{exploc = 1, scale = 0.6, metabolite = "M1", compartment = "c", enzyme = "r2"}, | ||
{exploc = 1, scale = 0.6, metabolite = "M2", compartment = "c", enzyme = "r3"}, | ||
{exploc = 1, scale = 0.6, metabolite = "M2", compartment = "e", enzyme = "r3"}, | ||
] | ||
|
||
transfer_constant = [ | ||
{exploc = 1, scale = 0.6, enzyme = "r1"}, | ||
{exploc = 1, scale = 0.6, enzyme = "r2"}, | ||
] | ||
|
||
dissociation_constant = [ | ||
{exploc = 1, scale = 0.6, enzyme = "r1", metabolite = "M2", compartment = "c", modification_type = "activation"}, | ||
{exploc = 1, scale = 0.6, enzyme = "r2", metabolite = "M1", compartment = "c", modification_type = "inhibition"}, | ||
] | ||
|
||
dgf = [ | ||
{location = -1, metabolite = "M1", scale = 0.05}, | ||
{location = -2, metabolite = "M2", scale = 0.05}, | ||
] | ||
|
||
psi = [ | ||
{location = -0.95, scale = 0.2, experiment = "condition1"}, | ||
{location = -0.95, scale = 0.2, experiment = "condition2"}, | ||
] | ||
|
||
ki = [ | ||
{exploc = 1, scale = 0.6, enzyme = "r2", reaction = "r2", metabolite = "M1", compartment = "c"}, | ||
] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.