PE-WCC
Version 1.0
=============

Programs/packages you must have:
1.	Python (available at http://python.org/)

From the commandline write the following commands:

$ python PEWCC.py m [METHOD] f [INT-FILE]

METHOD = Edges relaiability [PE or CD]
INT-FILE = the files contains the protein interactions

Example:
$ python PEWCC.py -m PE -f interactions.txt


EVAL
=============
From the commandline write the following commands:

$ python EVAL.py [INT-FILE] [COMP-FILE]

INT-FILE = The files contains the protein interactions.
COMP-FILE = The files contains the protein complexes.

Example:
$ python EVAL.py interactions.txt complexes165.txt