File: run

package info (click to toggle)
circos-tools 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,684 kB
  • sloc: perl: 4,450; sh: 46; makefile: 15
file content (12 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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."