Hi all,
I am new to Circos and try to use it in a Unix cluster. Circos v0.67 was installed in the general software folder for all users (where users have no write rights) and in my personal user folder (/data/home/lu23boh/software/). I checked for the required Perl modules and that seems to be fine (ok for all).
When I run it with my own conf file I get the following:
lu23boh@tuwzz7x-slph5:~/4circos> circos -conf /data/home/lu23boh/4circos/etc/conf_zm_karyotype_and_layout2EB.conf
debuggroup summary 0.20s welcome to circos v0.67-4 27 Nov 2014 on Perl 5.010000
debuggroup summary 0.20s loading configuration from file /data/home/lu23boh/4circos/etc/conf_zm_karyotype_and_layout2EB.conf
debuggroup summary 0.20s found conf file /data/home/lu23boh/4circos/etc/conf_zm_karyotype_and_layout2EB.conf
debuggroup summary 0.73s debug will appear for these features: output,summary
debuggroup summary 0.73s bitmap output image /data/home/lu23boh/4circos/mydata/ZM_test.png
debuggroup summary 0.73s parsing karyotype and organizing ideograms
WARNING *** Bands for chromosome [Zm10] do not cover entire chromosome
WARNING *** Circos produced a warning and quit because you are running it in paranoid mode. The warning does not nececessarily mean that something is wrong - Circos was likely trying to guess a parameter or massage data to fit the figure.
To change this setting, use -noparanoid flag or change the 'paranoid' parameter in etc/housekeeping.conf to 'paranoid=no'.
 at /data/home/lu23boh/software/circos-0.67/circos-0.67-4/bin/../lib/Circos/Error.pm line 418
       Circos::Error::fatal_error('warning', 'paranoid') called at /data/home/lu23boh/software/circos-0.67/circos-0.67-4/bin/../lib/Circos/Debug.pm line 395
       Circos::Debug::printwarning('Bands for chromosome [Zm10] do not cover entire chromosome') called at /data/home/lu23boh/software/circos-0.67/circos-0.67-4/bin/../lib/Circos/Karyotype.pm line 238
       Circos::Karyotype::validate_karyotype('karyotype', 'HASH(0x28253c0)') called at /data/home/lu23boh/software/circos-0.67/circos-0.67-4/bin/../lib/Circos.pm line 212
       Circos::run('Circos', 'configfile', '/data/home/lu23boh/4circos/etc/conf_zm_karyotype_and_layout2E...') called at /data/home/lu23boh/bin/circos line 382
Then I tried:
lu23boh@tuwzz7x-slph5:~/4circos> circos -conf /data/home/lu23boh/4circos/etc/conf_zm_karyotype_and_layout2EB.conf -noparanoid
debuggroup summary 0.19s welcome to circos v0.67-4 27 Nov 2014 on Perl 5.010000
debuggroup summary 0.19s loading configuration from file /data/home/lu23boh/4circos/etc/conf_zm_karyotype_and_layout2EB.conf
debuggroup summary 0.19s found conf file /data/home/lu23boh/4circos/etc/conf_zm_karyotype_and_layout2EB.conf
debuggroup summary 0.71s debug will appear for these features: output,summary
debuggroup summary 0.71s bitmap output image /data/home/lu23boh/4circos/mydata/ZM_test.png
debuggroup summary 0.71s parsing karyotype and organizing ideograms
debuggroup summary 0.72s karyotype has 10 chromosomes of total size 2,058,582,563
debuggroup summary 0.73s applying global and local scaling
debuggroup summary 0.74s allocating image, colors and brushes
debuggroup summary 2.34s drawing 10 ideograms of total size 2,058,582,563
debuggroup summary 2.34s drawing highlights and ideograms
Speicherzugriffsfehler
"Speicherzugriffsfehler" seems to be "segmentation fault" in English.
If I try to run the example data from my user folder /data/home/lu23boh/software/ I get:
lu23boh@tuwzz7x-slph5:~/4circos> circos -conf /data/home/lu23boh/software/circos-0.67/circos-0.67-4/example/etc/circos.conf
debuggroup summary 0.71s welcome to circos v0.67-4 27 Nov 2014 on Perl 5.010000
debuggroup summary 0.71s loading configuration from file /data/home/lu23boh/software/circos-0.67/circos-0.67-4/example/etc/circos.conf
debuggroup summary 0.71s found conf file /data/home/lu23boh/software/circos-0.67/circos-0.67-4/example/etc/circos.conf
debuggroup summary 1.96s debug will appear for these features: output,summary
Use of uninitialized value in pattern match (m//) at /data/home/lu23boh/software/circos-0.67/circos-0.67-4/bin/../lib/Circos.pm line 156.
Use of uninitialized value in pattern match (m//) at /data/home/lu23boh/software/circos-0.67/circos-0.67-4/bin/../lib/Circos.pm line 157.
fileparse(): need a valid pathname at /data/home/lu23boh/software/circos-0.67/circos-0.67-4/bin/../lib/Circos.pm line 160
I am afraid I am not too familiar with Unix. I would appreciate any help which helps me to get Circos running. It is really a great tool for visualizing genome data.
If any other information is needed, please let me know.
Cheers,
Eva