gluesless is an idea expansion simulation.
gluesless -pi <path_to_file> -ii <path_to_file> -o <path_to_file>
Options:
-pi --pajekfile text file that describes network in .pajek format
-ii --ideasfile text file that describes idea as produced by popgenerator
-o --outputfile output text file
-q --quiet
sudo apt-get install -y libboost-all-dev libiomp-dev zip unzip
wget "http://snap.stanford.edu/releases/Snap-4.0.zip"
unzip Snap-4.0.zip -d snap_raw
mkdir snap
cp -r snap_raw/Snap-4.0/* snap
cd snap
make
cd ..
git clone git@github.com:nevrome/gluesless.git
cd gluesless
make
@Manual{clemens_schmid_gluesless_2019,
title = {Gluesless: An Idea Expansion Simulation},
author = {Clemens Schmid},
year = {2019}
}