Skip to content

Commit

Permalink
remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jun 16, 2024
1 parent a2b12dd commit 5d7f1e2
Show file tree
Hide file tree
Showing 14 changed files with 362 additions and 118 deletions.
3 changes: 0 additions & 3 deletions cases/0001/index0.heta
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ r1 @Reaction {actors: s1 => } := k1 * s1 * comp1;

// constant of reaction
k1 @Const = 0.01;

// export format
#export {format: SBML};
21 changes: 0 additions & 21 deletions cases/0001/index1.heta

This file was deleted.

30 changes: 0 additions & 30 deletions cases/0001/index4.heta

This file was deleted.

41 changes: 0 additions & 41 deletions cases/0001/index5.heta

This file was deleted.

3 changes: 0 additions & 3 deletions cases/0002/index0.heta
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ r1 @Reaction {actors: s1 -> p1} := k1 * s1 * comp1;

// reaction constant
k1 @Const = 0.1;

// export format
#export {format: SBML};
3 changes: 0 additions & 3 deletions cases/0002/index1.heta
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ r1 @Reaction {actors: s1 -> p1} := Vmax * s1 / (Km + s1) * comp1;
// reaction constant
Vmax @Const = 0.1;
Km @Const = 0.5;

// export format
#export {format: SBML};
3 changes: 0 additions & 3 deletions cases/0002/index2.heta
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ Vmax @Const = 0.1;
Km_s1 @Const = 0.5;
Km_p1 @Const = 1.1;
Keq @Const = 10;

// export format
#export {format: SBML};
3 changes: 0 additions & 3 deletions cases/0002/index3.heta
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ kcat @Const {units: uM/s} = 0.1;
Km_s1 @Const {units: uM} = 0.5;
Km_p1 @Const {units: uM} = 1.1;
Keq @Const {units: UL} = 10;

// export format
#export {format: SBML};
3 changes: 0 additions & 3 deletions cases/0002/index4.heta
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ kcat @Const {units: (1e-6 mole)/litre/second} = 0.1;
Km_s1 @Const {units: (1e-6 mole)/litre} = 0.5;
Km_p1 @Const {units: (1e-6 mole)/litre} = 1.1;
Keq @Const {units: dimensionless} = 10;

// export format
#export {format: SBML};
3 changes: 0 additions & 3 deletions cases/0002/index5.heta
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ kcat @Const {units: uM/s} = 0.1;
Km_s1 @Const {units: uM} = 0.5;
Km_p1 @Const {units: uM} = 1.1;
Keq @Const {units: UL} = 10;

// export format
#export {format: SBML};
3 changes: 0 additions & 3 deletions cases/0003/index0.heta
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ r1 @Reaction {actors: => m1} := vsyn;

// parameters
vsyn @Const = 0.1;

// export
#export {format: SBML};
Loading

0 comments on commit 5d7f1e2

Please sign in to comment.