thpar / diffany

Diffany is an open-source toolbox for calculating and visualizing differential networks.
7 stars 2 forks source link

[CLOSED] input cleaning from cytoscape #187

Closed diffany-admin closed 9 years ago

diffany-admin commented 9 years ago

Issue by svlandeg Mon Sep 8 11:48:58 2014


@tvparys, you don't call cleaning methods for cytoscape input, right? In that case you need to have cleanInput=true when calling project.addRunConfiguration from CyProject (fixed it for you, this is just a note). If you would call NetworkCleaning methods yourself, put the parameter to false to avoid redundany (+ more time). But I think the first option is the better one.