From a1c28491a66ec39e1b390cd366ac4cefbdbdaa5f Mon Sep 17 00:00:00 2001 From: Nicolas Mendoza <58706237+nmendozam@users.noreply.github.com> Date: Fri, 17 Sep 2021 16:52:40 -0500 Subject: [PATCH] Fix prepareFastGapFill bug related to KEGGMatrix Rectifies KEGGMatrixLoad default value. --- src/reconstruction/fastGapFill/AuxillaryFiles/generateSUXComp.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reconstruction/fastGapFill/AuxillaryFiles/generateSUXComp.m b/src/reconstruction/fastGapFill/AuxillaryFiles/generateSUXComp.m index a0f3da7beb..7ec4b3c4a0 100644 --- a/src/reconstruction/fastGapFill/AuxillaryFiles/generateSUXComp.m +++ b/src/reconstruction/fastGapFill/AuxillaryFiles/generateSUXComp.m @@ -43,7 +43,7 @@ % create KEGG Matrix - U if ~exist('KEGGMatrixLoad', 'var') - KEGGMatrixLoad = 1; + KEGGMatrixLoad = 0; end if KEGGMatrixLoad load KEGGMatrix