Prerequisite: install node.js v16+√
npm ci
npm run fix-jiggle
argument-1 inputfile: dot formated file which is the network
argument-2 outputfile: csv file which will be the input for the Algorithm
eg: python3 src/initialization/initialize-layout.py inputFile(.dot) outputFIle(.csv)
The csv file generated from initialization will be the input
npm run cg inputfile(.csv) outputfile(.tsv)
Outputs graph coordinates to form a network
for large data include NODE_OPTIONS="--max-old-space-size=8192 this will help preventing the error due to memory issues