This page was last updated on Thursday, 10-Nov-2016 12:25:02 CST
Installation notes for Circos version 0.64
Home Page
Prerequisites
- $ sudo apt-get install libgd-dev libgd-perl
- $ sudo cpan Clone Config::General List::MoreUtils
Math::Bezier Math::Round Params::Validate Regexp::Common Readonly
Font:TTF::Font Math::VecStat Set::IntSpan Text::Format Statistics::Basic
SVG GD
Installation
- $ ver="0.64"; tver="0.16-2"
- $ cd /programinstallers/
- $ wget -N http://circos.ca/distribution/circos-$ver.tgz
- $ wget -N http://circos.ca/distribution/circos-tools-$tver.tgz
- $ cd /usr/local/bin
- $ tar -zxvf /programinstallers/circos-$ver.tgz
- $ tar -zxvf /programinstallers/circos-tools-$tver.tgz
- If upgrading:
$ rm circos
$ rm circos-tools
- Make version-independent symlinks
$ ln -s circos-$ver circos
- $ ln -s circos-tools-$tver circos-tools
- circos is in the default path, but circos tools are not
- If /bin/env does not exist:
$ sudo ln -s /usr/bin/env /bin/env
- Add to default PATH
$ sudo nano /etc/profile
PATH="$PATH:/usr/local/bin/circos/bin"
- Edit default configuration to use tab as delimiter instead of any white space
$ nano /usr/local/bin/circos-$ver/etc/housekeeping.conf
…
file_delim = \t
…