You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to circos-data-...@googlegroups.com
Hi Martin,
I tried to run the files you sent me on my computer but I got errors below:
Stack trace:
at /Users/kemal/circos-0.62/bin/../lib/Circos/Error.pm line 332
Circos::Error::fatal_error('configuration', 'unsupported_parameter', 'cl', 'heatmap') called at /Users/kemal/circos-0.62/bin/../lib/Circos.pm line 3971
Circos::parse_parameters('HASH(0x7fd01ad948f0)', 'heatmap') called at /Users/kemal/circos-0.62/bin/../lib/Circos.pm line 4551
Circos::read_data_file('/Users/kemal/circos-0.62/v2/cE.cL.log2diff.txt', 'heatmap', 'HASH(0x7fd01f1f2c88)', 'HASH(0x7fd01e395110)') called at /Users/kemal/circos-0.62/bin/../lib/Circos.pm line 1377
Circos::run('Circos') called at /usr/local/bin/circos line 233
Kemal
Martin Krzywinski
unread,
Oct 5, 2012, 12:34:07 PM10/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to circos-data-...@googlegroups.com
This is a safety feature on older versions. The parameter
restrict_parameter_names = yes
is found in etc/housekeeping.conf and, when set, disallows the
definition of non-standard parameters. You can override this using the
"*" syntax, which redefines a parameter already defined in a block.
<<include etc/housekeeping.conf>>
restrict_parameter_names* = no
I see you're using v0.62. Update to the latest version, when you get a
chance, which has this parameter turned off.