Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Fixing gapfilling
Browse files Browse the repository at this point in the history
  • Loading branch information
cshenry committed Jul 26, 2012
1 parent 4c88b45 commit f053480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/ModelSEED/MS/FBAFormulation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ sub createJobDirectory {
];
ModelSEED::utilities::PRINTFILE($directory."StringDBFile.txt",$stringdb);
#Write shell script
$ENV{ILOG_LICENSE_FILE} = "C:/ILOG/CPLEX_Studio_AcademicResearch122/cplex/bin/x86_win32/access.ilm";
$ENV{ARGONNEDB} = $dataDir."ReactionDB/";
my $exec = [
$self->mfatoolkitBinary().' resetparameter "MFA input directory" "'.$dataDir.'ReactionDB/" parameterfile "'.$directory.'SpecializedParameters.txt" LoadCentralSystem "'.$directory.'Model.tbl" > "'.$directory.'log.txt"'
];
Expand Down
2 changes: 1 addition & 1 deletion software/mfatoolkit/Source/SolverInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ int GlobalRemoveConstraint(int Solver, LinEquation* InConstraint) {
FErrorFile() << "Could not remove constraint. Solver not recognized: " << Solver << endl;
FlushErrorFile();
return FAIL;
}
}

0 comments on commit f053480

Please sign in to comment.