Hi scBONITA team,
It seems that the assignAttractors() function, in scBONITA/src/scBONITA/singleCell.py (lines 1061-1248).
This issue is the return statement (line 1248) is idented inside the for loop. As a result, the function returns the dictionary immediately after processing the first network in the pathwayFiles list, ignoring the subsequent networks.
Best regards!
Hi scBONITA team,
It seems that the
assignAttractors()function, in scBONITA/src/scBONITA/singleCell.py (lines 1061-1248).This issue is the
returnstatement (line 1248) is idented inside theforloop. As a result, the function returns the dictionary immediately after processing the first network in the pathwayFiles list, ignoring the subsequent networks.Best regards!