BergmannLab / MONET

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

K1: specify igraph version for Python 2 compatibility #48

Closed jjc2718 closed 3 years ago

jjc2718 commented 3 years ago

Closes #47.

Newer versions of igraph aren't compatible with Python 2.7 which the K1 method uses, so we need to explicitly specify an older version that is compatible.