Circos - genome alignment
2
0
Entering edit mode
7.7 years ago
glady ▴ 320

I am trying to use Circos in Windows for genome alignment, I have downloaded the software and extracted the files from the tar folder. But I am facing some problems in using Circos. 1) How can check whether circos is installed in my system? 2) How can I run the circos scripts?

genome • 3.0k views
ADD COMMENT
0
Entering edit mode

Circos is for data visualization, not genome alignment ;)

ADD REPLY
0
Entering edit mode

Then which tool, I can use for genome alignment ?

ADD REPLY
0
Entering edit mode

MUMmer is good given relatively similar genomes.

ADD REPLY
0
Entering edit mode

n what about MAUVE ?

ADD REPLY
0
Entering edit mode
7.7 years ago

Dear glady,

First check if you have perl installed, on the cmd write:

perl -v

It should print out the version of perl together with some other things. Circos will operate on files with .conf extension which in turn recruits other files. You run circos (which is inside the bin folder of the circos you installed) on this .conf file. Since you are on windows you will need to tell with what to use circos script with. To run circos write:

CWD:\>perl C:\Strawberry\circos-0.67-7\bin\circos -conf path\to\your\myConfig.conf

To check if some modules are missing:

CWD:\>perl C:\Strawberry\circos-0.67-7\bin\circos -modules

There are never versions of circos (v0.69+) which might not need the -conf flag. Verify this from the circos's website.

Hope it helps, Good luck,

ADD COMMENT
0
Entering edit mode
16 months ago
Md ▴ 10

I have a mauve output, can any body suggest how to use this mauve outputin circos

ADD COMMENT

Login before adding your answer.

Traffic: 1544 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6