% perl -v
This is perl 5, version 34, subversion 1 (v5.34.1) built for darwin-thread-multi-2level
% circos -modules
ok 1.52 Carp
ok 0.45 Clone
ok 2.67 Config::General
ok 3.80 Cwd
ok 2.179 Data::Dumper
ok 2.58 Digest::MD5
ok 2.85 File::Basename
ok 3.80 File::Spec::Functions
ok 0.2311 File::Temp
ok 1.52 FindBin
ok 0.39 Font::TTF::Font
ok 2.51 GD
ok 0.2 GD::Polyline
ok 2.52 Getopt::Long
ok 1.46 IO::File
ok 0.430 List::MoreUtils
ok 1.55 List::Util
ok 0.01 Math::Bezier
ok 1.999818 Math::BigFloat
ok 0.08 Math::Round
ok 0.08 Math::VecStat
ok 1.03_01 Memoize
ok 1.97 POSIX
ok 1.31 Params::Validate
ok 2.01 Pod::Usage
ok 2.05 Readonly
ok 2024080801 Regexp::Common
ok 2.87 SVG
ok 1.19 Set::IntSpan
ok 1.6611 Statistics::Basic
ok 3.23 Storable
ok 1.23 Sys::Hostname
ok 2.04 Text::Balanced
ok 0.63 Text::Format
ok 1.9767 Time::HiRes
Finally I cd example/ and
./run
what I get is:
% ./run
Creating image circos.png and writing report to run.out.
Example takes ~45-60 seconds to generate.
dyld[75039]: missing symbol called
./run: line 7: 75039 Abort trap: 6 ../bin/circos -conf etc/circos.conf -debug_group summary,timer > run.out
There is no default circos.conf file in the circos/etc directory but there is one in the example.
% ../bin/circos -conf etc/circos.conf
debuggroup summary 0.09s welcome to circos v0.69 6 Dec 2015 on Perl 5.034001
debuggroup summary 0.10s current working directory /Users/qinyunikki/circos/circos-0.69/example
debuggroup summary 0.10s command ../bin/circos -conf etc/circos.conf
debuggroup summary 0.10s loading configuration from file etc/circos.conf
debuggroup summary 0.10s found conf file etc/circos.conf
debuggroup summary 0.20s debug will appear for these features: output,summary
debuggroup summary 0.20s bitmap output image ./circos.png
debuggroup summary 0.20s SVG output image ./circos.svg
debuggroup summary 0.20s parsing karyotype and organizing ideograms
debuggroup summary 0.26s karyotype has 66 chromosomes of total size 8,540,079,869
debuggroup summary 0.26s applying global and local scaling
debuggroup summary 0.29s allocating image, colors and brushes
dyld[75053]: missing symbol called
zsh: abort ../bin/circos -conf etc/circos.conf
When I specify the .conf to example/etc/.circos.conf, it still gave the same fault.
and the ouptput svg only has one line: This XML file does not appear to have any style information associated with it. The document tree is shown below.
--
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-visual...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/circos-data-visualization/72546dfc-4872-452d-ad35-6b2f8713a402n%40googlegroups.com.