1) Download Circos (along with the tutorial,courses) Current version: 0.55
2) Get a copy of Strawberry Perl and install on your computer
3) You need some extra modules to get Circos running. The required list of moduels in http://circos.ca/tutorials/lessons/configuration/perl_and_modules/ doesn't apply for Windows installation. I posted mine (Windows Vista+Fresh installation of Strawberry Perl),Some more mudules are required to run circos and use the tools
- Config::General
- List::MoreUtils
- Math::Bezier
- Math::Round
- Math::VecStat
- Params::Validate
- Readonly
- Regexp::Common
- Set::IntSpan
- Math::Random (required to use tableviewer::make-table tool)
- Statistics::Descriptive (required to use tableviewer::parse-table tool)
- Graphics::ColorObject
- Color::LIbrary
- Pod::Readme
- Test::Pod
- Test::Pod::Coverage
- Test::Portability::Files
- Tie::Sub
To install modules in perl, run
perl -MCPAN -e shell
then use
install [module name]
In order to test if your installation works. Download circos tool and decompress into circos installation directory (for example on my computer it is c:\circos-0.55\tools). Follow instructions on http://circos.ca/presentations/articles/vis_tables2/ see if you can create an image. Note: The instructions on that page doesn't apply to windows users. Add perl before each commonad in ourder to get perl scripts running. Alternatively, you can install Cygwin. But you need to put circos in the scope of Cygwin installation.
2 comments:
Update: tried to install on Windows 7 workstation (64bit). Latest release of Strawberry release doesn't work(won't install List::MoreUtils and Math::Random module). only V5.12.3 seems to work in windows 7 and vista.
Thank you for this. The documentation on the Circos website assumes an intimate knowledge of perl, and yours assumes I have none, which is much closer to the truth.
Post a Comment