Skip to content

Commit

Permalink
Revert "Addition of rFASTCORMICS"
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtfleming authored Nov 27, 2023
1 parent 15456a0 commit 1ac728f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 551 deletions.
2 changes: 1 addition & 1 deletion src/dataIntegration/transcriptomics/FASTCORE/fastcc.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [A,orientation,V] = fastcc_cobra(model,epsilon,printLevel,modeFlag,method)
function [A,orientation,V] = fastcc(model,epsilon,printLevel,modeFlag,method)
% The FASTCC algorithm for testing the consistency of a stoichiometric model.
% Output A is the consistent part of the model [A,V] = fastcc(model, epsilon, printLevel)
%
Expand Down
Loading

0 comments on commit 1ac728f

Please sign in to comment.