Closed jpcartailler closed 8 years ago
In original iwgcna.log:
INFO: Running WGCNA with the following params: INFO: {'minModuleSize': 20, 'minCoreKME': 0.8, 'minKMEtoStay': 0.8, 'reassignThreshold': 0.05, 'maxBlockSize': '20000', 'numericLabels' : True}
In revised iwgna.log:
INFO: Running WGCNA with the following params: INFO: {'minModuleSize': 20, 'minCoreKME': 0.8, 'minKMEtoStay': 0.8, 'reassignThreshold': 0.05, 'maxBlockSize': 20000, 'numericLabels': True}
As Emily pointed out, the iwgcna.log indicates that the parameter is being handled as a string and not an integer.