Skip to content

v1.1.5

Choose a tag to compare

@jdtibochab jdtibochab released this 22 Nov 23:33
· 367 commits to main since this release
  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.