This function sets an internal delay variable that allows Cytoscape to "catchup" prior to subsequent functions. Call without specifying secs to restore default value.

setCatchupNetworkSecs(secs = 2)

Arguments

secs

Number of seconds to delay.

Value

None

Details

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.

See also

setModelPropagationSecs, setCatchupFilterSecs

Examples

{
setCatchupNetworkSecs(2)
setCatchupNetworkSecs() #restores default delay
}