BergmannLab / MONET

MONET : MOdularising NEtwork Toolbox - https://doi.org/10.1093/bioinformatics/btaa236
GNU General Public License v3.0
41 stars 15 forks source link

This should fix the "problem too large" error when the problem is not large. #52

Closed WeijiaZhang24 closed 2 years ago

WeijiaZhang24 commented 2 years ago

If the input has large node IDs, but the actual number of nodes is small, remap the node ID to start from ONE. It has been tested locally in R for reproduce_challenge, zachary_karate, and retinal_toxicity. It has also been tested using Docker image. Singualrity has not been tested.