1. Removed print in get_graph function
2. GPR combination cutoff works, solved bug, stable version. This allows to stop the combinatorial explosion before it happens, necessary for >10k combinations from long GPRs in some models. Before: coralME would take several minutes computing all combinations and then not using them due to the length of the list. Now: coralME identifies it crossed the cutoff (default = 100) and stops.