Created
July 31, 2012 08:01
-
-
Save xntrik/3214752 to your computer and use it in GitHub Desktop.
Getting Circos samples to work on Ulysses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/circos/circos-tools-0.16/tools/tableviewer | |
cat samples/table-02a.txt | bin/parse-table -conf samples/parse-table-02a.conf | bin/make-conf -dir data | |
#This populates the data dir | |
../../../circos-0.62-1/bin/circos -conf etc/circos.conf -outputfile test2.png | |
#This drops test2.png and .svg into the img/ folder.. PHEW |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment