Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion problems with table viewer

Received: by 10.14.209.66 with SMTP id r42mr40529789eeo.1.1351626646656;
        Tue, 30 Oct 2012 12:50:46 -0700 (PDT)
X-BeenThere: circos-data-visualization@googlegroups.com
Received: by 10.14.176.133 with SMTP id b5ls632222eem.1.gmail; Tue, 30 Oct
 2012 12:50:45 -0700 (PDT)
Received: by 10.14.213.135 with SMTP id a7mr24249988eep.2.1351626645819;
        Tue, 30 Oct 2012 12:50:45 -0700 (PDT)
Received: by 10.14.213.135 with SMTP id a7mr24249986eep.2.1351626645807;
        Tue, 30 Oct 2012 12:50:45 -0700 (PDT)
Return-Path: <martin.krzywin...@gmail.com>
Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47])
        by gmr-mx.google.com with ESMTPS id m6si369393eep.1.2012.10.30.12.50.45
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 30 Oct 2012 12:50:45 -0700 (PDT)
Received-SPF: pass (google.com: domain of martin.krzywin...@gmail.com designates 74.125.83.47 as permitted sender) client-ip=74.125.83.47;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of martin.krzywin...@gmail.com designates 74.125.83.47 as permitted sender) smtp.mail=martin.krzywin...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ee0-f47.google.com with SMTP id t10so383477eei.34
        for <circos-data-visualization@googlegroups.com>; Tue, 30 Oct 2012 12:50:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=gITYsoDvVVqkOYgj358q1jU3dkLXKrgMWJ/ffO/ic1g=;
        b=O5/QUypXywZmB6jvXyuWxJdLIBR8f8dUjxH0OroOw5k5fCW3SzhGxp84MQqqvyKWIK
         5cH3G02IrH71nsGJyyrAZgb2xQR+f6063wh+ENW8dgLVqlHomgsPN6ZAyC0wvnB3k6Pi
         GeBpOKwucA7n6013hdzmmKt3lfaAZA6f5k5rk1AH/8NAYrptHZ7dHKm3Jsxg/luDaxSB
         wmIV/2SAQUBMfKpbA6g+l5Eja9yJrsrrHLFuxLUrgtdxA/VonYySMCP1LbmRH2nEMCTs
         /NMFuiVmKpvpkAoeaIuu8BgdlnVvT6fyPo+RtQhLgFxUUeDJTLqZn+evULYa+1YopKsb
         89bQ==
MIME-Version: 1.0
Received: by 10.14.173.195 with SMTP id v43mr75984116eel.39.1351626645708;
 Tue, 30 Oct 2012 12:50:45 -0700 (PDT)
Received: by 10.223.178.137 with HTTP; Tue, 30 Oct 2012 12:50:45 -0700 (PDT)
In-Reply-To: <fb086370-5d81-4ed9-8fb8-1483c1a22142@googlegroups.com>
References: <96bc2da4-410e-4cb4-9407-b3f5de31524e@googlegroups.com>
	<fb086370-5d81-4ed9-8fb8-1483c1a22142@googlegroups.com>
Date: Tue, 30 Oct 2012 12:50:45 -0700
Message-ID: <CAOZLXSnMCc9OLMhsEVsUXWBKtD8C_meHX6sPOXRtYiy2rV+...@mail.gmail.com>
Subject: Re: [circos] Re: problems with table viewer
From: Martin Krzywinski <martin.krzywin...@gmail.com>
To: circos-data-visualization@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

This issue is due to how new versions of Perl trigger warnings for the
'lc' function.

The original module (Graphics::ColorObject) has not been updated by
the author to check that the argument to lc is defined. The warning is
annoying, but harmless.

Circos itself no longer uses this module for this very reason, given
that only a few functions from the module were being used - those that
convert between HSB to RGB.

Martin Krzywinski
science + art
http://mkweb.bcgsc.ca



On Mon, Oct 29, 2012 at 5:56 AM, JFP <juanfpoya...@gmail.com> wrote:
> Hi again,
>
> for the record, the solution of this is ... that it does not need any
> solution since the error is just a warning linked to the perl version.
> Still, producing figures out of tables is not always an easy task ... as one
> has to correct for several problems with the different 'conf' files.
>
> Once this is done, circos does generate beautiful pictures,
> Best,
> -juan
>
>
> On Thursday, October 25, 2012 12:34:57 AM UTC+2, JFP wrote:
>>
>> Hi,
>>
>> I am trying to run table viewer in a mac (OS X version 10.7.4) but I get
>> the following error after running >cat table.txt | perl bin/parse-table >
>> parsed.txt
>>
>> "Use of uninitialized value within @_ in lc at
>> /Library/Perl/5.12/Graphics/ColorObject.pm line 1905.". This sentence is
>> repeated many times.
>>
>> I have seen this error posted earlier but I can't find a solution.
>>
>> Circos worked fine otherwise,
>>
>> thanks!
>>
>> -juan
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Circos" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/circos-data-visualization/-/FUYiairU-5oJ.
>
> To post to this group, send email to
> circos-data-visualization@googlegroups.com.
> To unsubscribe from this group, send email to
> circos-data-visualization+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/circos-data-visualization?hl=en.