Skip to content

Commit

Permalink
Merge pull request #266 from SysBioChalmers/chore/cleanup
Browse files Browse the repository at this point in the history
chore: remove old files and update readme
  • Loading branch information
edkerk authored Mar 5, 2023
2 parents ed05f1f + ae7c7a1 commit 3ccac65
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 380 deletions.
53 changes: 0 additions & 53 deletions .travis.yml

This file was deleted.

Binary file removed GECKO.png
Binary file not shown.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: GECKO.png
.. image:: docs/GECKO.png
:align: center

|Current Version| |Tests passing| |Gitter| |Zenodo|
Expand Down Expand Up @@ -63,7 +63,7 @@ Getting started

In the GECKO folder, ``protocols.m`` contains instructions on how to reconstruct and analyze an ecModel for *S. cerevisiae*.

Notes on GECKO 1 and 2
GECKO 1 and 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Due to significant refactoring of the code, GECKO version 3 is generally not backwards compatible with earlier GECKO versions.

Expand Down
19 changes: 0 additions & 19 deletions protocol.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
%% This script sketches the blueprint for the GECKO3 protocol.
% At a later stage, it can likely be converted into a script that is
% referenced in the protocol paper. Right now, this script might contain
% comments and clarifications that should rather be included in the
% protocol than in here, while other comments might be best kept in this
% script. At the moment it is just a sketchbook.

%% Prepare for ec model reconstruction
% - Prepare a folder in userData, or select another path whether all model-
% specific files and scripts will be kept
Expand All @@ -31,17 +24,7 @@
% - Modify the ModelAdapter file in the appropriate userData subfolder
% with some of the above information and more.

%% Summary
% The pipeline can look different dependent on user preferences. Getting an
% all-DLKcat model would look something like:
% makeEcModel -> findMetSmiles -> writeDLKcatInput -> readDLKcatOutput ->
% selectKcatValue -> applyKcatConstraints -> ...
% while a fuzzy matching to BRENDA approach looks like:
% makeEcModel -> getECfromDatabase -> fuzzyMatching -> applyKcatConstraints
% -> ...

%% Initiate model reconstruction

% Set the ModelAdapter correctly. This loads the ModelAdapter file that is
% in userData/ecYeastGEM/.
ModelAdapterManager.setDefaultAdapterFromPath(fullfile(findGECKOroot,'userData','ecYeastGEM'), 'true');
Expand Down Expand Up @@ -184,7 +167,6 @@
[ecModelFlex, flexProt] = flexibilizeProtConcs(ecModelProtFlux,0.08885,10);

% Growth is reached!
%ecModelProtFlux = bayesianSensitivityTuning(ecModelProtFlux);

%% Perform simulations
% Constrain with the same conditions to model and ecModel
Expand All @@ -200,4 +182,3 @@

% Perform FVA
[minFlux, maxFlux] = ecFVA(ecModelProtFlux, modelY);

Empty file removed tutorials/.keep
Empty file.
Loading

0 comments on commit 3ccac65

Please sign in to comment.