You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
(34) |
Aug
(14) |
Sep
(10) |
Oct
(10) |
Nov
(11) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(56) |
Feb
(76) |
Mar
(68) |
Apr
(11) |
May
(97) |
Jun
(16) |
Jul
(29) |
Aug
(35) |
Sep
(18) |
Oct
(32) |
Nov
(23) |
Dec
(77) |
2004 |
Jan
(52) |
Feb
(44) |
Mar
(55) |
Apr
(38) |
May
(106) |
Jun
(82) |
Jul
(76) |
Aug
(47) |
Sep
(36) |
Oct
(56) |
Nov
(46) |
Dec
(61) |
2005 |
Jan
(52) |
Feb
(118) |
Mar
(41) |
Apr
(40) |
May
(35) |
Jun
(99) |
Jul
(84) |
Aug
(104) |
Sep
(53) |
Oct
(107) |
Nov
(68) |
Dec
(30) |
2006 |
Jan
(19) |
Feb
(27) |
Mar
(24) |
Apr
(9) |
May
(22) |
Jun
(11) |
Jul
(34) |
Aug
(8) |
Sep
(15) |
Oct
(55) |
Nov
(16) |
Dec
(2) |
2007 |
Jan
(12) |
Feb
(4) |
Mar
(8) |
Apr
|
May
(19) |
Jun
(3) |
Jul
(1) |
Aug
(6) |
Sep
(12) |
Oct
(3) |
Nov
|
Dec
|
2008 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(21) |
2009 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(19) |
Jun
(14) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(22) |
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: marc j. <de...@ho...> - 2004-12-08 15:59:11
|
<html><div style='background-color:'><DIV class=RTE>Hello,</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Documentation for installing GUS doesn't <EM>seem</EM> accurate. I can't find any tarballs at the Sanger institute web page, and I'm not finding any *.sh scripts in the information that is downloaded with the cvs commands. </DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Any help would be appreciated.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Regards,</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Marc</DIV></div></html> |
From: Elisabetta M. <man...@pc...> - 2004-12-07 23:42:34
|
Angel, > So now we know that: > 1) Elements that are table column name must be lowercase and in the order > they appear in the view/table is that true or it's only for the primary_key? So far I've never paid attention to the order of the xml fields when *inserting* (so I imagine I might have not followed it all the times) and I don't recall having problems with that. Elisabetta |
From: Angel P. <an...@pc...> - 2004-12-07 21:51:58
|
I was actually pretty surprised that you did not run into that error previously. All of the GUS XML that I have dealt with had lower case elements for the table columns So now we know that: 1) Elements that are table column name must be lowercase and in the order they appear in the view/table 2) A column must be all on one line with no leading/trailing whitespace 3) Updates are triggered by settig the PK column angel Kevin Murphy wrote: > Angel Pizarro wrote: > >> The GUS XML parser is not a real XML parser. The order of the columns >> matter. Put <PROTOCOL_ID> before <PROTOCOL_TYPE_ID> > > > Here is another important note on updating records using > UpdateGusFromXML: > > If you specify the primary key, that column name must be in lower > case. The other column names are not case-sensitive. > > Kevin Murphy > |
From: Kevin M. <mu...@ge...> - 2004-12-07 21:31:02
|
Angel Pizarro wrote: > The GUS XML parser is not a real XML parser. The order of the columns > matter. Put <PROTOCOL_ID> before <PROTOCOL_TYPE_ID> Here is another important note on updating records using UpdateGusFromXML: If you specify the primary key, that column name must be in lower case. The other column names are not case-sensitive. Kevin Murphy |
From: Kevin M. <mu...@ge...> - 2004-12-07 20:05:43
|
Kevin Murphy wrote: > Now I have a problem where the number of columns in > RAD3Ver.ProtocolVer (24) is apparently not large enough These two columns are missing from RAD3Ver.ProtocolVer: SOFTWARE_TYPE_ID NUMBER(10) HARDWARE_TYPE_ID NUMBER(10) I confirmed this by looking at rad3ver-tables.sql. Are there more recent versions of the rad3ver-*.sql files, or should I just fake these columns in (i.e. recreate the table) and keep moving? -Kevin |
From: Kevin M. <mu...@ge...> - 2004-12-07 19:55:28
|
Angel Pizarro wrote: > The GUS XML parser is not a real XML parser. The order of the columns > matter. Put <PROTOCOL_ID> before <PROTOCOL_TYPE_ID> Grrr, but thanks. Now I have a problem where the number of columns in RAD3Ver.ProtocolVer (24) is apparently not large enough (number of rows in RAD3.Protocol is 23). Hmm. Here is the error: sqlExec: INSERT INTO RAD3Ver.ProtocolVer select v.*,312,SYSDATE,11 from RAD3.Protocol v where v.protocol_id = ? bindValues (1) DBD::Oracle::st execute failed: ORA-00913: too many values (DBD ERROR: error possibly near <*> indicator at char 20 in 'INSERT INTO RAD3Ver.<*>ProtocolVer select v.*,312,\ SYSDATE,11 from RAD3.Protocol v where v.protocol_id = :p1') [for Statement "INSERT INTO RAD3Ver.ProtocolVer select v.*,312,SYSDATE,11 from RAD3.Protocol v where v.protoco\ l_id = ?" with ParamValues: :p1='1'] at /checkout/GUS/lib/perl/GUS/ObjRelP/DbiDbHandle.pm line 146, <GEN0> line 12. There's nothing in RAD3Ver.ProtocolVer right now, BTW. If I don't have the right definition for it for some reason, it would be straightforward to recreate it. Kevin Murphy |
From: Dave B. <db...@pc...> - 2004-12-07 19:18:31
|
Folks- We have released a new version of the Web Development Kit, version 1.1. The software is available at www.cbil.upenn.edu/downloads/GUS-WDK/release_1.1 You can also find the release notes for this version there. As always, extensive documentation is available at http://www.gusdb.org/wiki/index.php/GusWdk Dave |
From: Angel P. <an...@pc...> - 2004-12-07 18:23:09
|
The GUS XML parser is not a real XML parser. The order of the columns matter. Put <PROTOCOL_ID> before <PROTOCOL_TYPE_ID> angel Kevin Murphy wrote: > Elisabetta Manduchi wrote: > >> Yes, as far as I know. If the primary_key is in the xml, an update >> should occur. > > > > Hmm, this record, which specifies a value for the table's primary key > (PROTOCOL_ID), experiences a "duplicate column name" error after an > attempted insert: > > <RAD3::Protocol> > <PROTOCOL_TYPE_ID>12</PROTOCOL_TYPE_ID> > <PROTOCOL_ID>1</PROTOCOL_ID> > <NAME>Spot quantification</NAME> > <PROTOCOL_DESCRIPTION>null</PROTOCOL_DESCRIPTION> > <URI>http://experimental.act.cmis.csiro.au/Spot/index.php</URI> > <SOFTWARE_TYPE_ID>637</SOFTWARE_TYPE_ID> > <SOFTWARE_DESCRIPTION>Spot</SOFTWARE_DESCRIPTION> > <HARDWARE_TYPE_ID>null</HARDWARE_TYPE_ID> > <HARDWARE_DESCRIPTION>null</HARDWARE_DESCRIPTION> > <BIBLIOGRAPHIC_REFERENCE_ID>15</BIBLIOGRAPHIC_REFERENCE_ID> > </RAD3::Protocol> > > but this one, which doesn't try to specify a protocol_id, succeeds: > > <RAD3::Protocol> > <PROTOCOL_TYPE_ID>1650</PROTOCOL_TYPE_ID> > <NAME>Affymetrix GeneArray Scanner</NAME> > <PROTOCOL_DESCRIPTION>null</PROTOCOL_DESCRIPTION> > <URI>http://www.affymetrix.com</URI> > <SOFTWARE_TYPE_ID>null</SOFTWARE_TYPE_ID> > <SOFTWARE_DESCRIPTION>null</SOFTWARE_DESCRIPTION> > <HARDWARE_TYPE_ID>609</HARDWARE_TYPE_ID> > <HARDWARE_DESCRIPTION>"Designed by Agilent Technologies. Monochrome, > 20 5m resolution. The GeneArray Scanner is designed to measure the > intensity of fluorescence of lab\ > eled sample nucleic acid (RNA and DNA) bound to GeneChip probe arrays. > The scanner has the ability to focus the 488nm argon laser beam to a > spot size of less than 4 micro\ > ns."</HARDWARE_DESCRIPTION> > > <BIBLIOGRAPHIC_REFERENCE_ID>null</BIBLIOGRAPHIC_REFERENCE_ID> > > </RAD3::Protocol> > > Here's the full error output: > > sqlExec: > INSERT INTO RAD3.Protocol ( SOFTWARE_TYPE_ID, row_user_id, > user_write, group_write, NAME, PROTOCOL_DESCRIPTION, row_project_id, > group_read, PROTOCOL_ID, row_group_id\ > , other_read, PROTOCOL_TYPE_ID, URI, BIBLIOGRAPHIC_REFERENCE_ID, > SOFTWARE_DESCRIPTION, HARDWARE_TYPE_ID, HARDWARE_DESCRIPTION, > modification_date, protocol_id, user_read, \ > row_alg_invocation_id, other_write ) > VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, > SYSDATE, ?, ?, ?, ? ) > bindValues (637, 23, 1, 1, Spot quantification, , 1, 1, 1, 1, 1, 12, > http://experimental.act.cmis.csiro.au/Spot/index.php, 15, Spot, , , > 101, 1, 306, 0) > DBD::Oracle::st execute failed: ORA-00957: duplicate column name (DBD > ERROR: error possibly near <*> indicator at char 146 in ' > INSERT INTO RAD3.Protocol ( SOFTWARE_TYPE_ID, row_user_id, > user_write, group_write, NAME, PROTOCOL_DESCRIPTION, row_project_id, > group_read, <*>PROTOCOL_ID, row_group\ > _id, other_read, PROTOCOL_TYPE_ID, URI, BIBLIOGRAPHIC_REFERENCE_ID, > SOFTWARE_DESCRIPTION, HARDWARE_TYPE_ID, HARDWARE_DESCRIPTION, > modification_date, protocol_id, user_rea\ > d, row_alg_invocation_id, other_write ) > VALUES ( :p1, :p2, :p3, :p4, :p5, :p6, :p7, :p8, :p9, :p10, > :p11, :p12, :p13, :p14, :p15, :p16, :p17, SYSDATE, :p18, :p19, :p20, > :p21 ) ') [for Statement " > INSERT INTO RAD3.Protocol ( SOFTWARE_TYPE_ID, row_user_id, > user_write, group_write, NAME, PROTOCOL_DESCRIPTION, row_project_id, > group_read, PROTOCOL_ID, row_group_id\ > , other_read, PROTOCOL_TYPE_ID, URI, BIBLIOGRAPHIC_REFERENCE_ID, > SOFTWARE_DESCRIPTION, HARDWARE_TYPE_ID, HARDWARE_DESCRIPTION, > modification_date, protocol_id, user_read, \ > row_alg_invocation_id, other_write ) > VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, > SYSDATE, ?, ?, ?, ? ) " with ParamValues: :p1='637', :p2='23', :p3=1, > :p4=1, :p5='Spot quantification',\ > :p6=undef, :p7='1', :p8=1, :p9='1', :p10='1', :p11=1, :p20='306', > :p12='12', :p21=0, > :p13='http://experimental.act.cmis.csiro.au/Spot/index.php', > :p14='15', :p15='Spot',\ > :p16=undef, :p17=undef, :p18='101', :p19=1] at > /checkout/GUS/lib/perl/GUS/ObjRelP/DbiDbHandle.pm line 146, <GEN0> > line 432. > > I'm continuing to investigate. My version of UpdateGusFromXML.pm > seems to be 1.11, but I realize that it is dependent on a bunch of > other modules. > > Thanks, > Kevin Murphy > >> --- >> >> On Tue, 7 Dec 2004, Kevin Murphy wrote: >> >>> Can UpdateGusFromXML be used for updating as well as inserting records? >>> >>> I was hoping that merely by including the primary key in the XML >>> that the plugin would take the hint and do an update on the relevant >>> record. However, it doesn't seem to like this. >>> >>> Thanks, >>> Kevin Murphy >>> >>> >>> > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |
From: Kevin M. <mu...@ge...> - 2004-12-07 18:04:55
|
Elisabetta Manduchi wrote: > Yes, as far as I know. If the primary_key is in the xml, an update > should occur. Hmm, this record, which specifies a value for the table's primary key (PROTOCOL_ID), experiences a "duplicate column name" error after an attempted insert: <RAD3::Protocol> <PROTOCOL_TYPE_ID>12</PROTOCOL_TYPE_ID> <PROTOCOL_ID>1</PROTOCOL_ID> <NAME>Spot quantification</NAME> <PROTOCOL_DESCRIPTION>null</PROTOCOL_DESCRIPTION> <URI>http://experimental.act.cmis.csiro.au/Spot/index.php</URI> <SOFTWARE_TYPE_ID>637</SOFTWARE_TYPE_ID> <SOFTWARE_DESCRIPTION>Spot</SOFTWARE_DESCRIPTION> <HARDWARE_TYPE_ID>null</HARDWARE_TYPE_ID> <HARDWARE_DESCRIPTION>null</HARDWARE_DESCRIPTION> <BIBLIOGRAPHIC_REFERENCE_ID>15</BIBLIOGRAPHIC_REFERENCE_ID> </RAD3::Protocol> but this one, which doesn't try to specify a protocol_id, succeeds: <RAD3::Protocol> <PROTOCOL_TYPE_ID>1650</PROTOCOL_TYPE_ID> <NAME>Affymetrix GeneArray Scanner</NAME> <PROTOCOL_DESCRIPTION>null</PROTOCOL_DESCRIPTION> <URI>http://www.affymetrix.com</URI> <SOFTWARE_TYPE_ID>null</SOFTWARE_TYPE_ID> <SOFTWARE_DESCRIPTION>null</SOFTWARE_DESCRIPTION> <HARDWARE_TYPE_ID>609</HARDWARE_TYPE_ID> <HARDWARE_DESCRIPTION>"Designed by Agilent Technologies. Monochrome, 20 5m resolution. The GeneArray Scanner is designed to measure the intensity of fluorescence of lab\ eled sample nucleic acid (RNA and DNA) bound to GeneChip probe arrays. The scanner has the ability to focus the 488nm argon laser beam to a spot size of less than 4 micro\ ns."</HARDWARE_DESCRIPTION> <BIBLIOGRAPHIC_REFERENCE_ID>null</BIBLIOGRAPHIC_REFERENCE_ID> </RAD3::Protocol> Here's the full error output: sqlExec: INSERT INTO RAD3.Protocol ( SOFTWARE_TYPE_ID, row_user_id, user_write, group_write, NAME, PROTOCOL_DESCRIPTION, row_project_id, group_read, PROTOCOL_ID, row_group_id\ , other_read, PROTOCOL_TYPE_ID, URI, BIBLIOGRAPHIC_REFERENCE_ID, SOFTWARE_DESCRIPTION, HARDWARE_TYPE_ID, HARDWARE_DESCRIPTION, modification_date, protocol_id, user_read, \ row_alg_invocation_id, other_write ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, SYSDATE, ?, ?, ?, ? ) bindValues (637, 23, 1, 1, Spot quantification, , 1, 1, 1, 1, 1, 12, http://experimental.act.cmis.csiro.au/Spot/index.php, 15, Spot, , , 101, 1, 306, 0) DBD::Oracle::st execute failed: ORA-00957: duplicate column name (DBD ERROR: error possibly near <*> indicator at char 146 in ' INSERT INTO RAD3.Protocol ( SOFTWARE_TYPE_ID, row_user_id, user_write, group_write, NAME, PROTOCOL_DESCRIPTION, row_project_id, group_read, <*>PROTOCOL_ID, row_group\ _id, other_read, PROTOCOL_TYPE_ID, URI, BIBLIOGRAPHIC_REFERENCE_ID, SOFTWARE_DESCRIPTION, HARDWARE_TYPE_ID, HARDWARE_DESCRIPTION, modification_date, protocol_id, user_rea\ d, row_alg_invocation_id, other_write ) VALUES ( :p1, :p2, :p3, :p4, :p5, :p6, :p7, :p8, :p9, :p10, :p11, :p12, :p13, :p14, :p15, :p16, :p17, SYSDATE, :p18, :p19, :p20, :p21 ) ') [for Statement " INSERT INTO RAD3.Protocol ( SOFTWARE_TYPE_ID, row_user_id, user_write, group_write, NAME, PROTOCOL_DESCRIPTION, row_project_id, group_read, PROTOCOL_ID, row_group_id\ , other_read, PROTOCOL_TYPE_ID, URI, BIBLIOGRAPHIC_REFERENCE_ID, SOFTWARE_DESCRIPTION, HARDWARE_TYPE_ID, HARDWARE_DESCRIPTION, modification_date, protocol_id, user_read, \ row_alg_invocation_id, other_write ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, SYSDATE, ?, ?, ?, ? ) " with ParamValues: :p1='637', :p2='23', :p3=1, :p4=1, :p5='Spot quantification',\ :p6=undef, :p7='1', :p8=1, :p9='1', :p10='1', :p11=1, :p20='306', :p12='12', :p21=0, :p13='http://experimental.act.cmis.csiro.au/Spot/index.php', :p14='15', :p15='Spot',\ :p16=undef, :p17=undef, :p18='101', :p19=1] at /checkout/GUS/lib/perl/GUS/ObjRelP/DbiDbHandle.pm line 146, <GEN0> line 432. I'm continuing to investigate. My version of UpdateGusFromXML.pm seems to be 1.11, but I realize that it is dependent on a bunch of other modules. Thanks, Kevin Murphy > --- > > On Tue, 7 Dec 2004, Kevin Murphy wrote: > >> Can UpdateGusFromXML be used for updating as well as inserting records? >> >> I was hoping that merely by including the primary key in the XML that >> the plugin would take the hint and do an update on the relevant >> record. However, it doesn't seem to like this. >> >> Thanks, >> Kevin Murphy >> >> >> |
From: Elisabetta M. <man...@pc...> - 2004-12-07 17:41:29
|
Yes, as far as I know. If the primary_key is in the xml, an update should occur. We do use this feature in the RAD StudyAnnotator for the Image Files adn Raw Data Files forms. Elisabetta --- On Tue, 7 Dec 2004, Kevin Murphy wrote: > Can UpdateGusFromXML be used for updating as well as inserting records? > > I was hoping that merely by including the primary key in the XML that the > plugin would take the hint and do an update on the relevant record. However, > it doesn't seem to like this. > > Thanks, > Kevin Murphy > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > |
From: Kevin M. <mu...@ge...> - 2004-12-07 17:16:37
|
Can UpdateGusFromXML be used for updating as well as inserting records? I was hoping that merely by including the primary key in the XML that the plugin would take the hint and do an update on the relevant record. However, it doesn't seem to like this. Thanks, Kevin Murphy |
From: Jeetendra S. <so...@vb...> - 2004-12-03 16:43:42
|
Hi Michael, Thanks for your reply. I had another problem running the plugins using the Postgresql version. I have generated all the objects by following the normal build procedure. However, I am getting the following error while running the plugin: Error: attempting to access a child 'GUS::Model::DoTS::NAEntry' of table 'GUS::Model::DoTS::ExternalNASequence' , but that table does not have a child of that type. at /home/soneja.local/gusHomePG/lib/perl/GUS/Model/GusRow.pm line 396, <GEN0> line 163. When I opened the automatically generated ExternalNASequence_Table.pm, it's child list is empty. Did I miss something during the build process ? Thank you for your help. Jeetendra. > > Hi Jeetendra: > > Jeetendra Soneja wrote: >> Hi Michael, >> >> Thanks for the updates. After downloading the latest code from the >> CVS, >> I was able to register a couple of plugins successfully. Just a small >> change while registering GBParser, I had to comment out 'use >> GUS::Model::DoTS::NAFeatureImp' line. >> > > Right, and further, while this technically works in Oracle, it > represents an incorrect usage of the data model: The IMP tables should > NEVER be used, either directly in SQL queries, nor through the object > layer. Instead, the appropriate superclass should be used > (GUS::Model::DoTS::NAFeature in this case) > >> I am trying to run GBParser and am having the following problems :- >> >> --An oracle-specific call setOracleDateFormat() in the run mode of the >> plugin was causing problems. (For the time being I have commented it) >> > > In addition, it looks like GBParser uses Oracle's sysdate in setting the > release date. > >> --It's having problems inserting rows into the tables. The value '' is >> being inserted into the NUMERIC type columns. Postgresql doesn't seem to >> interprete this as a null value, but an emptry string. >> > > Thanks--- This will need to be resolved higher up in the object layer. > >> >> Thank you once again for your help. >> > > Thank you for all your testing!! I have a growing list of issues and > fixes for the Postgres version-- I'll keep this list updated as fixes > are committed to CVS, and please continue to mail the list with your > progress in getting this stuff working. > > --Mike > >> Jeetendra. >> >> >> >> >> >> >> >>>All, >>> >>>I've updated DbiDbHandle in CVS to address the capitalization issue >>>(thanks to Angel for the pointer here). >>> >>>This should then allow plugins to be registered with postgres GUS >>> schemas. >>> >>>Just to recap: >>> >>>1) You'll need to use the latest SQL scripts sent by me on 11/30, and >>>the latest CVS (as of now!) >>>2) You'll need to change line 34 of GusApplication such that the >>>requiredDbVersion for Core is 3.0, not 3. >>>3) You'll need to manually add rows as outlined in VBI's GUS >>>installation document. In addition, you'll need to add these rows: >>> >>>INSERT INTO Core.AlgorithmParamKeyType >>>VALUES(0,'string',now(),1,1,1,1,1,0,1, 1, 1, 1); >>>INSERT INTO Core.AlgorithmParamKeyType >>>VALUES(1,'float',now(),1,1,1,1,1,0,1, 1, 1, 1); >>>INSERT INTO Core.AlgorithmParamKeyType >>>VALUES(2,'int',now(),1,1,1,1,1,0,1, 1, 1, 1); >>>INSERT INTO Core.AlgorithmParamKeyType >>>VALUES(3,'ref',now(),1,1,1,1,1,0,1, 1, 1, 1); >>>INSERT INTO Core.AlgorithmParamKeyType >>>VALUES(4,'boolean',now(),1,1,1,1,1,0,1, 1, 1, 1); >>>INSERT INTO Core.AlgorithmParamKeyType >>>VALUES(5,'date',now(),1,1,1,1,1,0,1, 1, 1, 1); >>> >>>Thanks, >>> >>>Mike >>> >>> >>>Jeetendra Soneja wrote: >>> >>>>Hi all, >>>> >>>>The reason that I got errors that I posted earlier was that I did not >>>> do >>>>a >>>>build. I had just created the Postgresql GUS schema and was trying to >>>>register the gus application. However, after doing a build, things >>>>worked >>>>out fine. >>>> >>>>I would like to list some of the problems that I have faced till this >>>>point in using the Postgresql version:- >>>> >>>>-- The rows included in the script gus-rows.pl need a minor >>>>modification. >>>>Values in the rows that are being inserted into core.databaseinfo need >>>>to >>>>be changed. The names of the schemas CORE, DOTS and SRES should be >>>>changed >>>>Core, DoTS, SRes respectively. Also the values for the version numbers >>>>should be changed from 1.0 and 3.0 to 1 and 3 respectively. >>>> >>>>-- Currently, I am having trouble registering a plugin (any plugin). A >>>>number of modules/subroutines are retrieving row as a hash-reference >>>> and >>>>access a value in a row using key, i.e. column name of the table. And >>>>all >>>>the keys used in the code are in upper case. This works in case of >>>>oracle, >>>>however, select statements in Postgresql return all the column names in >>>>lower case. Therefore, in this case, it couldn't find the row for ga in >>>>the core.algorithmimplementation table (although it's there since I >>>> have >>>>already registered ga). And when I change the key/column name to lower >>>>case in GusApplication.pm code, it worked fine. >>>> >>>>I would appreciate any suggestion or comments. >>>> >>>>Thanks a lot, >>>>Jeetendra. >>>> >>>> >>>> >>>> >>>> >>>> >>>>>Hi Jeetendra, >>>>> >>>>>Comments below.... >>>>> >>>>>Jeetendra Soneja wrote: >>>>> >>>>> >>>>>>Hi Michael, >>>>>> I am glad that the PostgreSQL version has been released. >>>>>> >>>>> >>>>>This is not an official release!! These are preliminary scripts, >>>>> which >>>>>have had very little testing and are likely to change in the future >>>>>(although probably not significantly). >>>>> >>>>> >>>>> >>>>>> I had a question about using it. Could you tell me if any of >>>>>>the >>>>>>existing plugins (especially those in Common::Plugin) would work >>>>>>with PostgreSQL version of GUS ? >>>>>> >>>>> >>>>>No existing plugins have been tested with PGGUS. Please report any >>>>>successes or failures you have to the list. >>>>> >>>>>--Mike >>>>> >>>>> >>>>> >>>>>>Thanks, >>>>>>Jeetendra. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>All, >>>>>>> >>>>>>>Postgres GUS scripts are attached. The first, pggus.sql contains >>>>>>> DDL >>>>>>>for creating GUS tables, indexes, constraints, and sequences. The >>>>>>>second, gus-rows.sql, contains DML for populating the core.tableinfo >>>>>>>and >>>>>>>core.databaseinfo tables. >>>>>>> >>>>>>>Consider these early beta-- this is not part of an official release, >>>>>>>they've had very limited testing, and they are unsupported. In >>>>>>>general >>>>>>>the existing documentation should provide the information needed to >>>>>>>create an instance with these and GUS with it, but there are >>>>>>>derivations >>>>>>>that will be necessary. >>>>>>> >>>>>>>More information on Postgres and GUS, including an official release, >>>>>>>should be coming in the next several weeks. >>>>>>> >>>>>>>Thanks, >>>>>>> >>>>>>>Mike >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>> >>> >>>------------------------------------------------------- >>>SF email is sponsored by - The IT Product Guide >>>Read honest & candid reviews on hundreds of IT Products from real users. >>>Discover which products truly live up to the hype. Start reading now. >>>http://productguide.itmanagersjournal.com/ >>>_______________________________________________ >>>Gusdev-gusdev mailing list >>>Gus...@li... >>>https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev >>> >> >> >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > -- Jeetendra Soneja Research Associate Virginia Bioinformatics Institute 1880 Pratt Dr., Building XV Blacksburg, VA 24060, USA Phone: (540)-231-2789 http://www.vbi.vt.edu |
From: Michael S. <msa...@pc...> - 2004-12-02 21:55:01
|
Hi Jeetendra: Jeetendra Soneja wrote: > Hi Michael, > > Thanks for the updates. After downloading the latest code from the CVS, > I was able to register a couple of plugins successfully. Just a small > change while registering GBParser, I had to comment out 'use > GUS::Model::DoTS::NAFeatureImp' line. > Right, and further, while this technically works in Oracle, it represents an incorrect usage of the data model: The IMP tables should NEVER be used, either directly in SQL queries, nor through the object layer. Instead, the appropriate superclass should be used (GUS::Model::DoTS::NAFeature in this case) > I am trying to run GBParser and am having the following problems :- > > --An oracle-specific call setOracleDateFormat() in the run mode of the > plugin was causing problems. (For the time being I have commented it) > In addition, it looks like GBParser uses Oracle's sysdate in setting the release date. > --It's having problems inserting rows into the tables. The value '' is > being inserted into the NUMERIC type columns. Postgresql doesn't seem to > interprete this as a null value, but an emptry string. > Thanks--- This will need to be resolved higher up in the object layer. > > Thank you once again for your help. > Thank you for all your testing!! I have a growing list of issues and fixes for the Postgres version-- I'll keep this list updated as fixes are committed to CVS, and please continue to mail the list with your progress in getting this stuff working. --Mike > Jeetendra. > > > > > > > >>All, >> >>I've updated DbiDbHandle in CVS to address the capitalization issue >>(thanks to Angel for the pointer here). >> >>This should then allow plugins to be registered with postgres GUS schemas. >> >>Just to recap: >> >>1) You'll need to use the latest SQL scripts sent by me on 11/30, and >>the latest CVS (as of now!) >>2) You'll need to change line 34 of GusApplication such that the >>requiredDbVersion for Core is 3.0, not 3. >>3) You'll need to manually add rows as outlined in VBI's GUS >>installation document. In addition, you'll need to add these rows: >> >>INSERT INTO Core.AlgorithmParamKeyType >>VALUES(0,'string',now(),1,1,1,1,1,0,1, 1, 1, 1); >>INSERT INTO Core.AlgorithmParamKeyType >>VALUES(1,'float',now(),1,1,1,1,1,0,1, 1, 1, 1); >>INSERT INTO Core.AlgorithmParamKeyType >>VALUES(2,'int',now(),1,1,1,1,1,0,1, 1, 1, 1); >>INSERT INTO Core.AlgorithmParamKeyType >>VALUES(3,'ref',now(),1,1,1,1,1,0,1, 1, 1, 1); >>INSERT INTO Core.AlgorithmParamKeyType >>VALUES(4,'boolean',now(),1,1,1,1,1,0,1, 1, 1, 1); >>INSERT INTO Core.AlgorithmParamKeyType >>VALUES(5,'date',now(),1,1,1,1,1,0,1, 1, 1, 1); >> >>Thanks, >> >>Mike >> >> >>Jeetendra Soneja wrote: >> >>>Hi all, >>> >>>The reason that I got errors that I posted earlier was that I did not do >>>a >>>build. I had just created the Postgresql GUS schema and was trying to >>>register the gus application. However, after doing a build, things >>>worked >>>out fine. >>> >>>I would like to list some of the problems that I have faced till this >>>point in using the Postgresql version:- >>> >>>-- The rows included in the script gus-rows.pl need a minor >>>modification. >>>Values in the rows that are being inserted into core.databaseinfo need >>>to >>>be changed. The names of the schemas CORE, DOTS and SRES should be >>>changed >>>Core, DoTS, SRes respectively. Also the values for the version numbers >>>should be changed from 1.0 and 3.0 to 1 and 3 respectively. >>> >>>-- Currently, I am having trouble registering a plugin (any plugin). A >>>number of modules/subroutines are retrieving row as a hash-reference and >>>access a value in a row using key, i.e. column name of the table. And >>>all >>>the keys used in the code are in upper case. This works in case of >>>oracle, >>>however, select statements in Postgresql return all the column names in >>>lower case. Therefore, in this case, it couldn't find the row for ga in >>>the core.algorithmimplementation table (although it's there since I have >>>already registered ga). And when I change the key/column name to lower >>>case in GusApplication.pm code, it worked fine. >>> >>>I would appreciate any suggestion or comments. >>> >>>Thanks a lot, >>>Jeetendra. >>> >>> >>> >>> >>> >>> >>>>Hi Jeetendra, >>>> >>>>Comments below.... >>>> >>>>Jeetendra Soneja wrote: >>>> >>>> >>>>>Hi Michael, >>>>> I am glad that the PostgreSQL version has been released. >>>>> >>>> >>>>This is not an official release!! These are preliminary scripts, which >>>>have had very little testing and are likely to change in the future >>>>(although probably not significantly). >>>> >>>> >>>> >>>>> I had a question about using it. Could you tell me if any of >>>>>the >>>>>existing plugins (especially those in Common::Plugin) would work >>>>>with PostgreSQL version of GUS ? >>>>> >>>> >>>>No existing plugins have been tested with PGGUS. Please report any >>>>successes or failures you have to the list. >>>> >>>>--Mike >>>> >>>> >>>> >>>>>Thanks, >>>>>Jeetendra. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>All, >>>>>> >>>>>>Postgres GUS scripts are attached. The first, pggus.sql contains DDL >>>>>>for creating GUS tables, indexes, constraints, and sequences. The >>>>>>second, gus-rows.sql, contains DML for populating the core.tableinfo >>>>>>and >>>>>>core.databaseinfo tables. >>>>>> >>>>>>Consider these early beta-- this is not part of an official release, >>>>>>they've had very limited testing, and they are unsupported. In >>>>>>general >>>>>>the existing documentation should provide the information needed to >>>>>>create an instance with these and GUS with it, but there are >>>>>>derivations >>>>>>that will be necessary. >>>>>> >>>>>>More information on Postgres and GUS, including an official release, >>>>>>should be coming in the next several weeks. >>>>>> >>>>>>Thanks, >>>>>> >>>>>>Mike >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://productguide.itmanagersjournal.com/ >>_______________________________________________ >>Gusdev-gusdev mailing list >>Gus...@li... >>https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev >> > > > |
From: Jeetendra S. <so...@vb...> - 2004-12-02 20:52:57
|
Hi Michael, Thanks for the updates. After downloading the latest code from the CVS, I was able to register a couple of plugins successfully. Just a small change while registering GBParser, I had to comment out 'use GUS::Model::DoTS::NAFeatureImp' line. I am trying to run GBParser and am having the following problems :- --An oracle-specific call setOracleDateFormat() in the run mode of the plugin was causing problems. (For the time being I have commented it) --It's having problems inserting rows into the tables. The value '' is being inserted into the NUMERIC type columns. Postgresql doesn't seem to interprete this as a null value, but an emptry string. Thank you once again for your help. Jeetendra. > > All, > > I've updated DbiDbHandle in CVS to address the capitalization issue > (thanks to Angel for the pointer here). > > This should then allow plugins to be registered with postgres GUS schemas. > > Just to recap: > > 1) You'll need to use the latest SQL scripts sent by me on 11/30, and > the latest CVS (as of now!) > 2) You'll need to change line 34 of GusApplication such that the > requiredDbVersion for Core is 3.0, not 3. > 3) You'll need to manually add rows as outlined in VBI's GUS > installation document. In addition, you'll need to add these rows: > > INSERT INTO Core.AlgorithmParamKeyType > VALUES(0,'string',now(),1,1,1,1,1,0,1, 1, 1, 1); > INSERT INTO Core.AlgorithmParamKeyType > VALUES(1,'float',now(),1,1,1,1,1,0,1, 1, 1, 1); > INSERT INTO Core.AlgorithmParamKeyType > VALUES(2,'int',now(),1,1,1,1,1,0,1, 1, 1, 1); > INSERT INTO Core.AlgorithmParamKeyType > VALUES(3,'ref',now(),1,1,1,1,1,0,1, 1, 1, 1); > INSERT INTO Core.AlgorithmParamKeyType > VALUES(4,'boolean',now(),1,1,1,1,1,0,1, 1, 1, 1); > INSERT INTO Core.AlgorithmParamKeyType > VALUES(5,'date',now(),1,1,1,1,1,0,1, 1, 1, 1); > > Thanks, > > Mike > > > Jeetendra Soneja wrote: >> Hi all, >> >> The reason that I got errors that I posted earlier was that I did not do >> a >> build. I had just created the Postgresql GUS schema and was trying to >> register the gus application. However, after doing a build, things >> worked >> out fine. >> >> I would like to list some of the problems that I have faced till this >> point in using the Postgresql version:- >> >> -- The rows included in the script gus-rows.pl need a minor >> modification. >> Values in the rows that are being inserted into core.databaseinfo need >> to >> be changed. The names of the schemas CORE, DOTS and SRES should be >> changed >> Core, DoTS, SRes respectively. Also the values for the version numbers >> should be changed from 1.0 and 3.0 to 1 and 3 respectively. >> >> -- Currently, I am having trouble registering a plugin (any plugin). A >> number of modules/subroutines are retrieving row as a hash-reference and >> access a value in a row using key, i.e. column name of the table. And >> all >> the keys used in the code are in upper case. This works in case of >> oracle, >> however, select statements in Postgresql return all the column names in >> lower case. Therefore, in this case, it couldn't find the row for ga in >> the core.algorithmimplementation table (although it's there since I have >> already registered ga). And when I change the key/column name to lower >> case in GusApplication.pm code, it worked fine. >> >> I would appreciate any suggestion or comments. >> >> Thanks a lot, >> Jeetendra. >> >> >> >> >> >>> >>>Hi Jeetendra, >>> >>>Comments below.... >>> >>>Jeetendra Soneja wrote: >>> >>>>Hi Michael, >>>> I am glad that the PostgreSQL version has been released. >>>> >>> >>>This is not an official release!! These are preliminary scripts, which >>>have had very little testing and are likely to change in the future >>>(although probably not significantly). >>> >>> >>>> I had a question about using it. Could you tell me if any of >>>> the >>>>existing plugins (especially those in Common::Plugin) would work >>>>with PostgreSQL version of GUS ? >>>> >>> >>>No existing plugins have been tested with PGGUS. Please report any >>>successes or failures you have to the list. >>> >>>--Mike >>> >>> >>>>Thanks, >>>>Jeetendra. >>>> >>>> >>>> >>>> >>>> >>>>>All, >>>>> >>>>>Postgres GUS scripts are attached. The first, pggus.sql contains DDL >>>>>for creating GUS tables, indexes, constraints, and sequences. The >>>>>second, gus-rows.sql, contains DML for populating the core.tableinfo >>>>> and >>>>>core.databaseinfo tables. >>>>> >>>>>Consider these early beta-- this is not part of an official release, >>>>>they've had very limited testing, and they are unsupported. In >>>>> general >>>>>the existing documentation should provide the information needed to >>>>>create an instance with these and GUS with it, but there are >>>>> derivations >>>>>that will be necessary. >>>>> >>>>>More information on Postgres and GUS, including an official release, >>>>>should be coming in the next several weeks. >>>>> >>>>>Thanks, >>>>> >>>>>Mike >>>>> >>>>> >>>>> >>>> >>>> >>>> >> >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > -- Jeetendra Soneja Research Associate Virginia Bioinformatics Institute 1880 Pratt Dr., Building XV Blacksburg, VA 24060, USA Phone: (540)-231-2789 http://www.vbi.vt.edu |
From: Michael S. <m...@sa...> - 2004-12-02 16:42:18
|
All, I've updated DbiDbHandle in CVS to address the capitalization issue (thanks to Angel for the pointer here). This should then allow plugins to be registered with postgres GUS schemas. Just to recap: 1) You'll need to use the latest SQL scripts sent by me on 11/30, and the latest CVS (as of now!) 2) You'll need to change line 34 of GusApplication such that the requiredDbVersion for Core is 3.0, not 3. 3) You'll need to manually add rows as outlined in VBI's GUS installation document. In addition, you'll need to add these rows: INSERT INTO Core.AlgorithmParamKeyType VALUES(0,'string',now(),1,1,1,1,1,0,1, 1, 1, 1); INSERT INTO Core.AlgorithmParamKeyType VALUES(1,'float',now(),1,1,1,1,1,0,1, 1, 1, 1); INSERT INTO Core.AlgorithmParamKeyType VALUES(2,'int',now(),1,1,1,1,1,0,1, 1, 1, 1); INSERT INTO Core.AlgorithmParamKeyType VALUES(3,'ref',now(),1,1,1,1,1,0,1, 1, 1, 1); INSERT INTO Core.AlgorithmParamKeyType VALUES(4,'boolean',now(),1,1,1,1,1,0,1, 1, 1, 1); INSERT INTO Core.AlgorithmParamKeyType VALUES(5,'date',now(),1,1,1,1,1,0,1, 1, 1, 1); Thanks, Mike Jeetendra Soneja wrote: > Hi all, > > The reason that I got errors that I posted earlier was that I did not do a > build. I had just created the Postgresql GUS schema and was trying to > register the gus application. However, after doing a build, things worked > out fine. > > I would like to list some of the problems that I have faced till this > point in using the Postgresql version:- > > -- The rows included in the script gus-rows.pl need a minor modification. > Values in the rows that are being inserted into core.databaseinfo need to > be changed. The names of the schemas CORE, DOTS and SRES should be changed > Core, DoTS, SRes respectively. Also the values for the version numbers > should be changed from 1.0 and 3.0 to 1 and 3 respectively. > > -- Currently, I am having trouble registering a plugin (any plugin). A > number of modules/subroutines are retrieving row as a hash-reference and > access a value in a row using key, i.e. column name of the table. And all > the keys used in the code are in upper case. This works in case of oracle, > however, select statements in Postgresql return all the column names in > lower case. Therefore, in this case, it couldn't find the row for ga in > the core.algorithmimplementation table (although it's there since I have > already registered ga). And when I change the key/column name to lower > case in GusApplication.pm code, it worked fine. > > I would appreciate any suggestion or comments. > > Thanks a lot, > Jeetendra. > > > > > >> >>Hi Jeetendra, >> >>Comments below.... >> >>Jeetendra Soneja wrote: >> >>>Hi Michael, >>> I am glad that the PostgreSQL version has been released. >>> >> >>This is not an official release!! These are preliminary scripts, which >>have had very little testing and are likely to change in the future >>(although probably not significantly). >> >> >>> I had a question about using it. Could you tell me if any of the >>>existing plugins (especially those in Common::Plugin) would work >>>with PostgreSQL version of GUS ? >>> >> >>No existing plugins have been tested with PGGUS. Please report any >>successes or failures you have to the list. >> >>--Mike >> >> >>>Thanks, >>>Jeetendra. >>> >>> >>> >>> >>> >>>>All, >>>> >>>>Postgres GUS scripts are attached. The first, pggus.sql contains DDL >>>>for creating GUS tables, indexes, constraints, and sequences. The >>>>second, gus-rows.sql, contains DML for populating the core.tableinfo and >>>>core.databaseinfo tables. >>>> >>>>Consider these early beta-- this is not part of an official release, >>>>they've had very limited testing, and they are unsupported. In general >>>>the existing documentation should provide the information needed to >>>>create an instance with these and GUS with it, but there are derivations >>>>that will be necessary. >>>> >>>>More information on Postgres and GUS, including an official release, >>>>should be coming in the next several weeks. >>>> >>>>Thanks, >>>> >>>>Mike >>>> >>>> >>>> >>> >>> >>> > > |
From: Michael S. <msa...@pc...> - 2004-12-02 01:11:19
|
My comments below... Jeetendra Soneja wrote: > Hi all, > > The reason that I got errors that I posted earlier was that I did not do a > build. I had just created the Postgresql GUS schema and was trying to > register the gus application. However, after doing a build, things worked > out fine. > > I would like to list some of the problems that I have faced till this > point in using the Postgresql version:- > > -- The rows included in the script gus-rows.pl need a minor modification. > Values in the rows that are being inserted into core.databaseinfo need to > be changed. The names of the schemas CORE, DOTS and SRES should be changed > Core, DoTS, SRes respectively. Also the values for the version numbers > should be changed from 1.0 and 3.0 to 1 and 3 respectively. > Yes-- the object layer currently does string comparison (and purely just equality) between the version numbers. This needs to be resolved at some point... > -- Currently, I am having trouble registering a plugin (any plugin). A > number of modules/subroutines are retrieving row as a hash-reference and > access a value in a row using key, i.e. column name of the table. And all > the keys used in the code are in upper case. This works in case of oracle, > however, select statements in Postgresql return all the column names in > lower case. Therefore, in this case, it couldn't find the row for ga in > the core.algorithmimplementation table (although it's there since I have > already registered ga). And when I change the key/column name to lower > case in GusApplication.pm code, it worked fine. > I've sent updated DDL to the list to fix some of the capitalization issues, but you're right-- there are some larger issues that still exist. Unfortunately, some of these issues may have larger implications on the object layer. Thanks for your analysis-- this issue was the next on my list and it's really helpful. --Mike > I would appreciate any suggestion or comments. > > Thanks a lot, > Jeetendra. > > > > > >> >>Hi Jeetendra, >> >>Comments below.... >> >>Jeetendra Soneja wrote: >> >>>Hi Michael, >>> I am glad that the PostgreSQL version has been released. >>> >> >>This is not an official release!! These are preliminary scripts, which >>have had very little testing and are likely to change in the future >>(although probably not significantly). >> >> >>> I had a question about using it. Could you tell me if any of the >>>existing plugins (especially those in Common::Plugin) would work >>>with PostgreSQL version of GUS ? >>> >> >>No existing plugins have been tested with PGGUS. Please report any >>successes or failures you have to the list. >> >>--Mike >> >> >>>Thanks, >>>Jeetendra. >>> >>> >>> >>> >>> >>>>All, >>>> >>>>Postgres GUS scripts are attached. The first, pggus.sql contains DDL >>>>for creating GUS tables, indexes, constraints, and sequences. The >>>>second, gus-rows.sql, contains DML for populating the core.tableinfo and >>>>core.databaseinfo tables. >>>> >>>>Consider these early beta-- this is not part of an official release, >>>>they've had very limited testing, and they are unsupported. In general >>>>the existing documentation should provide the information needed to >>>>create an instance with these and GUS with it, but there are derivations >>>>that will be necessary. >>>> >>>>More information on Postgres and GUS, including an official release, >>>>should be coming in the next several weeks. >>>> >>>>Thanks, >>>> >>>>Mike >>>> >>>> >>>> >>> >>> >>> > > |
From: Jeetendra S. <so...@vb...> - 2004-12-01 21:49:38
|
Hi all, The reason that I got errors that I posted earlier was that I did not do a build. I had just created the Postgresql GUS schema and was trying to register the gus application. However, after doing a build, things worked out fine. I would like to list some of the problems that I have faced till this point in using the Postgresql version:- -- The rows included in the script gus-rows.pl need a minor modification. Values in the rows that are being inserted into core.databaseinfo need to be changed. The names of the schemas CORE, DOTS and SRES should be changed Core, DoTS, SRes respectively. Also the values for the version numbers should be changed from 1.0 and 3.0 to 1 and 3 respectively. -- Currently, I am having trouble registering a plugin (any plugin). A number of modules/subroutines are retrieving row as a hash-reference and access a value in a row using key, i.e. column name of the table. And all the keys used in the code are in upper case. This works in case of oracle, however, select statements in Postgresql return all the column names in lower case. Therefore, in this case, it couldn't find the row for ga in the core.algorithmimplementation table (although it's there since I have already registered ga). And when I change the key/column name to lower case in GusApplication.pm code, it worked fine. I would appreciate any suggestion or comments. Thanks a lot, Jeetendra. > > > Hi Jeetendra, > > Comments below.... > > Jeetendra Soneja wrote: >> Hi Michael, >> I am glad that the PostgreSQL version has been released. >> > > This is not an official release!! These are preliminary scripts, which > have had very little testing and are likely to change in the future > (although probably not significantly). > >> I had a question about using it. Could you tell me if any of the >> existing plugins (especially those in Common::Plugin) would work >> with PostgreSQL version of GUS ? >> > > No existing plugins have been tested with PGGUS. Please report any > successes or failures you have to the list. > > --Mike > >> Thanks, >> Jeetendra. >> >> >> >> >>>All, >>> >>>Postgres GUS scripts are attached. The first, pggus.sql contains DDL >>>for creating GUS tables, indexes, constraints, and sequences. The >>>second, gus-rows.sql, contains DML for populating the core.tableinfo and >>>core.databaseinfo tables. >>> >>>Consider these early beta-- this is not part of an official release, >>>they've had very limited testing, and they are unsupported. In general >>>the existing documentation should provide the information needed to >>>create an instance with these and GUS with it, but there are derivations >>>that will be necessary. >>> >>>More information on Postgres and GUS, including an official release, >>>should be coming in the next several weeks. >>> >>>Thanks, >>> >>>Mike >>> >>> >>> >> >> >> > -- Jeetendra Soneja Research Associate Virginia Bioinformatics Institute 1880 Pratt Dr., Building XV Blacksburg, VA 24060, USA Phone: (540)-231-2789 http://www.vbi.vt.edu |
From: Jeetendra S. <so...@vb...> - 2004-12-01 17:50:55
|
Hi Michael I tried to register ga with the Postgresql schema of GUS, but it is not working since the schema isn't exactly same as that of Oracle. I noticed that none of the imp tables (and views on them) exist in the postgresql version. Views have been replaced by actual tables. I got the error message below while trying to register ga. Any suggestions/comments ? Jeetendra. Invalid child name: 'GUS::Model::DoTS::SeqGroupExperimentImp' at /home/soneja/gusHome/lib/perl/GUS/ObjRelP/DbiTable.pm line 708 GUS::ObjRelP::DbiTable::addToChildList('GUS::Model::Core::Algorithm_Table=HASH(0x831f22c)', 'ARRAY(0x831f25c)', 'ARRAY(0x865cfe8)', 'ARRAY(0x862d298)', 'ARRAY(0x862d2d4)', 'ARRAY(0x862d310)', 'ARRAY(0x862d34c)', 'ARRAY(0x862d388)', 'ARRAY(0x862d3c4)', ...) called at /home/soneja/gusHome/lib/perl/GUS/ObjRelP/DbiTable.pm line 701 GUS::ObjRelP::DbiTable::setChildList('GUS::Model::Core::Algorithm_Table=HASH(0x831f22c)', 'ARRAY(0x831f25c)', 'ARRAY(0x865cfe8)', 'ARRAY(0x862d298)', 'ARRAY(0x862d2d4)', 'ARRAY(0x862d310)', 'ARRAY(0x862d34c)', 'ARRAY(0x862d388)', 'ARRAY(0x862d3c4)', ...) called at /home/soneja/gusHome/lib/perl/GUS/Model/Core/Algorithm_Table.pm line 16 GUS::Model::Core::Algorithm_Table::setDefaultParams('GUS::Model::Core::Algorithm_Table=HASH(0x831f22c)') called at /home/soneja/gusHome/lib/perl/GUS/ObjRelP/DbiTable.pm line 44 GUS::ObjRelP::DbiTable::new('GUS::Model::Core::Algorithm_Table', 'GUS::Model::Core::Algorithm', 'GUS::ObjRelP::DbiDatabase=HASH(0x8583c34)') called at /home/soneja/gusHome/lib/perl/GUS/ObjRelP/DbiDatabase.pm line 201 GUS::ObjRelP::DbiDatabase::getTable('GUS::ObjRelP::DbiDatabase=HASH(0x8583c34)', 'GUS::Model::Core::Algorithm') called at /home/soneja/gusHome/lib/perl/GUS/ObjRelP/DbiRow.pm line 33 GUS::ObjRelP::DbiRow::new('GUS::ObjRelP::DbiRow', 'GUS::Model::Core::Algorithm', 'HASH(0x81425d0)', 'undef', 'undef') called at /home/soneja/gusHome/lib/perl/GUS/Model/GusRow.pm line 25 GUS::Model::GusRow::new('GUS::Model::Core::Algorithm', 'HASH(0x81425d0)') called at /home/soneja/gusHome/lib/perl/GUS/PluginMgr/GusApplication.pm line 319 GUS::PluginMgr::GusApplication::doMajorMode_Meta('GUS::PluginMgr::GusApplication=HASH(0x812e6e8)', 'undef') called at /home/soneja/gusHome/lib/perl/GUS/PluginMgr/GusApplication.pm line 289 GUS::PluginMgr::GusApplication::doMajorMode('GUS::PluginMgr::GusApplication=HASH(0x812e6e8)', 'undef') called at /home/soneja/gusHome/lib/perl/GUS/PluginMgr/GusApplication.pm line 198 GUS::PluginMgr::GusApplication::parseAndRun('GUS::PluginMgr::GusApplication=HASH(0x812e6e8)', 'ARRAY(0x813b348)') called at /home/soneja/gusHome/bin/ga line 11 |
From: Michael S. <msa...@pc...> - 2004-11-30 21:26:42
|
All, The attached Postgres GUS scripts fix a small error in the gus-rows.sql script I had sent previously, in which the Schema names had incorrect capitalization. All of the previous disclaimers and notes apply to these as well... --Mike |
From: <pa...@pa...> - 2004-11-25 18:28:27
|
Hello all,<br />I downloaded the last version from CVS today. When trying to run GBParser on a test dataset (one GenBank entry of D. melanogaster), I got this=A0 "ORA-01000: maximum open cursors exceeded" error.= <br /><br />Have you heard of this before? Is there any new modification that could have caused this? For instance, the main class that queries Oracle is opening and not closing connections?<br /><br />Below is the complete error.<br /><br />Thanks for any help,<br />Pablo<br /><br />[pablo@kineto2 pablo]$ ga GUS::Common::Plugin::GBParser --gbRel=3D144 --file=3D/home/pablo/batchseq.genbank --db_rel_id=3D145<br />Thu Nov 25 16:31:59 2004=A0=A0=A0=A0=A0=A0=A0 COMMIT=A0 commit off<br />Maximum numb= er of=A0 objects set to 50000<br />Thu Nov 25 16:31:59 2004=A0=A0=A0=A0=A0=A0=A0 RELEASE 1= 44<br />=A0<br />Thu Nov 25 16:31:59 2004=A0=A0=A0=A0=A0=A0=A0 FILE=A0=A0=A0 /home/pablo= /batchseq.genbank<br /><br />(...)<br /><br />DBD::Oracle::st execute failed: ORA-00604: error occurred at recursive SQL level 1<br />ORA-01000: maximum open cursors exceeded (DBD ERROR: OCIStmtExecute) [for statement ``select DoTS.NAFeatureNAProtein_SQ.NEXTVAL from DUAL'' with params: ]) at /usr/local/gus/gus_home/lib/perl/GUS/ObjRelP/DbiTable.pm line 554, <GEN0> line 5038.<br />Thu Nov 25 16:32:02 2004=A0=A0=A0=A0=A0=A0=A0= Genbank entries inserted=3D 0;=A0 updated=3D 0; total #(inserted::updated::deleted)=3D389::::<br />=A0<br />Thu Nov 25 16:32:02 2004=A0=A0=A0=A0=A0=A0=A0 FAILURES=A0=A0=A0=A0=A0=A0=A0 Unable to process= 2 entries. See gbparserFailures/<br />Thu Nov 25 16:32:02 2004=A0=A0=A0=A0=A0=A0=A0 RESU= LT=A0 Genbank entries inserted=3D 0;=A0 updated=3D 0;=A0 failed=3D 2<br /><br /><br /><= br /> |
From: Y. T. G. <yg...@pc...> - 2004-11-24 19:29:56
|
It appears your input file has an empty line that the parser did not expect. I am guessing it uses a fasta parser, which might require the file to start with '>' (line 1 and char 1). -thomas On Mon, 22 Nov 2004, Sucheta Tripathy wrote: > Hello All, > > I am sorry for this question, but I did not save my earlier input files and > commandline arguements for the plugin which worked fine. I guess my input > file format is wrong probably. Can someone quickly comment on this. > > When I use the following options: > ga GUS::Common::Plugin::LoadBlastSimFast --file='/home/gususer/temp' > --queryTable='DoTS::ExternalNASequence' > --subjectTable='DoTS::ExternalAASequence' --verbose >& blast.err > > I get the following error message. > > invalid query line '' > > Following is my input file > >> 436644 (242 subjects) > Sum: NP_148637.1:::149:408:927749:1330362:1:1905:108:182:0:-2 > HSP1: NP_148637.1:108:182:1905:::149:408:927749:1330362:0:-2 > Sum: NP_558777.1:::181:440:927740:1330359:1:1808:103:163:0:-2 > HSP1: NP_558777.1:103:163:1808:::181:440:927740:1330359:0:-2 > Sum: NP_248150.1:::178:470:927749:1330329:1:1988:112:179:0:-2 > HSP1: NP_248150.1:112:179:1988:::178:470:927749:1330329:0:-2 > Sum: NP_147901.1:::186:407:927740:1330506:1:2043:101:159:0:-2 > HSP1: NP_147901.1:101:159:2043:::186:407:927740:1330506:0:-2 > Sum: NP_070126.1:::168:674:927785:982281:1:1835:89:137:0:+1 > HSP1: NP_070126.1:89:137:1835:::168:674:927785:982281:0:+1 > Sum: NP_376247.1:::181:439:927740:1330362:1:1897:103:166:0:-2 > HSP1: NP_376247.1:103:166:1897:::181:439:927740:1330362:0:-2 > Sum: Q07590:::214:509:927740:1330317:1:1894:103:169:0:-2 > HSP1: Q07590:103:169:1894:::214:509:927740:1330317:0:-2 > Sum: NP_276751.1:::204:499:927749:1330317:1:1844:110:185:0:-2 > HSP1: NP_276751.1:110:185:1844:::204:499:927749:1330317:0:-2 > Sum: NP_619434.1:::175:432:927749:1330401:1:2080:101:154:0:-2 > HSP1: NP_619434.1:101:154:2080:::175:432:927749:1330401:0:-2 > Sum: NP_376061.1:::111:370:927749:1330362:1:1914:102:163:0:-2 > HSP1: NP_376061.1:102:163:1914:::111:370:927749:1330362:0:-2 > Sum: NP_633280.1:::175:432:927749:1330401:1:2073:99:152:0:-2 > HSP1: NP_633280.1:99:152:2073:::175:432:927749:1330401:0:-2 > Sum: AAP13472.1:::195:454:927749:1330362:1:1864:103:165:0:-2 > HSP1: AAP13472.1:103:165:1864:::195:454:927749:1330362:0:-2 > Sum: NP_394300.1:::178:428:927782:1330476:1:1810:87:149:0:-2 > HSP1: NP_394300.1:87:149:1810:::178:428:927782:1330476:0:-2 > Sum: NP_560542.1:::64:415:928112:1330500:1:1642:93:146:0:-2 > HSP1: NP_560542.1:93:146:1642:::64:415:928112:1330500:0:-2 > Sum: P46464:::188:450:927749:1330353:1:1814:100:162:0:-2 > HSP1: P46464:100:162:1814:::188:450:927749:1330353:0:-2 > Sum: NP_280439.1:::188:450:927749:1330353:1:1814:100:162:0:-2 > HSP1: NP_280439.1:100:162:1814:::188:450:927749:1330353:0:-2 > Sum: NP_617732.1:::9:715:1395795:1407571:1:1382:291:436:1:+1 > HSP1: NP_617732.1:291:436:1382:::9:715:1395795:1407571:1:+1 > Sum: NP_341956.1:::188:501:927785:1330308:1:1788:101:176:0:-2 > HSP1: NP_341956.1:101:176:1788:::188:501:927785:1330308:0:-2 > Sum: NP_111466.1:::178:454:927782:1330392:1:1840:90:157:0:-2 > HSP1: NP_111466.1:90:157:1840:::178:454:927782:1330392:0:-2 > Sum: ZP_00001361.1:::178:428:927782:1330476:1:1795:90:147:0:-2 > HSP1: ZP_00001361.1:90:147:1795:::178:428:927782:1330476:0:-2 > Sum: NP_341734.1:::191:450:927749:1330362:1:1870:101:163:0:-2 > HSP1: NP_341734.1:101:163:1870:::191:450:927749:1330362:0:-2 > Sum: NP_578692.1:::202:432:927767:1330524:1:1938:91:146:0:-2 > HSP1: NP_578692.1:91:146:1938:::202:432:927767:1330524:0:-2 > Sum: NP_618410.1:::197:463:927749:1330494:1:1811:86:139:0:-2 > HSP1: NP_618410.1:86:139:1811:::197:463:927749:1330494:0:-2 > Sum: NP_632471.1:::197:371:927749:1330653:1:1513:71:111:0:-2 > HSP1: NP_632471.1:71:111:1513:::197:371:927749:1330653:0:-2 > Sum: ZP_00077904.1:::197:452:927749:1330494:1:1560:83:133:0:-2 > HSP1: ZP_00077904.1:83:133:1560:::197:452:927749:1330494:0:-2 > Sum: NP_070923.1:::196:374:927749:1330641:1:1767:77:120:0:-2 > HSP1: NP_070923.1:77:120:1767:::196:374:927749:1330641:0:-2 > Sum: NP_248221.1:::20:701:1395795:1407496:1:1355:285:431:1:+1 > HSP1: NP_248221.1:285:431:1355:::20:701:1395795:1407496:1:+1 > Sum: NP_616605.1:::25:707:1393687:1405478:1:1350:284:422:0:-3 > HSP1: NP_616605.1:284:422:1350:::25:707:1393687:1405478:0:-3 > Sum: BAA87866.1:::208:385:927749:1330644:1:1836:81:129:0:-2 > HSP1: BAA87866.1:81:129:1836:::208:385:927749:1330644:0:-2 > Sum: NP_395729.1:::192:452:927749:1330359:1:1818:92:151:0:-2 > HSP1: NP_395729.1:92:151:1818:::192:452:927749:1330359:0:-2 > Sum: NP_280296.1:::180:423:927773:1330494:1:1577:91:145:0:-2 > HSP1: NP_280296.1:91:145:1577:::180:423:927773:1330494:0:-2 > Sum: NP_616739.1:::215:507:927749:1330329:1:1907:117:176:0:-2 > HSP1: NP_616739.1:117:176:1907:::215:507:927749:1330329:0:-2 > Sum: NP_127035.1:::211:388:927749:1330644:1:1810:83:129:0:-2 > HSP1: NP_127035.1:83:129:1810:::211:388:927749:1330644:0:-2 > Sum: NP_632272.1:::215:476:927749:1330392:1:2040:107:160:0:-2 > HSP1: NP_632272.1:107:160:2040:::215:476:927749:1330392:0:-2 > Sum: NP_579611.1:::182:359:927749:1330644:1:1838:79:122:0:-2 > HSP1: NP_579611.1:79:122:1838:::182:359:927749:1330644:0:-2 > Sum: NP_143672.1:::184:361:927749:1330644:1:1814:81:121:0:-2 > HSP1: NP_143672.1:81:121:1814:::184:361:927749:1330644:0:-2 > Sum: NP_126086.1:::181:358:927749:1330644:1:1753:75:115:0:-2 > HSP1: NP_126086.1:75:115:1753:::181:358:927749:1330644:0:-2 > Sum: NP_378587.1:::172:415:927740:1330401:1:1856:101:145:0:-2 > HSP1: NP_378587.1:101:145:1856:::172:415:927740:1330401:0:-2 > Sum: NP_248128.1:::15:540:1089701:1091391:2:533:232:330:1:-3 > HSP1: NP_248128.1:210:290:460:::88:540:1089701:1091068:1:-3 > HSP2: NP_248128.1:22:40:73:38:e-117:15:87:1091185:1091391:1:-1 > Sum: NP_394505.1:38:e-117:5:677:1393666:1405406:1:1370:249:396:0:-3 > HSP1: NP_394505.1:249:396:1370:38:e-117:5:677:1393666:1405406:0:-3 > Sum: NP_376589.1:38:e-117:14:469:1089701:1091077:1:466:209:295:1:-3 > HSP1: NP_376589.1:209:295:466:38:e-117:14:469:1089701:1091077:1:-3 > Sum: ZP_00000879.1:38:e-117:30:440:355612:364928:1:826:199:276:1:+2 > HSP1: ZP_00000879.1:199:276:826:38:e-117:30:440:355612:364928:1:+2 > Sum: ZP_00076613.1:38:e-117:2:509:1395414:1407367:1:1031:223:328:1:+1 > HSP1: ZP_00076613.1:223:328:1031:38:e-117:2:509:1395414:1407367:1:+1 > Sum: NP_127399.1:38:e-117:7:570:1089701:1091403:2:573:235:329:1:-3 > HSP1: NP_127399.1:205:283:500:38:e-117:79:570:1089701:1091068:1:-3 > HSP2: NP_127399.1:30:46:73:56:e-107:7:78:1091185:1091403:1:-1 > Sum: NP_143696.1:56:e-107:35:598:1089701:1091403:2:574:233:333:1:-3 > HSP1: NP_143696.1:200:284:500:56:e-107:107:598:1089701:1091068:1:-3 > HSP2: NP_143696.1:33:49:74:58:e-107:35:106:1091185:1091403:1:-1 > Sum: NP_616872.1:58:e-107:40:447:355615:364928:1:830:197:271:1:+2 > HSP1: NP_616872.1:197:271:830:58:e-107:40:447:355615:364928:1:+2 > Sum: NP_579630.1:58:e-107:44:621:1089701:1091454:2:590:236:334:1:-3 > HSP1: NP_579630.1:199:281:500:58:e-107:130:621:1089701:1091068:1:-3 > HSP2: NP_579630.1:37:53:90:62:e-106:44:129:1091185:1091454:1:-1 > Sum: NP_394766.1:62:e-106:25:513:1089701:1091334:2:506:206:323:1:-3 > HSP1: NP_394766.1:190:290:456:62:e-106:73:513:1089701:1091068:1:-3 > HSP2: NP_394766.1:16:33:50:32:e-106:25:72:1091185:1091334:1:-1 > Sum: BAB59640.1:32:e-106:27:530:1089701:1091391:2:525:211:324:1:-3 > HSP1: BAB59640.1:190:283:456:32:e-106:89:530:1089701:1091068:1:-3 > HSP2: BAB59640.1:21:41:69:34:e-106:27:88:1091185:1091391:1:-1 > Sum: NP_111017.1:34:e-106:11:514:1089701:1091391:2:525:211:324:1:-3 > HSP1: NP_111017.1:190:283:456:34:e-106:73:514:1089701:1091068:1:-3 > HSP2: NP_111017.1:21:41:69:34:e-106:11:72:1091185:1091391:1:-1 > Sum: NP_615785.1:34:e-106:17:545:1089701:1091376:2:538:219:329:1:-3 > HSP1: NP_615785.1:196:290:474:34:e-106:81:545:1089701:1091068:1:-3 > HSP2: NP_615785.1:23:39:64:45:e-105:17:80:1091185:1091376:1:-1 > Sum: NP_071224.1:45:e-105:20:517:1089701:1091337:2:513:220:318:1:-3 > HSP1: NP_071224.1:200:288:461:45:e-105:72:517:1089701:1091068:1:-3 > HSP2: NP_071224.1:20:30:52:33:e-105:20:71:1091185:1091337:1:-1 > Sum: NP_342011.1:33:e-105:15:472:1089701:1091077:1:467:205:289:1:-3 > HSP1: NP_342011.1:205:289:467:33:e-105:15:472:1089701:1091077:1:-3 > Sum: NP_633998.1:33:e-105:1:553:1089701:1091451:2:563:223:339:1:-3 > HSP1: NP_633998.1:197:290:474:33:e-105:89:553:1089701:1091068:1:-3 > HSP2: NP_633998.1:26:49:89:45:e-105:1:88:1091185:1091451:1:-1 > Sum: NP_614335.1:45:e-105:14:548:1089701:1091445:3:1045:406:581:1:-3 > HSP1: NP_614335.1:193:273:459:45:e-105:98:548:1089701:1091068:1:-3 > HSP2: NP_614335.1:196:281:543:37:e-104:14:522:1089701:1091445:1:-3 > HSP3: NP_614335.1:17:27:43:35:e-102:39:81:1091185:1091313:1:-1 > Sum: ZP_00001671.1:35:e-102:14:735:1395975:1407511:1:1472:235:392:1:+1 > HSP1: ZP_00001671.1:235:392:1472:35:e-102:14:735:1395975:1407511:1:+1 > Sum: NP_275956.1:35:e-102:8:545:1089701:1091445:2:559:223:312:1:-3 > HSP1: NP_275956.1:196:271:472:35:e-102:86:545:1089701:1091068:1:-3 > HSP2: NP_275956.1:27:41:87:34:e-99:8:85:1091185:1091445:1:-1 > Sum: ZP_00001528.1:34:e-99:7:512:1089707:1091388:2:524:203:312:1:-3 > HSP1: ZP_00001528.1:181:273:454:34:e-99:72:512:1089707:1091068:1:-3 > HSP2: ZP_00001528.1:22:39:70:32:2e-96:7:71:1091185:1091388:1:-1 > Sum: NP_280324.1:32:2e-96:3:549:1089701:1091433:2:565:212:324:1:-3 > HSP1: NP_280324.1:189:279:482:32:2e-96:81:549:1089701:1091077:1:-3 > HSP2: NP_280324.1:23:45:83:42:8e-96:3:83:1091185:1091433:1:-1 > Sum: NP_142636.1:42:8e-96:457:388:927188:1330644:1:1964:82:128:0:-2 > HSP1: NP_142636.1:82:128:1964:42:8e-96:457:388:927188:1330644:0:-2 > Sum: NP_613771.1:42:8e-96:214:1231:926928:1331243:5:2156:263:384:1:-2 > HSP1: NP_613771.1:73:108:1710:42:8e-96:214:1231:926928:927749:1:-2 > HSP2: NP_613771.1:47:66:100:94:1e-16:536:635:1330947:1331243:1:-2 > HSP3: NP_613771.1:47:68:101:94:1e-16:559:658:927438:927740:1:-2 > HSP4: NP_613771.1:59:92:164:84:1e-13:1028:1188:1330494:1330952:1:-2 > HSP5: NP_613771.1:37:50:81:69:4e-09:553:633:981616:981855:0:+1 > Sum: NP_558943.1:69:4e-09:9:457:1089701:1091068:1:466:188:268:1:-3 > HSP1: NP_558943.1:188:268:466:69:4e-09:9:457:1089701:1091068:1:-3 > Sum: ZP_00076323.1:69:4e-09:6:306:927176:1330533:1:1114:117:165:0:-2 > HSP1: ZP_00076323.1:117:165:1114:69:4e-09:6:306:927176:1330533:0:-2 > Sum: NP_343775.1:69:4e-09:63:566:927740:1330506:1:2084:92:155:0:-2 > HSP1: NP_343775.1:92:155:2084:69:4e-09:63:566:927740:1330506:0:-2 > Sum: NP_280287.1:69:4e-09:185:649:927740:1330527:2:1469:168:250:0:-2 > HSP1: NP_280287.1:94:137:1237:69:4e-09:185:649:927740:1330527:0:-2 > HSP2: NP_280287.1:74:113:232:97:2e-17:208:429:981703:982380:0:+1 > Sum: NP_276136.1:97:2e-17:3:685:1393651:1405544:1:1346:215:343:0:-3 > HSP1: NP_276136.1:215:343:1346:97:2e-17:3:685:1393651:1405544:0:-3 > Sum: NP_376436.1:97:2e-17:63:566:927740:1330506:1:1941:75:128:0:-2 > HSP1: NP_376436.1:75:128:1941:97:2e-17:63:566:927740:1330506:0:-2 > Sum: ZP_00079043.1:97:2e-17:7:360:1132192:1134679:1:709:148:205:1:-1 > HSP1: ZP_00079043.1:148:205:709:97:2e-17:7:360:1132192:1134679:1:-1 > Sum: NP_615954.1:97:2e-17:10:366:1132183:1134679:1:713:150:209:1:-1 > HSP1: NP_615954.1:150:209:713:97:2e-17:10:366:1132183:1134679:1:-1 > Sum: NP_618950.1:97:2e-17:7:743:1393675:1405550:1:1438:230:346:0:-3 > HSP1: NP_618950.1:230:346:1438:97:2e-17:7:743:1393675:1405550:0:-3 > Sum: AAP13476.1:97:2e-17:97:270:927638:1330539:1:1976:65:111:0:-2 > HSP1: AAP13476.1:65:111:1976:97:2e-17:97:270:927638:1330539:0:-2 > Sum: NP_632859.1:97:2e-17:7:743:1393675:1405550:1:1438:227:340:0:-3 > HSP1: NP_632859.1:227:340:1438:97:2e-17:7:743:1393675:1405550:0:-3 > Sum: ZP_00076693.1:97:2e-17:3:220:926921:1330533:1:950:96:138:0:-2 > HSP1: ZP_00076693.1:96:138:950:97:2e-17:3:220:926921:1330533:0:-2 > Sum: ZP_00078033.1:97:2e-17:7:738:1393675:1405550:1:1428:219:343:0:-3 > HSP1: ZP_00078033.1:219:343:1428:97:2e-17:7:738:1393675:1405550:0:-3 > Sum: NP_634565.1:97:2e-17:8:724:1393678:1405544:1:1404:215:341:0:-3 > HSP1: NP_634565.1:215:341:1404:97:2e-17:8:724:1393678:1405544:0:-3 > Sum: ZP_00076729.1:97:2e-17:5:725:1395786:1407517:1:1446:213:349:1:+1 > HSP1: ZP_00076729.1:213:349:1446:97:2e-17:5:725:1395786:1407517:1:+1 > Sum: NP_344151.1:97:2e-17:94:561:927638:982311:1:1568:83:122:0:+1 > HSP1: NP_344151.1:83:122:1568:97:2e-17:94:561:927638:982311:0:+1 > Sum: NP_377684.1:97:2e-17:94:282:927638:982314:1:1908:65:110:0:+1 > HSP1: NP_377684.1:65:110:1908:97:2e-17:94:282:927638:982314:0:+1 > Sum: ZP_00076335.1:97:2e-17:47:274:927749:1330494:1:1021:93:140:0:-2 > HSP1: ZP_00076335.1:93:140:1021:97:2e-17:47:274:927749:1330494:0:-2 > Sum: ZP_00076327.1:97:2e-17:12:297:1089701:1090561:1:289:124:180:1:-3 > HSP1: ZP_00076327.1:124:180:289:97:2e-17:12:297:1089701:1090561:1:-3 > Sum: NP_248170.1:97:2e-17:128:397:927029:1330503:1:966:90:145:0:-2 > HSP1: NP_248170.1:90:145:966:97:2e-17:128:397:927029:1330503:0:-2 > Sum: ZP_00076523.1:97:2e-17:172:399:927749:1330497:1:923:104:152:0:-2 > HSP1: ZP_00076523.1:104:152:923:97:2e-17:172:399:927749:1330497:0:-2 > Sum: NP_614161.1:97:2e-17:140:406:927020:1330503:1:1030:97:142:0:-2 > HSP1: NP_614161.1:97:142:1030:97:2e-17:140:406:927020:1330503:0:-2 > Sum: NP_125880.1:97:2e-17:111:362:927005:1330515:1:1002:103:157:0:-2 > HSP1: NP_125880.1:103:157:1002:97:2e-17:111:362:927005:1330515:0:-2 > Sum: NP_070800.1:97:2e-17:90:364:927056:1330515:1:970:91:139:0:-2 > HSP1: NP_070800.1:91:139:970:97:2e-17:90:364:927056:1330515:0:-2 > Sum: NP_142199.1:97:2e-17:124:362:926966:1330515:1:989:101:157:0:-2 > HSP1: NP_142199.1:101:157:989:97:2e-17:124:362:926966:1330515:0:-2 > Sum: NP_577844.1:97:2e-17:108:359:927005:1330515:1:964:93:140:0:-2 > HSP1: NP_577844.1:93:140:964:97:2e-17:108:359:927005:1330515:0:-2 > Sum: NP_276630.1:97:2e-17:17:731:1395648:1407517:1:1419:200:328:1:+1 > HSP1: NP_276630.1:200:328:1419:97:2e-17:17:731:1395648:1407517:1:+1 > Sum: NP_633030.1:97:2e-17:139:425:927023:1330446:1:1051:112:163:0:-2 > HSP1: NP_633030.1:112:163:1051:97:2e-17:139:425:927023:1330446:0:-2 > Sum: Q8PY58:97:2e-17:119:405:927023:1330446:1:1051:112:163:0:-2 > HSP1: Q8PY58:112:163:1051:97:2e-17:119:405:927023:1330446:0:-2 > Sum: NP_619132.1:97:2e-17:139:425:927023:1330446:1:1051:110:162:0:-2 > HSP1: NP_619132.1:110:162:1051:97:2e-17:139:425:927023:1330446:0:-2 > Sum: Q8TI88:97:2e-17:119:405:927023:1330446:1:1051:110:162:0:-2 > HSP1: Q8TI88:110:162:1051:97:2e-17:119:405:927023:1330446:0:-2 > Sum: ZP_00078374.1:97:2e-17:178:425:981625:1330446:1:1058:110:161:0:-2 > HSP1: ZP_00078374.1:110:161:1058:97:2e-17:178:425:981625:1330446:0:-2 > Sum: NP_613558.1:97:2e-17:43:507:659738:661373:2:527:171:254:1:-3 > HSP1: NP_613558.1:86:130:232:97:2e-17:309:507:659738:660430:1:-3 > HSP2: NP_613558.1:85:124:295:80:2e-52:43:311:660498:661373:1:-2 > Sum: NP_148323.1:80:2e-52:134:363:926933:1330512:1:951:97:139:0:-2 > HSP1: NP_148323.1:97:139:951:80:2e-52:134:363:926933:1330512:0:-2 > Sum: NP_578718.1:80:2e-52:23:497:659696:661418:2:538:168:260:1:-3 > HSP1: NP_578718.1:88:131:229:80:2e-52:307:497:659696:660379:1:-3 > HSP2: NP_578718.1:80:129:309:88:1e-51:23:292:660498:661418:1:-2 > Sum: NP_341819.1:88:1e-51:133:380:981625:1330446:1:1045:111:168:0:-2 > HSP1: NP_341819.1:111:168:1045:88:1e-51:133:380:981625:1330446:0:-2 > Sum: NP_275871.1:88:1e-51:146:380:926933:1330497:1:943:95:146:0:-2 > HSP1: NP_275871.1:95:146:943:88:1e-51:146:380:926933:1330497:0:-2 > Sum: Q975U2:88:1e-51:126:357:926942:1330515:1:931:94:146:0:-2 > HSP1: Q975U2:94:146:931:88:1e-51:126:357:926942:1330515:0:-2 > Sum: NP_279562.1:88:1e-51:103:333:926939:1330515:1:935:86:139:0:-2 > HSP1: NP_279562.1:86:139:935:88:1e-51:103:333:926939:1330515:0:-2 > Sum: Q9HRW6:88:1e-51:142:372:926939:1330515:1:935:86:139:0:-2 > HSP1: Q9HRW6:86:139:935:88:1e-51:142:372:926939:1330515:0:-2 > Sum: NP_618991.1:88:1e-51:77:309:926942:1330512:1:973:83:138:0:-2 > HSP1: NP_618991.1:83:138:973:88:1e-51:77:309:926942:1330512:0:-2 > Sum: ZP_00000280.1:88:1e-51:27:710:1393714:1405547:1:1332:186:308:0:-3 > HSP1: ZP_00000280.1:186:308:1332:88:1e-51:27:710:1393714:1405547:0:-3 > Sum: NP_633093.1:88:1e-51:22:767:1395648:1407535:1:1464:198:334:1:+1 > HSP1: NP_633093.1:198:334:1464:88:1e-51:22:767:1395648:1407535:1:+1 > Sum: NP_632822.1:88:1e-51:150:382:926942:1330512:1:950:82:138:0:-2 > HSP1: NP_632822.1:82:138:950:88:1e-51:150:382:926942:1330512:0:-2 > Sum: ZP_00077579.1:88:1e-51:29:261:926942:1330512:1:1021:83:138:0:-2 > HSP1: ZP_00077579.1:83:138:1021:88:1e-51:29:261:926942:1330512:0:-2 > Sum: ZP_00079190.1:88:1e-51:65:804:1393669:1405556:1:1458:195:338:0:-3 > HSP1: ZP_00079190.1:195:338:1458:88:1e-51:65:804:1393669:1405556:0:-3 > Sum: NP_280691.1:88:1e-51:147:381:926933:1330497:1:935:86:138:0:-2 > HSP1: NP_280691.1:86:138:935:88:1e-51:147:381:926933:1330497:0:-2 > Sum: NP_632925.1:88:1e-51:49:759:1393660:1405610:1:1400:188:305:0:-3 > HSP1: NP_632925.1:188:305:1400:88:1e-51:49:759:1393660:1405610:0:-3 > Sum: NP_615144.1:88:1e-51:2:482:659723:661499:2:550:167:259:1:-3 > HSP1: NP_615144.1:85:124:226:88:1e-51:293:482:659723:660397:1:-3 > HSP2: NP_615144.1:82:135:324:77:3e-48:2:287:660498:661499:1:-2 > Sum: NP_619240.1:77:3e-48:28:741:1395648:1407517:1:1426:185:324:1:+1 > HSP1: NP_619240.1:185:324:1426:77:3e-48:28:741:1395648:1407517:1:+1 > Sum: NP_633494.1:77:3e-48:59:485:659723:661334:2:489:151:239:1:-3 > HSP1: NP_633494.1:85:124:226:77:3e-48:296:485:659723:660397:1:-3 > HSP2: NP_633494.1:66:115:263:75:8e-48:59:290:660498:661334:1:-2 > Sum: NP_142612.1:75:8e-48:34:497:659696:661379:2:531:164:255:1:-3 > HSP1: NP_142612.1:87:130:233:75:8e-48:303:497:659696:660391:1:-3 > HSP2: NP_142612.1:77:125:298:77:1e-47:34:292:660498:661379:1:-2 > Sum: ZP_00079071.1:77:1e-47:33:482:659723:661403:2:518:156:247:1:-3 > HSP1: ZP_00079071.1:84:129:226:77:1e-47:293:482:659723:660397:1:-3 > HSP2: ZP_00079071.1:72:118:292:72:1e-47:33:287:660498:661403:1:-2 > Sum: AAO73475.1:72:1e-47:135:361:981625:1330515:1:957:98:150:0:-2 > HSP1: AAO73475.1:98:150:957:72:1e-47:135:361:981625:1330515:0:-2 > Sum: NP_127059.1:72:1e-47:34:498:659696:661379:2:525:160:253:1:-3 > HSP1: NP_127059.1:90:128:233:72:1e-47:304:498:659696:660391:1:-3 > HSP2: NP_127059.1:70:125:292:67:9e-46:34:293:660498:661379:1:-2 > Sum: BAC99020.1:67:9e-46:24:499:659696:661418:2:536:162:251:1:-3 > HSP1: BAC99020.1:87:130:234:67:9e-46:304:499:659696:660391:1:-3 > HSP2: BAC99020.1:75:121:302:73:1e-45:24:293:660498:661418:1:-2 > Sum: NP_275885.1:73:1e-45:33:493:659738:661418:2:516:157:242:1:-3 > HSP1: NP_275885.1:84:126:219:73:1e-45:312:493:659738:660391:1:-3 > HSP2: NP_275885.1:73:116:297:63:4e-44:33:301:660498:661418:1:-2 > Sum: NP_147630.1:63:4e-44:104:365:926961:1331210:1:1069:88:140:1:-2 > HSP1: NP_147630.1:88:140:1069:63:4e-44:104:365:926961:1331210:1:-2 > Sum: BAC84960.1:63:4e-44:10:200:1401409:1402054:2:202:107:135:0:+2 > HSP1: BAC84960.1:52:65:90:63:4e-44:112:200:1401785:1402054:0:+2 > HSP2: BAC84960.1:55:70:112:92:1e-42:10:116:1401409:1401732:0:+1 > Sum: NP_247209.1:92:1e-42:5:194:1311912:1312547:1:197:101:135:0:+3 > HSP1: NP_247209.1:101:135:197:92:1e-42:5:194:1311912:1312547:0:+3 > Sum: NP_560027.1:92:1e-42:5:191:1311918:1312550:1:191:94:129:0:+3 > HSP1: NP_560027.1:94:129:191:92:1e-42:5:191:1311918:1312550:0:+3 > Sum: NP_248600.1:92:1e-42:21:308:1234230:1235371:3:692:208:303:0:+3 > HSP1: NP_248600.1:85:124:247:92:1e-42:21:231:1234230:1234955:0:+3 > HSP2: NP_248600.1:77:112:331:67:2e-40:241:190:1234955:1235033:1:+3 > HSP3: NP_248600.1:46:67:114:67:3e-39:200:308:1235033:1235371:0:+2 > Sum: NP_377147.1:67:3e-39:91:328:927063:1331210:1:1084:73:124:1:-2 > HSP1: NP_377147.1:73:124:1084:67:3e-39:91:328:927063:1331210:1:-2 > Sum: ZP_00001682.1:67:3e-39:102:332:926939:982290:1:1043:77:120:0:+1 > HSP1: ZP_00001682.1:77:120:1043:67:3e-39:102:332:926939:982290:0:+1 > Sum: ZP_00075984.1:67:3e-39:16:202:1393672:1406972:1:343:85:122:0:-3 > HSP1: ZP_00075984.1:85:122:343:67:3e-39:16:202:1393672:1406972:0:-3 > Sum: NP_126540.1:67:3e-39:86:342:982341:1331201:1:1033:84:131:1:+1 > HSP1: NP_126540.1:84:131:1033:67:3e-39:86:342:982341:1331201:1:+1 > Sum: NP_248501.1:67:3e-39:85:327:981523:1330551:1:961:77:132:0:-2 > HSP1: NP_248501.1:77:132:961:67:3e-39:85:327:981523:1330551:0:-2 > Sum: NP_110901.1:67:3e-39:95:329:926957:1330551:1:1971:77:132:0:-2 > HSP1: NP_110901.1:77:132:1971:67:3e-39:95:329:926957:1330551:0:-2 > Sum: AAO73481.1:67:3e-39:96:340:927042:1331210:1:1050:76:126:1:-2 > HSP1: AAO73481.1:76:126:1050:67:3e-39:96:340:927042:1331210:1:-2 > Sum: NP_394631.1:67:3e-39:105:329:926939:927096:1:975:74:119:0:-2 > HSP1: NP_394631.1:74:119:975:67:3e-39:105:329:926939:927096:0:-2 > Sum: NP_376257.1:67:3e-39:4:322:934564:935559:1:321:108:170:0:+1 > HSP1: NP_376257.1:108:170:321:67:3e-39:4:322:934564:935559:0:+1 > Sum: NP_376941.1:67:3e-39:4:195:1401412:1402048:2:195:93:127:0:+2 > HSP1: NP_376941.1:49:66:88:67:3e-39:108:195:1401785:1402048:0:+2 > HSP2: NP_376941.1:44:61:107:81:3e-37:4:110:1401412:1401711:0:+1 > Sum: NP_276768.1:81:3e-37:4:196:1311915:1312550:1:192:92:125:0:+3 > HSP1: NP_276768.1:92:125:192:81:3e-37:4:196:1311915:1312550:0:+3 > Sum: ZP_00000530.1:81:3e-37:13:373:888064:889119:1:359:125:188:1:-1 > HSP1: ZP_00000530.1:125:188:359:81:3e-37:13:373:888064:889119:1:-1 > Sum: ZP_00077571.1:81:3e-37:27:615:1393597:1406033:1:1145:152:238:0:-3 > HSP1: ZP_00077571.1:152:238:1145:81:3e-37:27:615:1393597:1406033:0:-3 > Sum: NP_143167.1:81:3e-37:82:342:982341:1331213:1:1037:87:132:1:+1 > HSP1: NP_143167.1:87:132:1037:81:3e-37:82:342:982341:1331213:1:+1 > Sum: P42811:81:3e-37:122:358:926202:981613:1:925:74:119:1:-2 > HSP1: P42811:74:119:925:81:3e-37:122:358:926202:981613:1:-2 > Sum: NP_280428.1:81:3e-37:147:375:981616:1330512:1:919:80:133:0:-2 > HSP1: NP_280428.1:80:133:919:81:3e-37:147:375:981616:1330512:0:-2 > Sum: NP_068991.1:81:3e-37:166:665:1395594:1407280:1:1113:144:255:1:+1 > HSP1: NP_068991.1:144:255:1113:81:3e-37:166:665:1395594:1407280:1:+1 > Sum: NP_444192.1:81:3e-37:2:187:1311909:1312550:1:192:94:119:0:+3 > HSP1: NP_444192.1:94:119:192:81:3e-37:2:187:1311909:1312550:0:+3 > Sum: NP_247068.1:81:3e-37:371:650:960730:961653:1:320:109:173:1:-1 > HSP1: NP_247068.1:109:173:320:81:3e-37:371:650:960730:961653:1:-1 > Sum: NP_276146.1:81:3e-37:128:330:981631:1330551:1:924:80:120:0:-2 > HSP1: NP_276146.1:80:120:924:81:3e-37:128:330:981631:1330551:0:-2 > Sum: P33974:81:3e-37:3:195:1311912:1312544:1:193:88:127:0:+3 > HSP1: P33974:88:127:193:81:3e-37:3:195:1311912:1312544:0:+3 > Sum: P26923:81:3e-37:1:196:1311903:1312550:1:200:96:128:0:+3 > HSP1: P26923:96:128:200:81:3e-37:1:196:1311903:1312550:0:+3 > Sum: NP_148691.1:81:3e-37:4:192:1311909:1312547:1:193:89:126:0:+3 > HSP1: NP_148691.1:89:126:193:81:3e-37:4:192:1311909:1312547:0:+3 > Sum: NP_633485.1:81:3e-37:26:734:1395594:1407499:1:1178:85:124:1:+1 > HSP1: NP_633485.1:85:124:1178:81:3e-37:26:734:1395594:1407499:1:+1 > Sum: NP_393630.1:81:3e-37:6:173:343063:343608:1:182:82:113:0:+1 > HSP1: NP_393630.1:82:113:182:81:3e-37:6:173:343063:343608:0:+1 > Sum: NP_341946.1:81:3e-37:1:178:927744:1331196:3:1069:198:248:1:+1 > HSP1: NP_341946.1:76:90:748:81:3e-37:4:155:927744:934564:1:+1 > HSP2: NP_341946.1:67:89:178:81:1e-12:1:178:981585:982088:1:-2 > HSP3: NP_341946.1:55:69:143:68:7e-09:10:161:1330735:1331196:0:+1 > Sum: NP_613721.1:68:7e-09:3:190:1311912:1312550:1:191:84:122:0:+3 > HSP1: NP_613721.1:84:122:191:68:7e-09:3:190:1311912:1312550:0:+3 > Sum: NP_342401.1:68:7e-09:93:331:927063:1331210:1:997:80:126:1:-2 > HSP1: NP_342401.1:80:126:997:68:7e-09:93:331:927063:1331210:1:-2 > Sum: NP_281087.1:68:7e-09:334:500:659696:660205:1:170:79:116:1:-3 > HSP1: NP_281087.1:79:116:170:68:7e-09:334:500:659696:660205:1:-3 > Sum: NP_110741.1:68:7e-09:6:173:343063:343608:1:182:80:113:0:+1 > HSP1: NP_110741.1:80:113:182:68:7e-09:6:173:343063:343608:0:+1 > Sum: NP_070113.1:68:7e-09:101:322:927066:981616:1:934:70:123:1:-2 > HSP1: NP_070113.1:70:123:934:68:7e-09:101:322:927066:981616:1:-2 > Sum: NP_618883.1:68:7e-09:4:426:1531658:1533010:1:461:131:215:1:-3 > HSP1: NP_618883.1:131:215:461:68:7e-09:4:426:1531658:1533010:1:-3 > Sum: NP_635093.1:68:7e-09:1:835:1395831:1407589:1:1631:191:329:1:+1 > HSP1: NP_635093.1:191:329:1631:68:7e-09:1:835:1395831:1407589:1:+1 > Sum: Q8TVM0:68:7e-09:7:319:1234197:1235329:2:352:113:175:0:+3 > HSP1: Q8TVM0:77:119:247:68:7e-09:7:214:1234197:1234916:0:+3 > HSP2: Q8TVM0:36:56:105:56:2e-33:222:319:1235021:1235329:0:+2 > Sum: NP_275624.1:56:2e-33:14:346:1394646:1407559:1:664:106:169:1:+1 > HSP1: NP_275624.1:106:169:664:56:2e-33:14:346:1394646:1407559:1:+1 > Sum: NP_070217.1:56:2e-33:350:634:960712:961653:1:329:115:170:1:-1 > HSP1: NP_070217.1:115:170:329:56:2e-33:350:634:960712:961653:1:-1 > Sum: NP_276746.1:56:2e-33:339:620:960739:961653:1:321:108:163:1:-1 > HSP1: NP_276746.1:108:163:321:56:2e-33:339:620:960739:961653:1:-1 > Sum: NP_376851.1:56:2e-33:3:291:1309643:1310548:1:304:91:164:1:-3 > HSP1: NP_376851.1:91:164:304:56:2e-33:3:291:1309643:1310548:1:-3 > Sum: NP_342386.1:56:2e-33:5:193:1311918:1312547:1:193:89:124:0:+3 > HSP1: NP_342386.1:89:124:193:56:2e-33:5:193:1311918:1312547:0:+3 > Sum: NP_579437.1:56:2e-33:2:193:1311915:1312547:1:387:88:124:0:+3 > HSP1: NP_579437.1:88:124:387:56:2e-33:2:193:1311915:1312547:0:+3 > Sum: NP_126913.1:56:2e-33:354:648:960712:961653:1:332:116:171:1:-1 > HSP1: NP_126913.1:116:171:332:56:2e-33:354:648:960712:961653:1:-1 > Sum: NP_247463.1:56:2e-33:91:475:659717:661232:2:403:144:216:1:-3 > HSP1: NP_247463.1:78:114:173:56:2e-33:309:475:659717:660235:1:-3 > HSP2: NP_247463.1:66:102:230:66:4e-08:91:281:660498:661232:1:-2 > Sum: NP_376198.1:66:4e-08:1:170:981787:1330515:1:694:62:99:0:-2 > HSP1: NP_376198.1:62:99:694:66:4e-08:1:170:981787:1330515:0:-2 > Sum: NP_614651.1:66:4e-08:85:314:927228:1331195:2:887:150:218:1:-2 > HSP1: NP_614651.1:68:98:648:66:4e-08:91:258:927228:981631:1:-2 > HSP2: NP_614651.1:82:120:239:98:1e-17:85:314:1330494:1331195:1:-2 > Sum: ZP_00076877.1:98:1e-17:5:440:1531616:1533007:1:471:124:213:1:-3 > HSP1: ZP_00076877.1:124:213:471:98:1e-17:5:440:1531616:1533007:1:-3 > Sum: NP_578451.1:98:1e-17:9:180:343072:343608:1:181:72:115:0:+1 > HSP1: NP_578451.1:72:115:181:98:1e-17:9:180:343072:343608:0:+1 > Sum: NP_377160.1:98:1e-17:5:191:1311918:1312547:1:191:82:121:0:+3 > HSP1: NP_377160.1:82:121:191:98:1e-17:5:191:1311918:1312547:0:+3 > Sum: NP_578301.1:98:1e-17:354:648:960712:961653:1:333:117:167:1:-1 > HSP1: NP_578301.1:117:167:333:98:1e-17:354:648:960712:961653:1:-1 > Sum: NP_126152.1:98:1e-17:2:188:1311915:1312550:1:196:86:129:0:+3 > HSP1: NP_126152.1:86:129:196:98:1e-17:2:188:1311915:1312550:0:+3 > Sum: NP_613357.1:98:1e-17:366:668:960730:961671:1:337:113:167:1:-1 > HSP1: NP_613357.1:113:167:337:98:1e-17:366:668:960730:961671:1:-1 > Sum: NP_142832.1:98:1e-17:354:648:960712:961653:1:332:115:165:1:-1 > HSP1: NP_142832.1:115:165:332:98:1e-17:354:648:960712:961653:1:-1 > Sum: NP_070779.1:98:1e-17:3:459:659738:661481:2:489:160:243:1:-3 > HSP1: NP_070779.1:77:108:168:98:1e-17:300:459:659738:660241:1:-3 > HSP2: NP_070779.1:83:135:321:79:4e-12:3:271:660492:661481:1:-2 > Sum: NP_148344.1:79:4e-12:12:329:934576:935550:1:317:101:157:0:+1 > HSP1: NP_148344.1:101:157:317:79:4e-12:12:329:934576:935550:0:+1 > Sum: NP_614652.1:79:4e-12:18:319:1234230:1235329:2:341:109:170:0:+3 > HSP1: NP_614652.1:73:114:236:79:4e-12:18:214:1234230:1234916:0:+3 > HSP2: NP_614652.1:36:56:105:56:6e-31:222:319:1235021:1235329:0:+2 > Sum: NP_070505.1:56:6e-31:43:279:663486:710242:1:505:82:134:1:+1 > HSP1: NP_070505.1:82:134:505:56:6e-31:43:279:663486:710242:1:+1 > Sum: NP_394109.1:56:6e-31:5:360:888073:889119:1:361:110:177:1:-1 > HSP1: NP_394109.1:110:177:361:56:6e-31:5:360:888073:889119:1:-1 > Sum: NP_616278.1:56:6e-31:442:973:1395678:1407259:1:1151:135:244:1:+1 > HSP1: NP_616278.1:135:244:1151:56:6e-31:442:973:1395678:1407259:1:+1 > Sum: NP_615139.1:56:6e-31:239:737:1395594:1407256:1:1109:147:241:1:+1 > HSP1: NP_615139.1:147:241:1109:56:6e-31:239:737:1395594:1407256:1:+1 > Sum: NP_280867.1:56:6e-31:11:451:1531616:1533004:1:470:121:207:1:-3 > HSP1: NP_280867.1:121:207:470:56:6e-31:11:451:1531616:1533004:1:-3 > Sum: NP_280421.1:56:6e-31:3:193:1311915:1312547:1:191:80:115:0:+3 > HSP1: NP_280421.1:80:115:191:56:6e-31:3:193:1311915:1312547:0:+3 > Sum: NP_275925.1:56:6e-31:2:188:1310548:1312550:1:500:86:128:0:+3 > HSP1: NP_275925.1:86:128:500:56:6e-31:2:188:1310548:1312550:0:+3 > Sum: NP_148088.1:56:6e-31:7:438:1531616:1533007:1:470:123:213:1:-3 > HSP1: NP_148088.1:123:213:470:56:6e-31:7:438:1531616:1533007:1:-3 > Sum: NP_632328.1:56:6e-31:94:356:926199:1331192:2:939:142:234:1:-2 > HSP1: NP_632328.1:73:125:723:56:6e-31:94:356:926199:981529:1:-2 > HSP2: NP_632328.1:69:109:216:89:4e-15:119:326:1330554:1331192:1:-2 > Sum: ZP_00077466.1:89:4e-15:415:917:1395594:1407259:1:1115:139:238:1:+1 > HSP1: ZP_00077466.1:139:238:1115:89:4e-15:415:917:1395594:1407259:1:+1 > Sum: NP_634352.1:89:4e-15:422:924:1395594:1407259:1:1093:130:235:1:+1 > HSP1: NP_634352.1:130:235:1093:89:4e-15:422:924:1395594:1407259:1:+1 > Sum: ZP_00001335.1:89:4e-15:42:414:662737:710251:2:695:189:321:1:-3 > HSP1: ZP_00001335.1:119:190:432:89:4e-15:42:414:708917:710251:1:-3 > HSP2: ZP_00001335.1:70:131:263:88:8e-15:45:289:662737:663513:0:+1 > Sum: NP_618507.1:88:8e-15:126:618:1395597:1407277:1:1117:150:247:1:+1 > HSP1: NP_618507.1:150:247:1117:88:8e-15:126:618:1395597:1407277:1:+1 > Sum: NP_394414.1:88:8e-15:3:176:343051:343608:1:186:70:114:0:+1 > HSP1: NP_394414.1:70:114:186:88:8e-15:3:176:343051:343608:0:+1 > Sum: Q9HJL3:88:8e-15:5:172:343069:343608:1:180:68:111:0:+1 > HSP1: Q9HJL3:68:111:180:88:8e-15:5:172:343069:343608:0:+1 > Sum: NP_633487.1:88:8e-15:187:684:1395594:1407256:1:1125:149:237:1:+1 > HSP1: NP_633487.1:149:237:1125:88:8e-15:187:684:1395594:1407256:1:+1 > Sum: NP_394110.1:88:8e-15:327:474:659738:660208:1:157:70:105:1:-3 > HSP1: NP_394110.1:70:105:157:88:8e-15:327:474:659738:660208:1:-3 > Sum: ZP_00001694.1:88:8e-15:301:476:659723:660256:1:186:74:112:1:-3 > HSP1: ZP_00001694.1:74:112:186:88:8e-15:301:476:659723:660256:1:-3 > Sum: ZP_00076249.1:88:8e-15:145:255:927749:981954:1:474:52:71:0:+1 > HSP1: ZP_00076249.1:52:71:474:88:8e-15:145:255:927749:981954:0:+1 > Sum: NP_111618.1:88:8e-15:9:176:343069:343608:1:180:66:111:0:+1 > HSP1: NP_111618.1:66:111:180:88:8e-15:9:176:343069:343608:0:+1 > Sum: NP_069309.1:88:8e-15:211:721:1395699:1407259:1:1169:138:245:1:+1 > HSP1: NP_069309.1:138:245:1169:88:8e-15:211:721:1395699:1407259:1:+1 > Sum: NP_111276.1:88:8e-15:5:367:888052:889119:1:365:109:179:1:-1 > HSP1: NP_111276.1:109:179:365:88:8e-15:5:367:888052:889119:1:-1 > Sum: ZP_00078953.1:88:8e-15:41:329:1309634:1310572:1:313:93:152:1:-3 > HSP1: ZP_00078953.1:93:152:313:88:8e-15:41:329:1309634:1310572:1:-3 > Sum: ZP_00000227.1:88:8e-15:6:438:1531616:1533010:1:472:122:220:1:-3 > HSP1: ZP_00000227.1:122:220:472:88:8e-15:6:438:1531616:1533010:1:-3 > Sum: NP_617922.1:88:8e-15:94:346:926235:1331192:2:948:146:235:1:-2 > HSP1: NP_617922.1:77:126:732:88:8e-15:94:346:926235:981529:1:-2 > HSP2: NP_617922.1:69:109:216:87:1e-14:119:326:1330554:1331192:1:-2 > Sum: NP_341666.1:87:1e-14:296:467:659696:660235:1:180:66:118:1:-3 > HSP1: NP_341666.1:66:118:180:87:1e-14:296:467:659696:660235:1:-3 > Sum: NP_559306.1:87:1e-14:298:476:659687:660244:1:186:70:114:1:-3 > HSP1: NP_559306.1:70:114:186:87:1e-14:298:476:659687:660244:1:-3 > Sum: ZP_00001407.1:87:1e-14:13:175:343096:343605:1:170:66:105:0:+1 > HSP1: ZP_00001407.1:66:105:170:87:1e-14:13:175:343096:343605:0:+1 > Sum: NP_342517.1:87:1e-14:6:294:1309643:1310548:1:304:82:165:1:-3 > HSP1: NP_342517.1:82:165:304:87:1e-14:6:294:1309643:1310548:1:-3 > Sum: Q97Z86:87:1e-14:3:291:1309643:1310548:1:304:82:165:1:-3 > HSP1: Q97Z86:82:165:304:87:1e-14:3:291:1309643:1310548:1:-3 > Sum: NP_344015.1:87:1e-14:3:429:1531616:1533004:1:472:132:212:1:-3 > HSP1: NP_344015.1:132:212:472:87:1e-14:3:429:1531616:1533004:1:-3 > Sum: NP_617879.1:87:1e-14:34:189:1312086:1312550:1:160:72:103:0:+3 > HSP1: NP_617879.1:72:103:160:87:1e-14:34:189:1312086:1312550:0:+3 > Sum: NP_618162.1:87:1e-14:52:434:664068:710239:1:882:119:196:1:+1 > HSP1: NP_618162.1:119:196:882:87:1e-14:52:434:664068:710239:1:+1 > Sum: NP_126615.1:87:1e-14:169:688:1395669:1407280:1:1167:141:253:1:+1 > HSP1: NP_126615.1:141:253:1167:87:1e-14:169:688:1395669:1407280:1:+1 > Sum: NP_111556.1:87:1e-14:5:468:659738:661481:2:467:139:224:1:-3 > HSP1: NP_111556.1:70:105:157:87:1e-14:321:468:659738:660208:1:-3 > HSP2: NP_111556.1:69:119:310:64:1e-07:5:278:660498:661481:1:-2 > Sum: NP_617407.1:64:1e-07:18:769:1393654:1406528:3:1080:219:354:0:-3 > HSP1: NP_617407.1:107:170:703:64:1e-07:18:365:1393654:1406528:0:-3 > HSP2: NP_617407.1:56:92:189:93:3e-16:570:769:1405550:1406152:1:-3 > HSP3: NP_617407.1:56:92:188:93:3e-16:570:769:1395052:1395654:0:+1 > Sum: NP_578998.1:93:3e-16:3:322:934564:935559:1:321:101:150:0:+1 > HSP1: NP_578998.1:101:150:321:93:3e-16:3:322:934564:935559:0:+1 > Sum: NP_614950.1:93:3e-16:11:291:1309628:1310524:1:300:88:147:1:-3 > HSP1: NP_614950.1:88:147:300:93:3e-16:11:291:1309628:1310524:1:-3 > Sum: NP_615969.1:93:3e-16:4:436:1531616:1533010:1:478:125:206:1:-3 > HSP1: NP_615969.1:125:206:478:93:3e-16:4:436:1531616:1533010:1:-3 > Sum: ZP_00077536.1:93:3e-16:34:189:1312086:1312550:1:160:70:105:0:+3 > HSP1: ZP_00077536.1:70:105:160:93:3e-16:34:189:1312086:1312550:0:+3 > Sum: NP_634841.1:93:3e-16:49:204:1312086:1312550:1:160:72:101:0:+3 > HSP1: NP_634841.1:72:101:160:93:3e-16:49:204:1312086:1312550:0:+3 > Sum: ZP_00079242.1:93:3e-16:44:465:1327606:1328565:1:1113:97:176:0:+1 > HSP1: ZP_00079242.1:97:176:1113:93:3e-16:44:465:1327606:1328565:0:+1 > Sum: ZP_00079024.1:93:3e-16:17:433:360125:367030:3:1652:209:363:1:+3 > HSP1: ZP_00079024.1:106:193:1263:93:3e-16:17:433:360125:367030:1:+3 > HSP2: ZP_00079024.1:68:104:241:65:1e-11:17:264:361864:362589:0:+1 > HSP3: ZP_00079024.1:35:66:148:32:1e-11:302:433:362708:363136:0:+2 > Sum: ZP_00078933.1:32:1e-11:124:642:1395678:1407277:1:1167:147:253:1:+1 > HSP1: ZP_00078933.1:147:253:1167:32:1e-11:124:642:1395678:1407277:1:+1 > Sum: NP_126589.1:32:1e-11:3:322:934564:935559:1:321:99:151:0:+1 > HSP1: NP_126589.1:99:151:321:32:1e-11:3:322:934564:935559:0:+1 > Sum: ZP_00079152.1:32:1e-11:94:326:926292:1331189:2:862:133:219:1:-2 > HSP1: ZP_00079152.1:65:109:647:32:1e-11:94:326:926292:981529:1:-2 > HSP2: ZP_00079152.1:68:110:215:92:7e-16:120:326:1330554:1331189:1:-2 > Sum: NP_376996.1:92:7e-16:6:431:1531616:1533001:1:464:129:207:1:-3 > HSP1: NP_376996.1:129:207:464:92:7e-16:6:431:1531616:1533001:1:-3 > Sum: BAB59910.1:92:7e-16:2:346:888052:889062:1:346:103:170:1:-1 > HSP1: BAB59910.1:103:170:346:92:7e-16:2:346:888052:889062:1:-1 > Sum: NP_143754.1:92:7e-16:1:285:1309634:1310563:1:310:93:162:1:-3 > HSP1: NP_143754.1:93:162:310:92:7e-16:1:285:1309634:1310563:1:-3 > Sum: NP_632878.1:92:7e-16:166:392:927084:981595:1:859:71:106:1:-2 > HSP1: NP_632878.1:71:106:859:92:7e-16:166:392:927084:981595:1:-2 > Sum: NP_632138.1:92:7e-16:3:431:664068:710419:1:939:116:188:1:+1 > HSP1: NP_632138.1:116:188:939:92:7e-16:3:431:664068:710419:1:+1 > Sum: NP_634372.1:92:7e-16:64:400:652882:653943:1:354:88:157:1:-1 > HSP1: NP_634372.1:88:157:354:92:7e-16:64:400:652882:653943:1:-1 > Sum: NP_618932.1:92:7e-16:166:423:927731:1330425:2:1045:146:221:0:-2 > HSP1: NP_618932.1:66:114:670:92:7e-16:166:423:981595:1330425:0:-2 > HSP2: NP_618932.1:80:107:375:99:6e-18:181:165:927731:1312457:0:+3 > Sum: NP_070431.1:99:6e-18:36:174:1312101:1312550:1:150:71:100:0:+3 > HSP1: NP_070431.1:71:100:150:99:6e-18:36:174:1312101:1312550:0:+3 > Sum: NP_142996.1:99:6e-18:3:322:934564:935559:1:321:98:150:0:+1 > HSP1: NP_142996.1:98:150:321:99:6e-18:3:322:934564:935559:0:+1 > Sum: NP_147955.1:99:6e-18:277:755:1395576:1407253:1:1061:136:222:1:+1 > HSP1: NP_147955.1:136:222:1061:99:6e-18:277:755:1395576:1407253:1:+1 > Sum: O52958:99:6e-18:19:268:1309703:1310494:1:264:86:140:1:-3 > HSP1: O52958:86:140:264:99:6e-18:19:268:1309703:1310494:1:-3 > Sum: ZP_00076644.1:97:1e-25:6:178:1090757:1091412:2:180:76:112:1:-3 > HSP1: ZP_00076644.1:49:68:104:97:1e-25:81:178:1090757:1091068:1:-3 > HSP2: ZP_00076644.1:27:44:76:48:1e-25:6:80:1091185:1091412:1:-1 > Sum: ZP_00077455.1:48:1e-25:49:361:663747:710239:1:687:90:156:1:+1 > HSP1: ZP_00077455.1:90:156:687:48:1e-25:49:361:663747:710239:1:+1 > Sum: NP_375937.1:48:1e-25:12:322:1132264:1134640:1:674:97:155:1:-1 > HSP1: NP_375937.1:97:155:674:48:1e-25:12:322:1132264:1134640:1:-1 > Sum: Q04829:48:1e-25:11:452:1531616:1533004:1:476:122:210:1:-3 > HSP1: Q04829:122:210:476:48:1e-25:11:452:1531616:1533004:1:-3 > Sum: NP_110751.1:48:1e-25:8:314:1132288:1134655:1:663:101:155:1:-1 > HSP1: NP_110751.1:101:155:663:48:1e-25:8:314:1132288:1134655:1:-1 > Sum: NP_615116.1:48:1e-25:18:432:360119:367030:3:1668:210:363:1:+3 > HSP1: NP_615116.1:107:187:1261:48:1e-25:18:432:360119:367030:1:+3 > HSP2: NP_615116.1:69:114:263:65:2e-12:18:281:361864:362658:0:+1 > HSP3: NP_615116.1:34:62:144:35:2e-12:303:432:362708:363130:0:+2 > Sum: NP_634229.1:35:2e-12:13:292:1309643:1310554:1:304:89:146:1:-3 > HSP1: NP_634229.1:89:146:304:35:2e-12:13:292:1309643:1310554:1:-3 > Sum: NP_279288.1:35:2e-12:212:665:1395414:1407259:1:1024:142:212:1:+1 > HSP1: NP_279288.1:142:212:1024:35:2e-12:212:665:1395414:1407259:1:+1 >> 341662 (242 subjects) > Sum: NP_148637.1:::149:408:927749:1330362:1:1905:108:182:0:-2 > HSP1: NP_148637.1:108:182:1905:::149:408:927749:1330362:0:-2 > Sum: NP_558777.1:::181:440:927740:1330359:1:1808:103:163:0:-2 > HSP1: NP_558777.1:103:163:1808:::181:440:927740:1330359:0:-2 > Sum: NP_248150.1:::178:470:927749:1330329:1:1988:112:179:0:-2 > HSP1: NP_248150.1:112:179:1988:::178:470:927749:1330329:0:-2 > Sum: NP_147901.1:::186:407:927740:1330506:1:2043:101:159:0:-2 > HSP1: NP_147901.1:101:159:2043:::186:407:927740:1330506:0:-2 > Sum: NP_070126.1:::168:674:927785:982281:1:1835:89:137:0:+1 > HSP1: NP_070126.1:89:137:1835:::168:674:927785:982281:0:+1 > Sum: NP_376247.1:::181:439:927740:1330362:1:1897:103:166:0:-2 > HSP1: NP_376247.1:103:166:1897:::181:439:927740:1330362:0:-2 > Sum: Q07590:::214:509:927740:1330317:1:1894:103:169:0:-2 > HSP1: Q07590:103:169:1894:::214:509:927740:1330317:0:-2 > Sum: NP_276751.1:::204:499:927749:1330317:1:1844:110:185:0:-2 > HSP1: NP_276751.1:110:185:1844:::204:499:927749:1330317:0:-2 > Sum: NP_619434.1:::175:432:927749:1330401:1:2080:101:154:0:-2 > HSP1: NP_619434.1:101:154:2080:::175:432:927749:1330401:0:-2 > Sum: NP_376061.1:::111:370:927749:1330362:1:1914:102:163:0:-2 > HSP1: NP_376061.1:102:163:1914:::111:370:927749:1330362:0:-2 > Sum: NP_633280.1:::175:432:927749:1330401:1:2073:99:152:0:-2 > HSP1: NP_633280.1:99:152:2073:::175:432:927749:1330401:0:-2 > Sum: AAP13472.1:::195:454:927749:1330362:1:1864:103:165:0:-2 > HSP1: AAP13472.1:103:165:1864:::195:454:927749:1330362:0:-2 > Sum: NP_394300.1:::178:428:927782:1330476:1:1810:87:149:0:-2 > HSP1: NP_394300.1:87:149:1810:::178:428:927782:1330476:0:-2 > Sum: NP_560542.1:::64:415:928112:1330500:1:1642:93:146:0:-2 > HSP1: NP_560542.1:93:146:1642:::64:415:928112:1330500:0:-2 > Sum: P46464:::188:450:927749:1330353:1:1814:100:162:0:-2 > HSP1: P46464:100:162:1814:::188:450:927749:1330353:0:-2 > Sum: NP_280439.1:::188:450:927749:1330353:1:1814:100:162:0:-2 > HSP1: NP_280439.1:100:162:1814:::188:450:927749:1330353:0:-2 > Sum: NP_617732.1:::9:715:1395795:1407571:1:1382:291:436:1:+1 > HSP1: NP_617732.1:291:436:1382:::9:715:1395795:1407571:1:+1 > Sum: NP_341956.1:::188:501:927785:1330308:1:1788:101:176:0:-2 > HSP1: NP_341956.1:101:176:1788:::188:501:927785:1330308:0:-2 > Sum: NP_111466.1:::178:454:927782:1330392:1:1840:90:157:0:-2 > HSP1: NP_111466.1:90:157:1840:::178:454:927782:1330392:0:-2 > Sum: ZP_00001361.1:::178:428:927782:1330476:1:1795:90:147:0:-2 > HSP1: ZP_00001361.1:90:147:1795:::178:428:927782:1330476:0:-2 > Sum: NP_341734.1:::191:450:927749:1330362:1:1870:101:163:0:-2 > HSP1: NP_341734.1:101:163:1870:::191:450:927749:1330362:0:-2 > Sum: NP_578692.1:::202:432:927767:1330524:1:1938:91:146:0:-2 > HSP1: NP_578692.1:91:146:1938:::202:432:927767:1330524:0:-2 > Sum: NP_618410.1:::197:463:927749:1330494:1:1811:86:139:0:-2 > HSP1: NP_618410.1:86:139:1811:::197:463:927749:1330494:0:-2 > Sum: NP_632471.1:::197:371:927749:1330653:1:1513:71:111:0:-2 > HSP1: NP_632471.1:71:111:1513:::197:371:927749:1330653:0:-2 > Sum: ZP_00077904.1:::197:452:927749:1330494:1:1560:83:133:0:-2 > HSP1: ZP_00077904.1:83:133:1560:::197:452:927749:1330494:0:-2 > Sum: NP_070923.1:::196:374:927749:1330641:1:1767:77:120:0:-2 > HSP1: NP_070923.1:77:120:1767:::196:374:927749:1330641:0:-2 > Sum: NP_248221.1:::20:701:1395795:1407496:1:1355:285:431:1:+1 > HSP1: NP_248221.1:285:431:1355:::20:701:1395795:1407496:1:+1 > Sum: NP_616605.1:::25:707:1393687:1405478:1:1350:284:422:0:-3 > HSP1: NP_616605.1:284:422:1350:::25:707:1393687:1405478:0:-3 > Sum: BAA87866.1:::208:385:927749:1330644:1:1836:81:129:0:-2 > HSP1: BAA87866.1:81:129:1836:::208:385:927749:1330644:0:-2 > Sum: NP_395729.1:::192:452:927749:1330359:1:1818:92:151:0:-2 > HSP1: NP_395729.1:92:151:1818:::192:452:927749:1330359:0:-2 > Sum: NP_280296.1:::180:423:927773:1330494:1:1577:91:145:0:-2 > HSP1: NP_280296.1:91:145:1577:::180:423:927773:1330494:0:-2 > Sum: NP_616739.1:::215:507:927749:1330329:1:1907:117:176:0:-2 > HSP1: NP_616739.1:117:176:1907:::215:507:927749:1330329:0:-2 > Sum: NP_127035.1:::211:388:927749:1330644:1:1810:83:129:0:-2 > HSP1: NP_127035.1:83:129:1810:::211:388:927749:1330644:0:-2 > Sum: NP_632272.1:::215:476:927749:1330392:1:2040:107:160:0:-2 > HSP1: NP_632272.1:107:160:2040:::215:476:927749:1330392:0:-2 > Sum: NP_579611.1:::182:359:927749:1330644:1:1838:79:122:0:-2 > HSP1: NP_579611.1:79:122:1838:::182:359:927749:1330644:0:-2 > Sum: NP_143672.1:::184:361:927749:1330644:1:1814:81:121:0:-2 > HSP1: NP_143672.1:81:121:1814:::184:361:927749:1330644:0:-2 > Sum: NP_126086.1:::181:358:927749:1330644:1:1753:75:115:0:-2 > HSP1: NP_126086.1:75:115:1753:::181:358:927749:1330644:0:-2 > Sum: NP_378587.1:::172:415:927740:1330401:1:1856:101:145:0:-2 > HSP1: NP_378587.1:101:145:1856:::172:415:927740:1330401:0:-2 > Sum: NP_248128.1:::15:540:1089701:1091391:2:533:232:330:1:-3 > HSP1: NP_248128.1:210:290:460:::88:540:1089701:1091068:1:-3 > HSP2: NP_248128.1:22:40:73:38:e-117:15:87:1091185:1091391:1:-1 > Sum: NP_394505.1:38:e-117:5:677:1393666:1405406:1:1370:249:396:0:-3 > HSP1: NP_394505.1:249:396:1370:38:e-117:5:677:1393666:1405406:0:-3 > Sum: NP_376589.1:38:e-117:14:469:1089701:1091077:1:466:209:295:1:-3 > HSP1: NP_376589.1:209:295:466:38:e-117:14:469:1089701:1091077:1:-3 > Sum: ZP_00000879.1:38:e-117:30:440:355612:364928:1:826:199:276:1:+2 > HSP1: ZP_00000879.1:199:276:826:38:e-117:30:440:355612:364928:1:+2 > Sum: ZP_00076613.1:38:e-117:2:509:1395414:1407367:1:1031:223:328:1:+1 > HSP1: ZP_00076613.1:223:328:1031:38:e-117:2:509:1395414:1407367:1:+1 > Sum: NP_127399.1:38:e-117:7:570:1089701:1091403:2:573:235:329:1:-3 > HSP1: NP_127399.1:205:283:500:38:e-117:79:570:1089701:1091068:1:-3 > HSP2: NP_127399.1:30:46:73:56:e-107:7:78:1091185:1091403:1:-1 > Sum: NP_143696.1:56:e-107:35:598:1089701:1091403:2:574:233:333:1:-3 > HSP1: NP_143696.1:200:284:500:56:e-107:107:598:1089701:1091068:1:-3 > HSP2: NP_143696.1:33:49:74:58:e-107:35:106:1091185:1091403:1:-1 > Sum: NP_616872.1:58:e-107:40:447:355615:364928:1:830:197:271:1:+2 > HSP1: NP_616872.1:197:271:830:58:e-107:40:447:355615:364928:1:+2 > Sum: NP_579630.1:58:e-107:44:621:1089701:1091454:2:590:236:334:1:-3 > HSP1: NP_579630.1:199:281:500:58:e-107:130:621:1089701:1091068:1:-3 > HSP2: NP_579630.1:37:53:90:62:e-106:44:129:1091185:1091454:1:-1 > Sum: NP_394766.1:62:e-106:25:513:1089701:1091334:2:506:206:323:1:-3 > HSP1: NP_394766.1:190:290:456:62:e-106:73:513:1089701:1091068:1:-3 > HSP2: NP_394766.1:16:33:50:32:e-106:25:72:1091185:1091334:1:-1 > Sum: BAB59640.1:32:e-106:27:530:1089701:1091391:2:525:211:324:1:-3 > HSP1: BAB59640.1:190:283:456:32:e-106:89:530:1089701:1091068:1:-3 > HSP2: BAB59640.1:21:41:69:34:e-106:27:88:1091185:1091391:1:-1 > Sum: NP_111017.1:34:e-106:11:514:1089701:1091391:2:525:211:324:1:-3 > HSP1: NP_111017.1:190:283:456:34:e-106:73:514:1089701:1091068:1:-3 > HSP2: NP_111017.1:21:41:69:34:e-106:11:72:1091185:1091391:1:-1 > Sum: NP_615785.1:34:e-106:17:545:1089701:1091376:2:538:219:329:1:-3 > HSP1: NP_615785.1:196:290:474:34:e-106:81:545:1089701:1091068:1:-3 > HSP2: NP_615785.1:23:39:64:45:e-105:17:80:1091185:1091376:1:-1 > Sum: NP_071224.1:45:e-105:20:517:1089701:1091337:2:513:220:318:1:-3 > HSP1: NP_071224.1:200:288:461:45:e-105:72:517:1089701:1091068:1:-3 > HSP2: NP_071224.1:20:30:52:33:e-105:20:71:1091185:1091337:1:-1 > Sum: NP_342011.1:33:e-105:15:472:1089701:1091077:1:467:205:289:1:-3 > HSP1: NP_342011.1:205:289:467:33:e-105:15:472:1089701:1091077:1:-3 > Sum: NP_633998.1:33:e-105:1:553:1089701:1091451:2:563:223:339:1:-3 > HSP1: NP_633998.1:197:290:474:33:e-105:89:553:1089701:1091068:1:-3 > HSP2: NP_633998.1:26:49:89:45:e-105:1:88:1091185:1091451:1:-1 > Sum: NP_614335.1:45:e-105:14:548:1089701:1091445:3:1045:406:581:1:-3 > HSP1: NP_614335.1:193:273:459:45:e-105:98:548:1089701:1091068:1:-3 > HSP2: NP_614335.1:196:281:543:37:e-104:14:522:1089701:1091445:1:-3 > HSP3: NP_614335.1:17:27:43:35:e-102:39:81:1091185:1091313:1:-1 > Sum: ZP_00001671.1:35:e-102:14:735:1395975:1407511:1:1472:235:392:1:+1 > HSP1: ZP_00001671.1:235:392:1472:35:e-102:14:735:1395975:1407511:1:+1 > Sum: NP_275956.1:35:e-102:8:545:1089701:1091445:2:559:223:312:1:-3 > HSP1: NP_275956.1:196:271:472:35:e-102:86:545:1089701:1091068:1:-3 > HSP2: NP_275956.1:27:41:87:34:e-99:8:85:1091185:1091445:1:-1 > Sum: ZP_00001528.1:34:e-99:7:512:1089707:1091388:2:524:203:312:1:-3 > HSP1: ZP_00001528.1:181:273:454:34:e-99:72:512:1089707:1091068:1:-3 > HSP2: ZP_00001528.1:22:39:70:32:2e-96:7:71:1091185:1091388:1:-1 > Sum: NP_280324.1:32:2e-96:3:549:1089701:1091433:2:565:212:324:1:-3 > HSP1: NP_280324.1:189:279:482:32:2e-96:81:549:1089701:1091077:1:-3 > HSP2: NP_280324.1:23:45:83:42:8e-96:3:83:1091185:1091433:1:-1 > Sum: NP_142636.1:42:8e-96:457:388:927188:1330644:1:1964:82:128:0:-2 > HSP1: NP_142636.1:82:128:1964:42:8e-96:457:388:927188:1330644:0:-2 > Sum: NP_613771.1:42:8e-96:214:1231:926928:1331243:5:2156:263:384:1:-2 > HSP1: NP_613771.1:73:108:1710:42:8e-96:214:1231:926928:927749:1:-2 > HSP2: NP_613771.1:47:66:100:94:1e-16:536:635:1330947:1331243:1:-2 > HSP3: NP_613771.1:47:68:101:94:1e-16:559:658:927438:927740:1:-2 > HSP4: NP_613771.1:59:92:164:84:1e-13:1028:1188:1330494:1330952:1:-2 > HSP5: NP_613771.1:37:50:81:69:4e-09:553:633:981616:981855:0:+1 > Sum: NP_558943.1:69:4e-09:9:457:1089701:1091068:1:466:188:268:1:-3 > HSP1: NP_558943.1:188:268:466:69:4e-09:9:457:1089701:1091068:1:-3 > Sum: ZP_00076323.1:69:4e-09:6:306:927176:1330533:1:1114:117:165:0:-2 > HSP1: ZP_00076323.1:117:165:1114:69:4e-09:6:306:927176:1330533:0:-2 > Sum: NP_343775.1:69:4e-09:63:566:927740:1330506:1:2084:92:155:0:-2 > HSP1: NP_343775.1:92:155:2084:69:4e-09:63:566:927740:1330506:0:-2 > Sum: NP_280287.1:69:4e-09:185:649:927740:1330527:2:1469:168:250:0:-2 > HSP1: NP_280287.1:94:137:1237:69:4e-09:185:649:927740:1330527:0:-2 > HSP2: NP_280287.1:74:113:232:97:2e-17:208:429:981703:982380:0:+1 > Sum: NP_276136.1:97:2e-17:3:685:1393651:1405544:1:1346:215:343:0:-3 > HSP1: NP_276136.1:215:343:1346:97:2e-17:3:685:1393651:1405544:0:-3 > Sum: NP_376436.1:97:2e-17:63:566:927740:1330506:1:1941:75:128:0:-2 > HSP1: NP_376436.1:75:128:1941:97:2e-17:63:566:927740:1330506:0:-2 > Sum: ZP_00079043.1:97:2e-17:7:360:1132192:1134679:1:709:148:205:1:-1 > HSP1: ZP_00079043.1:148:205:709:97:2e-17:7:360:1132192:1134679:1:-1 > Sum: NP_615954.1:97:2e-17:10:366:1132183:1134679:1:713:150:209:1:-1 > HSP1: NP_615954.1:150:209:713:97:2e-17:10:366:1132183:1134679:1:-1 > Sum: NP_618950.1:97:2e-17:7:743:1393675:1405550:1:1438:230:346:0:-3 > HSP1: NP_618950.1:230:346:1438:97:2e-17:7:743:1393675:1405550:0:-3 > Sum: AAP13476.1:97:2e-17:97:270:927638:1330539:1:1976:65:111:0:-2 > HSP1: AAP13476.1:65:111:1976:97:2e-17:97:270:927638:1330539:0:-2 > Sum: NP_632859.1:97:2e-17:7:743:1393675:1405550:1:1438:227:340:0:-3 > HSP1: NP_632859.1:227:340:1438:97:2e-17:7:743:1393675:1405550:0:-3 > Sum: ZP_00076693.1:97:2e-17:3:220:926921:1330533:1:950:96:138:0:-2 > HSP1: ZP_00076693.1:96:138:950:97:2e-17:3:220:926921:1330533:0:-2 > Sum: ZP_00078033.1:97:2e-17:7:738:1393675:1405550:1:1428:219:343:0:-3 > HSP1: ZP_00078033.1:219:343:1428:97:2e-17:7:738:1393675:1405550:0:-3 > Sum: NP_634565.1:97:2e-17:8:724:1393678:1405544:1:1404:215:341:0:-3 > HSP1: NP_634565.1:215:341:1404:97:2e-17:8:724:1393678:1405544:0:-3 > Sum: ZP_00076729.1:97:2e-17:5:725:1395786:1407517:1:1446:213:349:1:+1 > HSP1: ZP_00076729.1:213:349:1446:97:2e-17:5:725:1395786:1407517:1:+1 > Sum: NP_344151.1:97:2e-17:94:561:927638:982311:1:1568:83:122:0:+1 > HSP1: NP_344151.1:83:122:1568:97:2e-17:94:561:927638:982311:0:+1 > Sum: NP_377684.1:97:2e-17:94:282:927638:982314:1:1908:65:110:0:+1 > HSP1: NP_377684.1:65:110:1908:97:2e-17:94:282:927638:982314:0:+1 > Sum: ZP_00076335.1:97:2e-17:47:274:927749:1330494:1:1021:93:140:0:-2 > HSP1: ZP_00076335.1:93:140:1021:97:2e-17:47:274:927749:1330494:0:-2 > Sum: ZP_00076327.1:97:2e-17:12:297:1089701:1090561:1:289:124:180:1:-3 > HSP1: ZP_00076327.1:124:180:289:97:2e-17:12:297:1089701:1090561:1:-3 > Sum: NP_248170.1:97:2e-17:128:397:927029:1330503:1:966:90:145:0:-2 > HSP1: NP_248170.1:90:145:966:97:2e-17:128:397:927029:1330503:0:-2 > Sum: ZP_00076523.1:97:2e-17:172:399:927749:1330497:1:923:104:152:0:-2 > HSP1: ZP_00076523.1:104:152:923:97:2e-17:172:399:927749:1330497:0:-2 > Sum: NP_614161.1:97:2e-17:140:406:927020:1330503:1:1030:97:142:0:-2 > HSP1: NP_614161.1:97:142:1030:97:2e-17:140:406:927020:1330503:0:-2 > Sum: NP_125880.1:97:2e-17:111:362:927005:1330515:1:1002:103:157:0:-2 > HSP1: NP_125880.1:103:157:1002:97:2e-17:111:362:927005:1330515:0:-2 > Sum: NP_070800.1:97:2e-17:90:364:927056:1330515:1:970:91:139:0:-2 > HSP1: NP_070800.1:91:139:970:97:2e-17:90:364:927056:1330515:0:-2 > Sum: NP_142199.1:97:2e-17:124:362:926966:1330515:1:989:101:157:0:-2 > HSP1: NP_142199.1:101:157:989:97:2e-17:124:362:926966:1330515:0:-2 > Sum: NP_577844.1:97:2e-17:108:359:927005:1330515:1:964:93:140:0:-2 > HSP1: NP_577844.1:93:140:964:97:2e-17:108:359:927005:1330515:0:-2 > Sum: NP_276630.1:97:2e-17:17:731:1395648:1407517:1:1419:200:328:1:+1 > HSP1: NP_276630.1:200:328:1419:97:2e-17:17:731:1395648:1407517:1:+1 > Sum: NP_633030.1:97:2e-17:139:425:927023:1330446:1:1051:112:163:0:-2 > HSP1: NP_633030.1:112:163:1051:97:2e-17:139:425:927023:1330446:0:-2 > Sum: Q8PY58:97:2e-17:119:405:927023:1330446:1:1051:112:163:0:-2 > HSP1: Q8PY58:112:163:1051:97:2e-17:119:405:927023:1330446:0:-2 > Sum: NP_619132.1:97:2e-17:139:425:927023:1330446:1:1051:110:162:0:-2 > HSP1: NP_619132.1:110:162:1051:97:2e-17:139:425:927023:1330446:0:-2 > Sum: Q8TI88:97:2e-17:119:405:927023:1330446:1:1051:110:162:0:-2 > HSP1: Q8TI88:110:162:1051:97:2e-17:119:405:927023:1330446:0:-2 > Sum: ZP_00078374.1:97:2e-17:178:425:981625:1330446:1:1058:110:161:0:-2 > HSP1: ZP_00078374.1:110:161:1058:97:2e-17:178:425:981625:1330446:0:-2 > Sum: NP_613558.1:97:2e-17:43:507:659738:661373:2:527:171:254:1:-3 > HSP1: NP_613558.1:86:130:232:97:2e-17:309:507:659738:660430:1:-3 > HSP2: NP_613558.1:85:124:295:80:2e-52:43:311:660498:661373:1:-2 > Sum: NP_148323.1:80:2e-52:134:363:926933:1330512:1:951:97:139:0:-2 > HSP1: NP_148323.1:97:139:951:80:2e-52:134:363:926933:1330512:0:-2 > Sum: NP_578718.1:80:2e-52:23:497:659696:661418:2:538:168:260:1:-3 > HSP1: NP_578718.1:88:131:229:80:2e-52:307:497:659696:660379:1:-3 > HSP2: NP_578718.1:80:129:309:88:1e-51:23:292:660498:661418:1:-2 > Sum: NP_341819.1:88:1e-51:133:380:981625:1330446:1:1045:111:168:0:-2 > HSP1: NP_341819.1:111:168:1045:88:1e-51:133:380:981625:1330446:0:-2 > Sum: NP_275871.1:88:1e-51:146:380:926933:1330497:1:943:95:146:0:-2 > HSP1: NP_275871.1:95:146:943:88:1e-51:146:380:926933:1330497:0:-2 > Sum: Q975U2:88:1e-51:126:357:926942:1330515:1:931:94:146:0:-2 > HSP1: Q975U2:94:146:931:88:1e-51:126:357:926942:1330515:0:-2 > Sum: NP_279562.1:88:1e-51:103:333:926939:1330515:1:935:86:139:0:-2 > HSP1: NP_279562.1:86:139:935:88:1e-51:103:333:926939:1330515:0:-2 > Sum: Q9HRW6:88:1e-51:142:372:926939:1330515:1:935:86:139:0:-2 > HSP1: Q9HRW6:86:139:935:88:1e-51:142:372:926939:1330515:0:-2 > Sum: NP_618991.1:88:1e-51:77:309:926942:1330512:1:973:83:138:0:-2 > HSP1: NP_618991.1:83:138:973:88:1e-51:77:309:926942:1330512:0:-2 > Sum: ZP_00000280.1:88:1e-51:27:710:1393714:1405547:1:1332:186:308:0:-3 > HSP1: ZP_00000280.1:186:308:1332:88:1e-51:27:710:1393714:1405547:0:-3 > Sum: NP_633093.1:88:1e-51:22:767:1395648:1407535:1:1464:198:334:1:+1 > HSP1: NP_633093.1:198:334:1464:88:1e-51:22:767:1395648:1407535:1:+1 > Sum: NP_632822.1:88:1e-51:150:382:926942:1330512:1:950:82:138:0:-2 > HSP1: NP_632822.1:82:138:950:88:1e-51:150:382:926942:1330512:0:-2 > Sum: ZP_00077579.1:88:1e-51:29:261:926942:1330512:1:1021:83:138:0:-2 > HSP1: ZP_00077579.1:83:138:1021:88:1e-51:29:261:926942:1330512:0:-2 > Sum: ZP_00079190.1:88:1e-51:65:804:1393669:1405556:1:1458:195:338:0:-3 > HSP1: ZP_00079190.1:195:338:1458:88:1e-51:65:804:1393669:1405556:0:-3 > Sum: NP_280691.1:88:1e-51:147:381:926933:1330497:1:935:86:138:0:-2 > HSP1: NP_280691.1:86:138:935:88:1e-51:147:381:926933:1330497:0:-2 > Sum: NP_632925.1:88:1e-51:49:759:1393660:1405610:1:1400:188:305:0:-3 > HSP1: NP_632925.1:188:305:1400:88:1e-51:49:759:1393660:1405610:0:-3 > Sum: NP_615144.1:88:1e-51:2:482:659723:661499:2:550:167:259:1:-3 > HSP1: NP_615144.1:85:124:226:88:1e-51:293:482:659723:660397:1:-3 > HSP2: NP_615144.1:82:135:324:77:3e-48:2:287:660498:661499:1:-2 > Sum: NP_619240.1:77:3e-48:28:741:1395648:1407517:1:1426:185:324:1:+1 > HSP1: NP_619240.1:185:324:1426:77:3e-48:28:741:1395648:1407517:1:+1 > Sum: NP_633494.1:77:3e-48:59:485:659723:661334:2:489:151:239:1:-3 > HSP1: NP_633494.1:85:124:226:77:3e-48:296:485:659723:660397:1:-3 > HSP2: NP_633494.1:66:115:263:75:8e-48:59:290:660498:661334:1:-2 > Sum: NP_142612.1:75:8e-48:34:497:659696:661379:2:531:164:255:1:-3 > HSP1: NP_142612.1:87:130:233:75:8e-48:303:497:659696:660391:1:-3 > HSP2: NP_142612.1:77:125:298:77:1e-47:34:292:660498:661379:1:-2 > Sum: ZP_00079071.1:77:1e-47:33:482:659723:661403:2:518:156:247:1:-3 > HSP1: ZP_00079071.1:84:129:226:77:1e-47:293:482:659723:660397:1:-3 > HSP2: ZP_00079071.1:72:118:292:72:1e-47:33:287:660498:661403:1:-2 > Sum: AAO73475.1:72:1e-47:135:361:981625:1330515:1:957:98:150:0:-2 > HSP1: AAO73475.1:98:150:957:72:1e-47:135:361:981625:1330515:0:-2 > Sum: NP_127059.1:72:1e-47:34:498:659696:661379:2:525:160:253:1:-3 > HSP1: NP_127059.1:90:128:233:72:1e-47:304:498:659696:660391:1:-3 > HSP2: NP_127059.1:70:125:292:67:9e-46:34:293:660498:661379:1:-2 > Sum: BAC99020.1:67:9e-46:24:499:659696:661418:2:536:162:251:1:-3 > HSP1: BAC99020.1:87:130:234:67:9e-46:304:499:659696:660391:1:-3 > HSP2: BAC99020.1:75:121:302:73:1e-45:24:293:660498:661418:1:-2 > Sum: NP_275885.1:73:1e-45:33:493:659738:661418:2:516:157:242:1:-3 > HSP1: NP_275885.1:84:126:219:73:1e-45:312:493:659738:660391:1:-3 > HSP2: NP_275885.1:73:116:297:63:4e-44:33:301:660498:661418:1:-2 > Sum: NP_147630.1:63:4e-44:104:365:926961:1331210:1:1069:88:140:1:-2 > HSP1: NP_147630.1:88:140:1069:63:4e-44:104:365:926961:1331210:1:-2 > Sum: BAC84960.1:63:4e-44:10:200:1401409:1402054:2:202:107:135:0:+2 > HSP1: BAC84960.1:52:65:90:63:4e-44:112:200:1401785:1402054:0:+2 > HSP2: BAC84960.1:55:70:112:92:1e-42:10:116:1401409:1401732:0:+1 > Sum: NP_247209.1:92:1e-42:5:194:1311912:1312547:1:197:101:135:0:+3 > HSP1: NP_247209.1:101:135:197:92:1e-42:5:194:1311912:1312547:0:+3 > Sum: NP_560027.1:92:1e-42:5:191:1311918:1312550:1:191:94:129:0:+3 > HSP1: NP_560027.1:94:129:191:92:1e-42:5:191:1311918:1312550:0:+3 > Sum: NP_248600.1:92:1e-42:21:308:1234230:1235371:3:692:208:303:0:+3 > HSP1: NP_248600.1:85:124:247:92:1e-42:21:231:1234230:1234955:0:+3 > HSP2: NP_248600.1:77:112:331:67:2e-40:241:190:1234955:1235033:1:+3 > HSP3: NP_248600.1:46:67:114:67:3e-39:200:308:1235033:1235371:0:+2 > Sum: NP_377147.1:67:3e-39:91:328:927063:1331210:1:1084:73:124:1:-2 > HSP1: NP_377147.1:73:124:1084:67:3e-39:91:328:927063:1331210:1:-2 > Sum: ZP_00001682.1:67:3e-39:102:332:926939:982290:1:1043:77:120:0:+1 > HSP1: ZP_00001682.1:77:120:1043:67:3e-39:102:332:926939:982290:0:+1 > Sum: ZP_00075984.1:67:3e-39:16:202:1393672:1406972:1:343:85:122:0:-3 > HSP1: ZP_00075984.1:85:122:343:67:3e-39:16:202:1393672:1406972:0:-3 > Sum: NP_126540.1:67:3e-39:86:342:982341:1331201:1:1033:84:131:1:+1 > HSP1: NP_126540.1:84:131:1033:67:3e-39:86:342:982341:1331201:1:+1 > Sum: NP_248501.1:67:3e-39:85:327:981523:1330551:1:961:77:132:0:-2 > HSP1: NP_248501.1:77:132:961:67:3e-39:85:327:981523:1330551:0:-2 > Sum: NP_110901.1:67:3e-39:95:329:926957:1330551:1:1971:77:132:0:-2 > HSP1: NP_110901.1:77:132:1971:67:3e-39:95:329:926957:1330551:0:-2 > Sum: AAO73481.1:67:3e-39:96:340:927042:1331210:1:1050:76:126:1:-2 > HSP1: AAO73481.1:76:126:1050:67:3e-39:96:340:927042:1331210:1:-2 > Sum: NP_394631.1:67:3e-39:105:329:926939:927096:1:975:74:119:0:-2 > HSP1: NP_394631.1:74:119:975:67:3e-39:105:329:926939:927096:0:-2 > Sum: NP_376257.1:67:3e-39:4:322:934564:935559:1:321:108:170:0:+1 > HSP1: NP_376257.1:108:170:321:67:3e-39:4:322:934564:935559:0:+1 > Sum: NP_376941.1:67:3e-39:4:195:1401412:1402048:2:195:93:127:0:+2 > HSP1: NP_376941.1:49:66:88:67:3e-39:108:195:1401785:1402048:0:+2 > HSP2: NP_376941.1:44:61:107:81:3e-37:4:110:1401412:1401711:0:+1 > Sum: NP_276768.1:81:3e-37:4:196:1311915:1312550:1:192:92:125:0:+3 > HSP1: NP_276768.1:92:125:192:81:3e-37:4:196:1311915:1312550:0:+3 > Sum: ZP_00000530.1:81:3e-37:13:373:888064:889119:1:359:125:188:1:-1 > HSP1: ZP_00000530.1:125:188:359:81:3e-37:13:373:888064:889119:1:-1 > Sum: ZP_00077571.1:81:3e-37:27:615:1393597:1406033:1:1145:152:238:0:-3 > HSP1: ZP_00077571.1:152:238:1145:81:3e-37:27:615:1393597:1406033:0:-3 > Sum: NP_143167.1:81:3e-37:82:342:982341:1331213:1:1037:87:132:1:+1 > HSP1: NP_143167.1:87:132:1037:81:3e-37:82:342:982341:1331213:1:+1 > Sum: P42811:81:3e-37:122:358:926202:981613:1:925:74:119:1:-2 > HSP1: P42811:74:119:925:81:3e-37:122:358:926202:981613:1:-2 > Sum: NP_280428.1:81:3e-37:147:375:981616:1330512:1:919:80:133:0:-2 > HSP1: NP_280428.1:80:133:919:81:3e-37:147:375:981616:1330512:0:-2 > Sum: NP_068991.1:81:3e-37:166:665:1395594:1407280:1:1113:144:255:1:+1 > HSP1: NP_068991.1:144:255:1113:81:3e-37:166:665:1395594:1407280:1:+1 > Sum: NP_444192.1:81:3e-37:2:187:1311909:1312550:1:192:94:119:0:+3 > HSP1: NP_444192.1:94:119:192:81:3e-37:2:187:1311909:1312550:0:+3 > Sum: NP_247068.1:81:3e-37:371:650:960730:961653:1:320:109:173:1:-1 > HSP1: NP_247068.1:109:173:320:81:3e-37:371:650:960730:961653:1:-1 > Sum: NP_276146.1:81:3e-37:128:330:981631:1330551:1:924:80:120:0:-2 > HSP1: NP_276146.1:80:120:924:81:3e-37:128:330:981631:1330551:0:-2 > Sum: P33974:81:3e-37:3:195:1311912:1312544:1:193:88:127:0:+3 > HSP1: P33974:88:127:193:81:3e-37:3:195:1311912:1312544:0:+3 > Sum: P26923:81:3e-37:1:196:1311903:1312550:1:200:96:128:0:+3 > HSP1: P26923:96:128:200:81:3e-37:1:196:1311903:1312550:0:+3 > Sum: NP_148691.1:81:3e-37:4:192:1311909:1312547:1:193:89:126:0:+3 > HSP1: NP_148691.1:89:126:193:81:3e-37:4:192:1311909:1312547:0:+3 > Sum: NP_633485.1:81:3e-37:26:734:1395594:1407499:1:1178:85:124:1:+1 > HSP1: NP_633485.1:85:124:1178:81:3e-37:26:734:1395594:1407499:1:+1 > Sum: NP_393630.1:81:3e-37:6:173:343063:343608:1:182:82:113:0:+1 > HSP1: NP_393630.1:82:113:182:81:3e-37:6:173:343063:343608:0:+1 > Sum: NP_341946.1:81:3e-37:1:178:927744:1331196:3:1069:198:248:1:+1 > HSP1: NP_341946.1:76:90:748:81:3e-37:4:155:927744:934564:1:+1 > HSP2: NP_341946.1:67:89:178:81:1e-12:1:178:981585:982088:1:-2 > HSP3: NP_341946.1:55:69:143:68:7e... [truncated message content] |
From: Michael S. <msa...@pc...> - 2004-11-24 18:57:20
|
All, Postgres GUS scripts are attached. The first, pggus.sql contains DDL for creating GUS tables, indexes, constraints, and sequences. The second, gus-rows.sql, contains DML for populating the core.tableinfo and core.databaseinfo tables. Consider these early beta-- this is not part of an official release, they've had very limited testing, and they are unsupported. In general the existing documentation should provide the information needed to create an instance with these and GUS with it, but there are derivations that will be necessary. More information on Postgres and GUS, including an official release, should be coming in the next several weeks. Thanks, Mike |
From: Deborah P. <pi...@pc...> - 2004-11-23 14:23:58
|
Yes, they both were written to enter new data or update existing data. I recently modified LoadTaxon.pm and haven't had a chance to send a final e-mail although I did send an e-mail outlining the problem. I'll cc to the gusdev-gusdev list. LoadTaxon was modified to merge taxon_ids using the merged.dmp file that is in the tar ball from NCBI. There is a new command line argument. --merged that is required. Unfortunately, the plugin was incompletely tested because I had a bug which affected the merged sub but was not obvious in tests until after I ran the plugin with commit on and then only by querying the db. The bug resulted in duplications but only with a very small number of ncbi_tax_id. I think I fixed the bug and it looked OK in tests but anyone running the plugin should be aware. For updates with LoadNRDB, the three options --maketemp, --plugin, --delete should be included on the command line. -Debbie Ed Robinson wrote: >Debbie, > >How do LoadTaxon and LoadNRDB work for Updates? Do I just run >them as if I am doing a new installation and they can tell >that these are updates? I think that is what I saw in the >LoadNRDB pluggin, but I wanted to make sure that this is correct. > >thanks for any pointers you can offer. > >-Ed > >----------------- >Ed Robinson >Program Specialist >Center for Tropical and Emerging Global Diseases >and Dept. of Genetics >University of Georgia, Athens, GA 30602 >ero...@ug.../(706) 542.1447 > > |
From: Sucheta T. <su...@vb...> - 2004-11-22 21:37:38
|
Hello again, I am trying the LoadBlastSimFast plugin, but after inserting some values to the database, an error message comes saying the following: _____ result: [] DBD::Oracle::st execute failed: ORA-01407: cannot update ("CORE"."ALGORITHMINVOC ATION"."RESULT") to NULL (DBD ERROR: OCIStmtExecute) [for Statement " UPDATE Core.AlgorithmInvocation SET modification_date = SYSDATE, end_time = SYSDATE, row_alg_invocation_id = ?, result = '' WHERE algorithm_invocation_id = ?" with ParamValues: :p1='20174', :p2='201 74'] at /home/apps/GUS/dev/gushome/lib/perl/GUS/ObjRelP/DbiDbHandle.pm line 145. SQL ERROR!! involving UPDATE Core.AlgorithmInvocation SET modification_date = SYSDATE, end_time = SYSDATE, row_alg_invocation_id = ?, result = '' WHERE algorithm_invocation_id = ? Values: 20174, 20174 at /home/apps/GUS/dev/gushome/lib/perl/GUS/ObjRelP/DbiDbHa ndle.pm line 185 GUS::ObjRelP::DbiDbHandle::death('GUS::ObjRelP::DbiDbHandle=HASH(0x86564 cc)','\x{a} SQL ERROR!! involving\x{a} \x{a} UPDATE Core.AlgorithmInvocatio. ..') called at /home/apps/GUS/dev/gushome/lib/perl/GUS/ObjRelP/DbiDbHandle.pm li ne 148 GUS::ObjRelP::DbiDbHandle::sqlExec('GUS::ObjRelP::DbiDbHandle=HASH(0x865 64cc)','GUS::ObjRelP::DbiDbHandle::st=HASH(0x85edde0)','ARRAY(0x85ebc08)','\x{a} UPDATE Core.AlgorithmInvocation\x{a} SET \x{a}\x{9}modificat...') ca lled at /home/apps/GUS/dev/gushome/lib/perl/GUS/ObjRelP/DbiRow.pm line 726 GUS::ObjRelP::DbiRow::quote_and_update('GUS::Model::Core::AlgorithmInvoc ation=HASH(0x87a0d3c)','HASH(0x82ee7a4)','HASH(0x85ebb30)') called at /home/apps /GUS/dev/gushome/lib/perl/GUS/ObjRelP/DbiRow.pm line 592 ______ Any idea what could be going wrong? Thanks Sucheta At 01:40 PM 11/22/2004 -0500, Sucheta Tripathy wrote: >Well, As Josef rightly pointed , I guess that can go to description >instead of name field. Though I don't find a clear demarcation between the two. > >For example in this case: > >cold inducible similar to other osmotic stress induced gene products >includin: Tomato abscisic stress ripening protein 1 encoded by GenBank >Accession Number L08255, Solanum lycopersicum ABA- and ripening-induced >protein encoded by GenBank Accession Number L20756 and to Solanum >chacoense abscisic stress ripening protein encoded by GenBank Accession >Number U12439 [Solanum tuberosum] > >This happens when I give a --regex_source_id="gi\|(\w+)\|(.*)" >--regex_secondary_id="gb|emb|dbj|ref|pir|sp\|(\w+)" --regex_name=".*\|(.+)$" >in the insertnewexternalsequence plugin. > > > > > >At 01:20 PM 11/22/2004 -0500, Steve Fischer wrote: >>can you provide an example of such a name? >> >>steve >> >>Sucheta Tripathy wrote: >> >>>Dear group, >>> >>>I am now uploading data to the externalaasequence, and frequently it gets >>>interrupted because the name has data type varchar2(255), where as some of >>>the names are much longer than that.I was wondering if the table >>>definition can be changed in the distribution to handle this OR is there a >>>reason why this should be kept as varchar2(255)? >>> >>>Thanks >>> >>>Sucheta >>> > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >Gusdev-gusdev mailing list >Gus...@li... >https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |
From: Sucheta T. <su...@vb...> - 2004-11-22 18:52:13
|
Hello All, I am sorry for this question, but I did not save my earlier input files and commandline arguements for the plugin which worked fine. I guess my input file format is wrong probably. Can someone quickly comment on this. When I use the following options: ga GUS::Common::Plugin::LoadBlastSimFast --file='/home/gususer/temp' --queryTable='DoTS::ExternalNASequence' --subjectTable='DoTS::ExternalAASequence' --verbose >& blast.err I get the following error message. invalid query line '' Following is my input file > 436644 (242 subjects) Sum: NP_148637.1:::149:408:927749:1330362:1:1905:108:182:0:-2 HSP1: NP_148637.1:108:182:1905:::149:408:927749:1330362:0:-2 Sum: NP_558777.1:::181:440:927740:1330359:1:1808:103:163:0:-2 HSP1: NP_558777.1:103:163:1808:::181:440:927740:1330359:0:-2 Sum: NP_248150.1:::178:470:927749:1330329:1:1988:112:179:0:-2 HSP1: NP_248150.1:112:179:1988:::178:470:927749:1330329:0:-2 Sum: NP_147901.1:::186:407:927740:1330506:1:2043:101:159:0:-2 HSP1: NP_147901.1:101:159:2043:::186:407:927740:1330506:0:-2 Sum: NP_070126.1:::168:674:927785:982281:1:1835:89:137:0:+1 HSP1: NP_070126.1:89:137:1835:::168:674:927785:982281:0:+1 Sum: NP_376247.1:::181:439:927740:1330362:1:1897:103:166:0:-2 HSP1: NP_376247.1:103:166:1897:::181:439:927740:1330362:0:-2 Sum: Q07590:::214:509:927740:1330317:1:1894:103:169:0:-2 HSP1: Q07590:103:169:1894:::214:509:927740:1330317:0:-2 Sum: NP_276751.1:::204:499:927749:1330317:1:1844:110:185:0:-2 HSP1: NP_276751.1:110:185:1844:::204:499:927749:1330317:0:-2 Sum: NP_619434.1:::175:432:927749:1330401:1:2080:101:154:0:-2 HSP1: NP_619434.1:101:154:2080:::175:432:927749:1330401:0:-2 Sum: NP_376061.1:::111:370:927749:1330362:1:1914:102:163:0:-2 HSP1: NP_376061.1:102:163:1914:::111:370:927749:1330362:0:-2 Sum: NP_633280.1:::175:432:927749:1330401:1:2073:99:152:0:-2 HSP1: NP_633280.1:99:152:2073:::175:432:927749:1330401:0:-2 Sum: AAP13472.1:::195:454:927749:1330362:1:1864:103:165:0:-2 HSP1: AAP13472.1:103:165:1864:::195:454:927749:1330362:0:-2 Sum: NP_394300.1:::178:428:927782:1330476:1:1810:87:149:0:-2 HSP1: NP_394300.1:87:149:1810:::178:428:927782:1330476:0:-2 Sum: NP_560542.1:::64:415:928112:1330500:1:1642:93:146:0:-2 HSP1: NP_560542.1:93:146:1642:::64:415:928112:1330500:0:-2 Sum: P46464:::188:450:927749:1330353:1:1814:100:162:0:-2 HSP1: P46464:100:162:1814:::188:450:927749:1330353:0:-2 Sum: NP_280439.1:::188:450:927749:1330353:1:1814:100:162:0:-2 HSP1: NP_280439.1:100:162:1814:::188:450:927749:1330353:0:-2 Sum: NP_617732.1:::9:715:1395795:1407571:1:1382:291:436:1:+1 HSP1: NP_617732.1:291:436:1382:::9:715:1395795:1407571:1:+1 Sum: NP_341956.1:::188:501:927785:1330308:1:1788:101:176:0:-2 HSP1: NP_341956.1:101:176:1788:::188:501:927785:1330308:0:-2 Sum: NP_111466.1:::178:454:927782:1330392:1:1840:90:157:0:-2 HSP1: NP_111466.1:90:157:1840:::178:454:927782:1330392:0:-2 Sum: ZP_00001361.1:::178:428:927782:1330476:1:1795:90:147:0:-2 HSP1: ZP_00001361.1:90:147:1795:::178:428:927782:1330476:0:-2 Sum: NP_341734.1:::191:450:927749:1330362:1:1870:101:163:0:-2 HSP1: NP_341734.1:101:163:1870:::191:450:927749:1330362:0:-2 Sum: NP_578692.1:::202:432:927767:1330524:1:1938:91:146:0:-2 HSP1: NP_578692.1:91:146:1938:::202:432:927767:1330524:0:-2 Sum: NP_618410.1:::197:463:927749:1330494:1:1811:86:139:0:-2 HSP1: NP_618410.1:86:139:1811:::197:463:927749:1330494:0:-2 Sum: NP_632471.1:::197:371:927749:1330653:1:1513:71:111:0:-2 HSP1: NP_632471.1:71:111:1513:::197:371:927749:1330653:0:-2 Sum: ZP_00077904.1:::197:452:927749:1330494:1:1560:83:133:0:-2 HSP1: ZP_00077904.1:83:133:1560:::197:452:927749:1330494:0:-2 Sum: NP_070923.1:::196:374:927749:1330641:1:1767:77:120:0:-2 HSP1: NP_070923.1:77:120:1767:::196:374:927749:1330641:0:-2 Sum: NP_248221.1:::20:701:1395795:1407496:1:1355:285:431:1:+1 HSP1: NP_248221.1:285:431:1355:::20:701:1395795:1407496:1:+1 Sum: NP_616605.1:::25:707:1393687:1405478:1:1350:284:422:0:-3 HSP1: NP_616605.1:284:422:1350:::25:707:1393687:1405478:0:-3 Sum: BAA87866.1:::208:385:927749:1330644:1:1836:81:129:0:-2 HSP1: BAA87866.1:81:129:1836:::208:385:927749:1330644:0:-2 Sum: NP_395729.1:::192:452:927749:1330359:1:1818:92:151:0:-2 HSP1: NP_395729.1:92:151:1818:::192:452:927749:1330359:0:-2 Sum: NP_280296.1:::180:423:927773:1330494:1:1577:91:145:0:-2 HSP1: NP_280296.1:91:145:1577:::180:423:927773:1330494:0:-2 Sum: NP_616739.1:::215:507:927749:1330329:1:1907:117:176:0:-2 HSP1: NP_616739.1:117:176:1907:::215:507:927749:1330329:0:-2 Sum: NP_127035.1:::211:388:927749:1330644:1:1810:83:129:0:-2 HSP1: NP_127035.1:83:129:1810:::211:388:927749:1330644:0:-2 Sum: NP_632272.1:::215:476:927749:1330392:1:2040:107:160:0:-2 HSP1: NP_632272.1:107:160:2040:::215:476:927749:1330392:0:-2 Sum: NP_579611.1:::182:359:927749:1330644:1:1838:79:122:0:-2 HSP1: NP_579611.1:79:122:1838:::182:359:927749:1330644:0:-2 Sum: NP_143672.1:::184:361:927749:1330644:1:1814:81:121:0:-2 HSP1: NP_143672.1:81:121:1814:::184:361:927749:1330644:0:-2 Sum: NP_126086.1:::181:358:927749:1330644:1:1753:75:115:0:-2 HSP1: NP_126086.1:75:115:1753:::181:358:927749:1330644:0:-2 Sum: NP_378587.1:::172:415:927740:1330401:1:1856:101:145:0:-2 HSP1: NP_378587.1:101:145:1856:::172:415:927740:1330401:0:-2 Sum: NP_248128.1:::15:540:1089701:1091391:2:533:232:330:1:-3 HSP1: NP_248128.1:210:290:460:::88:540:1089701:1091068:1:-3 HSP2: NP_248128.1:22:40:73:38:e-117:15:87:1091185:1091391:1:-1 Sum: NP_394505.1:38:e-117:5:677:1393666:1405406:1:1370:249:396:0:-3 HSP1: NP_394505.1:249:396:1370:38:e-117:5:677:1393666:1405406:0:-3 Sum: NP_376589.1:38:e-117:14:469:1089701:1091077:1:466:209:295:1:-3 HSP1: NP_376589.1:209:295:466:38:e-117:14:469:1089701:1091077:1:-3 Sum: ZP_00000879.1:38:e-117:30:440:355612:364928:1:826:199:276:1:+2 HSP1: ZP_00000879.1:199:276:826:38:e-117:30:440:355612:364928:1:+2 Sum: ZP_00076613.1:38:e-117:2:509:1395414:1407367:1:1031:223:328:1:+1 HSP1: ZP_00076613.1:223:328:1031:38:e-117:2:509:1395414:1407367:1:+1 Sum: NP_127399.1:38:e-117:7:570:1089701:1091403:2:573:235:329:1:-3 HSP1: NP_127399.1:205:283:500:38:e-117:79:570:1089701:1091068:1:-3 HSP2: NP_127399.1:30:46:73:56:e-107:7:78:1091185:1091403:1:-1 Sum: NP_143696.1:56:e-107:35:598:1089701:1091403:2:574:233:333:1:-3 HSP1: NP_143696.1:200:284:500:56:e-107:107:598:1089701:1091068:1:-3 HSP2: NP_143696.1:33:49:74:58:e-107:35:106:1091185:1091403:1:-1 Sum: NP_616872.1:58:e-107:40:447:355615:364928:1:830:197:271:1:+2 HSP1: NP_616872.1:197:271:830:58:e-107:40:447:355615:364928:1:+2 Sum: NP_579630.1:58:e-107:44:621:1089701:1091454:2:590:236:334:1:-3 HSP1: NP_579630.1:199:281:500:58:e-107:130:621:1089701:1091068:1:-3 HSP2: NP_579630.1:37:53:90:62:e-106:44:129:1091185:1091454:1:-1 Sum: NP_394766.1:62:e-106:25:513:1089701:1091334:2:506:206:323:1:-3 HSP1: NP_394766.1:190:290:456:62:e-106:73:513:1089701:1091068:1:-3 HSP2: NP_394766.1:16:33:50:32:e-106:25:72:1091185:1091334:1:-1 Sum: BAB59640.1:32:e-106:27:530:1089701:1091391:2:525:211:324:1:-3 HSP1: BAB59640.1:190:283:456:32:e-106:89:530:1089701:1091068:1:-3 HSP2: BAB59640.1:21:41:69:34:e-106:27:88:1091185:1091391:1:-1 Sum: NP_111017.1:34:e-106:11:514:1089701:1091391:2:525:211:324:1:-3 HSP1: NP_111017.1:190:283:456:34:e-106:73:514:1089701:1091068:1:-3 HSP2: NP_111017.1:21:41:69:34:e-106:11:72:1091185:1091391:1:-1 Sum: NP_615785.1:34:e-106:17:545:1089701:1091376:2:538:219:329:1:-3 HSP1: NP_615785.1:196:290:474:34:e-106:81:545:1089701:1091068:1:-3 HSP2: NP_615785.1:23:39:64:45:e-105:17:80:1091185:1091376:1:-1 Sum: NP_071224.1:45:e-105:20:517:1089701:1091337:2:513:220:318:1:-3 HSP1: NP_071224.1:200:288:461:45:e-105:72:517:1089701:1091068:1:-3 HSP2: NP_071224.1:20:30:52:33:e-105:20:71:1091185:1091337:1:-1 Sum: NP_342011.1:33:e-105:15:472:1089701:1091077:1:467:205:289:1:-3 HSP1: NP_342011.1:205:289:467:33:e-105:15:472:1089701:1091077:1:-3 Sum: NP_633998.1:33:e-105:1:553:1089701:1091451:2:563:223:339:1:-3 HSP1: NP_633998.1:197:290:474:33:e-105:89:553:1089701:1091068:1:-3 HSP2: NP_633998.1:26:49:89:45:e-105:1:88:1091185:1091451:1:-1 Sum: NP_614335.1:45:e-105:14:548:1089701:1091445:3:1045:406:581:1:-3 HSP1: NP_614335.1:193:273:459:45:e-105:98:548:1089701:1091068:1:-3 HSP2: NP_614335.1:196:281:543:37:e-104:14:522:1089701:1091445:1:-3 HSP3: NP_614335.1:17:27:43:35:e-102:39:81:1091185:1091313:1:-1 Sum: ZP_00001671.1:35:e-102:14:735:1395975:1407511:1:1472:235:392:1:+1 HSP1: ZP_00001671.1:235:392:1472:35:e-102:14:735:1395975:1407511:1:+1 Sum: NP_275956.1:35:e-102:8:545:1089701:1091445:2:559:223:312:1:-3 HSP1: NP_275956.1:196:271:472:35:e-102:86:545:1089701:1091068:1:-3 HSP2: NP_275956.1:27:41:87:34:e-99:8:85:1091185:1091445:1:-1 Sum: ZP_00001528.1:34:e-99:7:512:1089707:1091388:2:524:203:312:1:-3 HSP1: ZP_00001528.1:181:273:454:34:e-99:72:512:1089707:1091068:1:-3 HSP2: ZP_00001528.1:22:39:70:32:2e-96:7:71:1091185:1091388:1:-1 Sum: NP_280324.1:32:2e-96:3:549:1089701:1091433:2:565:212:324:1:-3 HSP1: NP_280324.1:189:279:482:32:2e-96:81:549:1089701:1091077:1:-3 HSP2: NP_280324.1:23:45:83:42:8e-96:3:83:1091185:1091433:1:-1 Sum: NP_142636.1:42:8e-96:457:388:927188:1330644:1:1964:82:128:0:-2 HSP1: NP_142636.1:82:128:1964:42:8e-96:457:388:927188:1330644:0:-2 Sum: NP_613771.1:42:8e-96:214:1231:926928:1331243:5:2156:263:384:1:-2 HSP1: NP_613771.1:73:108:1710:42:8e-96:214:1231:926928:927749:1:-2 HSP2: NP_613771.1:47:66:100:94:1e-16:536:635:1330947:1331243:1:-2 HSP3: NP_613771.1:47:68:101:94:1e-16:559:658:927438:927740:1:-2 HSP4: NP_613771.1:59:92:164:84:1e-13:1028:1188:1330494:1330952:1:-2 HSP5: NP_613771.1:37:50:81:69:4e-09:553:633:981616:981855:0:+1 Sum: NP_558943.1:69:4e-09:9:457:1089701:1091068:1:466:188:268:1:-3 HSP1: NP_558943.1:188:268:466:69:4e-09:9:457:1089701:1091068:1:-3 Sum: ZP_00076323.1:69:4e-09:6:306:927176:1330533:1:1114:117:165:0:-2 HSP1: ZP_00076323.1:117:165:1114:69:4e-09:6:306:927176:1330533:0:-2 Sum: NP_343775.1:69:4e-09:63:566:927740:1330506:1:2084:92:155:0:-2 HSP1: NP_343775.1:92:155:2084:69:4e-09:63:566:927740:1330506:0:-2 Sum: NP_280287.1:69:4e-09:185:649:927740:1330527:2:1469:168:250:0:-2 HSP1: NP_280287.1:94:137:1237:69:4e-09:185:649:927740:1330527:0:-2 HSP2: NP_280287.1:74:113:232:97:2e-17:208:429:981703:982380:0:+1 Sum: NP_276136.1:97:2e-17:3:685:1393651:1405544:1:1346:215:343:0:-3 HSP1: NP_276136.1:215:343:1346:97:2e-17:3:685:1393651:1405544:0:-3 Sum: NP_376436.1:97:2e-17:63:566:927740:1330506:1:1941:75:128:0:-2 HSP1: NP_376436.1:75:128:1941:97:2e-17:63:566:927740:1330506:0:-2 Sum: ZP_00079043.1:97:2e-17:7:360:1132192:1134679:1:709:148:205:1:-1 HSP1: ZP_00079043.1:148:205:709:97:2e-17:7:360:1132192:1134679:1:-1 Sum: NP_615954.1:97:2e-17:10:366:1132183:1134679:1:713:150:209:1:-1 HSP1: NP_615954.1:150:209:713:97:2e-17:10:366:1132183:1134679:1:-1 Sum: NP_618950.1:97:2e-17:7:743:1393675:1405550:1:1438:230:346:0:-3 HSP1: NP_618950.1:230:346:1438:97:2e-17:7:743:1393675:1405550:0:-3 Sum: AAP13476.1:97:2e-17:97:270:927638:1330539:1:1976:65:111:0:-2 HSP1: AAP13476.1:65:111:1976:97:2e-17:97:270:927638:1330539:0:-2 Sum: NP_632859.1:97:2e-17:7:743:1393675:1405550:1:1438:227:340:0:-3 HSP1: NP_632859.1:227:340:1438:97:2e-17:7:743:1393675:1405550:0:-3 Sum: ZP_00076693.1:97:2e-17:3:220:926921:1330533:1:950:96:138:0:-2 HSP1: ZP_00076693.1:96:138:950:97:2e-17:3:220:926921:1330533:0:-2 Sum: ZP_00078033.1:97:2e-17:7:738:1393675:1405550:1:1428:219:343:0:-3 HSP1: ZP_00078033.1:219:343:1428:97:2e-17:7:738:1393675:1405550:0:-3 Sum: NP_634565.1:97:2e-17:8:724:1393678:1405544:1:1404:215:341:0:-3 HSP1: NP_634565.1:215:341:1404:97:2e-17:8:724:1393678:1405544:0:-3 Sum: ZP_00076729.1:97:2e-17:5:725:1395786:1407517:1:1446:213:349:1:+1 HSP1: ZP_00076729.1:213:349:1446:97:2e-17:5:725:1395786:1407517:1:+1 Sum: NP_344151.1:97:2e-17:94:561:927638:982311:1:1568:83:122:0:+1 HSP1: NP_344151.1:83:122:1568:97:2e-17:94:561:927638:982311:0:+1 Sum: NP_377684.1:97:2e-17:94:282:927638:982314:1:1908:65:110:0:+1 HSP1: NP_377684.1:65:110:1908:97:2e-17:94:282:927638:982314:0:+1 Sum: ZP_00076335.1:97:2e-17:47:274:927749:1330494:1:1021:93:140:0:-2 HSP1: ZP_00076335.1:93:140:1021:97:2e-17:47:274:927749:1330494:0:-2 Sum: ZP_00076327.1:97:2e-17:12:297:1089701:1090561:1:289:124:180:1:-3 HSP1: ZP_00076327.1:124:180:289:97:2e-17:12:297:1089701:1090561:1:-3 Sum: NP_248170.1:97:2e-17:128:397:927029:1330503:1:966:90:145:0:-2 HSP1: NP_248170.1:90:145:966:97:2e-17:128:397:927029:1330503:0:-2 Sum: ZP_00076523.1:97:2e-17:172:399:927749:1330497:1:923:104:152:0:-2 HSP1: ZP_00076523.1:104:152:923:97:2e-17:172:399:927749:1330497:0:-2 Sum: NP_614161.1:97:2e-17:140:406:927020:1330503:1:1030:97:142:0:-2 HSP1: NP_614161.1:97:142:1030:97:2e-17:140:406:927020:1330503:0:-2 Sum: NP_125880.1:97:2e-17:111:362:927005:1330515:1:1002:103:157:0:-2 HSP1: NP_125880.1:103:157:1002:97:2e-17:111:362:927005:1330515:0:-2 Sum: NP_070800.1:97:2e-17:90:364:927056:1330515:1:970:91:139:0:-2 HSP1: NP_070800.1:91:139:970:97:2e-17:90:364:927056:1330515:0:-2 Sum: NP_142199.1:97:2e-17:124:362:926966:1330515:1:989:101:157:0:-2 HSP1: NP_142199.1:101:157:989:97:2e-17:124:362:926966:1330515:0:-2 Sum: NP_577844.1:97:2e-17:108:359:927005:1330515:1:964:93:140:0:-2 HSP1: NP_577844.1:93:140:964:97:2e-17:108:359:927005:1330515:0:-2 Sum: NP_276630.1:97:2e-17:17:731:1395648:1407517:1:1419:200:328:1:+1 HSP1: NP_276630.1:200:328:1419:97:2e-17:17:731:1395648:1407517:1:+1 Sum: NP_633030.1:97:2e-17:139:425:927023:1330446:1:1051:112:163:0:-2 HSP1: NP_633030.1:112:163:1051:97:2e-17:139:425:927023:1330446:0:-2 Sum: Q8PY58:97:2e-17:119:405:927023:1330446:1:1051:112:163:0:-2 HSP1: Q8PY58:112:163:1051:97:2e-17:119:405:927023:1330446:0:-2 Sum: NP_619132.1:97:2e-17:139:425:927023:1330446:1:1051:110:162:0:-2 HSP1: NP_619132.1:110:162:1051:97:2e-17:139:425:927023:1330446:0:-2 Sum: Q8TI88:97:2e-17:119:405:927023:1330446:1:1051:110:162:0:-2 HSP1: Q8TI88:110:162:1051:97:2e-17:119:405:927023:1330446:0:-2 Sum: ZP_00078374.1:97:2e-17:178:425:981625:1330446:1:1058:110:161:0:-2 HSP1: ZP_00078374.1:110:161:1058:97:2e-17:178:425:981625:1330446:0:-2 Sum: NP_613558.1:97:2e-17:43:507:659738:661373:2:527:171:254:1:-3 HSP1: NP_613558.1:86:130:232:97:2e-17:309:507:659738:660430:1:-3 HSP2: NP_613558.1:85:124:295:80:2e-52:43:311:660498:661373:1:-2 Sum: NP_148323.1:80:2e-52:134:363:926933:1330512:1:951:97:139:0:-2 HSP1: NP_148323.1:97:139:951:80:2e-52:134:363:926933:1330512:0:-2 Sum: NP_578718.1:80:2e-52:23:497:659696:661418:2:538:168:260:1:-3 HSP1: NP_578718.1:88:131:229:80:2e-52:307:497:659696:660379:1:-3 HSP2: NP_578718.1:80:129:309:88:1e-51:23:292:660498:661418:1:-2 Sum: NP_341819.1:88:1e-51:133:380:981625:1330446:1:1045:111:168:0:-2 HSP1: NP_341819.1:111:168:1045:88:1e-51:133:380:981625:1330446:0:-2 Sum: NP_275871.1:88:1e-51:146:380:926933:1330497:1:943:95:146:0:-2 HSP1: NP_275871.1:95:146:943:88:1e-51:146:380:926933:1330497:0:-2 Sum: Q975U2:88:1e-51:126:357:926942:1330515:1:931:94:146:0:-2 HSP1: Q975U2:94:146:931:88:1e-51:126:357:926942:1330515:0:-2 Sum: NP_279562.1:88:1e-51:103:333:926939:1330515:1:935:86:139:0:-2 HSP1: NP_279562.1:86:139:935:88:1e-51:103:333:926939:1330515:0:-2 Sum: Q9HRW6:88:1e-51:142:372:926939:1330515:1:935:86:139:0:-2 HSP1: Q9HRW6:86:139:935:88:1e-51:142:372:926939:1330515:0:-2 Sum: NP_618991.1:88:1e-51:77:309:926942:1330512:1:973:83:138:0:-2 HSP1: NP_618991.1:83:138:973:88:1e-51:77:309:926942:1330512:0:-2 Sum: ZP_00000280.1:88:1e-51:27:710:1393714:1405547:1:1332:186:308:0:-3 HSP1: ZP_00000280.1:186:308:1332:88:1e-51:27:710:1393714:1405547:0:-3 Sum: NP_633093.1:88:1e-51:22:767:1395648:1407535:1:1464:198:334:1:+1 HSP1: NP_633093.1:198:334:1464:88:1e-51:22:767:1395648:1407535:1:+1 Sum: NP_632822.1:88:1e-51:150:382:926942:1330512:1:950:82:138:0:-2 HSP1: NP_632822.1:82:138:950:88:1e-51:150:382:926942:1330512:0:-2 Sum: ZP_00077579.1:88:1e-51:29:261:926942:1330512:1:1021:83:138:0:-2 HSP1: ZP_00077579.1:83:138:1021:88:1e-51:29:261:926942:1330512:0:-2 Sum: ZP_00079190.1:88:1e-51:65:804:1393669:1405556:1:1458:195:338:0:-3 HSP1: ZP_00079190.1:195:338:1458:88:1e-51:65:804:1393669:1405556:0:-3 Sum: NP_280691.1:88:1e-51:147:381:926933:1330497:1:935:86:138:0:-2 HSP1: NP_280691.1:86:138:935:88:1e-51:147:381:926933:1330497:0:-2 Sum: NP_632925.1:88:1e-51:49:759:1393660:1405610:1:1400:188:305:0:-3 HSP1: NP_632925.1:188:305:1400:88:1e-51:49:759:1393660:1405610:0:-3 Sum: NP_615144.1:88:1e-51:2:482:659723:661499:2:550:167:259:1:-3 HSP1: NP_615144.1:85:124:226:88:1e-51:293:482:659723:660397:1:-3 HSP2: NP_615144.1:82:135:324:77:3e-48:2:287:660498:661499:1:-2 Sum: NP_619240.1:77:3e-48:28:741:1395648:1407517:1:1426:185:324:1:+1 HSP1: NP_619240.1:185:324:1426:77:3e-48:28:741:1395648:1407517:1:+1 Sum: NP_633494.1:77:3e-48:59:485:659723:661334:2:489:151:239:1:-3 HSP1: NP_633494.1:85:124:226:77:3e-48:296:485:659723:660397:1:-3 HSP2: NP_633494.1:66:115:263:75:8e-48:59:290:660498:661334:1:-2 Sum: NP_142612.1:75:8e-48:34:497:659696:661379:2:531:164:255:1:-3 HSP1: NP_142612.1:87:130:233:75:8e-48:303:497:659696:660391:1:-3 HSP2: NP_142612.1:77:125:298:77:1e-47:34:292:660498:661379:1:-2 Sum: ZP_00079071.1:77:1e-47:33:482:659723:661403:2:518:156:247:1:-3 HSP1: ZP_00079071.1:84:129:226:77:1e-47:293:482:659723:660397:1:-3 HSP2: ZP_00079071.1:72:118:292:72:1e-47:33:287:660498:661403:1:-2 Sum: AAO73475.1:72:1e-47:135:361:981625:1330515:1:957:98:150:0:-2 HSP1: AAO73475.1:98:150:957:72:1e-47:135:361:981625:1330515:0:-2 Sum: NP_127059.1:72:1e-47:34:498:659696:661379:2:525:160:253:1:-3 HSP1: NP_127059.1:90:128:233:72:1e-47:304:498:659696:660391:1:-3 HSP2: NP_127059.1:70:125:292:67:9e-46:34:293:660498:661379:1:-2 Sum: BAC99020.1:67:9e-46:24:499:659696:661418:2:536:162:251:1:-3 HSP1: BAC99020.1:87:130:234:67:9e-46:304:499:659696:660391:1:-3 HSP2: BAC99020.1:75:121:302:73:1e-45:24:293:660498:661418:1:-2 Sum: NP_275885.1:73:1e-45:33:493:659738:661418:2:516:157:242:1:-3 HSP1: NP_275885.1:84:126:219:73:1e-45:312:493:659738:660391:1:-3 HSP2: NP_275885.1:73:116:297:63:4e-44:33:301:660498:661418:1:-2 Sum: NP_147630.1:63:4e-44:104:365:926961:1331210:1:1069:88:140:1:-2 HSP1: NP_147630.1:88:140:1069:63:4e-44:104:365:926961:1331210:1:-2 Sum: BAC84960.1:63:4e-44:10:200:1401409:1402054:2:202:107:135:0:+2 HSP1: BAC84960.1:52:65:90:63:4e-44:112:200:1401785:1402054:0:+2 HSP2: BAC84960.1:55:70:112:92:1e-42:10:116:1401409:1401732:0:+1 Sum: NP_247209.1:92:1e-42:5:194:1311912:1312547:1:197:101:135:0:+3 HSP1: NP_247209.1:101:135:197:92:1e-42:5:194:1311912:1312547:0:+3 Sum: NP_560027.1:92:1e-42:5:191:1311918:1312550:1:191:94:129:0:+3 HSP1: NP_560027.1:94:129:191:92:1e-42:5:191:1311918:1312550:0:+3 Sum: NP_248600.1:92:1e-42:21:308:1234230:1235371:3:692:208:303:0:+3 HSP1: NP_248600.1:85:124:247:92:1e-42:21:231:1234230:1234955:0:+3 HSP2: NP_248600.1:77:112:331:67:2e-40:241:190:1234955:1235033:1:+3 HSP3: NP_248600.1:46:67:114:67:3e-39:200:308:1235033:1235371:0:+2 Sum: NP_377147.1:67:3e-39:91:328:927063:1331210:1:1084:73:124:1:-2 HSP1: NP_377147.1:73:124:1084:67:3e-39:91:328:927063:1331210:1:-2 Sum: ZP_00001682.1:67:3e-39:102:332:926939:982290:1:1043:77:120:0:+1 HSP1: ZP_00001682.1:77:120:1043:67:3e-39:102:332:926939:982290:0:+1 Sum: ZP_00075984.1:67:3e-39:16:202:1393672:1406972:1:343:85:122:0:-3 HSP1: ZP_00075984.1:85:122:343:67:3e-39:16:202:1393672:1406972:0:-3 Sum: NP_126540.1:67:3e-39:86:342:982341:1331201:1:1033:84:131:1:+1 HSP1: NP_126540.1:84:131:1033:67:3e-39:86:342:982341:1331201:1:+1 Sum: NP_248501.1:67:3e-39:85:327:981523:1330551:1:961:77:132:0:-2 HSP1: NP_248501.1:77:132:961:67:3e-39:85:327:981523:1330551:0:-2 Sum: NP_110901.1:67:3e-39:95:329:926957:1330551:1:1971:77:132:0:-2 HSP1: NP_110901.1:77:132:1971:67:3e-39:95:329:926957:1330551:0:-2 Sum: AAO73481.1:67:3e-39:96:340:927042:1331210:1:1050:76:126:1:-2 HSP1: AAO73481.1:76:126:1050:67:3e-39:96:340:927042:1331210:1:-2 Sum: NP_394631.1:67:3e-39:105:329:926939:927096:1:975:74:119:0:-2 HSP1: NP_394631.1:74:119:975:67:3e-39:105:329:926939:927096:0:-2 Sum: NP_376257.1:67:3e-39:4:322:934564:935559:1:321:108:170:0:+1 HSP1: NP_376257.1:108:170:321:67:3e-39:4:322:934564:935559:0:+1 Sum: NP_376941.1:67:3e-39:4:195:1401412:1402048:2:195:93:127:0:+2 HSP1: NP_376941.1:49:66:88:67:3e-39:108:195:1401785:1402048:0:+2 HSP2: NP_376941.1:44:61:107:81:3e-37:4:110:1401412:1401711:0:+1 Sum: NP_276768.1:81:3e-37:4:196:1311915:1312550:1:192:92:125:0:+3 HSP1: NP_276768.1:92:125:192:81:3e-37:4:196:1311915:1312550:0:+3 Sum: ZP_00000530.1:81:3e-37:13:373:888064:889119:1:359:125:188:1:-1 HSP1: ZP_00000530.1:125:188:359:81:3e-37:13:373:888064:889119:1:-1 Sum: ZP_00077571.1:81:3e-37:27:615:1393597:1406033:1:1145:152:238:0:-3 HSP1: ZP_00077571.1:152:238:1145:81:3e-37:27:615:1393597:1406033:0:-3 Sum: NP_143167.1:81:3e-37:82:342:982341:1331213:1:1037:87:132:1:+1 HSP1: NP_143167.1:87:132:1037:81:3e-37:82:342:982341:1331213:1:+1 Sum: P42811:81:3e-37:122:358:926202:981613:1:925:74:119:1:-2 HSP1: P42811:74:119:925:81:3e-37:122:358:926202:981613:1:-2 Sum: NP_280428.1:81:3e-37:147:375:981616:1330512:1:919:80:133:0:-2 HSP1: NP_280428.1:80:133:919:81:3e-37:147:375:981616:1330512:0:-2 Sum: NP_068991.1:81:3e-37:166:665:1395594:1407280:1:1113:144:255:1:+1 HSP1: NP_068991.1:144:255:1113:81:3e-37:166:665:1395594:1407280:1:+1 Sum: NP_444192.1:81:3e-37:2:187:1311909:1312550:1:192:94:119:0:+3 HSP1: NP_444192.1:94:119:192:81:3e-37:2:187:1311909:1312550:0:+3 Sum: NP_247068.1:81:3e-37:371:650:960730:961653:1:320:109:173:1:-1 HSP1: NP_247068.1:109:173:320:81:3e-37:371:650:960730:961653:1:-1 Sum: NP_276146.1:81:3e-37:128:330:981631:1330551:1:924:80:120:0:-2 HSP1: NP_276146.1:80:120:924:81:3e-37:128:330:981631:1330551:0:-2 Sum: P33974:81:3e-37:3:195:1311912:1312544:1:193:88:127:0:+3 HSP1: P33974:88:127:193:81:3e-37:3:195:1311912:1312544:0:+3 Sum: P26923:81:3e-37:1:196:1311903:1312550:1:200:96:128:0:+3 HSP1: P26923:96:128:200:81:3e-37:1:196:1311903:1312550:0:+3 Sum: NP_148691.1:81:3e-37:4:192:1311909:1312547:1:193:89:126:0:+3 HSP1: NP_148691.1:89:126:193:81:3e-37:4:192:1311909:1312547:0:+3 Sum: NP_633485.1:81:3e-37:26:734:1395594:1407499:1:1178:85:124:1:+1 HSP1: NP_633485.1:85:124:1178:81:3e-37:26:734:1395594:1407499:1:+1 Sum: NP_393630.1:81:3e-37:6:173:343063:343608:1:182:82:113:0:+1 HSP1: NP_393630.1:82:113:182:81:3e-37:6:173:343063:343608:0:+1 Sum: NP_341946.1:81:3e-37:1:178:927744:1331196:3:1069:198:248:1:+1 HSP1: NP_341946.1:76:90:748:81:3e-37:4:155:927744:934564:1:+1 HSP2: NP_341946.1:67:89:178:81:1e-12:1:178:981585:982088:1:-2 HSP3: NP_341946.1:55:69:143:68:7e-09:10:161:1330735:1331196:0:+1 Sum: NP_613721.1:68:7e-09:3:190:1311912:1312550:1:191:84:122:0:+3 HSP1: NP_613721.1:84:122:191:68:7e-09:3:190:1311912:1312550:0:+3 Sum: NP_342401.1:68:7e-09:93:331:927063:1331210:1:997:80:126:1:-2 HSP1: NP_342401.1:80:126:997:68:7e-09:93:331:927063:1331210:1:-2 Sum: NP_281087.1:68:7e-09:334:500:659696:660205:1:170:79:116:1:-3 HSP1: NP_281087.1:79:116:170:68:7e-09:334:500:659696:660205:1:-3 Sum: NP_110741.1:68:7e-09:6:173:343063:343608:1:182:80:113:0:+1 HSP1: NP_110741.1:80:113:182:68:7e-09:6:173:343063:343608:0:+1 Sum: NP_070113.1:68:7e-09:101:322:927066:981616:1:934:70:123:1:-2 HSP1: NP_070113.1:70:123:934:68:7e-09:101:322:927066:981616:1:-2 Sum: NP_618883.1:68:7e-09:4:426:1531658:1533010:1:461:131:215:1:-3 HSP1: NP_618883.1:131:215:461:68:7e-09:4:426:1531658:1533010:1:-3 Sum: NP_635093.1:68:7e-09:1:835:1395831:1407589:1:1631:191:329:1:+1 HSP1: NP_635093.1:191:329:1631:68:7e-09:1:835:1395831:1407589:1:+1 Sum: Q8TVM0:68:7e-09:7:319:1234197:1235329:2:352:113:175:0:+3 HSP1: Q8TVM0:77:119:247:68:7e-09:7:214:1234197:1234916:0:+3 HSP2: Q8TVM0:36:56:105:56:2e-33:222:319:1235021:1235329:0:+2 Sum: NP_275624.1:56:2e-33:14:346:1394646:1407559:1:664:106:169:1:+1 HSP1: NP_275624.1:106:169:664:56:2e-33:14:346:1394646:1407559:1:+1 Sum: NP_070217.1:56:2e-33:350:634:960712:961653:1:329:115:170:1:-1 HSP1: NP_070217.1:115:170:329:56:2e-33:350:634:960712:961653:1:-1 Sum: NP_276746.1:56:2e-33:339:620:960739:961653:1:321:108:163:1:-1 HSP1: NP_276746.1:108:163:321:56:2e-33:339:620:960739:961653:1:-1 Sum: NP_376851.1:56:2e-33:3:291:1309643:1310548:1:304:91:164:1:-3 HSP1: NP_376851.1:91:164:304:56:2e-33:3:291:1309643:1310548:1:-3 Sum: NP_342386.1:56:2e-33:5:193:1311918:1312547:1:193:89:124:0:+3 HSP1: NP_342386.1:89:124:193:56:2e-33:5:193:1311918:1312547:0:+3 Sum: NP_579437.1:56:2e-33:2:193:1311915:1312547:1:387:88:124:0:+3 HSP1: NP_579437.1:88:124:387:56:2e-33:2:193:1311915:1312547:0:+3 Sum: NP_126913.1:56:2e-33:354:648:960712:961653:1:332:116:171:1:-1 HSP1: NP_126913.1:116:171:332:56:2e-33:354:648:960712:961653:1:-1 Sum: NP_247463.1:56:2e-33:91:475:659717:661232:2:403:144:216:1:-3 HSP1: NP_247463.1:78:114:173:56:2e-33:309:475:659717:660235:1:-3 HSP2: NP_247463.1:66:102:230:66:4e-08:91:281:660498:661232:1:-2 Sum: NP_376198.1:66:4e-08:1:170:981787:1330515:1:694:62:99:0:-2 HSP1: NP_376198.1:62:99:694:66:4e-08:1:170:981787:1330515:0:-2 Sum: NP_614651.1:66:4e-08:85:314:927228:1331195:2:887:150:218:1:-2 HSP1: NP_614651.1:68:98:648:66:4e-08:91:258:927228:981631:1:-2 HSP2: NP_614651.1:82:120:239:98:1e-17:85:314:1330494:1331195:1:-2 Sum: ZP_00076877.1:98:1e-17:5:440:1531616:1533007:1:471:124:213:1:-3 HSP1: ZP_00076877.1:124:213:471:98:1e-17:5:440:1531616:1533007:1:-3 Sum: NP_578451.1:98:1e-17:9:180:343072:343608:1:181:72:115:0:+1 HSP1: NP_578451.1:72:115:181:98:1e-17:9:180:343072:343608:0:+1 Sum: NP_377160.1:98:1e-17:5:191:1311918:1312547:1:191:82:121:0:+3 HSP1: NP_377160.1:82:121:191:98:1e-17:5:191:1311918:1312547:0:+3 Sum: NP_578301.1:98:1e-17:354:648:960712:961653:1:333:117:167:1:-1 HSP1: NP_578301.1:117:167:333:98:1e-17:354:648:960712:961653:1:-1 Sum: NP_126152.1:98:1e-17:2:188:1311915:1312550:1:196:86:129:0:+3 HSP1: NP_126152.1:86:129:196:98:1e-17:2:188:1311915:1312550:0:+3 Sum: NP_613357.1:98:1e-17:366:668:960730:961671:1:337:113:167:1:-1 HSP1: NP_613357.1:113:167:337:98:1e-17:366:668:960730:961671:1:-1 Sum: NP_142832.1:98:1e-17:354:648:960712:961653:1:332:115:165:1:-1 HSP1: NP_142832.1:115:165:332:98:1e-17:354:648:960712:961653:1:-1 Sum: NP_070779.1:98:1e-17:3:459:659738:661481:2:489:160:243:1:-3 HSP1: NP_070779.1:77:108:168:98:1e-17:300:459:659738:660241:1:-3 HSP2: NP_070779.1:83:135:321:79:4e-12:3:271:660492:661481:1:-2 Sum: NP_148344.1:79:4e-12:12:329:934576:935550:1:317:101:157:0:+1 HSP1: NP_148344.1:101:157:317:79:4e-12:12:329:934576:935550:0:+1 Sum: NP_614652.1:79:4e-12:18:319:1234230:1235329:2:341:109:170:0:+3 HSP1: NP_614652.1:73:114:236:79:4e-12:18:214:1234230:1234916:0:+3 HSP2: NP_614652.1:36:56:105:56:6e-31:222:319:1235021:1235329:0:+2 Sum: NP_070505.1:56:6e-31:43:279:663486:710242:1:505:82:134:1:+1 HSP1: NP_070505.1:82:134:505:56:6e-31:43:279:663486:710242:1:+1 Sum: NP_394109.1:56:6e-31:5:360:888073:889119:1:361:110:177:1:-1 HSP1: NP_394109.1:110:177:361:56:6e-31:5:360:888073:889119:1:-1 Sum: NP_616278.1:56:6e-31:442:973:1395678:1407259:1:1151:135:244:1:+1 HSP1: NP_616278.1:135:244:1151:56:6e-31:442:973:1395678:1407259:1:+1 Sum: NP_615139.1:56:6e-31:239:737:1395594:1407256:1:1109:147:241:1:+1 HSP1: NP_615139.1:147:241:1109:56:6e-31:239:737:1395594:1407256:1:+1 Sum: NP_280867.1:56:6e-31:11:451:1531616:1533004:1:470:121:207:1:-3 HSP1: NP_280867.1:121:207:470:56:6e-31:11:451:1531616:1533004:1:-3 Sum: NP_280421.1:56:6e-31:3:193:1311915:1312547:1:191:80:115:0:+3 HSP1: NP_280421.1:80:115:191:56:6e-31:3:193:1311915:1312547:0:+3 Sum: NP_275925.1:56:6e-31:2:188:1310548:1312550:1:500:86:128:0:+3 HSP1: NP_275925.1:86:128:500:56:6e-31:2:188:1310548:1312550:0:+3 Sum: NP_148088.1:56:6e-31:7:438:1531616:1533007:1:470:123:213:1:-3 HSP1: NP_148088.1:123:213:470:56:6e-31:7:438:1531616:1533007:1:-3 Sum: NP_632328.1:56:6e-31:94:356:926199:1331192:2:939:142:234:1:-2 HSP1: NP_632328.1:73:125:723:56:6e-31:94:356:926199:981529:1:-2 HSP2: NP_632328.1:69:109:216:89:4e-15:119:326:1330554:1331192:1:-2 Sum: ZP_00077466.1:89:4e-15:415:917:1395594:1407259:1:1115:139:238:1:+1 HSP1: ZP_00077466.1:139:238:1115:89:4e-15:415:917:1395594:1407259:1:+1 Sum: NP_634352.1:89:4e-15:422:924:1395594:1407259:1:1093:130:235:1:+1 HSP1: NP_634352.1:130:235:1093:89:4e-15:422:924:1395594:1407259:1:+1 Sum: ZP_00001335.1:89:4e-15:42:414:662737:710251:2:695:189:321:1:-3 HSP1: ZP_00001335.1:119:190:432:89:4e-15:42:414:708917:710251:1:-3 HSP2: ZP_00001335.1:70:131:263:88:8e-15:45:289:662737:663513:0:+1 Sum: NP_618507.1:88:8e-15:126:618:1395597:1407277:1:1117:150:247:1:+1 HSP1: NP_618507.1:150:247:1117:88:8e-15:126:618:1395597:1407277:1:+1 Sum: NP_394414.1:88:8e-15:3:176:343051:343608:1:186:70:114:0:+1 HSP1: NP_394414.1:70:114:186:88:8e-15:3:176:343051:343608:0:+1 Sum: Q9HJL3:88:8e-15:5:172:343069:343608:1:180:68:111:0:+1 HSP1: Q9HJL3:68:111:180:88:8e-15:5:172:343069:343608:0:+1 Sum: NP_633487.1:88:8e-15:187:684:1395594:1407256:1:1125:149:237:1:+1 HSP1: NP_633487.1:149:237:1125:88:8e-15:187:684:1395594:1407256:1:+1 Sum: NP_394110.1:88:8e-15:327:474:659738:660208:1:157:70:105:1:-3 HSP1: NP_394110.1:70:105:157:88:8e-15:327:474:659738:660208:1:-3 Sum: ZP_00001694.1:88:8e-15:301:476:659723:660256:1:186:74:112:1:-3 HSP1: ZP_00001694.1:74:112:186:88:8e-15:301:476:659723:660256:1:-3 Sum: ZP_00076249.1:88:8e-15:145:255:927749:981954:1:474:52:71:0:+1 HSP1: ZP_00076249.1:52:71:474:88:8e-15:145:255:927749:981954:0:+1 Sum: NP_111618.1:88:8e-15:9:176:343069:343608:1:180:66:111:0:+1 HSP1: NP_111618.1:66:111:180:88:8e-15:9:176:343069:343608:0:+1 Sum: NP_069309.1:88:8e-15:211:721:1395699:1407259:1:1169:138:245:1:+1 HSP1: NP_069309.1:138:245:1169:88:8e-15:211:721:1395699:1407259:1:+1 Sum: NP_111276.1:88:8e-15:5:367:888052:889119:1:365:109:179:1:-1 HSP1: NP_111276.1:109:179:365:88:8e-15:5:367:888052:889119:1:-1 Sum: ZP_00078953.1:88:8e-15:41:329:1309634:1310572:1:313:93:152:1:-3 HSP1: ZP_00078953.1:93:152:313:88:8e-15:41:329:1309634:1310572:1:-3 Sum: ZP_00000227.1:88:8e-15:6:438:1531616:1533010:1:472:122:220:1:-3 HSP1: ZP_00000227.1:122:220:472:88:8e-15:6:438:1531616:1533010:1:-3 Sum: NP_617922.1:88:8e-15:94:346:926235:1331192:2:948:146:235:1:-2 HSP1: NP_617922.1:77:126:732:88:8e-15:94:346:926235:981529:1:-2 HSP2: NP_617922.1:69:109:216:87:1e-14:119:326:1330554:1331192:1:-2 Sum: NP_341666.1:87:1e-14:296:467:659696:660235:1:180:66:118:1:-3 HSP1: NP_341666.1:66:118:180:87:1e-14:296:467:659696:660235:1:-3 Sum: NP_559306.1:87:1e-14:298:476:659687:660244:1:186:70:114:1:-3 HSP1: NP_559306.1:70:114:186:87:1e-14:298:476:659687:660244:1:-3 Sum: ZP_00001407.1:87:1e-14:13:175:343096:343605:1:170:66:105:0:+1 HSP1: ZP_00001407.1:66:105:170:87:1e-14:13:175:343096:343605:0:+1 Sum: NP_342517.1:87:1e-14:6:294:1309643:1310548:1:304:82:165:1:-3 HSP1: NP_342517.1:82:165:304:87:1e-14:6:294:1309643:1310548:1:-3 Sum: Q97Z86:87:1e-14:3:291:1309643:1310548:1:304:82:165:1:-3 HSP1: Q97Z86:82:165:304:87:1e-14:3:291:1309643:1310548:1:-3 Sum: NP_344015.1:87:1e-14:3:429:1531616:1533004:1:472:132:212:1:-3 HSP1: NP_344015.1:132:212:472:87:1e-14:3:429:1531616:1533004:1:-3 Sum: NP_617879.1:87:1e-14:34:189:1312086:1312550:1:160:72:103:0:+3 HSP1: NP_617879.1:72:103:160:87:1e-14:34:189:1312086:1312550:0:+3 Sum: NP_618162.1:87:1e-14:52:434:664068:710239:1:882:119:196:1:+1 HSP1: NP_618162.1:119:196:882:87:1e-14:52:434:664068:710239:1:+1 Sum: NP_126615.1:87:1e-14:169:688:1395669:1407280:1:1167:141:253:1:+1 HSP1: NP_126615.1:141:253:1167:87:1e-14:169:688:1395669:1407280:1:+1 Sum: NP_111556.1:87:1e-14:5:468:659738:661481:2:467:139:224:1:-3 HSP1: NP_111556.1:70:105:157:87:1e-14:321:468:659738:660208:1:-3 HSP2: NP_111556.1:69:119:310:64:1e-07:5:278:660498:661481:1:-2 Sum: NP_617407.1:64:1e-07:18:769:1393654:1406528:3:1080:219:354:0:-3 HSP1: NP_617407.1:107:170:703:64:1e-07:18:365:1393654:1406528:0:-3 HSP2: NP_617407.1:56:92:189:93:3e-16:570:769:1405550:1406152:1:-3 HSP3: NP_617407.1:56:92:188:93:3e-16:570:769:1395052:1395654:0:+1 Sum: NP_578998.1:93:3e-16:3:322:934564:935559:1:321:101:150:0:+1 HSP1: NP_578998.1:101:150:321:93:3e-16:3:322:934564:935559:0:+1 Sum: NP_614950.1:93:3e-16:11:291:1309628:1310524:1:300:88:147:1:-3 HSP1: NP_614950.1:88:147:300:93:3e-16:11:291:1309628:1310524:1:-3 Sum: NP_615969.1:93:3e-16:4:436:1531616:1533010:1:478:125:206:1:-3 HSP1: NP_615969.1:125:206:478:93:3e-16:4:436:1531616:1533010:1:-3 Sum: ZP_00077536.1:93:3e-16:34:189:1312086:1312550:1:160:70:105:0:+3 HSP1: ZP_00077536.1:70:105:160:93:3e-16:34:189:1312086:1312550:0:+3 Sum: NP_634841.1:93:3e-16:49:204:1312086:1312550:1:160:72:101:0:+3 HSP1: NP_634841.1:72:101:160:93:3e-16:49:204:1312086:1312550:0:+3 Sum: ZP_00079242.1:93:3e-16:44:465:1327606:1328565:1:1113:97:176:0:+1 HSP1: ZP_00079242.1:97:176:1113:93:3e-16:44:465:1327606:1328565:0:+1 Sum: ZP_00079024.1:93:3e-16:17:433:360125:367030:3:1652:209:363:1:+3 HSP1: ZP_00079024.1:106:193:1263:93:3e-16:17:433:360125:367030:1:+3 HSP2: ZP_00079024.1:68:104:241:65:1e-11:17:264:361864:362589:0:+1 HSP3: ZP_00079024.1:35:66:148:32:1e-11:302:433:362708:363136:0:+2 Sum: ZP_00078933.1:32:1e-11:124:642:1395678:1407277:1:1167:147:253:1:+1 HSP1: ZP_00078933.1:147:253:1167:32:1e-11:124:642:1395678:1407277:1:+1 Sum: NP_126589.1:32:1e-11:3:322:934564:935559:1:321:99:151:0:+1 HSP1: NP_126589.1:99:151:321:32:1e-11:3:322:934564:935559:0:+1 Sum: ZP_00079152.1:32:1e-11:94:326:926292:1331189:2:862:133:219:1:-2 HSP1: ZP_00079152.1:65:109:647:32:1e-11:94:326:926292:981529:1:-2 HSP2: ZP_00079152.1:68:110:215:92:7e-16:120:326:1330554:1331189:1:-2 Sum: NP_376996.1:92:7e-16:6:431:1531616:1533001:1:464:129:207:1:-3 HSP1: NP_376996.1:129:207:464:92:7e-16:6:431:1531616:1533001:1:-3 Sum: BAB59910.1:92:7e-16:2:346:888052:889062:1:346:103:170:1:-1 HSP1: BAB59910.1:103:170:346:92:7e-16:2:346:888052:889062:1:-1 Sum: NP_143754.1:92:7e-16:1:285:1309634:1310563:1:310:93:162:1:-3 HSP1: NP_143754.1:93:162:310:92:7e-16:1:285:1309634:1310563:1:-3 Sum: NP_632878.1:92:7e-16:166:392:927084:981595:1:859:71:106:1:-2 HSP1: NP_632878.1:71:106:859:92:7e-16:166:392:927084:981595:1:-2 Sum: NP_632138.1:92:7e-16:3:431:664068:710419:1:939:116:188:1:+1 HSP1: NP_632138.1:116:188:939:92:7e-16:3:431:664068:710419:1:+1 Sum: NP_634372.1:92:7e-16:64:400:652882:653943:1:354:88:157:1:-1 HSP1: NP_634372.1:88:157:354:92:7e-16:64:400:652882:653943:1:-1 Sum: NP_618932.1:92:7e-16:166:423:927731:1330425:2:1045:146:221:0:-2 HSP1: NP_618932.1:66:114:670:92:7e-16:166:423:981595:1330425:0:-2 HSP2: NP_618932.1:80:107:375:99:6e-18:181:165:927731:1312457:0:+3 Sum: NP_070431.1:99:6e-18:36:174:1312101:1312550:1:150:71:100:0:+3 HSP1: NP_070431.1:71:100:150:99:6e-18:36:174:1312101:1312550:0:+3 Sum: NP_142996.1:99:6e-18:3:322:934564:935559:1:321:98:150:0:+1 HSP1: NP_142996.1:98:150:321:99:6e-18:3:322:934564:935559:0:+1 Sum: NP_147955.1:99:6e-18:277:755:1395576:1407253:1:1061:136:222:1:+1 HSP1: NP_147955.1:136:222:1061:99:6e-18:277:755:1395576:1407253:1:+1 Sum: O52958:99:6e-18:19:268:1309703:1310494:1:264:86:140:1:-3 HSP1: O52958:86:140:264:99:6e-18:19:268:1309703:1310494:1:-3 Sum: ZP_00076644.1:97:1e-25:6:178:1090757:1091412:2:180:76:112:1:-3 HSP1: ZP_00076644.1:49:68:104:97:1e-25:81:178:1090757:1091068:1:-3 HSP2: ZP_00076644.1:27:44:76:48:1e-25:6:80:1091185:1091412:1:-1 Sum: ZP_00077455.1:48:1e-25:49:361:663747:710239:1:687:90:156:1:+1 HSP1: ZP_00077455.1:90:156:687:48:1e-25:49:361:663747:710239:1:+1 Sum: NP_375937.1:48:1e-25:12:322:1132264:1134640:1:674:97:155:1:-1 HSP1: NP_375937.1:97:155:674:48:1e-25:12:322:1132264:1134640:1:-1 Sum: Q04829:48:1e-25:11:452:1531616:1533004:1:476:122:210:1:-3 HSP1: Q04829:122:210:476:48:1e-25:11:452:1531616:1533004:1:-3 Sum: NP_110751.1:48:1e-25:8:314:1132288:1134655:1:663:101:155:1:-1 HSP1: NP_110751.1:101:155:663:48:1e-25:8:314:1132288:1134655:1:-1 Sum: NP_615116.1:48:1e-25:18:432:360119:367030:3:1668:210:363:1:+3 HSP1: NP_615116.1:107:187:1261:48:1e-25:18:432:360119:367030:1:+3 HSP2: NP_615116.1:69:114:263:65:2e-12:18:281:361864:362658:0:+1 HSP3: NP_615116.1:34:62:144:35:2e-12:303:432:362708:363130:0:+2 Sum: NP_634229.1:35:2e-12:13:292:1309643:1310554:1:304:89:146:1:-3 HSP1: NP_634229.1:89:146:304:35:2e-12:13:292:1309643:1310554:1:-3 Sum: NP_279288.1:35:2e-12:212:665:1395414:1407259:1:1024:142:212:1:+1 HSP1: NP_279288.1:142:212:1024:35:2e-12:212:665:1395414:1407259:1:+1 >341662 (242 subjects) Sum: NP_148637.1:::149:408:927749:1330362:1:1905:108:182:0:-2 HSP1: NP_148637.1:108:182:1905:::149:408:927749:1330362:0:-2 Sum: NP_558777.1:::181:440:927740:1330359:1:1808:103:163:0:-2 HSP1: NP_558777.1:103:163:1808:::181:440:927740:1330359:0:-2 Sum: NP_248150.1:::178:470:927749:1330329:1:1988:112:179:0:-2 HSP1: NP_248150.1:112:179:1988:::178:470:927749:1330329:0:-2 Sum: NP_147901.1:::186:407:927740:1330506:1:2043:101:159:0:-2 HSP1: NP_147901.1:101:159:2043:::186:407:927740:1330506:0:-2 Sum: NP_070126.1:::168:674:927785:982281:1:1835:89:137:0:+1 HSP1: NP_070126.1:89:137:1835:::168:674:927785:982281:0:+1 Sum: NP_376247.1:::181:439:927740:1330362:1:1897:103:166:0:-2 HSP1: NP_376247.1:103:166:1897:::181:439:927740:1330362:0:-2 Sum: Q07590:::214:509:927740:1330317:1:1894:103:169:0:-2 HSP1: Q07590:103:169:1894:::214:509:927740:1330317:0:-2 Sum: NP_276751.1:::204:499:927749:1330317:1:1844:110:185:0:-2 HSP1: NP_276751.1:110:185:1844:::204:499:927749:1330317:0:-2 Sum: NP_619434.1:::175:432:927749:1330401:1:2080:101:154:0:-2 HSP1: NP_619434.1:101:154:2080:::175:432:927749:1330401:0:-2 Sum: NP_376061.1:::111:370:927749:1330362:1:1914:102:163:0:-2 HSP1: NP_376061.1:102:163:1914:::111:370:927749:1330362:0:-2 Sum: NP_633280.1:::175:432:927749:1330401:1:2073:99:152:0:-2 HSP1: NP_633280.1:99:152:2073:::175:432:927749:1330401:0:-2 Sum: AAP13472.1:::195:454:927749:1330362:1:1864:103:165:0:-2 HSP1: AAP13472.1:103:165:1864:::195:454:927749:1330362:0:-2 Sum: NP_394300.1:::178:428:927782:1330476:1:1810:87:149:0:-2 HSP1: NP_394300.1:87:149:1810:::178:428:927782:1330476:0:-2 Sum: NP_560542.1:::64:415:928112:1330500:1:1642:93:146:0:-2 HSP1: NP_560542.1:93:146:1642:::64:415:928112:1330500:0:-2 Sum: P46464:::188:450:927749:1330353:1:1814:100:162:0:-2 HSP1: P46464:100:162:1814:::188:450:927749:1330353:0:-2 Sum: NP_280439.1:::188:450:927749:1330353:1:1814:100:162:0:-2 HSP1: NP_280439.1:100:162:1814:::188:450:927749:1330353:0:-2 Sum: NP_617732.1:::9:715:1395795:1407571:1:1382:291:436:1:+1 HSP1: NP_617732.1:291:436:1382:::9:715:1395795:1407571:1:+1 Sum: NP_341956.1:::188:501:927785:1330308:1:1788:101:176:0:-2 HSP1: NP_341956.1:101:176:1788:::188:501:927785:1330308:0:-2 Sum: NP_111466.1:::178:454:927782:1330392:1:1840:90:157:0:-2 HSP1: NP_111466.1:90:157:1840:::178:454:927782:1330392:0:-2 Sum: ZP_00001361.1:::178:428:927782:1330476:1:1795:90:147:0:-2 HSP1: ZP_00001361.1:90:147:1795:::178:428:927782:1330476:0:-2 Sum: NP_341734.1:::191:450:927749:1330362:1:1870:101:163:0:-2 HSP1: NP_341734.1:101:163:1870:::191:450:927749:1330362:0:-2 Sum: NP_578692.1:::202:432:927767:1330524:1:1938:91:146:0:-2 HSP1: NP_578692.1:91:146:1938:::202:432:927767:1330524:0:-2 Sum: NP_618410.1:::197:463:927749:1330494:1:1811:86:139:0:-2 HSP1: NP_618410.1:86:139:1811:::197:463:927749:1330494:0:-2 Sum: NP_632471.1:::197:371:927749:1330653:1:1513:71:111:0:-2 HSP1: NP_632471.1:71:111:1513:::197:371:927749:1330653:0:-2 Sum: ZP_00077904.1:::197:452:927749:1330494:1:1560:83:133:0:-2 HSP1: ZP_00077904.1:83:133:1560:::197:452:927749:1330494:0:-2 Sum: NP_070923.1:::196:374:927749:1330641:1:1767:77:120:0:-2 HSP1: NP_070923.1:77:120:1767:::196:374:927749:1330641:0:-2 Sum: NP_248221.1:::20:701:1395795:1407496:1:1355:285:431:1:+1 HSP1: NP_248221.1:285:431:1355:::20:701:1395795:1407496:1:+1 Sum: NP_616605.1:::25:707:1393687:1405478:1:1350:284:422:0:-3 HSP1: NP_616605.1:284:422:1350:::25:707:1393687:1405478:0:-3 Sum: BAA87866.1:::208:385:927749:1330644:1:1836:81:129:0:-2 HSP1: BAA87866.1:81:129:1836:::208:385:927749:1330644:0:-2 Sum: NP_395729.1:::192:452:927749:1330359:1:1818:92:151:0:-2 HSP1: NP_395729.1:92:151:1818:::192:452:927749:1330359:0:-2 Sum: NP_280296.1:::180:423:927773:1330494:1:1577:91:145:0:-2 HSP1: NP_280296.1:91:145:1577:::180:423:927773:1330494:0:-2 Sum: NP_616739.1:::215:507:927749:1330329:1:1907:117:176:0:-2 HSP1: NP_616739.1:117:176:1907:::215:507:927749:1330329:0:-2 Sum: NP_127035.1:::211:388:927749:1330644:1:1810:83:129:0:-2 HSP1: NP_127035.1:83:129:1810:::211:388:927749:1330644:0:-2 Sum: NP_632272.1:::215:476:927749:1330392:1:2040:107:160:0:-2 HSP1: NP_632272.1:107:160:2040:::215:476:927749:1330392:0:-2 Sum: NP_579611.1:::182:359:927749:1330644:1:1838:79:122:0:-2 HSP1: NP_579611.1:79:122:1838:::182:359:927749:1330644:0:-2 Sum: NP_143672.1:::184:361:927749:1330644:1:1814:81:121:0:-2 HSP1: NP_143672.1:81:121:1814:::184:361:927749:1330644:0:-2 Sum: NP_126086.1:::181:358:927749:1330644:1:1753:75:115:0:-2 HSP1: NP_126086.1:75:115:1753:::181:358:927749:1330644:0:-2 Sum: NP_378587.1:::172:415:927740:1330401:1:1856:101:145:0:-2 HSP1: NP_378587.1:101:145:1856:::172:415:927740:1330401:0:-2 Sum: NP_248128.1:::15:540:1089701:1091391:2:533:232:330:1:-3 HSP1: NP_248128.1:210:290:460:::88:540:1089701:1091068:1:-3 HSP2: NP_248128.1:22:40:73:38:e-117:15:87:1091185:1091391:1:-1 Sum: NP_394505.1:38:e-117:5:677:1393666:1405406:1:1370:249:396:0:-3 HSP1: NP_394505.1:249:396:1370:38:e-117:5:677:1393666:1405406:0:-3 Sum: NP_376589.1:38:e-117:14:469:1089701:1091077:1:466:209:295:1:-3 HSP1: NP_376589.1:209:295:466:38:e-117:14:469:1089701:1091077:1:-3 Sum: ZP_00000879.1:38:e-117:30:440:355612:364928:1:826:199:276:1:+2 HSP1: ZP_00000879.1:199:276:826:38:e-117:30:440:355612:364928:1:+2 Sum: ZP_00076613.1:38:e-117:2:509:1395414:1407367:1:1031:223:328:1:+1 HSP1: ZP_00076613.1:223:328:1031:38:e-117:2:509:1395414:1407367:1:+1 Sum: NP_127399.1:38:e-117:7:570:1089701:1091403:2:573:235:329:1:-3 HSP1: NP_127399.1:205:283:500:38:e-117:79:570:1089701:1091068:1:-3 HSP2: NP_127399.1:30:46:73:56:e-107:7:78:1091185:1091403:1:-1 Sum: NP_143696.1:56:e-107:35:598:1089701:1091403:2:574:233:333:1:-3 HSP1: NP_143696.1:200:284:500:56:e-107:107:598:1089701:1091068:1:-3 HSP2: NP_143696.1:33:49:74:58:e-107:35:106:1091185:1091403:1:-1 Sum: NP_616872.1:58:e-107:40:447:355615:364928:1:830:197:271:1:+2 HSP1: NP_616872.1:197:271:830:58:e-107:40:447:355615:364928:1:+2 Sum: NP_579630.1:58:e-107:44:621:1089701:1091454:2:590:236:334:1:-3 HSP1: NP_579630.1:199:281:500:58:e-107:130:621:1089701:1091068:1:-3 HSP2: NP_579630.1:37:53:90:62:e-106:44:129:1091185:1091454:1:-1 Sum: NP_394766.1:62:e-106:25:513:1089701:1091334:2:506:206:323:1:-3 HSP1: NP_394766.1:190:290:456:62:e-106:73:513:1089701:1091068:1:-3 HSP2: NP_394766.1:16:33:50:32:e-106:25:72:1091185:1091334:1:-1 Sum: BAB59640.1:32:e-106:27:530:1089701:1091391:2:525:211:324:1:-3 HSP1: BAB59640.1:190:283:456:32:e-106:89:530:1089701:1091068:1:-3 HSP2: BAB59640.1:21:41:69:34:e-106:27:88:1091185:1091391:1:-1 Sum: NP_111017.1:34:e-106:11:514:1089701:1091391:2:525:211:324:1:-3 HSP1: NP_111017.1:190:283:456:34:e-106:73:514:1089701:1091068:1:-3 HSP2: NP_111017.1:21:41:69:34:e-106:11:72:1091185:1091391:1:-1 Sum: NP_615785.1:34:e-106:17:545:1089701:1091376:2:538:219:329:1:-3 HSP1: NP_615785.1:196:290:474:34:e-106:81:545:1089701:1091068:1:-3 HSP2: NP_615785.1:23:39:64:45:e-105:17:80:1091185:1091376:1:-1 Sum: NP_071224.1:45:e-105:20:517:1089701:1091337:2:513:220:318:1:-3 HSP1: NP_071224.1:200:288:461:45:e-105:72:517:1089701:1091068:1:-3 HSP2: NP_071224.1:20:30:52:33:e-105:20:71:1091185:1091337:1:-1 Sum: NP_342011.1:33:e-105:15:472:1089701:1091077:1:467:205:289:1:-3 HSP1: NP_342011.1:205:289:467:33:e-105:15:472:1089701:1091077:1:-3 Sum: NP_633998.1:33:e-105:1:553:1089701:1091451:2:563:223:339:1:-3 HSP1: NP_633998.1:197:290:474:33:e-105:89:553:1089701:1091068:1:-3 HSP2: NP_633998.1:26:49:89:45:e-105:1:88:1091185:1091451:1:-1 Sum: NP_614335.1:45:e-105:14:548:1089701:1091445:3:1045:406:581:1:-3 HSP1: NP_614335.1:193:273:459:45:e-105:98:548:1089701:1091068:1:-3 HSP2: NP_614335.1:196:281:543:37:e-104:14:522:1089701:1091445:1:-3 HSP3: NP_614335.1:17:27:43:35:e-102:39:81:1091185:1091313:1:-1 Sum: ZP_00001671.1:35:e-102:14:735:1395975:1407511:1:1472:235:392:1:+1 HSP1: ZP_00001671.1:235:392:1472:35:e-102:14:735:1395975:1407511:1:+1 Sum: NP_275956.1:35:e-102:8:545:1089701:1091445:2:559:223:312:1:-3 HSP1: NP_275956.1:196:271:472:35:e-102:86:545:1089701:1091068:1:-3 HSP2: NP_275956.1:27:41:87:34:e-99:8:85:1091185:1091445:1:-1 Sum: ZP_00001528.1:34:e-99:7:512:1089707:1091388:2:524:203:312:1:-3 HSP1: ZP_00001528.1:181:273:454:34:e-99:72:512:1089707:1091068:1:-3 HSP2: ZP_00001528.1:22:39:70:32:2e-96:7:71:1091185:1091388:1:-1 Sum: NP_280324.1:32:2e-96:3:549:1089701:1091433:2:565:212:324:1:-3 HSP1: NP_280324.1:189:279:482:32:2e-96:81:549:1089701:1091077:1:-3 HSP2: NP_280324.1:23:45:83:42:8e-96:3:83:1091185:1091433:1:-1 Sum: NP_142636.1:42:8e-96:457:388:927188:1330644:1:1964:82:128:0:-2 HSP1: NP_142636.1:82:128:1964:42:8e-96:457:388:927188:1330644:0:-2 Sum: NP_613771.1:42:8e-96:214:1231:926928:1331243:5:2156:263:384:1:-2 HSP1: NP_613771.1:73:108:1710:42:8e-96:214:1231:926928:927749:1:-2 HSP2: NP_613771.1:47:66:100:94:1e-16:536:635:1330947:1331243:1:-2 HSP3: NP_613771.1:47:68:101:94:1e-16:559:658:927438:927740:1:-2 HSP4: NP_613771.1:59:92:164:84:1e-13:1028:1188:1330494:1330952:1:-2 HSP5: NP_613771.1:37:50:81:69:4e-09:553:633:981616:981855:0:+1 Sum: NP_558943.1:69:4e-09:9:457:1089701:1091068:1:466:188:268:1:-3 HSP1: NP_558943.1:188:268:466:69:4e-09:9:457:1089701:1091068:1:-3 Sum: ZP_00076323.1:69:4e-09:6:306:927176:1330533:1:1114:117:165:0:-2 HSP1: ZP_00076323.1:117:165:1114:69:4e-09:6:306:927176:1330533:0:-2 Sum: NP_343775.1:69:4e-09:63:566:927740:1330506:1:2084:92:155:0:-2 HSP1: NP_343775.1:92:155:2084:69:4e-09:63:566:927740:1330506:0:-2 Sum: NP_280287.1:69:4e-09:185:649:927740:1330527:2:1469:168:250:0:-2 HSP1: NP_280287.1:94:137:1237:69:4e-09:185:649:927740:1330527:0:-2 HSP2: NP_280287.1:74:113:232:97:2e-17:208:429:981703:982380:0:+1 Sum: NP_276136.1:97:2e-17:3:685:1393651:1405544:1:1346:215:343:0:-3 HSP1: NP_276136.1:215:343:1346:97:2e-17:3:685:1393651:1405544:0:-3 Sum: NP_376436.1:97:2e-17:63:566:927740:1330506:1:1941:75:128:0:-2 HSP1: NP_376436.1:75:128:1941:97:2e-17:63:566:927740:1330506:0:-2 Sum: ZP_00079043.1:97:2e-17:7:360:1132192:1134679:1:709:148:205:1:-1 HSP1: ZP_00079043.1:148:205:709:97:2e-17:7:360:1132192:1134679:1:-1 Sum: NP_615954.1:97:2e-17:10:366:1132183:1134679:1:713:150:209:1:-1 HSP1: NP_615954.1:150:209:713:97:2e-17:10:366:1132183:1134679:1:-1 Sum: NP_618950.1:97:2e-17:7:743:1393675:1405550:1:1438:230:346:0:-3 HSP1: NP_618950.1:230:346:1438:97:2e-17:7:743:1393675:1405550:0:-3 Sum: AAP13476.1:97:2e-17:97:270:927638:1330539:1:1976:65:111:0:-2 HSP1: AAP13476.1:65:111:1976:97:2e-17:97:270:927638:1330539:0:-2 Sum: NP_632859.1:97:2e-17:7:743:1393675:1405550:1:1438:227:340:0:-3 HSP1: NP_632859.1:227:340:1438:97:2e-17:7:743:1393675:1405550:0:-3 Sum: ZP_00076693.1:97:2e-17:3:220:926921:1330533:1:950:96:138:0:-2 HSP1: ZP_00076693.1:96:138:950:97:2e-17:3:220:926921:1330533:0:-2 Sum: ZP_00078033.1:97:2e-17:7:738:1393675:1405550:1:1428:219:343:0:-3 HSP1: ZP_00078033.1:219:343:1428:97:2e-17:7:738:1393675:1405550:0:-3 Sum: NP_634565.1:97:2e-17:8:724:1393678:1405544:1:1404:215:341:0:-3 HSP1: NP_634565.1:215:341:1404:97:2e-17:8:724:1393678:1405544:0:-3 Sum: ZP_00076729.1:97:2e-17:5:725:1395786:1407517:1:1446:213:349:1:+1 HSP1: ZP_00076729.1:213:349:1446:97:2e-17:5:725:1395786:1407517:1:+1 Sum: NP_344151.1:97:2e-17:94:561:927638:982311:1:1568:83:122:0:+1 HSP1: NP_344151.1:83:122:1568:97:2e-17:94:561:927638:982311:0:+1 Sum: NP_377684.1:97:2e-17:94:282:927638:982314:1:1908:65:110:0:+1 HSP1: NP_377684.1:65:110:1908:97:2e-17:94:282:927638:982314:0:+1 Sum: ZP_00076335.1:97:2e-17:47:274:927749:1330494:1:1021:93:140:0:-2 HSP1: ZP_00076335.1:93:140:1021:97:2e-17:47:274:927749:1330494:0:-2 Sum: ZP_00076327.1:97:2e-17:12:297:1089701:1090561:1:289:124:180:1:-3 HSP1: ZP_00076327.1:124:180:289:97:2e-17:12:297:1089701:1090561:1:-3 Sum: NP_248170.1:97:2e-17:128:397:927029:1330503:1:966:90:145:0:-2 HSP1: NP_248170.1:90:145:966:97:2e-17:128:397:927029:1330503:0:-2 Sum: ZP_00076523.1:97:2e-17:172:399:927749:1330497:1:923:104:152:0:-2 HSP1: ZP_00076523.1:104:152:923:97:2e-17:172:399:927749:1330497:0:-2 Sum: NP_614161.1:97:2e-17:140:406:927020:1330503:1:1030:97:142:0:-2 HSP1: NP_614161.1:97:142:1030:97:2e-17:140:406:927020:1330503:0:-2 Sum: NP_125880.1:97:2e-17:111:362:927005:1330515:1:1002:103:157:0:-2 HSP1: NP_125880.1:103:157:1002:97:2e-17:111:362:927005:1330515:0:-2 Sum: NP_070800.1:97:2e-17:90:364:927056:1330515:1:970:91:139:0:-2 HSP1: NP_070800.1:91:139:970:97:2e-17:90:364:927056:1330515:0:-2 Sum: NP_142199.1:97:2e-17:124:362:926966:1330515:1:989:101:157:0:-2 HSP1: NP_142199.1:101:157:989:97:2e-17:124:362:926966:1330515:0:-2 Sum: NP_577844.1:97:2e-17:108:359:927005:1330515:1:964:93:140:0:-2 HSP1: NP_577844.1:93:140:964:97:2e-17:108:359:927005:1330515:0:-2 Sum: NP_276630.1:97:2e-17:17:731:1395648:1407517:1:1419:200:328:1:+1 HSP1: NP_276630.1:200:328:1419:97:2e-17:17:731:1395648:1407517:1:+1 Sum: NP_633030.1:97:2e-17:139:425:927023:1330446:1:1051:112:163:0:-2 HSP1: NP_633030.1:112:163:1051:97:2e-17:139:425:927023:1330446:0:-2 Sum: Q8PY58:97:2e-17:119:405:927023:1330446:1:1051:112:163:0:-2 HSP1: Q8PY58:112:163:1051:97:2e-17:119:405:927023:1330446:0:-2 Sum: NP_619132.1:97:2e-17:139:425:927023:1330446:1:1051:110:162:0:-2 HSP1: NP_619132.1:110:162:1051:97:2e-17:139:425:927023:1330446:0:-2 Sum: Q8TI88:97:2e-17:119:405:927023:1330446:1:1051:110:162:0:-2 HSP1: Q8TI88:110:162:1051:97:2e-17:119:405:927023:1330446:0:-2 Sum: ZP_00078374.1:97:2e-17:178:425:981625:1330446:1:1058:110:161:0:-2 HSP1: ZP_00078374.1:110:161:1058:97:2e-17:178:425:981625:1330446:0:-2 Sum: NP_613558.1:97:2e-17:43:507:659738:661373:2:527:171:254:1:-3 HSP1: NP_613558.1:86:130:232:97:2e-17:309:507:659738:660430:1:-3 HSP2: NP_613558.1:85:124:295:80:2e-52:43:311:660498:661373:1:-2 Sum: NP_148323.1:80:2e-52:134:363:926933:1330512:1:951:97:139:0:-2 HSP1: NP_148323.1:97:139:951:80:2e-52:134:363:926933:1330512:0:-2 Sum: NP_578718.1:80:2e-52:23:497:659696:661418:2:538:168:260:1:-3 HSP1: NP_578718.1:88:131:229:80:2e-52:307:497:659696:660379:1:-3 HSP2: NP_578718.1:80:129:309:88:1e-51:23:292:660498:661418:1:-2 Sum: NP_341819.1:88:1e-51:133:380:981625:1330446:1:1045:111:168:0:-2 HSP1: NP_341819.1:111:168:1045:88:1e-51:133:380:981625:1330446:0:-2 Sum: NP_275871.1:88:1e-51:146:380:926933:1330497:1:943:95:146:0:-2 HSP1: NP_275871.1:95:146:943:88:1e-51:146:380:926933:1330497:0:-2 Sum: Q975U2:88:1e-51:126:357:926942:1330515:1:931:94:146:0:-2 HSP1: Q975U2:94:146:931:88:1e-51:126:357:926942:1330515:0:-2 Sum: NP_279562.1:88:1e-51:103:333:926939:1330515:1:935:86:139:0:-2 HSP1: NP_279562.1:86:139:935:88:1e-51:103:333:926939:1330515:0:-2 Sum: Q9HRW6:88:1e-51:142:372:926939:1330515:1:935:86:139:0:-2 HSP1: Q9HRW6:86:139:935:88:1e-51:142:372:926939:1330515:0:-2 Sum: NP_618991.1:88:1e-51:77:309:926942:1330512:1:973:83:138:0:-2 HSP1: NP_618991.1:83:138:973:88:1e-51:77:309:926942:1330512:0:-2 Sum: ZP_00000280.1:88:1e-51:27:710:1393714:1405547:1:1332:186:308:0:-3 HSP1: ZP_00000280.1:186:308:1332:88:1e-51:27:710:1393714:1405547:0:-3 Sum: NP_633093.1:88:1e-51:22:767:1395648:1407535:1:1464:198:334:1:+1 HSP1: NP_633093.1:198:334:1464:88:1e-51:22:767:1395648:1407535:1:+1 Sum: NP_632822.1:88:1e-51:150:382:926942:1330512:1:950:82:138:0:-2 HSP1: NP_632822.1:82:138:950:88:1e-51:150:382:926942:1330512:0:-2 Sum: ZP_00077579.1:88:1e-51:29:261:926942:1330512:1:1021:83:138:0:-2 HSP1: ZP_00077579.1:83:138:1021:88:1e-51:29:261:926942:1330512:0:-2 Sum: ZP_00079190.1:88:1e-51:65:804:1393669:1405556:1:1458:195:338:0:-3 HSP1: ZP_00079190.1:195:338:1458:88:1e-51:65:804:1393669:1405556:0:-3 Sum: NP_280691.1:88:1e-51:147:381:926933:1330497:1:935:86:138:0:-2 HSP1: NP_280691.1:86:138:935:88:1e-51:147:381:926933:1330497:0:-2 Sum: NP_632925.1:88:1e-51:49:759:1393660:1405610:1:1400:188:305:0:-3 HSP1: NP_632925.1:188:305:1400:88:1e-51:49:759:1393660:1405610:0:-3 Sum: NP_615144.1:88:1e-51:2:482:659723:661499:2:550:167:259:1:-3 HSP1: NP_615144.1:85:124:226:88:1e-51:293:482:659723:660397:1:-3 HSP2: NP_615144.1:82:135:324:77:3e-48:2:287:660498:661499:1:-2 Sum: NP_619240.1:77:3e-48:28:741:1395648:1407517:1:1426:185:324:1:+1 HSP1: NP_619240.1:185:324:1426:77:3e-48:28:741:1395648:1407517:1:+1 Sum: NP_633494.1:77:3e-48:59:485:659723:661334:2:489:151:239:1:-3 HSP1: NP_633494.1:85:124:226:77:3e-48:296:485:659723:660397:1:-3 HSP2: NP_633494.1:66:115:263:75:8e-48:59:290:660498:661334:1:-2 Sum: NP_142612.1:75:8e-48:34:497:659696:661379:2:531:164:255:1:-3 HSP1: NP_142612.1:87:130:233:75:8e-48:303:497:659696:660391:1:-3 HSP2: NP_142612.1:77:125:298:77:1e-47:34:292:660498:661379:1:-2 Sum: ZP_00079071.1:77:1e-47:33:482:659723:661403:2:518:156:247:1:-3 HSP1: ZP_00079071.1:84:129:226:77:1e-47:293:482:659723:660397:1:-3 HSP2: ZP_00079071.1:72:118:292:72:1e-47:33:287:660498:661403:1:-2 Sum: AAO73475.1:72:1e-47:135:361:981625:1330515:1:957:98:150:0:-2 HSP1: AAO73475.1:98:150:957:72:1e-47:135:361:981625:1330515:0:-2 Sum: NP_127059.1:72:1e-47:34:498:659696:661379:2:525:160:253:1:-3 HSP1: NP_127059.1:90:128:233:72:1e-47:304:498:659696:660391:1:-3 HSP2: NP_127059.1:70:125:292:67:9e-46:34:293:660498:661379:1:-2 Sum: BAC99020.1:67:9e-46:24:499:659696:661418:2:536:162:251:1:-3 HSP1: BAC99020.1:87:130:234:67:9e-46:304:499:659696:660391:1:-3 HSP2: BAC99020.1:75:121:302:73:1e-45:24:293:660498:661418:1:-2 Sum: NP_275885.1:73:1e-45:33:493:659738:661418:2:516:157:242:1:-3 HSP1: NP_275885.1:84:126:219:73:1e-45:312:493:659738:660391:1:-3 HSP2: NP_275885.1:73:116:297:63:4e-44:33:301:660498:661418:1:-2 Sum: NP_147630.1:63:4e-44:104:365:926961:1331210:1:1069:88:140:1:-2 HSP1: NP_147630.1:88:140:1069:63:4e-44:104:365:926961:1331210:1:-2 Sum: BAC84960.1:63:4e-44:10:200:1401409:1402054:2:202:107:135:0:+2 HSP1: BAC84960.1:52:65:90:63:4e-44:112:200:1401785:1402054:0:+2 HSP2: BAC84960.1:55:70:112:92:1e-42:10:116:1401409:1401732:0:+1 Sum: NP_247209.1:92:1e-42:5:194:1311912:1312547:1:197:101:135:0:+3 HSP1: NP_247209.1:101:135:197:92:1e-42:5:194:1311912:1312547:0:+3 Sum: NP_560027.1:92:1e-42:5:191:1311918:1312550:1:191:94:129:0:+3 HSP1: NP_560027.1:94:129:191:92:1e-42:5:191:1311918:1312550:0:+3 Sum: NP_248600.1:92:1e-42:21:308:1234230:1235371:3:692:208:303:0:+3 HSP1: NP_248600.1:85:124:247:92:1e-42:21:231:1234230:1234955:0:+3 HSP2: NP_248600.1:77:112:331:67:2e-40:241:190:1234955:1235033:1:+3 HSP3: NP_248600.1:46:67:114:67:3e-39:200:308:1235033:1235371:0:+2 Sum: NP_377147.1:67:3e-39:91:328:927063:1331210:1:1084:73:124:1:-2 HSP1: NP_377147.1:73:124:1084:67:3e-39:91:328:927063:1331210:1:-2 Sum: ZP_00001682.1:67:3e-39:102:332:926939:982290:1:1043:77:120:0:+1 HSP1: ZP_00001682.1:77:120:1043:67:3e-39:102:332:926939:982290:0:+1 Sum: ZP_00075984.1:67:3e-39:16:202:1393672:1406972:1:343:85:122:0:-3 HSP1: ZP_00075984.1:85:122:343:67:3e-39:16:202:1393672:1406972:0:-3 Sum: NP_126540.1:67:3e-39:86:342:982341:1331201:1:1033:84:131:1:+1 HSP1: NP_126540.1:84:131:1033:67:3e-39:86:342:982341:1331201:1:+1 Sum: NP_248501.1:67:3e-39:85:327:981523:1330551:1:961:77:132:0:-2 HSP1: NP_248501.1:77:132:961:67:3e-39:85:327:981523:1330551:0:-2 Sum: NP_110901.1:67:3e-39:95:329:926957:1330551:1:1971:77:132:0:-2 HSP1: NP_110901.1:77:132:1971:67:3e-39:95:329:926957:1330551:0:-2 Sum: AAO73481.1:67:3e-39:96:340:927042:1331210:1:1050:76:126:1:-2 HSP1: AAO73481.1:76:126:1050:67:3e-39:96:340:927042:1331210:1:-2 Sum: NP_394631.1:67:3e-39:105:329:926939:927096:1:975:74:119:0:-2 HSP1: NP_394631.1:74:119:975:67:3e-39:105:329:926939:927096:0:-2 Sum: NP_376257.1:67:3e-39:4:322:934564:935559:1:321:108:170:0:+1 HSP1: NP_376257.1:108:170:321:67:3e-39:4:322:934564:935559:0:+1 Sum: NP_376941.1:67:3e-39:4:195:1401412:1402048:2:195:93:127:0:+2 HSP1: NP_376941.1:49:66:88:67:3e-39:108:195:1401785:1402048:0:+2 HSP2: NP_376941.1:44:61:107:81:3e-37:4:110:1401412:1401711:0:+1 Sum: NP_276768.1:81:3e-37:4:196:1311915:1312550:1:192:92:125:0:+3 HSP1: NP_276768.1:92:125:192:81:3e-37:4:196:1311915:1312550:0:+3 Sum: ZP_00000530.1:81:3e-37:13:373:888064:889119:1:359:125:188:1:-1 HSP1: ZP_00000530.1:125:188:359:81:3e-37:13:373:888064:889119:1:-1 Sum: ZP_00077571.1:81:3e-37:27:615:1393597:1406033:1:1145:152:238:0:-3 HSP1: ZP_00077571.1:152:238:1145:81:3e-37:27:615:1393597:1406033:0:-3 Sum: NP_143167.1:81:3e-37:82:342:982341:1331213:1:1037:87:132:1:+1 HSP1: NP_143167.1:87:132:1037:81:3e-37:82:342:982341:1331213:1:+1 Sum: P42811:81:3e-37:122:358:926202:981613:1:925:74:119:1:-2 HSP1: P42811:74:119:925:81:3e-37:122:358:926202:981613:1:-2 Sum: NP_280428.1:81:3e-37:147:375:981616:1330512:1:919:80:133:0:-2 HSP1: NP_280428.1:80:133:919:81:3e-37:147:375:981616:1330512:0:-2 Sum: NP_068991.1:81:3e-37:166:665:1395594:1407280:1:1113:144:255:1:+1 HSP1: NP_068991.1:144:255:1113:81:3e-37:166:665:1395594:1407280:1:+1 Sum: NP_444192.1:81:3e-37:2:187:1311909:1312550:1:192:94:119:0:+3 HSP1: NP_444192.1:94:119:192:81:3e-37:2:187:1311909:1312550:0:+3 Sum: NP_247068.1:81:3e-37:371:650:960730:961653:1:320:109:173:1:-1 HSP1: NP_247068.1:109:173:320:81:3e-37:371:650:960730:961653:1:-1 Sum: NP_276146.1:81:3e-37:128:330:981631:1330551:1:924:80:120:0:-2 HSP1: NP_276146.1:80:120:924:81:3e-37:128:330:981631:1330551:0:-2 Sum: P33974:81:3e-37:3:195:1311912:1312544:1:193:88:127:0:+3 HSP1: P33974:88:127:193:81:3e-37:3:195:1311912:1312544:0:+3 Sum: P26923:81:3e-37:1:196:1311903:1312550:1:200:96:128:0:+3 HSP1: P26923:96:128:200:81:3e-37:1:196:1311903:1312550:0:+3 Sum: NP_148691.1:81:3e-37:4:192:1311909:1312547:1:193:89:126:0:+3 HSP1: NP_148691.1:89:126:193:81:3e-37:4:192:1311909:1312547:0:+3 Sum: NP_633485.1:81:3e-37:26:734:1395594:1407499:1:1178:85:124:1:+1 HSP1: NP_633485.1:85:124:1178:81:3e-37:26:734:1395594:1407499:1:+1 Sum: NP_393630.1:81:3e-37:6:173:343063:343608:1:182:82:113:0:+1 HSP1: NP_393630.1:82:113:182:81:3e-37:6:173:343063:343608:0:+1 Sum: NP_341946.1:81:3e-37:1:178:927744:1331196:3:1069:198:248:1:+1 HSP1: NP_341946.1:76:90:748:81:3e-37:4:155:927744:934564:1:+1 HSP2: NP_341946.1:67:89:178:81:1e-12:1:178:981585:982088:1:-2 HSP3: NP_341946.1:55:69:143:68:7e-09:10:161:1330735:1331196:0:+1 Sum: NP_613721.1:68:7e-09:3:190:1311912:1312550:1:191:84:122:0:+3 HSP1: NP_613721.1:84:122:191:68:7e-09:3:190:1311912:1312550:0:+3 Sum: NP_342401.1:68:7e-09:93:331:927063:1331210:1:997:80:126:1:-2 HSP1: NP_342401.1:80:126:... [truncated message content] |