Skip to content

Commit

Permalink
chore: corrected documentation of observables
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 21, 2021
1 parent 034831b commit 14b8dbf
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions biosimulators.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -232,6 +236,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -294,6 +302,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -356,6 +368,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -418,6 +434,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -480,6 +500,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -542,6 +566,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -620,6 +648,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down Expand Up @@ -698,6 +730,10 @@
{
"variables": "parameter values",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfParameters/sbml:parameter/@value"
},
{
"variables": "compartment sizes",
"targetPattern": "/sbml:sbml/sbml:model/sbml:listOfCompartments/sbml:compartment"
}
],
"availableSoftwareInterfaceTypes": ["library", "command-line application",
Expand Down
2 changes: 1 addition & 1 deletion biosimulators/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION=0.0.1
ARG VERSION=0.0.2
ARG SIMULATOR_VERSION=1.4.0
ARG LIBSBML_VERSION=5.19.0

Expand Down
2 changes: 1 addition & 1 deletion biosimulators/biosimulators_libsbmlsim/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

0 comments on commit 14b8dbf

Please sign in to comment.