This function sets an internal delay variable that allows
Cytoscape to "catchup" prior to subsequent functions. Call without specifying
secs
to restore default value.
setCatchupFilterSecs(secs = 1)
secs | Number of seconds to delay. |
---|
None
This delay is only necessary while concurrency bugs exist in the Cytoscape application. This delay may need to be increased from the default value in certain use cases, e.g., larger networks.
setModelPropagationSecs, setCatchupNetworkSecs
{ setCatchupFilterSecs(2) setCatchupFilterSecs() #restores default delay }