chengsoonong / rede

A network visualisation tool for probe pairs arising in genome wide association studies. Based on http://d3js.org/
3 stars 1 forks source link

Refactor to collect global settings to one location #35

Open chengsoonong opened 10 years ago

chengsoonong commented 10 years ago

For example, height and width are defined multiple times.

chromLength defined 3 times. graphColor defined 2 times.

When compiling multiple files into one file, this catches these duplicate definitions. https://github.com/dfsq/compressJS.sh