--
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.
Thanks for posting this.
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 currentexport 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::Formatcircos -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.
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.
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 currentexport 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::Formatcircos -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.