To generate an image of sample data

# a basic table
./makeimage-basic
# a table with row/col order information
./makeimage-ordred
# a table with row/col order and color information
./makeimage-ordered-colored

################################################################

To generate an image of random data

bin/make-table -rows 5 -unique -brief | bin/parse-table | bin/make-conf -dir data
../../bin/circos -conf etc/circos.conf

################################################################

To generate an image of your data

cat yourdata.txt | bin/parse-table | bin/make-conf -dir data
../../bin/circos -conf etc/circos.conf

################################################################

NOTE: The etc/circos.conf file remains the same and loads data files from data/. These data files are generated by make-conf.
