Dependences:
	The package lgclust needs the networkx external package (Tested with v0.99)
	This version is provided in the cvs repository of lgclust, otherwize you can download it from
	http://networkx.lanl.gov/


Install:
	* First install the networkx package
	* Set your PYTHONPATH environment variable in order python found the networkx and the lgclust
	modules
	*  Run the line_graph.py script provided

Usage:

	* line_graph.py -h returns the command line usage
	* For full prints you should type something like:

./line_graph.py -v                                           \
                -s 0.5                                       \
                -i   data/yak_clu50_7.0          \
                -o results/yak_clu50_7.0.sim      \
                -c results/yak_clu50_7.0.lg_clust \
                -g results/yak_clu50_7.0.g        \
                -a results/yak_clu50_7.0.g_mod    \
                -l results/yak_clu50_7.0.lg       \
                -m results/yak_clu50_7.0.lg_mod


