%topCla(rs-{Sign,EC_Number,no_change},[]):-!. % previously translate no_change to []

topCla(rs-{ReactionID,LimitingType,State,Time},[reaction_state(ReactionID,LimitingType,State,Time)]).
% for the pathway info and how it contradict GE data -- these can be post-processing



/*
topCla(rs-{EC_Number,no_change},[]).
topCla(rs-{EC_Number,State},[reaction_state(EC_Number,State)]):- State\==no_change.
*/





