/usr/share/circos/tools/randomlinks/run is in circos-tools 0.22-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/bash
outfile=data/links.txt
bin/randomlinks -ruleset targeted > $outfile
echo "Random links created in $outfile."
echo ""
echo "To create an image with these links, run"
echo ""
echo "> /path/to/circos -conf etc/circos.conf"
echo ""
echo "from this directory."
|