<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">We should be putting the new interface on our beta site very soon, and the code itself will hopefully go out as part of release 73 at the very latest. We want to get it out there as soon as possible, but it requires thorough testing so that it doesn't cause more headaches than it solves!<div><br></div><div>Cheers</div><div><br></div><div>Anne</div><div><br></div><div><br><div><div>On 14 May 2013, at 17:59, "Youens-Clark, Ken" <<a href="mailto:kclark@cshl.edu">kclark@cshl.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thanks, Anne.  Any idea when?  I'm having horrible problems getting <a href="http://Gramene.org">Gramene.org</a>'s BLAST to work on version 70.  I'm also trying with v71 with no luck.<br><br>--<br><br>Ken Youens-Clark<br>Ware Lab/CSHL/USDA-ARS<br><a href="mailto:kclark@cshl.edu">kclark@cshl.edu</a><br><br>________________________________________<br>From: dev-bounces@ensembl.org [dev-bounces@ensembl.org] on behalf of Anne Parker [ap5@sanger.ac.uk]<br>Sent: Tuesday, May 14, 2013 9:01 AM<br>To: Ensembl developers list<br>Subject: Re: [ensembl-dev] Suggested code changes<br><br>Hi Ken<br><br>We're going to be releasing a new version of the BLAST interface in the next few months that will make most of the changes below moot :)<br><br>Regards<br><br>Anne<br><br><br>On 14 May 2013, at 16:55, "Youens-Clark, Ken" <kclark@cshl.edu> wrote:<br><br><blockquote type="cite">Below please find suggested minor changes to Perl code that will keep Perl from complaining so much.<br><br>--<br>Ken Youens-Clark<br>Ware Lab/CSHL/USDA-ARS<br>kclark@cshl.edu<br><br>Index: common/modules/Bio/EnsEMBL/External/BlastAdaptor.pm<br>===================================================================<br>RCS file: /cvsroot/ensembl/eg-plugins/common/modules/Bio/EnsEMBL/External/BlastAdaptor.pm,v<br>retrieving revision 1.3<br>diff -r1.3 BlastAdaptor.pm<br>433,434d432<br>< warn $dbh;<br>< warn $SQL_SEARCH_MULTI_RETRIEVE;<br>436d433<br>< warn $sth;<br>Index: common/modules/Bio/EnsEMBL/GlyphSet/gsv_transcript.pm<br>===================================================================<br>RCS file: /cvsroot/ensembl/eg-plugins/common/modules/Bio/EnsEMBL/GlyphSet/gsv_transcript.pm,v<br>retrieving revision 1.6<br>diff -r1.6 gsv_transcript.pm<br>141,142c141,142<br><     my $start_ex = @l_exons->[0];<br><     my $end_ex   = @l_exons->[$#l_exons];<br>---<br><blockquote type="cite">   my $start_ex = $l_exons[0];<br>   my $end_ex   = $l_exons[$#l_exons];<br></blockquote>332,333c332,333<br><     my $start_ex = @l_exons->[0];<br><     my $end_ex   = @l_exons->[$#l_exons];<br>---<br><blockquote type="cite">     my $start_ex = $l_exons[0];<br>     my $end_ex   = $l_exons[$#l_exons];<br></blockquote>Index: common/modules/Bio/Search/HSP/EnsemblHSP.pm<br>===================================================================<br>RCS file: /cvsroot/ensembl/eg-plugins/common/modules/Bio/Search/HSP/EnsemblHSP.pm,v<br>retrieving revision 1.2<br>diff -r1.2 EnsemblHSP.pm<br>425d424<br><<br>430,431d428<br><     $DB::single = 1;<br><<br>Index: multi/blastview<br>===================================================================<br>RCS file: /cvsroot/ensembl/ensembl-webcode/perl/multi/blastview,v<br>retrieving revision 1.39<br>diff -r1.39 blastview<br>2194c2194<br><   foreach my $stat qw( score evalue pvalue identity length ){<br>---<br><blockquote type="cite"> foreach my $stat ( qw( score evalue pvalue identity length ) ){<br></blockquote>2209c2209<br><   foreach my $type qw( subject query ){<br>---<br><blockquote type="cite"> foreach my $type ( qw( subject query ) ){<br></blockquote>2276,2278c2276,2278<br><   foreach my $type qw( query subject genome contig stats ){<br><     foreach my $col qw( name start end orientation<br><                         score evalue identity length ){<br>---<br><blockquote type="cite"> foreach my $type ( qw( query subject genome contig stats ) ){<br>   foreach my $col ( qw( name start end orientation<br>                       score evalue identity length ) ){<br></blockquote>2388c2388<br><   foreach my $stat qw( score evalue pvalue identity length ){<br>---<br><blockquote type="cite"> foreach my $stat (qw( score evalue pvalue identity length )){<br></blockquote>Index: Bio/Tools/Run/Search/WuBlast.pm<br>===================================================================<br>RCS file: /cvsroot/ensembl/ensembl-webcode/modules/Bio/Tools/Run/Search/WuBlast.pm,v<br>retrieving revision 1.5<br>diff -r1.5 WuBlast.pm<br>257c257<br><   foreach my $env qw( PATH BLASTMAT BLASTFILTER BLASTDB ){<br>---<br><blockquote type="cite"> foreach my $env ( qw( PATH BLASTMAT BLASTFILTER BLASTDB ) ){<br></blockquote>Index: EnsEMBL/Web/Object/Transcript.pm<br>===================================================================<br>RCS file: /cvsroot/ensembl/ensembl-webcode/modules/EnsEMBL/Web/Object/Transcript.pm,v<br>retrieving revision 1.236.2.1<br>diff -r1.236.2.1 Transcript.pm<br>1010c1010<br><   foreach my $attrib_code qw(cds_start_NF cds_end_NF mRNA_start_NF mRNA_end_NF) {<br>---<br><blockquote type="cite"> foreach my $attrib_code ( qw(cds_start_NF cds_end_NF mRNA_start_NF mRNA_end_NF) ) {<br></blockquote>Index: EnsEMBL/Web/Tools/Registry.pm<br>===================================================================<br>RCS file: /cvsroot/ensembl/ensembl-webcode/modules/EnsEMBL/Web/Tools/Registry.pm,v<br>retrieving revision 1.19<br>diff -r1.19 Registry.pm<br>65c65,66<br><       my $is_collection = $self->{'conf'}->{'_storage'}{$species}{'SPP_IN_DB'} > 1 ? 1 : 0;<br>---<br><blockquote type="cite">     my $val = $self->{'conf'}->{'_storage'}{$species}{'SPP_IN_DB'};<br>     my $is_collection = defined $val && $val > 1 ? 1 : 0;<br></blockquote><br>_______________________________________________<br>Dev mailing list    Dev@ensembl.org<br>Posting guidelines and subscribe/unsubscribe info: http://lists.ensembl.org/mailman/listinfo/dev<br>Ensembl Blog: http://www.ensembl.info/<br></blockquote><br>Anne Parker<br>Ensembl Web Production Manager<br>http://www.ensembl.org<br><br><br><br><br>_______________________________________________<br>Dev mailing list    Dev@ensembl.org<br>Posting guidelines and subscribe/unsubscribe info: http://lists.ensembl.org/mailman/listinfo/dev<br>Ensembl Blog: http://www.ensembl.info/<br><br>_______________________________________________<br>Dev mailing list    Dev@ensembl.org<br>Posting guidelines and subscribe/unsubscribe info: http://lists.ensembl.org/mailman/listinfo/dev<br>Ensembl Blog: http://www.ensembl.info/<br></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Anne Parker</div><div>Ensembl Web Production Manager</div><div><a href="http://www.ensembl.org">www.ensembl.org</a></div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br></div></body></html>