simplest way to install circos on Linux

847 views
Skip to first unread message

Jim Guo

unread,
Oct 19, 2016, 9:45:53 PM10/19/16
to Circos
I had some real headache trying to install circos on Linux. Following the instruction on the Circos website did not work (it was meant for Mac OS). After some google research, I found the simplest way to install circos on Linux.

tar xvfz circos-0.69-3.tgz

#add circos executable directory to default searching path. 
ln -s circos-0.69-3 current
export PATH=~/current/bin:$PATH
. ~/.bashrc

# This is the magic step which allows the correct installation of libgd which is essentail for the sucessful installation of perl GD in next step.
sudo apt-get -y install libgd2-xpm-dev

#It seemed that there might be variation of perl modules pre-loaded depending on platforms. So the following list of modules might not include all the dependence for circos on your system. But once you installed the GD library, the rest are easy.

sudo cpanm Clone Config::General Font::TTF::Font GD GD::Polyline Math::Bezier Math::Round Math::VecStat Params::Validate Readonly Regexp::Common SVG Set::IntSpan Statistics::Basic Text::Format

circos -modules


Martin Krzywinski

unread,
Oct 25, 2016, 8:10:49 PM10/25/16
to circos-data-...@googlegroups.com
Thanks for posting this.


Martin Krzywinski
science + art


--
You received this message because you are subscribed to the Google Groups "Circos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visualization+unsub...@googlegroups.com.
To post to this group, send email to circos-data-visualization@googlegroups.com.
Visit this group at https://groups.google.com/group/circos-data-visualization.
For more options, visit https://groups.google.com/d/optout.

Sunil Gangurde

unread,
Apr 16, 2017, 4:06:59 PM4/16/17
to Circos
I have installed the circos using sudo apt command .. I think it's easier to install perl modules and others accessories. 


On Wednesday, October 26, 2016 at 5:40:49 AM UTC+5:30, Martin wrote:
Thanks for posting this.


Martin Krzywinski
science + art


On Wed, Oct 19, 2016 at 6:45 PM, Jim Guo <jimg...@gmail.com> wrote:
I had some real headache trying to install circos on Linux. Following the instruction on the Circos website did not work (it was meant for Mac OS). After some google research, I found the simplest way to install circos on Linux.

tar xvfz circos-0.69-3.tgz

#add circos executable directory to default searching path. 
ln -s circos-0.69-3 current
export PATH=~/current/bin:$PATH
. ~/.bashrc

# This is the magic step which allows the correct installation of libgd which is essentail for the sucessful installation of perl GD in next step.
sudo apt-get -y install libgd2-xpm-dev

#It seemed that there might be variation of perl modules pre-loaded depending on platforms. So the following list of modules might not include all the dependence for circos on your system. But once you installed the GD library, the rest are easy.

sudo cpanm Clone Config::General Font::TTF::Font GD GD::Polyline Math::Bezier Math::Round Math::VecStat Params::Validate Readonly Regexp::Common SVG Set::IntSpan Statistics::Basic Text::Format

circos -modules


--
You received this message because you are subscribed to the Google Groups "Circos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visualization+unsub...@googlegroups.com.
To post to this group, send email to circos-data-...@googlegroups.com.

Martin Krzywinski

unread,
May 2, 2017, 5:24:35 PM5/2/17
to circos-data-...@googlegroups.com


Martin Krzywinski
science + art


On Sun, Apr 16, 2017 at 3:29 AM, Sunil Gangurde <sgang...@gmail.com> wrote:
I have installed the circos using sudo apt command .. I think it's easier to install perl modules and others accessories. 

On Wednesday, October 26, 2016 at 5:40:49 AM UTC+5:30, Martin wrote:
Thanks for posting this.


Martin Krzywinski
science + art


On Wed, Oct 19, 2016 at 6:45 PM, Jim Guo <jimg...@gmail.com> wrote:
I had some real headache trying to install circos on Linux. Following the instruction on the Circos website did not work (it was meant for Mac OS). After some google research, I found the simplest way to install circos on Linux.

tar xvfz circos-0.69-3.tgz

#add circos executable directory to default searching path. 
ln -s circos-0.69-3 current
export PATH=~/current/bin:$PATH
. ~/.bashrc

# This is the magic step which allows the correct installation of libgd which is essentail for the sucessful installation of perl GD in next step.
sudo apt-get -y install libgd2-xpm-dev

#It seemed that there might be variation of perl modules pre-loaded depending on platforms. So the following list of modules might not include all the dependence for circos on your system. But once you installed the GD library, the rest are easy.

sudo cpanm Clone Config::General Font::TTF::Font GD GD::Polyline Math::Bezier Math::Round Math::VecStat Params::Validate Readonly Regexp::Common SVG Set::IntSpan Statistics::Basic Text::Format

circos -modules


--
You received this message because you are subscribed to the Google Groups "Circos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visualization+unsubsc...@googlegroups.com.
To post to this group, send email to circos-data-...@googlegroups.com.
Visit this group at https://groups.google.com/group/circos-data-visualization.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Circos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visualization+unsub...@googlegroups.com.
To post to this group, send email to circos-data-visualization@googlegroups.com.

yjjjn...@gmail.com

unread,
Dec 2, 2017, 7:57:40 PM12/2/17
to Circos
hi , I've got some wired peoblems. I set up circos well in linux server, but when I run ./bin/circos -conf ./etc/circos.conf .The result is only SVG no PNG output. What can I fix the problem. thanks for advance.




在 2016年10月20日星期四 UTC+8上午9:45:53,Jim Guo写道:
Reply all
Reply to author
Forward
0 new messages