Skip to content

Commit

Permalink
Fixes #2179 pgp error
Browse files Browse the repository at this point in the history
  • Loading branch information
msevestre committed Apr 6, 2022
1 parent cfe7bda commit 8aadaf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Db/Diff/PKSimDB_diff.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Interstitial to plasma', description='[DEPRECATED] Pgp transport from interstitial space to blood plasma across the blood-brain-barrier accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software' WHERE transport_direction='PgpBrainInterstitialToPlasma';
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Intracellular to Interstitial', description='[DEPRECATED] Pgp transport from intracellular into interstitial space accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software' WHERE transport_direction='PgpBrainTissueToInterstitial';
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Intracellular to Interstitial', description='[DEPRECATED] Pgp transport from intracellular into interstitial space accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software ' WHERE transport_direction='PgpIntracellularToInterstitial';
UPDATE tab_transport_directions SET display_name='[DEPRECATED] Pgp Mucosa/Intracellular to Lumen', description='[DEPRECATED] Pgp transport from mucosal cells into gastrointestinal lumen accounting for the structural peculiarity of P-gp transporter. Will be removed in version 12 of the software' WHERE transport_direction='PgpMucosaIntracellularToLumen';
DELETE FROM tab_rate_generic_molecules WHERE calculation_method='LinksCommon' AND formula_rate='PgpSpecific_Hill' AND path_id=366 AND molecule='DRUG';
INSERT INTO tab_rate_generic_molecules(calculation_method,formula_rate,path_id,molecule,alias,use_amount) VALUES('LinksCommon','PgpSpecific_Hill',368,'DRUG','TM',1);
DELETE FROM tab_rate_generic_molecules WHERE calculation_method='LinksCommon' AND formula_rate='PgpSpecific_MM' AND path_id=366 AND molecule='DRUG';
INSERT INTO tab_rate_generic_molecules(calculation_method,formula_rate,path_id,molecule,alias,use_amount) VALUES('LinksCommon','PgpSpecific_MM',368,'DRUG','TM',1);
4 changes: 2 additions & 2 deletions src/Db/Dump/PKSimDB_dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85812,10 +85812,10 @@ INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','MucosaPgPToLumen_MM
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','MucosaPgPToLumen_MM',366,'DRUG','TM',1);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_Hill',341,'DRUG','C_cell',0);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_Hill',351,'DRUG','C_int',0);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_Hill',366,'DRUG','TM',1);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_Hill',368,'DRUG','TM',1);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_MM',341,'DRUG','C_cell',0);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_MM',351,'DRUG','C_int',0);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_MM',366,'DRUG','TM',1);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','PgpSpecific_MM',368,'DRUG','TM',1);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','SpecificBinding',370,'DRUG','Protein',1);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','SpecificBinding',372,'DRUG','C',0);
INSERT INTO tab_rate_generic_molecules VALUES('LinksCommon','SpecificBinding',693,'DRUG','Complex',1);
Expand Down
Binary file modified src/Db/PKSimDB.sqlite
Binary file not shown.

0 comments on commit 8aadaf0

Please sign in to comment.