Skip Menu |

This queue is for tickets about the Bio-Homology-InterologWalk CPAN distribution.

Report information
The Basics
Id: 89439
Status: open
Priority: 0/
Queue: Bio-Homology-InterologWalk

People
Owner: Nobody in particular
Requestors: karaltn [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug report
Date: Sun, 13 Oct 2013 22:15:31 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Altan Kara <karaltn [...] gmail.com>
Hi, I recently installed "Bio-Homology-InterologWalk-0.6b" and when I run "doInterologWalk.pl" I am getting following two error. First error not stopping the script but after second error its killing the process. I copied and pasted errors from terminal and I also copied and pasted related lines with error from my script (InterologWalk.pm). I am using ensemble version 73. I hope this information will be enough for you to help me solve this problem. If you need anything else please inform me about it. ......... ......... ........ Querying Ensembl Compara (multi) for orthologues---- *First error:* Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 945. "line945 : foreach my $genome (@{$all_genome_dbs}){ $genome_taxon_ids{$genome->taxon_id} = 1; $genome_names{$genome->name} = 1; }" 64 genomes found in database: multi. ENSMUSG00000000326 Comt ..69 orthologue(s). ENSMUSG00000001323 Srr ..64 orthologue(s). ENSMUSG00000001632 Brpf1 ..61 orthologue(s). ...... ...... ...... Total number of interactions: 101. Total Number of Unique NCBI taxa IDs: 7. ----Querying Ensembl Compara (multi) for orthologues back in Mus musculus---- *Second error:*Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 1436. get_backward_orthologies: impossible to get a protein tree adaptor for DB: multi No orthologues found back in Mus musculus. Exiting.. There were errors. Stopping.. line 1436 : "foreach my $genome (@{$all_genome_dbs}){ $genome_taxon_ids{$genome->taxon_id} = 1; $genome_names{$genome->name} = 1; }" I am looking forward to hear from you. Best regards Altan
Subject: Re: [rt.cpan.org #89439] bug report
Date: Mon, 14 Oct 2013 11:24:19 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Giuseppe Gallone <giuseppe.gallone [...] dpag.ox.ac.uk>
Dear Altan Kara Bio::Homology::InterologWalk currently does not support Ensembl v73. At the moment, support exists for versions up to 64, with limited functionality for the v65 api. I am working on an update however this is not ready yet I'm afraid. Apologies for any inconvenience caused. Best regards Giuseppe Gallone On 10/13/13 22:15, Altan Kara via RT wrote: Show quoted text
> Sun Oct 13 17:15:46 2013: Request 89439 was acted upon. > Transaction: Ticket created by karaltn@gmail.com > Queue: Bio-Homology-InterologWalk > Subject: bug report > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: karaltn@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > > Hi, > > I recently installed "Bio-Homology-InterologWalk-0.6b" and when I run > "doInterologWalk.pl" I am getting following two error. First error not > stopping the script but after second error its killing the process. I > copied and pasted errors from terminal and I also copied and pasted related > lines with error from my script (InterologWalk.pm). I am using ensemble > version 73. > > I hope this information will be enough for you to help me solve this > problem. If you need anything else please inform me about it. > ......... > ......... > ........ > > Querying Ensembl Compara (multi) for orthologues---- > *First error:* Use of uninitialized value in hash element at > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line > 945. > > "line945 : foreach my $genome (@{$all_genome_dbs}){ > $genome_taxon_ids{$genome->taxon_id} = 1; > $genome_names{$genome->name} = 1; > }" > > 64 genomes found in database: multi. > > ENSMUSG00000000326 Comt ..69 orthologue(s). > ENSMUSG00000001323 Srr ..64 orthologue(s). > ENSMUSG00000001632 Brpf1 ..61 orthologue(s). > ...... > ...... > ...... > Total number of interactions: 101. > Total Number of Unique NCBI taxa IDs: 7. > > ----Querying Ensembl Compara (multi) for orthologues back in Mus > musculus---- > *Second error:*Use of uninitialized value in hash element at > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line > 1436. > get_backward_orthologies: impossible to get a protein tree adaptor for DB: > multi > No orthologues found back in Mus musculus. Exiting.. > There were errors. Stopping.. > > > line 1436 : "foreach my $genome (@{$all_genome_dbs}){ > $genome_taxon_ids{$genome->taxon_id} = 1; > $genome_names{$genome->name} = 1; > }" > > I am looking forward to hear from you. > > Best regards > Altan >
Subject: Re: [rt.cpan.org #89439] bug report
Date: Mon, 14 Oct 2013 19:40:30 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Altan Kara <karaltn [...] gmail.com>
Hi Giuseppe, I install the ensembl version 64 and try to run the same process( doInterologWalk.pl) again and this time I got this registry error: syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1564, near "$type qw (core cdna vega otherfeatures rnaseq)" Global symbol "@dbs" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. Global symbol "$type" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. Global symbol "$type" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. Global symbol "$species_suffix" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. Global symbol "$host" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. Global symbol "$user" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. Global symbol "$pass" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. Global symbol "$port" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. Global symbol "$wait_timeout" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. Global symbol "$no_cache" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. Global symbol "$verbose" requires explicit package name at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1613, near "}" /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 7. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 7. Compilation failed in require at doInterologWalk.pl line 17. BEGIN failed--compilation aborted at doInterologWalk.pl line 17. ....... how can I fix this or can you send me registry file for ensembl v64 which wont create this error? Best regards Altan On Mon, Oct 14, 2013 at 11:24 AM, Giuseppe Gallone via RT < bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Dear Altan Kara > > Bio::Homology::InterologWalk currently does not support Ensembl v73. At > the moment, support exists for versions up to 64, with limited > functionality for the v65 api. I am working on an update however this is > not ready yet I'm afraid. Apologies for any inconvenience caused. > > Best regards > Giuseppe Gallone > > On 10/13/13 22:15, Altan Kara via RT wrote:
> > Sun Oct 13 17:15:46 2013: Request 89439 was acted upon. > > Transaction: Ticket created by karaltn@gmail.com > > Queue: Bio-Homology-InterologWalk > > Subject: bug report > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: karaltn@gmail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > > > > > Hi, > > > > I recently installed "Bio-Homology-InterologWalk-0.6b" and when I run > > "doInterologWalk.pl" I am getting following two error. First error not > > stopping the script but after second error its killing the process. I > > copied and pasted errors from terminal and I also copied and pasted
> related
> > lines with error from my script (InterologWalk.pm). I am using ensemble > > version 73. > > > > I hope this information will be enough for you to help me solve this > > problem. If you need anything else please inform me about it. > > ......... > > ......... > > ........ > > > > Querying Ensembl Compara (multi) for orthologues---- > > *First error:* Use of uninitialized value in hash element at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line > > 945. > > > > "line945 : foreach my $genome (@{$all_genome_dbs}){ > > $genome_taxon_ids{$genome->taxon_id} = 1; > > $genome_names{$genome->name} = 1; > > }" > > > > 64 genomes found in database: multi. > > > > ENSMUSG00000000326 Comt ..69 orthologue(s). > > ENSMUSG00000001323 Srr ..64 orthologue(s). > > ENSMUSG00000001632 Brpf1 ..61 orthologue(s). > > ...... > > ...... > > ...... > > Total number of interactions: 101. > > Total Number of Unique NCBI taxa IDs: 7. > > > > ----Querying Ensembl Compara (multi) for orthologues back in Mus > > musculus---- > > *Second error:*Use of uninitialized value in hash element at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line > > 1436. > > get_backward_orthologies: impossible to get a protein tree adaptor for
> DB:
> > multi > > No orthologues found back in Mus musculus. Exiting.. > > There were errors. Stopping.. > > > > > > line 1436 : "foreach my $genome (@{$all_genome_dbs}){ > > $genome_taxon_ids{$genome->taxon_id} = 1; > > $genome_names{$genome->name} = 1; > > }" > > > > I am looking forward to hear from you. > > > > Best regards > > Altan > >
> > >
Subject: Re: [rt.cpan.org #89439] bug report
Date: Mon, 14 Oct 2013 19:52:36 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Giuseppe Gallone <giuseppe.gallone [...] dpag.ox.ac.uk>
Hello Altan This looks like a problem with the Ensembl API installation. Could you describe the exact steps you took in installing the Ensembl API - I will try to reproduce the bug. Thanks a lot, G On 10/14/13 19:40, Altan Kara via RT wrote: Show quoted text
> Queue: Bio-Homology-InterologWalk > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Hi Giuseppe, > > I install the ensembl version 64 and try to run the same process( > doInterologWalk.pl) again and this time I got this registry error: > > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1564, > near "$type qw (core cdna vega otherfeatures rnaseq)" > Global symbol "@dbs" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. > Global symbol "$type" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. > Global symbol "$type" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. > Global symbol "$species_suffix" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. > Global symbol "$host" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. > Global symbol "$user" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. > Global symbol "$pass" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. > Global symbol "$port" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. > Global symbol "$wait_timeout" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. > Global symbol "$no_cache" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. > Global symbol "$verbose" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1613, > near "}" > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 7. > BEGIN failed--compilation aborted at > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 7. > Compilation failed in require at doInterologWalk.pl line 17. > BEGIN failed--compilation aborted at doInterologWalk.pl line 17. > ....... > > how can I fix this or can you send me registry file for ensembl v64 which > wont create this error? > > Best regards > Altan > > > > > > On Mon, Oct 14, 2013 at 11:24 AM, Giuseppe Gallone via RT < > bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > >> >> Dear Altan Kara >> >> Bio::Homology::InterologWalk currently does not support Ensembl v73. At >> the moment, support exists for versions up to 64, with limited >> functionality for the v65 api. I am working on an update however this is >> not ready yet I'm afraid. Apologies for any inconvenience caused. >> >> Best regards >> Giuseppe Gallone >> >> On 10/13/13 22:15, Altan Kara via RT wrote:
>>> Sun Oct 13 17:15:46 2013: Request 89439 was acted upon. >>> Transaction: Ticket created by karaltn@gmail.com >>> Queue: Bio-Homology-InterologWalk >>> Subject: bug report >>> Broken in: (no value) >>> Severity: (no value) >>> Owner: Nobody >>> Requestors: karaltn@gmail.com >>> Status: new >>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > >>> >>> >>> Hi, >>> >>> I recently installed "Bio-Homology-InterologWalk-0.6b" and when I run >>> "doInterologWalk.pl" I am getting following two error. First error not >>> stopping the script but after second error its killing the process. I >>> copied and pasted errors from terminal and I also copied and pasted
>> related
>>> lines with error from my script (InterologWalk.pm). I am using ensemble >>> version 73. >>> >>> I hope this information will be enough for you to help me solve this >>> problem. If you need anything else please inform me about it. >>> ......... >>> ......... >>> ........ >>> >>> Querying Ensembl Compara (multi) for orthologues---- >>> *First error:* Use of uninitialized value in hash element at >>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line >>> 945. >>> >>> "line945 : foreach my $genome (@{$all_genome_dbs}){ >>> $genome_taxon_ids{$genome->taxon_id} = 1; >>> $genome_names{$genome->name} = 1; >>> }" >>> >>> 64 genomes found in database: multi. >>> >>> ENSMUSG00000000326 Comt ..69 orthologue(s). >>> ENSMUSG00000001323 Srr ..64 orthologue(s). >>> ENSMUSG00000001632 Brpf1 ..61 orthologue(s). >>> ...... >>> ...... >>> ...... >>> Total number of interactions: 101. >>> Total Number of Unique NCBI taxa IDs: 7. >>> >>> ----Querying Ensembl Compara (multi) for orthologues back in Mus >>> musculus---- >>> *Second error:*Use of uninitialized value in hash element at >>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line >>> 1436. >>> get_backward_orthologies: impossible to get a protein tree adaptor for
>> DB:
>>> multi >>> No orthologues found back in Mus musculus. Exiting.. >>> There were errors. Stopping.. >>> >>> >>> line 1436 : "foreach my $genome (@{$all_genome_dbs}){ >>> $genome_taxon_ids{$genome->taxon_id} = 1; >>> $genome_names{$genome->name} = 1; >>> }" >>> >>> I am looking forward to hear from you. >>> >>> Best regards >>> Altan >>>
Subject: Re: [rt.cpan.org #89439] bug report
Date: Mon, 14 Oct 2013 21:59:09 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Altan Kara <karaltn [...] gmail.com>
I used cvs: $ cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl login Logging in to :pserver:cvsuser@cvs.sanger.ac.uk:2401/cvsroot/ensembl CVS password: CVSUSER $ cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl checkout -r branch-ensembl-64 ensembl Best regards Altan On Mon, Oct 14, 2013 at 7:52 PM, Giuseppe Gallone via RT < bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Hello Altan > > This looks like a problem with the Ensembl API installation. Could you > describe the exact steps you took in installing the Ensembl API - I will > try to reproduce the bug. Thanks a lot, > > G > > On 10/14/13 19:40, Altan Kara via RT wrote:
> > Queue: Bio-Homology-InterologWalk > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > > > Hi Giuseppe, > > > > I install the ensembl version 64 and try to run the same process( > > doInterologWalk.pl) again and this time I got this registry error: > > > > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1564, > > near "$type qw (core cdna vega otherfeatures rnaseq)" > > Global symbol "@dbs" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. > > Global symbol "$type" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. > > Global symbol "$type" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. > > Global symbol "$species_suffix" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. > > Global symbol "$host" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. > > Global symbol "$user" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. > > Global symbol "$pass" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. > > Global symbol "$port" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. > > Global symbol "$wait_timeout" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. > > Global symbol "$no_cache" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. > > Global symbol "$verbose" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. > > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1613, > > near "}" > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. > > Compilation failed in require at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line
> 7.
> > BEGIN failed--compilation aborted at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line
> 7.
> > Compilation failed in require at doInterologWalk.pl line 17. > > BEGIN failed--compilation aborted at doInterologWalk.pl line 17. > > ....... > > > > how can I fix this or can you send me registry file for ensembl v64 which > > wont create this error? > > > > Best regards > > Altan > > > > > > > > > > > > On Mon, Oct 14, 2013 at 11:24 AM, Giuseppe Gallone via RT < > > bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: > >
> >> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > >> > >> Dear Altan Kara > >> > >> Bio::Homology::InterologWalk currently does not support Ensembl v73. At > >> the moment, support exists for versions up to 64, with limited > >> functionality for the v65 api. I am working on an update however this is > >> not ready yet I'm afraid. Apologies for any inconvenience caused. > >> > >> Best regards > >> Giuseppe Gallone > >> > >> On 10/13/13 22:15, Altan Kara via RT wrote:
> >>> Sun Oct 13 17:15:46 2013: Request 89439 was acted upon. > >>> Transaction: Ticket created by karaltn@gmail.com > >>> Queue: Bio-Homology-InterologWalk > >>> Subject: bug report > >>> Broken in: (no value) > >>> Severity: (no value) > >>> Owner: Nobody > >>> Requestors: karaltn@gmail.com > >>> Status: new > >>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > >>> > >>> > >>> Hi, > >>> > >>> I recently installed "Bio-Homology-InterologWalk-0.6b" and when I run > >>> "doInterologWalk.pl" I am getting following two error. First error not > >>> stopping the script but after second error its killing the process. I > >>> copied and pasted errors from terminal and I also copied and pasted
> >> related
> >>> lines with error from my script (InterologWalk.pm). I am using ensemble > >>> version 73. > >>> > >>> I hope this information will be enough for you to help me solve this > >>> problem. If you need anything else please inform me about it. > >>> ......... > >>> ......... > >>> ........ > >>> > >>> Querying Ensembl Compara (multi) for orthologues---- > >>> *First error:* Use of uninitialized value in hash element at > >>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
> line
> >>> 945. > >>> > >>> "line945 : foreach my $genome (@{$all_genome_dbs}){ > >>> $genome_taxon_ids{$genome->taxon_id} = 1; > >>> $genome_names{$genome->name} = 1; > >>> }" > >>> > >>> 64 genomes found in database: multi. > >>> > >>> ENSMUSG00000000326 Comt ..69 orthologue(s). > >>> ENSMUSG00000001323 Srr ..64 orthologue(s). > >>> ENSMUSG00000001632 Brpf1 ..61 orthologue(s). > >>> ...... > >>> ...... > >>> ...... > >>> Total number of interactions: 101. > >>> Total Number of Unique NCBI taxa IDs: 7. > >>> > >>> ----Querying Ensembl Compara (multi) for orthologues back in Mus > >>> musculus---- > >>> *Second error:*Use of uninitialized value in hash element at > >>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
> line
> >>> 1436. > >>> get_backward_orthologies: impossible to get a protein tree adaptor for
> >> DB:
> >>> multi > >>> No orthologues found back in Mus musculus. Exiting.. > >>> There were errors. Stopping.. > >>> > >>> > >>> line 1436 : "foreach my $genome (@{$all_genome_dbs}){ > >>> $genome_taxon_ids{$genome->taxon_id} = 1; > >>> $genome_names{$genome->name} = 1; > >>> }" > >>> > >>> I am looking forward to hear from you. > >>> > >>> Best regards > >>> Altan > >>>
> >
Subject: Re: [rt.cpan.org #89439] bug report
Date: Tue, 15 Oct 2013 21:50:14 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Altan Kara <karaltn [...] gmail.com>
Hi Giuseppe Can you give any idea about when update of Bio::Homology::InterologWalk will be completed for Ensemblv73? Best regards Altan On Mon, Oct 14, 2013 at 11:24 AM, Giuseppe Gallone via RT < bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Dear Altan Kara > > Bio::Homology::InterologWalk currently does not support Ensembl v73. At > the moment, support exists for versions up to 64, with limited > functionality for the v65 api. I am working on an update however this is > not ready yet I'm afraid. Apologies for any inconvenience caused. > > Best regards > Giuseppe Gallone > > On 10/13/13 22:15, Altan Kara via RT wrote:
> > Sun Oct 13 17:15:46 2013: Request 89439 was acted upon. > > Transaction: Ticket created by karaltn@gmail.com > > Queue: Bio-Homology-InterologWalk > > Subject: bug report > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: karaltn@gmail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > > > > > Hi, > > > > I recently installed "Bio-Homology-InterologWalk-0.6b" and when I run > > "doInterologWalk.pl" I am getting following two error. First error not > > stopping the script but after second error its killing the process. I > > copied and pasted errors from terminal and I also copied and pasted
> related
> > lines with error from my script (InterologWalk.pm). I am using ensemble > > version 73. > > > > I hope this information will be enough for you to help me solve this > > problem. If you need anything else please inform me about it. > > ......... > > ......... > > ........ > > > > Querying Ensembl Compara (multi) for orthologues---- > > *First error:* Use of uninitialized value in hash element at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line > > 945. > > > > "line945 : foreach my $genome (@{$all_genome_dbs}){ > > $genome_taxon_ids{$genome->taxon_id} = 1; > > $genome_names{$genome->name} = 1; > > }" > > > > 64 genomes found in database: multi. > > > > ENSMUSG00000000326 Comt ..69 orthologue(s). > > ENSMUSG00000001323 Srr ..64 orthologue(s). > > ENSMUSG00000001632 Brpf1 ..61 orthologue(s). > > ...... > > ...... > > ...... > > Total number of interactions: 101. > > Total Number of Unique NCBI taxa IDs: 7. > > > > ----Querying Ensembl Compara (multi) for orthologues back in Mus > > musculus---- > > *Second error:*Use of uninitialized value in hash element at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line > > 1436. > > get_backward_orthologies: impossible to get a protein tree adaptor for
> DB:
> > multi > > No orthologues found back in Mus musculus. Exiting.. > > There were errors. Stopping.. > > > > > > line 1436 : "foreach my $genome (@{$all_genome_dbs}){ > > $genome_taxon_ids{$genome->taxon_id} = 1; > > $genome_names{$genome->name} = 1; > > }" > > > > I am looking forward to hear from you. > > > > Best regards > > Altan > >
> > >
Subject: Re: [rt.cpan.org #89439] bug report
Date: Wed, 16 Oct 2013 12:49:29 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Giuseppe Gallone <giuseppe.gallone [...] dpag.ox.ac.uk>
Hello Altan I am testing Bio::Homology::InterologWalk v 0.6b with Ensembl v64 and it seems to work on my platform. In order to make it easier for me to debug the errors you're seeing, could you please test it once more, following these steps (I'm assuming you're on a linux machine): 1-Please delete any instances of the ensembl API you might have previously installed. In your home directory, create a src directory and cd into it. #------------ cd ~ mkdir src cd src #------------ 2-Install Bioperl 1.2.3 as described here http://www.ensembl.org/info/docs/api/api_cvs.html 3-Install the full Ensembl-64 api typing the following commands: #------------------------------------- cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl login Logging in to :pserver:cvsuser@cvs.sanger.ac.uk:2401/cvsroot/ensembl CVS password: CVSUSER cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl checkout -r branch-ensembl-64 ensembl-api #------------------------------------- The second command is particularly important - you will need ALL the APIs for the module to work correctly. 4-At this stage, if all has gone smoothly, you should have the following four directories under /home/YOURNAME/src: bioperl-live ensembl ensembl-compara ensembl-external ensembl-functgenomics ensembl-tools ensembl-variation 5-Set up your environment as described here http://www.ensembl.org/info/docs/api/api_installation.html For example, for a fedora/RH linux machine, you'd open your .bashrc file and type in the paths to those directories in point (4), as follows (I'm assuming the vim editor is installed on your system, otherwise maybe try gedit): #------------- vim ~/.bashrc #------------- and type the following at the bottom of the file: #-------------- PERL5LIB=${PERL5LIB}:${HOME}/src/bioperl-1.2.3 PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl/modules PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-compara/modules PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-variation/modules PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-functgenomics/modules export PERL5LIB #----------------- #(no need to export paths to ensembl-tools and ensembl-external) Now save the file, and exit. Log off the session and log in again (This is very important for the changes you've made to .bashrc to have effect) 6-At this time your Ensembl/Bioperl configuration should be complete. You may now attempt the installation of Bio::Homology::InterologWalk. Download it from here: #---------- wget http://search.cpan.org/CPAN/authors/id/G/GG/GGALLONE/Bio-Homology-InterologWalk-0.6b.tar.gz #---------- then #---------- tar xzvf Bio-Homology-InterologWalk-0.6b.tar.gz #---------- and #---------- cd Bio-Homology-InterologWalk-0.6b #---------- now you can follow the included README for installation. Basically you'll do #---------- perl Makefile.PL #---------- the output should be the following (provided you have all the prerequisite modules installed) #---------- Checking for recommended module Algorithm::Combinatorics >= 0.25 ... ok. Checking for required module Bio::EnsEMBL::Registry ... ok. Checking for required module Bio::Perl ... ok. Checking for required module Carp ... ok. Checking for required module DBD::CSV ... ok. Checking for recommended module Data::PowerSet >= 0.05 ... ok. Checking for required module File::Glob ... ok. Checking for required module GO::Parser ... ok. Checking for recommended module Getopt::Long >= 2.38 ... ok. Checking for recommended module Graph >= 0.94 ... ok. Checking for required module List::Util ... ok. Checking for required module REST::Client ... ok. Checking for required module String::Approx ... ok. Checking for recommended module URI::Escape >= 1.53 ... ok. Checking if your kit is complete... Looks good Writing Makefile for Bio::Homology::InterologWalk #----------- Then you should do #---------- make #---------- which should give you the following output #------------------ cp lib/Bio/Homology/InterologWalk.pm blib/lib/Bio/Homology/InterologWalk.pm Manifying blib/man3/Bio::Homology::InterologWalk.3pm #------------------ next do a #------------ make test #------------ This will take a while, and it will need a internet connection. It will fail if the Ensembl/Intact services are down. A typical successful run would look like this: #---------------------------- PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Bio-Homology-InterologWalk.t .. 1/19 # # # #######PLEASE NOTE###### # ######################## # In order for some of the following tests to succeed, # remote services provided by Ensembl and Intact MUST BE ACTIVE. # in case of multiple test failure, # please check status of Ensembl services on announce@ensembl.org # and status of EBI Intact PSICQUIC service on # www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=STATUS # ######################## # ######################## # # Testing interfaces to remote services..Please be patient.. # t/Bio-Homology-InterologWalk.t .. 13/19 add method for created_by at /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. add method for creation_date at /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. t/Bio-Homology-InterologWalk.t .. ok All tests successful. Files=1, Tests=19, 111 wallclock secs ( 0.05 usr 0.00 sys + 6.36 cusr 0.26 csys = 6.67 CPU) Result: PASS #---------------------------------- After this you'd just do a make install Let me know how it goes. I'm in the process of simplifying the documentation for a new release - apologies for the complexity. Cheers, G On 10/14/13 19:40, Altan Kara via RT wrote: Show quoted text
> Queue: Bio-Homology-InterologWalk > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Hi Giuseppe, > > I install the ensembl version 64 and try to run the same process( > doInterologWalk.pl) again and this time I got this registry error: > > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1564, > near "$type qw (core cdna vega otherfeatures rnaseq)" > Global symbol "@dbs" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. > Global symbol "$type" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. > Global symbol "$type" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. > Global symbol "$species_suffix" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. > Global symbol "$host" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. > Global symbol "$user" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. > Global symbol "$pass" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. > Global symbol "$port" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. > Global symbol "$wait_timeout" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. > Global symbol "$no_cache" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. > Global symbol "$verbose" requires explicit package name at > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1613, > near "}" > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 7. > BEGIN failed--compilation aborted at > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line 7. > Compilation failed in require at doInterologWalk.pl line 17. > BEGIN failed--compilation aborted at doInterologWalk.pl line 17. > ....... > > how can I fix this or can you send me registry file for ensembl v64 which > wont create this error? > > Best regards > Altan >
Subject: Re: [rt.cpan.org #89439] bug report
Date: Wed, 16 Oct 2013 12:54:08 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Altan Kara <karaltn [...] gmail.com>
Hi, Honestly I did all these steps but I will do it again and inform you about result and I hope I can have the new release soon which supports ensembl v73. Best regards A On Wed, Oct 16, 2013 at 12:49 PM, Giuseppe Gallone via RT < bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Hello Altan > > I am testing Bio::Homology::InterologWalk v 0.6b with Ensembl v64 and it > seems to work on my platform. > > In order to make it easier for me to debug the errors you're seeing, > could you please test it once more, following these steps (I'm assuming > you're on a linux machine): > > 1-Please delete any instances of the ensembl API you might have > previously installed. In your home directory, create a src directory and > cd into it. > > #------------ > cd ~ > mkdir src > cd src > #------------ > > 2-Install Bioperl 1.2.3 as described here > > http://www.ensembl.org/info/docs/api/api_cvs.html > > 3-Install the full Ensembl-64 api typing the following commands: > > #------------------------------------- > cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl login > Logging in to :pserver:cvsuser@cvs.sanger.ac.uk:2401/cvsroot/ensembl > CVS password: CVSUSER > > cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl checkout -r > branch-ensembl-64 ensembl-api > #------------------------------------- > The second command is particularly important - you will need ALL the > APIs for the module to work correctly. > > 4-At this stage, if all has gone smoothly, you should have the following > four directories under /home/YOURNAME/src: > > bioperl-live > ensembl > ensembl-compara > ensembl-external > ensembl-functgenomics > ensembl-tools > ensembl-variation > > 5-Set up your environment as described here > http://www.ensembl.org/info/docs/api/api_installation.html > > For example, for a fedora/RH linux machine, you'd open your .bashrc file > and type in the paths to those directories in point (4), as follows (I'm > assuming the vim editor is installed on your system, otherwise maybe try > gedit): > > #------------- > vim ~/.bashrc > #------------- > and type the following at the bottom of the file: > #-------------- > PERL5LIB=${PERL5LIB}:${HOME}/src/bioperl-1.2.3 > PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl/modules > PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-compara/modules > PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-variation/modules > PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-functgenomics/modules > export PERL5LIB > #----------------- > #(no need to export paths to ensembl-tools and ensembl-external) > > Now save the file, and exit. Log off the session and log in again (This > is very important for the changes you've made to .bashrc to have effect) > > 6-At this time your Ensembl/Bioperl configuration should be complete. > You may now attempt the installation of Bio::Homology::InterologWalk. > Download it from here: > > #---------- > wget > > http://search.cpan.org/CPAN/authors/id/G/GG/GGALLONE/Bio-Homology-InterologWalk-0.6b.tar.gz > #---------- > > then > > #---------- > tar xzvf Bio-Homology-InterologWalk-0.6b.tar.gz > #---------- > > and > > #---------- > cd Bio-Homology-InterologWalk-0.6b > #---------- > > now you can follow the included README for installation. Basically you'll > do > > #---------- > perl Makefile.PL > #---------- > > the output should be the following (provided you have all the > prerequisite modules installed) > > #---------- > Checking for recommended module Algorithm::Combinatorics >= 0.25 ... ok. > Checking for required module Bio::EnsEMBL::Registry ... ok. > Checking for required module Bio::Perl ... ok. > Checking for required module Carp ... ok. > Checking for required module DBD::CSV ... ok. > Checking for recommended module Data::PowerSet >= 0.05 ... ok. > Checking for required module File::Glob ... ok. > Checking for required module GO::Parser ... ok. > Checking for recommended module Getopt::Long >= 2.38 ... ok. > Checking for recommended module Graph >= 0.94 ... ok. > Checking for required module List::Util ... ok. > Checking for required module REST::Client ... ok. > Checking for required module String::Approx ... ok. > Checking for recommended module URI::Escape >= 1.53 ... ok. > > Checking if your kit is complete... > Looks good > Writing Makefile for Bio::Homology::InterologWalk > #----------- > > Then you should do > > #---------- > make > #---------- > > which should give you the following output > > #------------------ > cp lib/Bio/Homology/InterologWalk.pm blib/lib/Bio/Homology/InterologWalk.pm > Manifying blib/man3/Bio::Homology::InterologWalk.3pm > #------------------ > > next do a > > #------------ > make test > #------------ > This will take a while, and it will need a internet connection. It will > fail if the Ensembl/Intact services are down. A typical successful run > would look like this: > > #---------------------------- > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/Bio-Homology-InterologWalk.t .. 1/19 # > # > # #######PLEASE NOTE###### > # ######################## > # In order for some of the following tests to succeed, > # remote services provided by Ensembl and Intact MUST BE ACTIVE. > # in case of multiple test failure, > # please check status of Ensembl services on announce@ensembl.org > # and status of EBI Intact PSICQUIC service on > # www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=STATUS > # ######################## > # ######################## > # > # Testing interfaces to remote services..Please be patient.. > # > t/Bio-Homology-InterologWalk.t .. 13/19 add method for created_by at > /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. > add method for creation_date at > /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. > t/Bio-Homology-InterologWalk.t .. ok > All tests successful. > Files=1, Tests=19, 111 wallclock secs ( 0.05 usr 0.00 sys + 6.36 cusr > 0.26 csys = 6.67 CPU) > Result: PASS > #---------------------------------- > > After this you'd just do a > > make install > > Let me know how it goes. I'm in the process of simplifying the > documentation for a new release - apologies for the complexity. > > Cheers, G > > > > On 10/14/13 19:40, Altan Kara via RT wrote:
> > Queue: Bio-Homology-InterologWalk > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > > > Hi Giuseppe, > > > > I install the ensembl version 64 and try to run the same process( > > doInterologWalk.pl) again and this time I got this registry error: > > > > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1564, > > near "$type qw (core cdna vega otherfeatures rnaseq)" > > Global symbol "@dbs" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. > > Global symbol "$type" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. > > Global symbol "$type" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. > > Global symbol "$species_suffix" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. > > Global symbol "$host" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. > > Global symbol "$user" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. > > Global symbol "$pass" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. > > Global symbol "$port" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. > > Global symbol "$wait_timeout" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. > > Global symbol "$no_cache" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. > > Global symbol "$verbose" requires explicit package name at > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. > > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1613, > > near "}" > > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. > > Compilation failed in require at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line
> 7.
> > BEGIN failed--compilation aborted at > > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm line
> 7.
> > Compilation failed in require at doInterologWalk.pl line 17. > > BEGIN failed--compilation aborted at doInterologWalk.pl line 17. > > ....... > > > > how can I fix this or can you send me registry file for ensembl v64 which > > wont create this error? > > > > Best regards > > Altan > >
> >
Subject: Re: [rt.cpan.org #89439] bug report
Date: Wed, 16 Oct 2013 23:51:20 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Altan Kara <karaltn [...] gmail.com>
Hi Giuseppe, I checked all of my installation steps and everything looks fine, as you know if I made an installation error at any step other Ensembl Apis also wont work but only v64 is not working. Can you just send me your "Registry.pm" for Ensembl v64? Best regards Altan Best regards Altan On Wed, Oct 16, 2013 at 12:54 PM, Altan Kara <karaltn@gmail.com> wrote: Show quoted text
> Hi, > > Honestly I did all these steps but I will do it again and inform you about > result and I hope I can have the new release soon which supports ensembl > v73. > > Best regards > A > > > On Wed, Oct 16, 2013 at 12:49 PM, Giuseppe Gallone via RT < > bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > >> >> Hello Altan >> >> I am testing Bio::Homology::InterologWalk v 0.6b with Ensembl v64 and it >> seems to work on my platform. >> >> In order to make it easier for me to debug the errors you're seeing, >> could you please test it once more, following these steps (I'm assuming >> you're on a linux machine): >> >> 1-Please delete any instances of the ensembl API you might have >> previously installed. In your home directory, create a src directory and >> cd into it. >> >> #------------ >> cd ~ >> mkdir src >> cd src >> #------------ >> >> 2-Install Bioperl 1.2.3 as described here >> >> http://www.ensembl.org/info/docs/api/api_cvs.html >> >> 3-Install the full Ensembl-64 api typing the following commands: >> >> #------------------------------------- >> cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl login >> Logging in to :pserver:cvsuser@cvs.sanger.ac.uk:2401/cvsroot/ensembl >> CVS password: CVSUSER >> >> cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl checkout -r >> branch-ensembl-64 ensembl-api >> #------------------------------------- >> The second command is particularly important - you will need ALL the >> APIs for the module to work correctly. >> >> 4-At this stage, if all has gone smoothly, you should have the following >> four directories under /home/YOURNAME/src: >> >> bioperl-live >> ensembl >> ensembl-compara >> ensembl-external >> ensembl-functgenomics >> ensembl-tools >> ensembl-variation >> >> 5-Set up your environment as described here >> http://www.ensembl.org/info/docs/api/api_installation.html >> >> For example, for a fedora/RH linux machine, you'd open your .bashrc file >> and type in the paths to those directories in point (4), as follows (I'm >> assuming the vim editor is installed on your system, otherwise maybe try >> gedit): >> >> #------------- >> vim ~/.bashrc >> #------------- >> and type the following at the bottom of the file: >> #-------------- >> PERL5LIB=${PERL5LIB}:${HOME}/src/bioperl-1.2.3 >> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl/modules >> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-compara/modules >> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-variation/modules >> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-functgenomics/modules >> export PERL5LIB >> #----------------- >> #(no need to export paths to ensembl-tools and ensembl-external) >> >> Now save the file, and exit. Log off the session and log in again (This >> is very important for the changes you've made to .bashrc to have effect) >> >> 6-At this time your Ensembl/Bioperl configuration should be complete. >> You may now attempt the installation of Bio::Homology::InterologWalk. >> Download it from here: >> >> #---------- >> wget >> >> http://search.cpan.org/CPAN/authors/id/G/GG/GGALLONE/Bio-Homology-InterologWalk-0.6b.tar.gz >> #---------- >> >> then >> >> #---------- >> tar xzvf Bio-Homology-InterologWalk-0.6b.tar.gz >> #---------- >> >> and >> >> #---------- >> cd Bio-Homology-InterologWalk-0.6b >> #---------- >> >> now you can follow the included README for installation. Basically you'll >> do >> >> #---------- >> perl Makefile.PL >> #---------- >> >> the output should be the following (provided you have all the >> prerequisite modules installed) >> >> #---------- >> Checking for recommended module Algorithm::Combinatorics >= 0.25 ... ok. >> Checking for required module Bio::EnsEMBL::Registry ... ok. >> Checking for required module Bio::Perl ... ok. >> Checking for required module Carp ... ok. >> Checking for required module DBD::CSV ... ok. >> Checking for recommended module Data::PowerSet >= 0.05 ... ok. >> Checking for required module File::Glob ... ok. >> Checking for required module GO::Parser ... ok. >> Checking for recommended module Getopt::Long >= 2.38 ... ok. >> Checking for recommended module Graph >= 0.94 ... ok. >> Checking for required module List::Util ... ok. >> Checking for required module REST::Client ... ok. >> Checking for required module String::Approx ... ok. >> Checking for recommended module URI::Escape >= 1.53 ... ok. >> >> Checking if your kit is complete... >> Looks good >> Writing Makefile for Bio::Homology::InterologWalk >> #----------- >> >> Then you should do >> >> #---------- >> make >> #---------- >> >> which should give you the following output >> >> #------------------ >> cp lib/Bio/Homology/InterologWalk.pm >> blib/lib/Bio/Homology/InterologWalk.pm >> Manifying blib/man3/Bio::Homology::InterologWalk.3pm >> #------------------ >> >> next do a >> >> #------------ >> make test >> #------------ >> This will take a while, and it will need a internet connection. It will >> fail if the Ensembl/Intact services are down. A typical successful run >> would look like this: >> >> #---------------------------- >> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" >> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t >> t/Bio-Homology-InterologWalk.t .. 1/19 # >> # >> # #######PLEASE NOTE###### >> # ######################## >> # In order for some of the following tests to succeed, >> # remote services provided by Ensembl and Intact MUST BE ACTIVE. >> # in case of multiple test failure, >> # please check status of Ensembl services on announce@ensembl.org >> # and status of EBI Intact PSICQUIC service on >> # >> www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=STATUS >> # ######################## >> # ######################## >> # >> # Testing interfaces to remote services..Please be patient.. >> # >> t/Bio-Homology-InterologWalk.t .. 13/19 add method for created_by at >> /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. >> add method for creation_date at >> /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. >> t/Bio-Homology-InterologWalk.t .. ok >> All tests successful. >> Files=1, Tests=19, 111 wallclock secs ( 0.05 usr 0.00 sys + 6.36 cusr >> 0.26 csys = 6.67 CPU) >> Result: PASS >> #---------------------------------- >> >> After this you'd just do a >> >> make install >> >> Let me know how it goes. I'm in the process of simplifying the >> documentation for a new release - apologies for the complexity. >> >> Cheers, G >> >> >> >> On 10/14/13 19:40, Altan Kara via RT wrote:
>> > Queue: Bio-Homology-InterologWalk >> > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > >> > >> > Hi Giuseppe, >> > >> > I install the ensembl version 64 and try to run the same process( >> > doInterologWalk.pl) again and this time I got this registry error: >> > >> > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1564, >> > near "$type qw (core cdna vega otherfeatures rnaseq)" >> > Global symbol "@dbs" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. >> > Global symbol "$type" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. >> > Global symbol "$type" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. >> > Global symbol "$species_suffix" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. >> > Global symbol "$host" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. >> > Global symbol "$user" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. >> > Global symbol "$pass" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. >> > Global symbol "$port" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. >> > Global symbol "$wait_timeout" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. >> > Global symbol "$no_cache" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. >> > Global symbol "$verbose" requires explicit package name at >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. >> > syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1613, >> > near "}" >> > /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. >> > Compilation failed in require at >> > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
>> line 7.
>> > BEGIN failed--compilation aborted at >> > /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
>> line 7.
>> > Compilation failed in require at doInterologWalk.pl line 17. >> > BEGIN failed--compilation aborted at doInterologWalk.pl line 17. >> > ....... >> > >> > how can I fix this or can you send me registry file for ensembl v64
>> which
>> > wont create this error? >> > >> > Best regards >> > Altan >> >
>> >>
>
Subject: Re: [rt.cpan.org #89439] bug report
Date: Thu, 17 Oct 2013 11:19:45 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Giuseppe Gallone <giuseppe.gallone [...] dpag.ox.ac.uk>
Dear Altan The "Registry.pm" file is part of the Ensembl API v.64 distribution. Best Giuseppe On 10/16/13 23:51, Altan Kara via RT wrote: Show quoted text
> Queue: Bio-Homology-InterologWalk > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Hi Giuseppe, > > I checked all of my installation steps and everything looks fine, as you > know if I made an installation error at any step other Ensembl Apis also > wont work but only v64 is not working. > Can you just send me your "Registry.pm" for Ensembl v64? > > Best regards > Altan > > Best regards > Altan > > > > > On Wed, Oct 16, 2013 at 12:54 PM, Altan Kara <karaltn@gmail.com> wrote: >
>> Hi, >> >> Honestly I did all these steps but I will do it again and inform you about >> result and I hope I can have the new release soon which supports ensembl >> v73. >> >> Best regards >> A >> >> >> On Wed, Oct 16, 2013 at 12:49 PM, Giuseppe Gallone via RT < >> bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: >>
>>> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > >>> >>> Hello Altan >>> >>> I am testing Bio::Homology::InterologWalk v 0.6b with Ensembl v64 and it >>> seems to work on my platform. >>> >>> In order to make it easier for me to debug the errors you're seeing, >>> could you please test it once more, following these steps (I'm assuming >>> you're on a linux machine): >>> >>> 1-Please delete any instances of the ensembl API you might have >>> previously installed. In your home directory, create a src directory and >>> cd into it. >>> >>> #------------ >>> cd ~ >>> mkdir src >>> cd src >>> #------------ >>> >>> 2-Install Bioperl 1.2.3 as described here >>> >>> http://www.ensembl.org/info/docs/api/api_cvs.html >>> >>> 3-Install the full Ensembl-64 api typing the following commands: >>> >>> #------------------------------------- >>> cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl login >>> Logging in to :pserver:cvsuser@cvs.sanger.ac.uk:2401/cvsroot/ensembl >>> CVS password: CVSUSER >>> >>> cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl checkout -r >>> branch-ensembl-64 ensembl-api >>> #------------------------------------- >>> The second command is particularly important - you will need ALL the >>> APIs for the module to work correctly. >>> >>> 4-At this stage, if all has gone smoothly, you should have the following >>> four directories under /home/YOURNAME/src: >>> >>> bioperl-live >>> ensembl >>> ensembl-compara >>> ensembl-external >>> ensembl-functgenomics >>> ensembl-tools >>> ensembl-variation >>> >>> 5-Set up your environment as described here >>> http://www.ensembl.org/info/docs/api/api_installation.html >>> >>> For example, for a fedora/RH linux machine, you'd open your .bashrc file >>> and type in the paths to those directories in point (4), as follows (I'm >>> assuming the vim editor is installed on your system, otherwise maybe try >>> gedit): >>> >>> #------------- >>> vim ~/.bashrc >>> #------------- >>> and type the following at the bottom of the file: >>> #-------------- >>> PERL5LIB=${PERL5LIB}:${HOME}/src/bioperl-1.2.3 >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl/modules >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-compara/modules >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-variation/modules >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-functgenomics/modules >>> export PERL5LIB >>> #----------------- >>> #(no need to export paths to ensembl-tools and ensembl-external) >>> >>> Now save the file, and exit. Log off the session and log in again (This >>> is very important for the changes you've made to .bashrc to have effect) >>> >>> 6-At this time your Ensembl/Bioperl configuration should be complete. >>> You may now attempt the installation of Bio::Homology::InterologWalk. >>> Download it from here: >>> >>> #---------- >>> wget >>> >>> http://search.cpan.org/CPAN/authors/id/G/GG/GGALLONE/Bio-Homology-InterologWalk-0.6b.tar.gz >>> #---------- >>> >>> then >>> >>> #---------- >>> tar xzvf Bio-Homology-InterologWalk-0.6b.tar.gz >>> #---------- >>> >>> and >>> >>> #---------- >>> cd Bio-Homology-InterologWalk-0.6b >>> #---------- >>> >>> now you can follow the included README for installation. Basically you'll >>> do >>> >>> #---------- >>> perl Makefile.PL >>> #---------- >>> >>> the output should be the following (provided you have all the >>> prerequisite modules installed) >>> >>> #---------- >>> Checking for recommended module Algorithm::Combinatorics >= 0.25 ... ok. >>> Checking for required module Bio::EnsEMBL::Registry ... ok. >>> Checking for required module Bio::Perl ... ok. >>> Checking for required module Carp ... ok. >>> Checking for required module DBD::CSV ... ok. >>> Checking for recommended module Data::PowerSet >= 0.05 ... ok. >>> Checking for required module File::Glob ... ok. >>> Checking for required module GO::Parser ... ok. >>> Checking for recommended module Getopt::Long >= 2.38 ... ok. >>> Checking for recommended module Graph >= 0.94 ... ok. >>> Checking for required module List::Util ... ok. >>> Checking for required module REST::Client ... ok. >>> Checking for required module String::Approx ... ok. >>> Checking for recommended module URI::Escape >= 1.53 ... ok. >>> >>> Checking if your kit is complete... >>> Looks good >>> Writing Makefile for Bio::Homology::InterologWalk >>> #----------- >>> >>> Then you should do >>> >>> #---------- >>> make >>> #---------- >>> >>> which should give you the following output >>> >>> #------------------ >>> cp lib/Bio/Homology/InterologWalk.pm >>> blib/lib/Bio/Homology/InterologWalk.pm >>> Manifying blib/man3/Bio::Homology::InterologWalk.3pm >>> #------------------ >>> >>> next do a >>> >>> #------------ >>> make test >>> #------------ >>> This will take a while, and it will need a internet connection. It will >>> fail if the Ensembl/Intact services are down. A typical successful run >>> would look like this: >>> >>> #---------------------------- >>> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" >>> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t >>> t/Bio-Homology-InterologWalk.t .. 1/19 # >>> # >>> # #######PLEASE NOTE###### >>> # ######################## >>> # In order for some of the following tests to succeed, >>> # remote services provided by Ensembl and Intact MUST BE ACTIVE. >>> # in case of multiple test failure, >>> # please check status of Ensembl services on announce@ensembl.org >>> # and status of EBI Intact PSICQUIC service on >>> # >>> www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=STATUS >>> # ######################## >>> # ######################## >>> # >>> # Testing interfaces to remote services..Please be patient.. >>> # >>> t/Bio-Homology-InterologWalk.t .. 13/19 add method for created_by at >>> /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. >>> add method for creation_date at >>> /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line 7644. >>> t/Bio-Homology-InterologWalk.t .. ok >>> All tests successful. >>> Files=1, Tests=19, 111 wallclock secs ( 0.05 usr 0.00 sys + 6.36 cusr >>> 0.26 csys = 6.67 CPU) >>> Result: PASS >>> #---------------------------------- >>> >>> After this you'd just do a >>> >>> make install >>> >>> Let me know how it goes. I'm in the process of simplifying the >>> documentation for a new release - apologies for the complexity. >>> >>> Cheers, G >>> >>> >>> >>> On 10/14/13 19:40, Altan Kara via RT wrote:
>>>> Queue: Bio-Homology-InterologWalk >>>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > >>>> >>>> Hi Giuseppe, >>>> >>>> I install the ensembl version 64 and try to run the same process( >>>> doInterologWalk.pl) again and this time I got this registry error: >>>> >>>> syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1564, >>>> near "$type qw (core cdna vega otherfeatures rnaseq)" >>>> Global symbol "@dbs" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. >>>> Global symbol "$type" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. >>>> Global symbol "$type" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. >>>> Global symbol "$species_suffix" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. >>>> Global symbol "$host" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. >>>> Global symbol "$user" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. >>>> Global symbol "$pass" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. >>>> Global symbol "$port" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. >>>> Global symbol "$wait_timeout" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. >>>> Global symbol "$no_cache" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. >>>> Global symbol "$verbose" requires explicit package name at >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. >>>> syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1613, >>>> near "}" >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. >>>> Compilation failed in require at >>>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
>>> line 7.
>>>> BEGIN failed--compilation aborted at >>>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
>>> line 7.
>>>> Compilation failed in require at doInterologWalk.pl line 17. >>>> BEGIN failed--compilation aborted at doInterologWalk.pl line 17. >>>> ....... >>>> >>>> how can I fix this or can you send me registry file for ensembl v64
>>> which
>>>> wont create this error? >>>> >>>> Best regards >>>> Altan >>>>
>>> >>>
>>
>
-- Giuseppe Gallone, PhD MRC career development fellow MRC Functional Genomics Unit - DPAG University of Oxford, UK
Subject: Re: [rt.cpan.org #89439] bug report
Date: Thu, 17 Oct 2013 12:15:30 +0100
To: bug-Bio-Homology-InterologWalk [...] rt.cpan.org
From: Altan Kara <karaltn [...] gmail.com>
I know but which comes with my cvs installation not working fine, I mean the source of the error is the Registry.pm which comes with Ensembl API v64 and you said that this API works just fine when you tried it so maybe I can try with your registration file ? Cheers A On Thu, Oct 17, 2013 at 11:20 AM, Giuseppe Gallone via RT < bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > Dear Altan > > The "Registry.pm" file is part of the Ensembl API v.64 distribution. > > Best > Giuseppe > > On 10/16/13 23:51, Altan Kara via RT wrote:
> > Queue: Bio-Homology-InterologWalk > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > > > > Hi Giuseppe, > > > > I checked all of my installation steps and everything looks fine, as you > > know if I made an installation error at any step other Ensembl Apis also > > wont work but only v64 is not working. > > Can you just send me your "Registry.pm" for Ensembl v64? > > > > Best regards > > Altan > > > > Best regards > > Altan > > > > > > > > > > On Wed, Oct 16, 2013 at 12:54 PM, Altan Kara <karaltn@gmail.com> wrote: > >
> >> Hi, > >> > >> Honestly I did all these steps but I will do it again and inform you
> about
> >> result and I hope I can have the new release soon which supports ensembl > >> v73. > >> > >> Best regards > >> A > >> > >> > >> On Wed, Oct 16, 2013 at 12:49 PM, Giuseppe Gallone via RT < > >> bug-Bio-Homology-InterologWalk@rt.cpan.org> wrote: > >>
> >>> <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > >>> > >>> Hello Altan > >>> > >>> I am testing Bio::Homology::InterologWalk v 0.6b with Ensembl v64 and
> it
> >>> seems to work on my platform. > >>> > >>> In order to make it easier for me to debug the errors you're seeing, > >>> could you please test it once more, following these steps (I'm assuming > >>> you're on a linux machine): > >>> > >>> 1-Please delete any instances of the ensembl API you might have > >>> previously installed. In your home directory, create a src directory
> and
> >>> cd into it. > >>> > >>> #------------ > >>> cd ~ > >>> mkdir src > >>> cd src > >>> #------------ > >>> > >>> 2-Install Bioperl 1.2.3 as described here > >>> > >>> http://www.ensembl.org/info/docs/api/api_cvs.html > >>> > >>> 3-Install the full Ensembl-64 api typing the following commands: > >>> > >>> #------------------------------------- > >>> cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl login > >>> Logging in to :pserver:cvsuser@cvs.sanger.ac.uk:2401/cvsroot/ensembl > >>> CVS password: CVSUSER > >>> > >>> cvs -d :pserver:cvsuser@cvs.sanger.ac.uk:/cvsroot/ensembl checkout -r > >>> branch-ensembl-64 ensembl-api > >>> #------------------------------------- > >>> The second command is particularly important - you will need ALL the > >>> APIs for the module to work correctly. > >>> > >>> 4-At this stage, if all has gone smoothly, you should have the
> following
> >>> four directories under /home/YOURNAME/src: > >>> > >>> bioperl-live > >>> ensembl > >>> ensembl-compara > >>> ensembl-external > >>> ensembl-functgenomics > >>> ensembl-tools > >>> ensembl-variation > >>> > >>> 5-Set up your environment as described here > >>> http://www.ensembl.org/info/docs/api/api_installation.html > >>> > >>> For example, for a fedora/RH linux machine, you'd open your .bashrc
> file
> >>> and type in the paths to those directories in point (4), as follows
> (I'm
> >>> assuming the vim editor is installed on your system, otherwise maybe
> try
> >>> gedit): > >>> > >>> #------------- > >>> vim ~/.bashrc > >>> #------------- > >>> and type the following at the bottom of the file: > >>> #-------------- > >>> PERL5LIB=${PERL5LIB}:${HOME}/src/bioperl-1.2.3 > >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl/modules > >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-compara/modules > >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-variation/modules > >>> PERL5LIB=${PERL5LIB}:${HOME}/src/ensembl-functgenomics/modules > >>> export PERL5LIB > >>> #----------------- > >>> #(no need to export paths to ensembl-tools and ensembl-external) > >>> > >>> Now save the file, and exit. Log off the session and log in again (This > >>> is very important for the changes you've made to .bashrc to have
> effect)
> >>> > >>> 6-At this time your Ensembl/Bioperl configuration should be complete. > >>> You may now attempt the installation of Bio::Homology::InterologWalk. > >>> Download it from here: > >>> > >>> #---------- > >>> wget > >>> > >>>
> http://search.cpan.org/CPAN/authors/id/G/GG/GGALLONE/Bio-Homology-InterologWalk-0.6b.tar.gz
> >>> #---------- > >>> > >>> then > >>> > >>> #---------- > >>> tar xzvf Bio-Homology-InterologWalk-0.6b.tar.gz > >>> #---------- > >>> > >>> and > >>> > >>> #---------- > >>> cd Bio-Homology-InterologWalk-0.6b > >>> #---------- > >>> > >>> now you can follow the included README for installation. Basically
> you'll
> >>> do > >>> > >>> #---------- > >>> perl Makefile.PL > >>> #---------- > >>> > >>> the output should be the following (provided you have all the > >>> prerequisite modules installed) > >>> > >>> #---------- > >>> Checking for recommended module Algorithm::Combinatorics >= 0.25 ...
> ok.
> >>> Checking for required module Bio::EnsEMBL::Registry ... ok. > >>> Checking for required module Bio::Perl ... ok. > >>> Checking for required module Carp ... ok. > >>> Checking for required module DBD::CSV ... ok. > >>> Checking for recommended module Data::PowerSet >= 0.05 ... ok. > >>> Checking for required module File::Glob ... ok. > >>> Checking for required module GO::Parser ... ok. > >>> Checking for recommended module Getopt::Long >= 2.38 ... ok. > >>> Checking for recommended module Graph >= 0.94 ... ok. > >>> Checking for required module List::Util ... ok. > >>> Checking for required module REST::Client ... ok. > >>> Checking for required module String::Approx ... ok. > >>> Checking for recommended module URI::Escape >= 1.53 ... ok. > >>> > >>> Checking if your kit is complete... > >>> Looks good > >>> Writing Makefile for Bio::Homology::InterologWalk > >>> #----------- > >>> > >>> Then you should do > >>> > >>> #---------- > >>> make > >>> #---------- > >>> > >>> which should give you the following output > >>> > >>> #------------------ > >>> cp lib/Bio/Homology/InterologWalk.pm > >>> blib/lib/Bio/Homology/InterologWalk.pm > >>> Manifying blib/man3/Bio::Homology::InterologWalk.3pm > >>> #------------------ > >>> > >>> next do a > >>> > >>> #------------ > >>> make test > >>> #------------ > >>> This will take a while, and it will need a internet connection. It will > >>> fail if the Ensembl/Intact services are down. A typical successful run > >>> would look like this: > >>> > >>> #---------------------------- > >>> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > >>> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > >>> t/Bio-Homology-InterologWalk.t .. 1/19 # > >>> # > >>> # #######PLEASE NOTE###### > >>> # ######################## > >>> # In order for some of the following tests to succeed, > >>> # remote services provided by Ensembl and Intact MUST BE ACTIVE. > >>> # in case of multiple test failure, > >>> # please check status of Ensembl services on announce@ensembl.org > >>> # and status of EBI Intact PSICQUIC service on > >>> # > >>>
> www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=STATUS
> >>> # ######################## > >>> # ######################## > >>> # > >>> # Testing interfaces to remote services..Please be patient.. > >>> # > >>> t/Bio-Homology-InterologWalk.t .. 13/19 add method for created_by at > >>> /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line
> 7644.
> >>> add method for creation_date at > >>> /usr/local/share/perl5/GO/Handlers/obj.pm line 289, <GEN103> line
> 7644.
> >>> t/Bio-Homology-InterologWalk.t .. ok > >>> All tests successful. > >>> Files=1, Tests=19, 111 wallclock secs ( 0.05 usr 0.00 sys + 6.36 cusr > >>> 0.26 csys = 6.67 CPU) > >>> Result: PASS > >>> #---------------------------------- > >>> > >>> After this you'd just do a > >>> > >>> make install > >>> > >>> Let me know how it goes. I'm in the process of simplifying the > >>> documentation for a new release - apologies for the complexity. > >>> > >>> Cheers, G > >>> > >>> > >>> > >>> On 10/14/13 19:40, Altan Kara via RT wrote:
> >>>> Queue: Bio-Homology-InterologWalk > >>>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=89439 > > >>>> > >>>> Hi Giuseppe, > >>>> > >>>> I install the ensembl version 64 and try to run the same process( > >>>> doInterologWalk.pl) again and this time I got this registry error: > >>>> > >>>> syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line
> 1564,
> >>>> near "$type qw (core cdna vega otherfeatures rnaseq)" > >>>> Global symbol "@dbs" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1575. > >>>> Global symbol "$type" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1583. > >>>> Global symbol "$type" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1598. > >>>> Global symbol "$species_suffix" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1599. > >>>> Global symbol "$host" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1600. > >>>> Global symbol "$user" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1601. > >>>> Global symbol "$pass" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1602. > >>>> Global symbol "$port" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1603. > >>>> Global symbol "$wait_timeout" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1605. > >>>> Global symbol "$no_cache" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1606. > >>>> Global symbol "$verbose" requires explicit package name at > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1608. > >>>> syntax error at /root/ensembl/modules/Bio/EnsEMBL/Registry.pm line
> 1613,
> >>>> near "}" > >>>> /root/ensembl/modules/Bio/EnsEMBL/Registry.pm has too many errors. > >>>> Compilation failed in require at > >>>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
> >>> line 7.
> >>>> BEGIN failed--compilation aborted at > >>>> /usr/local/lib/perl5/site_perl/5.18.1/Bio/Homology/InterologWalk.pm
> >>> line 7.
> >>>> Compilation failed in require at doInterologWalk.pl line 17. > >>>> BEGIN failed--compilation aborted at doInterologWalk.pl line 17. > >>>> ....... > >>>> > >>>> how can I fix this or can you send me registry file for ensembl v64
> >>> which
> >>>> wont create this error? > >>>> > >>>> Best regards > >>>> Altan > >>>>
> >>> > >>>
> >>
> >
> > -- > Giuseppe Gallone, PhD > MRC career development fellow > MRC Functional Genomics Unit - DPAG > University of Oxford, UK > >

Message body is not shown because it is too large.