sysbiolux/rFASTCORMICS

Warning: No optional settings detected

Closed this issue · 0 comments

Hi,
I was running fastcormics_RNAseq on Human1 model
optional_settings.func = {'biomass_human','EX_atp[e]'};
[~, A] = fastcormics_RNAseq(ihuman_consistent, discretized(:,file_idx), rownames,...
dico,'biomass_human', already_mapped_tag, consensus_proportion, 1e-4, optional_settings);
but it gave this error:
Warning: No optional settings detected

I think the error may be from this line

if ~isempty(optional_settings) && isfield(optional_settings, 'medium')