From 2db845e27d6b0a0ae61ef63c4dae0d0e651259ee Mon Sep 17 00:00:00 2001 From: Bunsho Koyano Date: Sat, 13 Nov 2021 18:26:51 +0900 Subject: [PATCH 01/14] modified the codes --- proflex/prog/hbdilute/include/connect.h | 43 +- proflex/prog/hbdilute/include/graphs.h | 43 +- proflex/prog/hbdilute/include/hbfunctions.h | 66 +- proflex/prog/hbdilute/include/postscript.h | 95 +- proflex/prog/hbdilute/include/text_output.h | 50 +- proflex/prog/hbdilute/src/hbfunctions.c | 1114 +++++++++---------- proflex/prog/hbdilute/src/postscript.c | 1 + proflex/prog/hbdilute/src/text_output.c | 196 ++-- 8 files changed, 770 insertions(+), 838 deletions(-) diff --git a/proflex/prog/hbdilute/include/connect.h b/proflex/prog/hbdilute/include/connect.h index 8361f3a..b2c5b19 100755 --- a/proflex/prog/hbdilute/include/connect.h +++ b/proflex/prog/hbdilute/include/connect.h @@ -1,30 +1,29 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2006, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2006, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ #ifndef _CONNECT_ #define _CONNECT_ - #include "types.h" +#include -void print_connections( FILE *, FILE *, int[] ); +void print_connections(FILE *, FILE *, int[]); #endif diff --git a/proflex/prog/hbdilute/include/graphs.h b/proflex/prog/hbdilute/include/graphs.h index 5a42cf6..9a146b8 100755 --- a/proflex/prog/hbdilute/include/graphs.h +++ b/proflex/prog/hbdilute/include/graphs.h @@ -1,30 +1,29 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2006, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2006, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ #ifndef _GRAPHS_ #define _GRAPHS_ #include "types.h" - -void plot_data( FILE *, float[], float[], float[], float[], int ); +#include +void plot_data(FILE *, float[], float[], float[], float[], int); #endif diff --git a/proflex/prog/hbdilute/include/hbfunctions.h b/proflex/prog/hbdilute/include/hbfunctions.h index 1b89b6b..e651d4c 100755 --- a/proflex/prog/hbdilute/include/hbfunctions.h +++ b/proflex/prog/hbdilute/include/hbfunctions.h @@ -1,42 +1,40 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ #ifndef _HDFUNCTIONS_ #define _HDFUNCTIONS_ #include "types.h" - -void read_chem_file( atom_list **, FILE *, int[], int[], char[], int *, - int *, int[], int[], char[], - /* 2008:01 SN */ int [][2], int [], int [], int* ); -int compute_number_of_clusters( int [], atom_list *, int [], int ); -void first_decomp( int, int, int[], atom_list *, clusters *[], int [], int [] ); -void set_new_decomp_info( int, int[], int, clusters *[], atom_list *, int [] ); -void compute_new_cluster_list( clusters *[], int, clusters *[], int, int [], int [] ); -int compare_old_and_new_decomps( clusters *[], clusters *[], int, int[], int ); -void set_temp_files( FILE *[], int *, int * ); -void clean_up( FILE *, int); -int open_output_file( char [], FILE** ); +#include +void read_chem_file(atom_list **, FILE *, int[], int[], char[], int *, int *, + int[], int[], char[], + /* 2008:01 SN */ int[][2], int[], int[], int *); +int compute_number_of_clusters(int[], atom_list *, int[], int); +void first_decomp(int, int, int[], atom_list *, clusters *[], int[], int[]); +void set_new_decomp_info(int, int[], int, clusters *[], atom_list *, int[]); +void compute_new_cluster_list(clusters *[], int, clusters *[], int, int[], + int[]); +int compare_old_and_new_decomps(clusters *[], clusters *[], int, int[], int); +void set_temp_files(FILE *[], int *, int *); +void clean_up(FILE *, int); +int open_output_file(char[], FILE **); #endif - - diff --git a/proflex/prog/hbdilute/include/postscript.h b/proflex/prog/hbdilute/include/postscript.h index 4c1dbf2..1641856 100755 --- a/proflex/prog/hbdilute/include/postscript.h +++ b/proflex/prog/hbdilute/include/postscript.h @@ -1,57 +1,58 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ #ifndef _POSTSCRIPT_ #define _POSTSCRIPT_ #include "types.h" +#include +void print_header(FILE *, float); +void print_data_headings(FILE *, int, int, int, int[]); +void print_current_Hbond_info_portrait(FILE *, int, int, int, int *, int, float, + int, int[], int, int, int, float, int *, + int, int, int, int[], char[], char[], + int, char, char, char[], char[], int, + float, int); -void print_header( FILE *, float ); -void print_data_headings( FILE *, int, int, int, int[] ); -void print_current_Hbond_info_portrait( FILE *, int, int, int, int *, int, float, - int, int [], int, int, int, float, int *, - int, int, int, int[], char [], char [], int, - char, char, char[], char[], int, float, int ); +void print_current_Hbond_info_landscape(FILE *, int, int, int, int *, int, + float, int, int[], int, int, int, float, + int *, int, int, int, int[], char[], + char[], int, char, char, char[], int[], + char[], int, float, int, + /* SN 2008:01 */ int, int, char, char, + int); -void print_current_Hbond_info_landscape( FILE *, int, int, int, int *, int, float, - int, int [], int, int, int, float, int *, - int, int, int, int[], char [], char [], int, - char, char, char[], int[], char[], int, float, int, - /* SN 2008:01 */ int, int, char, char, int ); - -void print_current_Hbond_info_landscape_multipage( FILE *, int, int, int, int *, int, float, - int, int [], int, int, int, float, int *, - int, int, int, int[], char [], char [], - FILE *[], int, int, char, char, char[], - char[], int[], float, - /* SN 2008:01 */ int, int, char, char, int ); -void print_decomp( clusters *[], int, int, FILE *, int [], int[], int, int, - int[], char[], int, int[], int[], char[], - /* SN 2008:01*/ int [][2], int [], int [] ); -void print_multipage_decomp( clusters *[], int, int, FILE *, int [], int[], - int, FILE *[], int, int, int[], char[], int, - int[], int[], char[], - /* SN 2008:01*/ int [][2], int [], int [] ); -void print_portrait_footer( FILE *, char[], int ); -void print_landscape_footer( FILE *, char[], int, float ); /* SN 2008:01 */ +void print_current_Hbond_info_landscape_multipage( + FILE *, int, int, int, int *, int, float, int, int[], int, int, int, float, + int *, int, int, int, int[], char[], char[], FILE *[], int, int, char, char, + char[], char[], int[], float, + /* SN 2008:01 */ int, int, char, char, int); +void print_decomp(clusters *[], int, int, FILE *, int[], int[], int, int, int[], + char[], int, int[], int[], char[], + /* SN 2008:01*/ int[][2], int[], int[]); +void print_multipage_decomp(clusters *[], int, int, FILE *, int[], int[], int, + FILE *[], int, int, int[], char[], int, int[], + int[], char[], + /* SN 2008:01*/ int[][2], int[], int[]); +void print_portrait_footer(FILE *, char[], int); +void print_landscape_footer(FILE *, char[], int, float); /* SN 2008:01 */ #endif diff --git a/proflex/prog/hbdilute/include/text_output.h b/proflex/prog/hbdilute/include/text_output.h index c640ee7..7362cb4 100755 --- a/proflex/prog/hbdilute/include/text_output.h +++ b/proflex/prog/hbdilute/include/text_output.h @@ -1,26 +1,25 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2006, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2006, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ -/* +/* * File: text_output.h * Author: Sameer Arora * @@ -28,11 +27,12 @@ */ #ifndef _text_output_H -#define _text_output_H +#define _text_output_H #include "types.h" +#include -void print_text_decomp( clusters *[], int, int, FILE *, int [], int, int,float,float); - -#endif /* _text_output_H */ +void print_text_decomp(clusters *[], int, int, FILE *, int[], int, int, float, + float); +#endif /* _text_output_H */ diff --git a/proflex/prog/hbdilute/src/hbfunctions.c b/proflex/prog/hbdilute/src/hbfunctions.c index 782c8f3..388a96f 100755 --- a/proflex/prog/hbdilute/src/hbfunctions.c +++ b/proflex/prog/hbdilute/src/hbfunctions.c @@ -1,24 +1,23 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ /**********************************************************************/ /* These are the main functions that read in the decomp data, sort it */ @@ -28,17 +27,16 @@ /* The logic isn't perfect, it requires that all three backbone atoms */ /* be present in the file (N, CA, C). */ /**********************************************************************/ +#include "../include/postscript.h" +#include "../include/text_output.h" +#include "../include/types.h" +#include #include #include #include -#include -#include #include -#include "../include/types.h" -#include "../include/postscript.h" -#include "../include/text_output.h" -#define column(n) (linebuf+(n)-1) /* manipulate linebuf by column */ +#define column(n) (linebuf + (n)-1) /* manipulate linebuf by column */ #define DEBUG_SN @@ -48,80 +46,69 @@ /* chem_file_head. A pointer to the beginning of the list is passed */ /* back to hbdilute.c */ /***********************************************************************/ -void read_chem_file( atom_list **chem_file_head, FILE *pdb_file, int y_translate[10], - int chain_size[10], char chain_IDs[10], int *number_of_chains, - int *total_insertions, int insertion_res_num[100], - int number_of_insertions[100], char insertion_chain_ID[100], - /* SN 2008:01 */ - int min_max_rsd[10][2], - int missing_rsd_list[MISSING_RSD_LIST_SIZE], - int missing_rsd_count[10], - int *total_hbond_count) { +void read_chem_file(atom_list **chem_file_head, FILE *pdb_file, + int y_translate[10], int chain_size[10], char chain_IDs[10], + int *number_of_chains, int *total_insertions, + int insertion_res_num[100], int number_of_insertions[100], + char insertion_chain_ID[100], + /* SN 2008:01 */ + int min_max_rsd[10][2], + int missing_rsd_list[MISSING_RSD_LIST_SIZE], + int missing_rsd_count[10], int *total_hbond_count) { int insertion_count[10]; - int i,prev_rsd=0,j; - /* SN 2007:12:19 - - Keep track of min and max residues in each chain - so that no residues are missing - - Keep track of the total insertions in each chain - - Compare consecutive rsd numbers to track any - missing rsds - */ - int - a = 0, - is_atom = 0, - known_insertion = 0; - - char - linebuf[150], - atom[4], - chain_label; - - atom_list *temp = NULL, - *current = NULL; - - for( a = 0; a < 100; a++) + int i, prev_rsd = 0, j; + /* SN 2007:12:19 + - Keep track of min and max residues in each chain + so that no residues are missing + - Keep track of the total insertions in each chain + - Compare consecutive rsd numbers to track any + missing rsds + */ + int a = 0, is_atom = 0, known_insertion = 0; + + char linebuf[150], atom[4], chain_label; + + atom_list *temp = NULL, *current = NULL; + + for (a = 0; a < 100; a++) number_of_insertions[a] = 0; - for( a = 0; a < MISSING_RSD_LIST_SIZE; a++ ) - missing_rsd_list[a] = 0; /* SN 2008:01 */ - + for (a = 0; a < MISSING_RSD_LIST_SIZE; a++) + missing_rsd_list[a] = 0; /* SN 2008:01 */ /* SN 2007:12:19 */ - for( a = 0; a < 10; a++ ) { - min_max_rsd[a][0] = MAX_RSD; /* SN 2008:02 Defined in types.h */ + for (a = 0; a < 10; a++) { + min_max_rsd[a][0] = MAX_RSD; /* SN 2008:02 Defined in types.h */ min_max_rsd[a][1] = 0; insertion_count[a] = 0; missing_rsd_count[a] = 0; } - *total_hbond_count = 0; /* SN 2008:05 for hbdilute plot */ + *total_hbond_count = 0; /* SN 2008:05 for hbdilute plot */ + + while (fgets(linebuf, sizeof(linebuf), pdb_file) != NULL) { - while( fgets( linebuf, sizeof(linebuf), pdb_file ) != NULL ) { - /* * 2008:05 Count the total number of h-bonds in the file so that the * hbdilution plot can have the correct index of the h-bond * broken to generate the corresponding cluster analysis */ - if( !strncmp(linebuf,"REMARK",6) && \ - ( !strncmp(linebuf+55,"HB",2) || !strncmp(linebuf+55,"SB",2) )) - { + if (!strncmp(linebuf, "REMARK", 6) && + (!strncmp(linebuf + 55, "HB", 2) || !strncmp(linebuf + 55, "SB", 2))) { (*total_hbond_count)++; } - is_atom = !strncmp( linebuf, "ATOM", 4 ); - sscanf( linebuf+13, "%3s", atom ); + is_atom = !strncmp(linebuf, "ATOM", 4); + sscanf(linebuf + 13, "%3s", atom); - if( is_atom && - ( !strcmp( atom, "N" ) || - !strcmp( atom, "CA") || - !strcmp( atom, "C" ) ) ) { + if (is_atom && + (!strcmp(atom, "N") || !strcmp(atom, "CA") || !strcmp(atom, "C"))) { - temp = ( atom_list *) malloc( sizeof( atom_list )); - temp->atom_number = atoi( (linebuf+5) ); - sscanf( linebuf+13, "%3s", temp->atom_type ); - sscanf( linebuf+22, "%4d", &temp->residue ); + temp = (atom_list *)malloc(sizeof(atom_list)); + temp->atom_number = atoi((linebuf + 5)); + sscanf(linebuf + 13, "%3s", temp->atom_type); + sscanf(linebuf + 22, "%4d", &temp->residue); temp->chain_ID = *column(22); temp->atom_or_hetatm = 1; @@ -129,157 +116,151 @@ void read_chem_file( atom_list **chem_file_head, FILE *pdb_file, int y_translate /* The following code was added to handle insertions that may be found*/ /* in the PDB file. Assumes PDB file format standards. */ /**********************************************************************/ - if( *(linebuf+26) != ' ' ){ - - if( *total_insertions == 0 ){ - if( !strcmp( atom, "N" ) ){ - insertion_res_num[*total_insertions] = temp->residue; - insertion_chain_ID[*total_insertions] = temp->chain_ID; - temp->insertion_space = 1; - } - if( !strcmp( atom, "CA" ) ) - temp->insertion_space = 1; - if( !strcmp( atom, "C" ) ){ - temp->insertion_space = 1; - (number_of_insertions[*total_insertions])++; - (*total_insertions)++; - } - } - - else{ - for( a = 0; a < *total_insertions; a++ ){ - if( temp->residue == insertion_res_num[a] && - temp->chain_ID == insertion_chain_ID[a] ){ - if( !strcmp( atom, "N" ) ) - temp->insertion_space = number_of_insertions[a] + 1; - if( !strcmp( atom, "CA" ) ) - temp->insertion_space = number_of_insertions[a] + 1; - if( !strcmp( atom, "C" ) ){ - temp->insertion_space = number_of_insertions[a] + 1; - (number_of_insertions[a])++; - } - known_insertion = -1; - } - } - - if( !known_insertion ){ - if( !strcmp( atom, "N" ) ){ - insertion_res_num[*total_insertions] = temp->residue; - insertion_chain_ID[*total_insertions] = temp->chain_ID; - temp->insertion_space = 1; - } - if( !strcmp( atom, "CA" ) ) - temp->insertion_space = 1; - if( !strcmp( atom, "C" ) ){ - temp->insertion_space = 1; - (number_of_insertions[*total_insertions])++;; - (*total_insertions)++; - } - } - known_insertion = 0; - } + if (*(linebuf + 26) != ' ') { + + if (*total_insertions == 0) { + if (!strcmp(atom, "N")) { + insertion_res_num[*total_insertions] = temp->residue; + insertion_chain_ID[*total_insertions] = temp->chain_ID; + temp->insertion_space = 1; + } + if (!strcmp(atom, "CA")) + temp->insertion_space = 1; + if (!strcmp(atom, "C")) { + temp->insertion_space = 1; + (number_of_insertions[*total_insertions])++; + (*total_insertions)++; + } + } + + else { + for (a = 0; a < *total_insertions; a++) { + if (temp->residue == insertion_res_num[a] && + temp->chain_ID == insertion_chain_ID[a]) { + if (!strcmp(atom, "N")) + temp->insertion_space = number_of_insertions[a] + 1; + if (!strcmp(atom, "CA")) + temp->insertion_space = number_of_insertions[a] + 1; + if (!strcmp(atom, "C")) { + temp->insertion_space = number_of_insertions[a] + 1; + (number_of_insertions[a])++; + } + known_insertion = -1; + } + } + + if (!known_insertion) { + if (!strcmp(atom, "N")) { + insertion_res_num[*total_insertions] = temp->residue; + insertion_chain_ID[*total_insertions] = temp->chain_ID; + temp->insertion_space = 1; + } + if (!strcmp(atom, "CA")) + temp->insertion_space = 1; + if (!strcmp(atom, "C")) { + temp->insertion_space = 1; + (number_of_insertions[*total_insertions])++; + ; + (*total_insertions)++; + } + } + known_insertion = 0; + } } /**********************************************************************/ - /*printf("residue: %d total %d: number_of_insertions at residue %d: %3d\n", temp->residue, - *total_insertions, insertion_res_num[(*total_insertions)-1], - number_of_insertions[(*total_insertions)-1] );*/ - - if( *chem_file_head == NULL ){ - *chem_file_head = current = temp; - y_translate[*number_of_chains] = current->residue; - chain_label = temp->chain_ID; - chain_IDs[*number_of_chains] = temp->chain_ID; + /*printf("residue: %d total %d: number_of_insertions at residue %d: + %3d\n", temp->residue, *total_insertions, + insertion_res_num[(*total_insertions)-1], + number_of_insertions[(*total_insertions)-1] );*/ + + if (*chem_file_head == NULL) { + *chem_file_head = current = temp; + y_translate[*number_of_chains] = current->residue; + chain_label = temp->chain_ID; + chain_IDs[*number_of_chains] = temp->chain_ID; + } else { + current->next_atom = temp; + current = current->next_atom; + current->next_atom = NULL; } - else{ - current->next_atom = temp; - current = current->next_atom; - current->next_atom = NULL; - } - - if( !strcmp( atom, "CA") ) { - if( current->chain_ID == chain_label ) { - (chain_size[*number_of_chains])++; - - /* SN 2007:12:19 */ - if( current->residue < min_max_rsd[*number_of_chains][0] ) - min_max_rsd[*number_of_chains][0] = current->residue; - if( current->residue > min_max_rsd[*number_of_chains][1] ) - min_max_rsd[*number_of_chains][1] = current->residue; - - if( prev_rsd == 0) - { - prev_rsd = current->residue; - i = 0; - } - else if(current->residue == prev_rsd + 1) - { - prev_rsd++; - } - else if(current->residue > prev_rsd + 1) - { - for(prev_rsd += 1;prev_rsd < current->residue; prev_rsd++,i++) - { - if(i == MISSING_RSD_LIST_SIZE) - { - printf("\n**************************************************************"); - printf("\n* WARNING: Missing residue list is full! *"); - printf("\n* To prevent memory leak the program will exit now! *"); - printf("\n* Please change MISSING_RSD_LIST_SIZE and re-run. *"); - printf("\n**************************************************************\n"); - exit(0); - } - missing_rsd_list[i] = prev_rsd; - } - } - /* End of changes SN 2007:12:19 */ - - } - else{ - chain_label = current->chain_ID; - (*number_of_chains)++; - - /* SN 2007:12:19 */ - min_max_rsd[*number_of_chains][0] = current->residue; - min_max_rsd[*number_of_chains][1] = current->residue; - prev_rsd = current->residue; - /* End of changes SN 2007:12:19 */ - - y_translate[*number_of_chains] = current->residue; - (chain_size[*number_of_chains])++; - chain_IDs[*number_of_chains] = current->chain_ID; - } - - if( current->residue < y_translate[*number_of_chains] ) - y_translate[*number_of_chains] = current->residue; - + + if (!strcmp(atom, "CA")) { + if (current->chain_ID == chain_label) { + (chain_size[*number_of_chains])++; + + /* SN 2007:12:19 */ + if (current->residue < min_max_rsd[*number_of_chains][0]) + min_max_rsd[*number_of_chains][0] = current->residue; + if (current->residue > min_max_rsd[*number_of_chains][1]) + min_max_rsd[*number_of_chains][1] = current->residue; + + if (prev_rsd == 0) { + prev_rsd = current->residue; + i = 0; + } else if (current->residue == prev_rsd + 1) { + prev_rsd++; + } else if (current->residue > prev_rsd + 1) { + for (prev_rsd += 1; prev_rsd < current->residue; prev_rsd++, i++) { + if (i == MISSING_RSD_LIST_SIZE) { + printf("\n*****************************************************" + "*********"); + printf("\n* WARNING: Missing residue list is full! " + " *"); + printf("\n* To prevent memory leak the program will " + "exit now! *"); + printf("\n* Please change MISSING_RSD_LIST_SIZE and " + "re-run. *"); + printf("\n*****************************************************" + "*********\n"); + exit(0); + } + missing_rsd_list[i] = prev_rsd; + } + } + /* End of changes SN 2007:12:19 */ + + } else { + chain_label = current->chain_ID; + (*number_of_chains)++; + + /* SN 2007:12:19 */ + min_max_rsd[*number_of_chains][0] = current->residue; + min_max_rsd[*number_of_chains][1] = current->residue; + prev_rsd = current->residue; + /* End of changes SN 2007:12:19 */ + + y_translate[*number_of_chains] = current->residue; + (chain_size[*number_of_chains])++; + chain_IDs[*number_of_chains] = current->chain_ID; + } + + if (current->residue < y_translate[*number_of_chains]) + y_translate[*number_of_chains] = current->residue; } } } - - /***************************************************************************/ + + /***************************************************************************/ /* SN 2007:12:19 Debug missing residues => adjust chain_size! */ #ifdef DEBUG_SN -/* printf("\n------------- DEBUG OUTPUT - read_chem_file() - START ----------");*/ + /* printf("\n------------- DEBUG OUTPUT - read_chem_file() - START + * ----------");*/ printf("\n------- Inserted and Missing Residue Information ----------"); #endif - for(a = 0; a < 100; a++) - { - if(number_of_insertions[a] > 0) - { + for (a = 0; a < 100; a++) { + if (number_of_insertions[a] > 0) { #ifdef DEBUG_SN printf("\n\nResidue #: Chain-ID: # of insertions:"); - printf("\n %d %c %d",insertion_res_num[a],\ - insertion_chain_ID[a],\ - number_of_insertions[a]); + printf("\n %d %c %d", insertion_res_num[a], + insertion_chain_ID[a], number_of_insertions[a]); #endif - for(i = 0; i <= *number_of_chains; i++) - { - if(insertion_chain_ID[a] == chain_IDs[i]) - insertion_count[i] += number_of_insertions[a]; + for (i = 0; i <= *number_of_chains; i++) { + if (insertion_chain_ID[a] == chain_IDs[i]) + insertion_count[i] += number_of_insertions[a]; } } } @@ -292,44 +273,40 @@ void read_chem_file( atom_list **chem_file_head, FILE *pdb_file, int y_translate i = j = 0; /* Used as an index into the missing rsd list hereafter*/ #endif - for(a = 0; a <= *number_of_chains; a++) - { - missing_rsd_count[a] = min_max_rsd[a][1] - min_max_rsd[a][0] + 1 + \ - insertion_count[a] - chain_size[a]; + for (a = 0; a <= *number_of_chains; a++) { + missing_rsd_count[a] = min_max_rsd[a][1] - min_max_rsd[a][0] + 1 + + insertion_count[a] - chain_size[a]; #ifdef DEBUG_SN - printf("\n %d\t %c\t%d\t %d\t %d\t %d\t %d\t%d",\ - a,chain_IDs[a],insertion_count[a],\ - chain_size[a],min_max_rsd[a][0],min_max_rsd[a][1],\ - min_max_rsd[a][1]-min_max_rsd[a][0]+1+insertion_count[a],\ - missing_rsd_count[a]); + printf("\n %d\t %c\t%d\t %d\t %d\t %d\t %d\t%d", a, chain_IDs[a], + insertion_count[a], chain_size[a], min_max_rsd[a][0], + min_max_rsd[a][1], + min_max_rsd[a][1] - min_max_rsd[a][0] + 1 + insertion_count[a], + missing_rsd_count[a]); #endif chain_size[a] = chain_size[a] + missing_rsd_count[a]; /* Actual Size */ #ifdef DEBUG_SN - if(missing_rsd_list[i] > 0) - { + if (missing_rsd_list[i] > 0) { printf("\nMissing residue list:\n"); - - for(i = j;i < j+missing_rsd_count[a] && i < MISSING_RSD_LIST_SIZE; i++) - { - if(missing_rsd_list[i] > 0) - printf("%d ",missing_rsd_list[i]); - } + + for (i = j; i < j + missing_rsd_count[a] && i < MISSING_RSD_LIST_SIZE; + i++) { + if (missing_rsd_list[i] > 0) + printf("%d ", missing_rsd_list[i]); + } j += missing_rsd_count[a]; - } - else + } else printf("\nNo missing residues;\n"); printf("\n"); #endif - } #ifdef DEBUG_SN -/* printf("\n------------- DEBUG OUTPUT - read_chem_file() - END ----------\n");*/ + /* printf("\n------------- DEBUG OUTPUT - read_chem_file() - END + * ----------\n");*/ printf("\n------------- END OF INFORMATION ----------\n"); #endif - } /**********************************************************************/ /**********************************************************************/ @@ -341,25 +318,15 @@ void read_chem_file( atom_list **chem_file_head, FILE *pdb_file, int y_translate /* _size. I have been using 3, corresponding to a single residue. The */ /* date for this calculation comes from the decomp_list file. */ /**********************************************************************/ - int compute_number_of_clusters(int atom_label[MAXATOMS], - atom_list *chem_file, - int cluster_label[MAX_CLUSTER_COUNT], - int number_of_atoms ){ - - int - a = 0, - tally = 0, - current_number = 0, - total_clusters = 0, - current_label = 1, - renew_list = 0, - check = 0, - minimum_cluster_size = 3, - upper_bound_on_number_of_clusters = 0; - - atom_list - *start_of_list = NULL; +int compute_number_of_clusters(int atom_label[MAXATOMS], atom_list *chem_file, + int cluster_label[MAX_CLUSTER_COUNT], + int number_of_atoms) { + int a = 0, tally = 0, current_number = 0, total_clusters = 0, + current_label = 1, renew_list = 0, check = 0, minimum_cluster_size = 3, + upper_bound_on_number_of_clusters = 0; + + atom_list *start_of_list = NULL; /**********************************************************************/ /* The upper bound on the number of clusters is set to limit the */ @@ -385,171 +352,160 @@ void read_chem_file( atom_list **chem_file_head, FILE *pdb_file, int y_translate start_of_list = chem_file; - for( a = 1; a < upper_bound_on_number_of_clusters; a++ ){ + for (a = 1; a < upper_bound_on_number_of_clusters; a++) { + + while (chem_file) { - while( chem_file ){ + if (atom_label[chem_file->atom_number] == a) + tally++; - if( atom_label[chem_file->atom_number] == a ) - tally++; - - if( tally == minimum_cluster_size ) { - /*printf("cluster %d, label %d %d\n", total_clusters, a, chem_file->atom_number );*/ - cluster_label[total_clusters] = a; - total_clusters++; - tally = 0; - chem_file = NULL; + if (tally == minimum_cluster_size) { + /*printf("cluster %d, label %d %d\n", total_clusters, a, + * chem_file->atom_number );*/ + cluster_label[total_clusters] = a; + total_clusters++; + tally = 0; + chem_file = NULL; } - - if( chem_file != NULL ) - chem_file = chem_file->next_atom; - + + if (chem_file != NULL) + chem_file = chem_file->next_atom; } chem_file = start_of_list; tally = 0; } - - return( total_clusters ); -} + + return (total_clusters); +} /**********************************************************************/ /* Using the chem_file_head list, this routine stores the data from */ /* initial decompostion in the array of structures, nc_count. The ini */ /* decomposition refers to the protein with all the H-bonds present. */ /**********************************************************************/ -void first_decomp( int long_output, int total_clusters, - int bulk_atom_label[MAXATOMS], - atom_list *chem_file, - clusters *new_clusters[MAX_CLUSTER_COUNT], - int colors[MAX_CLUSTER_COUNT], - int cluster_labels[MAX_CLUSTER_COUNT] ) { +void first_decomp(int long_output, int total_clusters, + int bulk_atom_label[MAXATOMS], atom_list *chem_file, + clusters *new_clusters[MAX_CLUSTER_COUNT], + int colors[MAX_CLUSTER_COUNT], + int cluster_labels[MAX_CLUSTER_COUNT]) { - int current_cluster=0, cluster_number=0; + int current_cluster = 0, cluster_number = 0; - atom_list *start_of_list = NULL; + atom_list *start_of_list = NULL; + + clusters *nc_temp = NULL, *nc_current = NULL; - clusters *nc_temp = NULL, - *nc_current = NULL; - start_of_list = chem_file; - if( !long_output ){ + if (!long_output) { - for( current_cluster = 0; current_cluster < total_clusters; current_cluster++ ) { + for (current_cluster = 0; current_cluster < total_clusters; + current_cluster++) { - colors[current_cluster] = current_cluster+1; + colors[current_cluster] = current_cluster + 1; chem_file = start_of_list; - while( chem_file ){ - - /************************************************************/ - /* the array bulk_atom_label contains the cluster label */ - /* assigned by first. Clusters are number consecutively, the*/ - /* largest cluster is 1, the next largest 2, ... . Which */ - /* cluster an atom in the protein belongs to is indexed by */ - /* bulk_atom_label. We only look at clusters of a certain */ - /* size. The variable total_clusters indicates how many */ - /* clusters we have in the current decomp. */ - /************************************************************/ - cluster_number = bulk_atom_label[chem_file->atom_number]; - - if(cluster_number == cluster_labels[current_cluster] ){ - - nc_temp = (clusters *) malloc( sizeof( clusters )); - - if( new_clusters[current_cluster] == NULL ){ - new_clusters[current_cluster] = nc_temp; - nc_current = nc_temp; - } - - nc_temp->atom_number = chem_file->atom_number; - nc_temp->residue_number = chem_file->residue; - nc_temp->insertion_space = chem_file->insertion_space; - sscanf( chem_file->atom_type, "%3s", nc_temp->atom_type ); - nc_temp->chain_ID = chem_file->chain_ID; - nc_temp->cluster_color = current_cluster+1; - - nc_current->next_element = nc_temp; - nc_current = nc_current->next_element; - nc_current->next_element = NULL; - - } - - - chem_file = chem_file->next_atom; - + while (chem_file) { + + /************************************************************/ + /* the array bulk_atom_label contains the cluster label */ + /* assigned by first. Clusters are number consecutively, the*/ + /* largest cluster is 1, the next largest 2, ... . Which */ + /* cluster an atom in the protein belongs to is indexed by */ + /* bulk_atom_label. We only look at clusters of a certain */ + /* size. The variable total_clusters indicates how many */ + /* clusters we have in the current decomp. */ + /************************************************************/ + cluster_number = bulk_atom_label[chem_file->atom_number]; + + if (cluster_number == cluster_labels[current_cluster]) { + + nc_temp = (clusters *)malloc(sizeof(clusters)); + + if (new_clusters[current_cluster] == NULL) { + new_clusters[current_cluster] = nc_temp; + nc_current = nc_temp; + } + + nc_temp->atom_number = chem_file->atom_number; + nc_temp->residue_number = chem_file->residue; + nc_temp->insertion_space = chem_file->insertion_space; + sscanf(chem_file->atom_type, "%3s", nc_temp->atom_type); + nc_temp->chain_ID = chem_file->chain_ID; + nc_temp->cluster_color = current_cluster + 1; + + nc_current->next_element = nc_temp; + nc_current = nc_current->next_element; + nc_current->next_element = NULL; + } + + chem_file = chem_file->next_atom; } } } - } /**********************************************************************/ /* store the atom info from the chem_file corresponding to the new */ /* clusters in an array of linked lists called nc_count. */ /**********************************************************************/ -void set_new_decomp_info( int total_clusters, - int bulk_atom_label[MAXATOMS], - int atom_num, - clusters *new_decomp[MAX_CLUSTER_COUNT], - atom_list *chem_file, - int cluster_labels[MAX_CLUSTER_COUNT] ) { - - int cluster_number = 0, - current_cluster = 0, - found_cluster = 0, +void set_new_decomp_info(int total_clusters, int bulk_atom_label[MAXATOMS], + int atom_num, clusters *new_decomp[MAX_CLUSTER_COUNT], + atom_list *chem_file, + int cluster_labels[MAX_CLUSTER_COUNT]) { + + int cluster_number = 0, current_cluster = 0, found_cluster = 0, this_cluster = 0; - + atom_list *start_of_list = NULL; - - clusters *nc_current = NULL, - *nc_temp = NULL; + + clusters *nc_current = NULL, *nc_temp = NULL; start_of_list = chem_file; - for( current_cluster = 0; current_cluster < total_clusters; current_cluster++ ) { - + for (current_cluster = 0; current_cluster < total_clusters; + current_cluster++) { + chem_file = start_of_list; - - while( chem_file ){ + + while (chem_file) { cluster_number = bulk_atom_label[chem_file->atom_number]; - if( cluster_number == cluster_labels[current_cluster] ){ - nc_temp = (clusters *) malloc( sizeof( clusters )); - - if( new_decomp[current_cluster] == NULL ){ - new_decomp[current_cluster] = nc_temp; - nc_current = nc_temp; - } - - nc_temp->atom_number = chem_file->atom_number; - nc_temp->residue_number = chem_file->residue; - nc_temp->insertion_space = chem_file->insertion_space; - sscanf( chem_file->atom_type, "%3s", nc_temp->atom_type ); - nc_temp->chain_ID = chem_file->chain_ID; - nc_temp->next_element = NULL; - - nc_current->next_element = nc_temp; - nc_current = nc_current->next_element; - nc_current->next_element = NULL; + if (cluster_number == cluster_labels[current_cluster]) { + nc_temp = (clusters *)malloc(sizeof(clusters)); + + if (new_decomp[current_cluster] == NULL) { + new_decomp[current_cluster] = nc_temp; + nc_current = nc_temp; + } + + nc_temp->atom_number = chem_file->atom_number; + nc_temp->residue_number = chem_file->residue; + nc_temp->insertion_space = chem_file->insertion_space; + sscanf(chem_file->atom_type, "%3s", nc_temp->atom_type); + nc_temp->chain_ID = chem_file->chain_ID; + nc_temp->next_element = NULL; + + nc_current->next_element = nc_temp; + nc_current = nc_current->next_element; + nc_current->next_element = NULL; } - + chem_file = chem_file->next_atom; - } } - } /**************************************************/ /**************************************************/ -void swap_cluster_info( clusters *array[MAX_CLUSTER_COUNT], int element_A, int element_B, - int size[MAX_CLUSTER_COUNT] ){ - +void swap_cluster_info(clusters *array[MAX_CLUSTER_COUNT], int element_A, + int element_B, int size[MAX_CLUSTER_COUNT]) { + int temp_size[MAX_CLUSTER_COUNT]; - + clusters *temp_struct[2]; - + temp_size[0] = size[element_A]; temp_struct[0] = array[element_A]; @@ -558,33 +514,33 @@ void swap_cluster_info( clusters *array[MAX_CLUSTER_COUNT], int element_A, int e size[element_B] = temp_size[0]; array[element_B] = temp_struct[0]; - } /**************************************************/ /**************************************************/ -void bsort( clusters *array[MAX_CLUSTER_COUNT], int size[MAX_CLUSTER_COUNT], int start, int end ){ - - int a=0, last=0; - - if( start >= end ) - return; - swap_cluster_info( array, start, (start+end)/2, size ); +void bsort(clusters *array[MAX_CLUSTER_COUNT], int size[MAX_CLUSTER_COUNT], + int start, int end) { + + int a = 0, last = 0; + + if (start >= end) + return; + swap_cluster_info(array, start, (start + end) / 2, size); last = start; - - for( a = start+1; a <= end; a++ ){ - if( size[a] > size[start] ){ - swap_cluster_info( array, ++start, a, size ); + + for (a = start + 1; a <= end; a++) { + if (size[a] > size[start]) { + swap_cluster_info(array, ++start, a, size); } } - swap_cluster_info( array, start, last, size ); - bsort( array, size, start, last-1 ); - bsort( array, size, last+1, end ); + swap_cluster_info(array, start, last, size); + bsort(array, size, start, last - 1); + bsort(array, size, last + 1, end); } /*****************************************************/ /*****************************************************/ -void swap_colors( int array[MAX_CLUSTER_COUNT], int A, int B ){ +void swap_colors(int array[MAX_CLUSTER_COUNT], int A, int B) { int temp; temp = array[A]; array[A] = array[B]; @@ -593,23 +549,21 @@ void swap_colors( int array[MAX_CLUSTER_COUNT], int A, int B ){ /*****************************************************/ /*****************************************************/ -void csort( int colors[MAX_CLUSTER_COUNT], int start, int end ) { +void csort(int colors[MAX_CLUSTER_COUNT], int start, int end) { - int - a = 0, - last = 0; + int a = 0, last = 0; - if( start >= end ) + if (start >= end) return; - swap_colors( colors, start, (start+end)/2 ); + swap_colors(colors, start, (start + end) / 2); last = start; - for( a = start+1; a <= end; a++ ){ - if( colors[a] > colors[start] ) - swap_colors( colors, ++start, a ); + for (a = start + 1; a <= end; a++) { + if (colors[a] > colors[start]) + swap_colors(colors, ++start, a); } - swap_colors( colors, start, last ); - csort( colors, start, last-1 ); - csort( colors, last+1, end ); + swap_colors(colors, start, last); + csort(colors, start, last - 1); + csort(colors, last + 1, end); } /****************************************************/ @@ -623,44 +577,29 @@ void csort( int colors[MAX_CLUSTER_COUNT], int start, int end ) { /* ned to the remaining subcluster(s) */ /****************************************************/ void compute_new_cluster_list(clusters *nc_list[MAX_CLUSTER_COUNT], int num_new, - clusters *oc_list[MAX_CLUSTER_COUNT], int num_old, - int old_colors[MAX_CLUSTER_COUNT], int colors[MAX_CLUSTER_COUNT]){ - - int - a = 0, - b = 0, - c = 0, - d = 0, - e = 0, - total_count = 0, - color_count = 1, - is_a_subset = 0, - subset_index = 0, - subset_element = 0, - total_atoms[MAX_CLUSTER_COUNT], - current_color_index = 0, - atom_count = 0, - sort_color[MAX_CLUSTER_COUNT], - t = 0, - new_colors[MAX_CLUSTER_COUNT]; - - clusters - *new_current, - *old_current, - *subset_list[MAX_CLUSTER_COUNT], - *new_list[MAX_CLUSTER_COUNT]; + clusters *oc_list[MAX_CLUSTER_COUNT], int num_old, + int old_colors[MAX_CLUSTER_COUNT], + int colors[MAX_CLUSTER_COUNT]) { + + int a = 0, b = 0, c = 0, d = 0, e = 0, total_count = 0, color_count = 1, + is_a_subset = 0, subset_index = 0, subset_element = 0, + total_atoms[MAX_CLUSTER_COUNT], current_color_index = 0, atom_count = 0, + sort_color[MAX_CLUSTER_COUNT], t = 0, new_colors[MAX_CLUSTER_COUNT]; + + clusters *new_current, *old_current, *subset_list[MAX_CLUSTER_COUNT], + *new_list[MAX_CLUSTER_COUNT]; /**********************************************************************/ /* Initialize variables. */ /**********************************************************************/ - for( d = 0; d < num_old; d++ ) + for (d = 0; d < num_old; d++) sort_color[d] = old_colors[d]; - - for( d = 0; d < MAX_CLUSTER_COUNT; d++) + + for (d = 0; d < MAX_CLUSTER_COUNT; d++) new_colors[d] = 99999; /**********************************************************************/ - csort( sort_color, 0, num_old-1 ); + csort(sort_color, 0, num_old - 1); current_color_index = sort_color[0]; /***********************************************/ @@ -670,72 +609,69 @@ void compute_new_cluster_list(clusters *nc_list[MAX_CLUSTER_COUNT], int num_new, /* new color will be 1 + the number of old */ /* clusters. */ /***********************************************/ - for( a = 0; a < num_old; a++ ){ - - subset_index = 0; + for (a = 0; a < num_old; a++) { + + subset_index = 0; subset_element = 0; /* Find all the new clusters that are subsets of old cluster "a" */ - for( b = 0; b < num_new; b++ ){ - + for (b = 0; b < num_new; b++) { + is_a_subset = 0; new_current = nc_list[b]; old_current = oc_list[a]; - - while(old_current){ - - if(new_current->residue_number == old_current->residue_number && - !strcmp( new_current->atom_type, old_current->atom_type ) && - ( new_current->chain_ID == old_current->chain_ID ) && - new_current->atom_number == old_current->atom_number ) { - is_a_subset = -1; - old_current = NULL; - } - if( old_current ) - old_current = old_current->next_element; + + while (old_current) { + + if (new_current->residue_number == old_current->residue_number && + !strcmp(new_current->atom_type, old_current->atom_type) && + (new_current->chain_ID == old_current->chain_ID) && + new_current->atom_number == old_current->atom_number) { + is_a_subset = -1; + old_current = NULL; + } + if (old_current) + old_current = old_current->next_element; } - if( is_a_subset ){ - subset_list[subset_index] = nc_list[b]; - new_current = nc_list[b]; - while(new_current){ - atom_count++; - new_current = new_current->next_element; - } - total_atoms[subset_index] = atom_count; - subset_index++; - atom_count = 0; + if (is_a_subset) { + subset_list[subset_index] = nc_list[b]; + new_current = nc_list[b]; + while (new_current) { + atom_count++; + new_current = new_current->next_element; + } + total_atoms[subset_index] = atom_count; + subset_index++; + atom_count = 0; } } /* if there is at least one subset of old cluster "a" */ - if( subset_index ){ - - bsort( subset_list, total_atoms, 0, subset_index-1 ); - - for( t = 0; t < subset_index; t++ ){ - if( t == 0){ - new_list[total_count] = subset_list[t]; - new_colors[total_count] = old_colors[a]; - total_count++; - } - else{ /* need to sort color_nums, and take 1+ the largest */ - new_list[total_count] = subset_list[t]; - new_colors[total_count] = current_color_index + color_count; - total_count++; - color_count++; - } + if (subset_index) { + + bsort(subset_list, total_atoms, 0, subset_index - 1); + + for (t = 0; t < subset_index; t++) { + if (t == 0) { + new_list[total_count] = subset_list[t]; + new_colors[total_count] = old_colors[a]; + total_count++; + } else { /* need to sort color_nums, and take 1+ the largest */ + new_list[total_count] = subset_list[t]; + new_colors[total_count] = current_color_index + color_count; + total_count++; + color_count++; + } } } - } /*printf("num_new %d, total_count %d\n", num_new, total_count );*/ - for( c = 0; c < num_new; c++ ) { + for (c = 0; c < num_new; c++) { nc_list[c] = new_list[c]; - colors[c] = new_colors[c]; + colors[c] = new_colors[c]; } - } /**********************************************************************/ @@ -744,35 +680,33 @@ void compute_new_cluster_list(clusters *nc_list[MAX_CLUSTER_COUNT], int num_new, /* clusters. If the main-chain count did not change, the output of the*/ /* current decomp is not produced. */ /**********************************************************************/ -int compare_old_and_new_decomps( clusters *new[MAX_CLUSTER_COUNT], clusters *old[MAX_CLUSTER_COUNT], - int cluster_counter, int cluster_sizes[MAX_CLUSTER_COUNT], - int old_cluster_count ) { - - int - a = 0, - size_new = 0, - size_old = 0, - this_cluster_size = 0; - - clusters - *nc_current = NULL, - *oc_current = NULL; - - /* - printf("\nCHK PT 2.73359 \n"); - fflush(stdout); - */ - - for( a = 0; a < cluster_counter; a++ ){ - +int compare_old_and_new_decomps(clusters *new[MAX_CLUSTER_COUNT], + clusters *old[MAX_CLUSTER_COUNT], + int cluster_counter, + int cluster_sizes[MAX_CLUSTER_COUNT], + int old_cluster_count) { + + int a = 0, size_new = 0, size_old = 0, this_cluster_size = 0; + + clusters *nc_current = NULL, *oc_current = NULL; + + /* + printf("\nCHK PT 2.73359 \n"); + fflush(stdout); + */ + + for (a = 0; a < cluster_counter; a++) { + nc_current = new[a]; - -/* printf("\n DEBUG: cluster number = %d",a); */ - - while( nc_current ){ - + + /* printf("\n DEBUG: cluster number = %d",a); */ + + while (nc_current) { + size_new++; - /* printf("size: %4d (%5d %4d %c)\n",size_new, nc_current->atom_number, nc_current->residue_number, nc_current->chain_ID );*/ + /* printf("size: %4d (%5d %4d %c)\n",size_new, + * nc_current->atom_number, nc_current->residue_number, + * nc_current->chain_ID );*/ fflush(stdout); this_cluster_size++; nc_current = nc_current->next_element; @@ -780,25 +714,26 @@ int compare_old_and_new_decomps( clusters *new[MAX_CLUSTER_COUNT], clusters *old cluster_sizes[a] = this_cluster_size - 1; this_cluster_size = 0; } - for( a = 0; a < old_cluster_count; a++ ){ - + for (a = 0; a < old_cluster_count; a++) { + oc_current = old[a]; - - while( oc_current ){ + + while (oc_current) { size_old++; oc_current = oc_current->next_element; } } -/* - printf("\nCHK PT 2.73361 \n"); - fflush(stdout); - printf("size new %d (%3d clusters) size old %d (%3d clusters)\n", size_new, cluster_counter, size_old, old_cluster_count );*/ - - if( size_new == size_old ) { - return(1); + /* + printf("\nCHK PT 2.73361 \n"); + fflush(stdout); + printf("size new %d (%3d clusters) size old %d (%3d clusters)\n", size_new, + cluster_counter, size_old, old_cluster_count );*/ + + if (size_new == size_old) { + return (1); } - return(0); + return (0); } /**********************************************************************/ @@ -810,21 +745,21 @@ int compare_old_and_new_decomps( clusters *new[MAX_CLUSTER_COUNT], clusters *old /* the output file cluster.ps, and deleted. The array file_list holds */ /* the addresses of the tempfiles. */ /**********************************************************************/ -void set_temp_files( FILE *file_list[FILE_LIST_SIZE], int *number_of_pages, int *ps_page_number) { +void set_temp_files(FILE *file_list[FILE_LIST_SIZE], int *number_of_pages, + int *ps_page_number) { int a = 0; - char - file_name[15]; + char file_name[15]; FILE *fp; - - for( a = 1; a <= *number_of_pages; a++ ) { -/* printf("setting up temp files...\n"); */ - sprintf( file_name, "%d", a ); - fp = fopen( file_name,"w+"); + + for (a = 1; a <= *number_of_pages; a++) { + /* printf("setting up temp files...\n"); */ + sprintf(file_name, "%d", a); + fp = fopen(file_name, "w+"); (*ps_page_number)++; - fprintf(fp, "%%%%Page: %d %d\n\n", *ps_page_number, *ps_page_number ); + fprintf(fp, "%%%%Page: %d %d\n\n", *ps_page_number, *ps_page_number); fprintf(fp, "0 109 620 109 sequence_line\n"); file_list[a] = fp; } @@ -832,92 +767,85 @@ void set_temp_files( FILE *file_list[FILE_LIST_SIZE], int *number_of_pages, int /**********************************************************************/ /* Clean up unnecessary files and stuff. */ -/**********************************************************************/ -void clean_up( FILE *ps_file, int number_of_pages ){ +/**********************************************************************/ +void clean_up(FILE *ps_file, int number_of_pages) { - int a=0; - char file_name[4], linebuf[300],cmd[20]; + int a = 0; + char file_name[4], linebuf[300], cmd[20]; FILE *current_file; - fprintf( ps_file, "showpage\n\n" ); - fflush( ps_file ); + fprintf(ps_file, "showpage\n\n"); + fflush(ps_file); - for( a = 1; a <= number_of_pages; a++ ) { - sprintf( file_name, "%d", a ); - current_file = fopen( file_name, "r" ); - while( fgets( linebuf, sizeof(linebuf), current_file ) != NULL ){ - fprintf(ps_file, "%s", linebuf ); + for (a = 1; a <= number_of_pages; a++) { + sprintf(file_name, "%d", a); + current_file = fopen(file_name, "r"); + while (fgets(linebuf, sizeof(linebuf), current_file) != NULL) { + fprintf(ps_file, "%s", linebuf); } fprintf(ps_file, "showpage\n"); } - + fprintf(ps_file, "%%%%EOF\n\n"); - - if( number_of_pages ) - for( a = 1; a <= number_of_pages; a++ ) - { - sprintf(cmd,"\\rm -f %d\n",a); + + if (number_of_pages) + for (a = 1; a <= number_of_pages; a++) { + sprintf(cmd, "\\rm -f %d\n", a); system(cmd); } } +/*****************************************************/ +/* added to sort the rigid_regions array */ +/*****************************************************/ - /*****************************************************/ - /* added to sort the rigid_regions array */ - /*****************************************************/ - - void quick_sort( int *array, int start, int end ) { - - int - a = 0, - last = 0; - - if( start >= end ) - return; - swap_colors( array, start, (start+end)/2 ); - last = start; - for( a = start+1; a <= end; a++ ){ - if( array[a] < array[start] ) - swap_colors( array, ++start, a ); - } - swap_colors( array, start, last ); - quick_sort( array, start, last-1 ); - quick_sort( array, last+1, end ); +void quick_sort(int *array, int start, int end) { + + int a = 0, last = 0; + + if (start >= end) + return; + swap_colors(array, start, (start + end) / 2); + last = start; + for (a = start + 1; a <= end; a++) { + if (array[a] < array[start]) + swap_colors(array, ++start, a); } - - /**********************************************************************/ - /* This routine is invoked only when user chooses text-only output */ - /* detailing the flexible residue ranges only with each h-bond break. */ - /* Outout is written to a text file instead of generating a postscript*/ - /**********************************************************************/ - int open_output_file( char file_name[128], FILE** file ){ - - - char temp[128]; - if( !fopen(file_name,"r") ){ - *file = fopen( file_name, "w" ); - return(1); + swap_colors(array, start, last); + quick_sort(array, start, last - 1); + quick_sort(array, last + 1, end); +} + +/**********************************************************************/ +/* This routine is invoked only when user chooses text-only output */ +/* detailing the flexible residue ranges only with each h-bond break. */ +/* Outout is written to a text file instead of generating a postscript*/ +/**********************************************************************/ +int open_output_file(char file_name[128], FILE **file) { + + char temp[128]; + if (!fopen(file_name, "r")) { + *file = fopen(file_name, "w"); + return (1); + } else { + printf("\n\t There is already a copy of %s in this directory.\n", + file_name); + strcpy(temp, file_name); + strcat(temp, ".tmp"); + printf("\t The output will be saved in %s\n", temp); + + if (!fopen(temp, "r")) { + *file = fopen(temp, "w"); + return (1); + } else { + printf( + "\n\t There is also a tmp.ps in this directory. The program will\n"); + printf("\t terminate. After you rename or remove %s and %s, you\n", + file_name, temp); + printf("\t may run the program from the command line as follows:\n"); + printf("\t hbdilute decomp_list s *_proflexdataset\n\n"); + return (0); } - else{ - printf("\n\t There is already a copy of %s in this directory.\n", file_name ); - strcpy(temp, file_name); - strcat(temp,".tmp"); - printf("\t The output will be saved in %s\n", temp); - - if( !fopen(temp, "r") ){ - *file = fopen(temp, "w" ); - return(1); - } - else{ - printf("\n\t There is also a tmp.ps in this directory. The program will\n"); - printf("\t terminate. After you rename or remove %s and %s, you\n", file_name,temp); - printf("\t may run the program from the command line as follows:\n"); - printf("\t hbdilute decomp_list s *_proflexdataset\n\n"); - return(0); - } - - } - return(1); - } - + return (1); +} diff --git a/proflex/prog/hbdilute/src/postscript.c b/proflex/prog/hbdilute/src/postscript.c index e08ac86..5d1571f 100755 --- a/proflex/prog/hbdilute/src/postscript.c +++ b/proflex/prog/hbdilute/src/postscript.c @@ -31,6 +31,7 @@ #include #include #include +#include #include "../include/types.h" #define TRUE 1 diff --git a/proflex/prog/hbdilute/src/text_output.c b/proflex/prog/hbdilute/src/text_output.c index cd57cfe..5edb0cb 100755 --- a/proflex/prog/hbdilute/src/text_output.c +++ b/proflex/prog/hbdilute/src/text_output.c @@ -1,24 +1,23 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ /************************************************************/ /* File: text_output.h */ @@ -30,103 +29,110 @@ /* of flexible ranges along with the margin's info which */ /* appears in the regular postscript output */ /************************************************************/ -#include +#include "../include/types.h" #include +#include #include #include -#include "../include/types.h" - /**********************************************************************/ /* This routine is invoked only when user chooses text-only output. */ /* Output is either written as Postscript or Text - not both. */ /* detailing the flexible residue ranges only with each h-bond break. */ -/* Outout is written to a text file instead of generating a postscript*/ +/* Outout is written to a text file instead of generating a postscript*/ /**********************************************************************/ +static void swap_colors(int array[MAX_CLUSTER_COUNT], int A, int B) { + int temp; + temp = array[A]; + array[A] = array[B]; + array[B] = temp; +} + +static void quick_sort(int *array, int start, int end) { + + int a = 0, last = 0; + + if (start >= end) + return; + swap_colors(array, start, (start + end) / 2); + last = start; + for (a = start + 1; a <= end; a++) { + if (array[a] < array[start]) + swap_colors(array, ++start, a); + } + swap_colors(array, start, last); + quick_sort(array, start, last - 1); + quick_sort(array, last + 1, end); +} +void print_text_decomp(clusters *nc_count[120], int cluster_counter, + int line_number, FILE *text_file, int y_translate[10], + int number_of_residues, int hb_number, float hb_energy, + float mean_coordination) { -void print_text_decomp( - clusters *nc_count[120], int cluster_counter, int line_number, - FILE *text_file, int y_translate[10], int number_of_residues, - int hb_number, float hb_energy, float mean_coordination) -{ + int rigid_regions_index = 0, rigid_counter = 0, a = 0; -int - rigid_regions_index = 0, - rigid_counter = 0, - a = 0; + int *rigid_regions = NULL; -int * rigid_regions = NULL; + clusters *nc_current = NULL; -clusters - *nc_current = NULL; + static int first_res_no, static_counter; -static int - first_res_no,static_counter; + /* print the Hydrogen - bond information on the left */ + // printf("\n----%d th run ------\n",++static_counter); + fprintf(text_file, "%4d %7.3f %7.3f\t[ ", hb_number, hb_energy, + mean_coordination); + /* array rigid would store the residue numbers of residues + which are part of any rigid cluster */ - /* print the Hydrogen - bond information on the left */ - //printf("\n----%d th run ------\n",++static_counter); - fprintf( text_file, "%4d %7.3f %7.3f\t[ ", hb_number, hb_energy,mean_coordination ); + /* thrice becuase for non-terminal residues, N, Ca, CB can appear */ - /* array rigid would store the residue numbers of residues - which are part of any rigid cluster */ + rigid_regions = malloc(3 * number_of_residues * sizeof(int)); - /* thrice becuase for non-terminal residues, N, Ca, CB can appear */ + /* initialize the residue numbers */ + for (rigid_regions_index = 0; rigid_regions_index < number_of_residues * 3; + rigid_regions_index++) { + rigid_regions[rigid_regions_index] = -999; + } - rigid_regions = malloc( 3*number_of_residues * sizeof(int)); + rigid_regions_index = 0; - /* initialize the residue numbers */ - for( rigid_regions_index = 0; - rigid_regions_index residue_number; - rigid_regions_index++; - nc_current = nc_current->next_element; - } + for (a = 0; a < cluster_counter; a++) { + nc_current = nc_count[a]; + while (nc_current) { + rigid_regions[rigid_regions_index] = nc_current->residue_number; + rigid_regions_index++; + nc_current = nc_current->next_element; } - - - rigid_counter = rigid_regions_index; - rigid_regions[rigid_counter] = first_res_no-1; - - rigid_counter++; - rigid_regions[rigid_counter] = first_res_no + number_of_residues; - fprintf(text_file," %d to %d , %d \n ", first_res_no , - first_res_no + number_of_residues-1,rigid_counter ); - - - quick_sort( rigid_regions, 0, rigid_counter ); - - //for( a = 0;a Date: Sat, 18 Dec 2021 12:10:56 +0900 Subject: [PATCH 02/14] modified code --- proflex/prog/hbdilute/include/connect.h | 40 +- proflex/prog/hbdilute/include/graphs.h | 39 +- proflex/prog/hbdilute/include/hbfunctions.h | 63 +- proflex/prog/hbdilute/include/postscript.h | 87 +- proflex/prog/hbdilute/include/text_output.h | 44 +- proflex/prog/hbdilute/src/hbfunctions.c | 1113 ++++++++++--------- proflex/prog/hbdilute/src/text_output.c | 174 +-- 7 files changed, 829 insertions(+), 731 deletions(-) diff --git a/proflex/prog/hbdilute/include/connect.h b/proflex/prog/hbdilute/include/connect.h index b2c5b19..ee15e08 100755 --- a/proflex/prog/hbdilute/include/connect.h +++ b/proflex/prog/hbdilute/include/connect.h @@ -1,23 +1,25 @@ + /******************************************************************************* - * MSU ProFlex, formerly called FIRST, is a software developed to predict and * - * analyze protein flexibility. * This source file is a part of MSU ProFlex. * - * * - * Copyright (C) 1997 - 2006, Michigan State University. * - * * - * This program is free software; you can redistribute to academic users only, - ** it and/or modify it under the terms of the GNU General Public License, * - * version 2, as published by the Free Software Foundation. * - * * - * This program is distributed in the hope that it will be useful, * but - *WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General - *Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * along - *with this program; if not, write to the Free Software * - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * - * or see http://www.gnu.org/licenses/gpl.txt * - *******************************************************************************/ +* MSU ProFlex, formerly called FIRST, is a software developed to predict and * +* analyze protein flexibility. * +* This source file is a part of MSU ProFlex. * +* * +* Copyright (C) 1997 - 2006, Michigan State University. * +* * +* This program is free software; you can redistribute to academic users only, * +* it and/or modify it under the terms of the GNU General Public License, * +* version 2, as published by the Free Software Foundation. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * +* or see http://www.gnu.org/licenses/gpl.txt * +*******************************************************************************/ #ifndef _CONNECT_ #define _CONNECT_ diff --git a/proflex/prog/hbdilute/include/graphs.h b/proflex/prog/hbdilute/include/graphs.h index 9a146b8..9740231 100755 --- a/proflex/prog/hbdilute/include/graphs.h +++ b/proflex/prog/hbdilute/include/graphs.h @@ -1,23 +1,24 @@ /******************************************************************************* - * MSU ProFlex, formerly called FIRST, is a software developed to predict and * - * analyze protein flexibility. * This source file is a part of MSU ProFlex. * - * * - * Copyright (C) 1997 - 2006, Michigan State University. * - * * - * This program is free software; you can redistribute to academic users only, - ** it and/or modify it under the terms of the GNU General Public License, * - * version 2, as published by the Free Software Foundation. * - * * - * This program is distributed in the hope that it will be useful, * but - *WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General - *Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * along - *with this program; if not, write to the Free Software * - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * - * or see http://www.gnu.org/licenses/gpl.txt * - *******************************************************************************/ +* MSU ProFlex, formerly called FIRST, is a software developed to predict and * +* analyze protein flexibility. * +* This source file is a part of MSU ProFlex. * +* * +* Copyright (C) 1997 - 2006, Michigan State University. * +* * +* This program is free software; you can redistribute to academic users only, * +* it and/or modify it under the terms of the GNU General Public License, * +* version 2, as published by the Free Software Foundation. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * +* or see http://www.gnu.org/licenses/gpl.txt * +*******************************************************************************/ #ifndef _GRAPHS_ #define _GRAPHS_ diff --git a/proflex/prog/hbdilute/include/hbfunctions.h b/proflex/prog/hbdilute/include/hbfunctions.h index e651d4c..f0f2221 100755 --- a/proflex/prog/hbdilute/include/hbfunctions.h +++ b/proflex/prog/hbdilute/include/hbfunctions.h @@ -1,40 +1,41 @@ /******************************************************************************* - * MSU ProFlex, formerly called FIRST, is a software developed to predict and * - * analyze protein flexibility. * This source file is a part of MSU ProFlex. * - * * - * Copyright (C) 1997 - 2008, Michigan State University. * - * * - * This program is free software; you can redistribute to academic users only, - ** it and/or modify it under the terms of the GNU General Public License, * - * version 2, as published by the Free Software Foundation. * - * * - * This program is distributed in the hope that it will be useful, * but - *WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General - *Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * along - *with this program; if not, write to the Free Software * - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * - * or see http://www.gnu.org/licenses/gpl.txt * - *******************************************************************************/ +* MSU ProFlex, formerly called FIRST, is a software developed to predict and * +* analyze protein flexibility. * +* This source file is a part of MSU ProFlex. * +* * +* Copyright (C) 1997 - 2008, Michigan State University. * +* * +* This program is free software; you can redistribute to academic users only, * +* it and/or modify it under the terms of the GNU General Public License, * +* version 2, as published by the Free Software Foundation. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * +* or see http://www.gnu.org/licenses/gpl.txt * +*******************************************************************************/ #ifndef _HDFUNCTIONS_ #define _HDFUNCTIONS_ #include "types.h" #include -void read_chem_file(atom_list **, FILE *, int[], int[], char[], int *, int *, - int[], int[], char[], - /* 2008:01 SN */ int[][2], int[], int[], int *); -int compute_number_of_clusters(int[], atom_list *, int[], int); -void first_decomp(int, int, int[], atom_list *, clusters *[], int[], int[]); -void set_new_decomp_info(int, int[], int, clusters *[], atom_list *, int[]); -void compute_new_cluster_list(clusters *[], int, clusters *[], int, int[], - int[]); -int compare_old_and_new_decomps(clusters *[], clusters *[], int, int[], int); -void set_temp_files(FILE *[], int *, int *); -void clean_up(FILE *, int); -int open_output_file(char[], FILE **); + +void read_chem_file( atom_list **, FILE *, int[], int[], char[], int *, + int *, int[], int[], char[], + /* 2008:01 SN */ int [][2], int [], int [], int* ); +int compute_number_of_clusters( int [], atom_list *, int [], int ); +void first_decomp( int, int, int[], atom_list *, clusters *[], int [], int [] ); +void set_new_decomp_info( int, int[], int, clusters *[], atom_list *, int [] ); +void compute_new_cluster_list( clusters *[], int, clusters *[], int, int [], int [] ); +int compare_old_and_new_decomps( clusters *[], clusters *[], int, int[], int ); +void set_temp_files( FILE *[], int *, int * ); +void clean_up( FILE *, int); +int open_output_file( char [], FILE** ); #endif diff --git a/proflex/prog/hbdilute/include/postscript.h b/proflex/prog/hbdilute/include/postscript.h index 1641856..d5657ce 100755 --- a/proflex/prog/hbdilute/include/postscript.h +++ b/proflex/prog/hbdilute/include/postscript.h @@ -1,36 +1,37 @@ /******************************************************************************* - * MSU ProFlex, formerly called FIRST, is a software developed to predict and * - * analyze protein flexibility. * This source file is a part of MSU ProFlex. * - * * - * Copyright (C) 1997 - 2008, Michigan State University. * - * * - * This program is free software; you can redistribute to academic users only, - ** it and/or modify it under the terms of the GNU General Public License, * - * version 2, as published by the Free Software Foundation. * - * * - * This program is distributed in the hope that it will be useful, * but - *WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General - *Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * along - *with this program; if not, write to the Free Software * - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * - * or see http://www.gnu.org/licenses/gpl.txt * - *******************************************************************************/ +* MSU ProFlex, formerly called FIRST, is a software developed to predict and * +* analyze protein flexibility. * +* This source file is a part of MSU ProFlex. * +* * +* Copyright (C) 1997 - 2008, Michigan State University. * +* * +* This program is free software; you can redistribute to academic users only, * +* it and/or modify it under the terms of the GNU General Public License, * +* version 2, as published by the Free Software Foundation. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * +* or see http://www.gnu.org/licenses/gpl.txt * +*******************************************************************************/ #ifndef _POSTSCRIPT_ #define _POSTSCRIPT_ #include "types.h" #include -void print_header(FILE *, float); -void print_data_headings(FILE *, int, int, int, int[]); -void print_current_Hbond_info_portrait(FILE *, int, int, int, int *, int, float, - int, int[], int, int, int, float, int *, - int, int, int, int[], char[], char[], - int, char, char, char[], char[], int, - float, int); + +void print_header( FILE *, float ); +void print_data_headings( FILE *, int, int, int, int[] ); +void print_current_Hbond_info_portrait( FILE *, int, int, int, int *, int, float, + int, int [], int, int, int, float, int *, + int, int, int, int[], char [], char [], int, + char, char, char[], char[], int, float, int ); void print_current_Hbond_info_landscape(FILE *, int, int, int, int *, int, float, int, int[], int, int, int, float, @@ -39,20 +40,26 @@ void print_current_Hbond_info_landscape(FILE *, int, int, int, int *, int, char[], int, float, int, /* SN 2008:01 */ int, int, char, char, int); +void print_current_Hbond_info_landscape( FILE *, int, int, int, int *, int, float, + int, int [], int, int, int, float, int *, + int, int, int, int[], char [], char [], int, + char, char, char[], int[], char[], int, float, int, + /* SN 2008:01 */ int, int, char, char, int ); -void print_current_Hbond_info_landscape_multipage( - FILE *, int, int, int, int *, int, float, int, int[], int, int, int, float, - int *, int, int, int, int[], char[], char[], FILE *[], int, int, char, char, - char[], char[], int[], float, - /* SN 2008:01 */ int, int, char, char, int); -void print_decomp(clusters *[], int, int, FILE *, int[], int[], int, int, int[], - char[], int, int[], int[], char[], - /* SN 2008:01*/ int[][2], int[], int[]); -void print_multipage_decomp(clusters *[], int, int, FILE *, int[], int[], int, - FILE *[], int, int, int[], char[], int, int[], - int[], char[], - /* SN 2008:01*/ int[][2], int[], int[]); -void print_portrait_footer(FILE *, char[], int); -void print_landscape_footer(FILE *, char[], int, float); /* SN 2008:01 */ +void print_current_Hbond_info_landscape_multipage( FILE *, int, int, int, int *, int, float, + int, int [], int, int, int, float, int *, + int, int, int, int[], char [], char [], + FILE *[], int, int, char, char, char[], + char[], int[], float, + /* SN 2008:01 */ int, int, char, char, int ); +void print_decomp( clusters *[], int, int, FILE *, int [], int[], int, int, + int[], char[], int, int[], int[], char[], + /* SN 2008:01*/ int [][2], int [], int [] ); +void print_multipage_decomp( clusters *[], int, int, FILE *, int [], int[], + int, FILE *[], int, int, int[], char[], int, + int[], int[], char[], + /* SN 2008:01*/ int [][2], int [], int [] ); +void print_portrait_footer( FILE *, char[], int ); +void print_landscape_footer( FILE *, char[], int, float ); /* SN 2008:01 */ #endif diff --git a/proflex/prog/hbdilute/include/text_output.h b/proflex/prog/hbdilute/include/text_output.h index 7362cb4..bf09012 100755 --- a/proflex/prog/hbdilute/include/text_output.h +++ b/proflex/prog/hbdilute/include/text_output.h @@ -1,23 +1,24 @@ /******************************************************************************* - * MSU ProFlex, formerly called FIRST, is a software developed to predict and * - * analyze protein flexibility. * This source file is a part of MSU ProFlex. * - * * - * Copyright (C) 1997 - 2006, Michigan State University. * - * * - * This program is free software; you can redistribute to academic users only, - ** it and/or modify it under the terms of the GNU General Public License, * - * version 2, as published by the Free Software Foundation. * - * * - * This program is distributed in the hope that it will be useful, * but - *WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General - *Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * along - *with this program; if not, write to the Free Software * - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * - * or see http://www.gnu.org/licenses/gpl.txt * - *******************************************************************************/ +* MSU ProFlex, formerly called FIRST, is a software developed to predict and * +* analyze protein flexibility. * +* This source file is a part of MSU ProFlex. * +* * +* Copyright (C) 1997 - 2006, Michigan State University. * +* * +* This program is free software; you can redistribute to academic users only, * +* it and/or modify it under the terms of the GNU General Public License, * +* version 2, as published by the Free Software Foundation. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * +* or see http://www.gnu.org/licenses/gpl.txt * +*******************************************************************************/ /* * File: text_output.h @@ -32,7 +33,6 @@ #include "types.h" #include -void print_text_decomp(clusters *[], int, int, FILE *, int[], int, int, float, - float); +void print_text_decomp( clusters *[], int, int, FILE *, int [], int, int,float,float); -#endif /* _text_output_H */ +#endif /* _text_output_H */ diff --git a/proflex/prog/hbdilute/src/hbfunctions.c b/proflex/prog/hbdilute/src/hbfunctions.c index 388a96f..71cae29 100755 --- a/proflex/prog/hbdilute/src/hbfunctions.c +++ b/proflex/prog/hbdilute/src/hbfunctions.c @@ -1,23 +1,24 @@ /******************************************************************************* - * MSU ProFlex, formerly called FIRST, is a software developed to predict and * - * analyze protein flexibility. * This source file is a part of MSU ProFlex. * - * * - * Copyright (C) 1997 - 2008, Michigan State University. * - * * - * This program is free software; you can redistribute to academic users only, - ** it and/or modify it under the terms of the GNU General Public License, * - * version 2, as published by the Free Software Foundation. * - * * - * This program is distributed in the hope that it will be useful, * but - *WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General - *Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * along - *with this program; if not, write to the Free Software * - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * - * or see http://www.gnu.org/licenses/gpl.txt * - *******************************************************************************/ +* MSU ProFlex, formerly called FIRST, is a software developed to predict and * +* analyze protein flexibility. * +* This source file is a part of MSU ProFlex. * +* * +* Copyright (C) 1997 - 2008, Michigan State University. * +* * +* This program is free software; you can redistribute to academic users only, * +* it and/or modify it under the terms of the GNU General Public License, * +* version 2, as published by the Free Software Foundation. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * +* or see http://www.gnu.org/licenses/gpl.txt * +*******************************************************************************/ /**********************************************************************/ /* These are the main functions that read in the decomp data, sort it */ @@ -27,16 +28,17 @@ /* The logic isn't perfect, it requires that all three backbone atoms */ /* be present in the file (N, CA, C). */ /**********************************************************************/ -#include "../include/postscript.h" -#include "../include/text_output.h" -#include "../include/types.h" -#include #include #include #include +#include +#include #include +#include "../include/types.h" +#include "../include/postscript.h" +#include "../include/text_output.h" -#define column(n) (linebuf + (n)-1) /* manipulate linebuf by column */ +#define column(n) (linebuf+(n)-1) /* manipulate linebuf by column */ #define DEBUG_SN @@ -46,69 +48,80 @@ /* chem_file_head. A pointer to the beginning of the list is passed */ /* back to hbdilute.c */ /***********************************************************************/ -void read_chem_file(atom_list **chem_file_head, FILE *pdb_file, - int y_translate[10], int chain_size[10], char chain_IDs[10], - int *number_of_chains, int *total_insertions, - int insertion_res_num[100], int number_of_insertions[100], - char insertion_chain_ID[100], - /* SN 2008:01 */ - int min_max_rsd[10][2], - int missing_rsd_list[MISSING_RSD_LIST_SIZE], - int missing_rsd_count[10], int *total_hbond_count) { +void read_chem_file( atom_list **chem_file_head, FILE *pdb_file, int y_translate[10], + int chain_size[10], char chain_IDs[10], int *number_of_chains, + int *total_insertions, int insertion_res_num[100], + int number_of_insertions[100], char insertion_chain_ID[100], + /* SN 2008:01 */ + int min_max_rsd[10][2], + int missing_rsd_list[MISSING_RSD_LIST_SIZE], + int missing_rsd_count[10], + int *total_hbond_count) { int insertion_count[10]; - int i, prev_rsd = 0, j; - /* SN 2007:12:19 - - Keep track of min and max residues in each chain - so that no residues are missing - - Keep track of the total insertions in each chain - - Compare consecutive rsd numbers to track any - missing rsds - */ - int a = 0, is_atom = 0, known_insertion = 0; - - char linebuf[150], atom[4], chain_label; - - atom_list *temp = NULL, *current = NULL; - - for (a = 0; a < 100; a++) + int i,prev_rsd=0,j; + /* SN 2007:12:19 + - Keep track of min and max residues in each chain + so that no residues are missing + - Keep track of the total insertions in each chain + - Compare consecutive rsd numbers to track any + missing rsds + */ + int + a = 0, + is_atom = 0, + known_insertion = 0; + + char + linebuf[150], + atom[4], + chain_label; + + atom_list *temp = NULL, + *current = NULL; + + for( a = 0; a < 100; a++) number_of_insertions[a] = 0; - for (a = 0; a < MISSING_RSD_LIST_SIZE; a++) - missing_rsd_list[a] = 0; /* SN 2008:01 */ + for( a = 0; a < MISSING_RSD_LIST_SIZE; a++ ) + missing_rsd_list[a] = 0; /* SN 2008:01 */ + /* SN 2007:12:19 */ - for (a = 0; a < 10; a++) { - min_max_rsd[a][0] = MAX_RSD; /* SN 2008:02 Defined in types.h */ + for( a = 0; a < 10; a++ ) { + min_max_rsd[a][0] = MAX_RSD; /* SN 2008:02 Defined in types.h */ min_max_rsd[a][1] = 0; insertion_count[a] = 0; missing_rsd_count[a] = 0; } - *total_hbond_count = 0; /* SN 2008:05 for hbdilute plot */ - - while (fgets(linebuf, sizeof(linebuf), pdb_file) != NULL) { + *total_hbond_count = 0; /* SN 2008:05 for hbdilute plot */ + while( fgets( linebuf, sizeof(linebuf), pdb_file ) != NULL ) { + /* * 2008:05 Count the total number of h-bonds in the file so that the * hbdilution plot can have the correct index of the h-bond * broken to generate the corresponding cluster analysis */ - if (!strncmp(linebuf, "REMARK", 6) && - (!strncmp(linebuf + 55, "HB", 2) || !strncmp(linebuf + 55, "SB", 2))) { + if( !strncmp(linebuf,"REMARK",6) && \ + ( !strncmp(linebuf+55,"HB",2) || !strncmp(linebuf+55,"SB",2) )) + { (*total_hbond_count)++; } - is_atom = !strncmp(linebuf, "ATOM", 4); - sscanf(linebuf + 13, "%3s", atom); + is_atom = !strncmp( linebuf, "ATOM", 4 ); + sscanf( linebuf+13, "%3s", atom ); - if (is_atom && - (!strcmp(atom, "N") || !strcmp(atom, "CA") || !strcmp(atom, "C"))) { + if( is_atom && + ( !strcmp( atom, "N" ) || + !strcmp( atom, "CA") || + !strcmp( atom, "C" ) ) ) { - temp = (atom_list *)malloc(sizeof(atom_list)); - temp->atom_number = atoi((linebuf + 5)); - sscanf(linebuf + 13, "%3s", temp->atom_type); - sscanf(linebuf + 22, "%4d", &temp->residue); + temp = ( atom_list *) malloc( sizeof( atom_list )); + temp->atom_number = atoi( (linebuf+5) ); + sscanf( linebuf+13, "%3s", temp->atom_type ); + sscanf( linebuf+22, "%4d", &temp->residue ); temp->chain_ID = *column(22); temp->atom_or_hetatm = 1; @@ -116,151 +129,157 @@ void read_chem_file(atom_list **chem_file_head, FILE *pdb_file, /* The following code was added to handle insertions that may be found*/ /* in the PDB file. Assumes PDB file format standards. */ /**********************************************************************/ - if (*(linebuf + 26) != ' ') { - - if (*total_insertions == 0) { - if (!strcmp(atom, "N")) { - insertion_res_num[*total_insertions] = temp->residue; - insertion_chain_ID[*total_insertions] = temp->chain_ID; - temp->insertion_space = 1; - } - if (!strcmp(atom, "CA")) - temp->insertion_space = 1; - if (!strcmp(atom, "C")) { - temp->insertion_space = 1; - (number_of_insertions[*total_insertions])++; - (*total_insertions)++; - } - } - - else { - for (a = 0; a < *total_insertions; a++) { - if (temp->residue == insertion_res_num[a] && - temp->chain_ID == insertion_chain_ID[a]) { - if (!strcmp(atom, "N")) - temp->insertion_space = number_of_insertions[a] + 1; - if (!strcmp(atom, "CA")) - temp->insertion_space = number_of_insertions[a] + 1; - if (!strcmp(atom, "C")) { - temp->insertion_space = number_of_insertions[a] + 1; - (number_of_insertions[a])++; - } - known_insertion = -1; - } - } - - if (!known_insertion) { - if (!strcmp(atom, "N")) { - insertion_res_num[*total_insertions] = temp->residue; - insertion_chain_ID[*total_insertions] = temp->chain_ID; - temp->insertion_space = 1; - } - if (!strcmp(atom, "CA")) - temp->insertion_space = 1; - if (!strcmp(atom, "C")) { - temp->insertion_space = 1; - (number_of_insertions[*total_insertions])++; - ; - (*total_insertions)++; - } - } - known_insertion = 0; - } + if( *(linebuf+26) != ' ' ){ + + if( *total_insertions == 0 ){ + if( !strcmp( atom, "N" ) ){ + insertion_res_num[*total_insertions] = temp->residue; + insertion_chain_ID[*total_insertions] = temp->chain_ID; + temp->insertion_space = 1; + } + if( !strcmp( atom, "CA" ) ) + temp->insertion_space = 1; + if( !strcmp( atom, "C" ) ){ + temp->insertion_space = 1; + (number_of_insertions[*total_insertions])++; + (*total_insertions)++; + } + } + + else{ + for( a = 0; a < *total_insertions; a++ ){ + if( temp->residue == insertion_res_num[a] && + temp->chain_ID == insertion_chain_ID[a] ){ + if( !strcmp( atom, "N" ) ) + temp->insertion_space = number_of_insertions[a] + 1; + if( !strcmp( atom, "CA" ) ) + temp->insertion_space = number_of_insertions[a] + 1; + if( !strcmp( atom, "C" ) ){ + temp->insertion_space = number_of_insertions[a] + 1; + (number_of_insertions[a])++; + } + known_insertion = -1; + } + } + + if( !known_insertion ){ + if( !strcmp( atom, "N" ) ){ + insertion_res_num[*total_insertions] = temp->residue; + insertion_chain_ID[*total_insertions] = temp->chain_ID; + temp->insertion_space = 1; + } + if( !strcmp( atom, "CA" ) ) + temp->insertion_space = 1; + if( !strcmp( atom, "C" ) ){ + temp->insertion_space = 1; + (number_of_insertions[*total_insertions])++;; + (*total_insertions)++; + } + } + known_insertion = 0; + } } /**********************************************************************/ - /*printf("residue: %d total %d: number_of_insertions at residue %d: - %3d\n", temp->residue, *total_insertions, - insertion_res_num[(*total_insertions)-1], - number_of_insertions[(*total_insertions)-1] );*/ - - if (*chem_file_head == NULL) { - *chem_file_head = current = temp; - y_translate[*number_of_chains] = current->residue; - chain_label = temp->chain_ID; - chain_IDs[*number_of_chains] = temp->chain_ID; - } else { - current->next_atom = temp; - current = current->next_atom; - current->next_atom = NULL; - } + /*printf("residue: %d total %d: number_of_insertions at residue %d: %3d\n", temp->residue, + *total_insertions, insertion_res_num[(*total_insertions)-1], + number_of_insertions[(*total_insertions)-1] );*/ - if (!strcmp(atom, "CA")) { - if (current->chain_ID == chain_label) { - (chain_size[*number_of_chains])++; - - /* SN 2007:12:19 */ - if (current->residue < min_max_rsd[*number_of_chains][0]) - min_max_rsd[*number_of_chains][0] = current->residue; - if (current->residue > min_max_rsd[*number_of_chains][1]) - min_max_rsd[*number_of_chains][1] = current->residue; - - if (prev_rsd == 0) { - prev_rsd = current->residue; - i = 0; - } else if (current->residue == prev_rsd + 1) { - prev_rsd++; - } else if (current->residue > prev_rsd + 1) { - for (prev_rsd += 1; prev_rsd < current->residue; prev_rsd++, i++) { - if (i == MISSING_RSD_LIST_SIZE) { - printf("\n*****************************************************" - "*********"); - printf("\n* WARNING: Missing residue list is full! " - " *"); - printf("\n* To prevent memory leak the program will " - "exit now! *"); - printf("\n* Please change MISSING_RSD_LIST_SIZE and " - "re-run. *"); - printf("\n*****************************************************" - "*********\n"); - exit(0); - } - missing_rsd_list[i] = prev_rsd; - } - } - /* End of changes SN 2007:12:19 */ - - } else { - chain_label = current->chain_ID; - (*number_of_chains)++; - - /* SN 2007:12:19 */ - min_max_rsd[*number_of_chains][0] = current->residue; - min_max_rsd[*number_of_chains][1] = current->residue; - prev_rsd = current->residue; - /* End of changes SN 2007:12:19 */ - - y_translate[*number_of_chains] = current->residue; - (chain_size[*number_of_chains])++; - chain_IDs[*number_of_chains] = current->chain_ID; - } - - if (current->residue < y_translate[*number_of_chains]) - y_translate[*number_of_chains] = current->residue; + if( *chem_file_head == NULL ){ + *chem_file_head = current = temp; + y_translate[*number_of_chains] = current->residue; + chain_label = temp->chain_ID; + chain_IDs[*number_of_chains] = temp->chain_ID; + } + else{ + current->next_atom = temp; + current = current->next_atom; + current->next_atom = NULL; + } + + if( !strcmp( atom, "CA") ) { + if( current->chain_ID == chain_label ) { + (chain_size[*number_of_chains])++; + + /* SN 2007:12:19 */ + if( current->residue < min_max_rsd[*number_of_chains][0] ) + min_max_rsd[*number_of_chains][0] = current->residue; + if( current->residue > min_max_rsd[*number_of_chains][1] ) + min_max_rsd[*number_of_chains][1] = current->residue; + + if( prev_rsd == 0) + { + prev_rsd = current->residue; + i = 0; + } + else if(current->residue == prev_rsd + 1) + { + prev_rsd++; + } + else if(current->residue > prev_rsd + 1) + { + for(prev_rsd += 1;prev_rsd < current->residue; prev_rsd++,i++) + { + if(i == MISSING_RSD_LIST_SIZE) + { + printf("\n**************************************************************"); + printf("\n* WARNING: Missing residue list is full! *"); + printf("\n* To prevent memory leak the program will exit now! *"); + printf("\n* Please change MISSING_RSD_LIST_SIZE and re-run. *"); + printf("\n**************************************************************\n"); + exit(0); + } + missing_rsd_list[i] = prev_rsd; + } + } + /* End of changes SN 2007:12:19 */ + + } + else{ + chain_label = current->chain_ID; + (*number_of_chains)++; + + /* SN 2007:12:19 */ + min_max_rsd[*number_of_chains][0] = current->residue; + min_max_rsd[*number_of_chains][1] = current->residue; + prev_rsd = current->residue; + /* End of changes SN 2007:12:19 */ + + y_translate[*number_of_chains] = current->residue; + (chain_size[*number_of_chains])++; + chain_IDs[*number_of_chains] = current->chain_ID; + } + + if( current->residue < y_translate[*number_of_chains] ) + y_translate[*number_of_chains] = current->residue; + } } } - - /***************************************************************************/ + + /***************************************************************************/ /* SN 2007:12:19 Debug missing residues => adjust chain_size! */ #ifdef DEBUG_SN - /* printf("\n------------- DEBUG OUTPUT - read_chem_file() - START - * ----------");*/ +/* printf("\n------------- DEBUG OUTPUT - read_chem_file() - START ----------");*/ printf("\n------- Inserted and Missing Residue Information ----------"); #endif - for (a = 0; a < 100; a++) { - if (number_of_insertions[a] > 0) { + for(a = 0; a < 100; a++) + { + if(number_of_insertions[a] > 0) + { #ifdef DEBUG_SN printf("\n\nResidue #: Chain-ID: # of insertions:"); - printf("\n %d %c %d", insertion_res_num[a], - insertion_chain_ID[a], number_of_insertions[a]); + printf("\n %d %c %d",insertion_res_num[a],\ + insertion_chain_ID[a],\ + number_of_insertions[a]); #endif - for (i = 0; i <= *number_of_chains; i++) { - if (insertion_chain_ID[a] == chain_IDs[i]) - insertion_count[i] += number_of_insertions[a]; + for(i = 0; i <= *number_of_chains; i++) + { + if(insertion_chain_ID[a] == chain_IDs[i]) + insertion_count[i] += number_of_insertions[a]; } } } @@ -273,40 +292,44 @@ void read_chem_file(atom_list **chem_file_head, FILE *pdb_file, i = j = 0; /* Used as an index into the missing rsd list hereafter*/ #endif - for (a = 0; a <= *number_of_chains; a++) { - missing_rsd_count[a] = min_max_rsd[a][1] - min_max_rsd[a][0] + 1 + - insertion_count[a] - chain_size[a]; + for(a = 0; a <= *number_of_chains; a++) + { + missing_rsd_count[a] = min_max_rsd[a][1] - min_max_rsd[a][0] + 1 + \ + insertion_count[a] - chain_size[a]; #ifdef DEBUG_SN - printf("\n %d\t %c\t%d\t %d\t %d\t %d\t %d\t%d", a, chain_IDs[a], - insertion_count[a], chain_size[a], min_max_rsd[a][0], - min_max_rsd[a][1], - min_max_rsd[a][1] - min_max_rsd[a][0] + 1 + insertion_count[a], - missing_rsd_count[a]); + printf("\n %d\t %c\t%d\t %d\t %d\t %d\t %d\t%d",\ + a,chain_IDs[a],insertion_count[a],\ + chain_size[a],min_max_rsd[a][0],min_max_rsd[a][1],\ + min_max_rsd[a][1]-min_max_rsd[a][0]+1+insertion_count[a],\ + missing_rsd_count[a]); #endif chain_size[a] = chain_size[a] + missing_rsd_count[a]; /* Actual Size */ #ifdef DEBUG_SN - if (missing_rsd_list[i] > 0) { + if(missing_rsd_list[i] > 0) + { printf("\nMissing residue list:\n"); - - for (i = j; i < j + missing_rsd_count[a] && i < MISSING_RSD_LIST_SIZE; - i++) { - if (missing_rsd_list[i] > 0) - printf("%d ", missing_rsd_list[i]); - } + + for(i = j;i < j+missing_rsd_count[a] && i < MISSING_RSD_LIST_SIZE; i++) + { + if(missing_rsd_list[i] > 0) + printf("%d ",missing_rsd_list[i]); + } j += missing_rsd_count[a]; - } else + } + else printf("\nNo missing residues;\n"); printf("\n"); #endif + } #ifdef DEBUG_SN - /* printf("\n------------- DEBUG OUTPUT - read_chem_file() - END - * ----------\n");*/ +/* printf("\n------------- DEBUG OUTPUT - read_chem_file() - END ----------\n");*/ printf("\n------------- END OF INFORMATION ----------\n"); #endif + } /**********************************************************************/ /**********************************************************************/ @@ -318,15 +341,25 @@ void read_chem_file(atom_list **chem_file_head, FILE *pdb_file, /* _size. I have been using 3, corresponding to a single residue. The */ /* date for this calculation comes from the decomp_list file. */ /**********************************************************************/ -int compute_number_of_clusters(int atom_label[MAXATOMS], atom_list *chem_file, - int cluster_label[MAX_CLUSTER_COUNT], - int number_of_atoms) { + int compute_number_of_clusters(int atom_label[MAXATOMS], + atom_list *chem_file, + int cluster_label[MAX_CLUSTER_COUNT], + int number_of_atoms ){ + + int + a = 0, + tally = 0, + current_number = 0, + total_clusters = 0, + current_label = 1, + renew_list = 0, + check = 0, + minimum_cluster_size = 3, + upper_bound_on_number_of_clusters = 0; + + atom_list + *start_of_list = NULL; - int a = 0, tally = 0, current_number = 0, total_clusters = 0, - current_label = 1, renew_list = 0, check = 0, minimum_cluster_size = 3, - upper_bound_on_number_of_clusters = 0; - - atom_list *start_of_list = NULL; /**********************************************************************/ /* The upper bound on the number of clusters is set to limit the */ @@ -352,160 +385,171 @@ int compute_number_of_clusters(int atom_label[MAXATOMS], atom_list *chem_file, start_of_list = chem_file; - for (a = 1; a < upper_bound_on_number_of_clusters; a++) { - - while (chem_file) { + for( a = 1; a < upper_bound_on_number_of_clusters; a++ ){ - if (atom_label[chem_file->atom_number] == a) - tally++; + while( chem_file ){ - if (tally == minimum_cluster_size) { - /*printf("cluster %d, label %d %d\n", total_clusters, a, - * chem_file->atom_number );*/ - cluster_label[total_clusters] = a; - total_clusters++; - tally = 0; - chem_file = NULL; + if( atom_label[chem_file->atom_number] == a ) + tally++; + + if( tally == minimum_cluster_size ) { + /*printf("cluster %d, label %d %d\n", total_clusters, a, chem_file->atom_number );*/ + cluster_label[total_clusters] = a; + total_clusters++; + tally = 0; + chem_file = NULL; } - - if (chem_file != NULL) - chem_file = chem_file->next_atom; + + if( chem_file != NULL ) + chem_file = chem_file->next_atom; + } chem_file = start_of_list; tally = 0; } - - return (total_clusters); -} + + return( total_clusters ); +} /**********************************************************************/ /* Using the chem_file_head list, this routine stores the data from */ /* initial decompostion in the array of structures, nc_count. The ini */ /* decomposition refers to the protein with all the H-bonds present. */ /**********************************************************************/ -void first_decomp(int long_output, int total_clusters, - int bulk_atom_label[MAXATOMS], atom_list *chem_file, - clusters *new_clusters[MAX_CLUSTER_COUNT], - int colors[MAX_CLUSTER_COUNT], - int cluster_labels[MAX_CLUSTER_COUNT]) { +void first_decomp( int long_output, int total_clusters, + int bulk_atom_label[MAXATOMS], + atom_list *chem_file, + clusters *new_clusters[MAX_CLUSTER_COUNT], + int colors[MAX_CLUSTER_COUNT], + int cluster_labels[MAX_CLUSTER_COUNT] ) { - int current_cluster = 0, cluster_number = 0; + int current_cluster=0, cluster_number=0; - atom_list *start_of_list = NULL; - - clusters *nc_temp = NULL, *nc_current = NULL; + atom_list *start_of_list = NULL; + clusters *nc_temp = NULL, + *nc_current = NULL; + start_of_list = chem_file; - if (!long_output) { + if( !long_output ){ - for (current_cluster = 0; current_cluster < total_clusters; - current_cluster++) { + for( current_cluster = 0; current_cluster < total_clusters; current_cluster++ ) { - colors[current_cluster] = current_cluster + 1; + colors[current_cluster] = current_cluster+1; chem_file = start_of_list; - while (chem_file) { - - /************************************************************/ - /* the array bulk_atom_label contains the cluster label */ - /* assigned by first. Clusters are number consecutively, the*/ - /* largest cluster is 1, the next largest 2, ... . Which */ - /* cluster an atom in the protein belongs to is indexed by */ - /* bulk_atom_label. We only look at clusters of a certain */ - /* size. The variable total_clusters indicates how many */ - /* clusters we have in the current decomp. */ - /************************************************************/ - cluster_number = bulk_atom_label[chem_file->atom_number]; - - if (cluster_number == cluster_labels[current_cluster]) { - - nc_temp = (clusters *)malloc(sizeof(clusters)); - - if (new_clusters[current_cluster] == NULL) { - new_clusters[current_cluster] = nc_temp; - nc_current = nc_temp; - } - - nc_temp->atom_number = chem_file->atom_number; - nc_temp->residue_number = chem_file->residue; - nc_temp->insertion_space = chem_file->insertion_space; - sscanf(chem_file->atom_type, "%3s", nc_temp->atom_type); - nc_temp->chain_ID = chem_file->chain_ID; - nc_temp->cluster_color = current_cluster + 1; - - nc_current->next_element = nc_temp; - nc_current = nc_current->next_element; - nc_current->next_element = NULL; - } - - chem_file = chem_file->next_atom; + while( chem_file ){ + + /************************************************************/ + /* the array bulk_atom_label contains the cluster label */ + /* assigned by first. Clusters are number consecutively, the*/ + /* largest cluster is 1, the next largest 2, ... . Which */ + /* cluster an atom in the protein belongs to is indexed by */ + /* bulk_atom_label. We only look at clusters of a certain */ + /* size. The variable total_clusters indicates how many */ + /* clusters we have in the current decomp. */ + /************************************************************/ + cluster_number = bulk_atom_label[chem_file->atom_number]; + + if(cluster_number == cluster_labels[current_cluster] ){ + + nc_temp = (clusters *) malloc( sizeof( clusters )); + + if( new_clusters[current_cluster] == NULL ){ + new_clusters[current_cluster] = nc_temp; + nc_current = nc_temp; + } + + nc_temp->atom_number = chem_file->atom_number; + nc_temp->residue_number = chem_file->residue; + nc_temp->insertion_space = chem_file->insertion_space; + sscanf( chem_file->atom_type, "%3s", nc_temp->atom_type ); + nc_temp->chain_ID = chem_file->chain_ID; + nc_temp->cluster_color = current_cluster+1; + + nc_current->next_element = nc_temp; + nc_current = nc_current->next_element; + nc_current->next_element = NULL; + + } + + + chem_file = chem_file->next_atom; + } } } + } /**********************************************************************/ /* store the atom info from the chem_file corresponding to the new */ /* clusters in an array of linked lists called nc_count. */ /**********************************************************************/ -void set_new_decomp_info(int total_clusters, int bulk_atom_label[MAXATOMS], - int atom_num, clusters *new_decomp[MAX_CLUSTER_COUNT], - atom_list *chem_file, - int cluster_labels[MAX_CLUSTER_COUNT]) { - - int cluster_number = 0, current_cluster = 0, found_cluster = 0, +void set_new_decomp_info( int total_clusters, + int bulk_atom_label[MAXATOMS], + int atom_num, + clusters *new_decomp[MAX_CLUSTER_COUNT], + atom_list *chem_file, + int cluster_labels[MAX_CLUSTER_COUNT] ) { + + int cluster_number = 0, + current_cluster = 0, + found_cluster = 0, this_cluster = 0; - + atom_list *start_of_list = NULL; - - clusters *nc_current = NULL, *nc_temp = NULL; + + clusters *nc_current = NULL, + *nc_temp = NULL; start_of_list = chem_file; - for (current_cluster = 0; current_cluster < total_clusters; - current_cluster++) { - + for( current_cluster = 0; current_cluster < total_clusters; current_cluster++ ) { + chem_file = start_of_list; - - while (chem_file) { + + while( chem_file ){ cluster_number = bulk_atom_label[chem_file->atom_number]; - if (cluster_number == cluster_labels[current_cluster]) { - nc_temp = (clusters *)malloc(sizeof(clusters)); - - if (new_decomp[current_cluster] == NULL) { - new_decomp[current_cluster] = nc_temp; - nc_current = nc_temp; - } - - nc_temp->atom_number = chem_file->atom_number; - nc_temp->residue_number = chem_file->residue; - nc_temp->insertion_space = chem_file->insertion_space; - sscanf(chem_file->atom_type, "%3s", nc_temp->atom_type); - nc_temp->chain_ID = chem_file->chain_ID; - nc_temp->next_element = NULL; - - nc_current->next_element = nc_temp; - nc_current = nc_current->next_element; - nc_current->next_element = NULL; + if( cluster_number == cluster_labels[current_cluster] ){ + nc_temp = (clusters *) malloc( sizeof( clusters )); + + if( new_decomp[current_cluster] == NULL ){ + new_decomp[current_cluster] = nc_temp; + nc_current = nc_temp; + } + + nc_temp->atom_number = chem_file->atom_number; + nc_temp->residue_number = chem_file->residue; + nc_temp->insertion_space = chem_file->insertion_space; + sscanf( chem_file->atom_type, "%3s", nc_temp->atom_type ); + nc_temp->chain_ID = chem_file->chain_ID; + nc_temp->next_element = NULL; + + nc_current->next_element = nc_temp; + nc_current = nc_current->next_element; + nc_current->next_element = NULL; } - + chem_file = chem_file->next_atom; + } } + } /**************************************************/ /**************************************************/ -void swap_cluster_info(clusters *array[MAX_CLUSTER_COUNT], int element_A, - int element_B, int size[MAX_CLUSTER_COUNT]) { - +void swap_cluster_info( clusters *array[MAX_CLUSTER_COUNT], int element_A, int element_B, + int size[MAX_CLUSTER_COUNT] ){ + int temp_size[MAX_CLUSTER_COUNT]; - + clusters *temp_struct[2]; - + temp_size[0] = size[element_A]; temp_struct[0] = array[element_A]; @@ -514,33 +558,33 @@ void swap_cluster_info(clusters *array[MAX_CLUSTER_COUNT], int element_A, size[element_B] = temp_size[0]; array[element_B] = temp_struct[0]; + } /**************************************************/ /**************************************************/ -void bsort(clusters *array[MAX_CLUSTER_COUNT], int size[MAX_CLUSTER_COUNT], - int start, int end) { - - int a = 0, last = 0; - - if (start >= end) - return; - swap_cluster_info(array, start, (start + end) / 2, size); +void bsort( clusters *array[MAX_CLUSTER_COUNT], int size[MAX_CLUSTER_COUNT], int start, int end ){ + + int a=0, last=0; + + if( start >= end ) + return; + swap_cluster_info( array, start, (start+end)/2, size ); last = start; - - for (a = start + 1; a <= end; a++) { - if (size[a] > size[start]) { - swap_cluster_info(array, ++start, a, size); + + for( a = start+1; a <= end; a++ ){ + if( size[a] > size[start] ){ + swap_cluster_info( array, ++start, a, size ); } } - swap_cluster_info(array, start, last, size); - bsort(array, size, start, last - 1); - bsort(array, size, last + 1, end); + swap_cluster_info( array, start, last, size ); + bsort( array, size, start, last-1 ); + bsort( array, size, last+1, end ); } /*****************************************************/ /*****************************************************/ -void swap_colors(int array[MAX_CLUSTER_COUNT], int A, int B) { +void swap_colors( int array[MAX_CLUSTER_COUNT], int A, int B ){ int temp; temp = array[A]; array[A] = array[B]; @@ -549,21 +593,23 @@ void swap_colors(int array[MAX_CLUSTER_COUNT], int A, int B) { /*****************************************************/ /*****************************************************/ -void csort(int colors[MAX_CLUSTER_COUNT], int start, int end) { +void csort( int colors[MAX_CLUSTER_COUNT], int start, int end ) { - int a = 0, last = 0; + int + a = 0, + last = 0; - if (start >= end) + if( start >= end ) return; - swap_colors(colors, start, (start + end) / 2); + swap_colors( colors, start, (start+end)/2 ); last = start; - for (a = start + 1; a <= end; a++) { - if (colors[a] > colors[start]) - swap_colors(colors, ++start, a); + for( a = start+1; a <= end; a++ ){ + if( colors[a] > colors[start] ) + swap_colors( colors, ++start, a ); } - swap_colors(colors, start, last); - csort(colors, start, last - 1); - csort(colors, last + 1, end); + swap_colors( colors, start, last ); + csort( colors, start, last-1 ); + csort( colors, last+1, end ); } /****************************************************/ @@ -577,29 +623,44 @@ void csort(int colors[MAX_CLUSTER_COUNT], int start, int end) { /* ned to the remaining subcluster(s) */ /****************************************************/ void compute_new_cluster_list(clusters *nc_list[MAX_CLUSTER_COUNT], int num_new, - clusters *oc_list[MAX_CLUSTER_COUNT], int num_old, - int old_colors[MAX_CLUSTER_COUNT], - int colors[MAX_CLUSTER_COUNT]) { - - int a = 0, b = 0, c = 0, d = 0, e = 0, total_count = 0, color_count = 1, - is_a_subset = 0, subset_index = 0, subset_element = 0, - total_atoms[MAX_CLUSTER_COUNT], current_color_index = 0, atom_count = 0, - sort_color[MAX_CLUSTER_COUNT], t = 0, new_colors[MAX_CLUSTER_COUNT]; - - clusters *new_current, *old_current, *subset_list[MAX_CLUSTER_COUNT], - *new_list[MAX_CLUSTER_COUNT]; + clusters *oc_list[MAX_CLUSTER_COUNT], int num_old, + int old_colors[MAX_CLUSTER_COUNT], int colors[MAX_CLUSTER_COUNT]){ + + int + a = 0, + b = 0, + c = 0, + d = 0, + e = 0, + total_count = 0, + color_count = 1, + is_a_subset = 0, + subset_index = 0, + subset_element = 0, + total_atoms[MAX_CLUSTER_COUNT], + current_color_index = 0, + atom_count = 0, + sort_color[MAX_CLUSTER_COUNT], + t = 0, + new_colors[MAX_CLUSTER_COUNT]; + + clusters + *new_current, + *old_current, + *subset_list[MAX_CLUSTER_COUNT], + *new_list[MAX_CLUSTER_COUNT]; /**********************************************************************/ /* Initialize variables. */ /**********************************************************************/ - for (d = 0; d < num_old; d++) + for( d = 0; d < num_old; d++ ) sort_color[d] = old_colors[d]; - - for (d = 0; d < MAX_CLUSTER_COUNT; d++) + + for( d = 0; d < MAX_CLUSTER_COUNT; d++) new_colors[d] = 99999; /**********************************************************************/ - csort(sort_color, 0, num_old - 1); + csort( sort_color, 0, num_old-1 ); current_color_index = sort_color[0]; /***********************************************/ @@ -609,69 +670,72 @@ void compute_new_cluster_list(clusters *nc_list[MAX_CLUSTER_COUNT], int num_new, /* new color will be 1 + the number of old */ /* clusters. */ /***********************************************/ - for (a = 0; a < num_old; a++) { - - subset_index = 0; + for( a = 0; a < num_old; a++ ){ + + subset_index = 0; subset_element = 0; /* Find all the new clusters that are subsets of old cluster "a" */ - for (b = 0; b < num_new; b++) { - + for( b = 0; b < num_new; b++ ){ + is_a_subset = 0; new_current = nc_list[b]; old_current = oc_list[a]; - - while (old_current) { - - if (new_current->residue_number == old_current->residue_number && - !strcmp(new_current->atom_type, old_current->atom_type) && - (new_current->chain_ID == old_current->chain_ID) && - new_current->atom_number == old_current->atom_number) { - is_a_subset = -1; - old_current = NULL; - } - if (old_current) - old_current = old_current->next_element; + + while(old_current){ + + if(new_current->residue_number == old_current->residue_number && + !strcmp( new_current->atom_type, old_current->atom_type ) && + ( new_current->chain_ID == old_current->chain_ID ) && + new_current->atom_number == old_current->atom_number ) { + is_a_subset = -1; + old_current = NULL; + } + if( old_current ) + old_current = old_current->next_element; } - if (is_a_subset) { - subset_list[subset_index] = nc_list[b]; - new_current = nc_list[b]; - while (new_current) { - atom_count++; - new_current = new_current->next_element; - } - total_atoms[subset_index] = atom_count; - subset_index++; - atom_count = 0; + if( is_a_subset ){ + subset_list[subset_index] = nc_list[b]; + new_current = nc_list[b]; + while(new_current){ + atom_count++; + new_current = new_current->next_element; + } + total_atoms[subset_index] = atom_count; + subset_index++; + atom_count = 0; } } /* if there is at least one subset of old cluster "a" */ - if (subset_index) { - - bsort(subset_list, total_atoms, 0, subset_index - 1); - - for (t = 0; t < subset_index; t++) { - if (t == 0) { - new_list[total_count] = subset_list[t]; - new_colors[total_count] = old_colors[a]; - total_count++; - } else { /* need to sort color_nums, and take 1+ the largest */ - new_list[total_count] = subset_list[t]; - new_colors[total_count] = current_color_index + color_count; - total_count++; - color_count++; - } + if( subset_index ){ + + bsort( subset_list, total_atoms, 0, subset_index-1 ); + + for( t = 0; t < subset_index; t++ ){ + if( t == 0){ + new_list[total_count] = subset_list[t]; + new_colors[total_count] = old_colors[a]; + total_count++; + } + else{ /* need to sort color_nums, and take 1+ the largest */ + new_list[total_count] = subset_list[t]; + new_colors[total_count] = current_color_index + color_count; + total_count++; + color_count++; + } } } + } /*printf("num_new %d, total_count %d\n", num_new, total_count );*/ - for (c = 0; c < num_new; c++) { + for( c = 0; c < num_new; c++ ) { nc_list[c] = new_list[c]; - colors[c] = new_colors[c]; + colors[c] = new_colors[c]; } + } /**********************************************************************/ @@ -680,33 +744,35 @@ void compute_new_cluster_list(clusters *nc_list[MAX_CLUSTER_COUNT], int num_new, /* clusters. If the main-chain count did not change, the output of the*/ /* current decomp is not produced. */ /**********************************************************************/ -int compare_old_and_new_decomps(clusters *new[MAX_CLUSTER_COUNT], - clusters *old[MAX_CLUSTER_COUNT], - int cluster_counter, - int cluster_sizes[MAX_CLUSTER_COUNT], - int old_cluster_count) { - - int a = 0, size_new = 0, size_old = 0, this_cluster_size = 0; - - clusters *nc_current = NULL, *oc_current = NULL; - - /* - printf("\nCHK PT 2.73359 \n"); - fflush(stdout); - */ - - for (a = 0; a < cluster_counter; a++) { - +int compare_old_and_new_decomps( clusters *new[MAX_CLUSTER_COUNT], clusters *old[MAX_CLUSTER_COUNT], + int cluster_counter, int cluster_sizes[MAX_CLUSTER_COUNT], + int old_cluster_count ) { + + int + a = 0, + size_new = 0, + size_old = 0, + this_cluster_size = 0; + + clusters + *nc_current = NULL, + *oc_current = NULL; + + /* + printf("\nCHK PT 2.73359 \n"); + fflush(stdout); + */ + + for( a = 0; a < cluster_counter; a++ ){ + nc_current = new[a]; - - /* printf("\n DEBUG: cluster number = %d",a); */ - - while (nc_current) { - + +/* printf("\n DEBUG: cluster number = %d",a); */ + + while( nc_current ){ + size_new++; - /* printf("size: %4d (%5d %4d %c)\n",size_new, - * nc_current->atom_number, nc_current->residue_number, - * nc_current->chain_ID );*/ + /* printf("size: %4d (%5d %4d %c)\n",size_new, nc_current->atom_number, nc_current->residue_number, nc_current->chain_ID );*/ fflush(stdout); this_cluster_size++; nc_current = nc_current->next_element; @@ -714,26 +780,25 @@ int compare_old_and_new_decomps(clusters *new[MAX_CLUSTER_COUNT], cluster_sizes[a] = this_cluster_size - 1; this_cluster_size = 0; } - for (a = 0; a < old_cluster_count; a++) { - + for( a = 0; a < old_cluster_count; a++ ){ + oc_current = old[a]; - - while (oc_current) { + + while( oc_current ){ size_old++; oc_current = oc_current->next_element; } } - /* - printf("\nCHK PT 2.73361 \n"); - fflush(stdout); - printf("size new %d (%3d clusters) size old %d (%3d clusters)\n", size_new, - cluster_counter, size_old, old_cluster_count );*/ - - if (size_new == size_old) { - return (1); +/* + printf("\nCHK PT 2.73361 \n"); + fflush(stdout); + printf("size new %d (%3d clusters) size old %d (%3d clusters)\n", size_new, cluster_counter, size_old, old_cluster_count );*/ + + if( size_new == size_old ) { + return(1); } - return (0); + return(0); } /**********************************************************************/ @@ -745,21 +810,21 @@ int compare_old_and_new_decomps(clusters *new[MAX_CLUSTER_COUNT], /* the output file cluster.ps, and deleted. The array file_list holds */ /* the addresses of the tempfiles. */ /**********************************************************************/ -void set_temp_files(FILE *file_list[FILE_LIST_SIZE], int *number_of_pages, - int *ps_page_number) { +void set_temp_files( FILE *file_list[FILE_LIST_SIZE], int *number_of_pages, int *ps_page_number) { int a = 0; - char file_name[15]; + char + file_name[15]; FILE *fp; - - for (a = 1; a <= *number_of_pages; a++) { - /* printf("setting up temp files...\n"); */ - sprintf(file_name, "%d", a); - fp = fopen(file_name, "w+"); + + for( a = 1; a <= *number_of_pages; a++ ) { +/* printf("setting up temp files...\n"); */ + sprintf( file_name, "%d", a ); + fp = fopen( file_name,"w+"); (*ps_page_number)++; - fprintf(fp, "%%%%Page: %d %d\n\n", *ps_page_number, *ps_page_number); + fprintf(fp, "%%%%Page: %d %d\n\n", *ps_page_number, *ps_page_number ); fprintf(fp, "0 109 620 109 sequence_line\n"); file_list[a] = fp; } @@ -767,85 +832,91 @@ void set_temp_files(FILE *file_list[FILE_LIST_SIZE], int *number_of_pages, /**********************************************************************/ /* Clean up unnecessary files and stuff. */ -/**********************************************************************/ -void clean_up(FILE *ps_file, int number_of_pages) { +/**********************************************************************/ +void clean_up( FILE *ps_file, int number_of_pages ){ - int a = 0; - char file_name[4], linebuf[300], cmd[20]; + int a=0; + char file_name[4], linebuf[300],cmd[20]; FILE *current_file; - fprintf(ps_file, "showpage\n\n"); - fflush(ps_file); + fprintf( ps_file, "showpage\n\n" ); + fflush( ps_file ); - for (a = 1; a <= number_of_pages; a++) { - sprintf(file_name, "%d", a); - current_file = fopen(file_name, "r"); - while (fgets(linebuf, sizeof(linebuf), current_file) != NULL) { - fprintf(ps_file, "%s", linebuf); + for( a = 1; a <= number_of_pages; a++ ) { + sprintf( file_name, "%d", a ); + current_file = fopen( file_name, "r" ); + while( fgets( linebuf, sizeof(linebuf), current_file ) != NULL ){ + fprintf(ps_file, "%s", linebuf ); } fprintf(ps_file, "showpage\n"); } - + fprintf(ps_file, "%%%%EOF\n\n"); - - if (number_of_pages) - for (a = 1; a <= number_of_pages; a++) { - sprintf(cmd, "\\rm -f %d\n", a); + + if( number_of_pages ) + for( a = 1; a <= number_of_pages; a++ ) + { + sprintf(cmd,"\\rm -f %d\n",a); system(cmd); } } -/*****************************************************/ -/* added to sort the rigid_regions array */ -/*****************************************************/ - -void quick_sort(int *array, int start, int end) { - - int a = 0, last = 0; - if (start >= end) - return; - swap_colors(array, start, (start + end) / 2); - last = start; - for (a = start + 1; a <= end; a++) { - if (array[a] < array[start]) - swap_colors(array, ++start, a); + /*****************************************************/ + /* added to sort the rigid_regions array */ + /*****************************************************/ + + void quick_sort( int *array, int start, int end ) { + + int + a = 0, + last = 0; + + if( start >= end ) + return; + swap_colors( array, start, (start+end)/2 ); + last = start; + for( a = start+1; a <= end; a++ ){ + if( array[a] < array[start] ) + swap_colors( array, ++start, a ); + } + swap_colors( array, start, last ); + quick_sort( array, start, last-1 ); + quick_sort( array, last+1, end ); } - swap_colors(array, start, last); - quick_sort(array, start, last - 1); - quick_sort(array, last + 1, end); -} - -/**********************************************************************/ -/* This routine is invoked only when user chooses text-only output */ -/* detailing the flexible residue ranges only with each h-bond break. */ -/* Outout is written to a text file instead of generating a postscript*/ -/**********************************************************************/ -int open_output_file(char file_name[128], FILE **file) { - - char temp[128]; - if (!fopen(file_name, "r")) { - *file = fopen(file_name, "w"); - return (1); - } else { - printf("\n\t There is already a copy of %s in this directory.\n", - file_name); - strcpy(temp, file_name); - strcat(temp, ".tmp"); - printf("\t The output will be saved in %s\n", temp); - - if (!fopen(temp, "r")) { - *file = fopen(temp, "w"); - return (1); - } else { - printf( - "\n\t There is also a tmp.ps in this directory. The program will\n"); - printf("\t terminate. After you rename or remove %s and %s, you\n", - file_name, temp); - printf("\t may run the program from the command line as follows:\n"); - printf("\t hbdilute decomp_list s *_proflexdataset\n\n"); - return (0); + + /**********************************************************************/ + /* This routine is invoked only when user chooses text-only output */ + /* detailing the flexible residue ranges only with each h-bond break. */ + /* Outout is written to a text file instead of generating a postscript*/ + /**********************************************************************/ + int open_output_file( char file_name[128], FILE** file ){ + + + char temp[128]; + if( !fopen(file_name,"r") ){ + *file = fopen( file_name, "w" ); + return(1); } + else{ + printf("\n\t There is already a copy of %s in this directory.\n", file_name ); + strcpy(temp, file_name); + strcat(temp,".tmp"); + printf("\t The output will be saved in %s\n", temp); + + if( !fopen(temp, "r") ){ + *file = fopen(temp, "w" ); + return(1); + } + else{ + printf("\n\t There is also a tmp.ps in this directory. The program will\n"); + printf("\t terminate. After you rename or remove %s and %s, you\n", file_name,temp); + printf("\t may run the program from the command line as follows:\n"); + printf("\t hbdilute decomp_list s *_proflexdataset\n\n"); + return(0); + } + + } + return(1); + } - return (1); -} diff --git a/proflex/prog/hbdilute/src/text_output.c b/proflex/prog/hbdilute/src/text_output.c index 5edb0cb..c37082e 100755 --- a/proflex/prog/hbdilute/src/text_output.c +++ b/proflex/prog/hbdilute/src/text_output.c @@ -1,23 +1,24 @@ /******************************************************************************* - * MSU ProFlex, formerly called FIRST, is a software developed to predict and * - * analyze protein flexibility. * This source file is a part of MSU ProFlex. * - * * - * Copyright (C) 1997 - 2008, Michigan State University. * - * * - * This program is free software; you can redistribute to academic users only, - ** it and/or modify it under the terms of the GNU General Public License, * - * version 2, as published by the Free Software Foundation. * - * * - * This program is distributed in the hope that it will be useful, * but - *WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General - *Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * along - *with this program; if not, write to the Free Software * - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * - * or see http://www.gnu.org/licenses/gpl.txt * - *******************************************************************************/ +* MSU ProFlex, formerly called FIRST, is a software developed to predict and * +* analyze protein flexibility. * +* This source file is a part of MSU ProFlex. * +* * +* Copyright (C) 1997 - 2008, Michigan State University. * +* * +* This program is free software; you can redistribute to academic users only, * +* it and/or modify it under the terms of the GNU General Public License, * +* version 2, as published by the Free Software Foundation. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * +* or see http://www.gnu.org/licenses/gpl.txt * +*******************************************************************************/ /************************************************************/ /* File: text_output.h */ @@ -29,18 +30,20 @@ /* of flexible ranges along with the margin's info which */ /* appears in the regular postscript output */ /************************************************************/ -#include "../include/types.h" -#include #include +#include #include #include +#include "../include/types.h" + /**********************************************************************/ /* This routine is invoked only when user chooses text-only output. */ /* Output is either written as Postscript or Text - not both. */ /* detailing the flexible residue ranges only with each h-bond break. */ -/* Outout is written to a text file instead of generating a postscript*/ +/* Outout is written to a text file instead of generating a postscript*/ /**********************************************************************/ + static void swap_colors(int array[MAX_CLUSTER_COUNT], int A, int B) { int temp; temp = array[A]; @@ -65,74 +68,87 @@ static void quick_sort(int *array, int start, int end) { quick_sort(array, last + 1, end); } -void print_text_decomp(clusters *nc_count[120], int cluster_counter, - int line_number, FILE *text_file, int y_translate[10], - int number_of_residues, int hb_number, float hb_energy, - float mean_coordination) { - - int rigid_regions_index = 0, rigid_counter = 0, a = 0; +void print_text_decomp( + clusters *nc_count[120], int cluster_counter, int line_number, + FILE *text_file, int y_translate[10], int number_of_residues, + int hb_number, float hb_energy, float mean_coordination) +{ - int *rigid_regions = NULL; +int + rigid_regions_index = 0, + rigid_counter = 0, + a = 0; - clusters *nc_current = NULL; +int * rigid_regions = NULL; - static int first_res_no, static_counter; +clusters + *nc_current = NULL; - /* print the Hydrogen - bond information on the left */ - // printf("\n----%d th run ------\n",++static_counter); - fprintf(text_file, "%4d %7.3f %7.3f\t[ ", hb_number, hb_energy, - mean_coordination); +static int + first_res_no,static_counter; - /* array rigid would store the residue numbers of residues - which are part of any rigid cluster */ - /* thrice becuase for non-terminal residues, N, Ca, CB can appear */ + /* print the Hydrogen - bond information on the left */ + //printf("\n----%d th run ------\n",++static_counter); + fprintf( text_file, "%4d %7.3f %7.3f\t[ ", hb_number, hb_energy,mean_coordination ); - rigid_regions = malloc(3 * number_of_residues * sizeof(int)); + /* array rigid would store the residue numbers of residues + which are part of any rigid cluster */ - /* initialize the residue numbers */ - for (rigid_regions_index = 0; rigid_regions_index < number_of_residues * 3; - rigid_regions_index++) { - rigid_regions[rigid_regions_index] = -999; - } + /* thrice becuase for non-terminal residues, N, Ca, CB can appear */ - rigid_regions_index = 0; + rigid_regions = malloc( 3*number_of_residues * sizeof(int)); - if (line_number == 710) - first_res_no = y_translate[0]; /* First chain */ - - for (a = 0; a < cluster_counter; a++) { - nc_current = nc_count[a]; - while (nc_current) { - rigid_regions[rigid_regions_index] = nc_current->residue_number; - rigid_regions_index++; - nc_current = nc_current->next_element; + /* initialize the residue numbers */ + for( rigid_regions_index = 0; + rigid_regions_index residue_number; + rigid_regions_index++; + nc_current = nc_current->next_element; + } + } + + + rigid_counter = rigid_regions_index; + rigid_regions[rigid_counter] = first_res_no-1; + + rigid_counter++; + rigid_regions[rigid_counter] = first_res_no + number_of_residues; + fprintf(text_file," %d to %d , %d \n ", first_res_no , + first_res_no + number_of_residues-1,rigid_counter ); + + + quick_sort( rigid_regions, 0, rigid_counter ); + + //for( a = 0;a Date: Sat, 18 Dec 2021 12:13:39 +0900 Subject: [PATCH 03/14] modified code --- proflex/prog/hbdilute/include/postscript.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/proflex/prog/hbdilute/include/postscript.h b/proflex/prog/hbdilute/include/postscript.h index d5657ce..f891710 100755 --- a/proflex/prog/hbdilute/include/postscript.h +++ b/proflex/prog/hbdilute/include/postscript.h @@ -33,13 +33,6 @@ void print_current_Hbond_info_portrait( FILE *, int, int, int, int *, int, float int, int, int, int[], char [], char [], int, char, char, char[], char[], int, float, int ); -void print_current_Hbond_info_landscape(FILE *, int, int, int, int *, int, - float, int, int[], int, int, int, float, - int *, int, int, int, int[], char[], - char[], int, char, char, char[], int[], - char[], int, float, int, - /* SN 2008:01 */ int, int, char, char, - int); void print_current_Hbond_info_landscape( FILE *, int, int, int, int *, int, float, int, int [], int, int, int, float, int *, int, int, int, int[], char [], char [], int, From ba0401aa136393b4314c904592c979daa4388ab6 Mon Sep 17 00:00:00 2001 From: Bunsho Koyano Date: Sun, 2 Jan 2022 20:44:22 +0900 Subject: [PATCH 04/14] add excecution files --- proflex/bin/execute_proflex.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 proflex/bin/execute_proflex.py diff --git a/proflex/bin/execute_proflex.py b/proflex/bin/execute_proflex.py new file mode 100644 index 0000000..ba948c5 --- /dev/null +++ b/proflex/bin/execute_proflex.py @@ -0,0 +1,11 @@ +import subprocess +import glob + + +def main(): + for pdb_file_path in glob.glob("nmr_pdb_dir/*"): + subprocess.run(["proflex", "-h", "-nonf", f"{pdb_file_path}"]) + + +if __name__ == "__main__": + main() From fccacaa5720a33c178929ad40581a8582f4f1f4f Mon Sep 17 00:00:00 2001 From: Bunsho Koyano Date: Sun, 2 Jan 2022 20:44:56 +0900 Subject: [PATCH 05/14] download pdb files --- proflex/bin/make_w_matrix.py | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 proflex/bin/make_w_matrix.py diff --git a/proflex/bin/make_w_matrix.py b/proflex/bin/make_w_matrix.py new file mode 100644 index 0000000..e8cdaa4 --- /dev/null +++ b/proflex/bin/make_w_matrix.py @@ -0,0 +1,35 @@ +import pandas as pd +import glob +import os +from pathlib import Path + +# import skbio + +# from Bio import AlignIO +from Bio.PDB.PDBList import PDBList + +# from biopandas.pdb import PandasPdb + +# from skbio.alignment import TabularMSA + + +def main(): + """ + 必要なpdb_idのデータを全て取得。 + 実行完了まで数時間かかる。 + """ + prosite_msa_df = pd.read_csv("aligned_nmr_protein.csv") + print(prosite_msa_df["pdbID"].nunique()) + os.makedirs("nmr_pdb_dir", exist_ok=True) + PDBList().download_pdb_files( + pdb_codes=prosite_msa_df["pdbID"].unique(), + file_format="pdb", + pdir="nmr_pdb_dir", + ) + for file_path in glob.glob("nmr_pdb_dir/*"): + file_name = Path(file_path) + file_name.rename(file_name.with_suffix(".pdb")) + + +if __name__ == "__main__": + main() From ab4babe96f2ca50c760b3cc1a6623c605becb849 Mon Sep 17 00:00:00 2001 From: Bunsho Koyano Date: Sun, 2 Jan 2022 20:57:09 +0900 Subject: [PATCH 06/14] pdb in nmr and prosite --- proflex/bin/aligned_nmr_protein.csv | 32680 ++++++++++++++++++++++++++ 1 file changed, 32680 insertions(+) create mode 100644 proflex/bin/aligned_nmr_protein.csv diff --git a/proflex/bin/aligned_nmr_protein.csv b/proflex/bin/aligned_nmr_protein.csv new file mode 100644 index 0000000..4297e8c --- /dev/null +++ b/proflex/bin/aligned_nmr_protein.csv @@ -0,0 +1,32680 @@ +prositeAC,pdbID,pdbChain,pdbMatchLine +PS00001,821P,A,84-87 +PS00005,821P,A,"38-40,144-146" +PS00006,821P,A,"34-37,88-91" +PS00007,821P,A,"87-95,148-156" +PS00008,821P,A,"12-17,150-155" +PS00017,821P,A,9-16 +PS00004,2BCB,A,70-73 +PS00006,2BCB,A,"1-4,23-26,43-46,61-64" +PS00018,2BCB,A,53-65 +PS00029,2BCB,A,31-52 +PS00303,2BCB,A,48-69 +PS00005,487D,H,"29-31,216-218" +PS00006,487D,H,16-19 +PS00008,487D,H,"116-121,198-203" +PS00430,487D,H,0-41 +PS01199,487D,H,115-134 +PS00001,487D,I,25-28 +PS00006,487D,I,"57-60,130-133" +PS00005,487D,J,"17-19,59-61" +PS00008,487D,J,"6-11,13-18,39-44,58-63,70-75" +PS00009,487D,J,91-94 +PS00430,487D,J,0-21 +PS00525,487D,J,146-154 +PS00005,487D,K,"93-95,139-141" +PS00008,487D,K,90-95 +PS00009,487D,K,11-14 +PS00651,487D,K,12-39 +PS00005,487D,L,"93-95,123-125" +PS00006,487D,L,51-54 +PS00008,487D,L,"76-81,122-127" +PS00005,487D,M,"27-29,41-43,64-66,91-93" +PS00006,487D,M,41-44 +PS00007,487D,M,69-75 +PS00009,487D,M,27-30 +PS00049,487D,M,59-85 +PS00005,487D,N,16-18 +PS00005,1A03,A,"19-21,29-31" +PS00006,1A03,A,"2-5,19-22,29-32" +PS00008,1A03,A,9-14 +PS00018,1A03,A,60-72 +PS00303,1A03,A,55-76 +PS00005,1A03,B,"19-21,29-31" +PS00006,1A03,B,"2-5,19-22,29-32" +PS00008,1A03,B,9-14 +PS00018,1A03,B,60-72 +PS00303,1A03,B,55-76 +PS00005,1A0N,A,10-12 +PS00001,1A0N,B,33-36 +PS00006,1A0N,B,"17-20,35-38,46-49" +PS00001,2A0T,A,"66-69,93-96" +PS00005,2A0T,A,"1-3,47-49,71-73" +PS00006,2A0T,A,111-114 +PS00008,2A0T,A,94-99 +PS00004,2A00,A,98-101 +PS00006,2A00,A,"36-39,45-48,118-121" +PS00008,2A00,A,"16-21,100-105" +PS00005,1A11,A,"1-3,22-24" +PS00005,1A19,A,19-21 +PS00006,1A19,A,12-15 +PS00008,1A19,A,81-86 +PS00005,1A19,B,19-21 +PS00006,1A19,B,12-15 +PS00008,1A19,B,81-86 +PS00001,1A1D,A,70-73 +PS00005,1A1D,A,77-79 +PS00006,1A1D,A,"3-6,12-15,30-33,87-90" +PS00007,1A1D,A,86-94 +PS00008,1A1D,A,126-131 +PS00005,1A1W,A,68-70 +PS00006,1A1W,A,"15-18,40-43" +PS00009,1A1W,A,30-33 +PS00005,1A1T,A,"11-13,49-51" +PS00008,1A1T,A,"3-8,34-39" +PS00005,1A1Z,A,68-70 +PS00006,1A1Z,A,"15-18,40-43" +PS00008,1A1Z,A,24-29 +PS00009,1A1Z,A,30-33 +PS00008,1CW6,A,"5-10,12-17" +PS60030,1CW6,A,2-13 +PS00005,1A23,A,"100-102,180-182,185-187" +PS00006,1A23,A,"9-12,103-106,168-171" +PS00008,1A23,A,"52-57,64-69,94-99,164-169" +PS00194,1A23,A,21-39 +PS00005,1A24,A,"100-102,180-182,185-187" +PS00006,1A24,A,"9-12,103-106,168-171" +PS00008,1A24,A,"52-57,64-69,94-99,164-169" +PS00194,1A24,A,21-39 +PS00001,1A2I,A,20-23 +PS00005,1A2I,A,"23-25,26-28,60-62" +PS00008,1A2I,A,"46-51,87-92,98-103" +PS00008,1A2S,A,"12-17,20-25,58-63" +PS00001,2A2N,A,"117-120,171-174" +PS00004,2A2N,A,17-20 +PS00005,2A2N,A,"98-100,160-162,173-175" +PS00006,2A2N,A,"3-6,11-14,28-31" +PS00008,2A2N,A,"78-83,113-118" +PS00001,2A2N,B,"117-120,171-174" +PS00004,2A2N,B,17-20 +PS00005,2A2N,B,"98-100,160-162,173-175" +PS00006,2A2N,B,"3-6,11-14,28-31" +PS00008,2A2N,B,"78-83,113-118" +PS00001,2A2N,C,"117-120,171-174" +PS00004,2A2N,C,17-20 +PS00005,2A2N,C,"98-100,160-162,173-175" +PS00006,2A2N,C,"3-6,11-14,28-31" +PS00008,2A2N,C,"78-83,113-118" +PS00005,2A2V,A,23-25 +PS00008,2A2V,A,19-24 +PS00001,2A20,A,26-29 +PS00005,2A20,A,"43-45,46-48" +PS00008,2A20,A,"22-27,39-44" +PS00004,2A2Y,A,75-78 +PS00005,2A2Y,A,"1-3,38-40,51-53" +PS00006,2A2Y,A,"38-41,51-54,67-70" +PS00004,2A2Y,B,75-78 +PS00005,2A2Y,B,"1-3,38-40,51-53" +PS00006,2A2Y,B,"38-41,51-54,67-70" +PS00006,2A2P,A,"77-80,94-97,116-119" +PS00008,2A2P,A,"12-17,23-28" +PS00004,2A29,A,98-101 +PS00006,2A29,A,"36-39,45-48,118-121" +PS00008,2A29,A,"16-21,100-105" +PS00006,1A3P,A,4-7 +PS00008,1A3P,A,1-6 +PS00022,1A3P,A,27-38 +PS01186,1A3P,A,27-38 +PS00005,1A3Z,A,"5-7,33-35,78-80,89-91" +PS00006,1A3Z,A,5-8 +PS00007,1A3Z,A,24-32 +PS00008,1A3Z,A,0-5 +PS00079,1A3Z,A,131-151 +PS00196,1A3Z,A,130-147 +PS00006,2A3D,A,"2-5,23-26" +PS00008,2A3D,A,21-26 +PS00005,2A36,A,17-19 +PS00006,2A36,A,11-14 +PS00008,2A36,A,45-50 +PS00005,2A37,A,17-19 +PS00006,2A37,A,11-14 +PS00008,2A37,A,45-50 +PS00005,1A4T,B,3-5 +PS00001,2A4J,A,42-45 +PS00004,2A4J,A,73-76 +PS00005,2A4J,A,"0-2,4-6,24-26,28-30" +PS00006,2A4J,A,"4-7,8-11,44-47,64-67" +PS00018,2A4J,A,56-68 +PS00039,2A4J,A,51-59 +PS00005,2A4H,A,"28-30,43-45,70-72,122-124" +PS00006,2A4H,A,"86-89,106-109" +PS00008,2A4H,A,99-104 +PS00342,2A4H,A,123-125 +PS00005,1A5E,A,55-57 +PS00006,1A5E,A,6-9 +PS00008,1A5E,A,"34-39,66-71,134-139" +PS00009,1A5E,A,43-46 +PS00001,1A56,A,63-66 +PS00005,1A56,A,78-80 +PS00006,1A56,A,65-68 +PS00008,1A56,A,47-52 +PS00001,1A57,A,12-15 +PS00005,1A57,A,"4-6,32-34" +PS00006,1A57,A,"32-35,55-58,93-96" +PS00008,1A57,A,"15-20,28-33,49-54,59-64" +PS00001,1A5J,A,100-103 +PS00004,1A5J,A,57-60 +PS00005,1A5J,A,102-104 +PS00006,1A5J,A,"10-13,60-63" +PS00008,1A5J,A,77-82 +PS00001,1A5P,A,33-36 +PS00005,1A5P,A,"58-60,88-90" +PS00006,1A5P,A,"49-52,79-82" +PS00008,1A5P,A,67-72 +PS00001,1A5Q,A,33-36 +PS00005,1A5Q,A,"58-60,88-90" +PS00006,1A5Q,A,"49-52,79-82" +PS00008,1A5Q,A,67-72 +PS00127,1A5Q,A,39-45 +PS00005,1A5R,A,"62-64,77-79" +PS00006,1A5R,A,"1-4,10-13,77-80" +PS00008,1A5R,A,"29-34,57-62,69-74,97-102" +PS00005,2A5E,A,55-57 +PS00006,2A5E,A,6-9 +PS00008,2A5E,A,"34-39,66-71,134-139" +PS00009,2A5E,A,43-46 +PS00001,2A5M,A,52-55 +PS00005,2A5M,A,"37-39,80-82,127-129,170-172" +PS00006,2A5M,A,"7-10,109-112,115-118" +PS00008,2A5M,A,"3-8,42-47,79-84" +PS00009,2A5M,A,15-18 +PS00005,2A55,A,"28-30,103-105" +PS00006,2A55,A,"17-20,50-53,86-89,91-94,104-107" +PS00008,2A55,A,"100-105,112-117" +PS00001,1A62,A,1-4 +PS00005,1A62,A,97-99 +PS00006,1A62,A,"15-18,44-47" +PS00007,1A62,A,"65-71,101-109" +PS00001,1A63,A,1-4 +PS00005,1A63,A,97-99 +PS00006,1A63,A,"15-18,44-47" +PS00007,1A63,A,"65-71,101-109" +PS00004,1A66,A,141-144 +PS00005,1A66,A,"84-86,112-114,158-160,174-176" +PS00006,1A66,A,"66-69,91-94,128-131" +PS00008,1A66,A,32-37 +PS00009,1A66,A,139-142 +PS00005,1A67,A,"32-34,40-42" +PS00006,1A67,A,65-68 +PS00008,1A67,A,11-16 +PS00287,1A67,A,43-56 +PS00004,1A6B,B,2-5 +PS00006,1A6B,B,5-8 +PS00005,1A6S,A,"21-23,58-60" +PS00006,1A6S,A,"21-24,40-43" +PS00008,1A6S,A,"26-31,74-79" +PS00005,1A6X,A,64-66 +PS00008,1A6X,A,"36-41,63-68" +PS00188,1A6X,A,42-59 +PS00004,2A72,A,"133-136,142-145" +PS00005,2A72,A,0-2 +PS00006,2A72,A,"0-3,100-103" +PS00008,2A72,A,"15-20,74-79" +PS00004,2A72,B,"133-136,142-145" +PS00005,2A72,B,0-2 +PS00006,2A72,B,"0-3,100-103" +PS00008,2A72,B,"15-20,74-79" +PS00262,1A7F,A,5-19 +PS00005,1A7F,B,26-28 +PS00005,1AQQ,A,12-14 +PS00008,1AQQ,A,11-16 +PS00008,1A7I,A,"5-10,73-78" +PS00009,1A7I,A,61-64 +PS00478,1A7I,A,9-43 +PS00001,1A7M,A,"8-11,33-36,62-65,72-75,95-98,115-118" +PS00005,1A7M,A,"74-76,150-152,167-169" +PS00006,1A7M,A,150-153 +PS00008,1A7M,A,"19-24,34-39,73-78,123-128" +PS00590,1A7M,A,150-169 +PS00005,1A7W,A,53-55 +PS00009,1A7W,A,49-52 +PS00005,2A7Y,A,18-20 +PS00006,2A7Y,A,"16-19,62-65" +PS00001,2A7U,A,3-6 +PS00004,2A7U,B,129-132 +PS00006,2A7U,B,"37-40,54-57" +PS00004,2A7O,A,57-60 +PS00006,2A7O,A,"9-12,47-50,108-111" +PS00008,2A7O,A,0-5 +PS00001,1A8C,A,63-66 +PS00005,1A8C,A,78-80 +PS00006,1A8C,A,65-68 +PS00008,1A8C,A,47-52 +PS00005,1A90,A,"32-34,40-42" +PS00006,1A90,A,65-68 +PS00008,1A90,A,11-16 +PS00287,1A90,A,43-56 +PS00008,1A91,A,"22-27,28-33,57-62" +PS00605,1A91,A,39-60 +PS00006,1A93,A,13-16 +PS00008,1A93,A,2-7 +PS00029,1A93,A,11-32 +PS00001,1A93,B,8-11 +PS00005,1A9V,A,"48-50,106-108" +PS00006,1A9V,A,0-3 +PS00008,1A9V,A,"19-24,66-71,114-119" +PS00005,1IK8,A,"33-35,49-51,61-63" +PS00008,1IK8,A,42-47 +PS00272,1IK8,A,42-62 +PS00006,2A93,A,13-16 +PS00008,2A93,A,2-7 +PS00029,2A93,A,11-32 +PS00001,2A93,B,8-11 +PS00009,2A9X,1,4-7 +PS00001,1AA3,A,36-39 +PS00005,1AA3,A,"24-26,47-49" +PS00006,1AA3,A,47-50 +PS00008,1AA3,A,"20-25,31-36" +PS00001,1AA9,A,84-87 +PS00005,1AA9,A,"38-40,144-146" +PS00006,1AA9,A,"34-37,88-91" +PS00007,1AA9,A,"87-95,148-156" +PS00008,1AA9,A,"12-17,150-155" +PS00017,1AA9,A,9-16 +PS00001,1AAB,A,35-38 +PS00004,1AAB,A,41-44 +PS00005,1AAB,A,"20-22,40-42,44-46,51-53" +PS00006,1AAB,A,"20-23,51-54" +PS00007,1AAB,A,68-76 +PS00353,1AAB,A,39-50 +PS00005,1AAF,A,49-51 +PS00008,1AAF,A,"3-8,34-39" +PS00001,2AAS,A,33-36 +PS00005,2AAS,A,"58-60,88-90" +PS00006,2AAS,A,"49-52,79-82" +PS00008,2AAS,A,67-72 +PS00127,2AAS,A,39-45 +PS00005,1AB3,A,"31-33,50-52" +PS00006,1AB3,A,2-5 +PS00362,1AB3,A,37-67 +PS00005,2AAP,A,24-26 +PS00008,2AAP,A,2-7 +PS60021,2AAP,A,1-28 +PS00001,1AB2,A,29-32 +PS00005,1AB2,A,47-49 +PS00006,1AB2,A,"61-64,77-80,87-90" +PS00008,1AB2,A,"0-5,27-32,91-96" +PS00005,1AB7,A,18-20 +PS00006,1AB7,A,11-14 +PS00008,1AB7,A,80-85 +PS00005,1ABT,A,"33-35,49-51,61-63" +PS00008,1ABT,A,42-47 +PS00272,1ABT,A,42-62 +PS00004,1ABV,A,129-132 +PS00006,1ABV,A,"37-40,54-57" +PS00006,1ABZ,A,21-24 +PS00008,1ABZ,A,18-23 +PS00005,2ABD,A,"40-42,63-65" +PS00006,2ABD,A,"0-3,34-37,63-66" +PS00880,2ABD,A,18-36 +PS00006,2AB9,A,9-12 +PS00006,2AB3,A,12-15 +PS00028,2AB3,A,4-26 +PS00006,2AB7,A,12-15 +PS00028,2AB7,A,4-26 +PS00005,1AC0,A,105-107 +PS00006,1AC0,A,"17-20,48-51,101-104" +PS00008,1AC0,A,"39-44,96-101" +PS00005,1ACA,A,"40-42,63-65" +PS00006,1ACA,A,"0-3,34-37,63-66" +PS00880,1ACA,A,18-36 +PS00005,1ACI,A,"33-35,65-67" +PS00008,1ACI,A,"18-23,64-69" +PS00359,1ACI,A,60-75 +PS00001,1ACM,A,77-80 +PS00006,1ACM,A,"10-13,15-18,86-89,96-99,137-140,212-215,274-277" +PS00007,1ACM,A,231-239 +PS00008,1ACM,A,205-210 +PS00009,1ACM,A,80-83 +PS00004,1ACM,B,12-15 +PS00006,1ACM,B,"15-18,35-38,97-100,115-118" +PS00009,1ACM,B,52-55 +PS00001,1ACM,C,77-80 +PS00006,1ACM,C,"10-13,15-18,86-89,96-99,137-140,212-215,274-277" +PS00007,1ACM,C,231-239 +PS00008,1ACM,C,205-210 +PS00009,1ACM,C,80-83 +PS00004,1ACM,D,12-15 +PS00006,1ACM,D,"15-18,35-38,97-100,115-118" +PS00009,1ACM,D,52-55 +PS00001,1ACP,A,24-27 +PS00006,1ACP,A,"0-3,26-29" +PS00012,1ACP,A,30-45 +PS00005,1ACW,A,11-13 +PS00006,1ACW,A,1-4 +PS00005,1ACZ,A,105-107 +PS00006,1ACZ,A,"17-20,48-51,101-104" +PS00008,1ACZ,A,"39-44,96-101" +PS00004,2ACY,A,22-25 +PS00005,2ACY,A,69-71 +PS00006,2ACY,A,"25-28,72-75" +PS00008,2ACY,A,"44-49,68-73" +PS00009,2ACY,A,28-31 +PS00150,2ACY,A,12-22 +PS00151,2ACY,A,36-52 +PS00001,1ADX,A,4-7 +PS00006,1ADX,A,35-38 +PS01186,1ADX,A,20-34 +PS00001,1ADN,A,"50-53,56-59" +PS00004,1ADN,A,1-4 +PS00005,1ADN,A,40-42 +PS00006,1ADR,A,"35-38,40-43" +PS00001,1ADZ,A,33-36 +PS00006,1ADZ,A,55-58 +PS00007,1ADZ,A,36-43 +PS00008,1ADZ,A,"20-25,44-49" +PS00280,1ADZ,A,41-59 +PS00005,2ADR,A,40-42 +PS00006,2ADR,A,40-43 +PS00028,2ADR,A,"4-24,32-53" +PS00001,2ADX,A,4-7 +PS00006,2ADX,A,35-38 +PS01186,2ADX,A,20-34 +PS00005,1AQR,A,12-14 +PS00008,1AQR,A,11-16 +PS00006,2AD9,A,43-46 +PS00008,2AD9,A,"17-22,51-56" +PS00005,2ADB,A,101-103 +PS00006,2ADB,A,"18-21,125-128" +PS00007,2ADB,A,34-42 +PS00008,2ADB,A,23-28 +PS00006,2ADC,A,"161-164,197-200" +PS00008,2ADC,A,"17-22,27-32,176-181" +PS00001,2AE9,A,64-67 +PS00006,2AE9,A,10-13 +PS00005,1AEL,A,"4-6,47-49" +PS00006,1AEL,A,"47-50,70-73,108-111" +PS00008,1AEL,A,"30-35,43-48,64-69,74-79" +PS00214,1AEL,A,3-20 +PS00001,1AEY,A,34-37 +PS00005,1AEY,A,"3-5,18-20,23-25,36-38" +PS00006,1AEY,A,"3-6,18-21,36-39" +PS00005,1AF8,A,69-71 +PS00006,1AF8,A,"5-8,58-61,69-72" +PS00007,1AF8,A,33-39 +PS00008,1AF8,A,22-27 +PS00012,1AF8,A,36-51 +PS00006,1AFH,A,"41-44,84-87" +PS00008,1AFH,A,"4-9,21-26,27-32,61-66" +PS00597,1AFH,A,70-91 +PS00005,1AFI,A,"19-21,68-70" +PS00006,1AFI,A,"25-28,31-34,45-48" +PS00007,1AFI,A,58-65 +PS00008,1AFI,A,10-15 +PS01047,1AFI,A,8-37 +PS00005,1AFJ,A,"19-21,68-70" +PS00006,1AFJ,A,"25-28,31-34,45-48" +PS00007,1AFJ,A,58-65 +PS00008,1AFJ,A,10-15 +PS01047,1AFJ,A,8-37 +PS00006,1AFO,A,7-10 +PS00008,1AFO,A,17-22 +PS00312,1AFO,A,14-23 +PS00006,1AFO,B,7-10 +PS00008,1AFO,B,17-22 +PS00312,1AFO,B,14-23 +PS00005,1AFP,A,"19-21,43-45" +PS00005,2AF8,A,69-71 +PS00006,2AF8,A,"5-8,58-61,69-72" +PS00007,2AF8,A,33-39 +PS00008,2AF8,A,22-27 +PS00012,2AF8,A,36-51 +PS00001,2AF0,A,125-128 +PS00005,2AF0,A,"11-13,71-73" +PS00006,2AF0,A,"15-18,121-124" +PS00007,2AF0,A,130-137 +PS00008,2AF0,A,110-115 +PS00005,2AFP,A,"89-91,119-121" +PS00006,2AFP,A,"46-49,75-78,90-93" +PS00008,2AFP,A,"38-43,64-69,79-84" +PS00615,2AFP,A,100-124 +PS00001,2AFD,A,45-48 +PS00005,2AFD,A,46-48 +PS00006,2AFD,A,10-13 +PS00001,2AFE,A,45-48 +PS00005,2AFE,A,46-48 +PS00006,2AFE,A,10-13 +PS00001,2AFF,A,"61-64,71-74,98-101" +PS00004,2AFF,A,105-108 +PS00005,2AFF,A,"3-5,8-10,93-95" +PS00006,2AFF,A,"12-15,73-76,88-91" +PS00009,2AFF,A,103-106 +PS00004,2AFF,B,18-21 +PS00006,2AFF,B,14-17 +PS00001,2AF2,A,85-88 +PS00005,2AF2,A,"33-35,67-69,133-135" +PS00006,2AF2,A,97-100 +PS00008,2AF2,A,"32-37,55-60,84-89,129-134,137-142" +PS00087,2AF2,A,43-53 +PS00332,2AF2,A,137-148 +PS00001,2AF2,B,85-88 +PS00005,2AF2,B,"33-35,67-69,133-135" +PS00006,2AF2,B,97-100 +PS00008,2AF2,B,"32-37,55-60,84-89,129-134,137-142" +PS00087,2AF2,B,43-53 +PS00332,2AF2,B,137-148 +PS00001,1AQS,A,39-42 +PS00005,1AQS,A,"12-14,44-46,50-52" +PS00008,1AQS,A,11-16 +PS00001,1AG2,A,"57-60,73-76" +PS00005,1AG2,A,"59-61,68-70" +PS00006,1AG2,A,"69-72,75-78" +PS00007,1AG2,A,24-31 +PS00008,1AG2,A,7-12 +PS00706,1AG2,A,76-94 +PS00005,1AG4,A,"27-29,49-51,83-85" +PS00005,1AG7,A,2-4 +PS00008,1AG7,A,15-20 +PS00005,1AGG,A,36-38 +PS00006,1AGG,A,31-34 +PS00008,1AGG,A,14-19 +PS00001,1AGP,A,84-87 +PS00005,1AGP,A,"38-40,144-146" +PS00006,1AGP,A,"34-37,88-91" +PS00007,1AGP,A,"87-95,148-156" +PS00008,1AGP,A,"12-17,150-155" +PS00017,1AGP,A,9-16 +PS00001,1AGT,A,4-7 +PS00005,1AGT,A,35-37 +PS00008,1AGT,A,"0-5,9-14,21-26" +PS01138,1AGT,A,13-34 +PS00005,2AGA,A,126-128 +PS00006,2AGA,A,"33-36,58-61,142-145" +PS00008,2AGA,A,"3-8,15-20,55-60" +PS00006,2AGH,A,14-17 +PS00004,2AGH,B,81-84 +PS00006,2AGH,B,59-62 +PS00007,2AGH,B,47-54 +PS00008,2AGH,B,0-5 +PS00342,2AGH,B,84-86 +PS00001,1AH1,A,"76-79,108-111" +PS00005,1AH1,A,12-14 +PS00006,1AH1,A,"59-62,123-126" +PS00007,1AH1,A,83-90 +PS00008,1AH1,A,"55-60,68-73,88-93,105-110" +PS00001,1AH2,A,"73-76,120-123,211-214" +PS00005,1AH2,A,140-142 +PS00006,1AH2,A,"36-39,54-57" +PS00008,1AH2,A,"19-24,58-63,67-72,80-85,94-99,107-112,115-120,151-156,204-209,212-217,259-264" +PS00136,1AH2,A,27-37 +PS00137,1AH2,A,61-71 +PS00138,1AH2,A,212-222 +PS00005,1AH9,A,35-37 +PS00006,1AH9,A,"10-13,56-59" +PS00007,1AH9,A,50-58 +PS00001,1AHD,P,60-63 +PS00005,1AHD,P,"27-29,41-43" +PS00006,1AHD,P,"39-42,62-65" +PS00027,1AHD,P,34-57 +PS00005,1AHK,A,"48-50,106-108" +PS00008,1AHK,A,"19-24,66-71,114-119" +PS00005,1AHL,A,11-13 +PS00008,1AHL,A,"14-19,27-32" +PS00005,1AHM,A,"48-50,106-108" +PS00008,1AHM,A,"19-24,66-71,114-119" +PS00005,2AHQ,A,"2-4,69-71" +PS00006,2AHQ,A,"16-19,38-41,69-72" +PS00008,2AHQ,A,"14-19,66-71" +PS00718,2AHQ,A,55-62 +PS00262,1AI0,A,5-19 +PS00005,1AI0,B,26-28 +PS00262,1AI0,C,5-19 +PS00005,1AI0,D,26-28 +PS00262,1AI0,E,5-19 +PS00005,1AI0,F,26-28 +PS00262,1AI0,G,5-19 +PS00005,1AI0,H,26-28 +PS00262,1AI0,I,5-19 +PS00005,1AI0,J,26-28 +PS00262,1AI0,K,5-19 +PS00005,1AI0,L,26-28 +PS00005,1AI1,H,"63-65,120-122,193-195,210-212" +PS00006,1AI1,H,"87-90,105-108,211-214" +PS00007,1AI1,H,51-59 +PS00008,1AI1,H,"111-116,164-169" +PS00005,1AI1,L,"21-23,156-158,200-202" +PS00006,1AI1,L,"55-58,70-73,105-108,165-168,185-188" +PS00008,1AI1,L,"15-20,161-166" +PS00290,1AI1,L,195-201 +PS00005,1AI1,P,16-18 +PS00006,1AIW,A,23-26 +PS00008,1AIW,A,"19-24,35-40,49-54" +PS00262,1AIY,A,5-19 +PS00005,1AIY,B,26-28 +PS00262,1AIY,C,5-19 +PS00005,1AIY,D,26-28 +PS00262,1AIY,E,5-19 +PS00005,1AIY,F,26-28 +PS00262,1AIY,G,5-19 +PS00005,1AIY,H,26-28 +PS00262,1AIY,I,5-19 +PS00005,1AIY,J,26-28 +PS00262,1AIY,K,5-19 +PS00005,1AIY,L,26-28 +PS00005,2AIT,A,"16-18,31-33" +PS00006,2AIT,A,"2-5,20-23,54-57" +PS00008,2AIT,A,"25-30,42-47,50-55" +PS00262,2AIY,A,5-19 +PS00005,2AIY,B,26-28 +PS00262,2AIY,C,5-19 +PS00005,2AIY,D,26-28 +PS00262,2AIY,E,5-19 +PS00005,2AIY,F,26-28 +PS00262,2AIY,G,5-19 +PS00005,2AIY,H,26-28 +PS00262,2AIY,I,5-19 +PS00005,2AIY,J,26-28 +PS00262,2AIY,K,5-19 +PS00005,2AIY,L,26-28 +PS00005,3AIT,A,"16-18,31-33" +PS00006,3AIT,A,"2-5,20-23,54-57" +PS00008,3AIT,A,"25-30,42-47,50-55" +PS00262,3AIY,A,5-19 +PS00005,3AIY,B,26-28 +PS00262,3AIY,C,5-19 +PS00005,3AIY,D,26-28 +PS00262,3AIY,E,5-19 +PS00005,3AIY,F,26-28 +PS00262,3AIY,G,5-19 +PS00005,3AIY,H,26-28 +PS00262,3AIY,I,5-19 +PS00005,3AIY,J,26-28 +PS00262,3AIY,K,5-19 +PS00005,3AIY,L,26-28 +PS00005,4AIT,A,"16-18,31-33" +PS00006,4AIT,A,"2-5,20-23,54-57" +PS00008,4AIT,A,"25-30,42-47,50-55" +PS00262,4AIY,A,5-19 +PS00005,4AIY,B,26-28 +PS00262,4AIY,C,5-19 +PS00005,4AIY,D,26-28 +PS00262,4AIY,E,5-19 +PS00005,4AIY,F,26-28 +PS00262,4AIY,G,5-19 +PS00005,4AIY,H,26-28 +PS00262,4AIY,I,5-19 +PS00005,4AIY,J,26-28 +PS00262,4AIY,K,5-19 +PS00005,4AIY,L,26-28 +PS00262,5AIY,A,5-19 +PS00005,5AIY,B,26-28 +PS00262,5AIY,C,5-19 +PS00005,5AIY,D,26-28 +PS00262,5AIY,E,5-19 +PS00005,5AIY,F,26-28 +PS00262,5AIY,G,5-19 +PS00005,5AIY,H,26-28 +PS00262,5AIY,I,5-19 +PS00005,5AIY,J,26-28 +PS00262,5AIY,K,5-19 +PS00005,5AIY,L,26-28 +PS00005,2AIV,A,99-101 +PS00006,2AIV,A,125-128 +PS00008,2AIV,A,"48-53,56-61" +PS00008,1AJ1,A,12-17 +PS00001,1AJ3,A,3-6 +PS00004,1AJ3,A,70-73 +PS00005,1AJ3,A,"5-7,68-70" +PS00006,1AJ3,A,30-33 +PS00008,1AJ3,A,64-69 +PS00009,1AJ3,A,68-71 +PS00005,1AJ4,A,"36-38,83-85" +PS00006,1AJ4,A,"36-39,52-55,83-86,92-95,126-129" +PS00008,1AJ4,A,29-34 +PS00018,1AJ4,A,"64-76,104-116,140-152" +PS00005,1AJE,A,"9-11,31-33,167-169,191-193" +PS00006,1AJE,A,"41-44,94-97,121-124,130-133" +PS00008,1AJE,A,60-65 +PS00017,1AJE,A,16-23 +PS00001,1AJW,A,135-138 +PS00004,1AJW,A,38-41 +PS00005,1AJW,A,"36-38,55-57,72-74,137-139" +PS00006,1AJW,A,"100-103,122-125" +PS00006,1ALE,A,10-13 +PS00005,1AJY,A,"6-8,36-38,42-44" +PS00008,1AJY,A,16-21 +PS00463,1AJY,A,3-30 +PS00005,1AJY,B,"6-8,36-38,42-44" +PS00008,1AJY,B,16-21 +PS00463,1AJY,B,3-30 +PS00008,2AJW,A,16-21 +PS60014,2AJW,A,1-15 +PS00004,1AK6,A,29-32 +PS00005,1AK6,A,"102-104,127-129" +PS00006,1AK6,A,"32-35,71-74,102-105,127-130" +PS00008,1AK6,A,"7-12,69-74" +PS00004,1AK7,A,29-32 +PS00005,1AK7,A,"102-104,127-129" +PS00006,1AK7,A,"32-35,71-74,102-105,127-130" +PS00008,1AK7,A,"7-12,69-74" +PS00001,1AK8,A,60-63 +PS00005,1AK8,A,28-30 +PS00006,1AK8,A,"17-20,28-31,44-47" +PS00008,1AK8,A,"25-30,40-45" +PS00018,1AK8,A,"20-32,56-68" +PS00004,1AKK,A,"85-88,98-101" +PS00005,1AKK,A,"57-59,88-90" +PS00006,1AKK,A,"46-49,57-60,62-65,88-91" +PS00008,1AKK,A,40-45 +PS00009,1AKK,A,"4-7,35-38" +PS00006,1AKP,A,57-60 +PS00008,1AKP,A,"11-16,58-63,83-88,99-104" +PS00008,2AK0,A,16-21 +PS60014,2AK0,A,1-15 +PS00005,1ALF,A,0-2 +PS00006,1ALG,A,20-23 +PS00008,1ALG,A,18-23 +PS00001,2ALC,A,10-13 +PS00005,2ALC,A,"5-7,57-59" +PS00006,2ALC,A,1-4 +PS00009,2ALC,A,18-21 +PS00001,3ALC,A,10-13 +PS00005,3ALC,A,"5-7,57-59" +PS00006,3ALC,A,1-4 +PS00009,3ALC,A,18-21 +PS00005,1AMB,A,25-27 +PS00006,1AMB,A,7-10 +PS00005,1AMC,A,25-27 +PS00006,1AMC,A,7-10 +PS00005,1AML,A,25-27 +PS00006,1AML,A,7-10 +PS00008,1AML,A,"24-29,32-37" +PS00008,9AME,A,42-47 +PS00005,2AMI,A,"3-5,11-13,92-94" +PS00006,2AMI,A,72-75 +PS00008,2AMI,A,44-49 +PS00018,2AMI,A,"39-51,75-87" +PS00342,2AMI,A,93-95 +PS00005,1ANP,A,"13-15,24-26" +PS00008,1ANP,A,"9-14,19-24" +PS00008,1ANS,A,9-14 +PS00005,9ANT,A,"28-30,42-44" +PS00006,9ANT,A,40-43 +PS00027,9ANT,A,35-58 +PS00005,9ANT,B,"28-30,42-44" +PS00006,9ANT,B,40-43 +PS00027,9ANT,B,35-58 +PS00005,1AOO,A,12-14 +PS00008,1AOO,A,11-16 +PS00005,1AO8,A,139-141 +PS00006,1AO8,A,"62-65,142-145" +PS00008,1AO8,A,119-124 +PS00009,1AO8,A,40-43 +PS00075,1AO8,A,11-33 +PS00005,1AOT,F,"37-39,45-47,73-75,89-91,96-98,103-105" +PS00006,1AOT,F,45-48 +PS00007,1AOT,F,63-70 +PS00008,1AOT,F,24-29 +PS00009,1AOT,F,11-14 +PS00005,1AOU,F,"37-39,45-47,73-75,89-91,96-98,103-105" +PS00006,1AOU,F,45-48 +PS00007,1AOU,F,63-70 +PS00008,1AOU,F,24-29 +PS00009,1AOU,F,11-14 +PS00001,1AOY,A,41-44 +PS00005,1AOY,A,3-5 +PS00006,1AOY,A,24-27 +PS00008,1AOY,A,53-58 +PS00005,1AP0,A,"62-64,69-71" +PS00006,1AP0,A,"38-41,65-68" +PS00598,1AP0,A,30-50 +PS00005,1AP4,A,36-38 +PS00006,1AP4,A,"36-39,52-55" +PS00008,1AP4,A,29-34 +PS00018,1AP4,A,64-76 +PS00005,1AP7,A,90-92 +PS00006,1AP7,A,142-145 +PS00008,1AP7,A,"65-70,98-103" +PS00016,1AP7,A,19-21 +PS00017,1AP7,A,38-45 +PS00001,1AP8,A,12-15 +PS00005,1AP8,A,"6-8,21-23,154-156" +PS00006,1AP8,A,"1-4,14-17,56-59,69-72,140-143,166-169" +PS00008,1AP8,A,"111-116,150-155,159-164" +PS00813,1AP8,A,91-114 +PS00005,1APC,A,95-97 +PS00006,1APC,A,8-11 +PS00008,1APF,A,"14-19,27-32" +PS00001,1APJ,A,25-28 +PS00005,1APJ,A,20-22 +PS00006,1APJ,A,"0-3,27-30,49-52" +PS00008,1APJ,A,15-20 +PS00005,1APO,A,39-41 +PS00006,1APO,A,26-29 +PS00010,1APO,A,16-27 +PS00022,1APO,A,25-36 +PS01186,1APO,A,25-36 +PS01187,1APO,A,1-25 +PS00005,1APQ,A,35-37 +PS00006,1APQ,A,12-15 +PS00008,1APQ,A,30-35 +PS00010,1APQ,A,25-36 +PS01186,1APQ,A,34-49 +PS01187,1APQ,A,2-34 +PS00001,1APS,A,"40-43,78-81,92-95" +PS00005,1APS,A,"1-3,41-43,59-61,71-73,94-96" +PS00006,1APS,A,"72-75,86-89" +PS00008,1APS,A,"44-49,68-73" +PS00150,1APS,A,12-22 +PS00151,1APS,A,36-52 +PS00006,1AQ5,A,"1-4,18-21" +PS00006,1AQ5,B,"1-4,18-21" +PS00006,1AQ5,C,"1-4,18-21" +PS00006,1AQA,A,7-10 +PS00008,1AQA,A,50-55 +PS00191,1AQA,A,34-41 +PS00294,1AQG,A,7-10 +PS00004,2AQA,A,16-19 +PS00005,2AQA,A,"14-16,45-47" +PS00006,2AQA,A,34-37 +PS00007,2AQA,A,32-39 +PS00008,2AQA,A,51-56 +PS00009,2AQA,A,8-11 +PS00028,1ARF,A,4-24 +PS00005,2AQC,A,18-20 +PS00006,2AQC,A,"18-21,39-42" +PS00001,2AQE,A,"12-15,71-74" +PS00005,2AQE,A,"3-5,19-21,73-75" +PS00008,2AQE,A,"0-5,15-20,56-61" +PS00009,2AQE,A,3-6 +PS00342,2AQE,A,87-89 +PS00028,1ARD,A,4-24 +PS00028,1ARE,A,4-24 +PS00005,1ARK,A,"20-22,45-47" +PS00006,1ARK,A,20-23 +PS00008,1ARK,A,49-54 +PS00005,1ARQ,A,43-45 +PS00005,1ARQ,B,43-45 +PS00005,1ARR,A,43-45 +PS00005,1ARR,B,43-45 +PS00008,2ARI,A,13-18 +PS00001,2EZN,A,29-32 +PS00005,2EZN,A,"45-47,56-58,81-83,96-98" +PS00006,2EZN,A,"19-22,31-34,37-40" +PS00008,2EZN,A,"14-19,26-31" +PS00008,1AS5,A,14-19 +PS00005,2ASQ,A,"60-62,75-77" +PS00006,2ASQ,A,"1-4,8-11,75-78" +PS00008,2ASQ,A,"27-32,55-60,67-72" +PS00006,2ASQ,B,10-13 +PS00008,1ATA,A,15-20 +PS00008,1ATB,A,15-20 +PS00005,2ASY,A,"11-13,65-67,91-93" +PS00006,2ASY,A,"11-14,63-66" +PS00005,2ASY,B,"11-13,65-67,91-93" +PS00006,2ASY,B,"11-14,63-66" +PS00008,2ATG,A,10-15 +PS00008,1ATD,A,15-20 +PS00008,1ATE,A,15-20 +PS00008,1ATX,A,"14-19,25-30" +PS00008,1ATY,A,"22-27,28-33,57-62" +PS00605,1ATY,A,39-60 +PS00001,1AUD,A,7-10 +PS00005,1AUD,A,46-48 +PS00006,1AUD,A,87-90 +PS00004,1AUU,A,48-51 +PS00006,1AUU,A,40-43 +PS00008,1AUU,A,24-29 +PS00004,1AUU,B,48-51 +PS00006,1AUU,B,40-43 +PS00008,1AUU,B,24-29 +PS00005,1AUZ,A,27-29 +PS00006,1AUZ,A,52-55 +PS00008,1AUZ,A,"2-7,60-65" +PS00005,1AV3,A,16-18 +PS00008,1AYJ,A,"8-13,15-20" +PS00940,1AYJ,A,1-24 +PS00001,1AW0,A,41-44 +PS00005,1AW0,A,"25-27,32-34,55-57" +PS00006,1AW0,A,"51-54,68-71" +PS00008,1AW0,A,10-15 +PS01047,1AW0,A,8-37 +PS00006,1AW3,A,7-10 +PS00008,1AW3,A,50-55 +PS00191,1AW3,A,34-41 +PS00005,1AW6,A,40-42 +PS00006,1AW6,A,4-7 +PS00007,1AW6,A,32-39 +PS00463,1AW6,A,9-37 +PS00005,1AWE,A,105-107 +PS00006,1AWE,A,"62-65,108-111,126-129" +PS00008,1AWE,A,"16-21,44-49,60-65" +PS00006,1AWJ,A,"6-9,13-16" +PS00007,1AWJ,A,39-45 +PS00006,1AWO,A,24-27 +PS00008,1AWO,A,0-5 +PS00001,2AW0,A,41-44 +PS00005,2AW0,A,"25-27,32-34,55-57" +PS00006,2AW0,A,"51-54,68-71" +PS00008,2AW0,A,10-15 +PS01047,2AW0,A,8-37 +PS00006,1AWW,A,"3-6,61-64" +PS00008,1AWW,A,0-5 +PS00006,1AWX,A,"3-6,61-64" +PS00008,1AWX,A,0-5 +PS00005,1AWZ,A,"51-53,79-81" +PS00008,1AWZ,A,47-52 +PS00127,1AWZ,A,38-44 +PS00005,1AX3,A,"34-36,89-91,142-144" +PS00006,1AX3,A,100-103 +PS00371,1AX3,A,76-88 +PS00005,1AXH,A,"22-24,31-33" +PS00006,1AXH,A,22-25 +PS60016,1AXH,A,3-10 +PS00005,1AXJ,A,69-71 +PS00006,1AXJ,A,"4-7,19-22" +PS00008,1AXJ,A,49-54 +PS00006,1AXX,A,7-10 +PS00008,1AXX,A,50-55 +PS00191,1AXX,A,34-41 +PS00006,2AXX,A,7-10 +PS00008,2AXX,A,50-55 +PS00191,2AXX,A,34-41 +PS00005,1AYK,A,14-16 +PS00006,1AYK,A,71-74 +PS00008,1AYK,A,"77-82,124-129" +PS00016,1AYK,A,64-66 +PS00142,1AYK,A,114-123 +PS00004,2AXL,A,50-53 +PS00005,2AXL,A,"42-44,57-59,95-97,129-131" +PS00006,2AXL,A,"6-9,19-22,57-60" +PS00001,1AYG,A,62-65 +PS00005,1AYG,A,77-79 +PS00006,1AYG,A,64-67 +PS00008,1AYG,A,"8-13,51-56" +PS00009,1AYG,A,32-35 +PS00006,1AYI,A,"5-8,10-13" +PS00004,1AYU,A,38-41 +PS00005,1AYU,A,"41-43,100-102" +PS00006,1AYU,A,"57-60,182-185" +PS00008,1AYU,A,"19-24,31-36,61-66,90-95,115-120,169-174" +PS00139,1AYU,A,18-29 +PS00639,1AYU,A,159-169 +PS00640,1AYU,A,176-195 +PS00004,1AYV,A,38-41 +PS00005,1AYV,A,"41-43,100-102" +PS00006,1AYV,A,"57-60,182-185" +PS00008,1AYV,A,"19-24,31-36,61-66,90-95,115-120,169-174" +PS00139,1AYV,A,18-29 +PS00639,1AYV,A,159-169 +PS00640,1AYV,A,176-195 +PS00004,1AYW,A,38-41 +PS00005,1AYW,A,"41-43,100-102" +PS00006,1AYW,A,"57-60,182-185" +PS00008,1AYW,A,"19-24,31-36,61-66,90-95,115-120,169-174" +PS00139,1AYW,A,18-29 +PS00639,1AYW,A,159-169 +PS00640,1AYW,A,176-195 +PS00005,2AYK,A,14-16 +PS00006,2AYK,A,71-74 +PS00008,2AYK,A,"77-82,124-129" +PS00016,2AYK,A,64-66 +PS00142,2AYK,A,114-123 +PS00005,3AYK,A,14-16 +PS00006,3AYK,A,71-74 +PS00008,3AYK,A,"77-82,124-129" +PS00016,3AYK,A,64-66 +PS00142,3AYK,A,114-123 +PS00005,4AYK,A,14-16 +PS00006,4AYK,A,71-74 +PS00008,4AYK,A,"77-82,124-129" +PS00016,4AYK,A,64-66 +PS00142,4AYK,A,114-123 +PS00005,1HCE,A,"83-85,101-103" +PS00006,1HCE,A,"53-56,101-104,110-113" +PS00008,1HCE,A,"39-44,79-84" +PS00008,1AZ6,A,5-10 +PS00562,1AZ6,A,7-34 +PS00001,2AZH,A,28-31 +PS00005,2AZH,A,"47-49,131-133" +PS00006,2AZH,A,39-42 +PS00008,2AZH,A,64-69 +PS00005,1AZE,A,17-19 +PS00006,1AZE,A,11-14 +PS00016,1AZE,A,20-22 +PS00005,1AZG,A,10-12 +PS00001,1AZG,B,31-34 +PS00006,1AZG,B,"15-18,33-36,44-47" +PS00008,1AZH,A,5-10 +PS00562,1AZH,A,7-34 +PS00008,1AZJ,A,5-10 +PS00008,1AZK,A,5-10 +PS00562,1AZK,A,7-34 +PS00005,2AZS,A,17-19 +PS00006,2AZS,A,11-14 +PS00008,2AZS,A,45-50 +PS00005,2AZV,A,17-19 +PS00006,2AZV,A,11-14 +PS00008,2AZV,A,45-50 +PS00005,1B03,A,2-4 +PS00001,1B10,A,"91-94,107-110" +PS00005,1B10,A,"93-95,102-104" +PS00006,1B10,A,"103-106,109-112" +PS00008,1B10,A,"0-5,24-29,33-38,41-46" +PS00009,1B10,A,137-140 +PS00291,1B10,A,23-38 +PS00706,1B10,A,110-128 +PS00004,1B13,A,1-4 +PS00008,1B13,A,22-27 +PS00202,1B13,A,32-42 +PS00006,1B1A,A,"40-43,52-55,120-123" +PS00007,1B1A,A,105-112 +PS00008,1B1A,A,8-13 +PS00001,1B1C,A,114-117 +PS00005,1B1C,A,"2-4,15-17,157-159" +PS00006,1B1C,A,"2-5,7-10,29-32,63-66,78-81,98-101,157-160,175-178" +PS00007,1B1C,A,36-44 +PS00008,1B1C,A,"24-29,104-109,171-176" +PS00004,1B1G,A,70-73 +PS00006,1B1G,A,"1-4,23-26,43-46,61-64" +PS00018,1B1G,A,53-65 +PS00029,1B1G,A,31-52 +PS00303,1B1G,A,48-69 +PS00005,1B1U,A,"18-20,24-26" +PS00006,1B1U,A,98-101 +PS00008,1B1U,A,"71-76,109-114" +PS00426,1B1U,A,5-28 +PS00008,1B1V,A,4-9 +PS00006,1B22,A,"12-15,25-28,87-90" +PS00008,1B22,A,"31-36,64-69" +PS00005,1B28,A,43-45 +PS00008,1B28,A,29-34 +PS00005,1B28,B,43-45 +PS00008,1B28,B,29-34 +PS00006,1B2I,A,"0-3,21-24" +PS00008,1B2I,A,7-12 +PS00021,1B2I,A,52-64 +PS00004,1B2J,A,1-4 +PS00008,1B2J,A,22-27 +PS00202,1B2J,A,32-42 +PS00004,1B2O,A,1-4 +PS00008,1B2O,A,22-27 +PS00202,1B2O,A,32-42 +PS00004,1B2O,B,1-4 +PS00008,1B2O,B,22-27 +PS00202,1B2O,B,32-42 +PS00001,1B2T,A,9-12 +PS00005,1B2T,A,16-18 +PS00008,1B2T,A,4-9 +PS00009,1B2T,A,34-37 +PS00005,2B29,A,88-90 +PS00006,2B29,A,88-91 +PS00008,2B29,A,"10-15,111-116" +PS00009,2B29,A,91-94 +PS00001,1B3C,A,60-63 +PS00008,1B3C,A,"9-14,33-38,48-53" +PS00005,1B3I,A,8-10 +PS00006,1B3I,A,23-26 +PS00008,1B3I,A,"64-69,72-77,88-93" +PS00196,1B3I,A,75-89 +PS00001,2B3C,A,60-63 +PS00008,2B3C,A,"9-14,33-38,48-53" +PS00005,2B3I,A,8-10 +PS00006,2B3I,A,23-26 +PS00008,2B3I,A,"64-69,72-77,88-93" +PS00196,2B3I,A,75-89 +PS00005,2B3G,A,88-90 +PS00006,2B3G,A,88-91 +PS00008,2B3G,A,"10-15,111-116" +PS00009,2B3G,A,91-94 +PS00006,2B3G,B,13-16 +PS00004,2B3W,A,65-68 +PS00005,2B3W,A,90-92 +PS00006,2B3W,A,"20-23,90-93,126-129" +PS00007,2B3W,A,54-60 +PS60014,1B45,A,2-13 +PS00005,1B4C,A,18-20 +PS00006,1B4C,A,"1-4,18-21,59-62" +PS00018,1B4C,A,61-73 +PS00303,1B4C,A,56-77 +PS00005,1B4C,B,18-20 +PS00006,1B4C,B,"1-4,18-21,59-62" +PS00018,1B4C,B,61-73 +PS00303,1B4C,B,56-77 +PS00005,1B4G,A,8-10 +PS00009,1B4G,A,10-13 +PS00005,1B4I,A,8-10 +PS00009,1B4I,A,10-13 +PS00001,1B4M,A,"5-8,54-57" +PS00005,1B4M,A,"29-31,56-58" +PS00006,1B4M,A,120-123 +PS00214,1B4M,A,6-23 +PS00005,1B4O,A,"1-3,39-41,45-47" +PS00006,1B4O,A,"31-34,45-48" +PS00008,1B4O,A,35-40 +PS00001,1B4Q,A,50-53 +PS00005,1B4Q,A,24-26 +PS00005,1B4R,A,47-49 +PS00006,1B4R,A,28-31 +PS00008,1B4R,A,"12-17,65-70" +PS00005,1B50,A,"14-16,42-44" +PS00006,1B50,A,62-65 +PS00472,1B50,A,9-50 +PS00005,1B50,B,"14-16,42-44" +PS00006,1B50,B,62-65 +PS00472,1B50,B,9-50 +PS00005,1B53,A,"14-16,42-44" +PS00006,1B53,A,62-65 +PS00472,1B53,A,9-50 +PS00005,1B53,B,"14-16,42-44" +PS00006,1B53,B,62-65 +PS00472,1B53,B,9-50 +PS00006,1B5A,A,7-10 +PS00008,1B5A,A,50-55 +PS00191,1B5A,A,34-41 +PS00006,1B5B,A,7-10 +PS00008,1B5B,A,50-55 +PS00191,1B5B,A,34-41 +PS00004,1B5M,A,11-14 +PS00006,1B5M,A,"14-17,54-57" +PS00008,1B5M,A,48-53 +PS00191,1B5M,A,32-39 +PS00008,1B5N,A,4-9 +PS00005,1B67,A,53-55 +PS00009,1B67,A,49-52 +PS00005,1B67,B,53-55 +PS00009,1B67,B,49-52 +PS00005,1B64,A,39-41 +PS00006,1B64,A,73-76 +PS00008,1B64,A,34-39 +PS00342,1B64,A,88-90 +PS00825,1B64,A,79-90 +PS00005,1B69,A,"15-17,38-40,44-46,56-58" +PS00006,1B69,A,"29-32,56-59" +PS00009,1B69,A,49-52 +PS00001,1B6F,A,81-84 +PS00004,1B6F,A,53-56 +PS00005,1B6F,A,"51-53,116-118" +PS00006,1B6F,A,"38-41,56-59,83-86,121-124" +PS00008,1B6F,A,"47-52,87-92" +PS00451,1B6F,A,87-119 +PS00005,1B6W,A,53-55 +PS00009,1B6W,A,49-52 +PS00005,2B68,A,18-20 +PS00006,2B68,A,34-37 +PS00008,2B68,A,2-7 +PS00009,2B68,A,39-42 +PS00005,1B75,A,16-18 +PS00005,2B7E,A,56-58 +PS00008,2B7E,A,0-5 +PS00007,2BRZ,A,32-38 +PS00005,1B8Q,A,"10-12,109-111,112-114" +PS00006,1B8Q,A,"72-75,98-101" +PS00007,1B8Q,A,63-70 +PS00008,1B8Q,A,"49-54,108-113" +PS00001,1B8T,A,103-106 +PS00005,1B8T,A,"81-83,96-98" +PS00006,1B8T,A,155-158 +PS00008,1B8T,A,"5-10,73-78,112-117,132-137,181-186" +PS00009,1B8T,A,"5-8,61-64" +PS00478,1B8T,A,"9-43,117-151" +PS00008,1B8W,A,35-40 +PS00005,2B8A,A,"3-5,93-95,102-104" +PS00006,2B8A,A,106-109 +PS00008,2B8A,A,50-55 +PS00265,1BBA,A,19-35 +PS00262,1B9G,A,33-47 +PS00005,1B9P,A,20-22 +PS00005,1B9Q,A,20-22 +PS00005,1B9R,A,46-48 +PS00006,1B9R,A,"21-24,72-75" +PS00008,1B9R,A,"40-45,80-85" +PS00814,1B9R,A,38-48 +PS00001,1B9U,A,3-6 +PS00008,1B9U,A,8-13 +PS00005,2B95,A,"16-18,22-24,65-67,82-84" +PS00006,2B95,A,"41-44,65-68" +PS00005,2B95,B,"16-18,22-24,65-67,82-84" +PS00006,2B95,B,"41-44,65-68" +PS00006,2B9Z,A,"18-21,27-30,59-62" +PS00008,2B9Z,A,0-5 +PS00006,2B9Z,B,"18-21,27-30,59-62" +PS00008,2B9Z,B,0-5 +PS00005,1BA4,A,25-27 +PS00006,1BA4,A,7-10 +PS00008,1BA4,A,"24-29,32-37" +PS00001,1BA5,A,"24-27,36-39" +PS00005,1BA5,A,48-50 +PS00005,1BA6,A,25-27 +PS00006,1BA6,A,7-10 +PS00008,1BA6,A,"24-29,32-37" +PS00001,1BA9,A,85-88 +PS00005,1BA9,A,"33-35,67-69,133-135" +PS00006,1BA9,A,97-100 +PS00008,1BA9,A,"32-37,55-60,84-89,129-134,137-142" +PS00332,1BA9,A,137-148 +PS00005,1BAF,H,"56-58,62-64,73-75,187-189,204-206" +PS00006,1BAF,H,"86-89,111-114,205-208" +PS00008,1BAF,H,"107-112,158-163" +PS00005,1BAF,L,"41-43,152-154,196-198" +PS00006,1BAF,L,"13-16,74-77,101-104,161-164,181-184" +PS00008,1BAF,L,"62-67,157-162" +PS00290,1BAF,L,191-197 +PS00001,1BAH,A,"3-6,21-24" +PS00005,1BAH,A,"8-10,22-24" +PS00006,1BAH,A,8-11 +PS00006,1BAK,A,"50-53,56-59,84-87" +PS00008,1BAK,A,0-5 +PS00006,1BAL,A,"2-5,39-42" +PS00008,1BAL,A,31-36 +PS00342,1BAL,A,48-50 +PS00006,1BAX,A,5-8 +PS00008,1BAX,A,1-6 +PS00005,1BB8,A,"15-17,38-40,44-46,56-58" +PS00006,1BB8,A,"29-32,56-59" +PS00009,1BB8,A,49-52 +PS00008,1BBG,A,7-12 +PS00005,1BBI,A,3-5 +PS00006,1BBI,A,64-67 +PS00281,1BBI,A,23-38 +PS00006,1BBL,A,"2-5,39-42" +PS00008,1BBL,A,31-36 +PS00342,1BBL,A,48-50 +PS00005,1BBN,A,43-45 +PS00006,1BBN,A,"9-12,19-22,31-34,43-46,60-63,110-113" +PS00838,1BBN,A,10-35 +PS00001,1BBO,A,"35-38,43-46" +PS00004,1BBO,A,11-14 +PS00005,1BBO,A,"37-39,54-56" +PS00006,1BBO,A,22-25 +PS00007,1BBO,A,21-29 +PS00028,1BBO,A,31-53 +PS00005,1BBX,C,"1-3,39-41,45-47" +PS00006,1BBX,C,"31-34,45-48" +PS00008,1BBX,C,35-40 +PS00005,1BBX,D,"1-3,39-41,45-47" +PS00006,1BBX,D,"31-34,45-48" +PS00008,1BBX,D,35-40 +PS00006,1BBY,A,14-17 +PS00008,1BBY,A,52-57 +PS00005,2BB8,A,"15-17,38-40,44-46,56-58" +PS00006,2BB8,A,"29-32,56-59" +PS00009,2BB8,A,49-52 +PS00008,2BBG,A,7-12 +PS00005,2BBI,A,3-5 +PS00006,2BBI,A,64-67 +PS00281,2BBI,A,23-38 +PS00001,2BBM,A,59-62 +PS00005,2BBM,A,"27-29,145-147" +PS00006,2BBM,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2BBM,A,"24-29,39-44" +PS00018,2BBM,A,"19-31,55-67,92-104,128-140" +PS00004,2BBM,B,17-20 +PS00001,2BBN,A,59-62 +PS00005,2BBN,A,"27-29,145-147" +PS00006,2BBN,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2BBN,A,"24-29,39-44" +PS00018,2BBN,A,"19-31,55-67,92-104,128-140" +PS00004,2BBN,B,17-20 +PS00006,2BBY,A,14-17 +PS00008,2BBY,A,52-57 +PS00008,3BBG,A,7-12 +PS00005,1BC4,A,"46-48,62-64,76-78,83-85" +PS00006,1BC4,A,"20-23,84-87" +PS00127,1BC4,A,33-39 +PS00006,1BC6,A,14-17 +PS00008,1BC6,A,"9-14,42-47" +PS00198,1BC6,A,38-49 +PS00001,1BC9,A,"51-54,140-143" +PS00005,1BC9,A,"94-96,181-183" +PS00006,1BC9,A,36-39 +PS00008,1BC9,A,"49-54,121-126,163-168" +PS00009,1BC9,A,11-14 +PS00001,1BCI,A,71-74 +PS00004,1BCI,A,56-59 +PS00005,1BCI,A,"16-18,55-57,110-112" +PS00006,1BCI,A,"1-4,51-54,89-92" +PS00005,1BCN,A,43-45 +PS00006,1BCN,A,"9-12,19-22,31-34,43-46,60-63,110-113" +PS00838,1BCN,A,10-35 +PS00001,1BCT,A,13-16 +PS00005,1BCT,A,"7-9,51-53" +PS00008,1BCT,A,29-34 +PS00327,1BCT,A,45-56 +PS00016,1BCV,A,5-7 +PS00004,2BCA,A,71-74 +PS00006,2BCA,A,"2-5,24-27,44-47,62-65" +PS00018,2BCA,A,54-66 +PS00029,2BCA,A,32-53 +PS00303,2BCA,A,49-70 +PS00006,1BD6,A,14-17 +PS00008,1BD6,A,"9-14,42-47" +PS00198,1BD6,A,38-49 +PS00005,1BD8,A,82-84 +PS00006,1BD8,A,134-137 +PS00008,1BD8,A,"57-62,90-95" +PS00016,1BD8,A,11-13 +PS00017,1BD8,A,30-37 +PS00342,1BD8,A,153-155 +PS00005,1BDC,A,33-35 +PS00006,1BDC,A,33-36 +PS00005,1BDD,A,33-35 +PS00006,1BDD,A,33-36 +PS00008,1BDE,A,26-31 +PS00005,1BDS,A,6-8 +PS00008,1BDS,A,19-24 +PS00016,1BDS,A,11-13 +PS00005,2BDO,A,57-59 +PS00008,2BDO,A,"29-34,56-61" +PS00188,2BDO,A,35-52 +PS00005,2BDS,A,6-8 +PS00008,2BDS,A,19-24 +PS00016,2BDS,A,11-13 +PS00005,3BDO,A,59-61 +PS00008,3BDO,A,"31-36,58-63" +PS00188,3BDO,A,37-54 +PS00006,1BE1,A,"40-43,52-55,120-123,125-128" +PS00008,1BE1,A,"8-13,37-42" +PS00006,1BE2,A,39-42 +PS00008,1BE2,A,"3-8,52-57" +PS00597,1BE2,A,68-89 +PS00005,1BEG,A,"36-38,91-93" +PS00008,1BEG,A,78-83 +PS00006,1BEI,A,1-4 +PS00005,2BEG,A,25-27 +PS00006,2BEG,A,7-10 +PS00008,2BEG,A,"24-29,32-37" +PS00005,2BEG,B,25-27 +PS00006,2BEG,B,7-10 +PS00008,2BEG,B,"24-29,32-37" +PS00005,2BEG,C,25-27 +PS00006,2BEG,C,7-10 +PS00008,2BEG,C,"24-29,32-37" +PS00005,2BEG,D,25-27 +PS00006,2BEG,D,7-10 +PS00008,2BEG,D,"24-29,32-37" +PS00005,2BEG,E,25-27 +PS00006,2BEG,E,7-10 +PS00008,2BEG,E,"24-29,32-37" +PS00005,2BF2,A,58-60 +PS00006,2BF2,A,"1-4,39-42,61-64" +PS00008,2BF2,A,84-89 +PS00005,2BF2,B,58-60 +PS00006,2BF2,B,"1-4,39-42,61-64" +PS00008,2BF2,B,84-89 +PS00005,1BF0,A,"14-16,27-29" +PS00006,1BF0,A,48-51 +PS00008,1BF0,A,38-43 +PS00280,1BF0,A,34-52 +PS00001,1BF8,A,"27-30,183-186" +PS00005,1BF8,A,"63-65,173-175,185-187,196-198" +PS00006,1BF8,A,"22-25,34-37,150-153,188-191" +PS00008,1BF8,A,"0-5,41-46,181-186" +PS00009,1BF8,A,57-60 +PS00635,1BF8,A,74-91 +PS00005,1BF9,A,"15-17,38-40" +PS00006,1BF9,A,"0-3,15-18" +PS00010,1BF9,A,16-27 +PS00022,1BF9,A,25-36 +PS01187,1BF9,A,1-25 +PS00001,1BFI,A,"60-63,94-97,98-101" +PS00005,1BFI,A,"16-18,38-40,77-79" +PS00006,1BFI,A,77-80 +PS00008,1BFI,A,42-47 +PS00009,1BFI,A,26-29 +PS00001,1BFJ,A,"60-63,94-97,98-101" +PS00005,1BFJ,A,"16-18,38-40,77-79" +PS00006,1BFJ,A,77-80 +PS00008,1BFJ,A,42-47 +PS00009,1BFJ,A,26-29 +PS00005,1BFM,A,53-55 +PS00009,1BFM,A,49-52 +PS00005,1BFM,B,53-55 +PS00009,1BFM,B,49-52 +PS00005,1BFX,A,4-6 +PS00006,1BFX,A,"4-7,12-15" +PS00008,1BFX,A,55-60 +PS00191,1BFX,A,39-46 +PS00004,1BFY,A,1-4 +PS00008,1BFY,A,22-27 +PS00202,1BFY,A,32-42 +PS00005,2BF3,A,48-50 +PS00006,2BF3,A,"29-32,51-54" +PS00008,2BF3,A,74-79 +PS00005,2BF3,B,48-50 +PS00006,2BF3,B,"29-32,51-54" +PS00008,2BF3,B,74-79 +PS00016,2BF3,B,7-9 +PS00005,2BF5,A,54-56 +PS00006,2BF5,A,"35-38,57-60" +PS00008,2BF5,A,80-85 +PS00005,2BF5,B,54-56 +PS00006,2BF5,B,"35-38,57-60" +PS00008,2BF5,B,80-85 +PS00005,1BGK,A,22-24 +PS00008,1BGK,A,17-22 +PS00005,1C54,A,66-68 +PS00006,1C54,A,"75-78,89-92" +PS00001,2BGO,A,"52-55,96-99" +PS00005,2BGO,A,"60-62,115-117,125-127" +PS00008,2BGO,A,"5-10,32-37,70-75,100-105" +PS00001,2BGP,A,"52-55,96-99" +PS00005,2BGP,A,"60-62,115-117,125-127" +PS00008,2BGP,A,"5-10,32-37,70-75,100-105" +PS00005,2BH4,X,"97-99,100-102" +PS00006,2BH4,X,71-74 +PS00009,2BH4,X,42-45 +PS00005,2BGF,A,8-10 +PS00006,2BGF,A,54-57 +PS00299,2BGF,A,26-51 +PS00005,2BGF,B,8-10 +PS00006,2BGF,B,54-57 +PS00299,2BGF,B,26-51 +PS00005,2BGV,X,100-102 +PS00006,2BGV,X,71-74 +PS00009,2BGV,X,42-45 +PS00005,1BH4,A,17-19 +PS60008,1BH4,A,0-9 +PS00005,1BH7,A,27-29 +PS00007,1BH7,A,14-21 +PS00005,1BHA,A,4-6 +PS00006,1BHA,A,34-37 +PS00008,1BHA,A,30-35 +PS00005,1BHB,A,4-6 +PS00006,1BHB,A,34-37 +PS00008,1BHB,A,30-35 +PS00005,1BHI,A,33-35 +PS00006,1BHI,A,18-21 +PS00008,1BHI,A,14-19 +PS00028,1BHI,A,8-30 +PS00271,1BHP,A,2-15 +PS00001,1BHU,A,47-50 +PS00004,1BHU,A,59-62 +PS00005,1BHU,A,"41-43,52-54" +PS00006,1BHU,A,26-29 +PS00008,1BHU,A,"6-11,13-18,48-53,90-95,96-101" +PS00005,2BH5,X,"97-99,100-102" +PS00006,2BH5,X,71-74 +PS00009,2BH5,X,42-45 +PS00005,1BI6,H,19-21 +PS00006,1BI6,H,"9-12,34-37" +PS00294,1BI6,L,7-10 +PS00008,1BIG,A,8-13 +PS01138,1BIG,A,12-34 +PS00005,1BIP,A,"18-20,24-26" +PS00006,1BIP,A,98-101 +PS00008,1BIP,A,"65-70,71-76,109-114" +PS00426,1BIP,A,5-28 +PS00009,1BIV,B,10-13 +PS00006,1C56,A,3-6 +PS01138,1C56,A,15-37 +PS00005,2BI6,H,19-21 +PS00006,2BI6,H,"9-12,34-37" +PS00294,2BI6,L,7-10 +PS00001,2BID,A,"8-11,63-66,116-119" +PS00005,2BID,A,"11-13,33-35,117-119" +PS00006,2BID,A,"11-14,28-31,79-82,118-121,130-133" +PS00008,2BID,A,"0-5,62-67,105-110" +PS01259,2BID,A,87-101 +PS00001,2BIV,A,"75-78,136-139,149-152" +PS00006,2BIV,A,"3-6,192-195" +PS00008,2BIV,A,"1-6,86-91,150-155" +PS00001,2BIV,B,"75-78,136-139,149-152" +PS00006,2BIV,B,"3-6,192-195" +PS00008,2BIV,B,"1-6,86-91,150-155" +PS00001,2BIV,C,"75-78,136-139,149-152" +PS00006,2BIV,C,"3-6,192-195" +PS00008,2BIV,C,"1-6,86-91,150-155" +PS00005,1BJ6,A,"12-14,38-40" +PS00008,1BJ6,A,23-28 +PS00001,1BJ8,A,10-13 +PS00005,1BJ8,A,"31-33,62-64" +PS00006,1BJ8,A,"68-71,104-107" +PS00006,1BJA,A,31-34 +PS00008,1BJA,A,66-71 +PS00006,1BJA,B,31-34 +PS00008,1BJA,B,66-71 +PS00005,1BJB,A,25-27 +PS00006,1BJB,A,7-10 +PS00005,1BJC,A,25-27 +PS00006,1BJC,A,7-10 +PS00005,1BJX,A,32-34 +PS00006,1BJX,A,"3-6,12-15,52-55" +PS00008,1BJX,A,49-54 +PS00005,2BJX,A,32-34 +PS00006,2BJX,A,"3-6,12-15,52-55" +PS00008,2BJX,A,49-54 +PS00001,2J6D,A,48-51 +PS00005,2J6D,A,29-31 +PS00006,2J6D,A,19-22 +PS00007,2J6D,A,1-8 +PS00008,2J6D,A,43-48 +PS00005,2BJC,A,30-32 +PS00006,2BJC,A,4-7 +PS00008,2BJC,A,13-18 +PS00356,2BJC,A,5-23 +PS00005,2BJC,B,30-32 +PS00006,2BJC,B,4-7 +PS00008,2BJC,B,13-18 +PS00356,2BJC,B,5-23 +PS00004,2BJD,A,1-4 +PS00006,2BJD,A,"4-7,86-89" +PS00008,2BJD,A,21-26 +PS00150,2BJD,A,19-29 +PS00151,2BJD,A,43-59 +PS00004,2BJD,B,1-4 +PS00006,2BJD,B,"4-7,86-89" +PS00008,2BJD,B,21-26 +PS00150,2BJD,B,19-29 +PS00151,2BJD,B,43-59 +PS00004,2BJE,A,1-4 +PS00006,2BJE,A,"4-7,86-89" +PS00008,2BJE,A,21-26 +PS00150,2BJE,A,19-29 +PS00151,2BJE,A,43-59 +PS00004,2BJE,C,1-4 +PS00006,2BJE,C,"4-7,86-89" +PS00008,2BJE,C,21-26 +PS00150,2BJE,C,19-29 +PS00151,2BJE,C,43-59 +PS00004,2BJE,E,1-4 +PS00006,2BJE,E,"4-7,86-89" +PS00008,2BJE,E,21-26 +PS00150,2BJE,E,19-29 +PS00151,2BJE,E,43-59 +PS00004,2BJE,G,1-4 +PS00006,2BJE,G,"4-7,86-89" +PS00008,2BJE,G,21-26 +PS00150,2BJE,G,19-29 +PS00151,2BJE,G,43-59 +PS00008,1BK8,A,11-16 +PS00005,1BKT,A,34-36 +PS00008,1BKT,A,20-25 +PS01138,1BKT,A,12-33 +PS00001,1BKU,A,2-5 +PS00258,1BKU,A,0-15 +PS00006,2BKY,A,"77-80,87-90" +PS00009,2BKY,A,13-16 +PS00006,2BKY,B,"77-80,87-90" +PS00009,2BKY,B,13-16 +PS00004,2BKY,X,75-78 +PS00005,2BKY,X,"1-3,38-40,51-53" +PS00006,2BKY,X,"38-41,51-54,67-70" +PS00004,2BKY,Y,75-78 +PS00005,2BKY,Y,"1-3,38-40,51-53" +PS00006,2BKY,Y,"38-41,51-54,67-70" +PS00001,1BL1,A,8-11 +PS00008,1BL1,A,20-25 +PS00001,1HSR,A,142-145 +PS00005,1HSR,A,"131-133,138-140" +PS00006,1HSR,A,"40-43,83-86,112-115,172-175,198-201,263-266,313-316" +PS00008,1HSR,A,"3-8,13-18,68-73,74-79,94-99,106-111,156-161,190-195" +PS00435,1HSR,A,175-185 +PS00436,1HSR,A,46-57 +PS00004,1BLA,A,117-120 +PS00005,1BLA,A,"72-74,113-115,116-118,151-153" +PS00006,1BLA,A,95-98 +PS00008,1BLA,A,"15-20,75-80" +PS00247,1BLA,A,88-111 +PS00004,1BLD,A,117-120 +PS00005,1BLD,A,"72-74,113-115,116-118,151-153" +PS00006,1BLD,A,95-98 +PS00008,1BLD,A,"15-20,75-80" +PS00247,1BLD,A,88-111 +PS00005,1BLJ,A,"19-21,44-46,52-54,79-81,95-97" +PS00006,1BLJ,A,"19-22,52-55,58-61" +PS00007,1BLJ,A,69-76 +PS00005,1BLK,A,"19-21,44-46,52-54,79-81,95-97" +PS00006,1BLK,A,"19-22,52-55,58-61" +PS00007,1BLK,A,69-76 +PS00005,1BLQ,A,37-39 +PS00006,1BLQ,A,"1-4,37-40,53-56" +PS00008,1BLQ,A,"33-38,49-54" +PS00018,1BLQ,A,"29-41,65-77" +PS00001,1BLR,A,1-4 +PS00005,1BLR,A,56-58 +PS00006,1BLR,A,123-126 +PS00007,1BLR,A,43-50 +PS00214,1BLR,A,4-21 +PS00006,1BLV,A,7-10 +PS00008,1BLV,A,50-55 +PS00191,1BLV,A,34-41 +PS00001,2BL5,A,120-123 +PS00005,2BL5,A,"28-30,47-49,107-109,122-124" +PS00006,2BL5,A,"47-50,75-78,122-125" +PS00005,1BM2,A,"1-3,51-53" +PS00006,1BM2,A,80-83 +PS00008,1BM2,A,0-5 +PS00004,1BM4,A,26-29 +PS00001,1BM5,A,1-4 +PS00005,1BM5,A,56-58 +PS00006,1BM5,A,123-126 +PS00007,1BM5,A,43-50 +PS00214,1BM5,A,4-21 +PS00005,1BM6,A,15-17 +PS00006,1BM6,A,"32-35,142-145,152-155" +PS00008,1BM6,A,"78-83,125-130" +PS00142,1BM6,A,115-124 +PS00005,1BMB,A,"2-4,52-54" +PS00006,1BMB,A,81-84 +PS00008,1BMB,A,1-6 +PS00006,1BMR,A,20-23 +PS00008,1BMR,A,"18-23,30-35" +PS00005,1BMW,A,69-71 +PS00006,1BMW,A,"26-29,44-47" +PS00008,1BMW,A,48-53 +PS00005,1BMX,A,23-25 +PS00006,1BMX,A,1-4 +PS00007,1BMX,A,14-21 +PS00001,2BMT,A,3-6 +PS00005,2BMT,A,22-24 +PS00008,2BMT,A,21-26 +PS01138,2BMT,A,12-34 +PS00001,2BNK,A,3-6 +PS00005,2BNK,A,"47-49,64-66" +PS00006,2BNK,A,"5-8,37-40" +PS00001,2BNK,B,3-6 +PS00005,2BNK,B,"47-49,64-66" +PS00006,2BNK,B,"5-8,37-40" +PS00008,1BNB,A,24-29 +PS00001,1BNO,A,27-30 +PS00005,1BNO,A,"1-3,78-80" +PS00006,1BNO,A,54-57 +PS00008,1BNO,A,65-70 +PS00001,1BNP,A,27-30 +PS00005,1BNP,A,"1-3,78-80" +PS00006,1BNP,A,54-57 +PS00008,1BNP,A,65-70 +PS00001,1BNR,A,76-79 +PS00005,1BNR,A,"56-58,66-68,69-71,84-86" +PS00006,1BNR,A,"25-28,56-59,69-72" +PS00007,1BNR,A,"71-77,82-89" +PS00017,1BNR,A,42-49 +PS00008,1BNX,A,27-32 +PS00005,2BN6,A,26-28 +PS00008,2BN6,A,0-5 +PS00001,2BNX,A,306-309 +PS00005,2BNX,A,"1-3,27-29,144-146,260-262,353-355" +PS00006,2BNX,A,"23-26,50-53,93-96,183-186,260-263,264-267,308-311,332-335,342-345" +PS00008,2BNX,A,"67-72,161-166" +PS00001,2BNX,B,306-309 +PS00005,2BNX,B,"1-3,27-29,144-146,260-262,353-355" +PS00006,2BNX,B,"23-26,50-53,93-96,183-186,260-263,264-267,308-311,332-335,342-345" +PS00008,2BNX,B,"67-72,161-166" +PS00005,2BN5,A,26-28 +PS00008,2BN5,A,0-5 +PS00001,1BO0,A,5-8 +PS00004,1BO0,A,28-31 +PS00005,1BO0,A,"26-28,55-57,72-74" +PS00006,1BO0,A,44-47 +PS00008,1BO0,A,3-8 +PS00472,1BO0,A,10-52 +PS00005,1BOE,A,11-13 +PS00008,1BOE,A,"4-9,38-43" +PS00005,1BO9,A,"29-31,47-49,54-56" +PS00006,1BO9,A,23-26 +PS00008,1BO9,A,18-23 +PS00223,1BO9,A,18-70 +PS00004,1BOC,A,71-74 +PS00006,1BOC,A,"2-5,24-27,44-47,62-65" +PS00008,1BOC,A,20-25 +PS00018,1BOC,A,54-66 +PS00029,1BOC,A,32-53 +PS00303,1BOC,A,49-70 +PS00004,1BOD,A,69-72 +PS00006,1BOD,A,"2-5,22-25,42-45,60-63" +PS00018,1BOD,A,52-64 +PS00029,1BOD,A,30-51 +PS00303,1BOD,A,47-68 +PS00262,1BOM,A,5-19 +PS00006,1BOM,B,16-19 +PS00262,1BON,A,5-19 +PS00006,1BON,B,16-19 +PS00008,1BOR,A,30-35 +PS00518,1BOR,A,23-32 +PS00005,2BO5,A,"62-64,72-74" +PS00006,2BO5,A,"67-70,72-75" +PS00001,1BPR,A,"44-47,61-64,80-83" +PS00005,1BPR,A,"116-118,122-124,129-131,174-176" +PS00006,1BPR,A,"56-59,116-119,122-125" +PS00008,1BPR,A,"9-14,34-39" +PS00001,1BPV,A,"20-23,60-63" +PS00005,1BPV,A,"27-29,104-106" +PS00006,1BPV,A,"8-11,104-107" +PS00006,2BP4,A,7-10 +PS00001,2BPR,A,"44-47,61-64,80-83" +PS00005,2BPR,A,"116-118,122-124,129-131,174-176" +PS00006,2BPR,A,"56-59,116-119,122-125" +PS00008,2BPR,A,"9-14,34-39" +PS00001,3BP2,A,71-74 +PS00005,3BP2,A,59-61 +PS00006,3BP2,A,"35-38,77-80" +PS00007,3BP2,A,61-68 +PS00008,3BP2,A,"6-11,25-30" +PS00118,3BP2,A,43-50 +PS00119,3BP2,A,94-104 +PS00004,2BQ4,A,100-103 +PS00005,2BQ4,A,"25-27,66-68,70-72,98-100" +PS00006,2BQ4,A,70-73 +PS00008,2BQ4,A,"33-38,53-58" +PS00004,2BQ4,B,100-103 +PS00005,2BQ4,B,"25-27,66-68,70-72,98-100" +PS00006,2BQ4,B,70-73 +PS00008,2BQ4,B,"33-38,53-58" +PS00005,1BQ0,A,58-60 +PS00006,1BQ0,A,13-16 +PS00008,1BQ0,A,"9-14,75-80,85-90" +PS00636,1BQ0,A,45-64 +PS00001,1BQF,A,1-4 +PS00008,1BQF,A,4-9 +PS00005,1BQZ,A,58-60 +PS00006,1BQZ,A,13-16 +PS00008,1BQZ,A,9-14 +PS00636,1BQZ,A,45-64 +PS00005,1BQT,A,33-35 +PS00262,1BQT,A,46-60 +PS00006,1BQX,A,14-17 +PS00008,1BQX,A,"9-14,42-47" +PS00198,1BQX,A,38-49 +PS00001,2BQZ,A,106-109 +PS00005,2BQZ,A,"20-22,98-100" +PS00006,2BQZ,A,"2-5,20-23,45-48" +PS00007,2BQZ,A,64-70 +PS00008,2BQZ,A,"37-42,111-116" +PS00016,2BQZ,A,46-48 +PS00001,2BQZ,E,106-109 +PS00005,2BQZ,E,"20-22,98-100" +PS00006,2BQZ,E,"2-5,20-23,45-48" +PS00007,2BQZ,E,64-70 +PS00008,2BQZ,E,"37-42,111-116" +PS00016,2BQZ,E,46-48 +PS00001,1BR0,A,"80-83,108-111" +PS00004,1BR0,A,29-32 +PS00005,1BR0,A,97-99 +PS00006,1BR0,A,"44-47,82-85,110-113" +PS00008,1BR0,A,78-83 +PS00006,1BRV,A,16-19 +PS00008,1BRV,A,20-25 +PS00294,1BRV,A,28-31 +PS00007,1BRZ,A,32-38 +PS00006,1BWX,A,0-3 +PS00335,1BWX,A,1-11 +PS00001,1BSH,A,74-77 +PS00005,1BSH,A,133-135 +PS00006,1BSH,A,"25-28,107-110" +PS00008,1BSH,A,32-37 +PS00001,1BSN,A,74-77 +PS00005,1BSN,A,133-135 +PS00006,1BSN,A,"25-28,107-110" +PS00008,1BSN,A,32-37 +PS00005,1BT7,A,"21-23,127-129,177-179,181-183" +PS00006,1BT7,A,"21-24,75-78" +PS00008,1BT7,A,"11-16,49-54,151-156,161-166" +PS00016,1BT7,A,118-120 +PS00005,1BTA,A,18-20 +PS00006,1BTA,A,11-14 +PS00008,1BTA,A,80-85 +PS00005,1BTB,A,18-20 +PS00006,1BTB,A,11-14 +PS00008,1BTB,A,80-85 +PS00001,1BTV,A,81-84 +PS00004,1BTV,A,53-56 +PS00005,1BTV,A,"51-53,116-118" +PS00006,1BTV,A,"38-41,56-59,83-86,121-124" +PS00008,1BTV,A,"47-52,87-92" +PS00451,1BTV,A,87-119 +PS00001,1BTO,A,299-302 +PS00005,1BTO,A,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1BTO,A,"21-24,74-77,121-124,149-152,163-166" +PS00008,1BTO,A,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1BTO,A,65-79 +PS00001,1BTO,B,299-302 +PS00005,1BTO,B,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1BTO,B,"21-24,74-77,121-124,149-152,163-166" +PS00008,1BTO,B,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1BTO,B,65-79 +PS00001,1BTO,C,299-302 +PS00005,1BTO,C,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1BTO,C,"21-24,74-77,121-124,149-152,163-166" +PS00008,1BTO,C,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1BTO,C,65-79 +PS00001,1BTO,D,299-302 +PS00005,1BTO,D,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1BTO,D,"21-24,74-77,121-124,149-152,163-166" +PS00008,1BTO,D,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1BTO,D,65-79 +PS00008,1BTS,A,13-18 +PS00008,1BTT,A,13-18 +PS00005,2BTX,A,"33-35,49-51,61-63" +PS00008,2BTX,A,42-47 +PS00272,2BTX,A,42-62 +PS00005,2BTX,B,6-8 +PS00006,2BTX,B,9-12 +PS00001,3BTO,A,299-302 +PS00005,3BTO,A,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,3BTO,A,"21-24,74-77,121-124,149-152,163-166" +PS00008,3BTO,A,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,3BTO,A,65-79 +PS00001,3BTO,B,299-302 +PS00005,3BTO,B,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,3BTO,B,"21-24,74-77,121-124,149-152,163-166" +PS00008,3BTO,B,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,3BTO,B,65-79 +PS00001,3BTO,C,299-302 +PS00005,3BTO,C,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,3BTO,C,"21-24,74-77,121-124,149-152,163-166" +PS00008,3BTO,C,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,3BTO,C,65-79 +PS00001,3BTO,D,299-302 +PS00005,3BTO,D,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,3BTO,D,"21-24,74-77,121-124,149-152,163-166" +PS00008,3BTO,D,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,3BTO,D,65-79 +PS00001,2BT2,A,24-27 +PS00005,2BT2,A,"21-23,41-43" +PS00006,2BT2,A,"8-11,120-123,131-134" +PS00007,2BT2,A,130-138 +PS00008,2BT2,A,9-14 +PS00001,2BT2,B,24-27 +PS00005,2BT2,B,"21-23,41-43" +PS00006,2BT2,B,"8-11,120-123,131-134" +PS00007,2BT2,B,130-138 +PS00008,2BT2,B,9-14 +PS00001,2BT2,C,24-27 +PS00005,2BT2,C,"21-23,41-43" +PS00006,2BT2,C,"8-11,120-123,131-134" +PS00007,2BT2,C,130-138 +PS00008,2BT2,C,9-14 +PS00001,2BT2,D,24-27 +PS00005,2BT2,D,"21-23,41-43" +PS00006,2BT2,D,"8-11,120-123,131-134" +PS00007,2BT2,D,130-138 +PS00008,2BT2,D,9-14 +PS00001,2BT2,E,24-27 +PS00005,2BT2,E,"21-23,41-43" +PS00006,2BT2,E,"8-11,120-123,131-134" +PS00007,2BT2,E,130-138 +PS00008,2BT2,E,9-14 +PS00005,1BV2,A,32-34 +PS00006,1BV2,A,39-42 +PS00008,1BV2,A,"3-8,19-24,59-64" +PS00597,1BV2,A,68-89 +PS00006,1BU9,A,"87-90,138-141" +PS00008,1BU9,A,"5-10,159-164" +PS00016,1BU9,A,14-16 +PS00005,1BUJ,A,"55-57,65-67,68-70" +PS00006,1BUJ,A,"55-58,68-71" +PS00007,1BUJ,A,"70-76,81-88" +PS00017,1BUJ,A,41-48 +PS00005,1BUQ,A,"57-59,110-112" +PS00006,1BUQ,A,34-37 +PS00009,1BUQ,A,88-91 +PS00005,1BUQ,B,"57-59,110-112" +PS00006,1BUQ,B,34-37 +PS00009,1BUQ,B,88-91 +PS00006,1BUS,A,26-29 +PS00008,1BUS,A,"32-37,45-50" +PS00282,1BUS,A,16-38 +PS00005,1BUY,A,136-138 +PS00006,1BUY,A,"33-36,39-42,119-122" +PS00817,1BUY,A,1-28 +PS00005,1BUZ,A,27-29 +PS00006,1BUZ,A,52-55 +PS00008,1BUZ,A,"2-7,60-65" +PS00006,2BUS,A,26-29 +PS00008,2BUS,A,"32-37,45-50" +PS00282,2BUS,A,16-38 +PS00006,2BUD,A,1-4 +PS00004,2BUN,A,78-81 +PS00005,2BUN,A,25-27 +PS00006,2BUN,A,"7-10,25-28,81-84,104-107" +PS00008,2BUN,A,114-119 +PS00001,2BV1,A,31-34 +PS00005,2BV1,A,"6-8,98-100" +PS00006,2BV1,A,"14-17,63-66,108-111,119-122" +PS00008,2BV1,A,3-8 +PS00001,2BV1,B,31-34 +PS00005,2BV1,B,"6-8,98-100" +PS00006,2BV1,B,"14-17,63-66,108-111,119-122" +PS00008,2BV1,B,3-8 +PS00001,1BV1,A,81-84 +PS00004,1BV1,A,53-56 +PS00005,1BV1,A,"51-53,116-118" +PS00006,1BV1,A,"38-41,56-59,83-86,121-124" +PS00008,1BV1,A,"47-52,87-92" +PS00451,1BV1,A,87-119 +PS00001,1BV8,A,87-90 +PS00005,1BV8,A,58-60 +PS00006,1BV8,A,"14-17,69-72" +PS00008,1BV8,A,34-39 +PS00006,1BVC,A,"2-5,34-37,50-53" +PS00007,1BVC,A,144-150 +PS00006,1BVD,A,"2-5,34-37,50-53" +PS00007,1BVD,A,144-150 +PS00005,1BVE,A,11-13 +PS00006,1BVE,A,"25-28,30-33" +PS00008,1BVE,A,"26-31,47-52,93-98" +PS00141,1BVE,A,21-32 +PS00005,1BVE,B,11-13 +PS00006,1BVE,B,"25-28,30-33" +PS00008,1BVE,B,"26-31,47-52,93-98" +PS00141,1BVE,B,21-32 +PS00005,1BVG,A,11-13 +PS00006,1BVG,A,"25-28,30-33" +PS00008,1BVG,A,"26-31,47-52,93-98" +PS00141,1BVG,A,21-32 +PS00005,1BVG,B,11-13 +PS00006,1BVG,B,"25-28,30-33" +PS00008,1BVG,B,"26-31,47-52,93-98" +PS00141,1BVG,B,21-32 +PS00001,1BVH,A,33-36 +PS00006,1BVH,A,77-80 +PS00008,1BVH,A,66-71 +PS00001,1BVM,A,71-74 +PS00005,1BVM,A,59-61 +PS00006,1BVM,A,"35-38,77-80" +PS00007,1BVM,A,61-68 +PS00008,1BVM,A,"6-11,25-30" +PS00118,1BVM,A,43-50 +PS00119,1BVM,A,94-104 +PS00001,1CO1,A,"21-24,51-54,58-61" +PS00005,1CO1,A,79-81 +PS00008,1CO1,A,"39-44,47-52" +PS00017,1CO1,A,77-84 +PS00005,2BVB,A,"7-9,24-26" +PS00006,2BVB,A,"11-14,25-28,54-57,106-109,126-129" +PS00008,2BVB,A,"15-20,32-37,51-56,104-109,115-120" +PS00005,1BW3,A,"40-42,78-80" +PS00006,1BW3,A,99-102 +PS00008,1BW3,A,"58-63,74-79" +PS00771,1BW3,A,62-70 +PS00772,1BW3,A,115-122 +PS00005,1BW4,A,"40-42,78-80" +PS00006,1BW4,A,99-102 +PS00008,1BW4,A,"58-63,74-79" +PS00771,1BW4,A,62-70 +PS00772,1BW4,A,115-122 +PS00004,1BW5,A,58-61 +PS00005,1BW5,A,"2-4,16-18,42-44" +PS00027,1BW5,A,35-58 +PS00005,1BW6,A,8-10 +PS00006,1BW6,A,8-11 +PS00001,1BWY,A,33-36 +PS00005,1BWY,A,"6-8,55-57,62-64" +PS00006,1BWY,A,"39-42,72-75" +PS00008,1BWY,A,"23-28,98-103,119-124" +PS00214,1BWY,A,5-22 +PS00006,1BWE,A,14-17 +PS00008,1BWE,A,"9-14,42-47" +PS00198,1BWE,A,38-49 +PS00001,1BWM,A,"21-24,70-73,158-161" +PS00004,1BWM,A,207-210 +PS00005,1BWM,A,"4-6,52-54,190-192" +PS00006,1BWM,A,"148-151,160-163,164-167" +PS00008,1BWM,A,"13-18,48-53,92-97,103-108,122-127,128-133,240-245" +PS00001,2BWQ,A,70-73 +PS00004,2BWQ,A,55-58 +PS00005,2BWQ,A,"7-9,51-53,60-62" +PS00006,2BWQ,A,"31-34,91-94" +PS00006,2BW2,A,"34-37,46-49,123-126" +PS00008,2BW2,A,75-80 +PS00005,1BXD,A,"46-48,105-107,135-137,141-143,156-158" +PS00006,1BXD,A,"0-3,23-26,70-73,156-159" +PS00007,1BXD,A,27-34 +PS00008,1BXD,A,"71-76,111-116" +PS00016,1BXD,A,102-104 +PS00001,1BXL,A,36-39 +PS00005,1BXL,A,"7-9,17-19,21-23,206-208" +PS00006,1BXL,A,"7-10,31-34,44-47,76-79,193-196" +PS00008,1BXL,A,"137-142,150-155,189-194,199-204" +PS01080,1BXL,A,133-151 +PS01258,1BXL,A,184-195 +PS01259,1BXL,A,89-103 +PS01260,1BXL,A,7-27 +PS00005,1BXP,A,"33-35,49-51,61-63" +PS00008,1BXP,A,42-47 +PS00272,1BXP,A,42-62 +PS00005,1BXP,B,6-8 +PS00006,1BXP,B,9-12 +PS00001,1BY1,A,"9-12,52-55,184-187" +PS00005,1BY1,A,"45-47,170-172" +PS00006,1BY1,A,"23-26,73-76" +PS00008,1BY1,A,89-94 +PS00741,1BY1,A,140-165 +PS00005,1BYM,A,90-92 +PS00006,1BYM,A,61-64 +PS00008,1BYM,A,9-14 +PS00005,1BYN,A,71-73 +PS00006,1BYN,A,95-98 +PS00008,1BYN,A,21-26 +PS00001,1BYV,A,2-5 +PS00258,1BYV,A,0-15 +PS00005,1BYY,A,32-34 +PS00001,2BYJ,A,432-435 +PS00005,2BYJ,A,"29-31,110-112,158-160,271-273,312-314" +PS00006,2BYJ,A,"38-41,102-105,140-143,186-189,191-194,406-409" +PS00008,2BYJ,A,"16-21,141-146,174-179,267-272,319-324,328-333,374-379" +PS00009,2BYJ,A,73-76 +PS00600,2BYJ,A,259-296 +PS00001,2BYJ,B,432-435 +PS00005,2BYJ,B,"29-31,110-112,158-160,271-273,312-314" +PS00006,2BYJ,B,"38-41,102-105,140-143,186-189,191-194,406-409" +PS00008,2BYJ,B,"16-21,141-146,174-179,267-272,319-324,328-333,374-379" +PS00009,2BYJ,B,73-76 +PS00600,2BYJ,B,259-296 +PS00001,2BYJ,C,432-435 +PS00005,2BYJ,C,"29-31,110-112,158-160,271-273,312-314" +PS00006,2BYJ,C,"38-41,102-105,140-143,186-189,191-194,406-409" +PS00008,2BYJ,C,"16-21,141-146,174-179,267-272,319-324,328-333,374-379" +PS00009,2BYJ,C,73-76 +PS00600,2BYJ,C,259-296 +PS00001,2BYL,A,432-435 +PS00005,2BYL,A,"29-31,110-112,158-160,271-273,312-314" +PS00006,2BYL,A,"38-41,102-105,140-143,186-189,191-194,406-409" +PS00008,2BYL,A,"16-21,50-55,141-146,174-179,267-272,324-329,374-379" +PS00009,2BYL,A,73-76 +PS00600,2BYL,A,259-296 +PS00001,2BYL,B,432-435 +PS00005,2BYL,B,"29-31,110-112,158-160,271-273,312-314" +PS00006,2BYL,B,"38-41,102-105,140-143,186-189,191-194,406-409" +PS00008,2BYL,B,"16-21,50-55,141-146,174-179,267-272,324-329,374-379" +PS00009,2BYL,B,73-76 +PS00600,2BYL,B,259-296 +PS00001,2BYL,C,432-435 +PS00005,2BYL,C,"29-31,110-112,158-160,271-273,312-314" +PS00006,2BYL,C,"38-41,102-105,140-143,186-189,191-194,406-409" +PS00008,2BYL,C,"16-21,50-55,141-146,174-179,267-272,324-329,374-379" +PS00009,2BYL,C,73-76 +PS00600,2BYL,C,259-296 +PS00001,1BZB,A,2-5 +PS00258,1BZB,A,0-15 +PS00005,1BZF,A,139-141 +PS00006,1BZF,A,"62-65,142-145" +PS00008,1BZF,A,119-124 +PS00009,1BZF,A,40-43 +PS00075,1BZF,A,11-33 +PS00006,1BZG,A,13-16 +PS00335,1BZG,A,1-11 +PS00008,1BZK,A,36-41 +PS00262,1BZV,A,5-19 +PS00005,1C01,A,59-61 +PS00007,1C01,A,28-35 +PS00008,1C01,A,"37-42,50-55" +PS00005,1C05,A,"64-66,88-90" +PS00006,1C05,A,"29-32,50-53" +PS00007,1C05,A,110-118 +PS00008,1C05,A,"60-65,81-86,94-99" +PS00632,1C05,A,48-72 +PS00005,1C06,A,"64-66,88-90" +PS00006,1C06,A,"29-32,50-53" +PS00007,1C06,A,110-118 +PS00008,1C06,A,"60-65,81-86,94-99" +PS00632,1C06,A,48-72 +PS00005,1C07,A,"18-20,73-75" +PS00006,1C07,A,"4-7,18-21,27-30,50-53" +PS00008,1C07,A,39-44 +PS00018,1C07,A,19-31 +PS00008,1C0V,A,"22-27,28-33,57-62" +PS00605,1C0V,A,39-60 +PS00001,1C15,A,64-67 +PS00006,1C15,A,35-38 +PS00004,2C0W,A,42-45 +PS00005,2C0W,A,45-47 +PS00006,2C0W,A,16-19 +PS00008,2C0W,A,33-38 +PS00004,2C0X,A,42-45 +PS00005,2C0X,A,45-47 +PS00006,2C0X,A,16-19 +PS00008,2C0X,A,33-38 +PS00008,1C17,A,"22-27,28-33,57-62" +PS00605,1C17,A,39-60 +PS00008,1C17,B,"22-27,28-33,57-62" +PS00605,1C17,B,39-60 +PS00008,1C17,C,"22-27,28-33,57-62" +PS00605,1C17,C,39-60 +PS00008,1C17,D,"22-27,28-33,57-62" +PS00605,1C17,D,39-60 +PS00008,1C17,E,"22-27,28-33,57-62" +PS00605,1C17,E,39-60 +PS00008,1C17,F,"22-27,28-33,57-62" +PS00605,1C17,F,39-60 +PS00008,1C17,G,"22-27,28-33,57-62" +PS00605,1C17,G,39-60 +PS00008,1C17,H,"22-27,28-33,57-62" +PS00605,1C17,H,39-60 +PS00008,1C17,I,"22-27,28-33,57-62" +PS00605,1C17,I,39-60 +PS00008,1C17,J,"22-27,28-33,57-62" +PS00605,1C17,J,39-60 +PS00008,1C17,K,"22-27,28-33,57-62" +PS00605,1C17,K,39-60 +PS00008,1C17,L,"22-27,28-33,57-62" +PS00605,1C17,L,39-60 +PS00001,1C17,M,53-56 +PS00005,1C17,M,70-72 +PS00008,1C17,M,118-123 +PS00449,1C17,M,111-120 +PS00001,1C20,A,112-115 +PS00004,1C20,A,35-38 +PS00005,1C20,A,94-96 +PS00006,1C20,A,"2-5,49-52,115-118" +PS00008,1C20,A,37-42 +PS00006,1C2N,A,"67-70,88-91" +PS00007,1C2N,A,122-130 +PS00001,1C2T,A,9-12 +PS00005,1C2T,A,"22-24,28-30,34-36,119-121,165-167" +PS00006,1C2T,A,"58-61,160-163" +PS00008,1C2T,A,"8-13,27-32,41-46" +PS00029,1C2T,A,103-124 +PS00373,1C2T,A,132-155 +PS00001,1C2T,B,9-12 +PS00005,1C2T,B,"22-24,28-30,34-36,119-121,165-167" +PS00006,1C2T,B,"58-61,160-163" +PS00008,1C2T,B,"8-13,27-32,41-46" +PS00029,1C2T,B,103-124 +PS00373,1C2T,B,132-155 +PS00005,1C2U,A,19-21 +PS00006,1C2U,A,1-4 +PS00001,1C3E,A,9-12 +PS00005,1C3E,A,"22-24,28-30,34-36,119-121,165-167" +PS00006,1C3E,A,"58-61,160-163" +PS00008,1C3E,A,"8-13,27-32,41-46" +PS00029,1C3E,A,103-124 +PS00373,1C3E,A,132-155 +PS00001,1C3E,B,9-12 +PS00005,1C3E,B,"22-24,28-30,34-36,119-121,165-167" +PS00006,1C3E,B,"58-61,160-163" +PS00008,1C3E,B,"8-13,27-32,41-46" +PS00029,1C3E,B,103-124 +PS00373,1C3E,B,132-155 +PS00005,1C3T,A,8-10 +PS00006,1C3T,A,54-57 +PS00299,1C3T,A,26-51 +PS00004,1C3Y,A,87-90 +PS00005,1C3Y,A,1-3 +PS00006,1C3Y,A,"1-4,94-97" +PS00004,1C3Z,A,87-90 +PS00005,1C3Z,A,1-3 +PS00006,1C3Z,A,"1-4,94-97" +PS00004,1C49,A,14-17 +PS01138,1C49,A,9-31 +PS00005,1C4W,A,"14-16,69-71" +PS00006,1C4W,A,113-116 +PS00008,1C4W,A,74-79 +PS00005,2C55,A,"13-15,24-26,39-41" +PS00006,2C55,A,2-5 +PS00008,2C55,A,45-50 +PS00006,1C55,A,3-6 +PS01138,1C55,A,15-37 +PS00005,1C5A,A,65-67 +PS00006,1C5A,A,32-35 +PS00007,1C5A,A,"4-12,19-26,48-55" +PS00008,1C5A,A,24-29 +PS01177,1C5A,A,20-54 +PS00001,1C5H,A,"7-10,19-22,24-27,28-31,140-143,180-183" +PS00004,1C5H,A,134-137 +PS00005,1C5H,A,"86-88,92-94,96-98,109-111,129-131,133-135" +PS00008,1C5H,A,"12-17,20-25,91-96,138-143,156-161" +PS00776,1C5H,A,74-84 +PS00777,1C5H,A,168-179 +PS00001,1C5I,A,"7-10,19-22,24-27,28-31,140-143,180-183" +PS00004,1C5I,A,134-137 +PS00005,1C5I,A,"86-88,92-94,96-98,109-111,129-131,133-135" +PS00008,1C5I,A,"12-17,20-25,91-96,138-143,156-161" +PS00776,1C5I,A,74-84 +PS00777,1C5I,A,168-179 +PS00004,2C5Z,A,59-62 +PS00005,2C5Z,A,"9-11,54-56,62-64" +PS00006,2C5Z,A,"54-57,84-87" +PS00009,2C5Z,A,72-75 +PS00001,1C6S,A,27-30 +PS00005,1C6S,A,29-31 +PS00008,1C6S,A,11-16 +PS00005,1C6V,A,43-45 +PS00006,1C6V,A,"16-19,145-148,156-159" +PS00008,1C6V,A,"2-7,68-73,84-89,99-104" +PS00005,1C6V,B,43-45 +PS00006,1C6V,B,"16-19,145-148,156-159" +PS00008,1C6V,B,"2-7,68-73,84-89,99-104" +PS00005,1C6V,C,43-45 +PS00006,1C6V,C,"16-19,145-148,156-159" +PS00008,1C6V,C,"2-7,68-73,84-89,99-104" +PS00005,1C6V,D,43-45 +PS00006,1C6V,D,"16-19,145-148,156-159" +PS00008,1C6V,D,"2-7,68-73,84-89,99-104" +PS00006,1C6V,X,68-71 +PS00004,1C6W,A,22-25 +PS00005,1C6W,A,17-19 +PS00006,1C6W,A,25-28 +PS60028,1C6W,A,2-31 +PS00001,1C8I,A,142-145 +PS00005,1C8I,A,"131-133,138-140" +PS00006,1C8I,A,"40-43,83-86,112-115,172-175,198-201,263-266,313-316" +PS00008,1C8I,A,"3-8,13-18,68-73,74-79,94-99,106-111,156-161,190-195" +PS00435,1C8I,A,175-185 +PS00436,1C8I,A,46-57 +PS00001,1C7M,A,44-47 +PS00008,1C7M,A,74-79 +PS00001,1C7U,A,47-50 +PS00005,1C7U,A,"20-22,49-51" +PS00006,1C7U,A,"58-61,78-81" +PS00350,1C7U,A,1-55 +PS00001,1C7U,B,47-50 +PS00005,1C7U,B,"20-22,49-51" +PS00006,1C7U,B,"58-61,78-81" +PS00350,1C7U,B,1-55 +PS00006,1C7V,A,42-45 +PS00018,1C7V,A,"17-29,54-66" +PS00006,1C7W,A,42-45 +PS00018,1C7W,A,"17-29,54-66" +PS00005,1C89,A,97-99 +PS00008,1C89,A,"41-46,111-116" +PS00005,1C8A,A,97-99 +PS00008,1C8A,A,"41-46,111-116" +PS00001,1C8P,A,9-12 +PS00004,1C8P,A,40-43 +PS00005,1C8P,A,"18-20,23-25,45-47,68-70,79-81" +PS00006,1C8P,A,"45-48,49-52" +PS01355,1C8P,A,65-97 +PS00008,1C98,A,0-5 +PS00257,1C98,A,3-9 +PS00008,1C99,A,"22-27,28-33,57-62" +PS00605,1C99,A,39-60 +PS00008,1C9A,A,0-5 +PS00257,1C9A,A,3-9 +PS00006,1C9F,A,"30-33,78-81" +PS00008,1C9F,A,"48-53,57-62" +PS00005,1C9Q,A,56-58 +PS00006,1C9Q,A,"11-14,56-59" +PS00008,1C9Q,A,64-69 +PS01282,1C9Q,A,39-106 +PS00004,1CB1,A,73-76 +PS00006,1CB1,A,"4-7,10-13,26-29,47-50,64-67" +PS00018,1CB1,A,56-68 +PS00303,1CB1,A,51-72 +PS00005,1CB9,A,55-57 +PS00272,1CB9,A,36-56 +PS00008,1CBH,A,5-10 +PS00562,1CBH,A,7-34 +PS00008,2CBH,A,5-10 +PS00562,2CBH,A,7-34 +PS00005,1CCF,A,39-41 +PS00006,1CCF,A,26-29 +PS00022,1CCF,A,25-36 +PS01186,1CCF,A,25-36 +PS00001,1CCH,A,49-52 +PS00005,1CCH,A,79-81 +PS00006,1CCH,A,66-69 +PS00008,1CCH,A,35-40 +PS00008,1CCM,A,19-24 +PS00271,1CCM,A,2-15 +PS00008,1CCN,A,19-24 +PS00271,1CCN,A,2-15 +PS00005,1CCQ,A,55-57 +PS00272,1CCQ,A,36-56 +PS01186,1CCV,A,35-49 +PS00005,2CCO,A,22-24 +PS00008,2CCO,A,4-9 +PS60004,2CCO,A,0-25 +PS00005,2CCX,A,"24-26,55-57" +PS00272,2CCX,A,36-56 +PS00001,1CDB,A,64-67 +PS00005,1CDB,A,"38-40,52-54,58-60,66-68" +PS00006,1CDB,A,"52-55,83-86" +PS00007,1CDB,A,73-80 +PS00008,1CDB,A,13-18 +PS00001,1CDC,A,"66-69,76-79,83-86" +PS00006,1CDC,A,68-71 +PS00008,1CDC,A,"3-8,12-17" +PS00001,1CDC,B,"66-69,76-79,83-86" +PS00006,1CDC,B,68-71 +PS00008,1CDC,B,"3-8,12-17" +PS00004,1CDN,A,71-74 +PS00006,1CDN,A,"2-5,24-27,44-47,62-65" +PS00018,1CDN,A,54-66 +PS00029,1CDN,A,32-53 +PS00303,1CDN,A,49-70 +PS00005,1CDP,A,36-38 +PS00006,1CDP,A,"39-42,78-81,91-94" +PS00018,1CDP,A,"51-63,90-102" +PS00001,1CDQ,A,17-20 +PS00005,1CDQ,A,50-52 +PS00006,1CDQ,A,20-23 +PS00007,1CDQ,A,54-61 +PS00983,1CDQ,A,1-44 +PS00001,1CDR,A,17-20 +PS00005,1CDR,A,50-52 +PS00006,1CDR,A,20-23 +PS00007,1CDR,A,54-61 +PS00983,1CDR,A,1-44 +PS00001,1CDS,A,17-20 +PS00005,1CDS,A,50-52 +PS00006,1CDS,A,20-23 +PS00007,1CDS,A,54-61 +PS00983,1CDS,A,1-44 +PS00005,2CDX,A,55-57 +PS00272,2CDX,A,36-56 +PS00008,1CE3,A,"34-39,45-50" +PS00001,1CE4,A,5-8 +PS00005,1CE4,A,7-9 +PS00006,1CE4,A,21-24 +PS00006,1CEA,A,67-70 +PS00008,1CEA,A,"6-11,46-51" +PS00021,1CEA,A,51-64 +PS00006,1CEA,B,67-70 +PS00008,1CEA,B,"6-11,46-51" +PS00021,1CEA,B,51-64 +PS00006,1CEB,A,67-70 +PS00008,1CEB,A,"6-11,46-51" +PS00021,1CEB,A,51-64 +PS00006,1CEB,B,67-70 +PS00008,1CEB,B,"6-11,46-51" +PS00021,1CEB,B,51-64 +PS00008,1CED,A,"12-17,20-25,58-63" +PS00005,1CEE,A,"2-4,24-26,160-162" +PS00006,1CEE,A,"34-37,87-90,114-117,123-126" +PS00008,1CEE,A,53-58 +PS00017,1CEE,A,9-16 +PS00004,1CEE,B,1-4 +PS00005,1CEE,B,56-58 +PS00006,1CEE,B,"4-7,52-55" +PS00008,1CEE,B,"9-14,45-50" +PS00001,1CEJ,A,0-3 +PS00004,1CEJ,A,71-74 +PS00006,1CEJ,A,"47-50,62-65,78-81" +PS00008,1CEJ,A,"53-58,88-93" +PS00009,1CEJ,A,69-72 +PS00005,1CEK,A,"1-3,22-24" +PS00001,1CFC,A,59-62 +PS00005,1CFC,A,"27-29,145-147" +PS00006,1CFC,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1CFC,A,"24-29,39-44" +PS00018,1CFC,A,"19-31,55-67,92-104,128-140" +PS00005,1CEW,I,"32-34,40-42" +PS00006,1CEW,I,65-68 +PS00008,1CEW,I,11-16 +PS00287,1CEW,I,43-56 +PS00005,1CEY,A,"14-16,69-71" +PS00006,1CEY,A,113-116 +PS00008,1CEY,A,74-79 +PS00001,1CFD,A,59-62 +PS00005,1CFD,A,"27-29,145-147" +PS00006,1CFD,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1CFD,A,"24-29,39-44" +PS00018,1CFD,A,"19-31,55-67,92-104,128-140" +PS00005,1CFE,A,"62-64,72-74,101-103" +PS00006,1CFE,A,2-5 +PS00008,1CFE,A,"49-54,58-63,86-91,105-110,126-131" +PS00009,1CFE,A,86-89 +PS01009,1CFE,A,91-101 +PS01010,1CFE,A,117-128 +PS00005,1CF4,A,"2-4,24-26,160-162" +PS00006,1CF4,A,"34-37,87-90,114-117,123-126" +PS00008,1CF4,A,53-58 +PS00017,1CF4,A,9-16 +PS00006,1CF4,B,4-7 +PS00008,1CF4,B,0-5 +PS00001,1CFA,A,63-66 +PS00005,1CFA,A,65-67 +PS00006,1CFA,A,65-68 +PS00008,1CFA,A,24-29 +PS01177,1CFA,A,20-54 +PS00001,1CFF,A,59-62 +PS00005,1CFF,A,"27-29,145-147" +PS00006,1CFF,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1CFF,A,"24-29,39-44" +PS00018,1CFF,A,"19-31,55-67,92-104,128-140" +PS00005,1CFH,A,"2-4,34-36" +PS00006,1CFH,A,23-26 +PS00011,1CFH,A,16-41 +PS00005,1CFI,A,"2-4,34-36" +PS00005,1CFP,A,18-20 +PS00006,1CFP,A,"1-4,18-21,62-65" +PS00018,1CFP,A,61-73 +PS00303,1CFP,A,56-77 +PS00005,1CFP,B,18-20 +PS00006,1CFP,B,"1-4,18-21,62-65" +PS00018,1CFP,B,61-73 +PS00303,1CFP,B,56-77 +PS00001,1CG7,A,88-91 +PS00004,1CG7,A,7-10 +PS00005,1CG7,A,"2-4,10-12,82-84" +PS00006,1CG7,A,"2-5,62-65,82-85" +PS00007,1CG7,A,72-80 +PS00009,1CG7,A,50-53 +PS00005,2CGP,A,"98-100,128-130,140-142" +PS00006,2CGP,A,"90-93,158-161,168-171" +PS00008,2CGP,A,"79-84,173-178" +PS00042,2CGP,A,167-190 +PS00888,2CGP,A,29-45 +PS00889,2CGP,A,70-88 +PS00001,1CHC,A,16-19 +PS00006,1CHC,A,"2-5,58-61" +PS00518,1CHC,A,23-32 +PS00005,1CHV,S,"27-29,55-57" +PS00272,1CHV,S,36-56 +PS00001,1CI5,A,"11-14,65-68,80-83" +PS00005,1CI5,A,"47-49,84-86" +PS00006,1CI5,A,67-70 +PS00008,1CI5,A,6-11 +PS00001,1CI6,A,9-12 +PS00029,1CI6,A,27-48 +PS00036,1CI6,A,4-19 +PS00005,1CI6,B,54-56 +PS00029,1CI6,B,34-55 +PS00006,1CIR,A,11-14 +PS00008,1CIR,A,34-39 +PS00285,1CIR,A,4-15 +PS00006,1CIS,A,11-14 +PS00007,1CIS,A,33-40 +PS00285,1CIS,A,4-15 +PS00005,1CIX,A,27-29 +PS00008,1CIX,A,34-39 +PS00006,3CI2,A,13-16 +PS00008,3CI2,A,36-41 +PS00285,3CI2,A,6-17 +PS00005,1CJ5,A,5-7 +PS00006,1CJ5,A,"29-32,153-156" +PS00008,1CJ5,A,16-21 +PS00213,1CJ5,A,8-21 +PS00342,1CJ5,A,159-161 +PS00001,1CJB,A,94-97 +PS00005,1CJB,A,"100-102,148-150" +PS00006,1CJB,A,"96-99,191-194" +PS00007,1CJB,A,50-58 +PS00008,1CJB,A,"7-12,47-52" +PS00009,1CJB,A,220-223 +PS00103,1CJB,A,139-151 +PS00001,1CJB,B,94-97 +PS00005,1CJB,B,"100-102,148-150" +PS00006,1CJB,B,"96-99,191-194" +PS00007,1CJB,B,50-58 +PS00008,1CJB,B,"7-12,47-52" +PS00009,1CJB,B,220-223 +PS00103,1CJB,B,139-151 +PS00001,1CJB,C,94-97 +PS00005,1CJB,C,"100-102,148-150" +PS00006,1CJB,C,"96-99,191-194" +PS00007,1CJB,C,50-58 +PS00008,1CJB,C,"7-12,47-52" +PS00009,1CJB,C,220-223 +PS00103,1CJB,C,139-151 +PS00001,1CJB,D,94-97 +PS00005,1CJB,D,"100-102,148-150" +PS00006,1CJB,D,"96-99,191-194" +PS00007,1CJB,D,50-58 +PS00008,1CJB,D,"7-12,47-52" +PS00009,1CJB,D,220-223 +PS00103,1CJB,D,139-151 +PS00005,1CJG,A,30-32 +PS00006,1CJG,A,4-7 +PS00356,1CJG,A,5-23 +PS00005,1CJG,B,30-32 +PS00006,1CJG,B,4-7 +PS00356,1CJG,B,5-23 +PS00005,2CJN,A,"1-3,38-40" +PS00006,2CJN,A,"14-17,62-65,89-92" +PS00008,2CJN,A,"11-16,42-47" +PS00197,2CJN,A,39-47 +PS00005,2CJO,A,"1-3,38-40" +PS00006,2CJO,A,"14-17,62-65,89-92" +PS00008,2CJO,A,"11-16,42-47" +PS00197,2CJO,A,39-47 +PS00005,1CK2,A,"18-20,28-30,31-33" +PS00006,1CK2,A,"52-55,89-92" +PS00007,1CK2,A,50-57 +PS00008,1CK2,A,76-81 +PS00709,1CK2,A,18-42 +PS00993,1CK2,A,74-94 +PS00001,1CK6,A,142-145 +PS00005,1CK6,A,"131-133,138-140" +PS00006,1CK6,A,"40-43,83-86,112-115,172-175,198-201,263-266,313-316" +PS00008,1CK6,A,"3-8,13-18,68-73,74-79,94-99,106-111,156-161,190-195" +PS00435,1CK6,A,175-185 +PS00436,1CK6,A,46-57 +PS00001,1CKK,A,59-62 +PS00005,1CKK,A,"27-29,145-147" +PS00006,1CKK,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1CKK,A,"24-29,39-44" +PS00018,1CKK,A,"19-31,55-67,92-104,128-140" +PS00004,1CKK,B,17-20 +PS00001,1CKR,A,"32-35,102-105" +PS00004,1CKR,A,30-33 +PS00005,1CKR,A,"110-112,152-154" +PS00006,1CKR,A,"45-48,104-107,110-113,126-129" +PS00007,1CKR,A,132-140 +PS00008,1CKR,A,17-22 +PS00006,1CKV,A,49-52 +PS00008,1CKV,A,119-124 +PS00005,1CKW,A,3-5 +PS00006,1CKW,A,"3-6,12-15" +PS00005,1CKX,A,3-5 +PS00006,1CKX,A,"3-6,13-16" +PS00005,1CKY,A,3-5 +PS00006,1CKY,A,"3-6,13-16" +PS00005,1CKZ,A,3-5 +PS00006,1CKZ,A,"3-6,12-15" +PS00001,1CL3,A,59-62 +PS00004,1CL3,A,15-18 +PS00006,1CL3,A,6-9 +PS00007,1CL3,A,19-25 +PS00008,1CL3,A,57-62 +PS00006,1CL4,A,47-50 +PS00009,1CL4,A,6-9 +PS00004,1CLB,A,71-74 +PS00006,1CLB,A,"2-5,24-27,44-47,62-65" +PS00018,1CLB,A,54-66 +PS00029,1CLB,A,32-53 +PS00303,1CLB,A,49-70 +PS00004,1CLD,A,1-4 +PS00006,1CLD,A,55-58 +PS00007,1CLD,A,33-40 +PS00463,1CLD,A,10-38 +PS00006,1CLF,A,"23-26,35-38" +PS00008,1CLF,A,"11-16,40-45" +PS00198,1CLF,A,"7-18,36-47" +PS00001,1CLH,A,41-44 +PS00005,1CLH,A,160-162 +PS00008,1CLH,A,"56-61,79-84,130-135" +PS00170,1CLH,A,40-57 +PS00005,1CMF,A,70-72 +PS00006,1CMF,A,"3-6,25-28,41-44" +PS00018,1CMF,A,"17-29,53-65" +PS00005,1CMG,A,70-72 +PS00006,1CMG,A,"3-6,25-28,41-44" +PS00018,1CMG,A,"17-29,53-65" +PS00001,1CMO,A,"30-33,60-63,67-70" +PS00005,1CMO,A,"29-31,88-90" +PS00008,1CMO,A,"48-53,56-61" +PS00017,1CMO,A,86-93 +PS00001,1CMR,A,15-18 +PS00005,1CMR,A,"2-4,16-18" +PS00006,1CMR,A,2-5 +PS00005,1CMZ,A,"83-85,133-135" +PS00006,1CMZ,A,"12-15,83-86,108-111" +PS00008,1CMZ,A,2-7 +PS00006,2CMM,A,"2-5,34-37,50-53" +PS00007,2CMM,A,144-150 +PS00006,6CMH,A,4-7 +PS00004,1CN2,A,62-65 +PS00007,1CN2,A,17-23 +PS00005,1CN7,A,"18-20,28-30,31-33" +PS00006,1CN7,A,"52-55,89-92" +PS00007,1CN7,A,50-57 +PS00008,1CN7,A,76-81 +PS00709,1CN7,A,18-42 +PS00993,1CN7,A,74-94 +PS60014,1CNL,A,1-11 +PS00006,1CNN,A,10-13 +PS00009,1CNN,A,19-22 +PS60004,1CNN,A,0-25 +PS00005,1CNP,A,"19-21,29-31" +PS00006,1CNP,A,"2-5,19-22,29-32" +PS00008,1CNP,A,9-14 +PS00018,1CNP,A,60-72 +PS00303,1CNP,A,55-76 +PS00005,1CNP,B,"19-21,29-31" +PS00006,1CNP,B,"2-5,19-22,29-32" +PS00008,1CNP,B,9-14 +PS00018,1CNP,B,60-72 +PS00303,1CNP,B,55-76 +PS00005,2CNP,A,"19-21,29-31" +PS00006,2CNP,A,"2-5,19-22,29-32" +PS00008,2CNP,A,9-14 +PS00018,2CNP,A,60-72 +PS00303,2CNP,A,55-76 +PS00005,2CNP,B,"19-21,29-31" +PS00006,2CNP,B,"2-5,19-22,29-32" +PS00008,2CNP,B,9-14 +PS00018,2CNP,B,60-72 +PS00303,2CNP,B,55-76 +PS00005,1CO0,A,"65-67,86-88" +PS00006,1CO0,A,"42-45,65-68" +PS00008,1CO0,A,74-79 +PS00005,1CO0,B,"65-67,86-88" +PS00006,1CO0,B,"42-45,65-68" +PS00008,1CO0,B,74-79 +PS00001,1J4V,A,29-32 +PS00005,1J4V,A,"45-47,56-58,81-83,96-98" +PS00006,1J4V,A,"19-22,31-34,37-40" +PS00008,1J4V,A,"14-19,26-31" +PS00001,1J4V,B,29-32 +PS00005,1J4V,B,"45-47,56-58,81-83,96-98" +PS00006,1J4V,B,"19-22,31-34,37-40" +PS00008,1J4V,B,"14-19,26-31" +PS00005,1CO4,A,16-18 +PS00008,1CO4,A,5-10 +PS01119,1CO4,A,0-38 +PS00005,1COD,A,"36-38,44-46,56-58" +PS00006,1COD,A,17-20 +PS00007,1COD,A,26-34 +PS00008,1COD,A,"15-20,48-53" +PS00272,1COD,A,39-57 +PS00005,1COE,A,"36-38,44-46,56-58" +PS00006,1COE,A,17-20 +PS00007,1COE,A,26-34 +PS00008,1COE,A,"15-20,48-53" +PS00272,1COE,A,39-57 +PS00001,1COK,A,35-38 +PS00006,1COK,A,37-40 +PS00008,1COK,A,14-19 +PS00005,1COO,A,31-33 +PS00006,1COO,A,"53-56,67-70,93-96" +PS00008,1COO,A,79-84 +PS00009,1COO,A,63-66 +PS00004,1COP,D,61-64 +PS00005,1COP,D,"5-7,18-20,59-61" +PS00006,1COP,D,"5-8,18-21" +PS00007,1COP,D,17-25 +PS00008,1COP,D,"14-19,23-28,47-52" +PS00009,1COP,D,35-38 +PS00004,1COP,E,61-64 +PS00005,1COP,E,"5-7,18-20,59-61" +PS00006,1COP,E,"5-8,18-21" +PS00007,1COP,E,17-25 +PS00008,1COP,E,"14-19,23-28,47-52" +PS00009,1COP,E,35-38 +PS00001,1COR,A,49-52 +PS00005,1COR,A,79-81 +PS00006,1COR,A,66-69 +PS00008,1COR,A,35-40 +PS00006,1COU,A,65-68 +PS00008,1COU,A,15-20 +PS01186,1COU,A,49-63 +PS00008,2CO8,A,0-5 +PS00478,2CO8,A,17-51 +PS00001,2CO9,A,41-44 +PS00004,2CO9,A,67-70 +PS00005,2CO9,A,5-7 +PS00006,2CO9,A,"43-46,53-56,92-95" +PS00008,2CO9,A,"0-5,37-42" +PS00009,2CO9,A,5-8 +PS00001,2COA,A,"40-43,63-66,82-85" +PS00005,2COA,A,"7-9,17-19,21-23,43-45" +PS00006,2COA,A,"7-10,17-20" +PS00008,2COA,A,"0-5,92-97,102-107" +PS00005,2COB,A,"5-7,27-29,56-58" +PS00006,2COB,A,44-47 +PS00008,2COB,A,"0-5,40-45" +PS00005,2COC,A,56-58 +PS00006,2COC,A,"21-24,60-63,88-91" +PS00008,2COC,A,"0-5,6-11,42-47" +PS00005,2COD,A,"5-7,58-60,72-74" +PS00008,2COD,A,"0-5,33-38" +PS00009,2COD,A,19-22 +PS00001,2COE,A,66-69 +PS00005,2COE,A,"34-36,108-110" +PS00006,2COE,A,"14-17,68-71,85-88" +PS00008,2COE,A,"0-5,8-13" +PS00001,2COF,A,40-43 +PS00005,2COF,A,"27-29,67-69" +PS00006,2COF,A,"5-8,27-30,84-87" +PS00008,2COF,A,"0-5,6-11,93-98,100-105" +PS00005,2COK,A,"51-53,85-87" +PS00006,2COK,A,"4-7,52-55,88-91" +PS00008,2COK,A,"0-5,36-41" +PS00001,2COM,A,53-56 +PS00005,2COM,A,"44-46,113-115" +PS00006,2COM,A,"4-7,10-13,27-30,92-95" +PS00008,2COM,A,"0-5,11-16,117-122" +PS00001,2CON,A,37-40 +PS00004,2CON,A,41-44 +PS00005,2CON,A,39-41 +PS00006,2CON,A,"23-26,46-49" +PS00008,2CON,A,"0-5,6-11,19-24,68-73" +PS00005,2COO,A,38-40 +PS00006,2COO,A,38-41 +PS00008,2COO,A,0-5 +PS00009,2COO,A,11-14 +PS00005,2COP,A,47-49 +PS00006,2COP,A,51-54 +PS00008,2COP,A,0-5 +PS00006,2COR,A,4-7 +PS00008,2COR,A,0-5 +PS00478,2COR,A,17-50 +PS00008,2COS,A,0-5 +PS00005,2COT,A,5-7 +PS00008,2COT,A,"0-5,70-75" +PS00028,2COT,A,"20-40,48-68" +PS00005,2COU,A,"58-60,67-69" +PS00006,2COU,A,"23-26,29-32,58-61" +PS00007,2COU,A,87-93 +PS00008,2COU,A,0-5 +PS00004,2COW,A,90-93 +PS00005,2COW,A,61-63 +PS00006,2COW,A,11-14 +PS00008,2COW,A,"0-5,6-11,32-37,50-55,66-71" +PS00845,2COW,A,43-74 +PS00005,2COY,A,"10-12,29-31,60-62" +PS00006,2COY,A,"37-40,86-89" +PS00008,2COY,A,"0-5,6-11,21-26,77-82" +PS00009,2COY,A,80-83 +PS00845,2COY,A,54-85 +PS00001,2COZ,A,73-76 +PS00006,2COZ,A,"5-8,24-27" +PS00008,2COZ,A,"0-5,70-75" +PS00845,2COZ,A,51-82 +PS00005,2CP0,A,31-33 +PS00008,2CP0,A,"0-5,15-20,26-31,43-48,59-64,74-79" +PS00845,2CP0,A,36-67 +PS00005,1CPZ,A,4-6 +PS00008,1CPZ,A,7-12 +PS01047,1CPZ,A,5-34 +PS00004,2CPB,A,42-45 +PS00005,2CPB,A,45-47 +PS00006,2CPB,A,16-19 +PS00008,2CPB,A,33-38 +PS00004,2CPS,A,42-45 +PS00005,2CPS,A,45-47 +PS00006,2CPS,A,16-19 +PS00008,2CPS,A,33-38 +PS00005,5CPV,A,36-38 +PS00006,5CPV,A,"39-42,78-81,91-94" +PS00018,5CPV,A,"51-63,90-102" +PS00008,2CP2,A,"0-5,28-33,45-50,61-66" +PS00845,2CP2,A,38-69 +PS00008,2CP3,A,"0-5,6-11,16-21,50-55,77-82" +PS00845,2CP3,A,27-58 +PS00004,2CP5,A,132-135 +PS00005,2CP5,A,"45-47,131-133" +PS00006,2CP5,A,56-59 +PS00008,2CP5,A,"0-5,74-79,91-96,107-112" +PS00845,2CP5,A,84-115 +PS00001,2CP6,A,"13-16,24-27" +PS00005,2CP6,A,"30-32,132-134,153-155" +PS00006,2CP6,A,17-20 +PS00008,2CP6,A,"0-5,47-52,81-86" +PS00845,2CP6,A,58-89 +PS00004,2CP7,A,75-78 +PS00005,2CP7,A,74-76 +PS00008,2CP7,A,"0-5,17-22,34-39,50-55" +PS00845,2CP7,A,27-58 +PS00008,2CP8,A,"0-5,6-11" +PS00004,2CP9,A,16-19 +PS00005,2CP9,A,7-9 +PS00006,2CP9,A,7-10 +PS00008,2CP9,A,0-5 +PS01126,2CP9,A,15-30 +PS00005,2CPC,A,"17-19,65-67" +PS00006,2CPC,A,"5-8,96-99" +PS00008,2CPC,A,"0-5,6-11" +PS00005,2CPD,A,"13-15,58-60" +PS00006,2CPD,A,"4-7,25-28,58-61,78-81" +PS00008,2CPD,A,0-5 +PS00001,2CPE,A,23-26 +PS00005,2CPE,A,"60-62,76-78" +PS00006,2CPE,A,"4-7,27-30,70-73" +PS00008,2CPE,A,"0-5,21-26" +PS00001,2CPF,A,13-16 +PS00005,2CPF,A,"20-22,37-39,84-86" +PS00006,2CPF,A,15-18 +PS00008,2CPF,A,"0-5,29-34,44-49" +PS00004,2CPH,A,"10-13,48-51" +PS00005,2CPH,A,"14-16,43-45" +PS00006,2CPH,A,"37-40,66-69" +PS00008,2CPH,A,"0-5,54-59" +PS00009,2CPH,A,84-87 +PS00001,2CPI,A,50-53 +PS00005,2CPI,A,"8-10,23-25,91-93,98-100" +PS00008,2CPI,A,0-5 +PS00005,2CPJ,A,12-14 +PS00006,2CPJ,A,"5-8,27-30,61-64" +PS00008,2CPJ,A,"0-5,6-11" +PS00004,2CPM,A,85-88 +PS00005,2CPM,A,83-85 +PS00006,2CPM,A,"57-60,77-80" +PS00008,2CPM,A,"0-5,87-92" +PS00005,2CPN,A,"52-54,65-67" +PS00008,2CPN,A,"0-5,62-67" +PS00005,2CPQ,A,56-58 +PS00006,2CPQ,A,46-49 +PS00008,2CPQ,A,"0-5,26-31" +PS00004,2CPR,A,115-118 +PS00005,2CPR,A,"5-7,44-46" +PS00006,2CPR,A,14-17 +PS00007,2CPR,A,46-54 +PS00008,2CPR,A,"0-5,74-79,113-118" +PS00001,2CPT,A,106-109 +PS00005,2CPT,A,63-65 +PS00006,2CPT,A,99-102 +PS00008,2CPT,A,"0-5,6-11,110-115" +PS00005,2CPW,A,"5-7,15-17" +PS00006,2CPW,A,"20-23,49-52" +PS00008,2CPW,A,0-5 +PS00005,2CPX,A,"33-35,37-39,62-64" +PS00006,2CPX,A,"4-7,37-40" +PS00008,2CPX,A,0-5 +PS00005,2CPY,A,"12-14,72-74" +PS00006,2CPY,A,"4-7,27-30,91-94" +PS00008,2CPY,A,"0-5,53-58" +PS00001,2CPZ,A,"63-66,105-108" +PS00005,2CPZ,A,"17-19,53-55" +PS00006,2CPZ,A,"17-20,103-106" +PS00008,2CPZ,A,"0-5,13-18,49-54" +PS00001,2CQ0,A,"14-17,21-24" +PS00005,2CQ0,A,16-18 +PS00008,2CQ0,A,"0-5,53-58" +PS00008,1CQ0,A,18-23 +PS00006,1CQ2,A,"2-5,34-37,50-53" +PS00007,1CQ2,A,144-150 +PS00005,1CQG,A,45-47 +PS00006,1CQG,A,"43-46,66-69,99-102" +PS00008,1CQG,A,82-87 +PS00005,1CQG,B,2-4 +PS00005,1CQH,A,45-47 +PS00006,1CQH,A,"43-46,66-69,99-102" +PS00008,1CQH,A,82-87 +PS00005,1CQH,B,2-4 +PS00009,1CQU,A,11-14 +PS00651,1CQU,A,12-39 +PS00006,2CQ1,A,"4-7,27-30" +PS00008,2CQ1,A,"0-5,35-40" +PS00005,2CQ2,A,75-77 +PS00006,2CQ2,A,71-74 +PS00008,2CQ2,A,"0-5,6-11,32-37,51-56,92-97" +PS00050,2CQ2,A,76-91 +PS00001,2CQ3,A,88-91 +PS00005,2CQ3,A,"13-15,90-92" +PS00006,2CQ3,A,77-80 +PS00008,2CQ3,A,"0-5,6-11" +PS00009,2CQ3,A,80-83 +PS00005,2CQ4,A,"5-7,58-60,62-64" +PS00006,2CQ4,A,"18-21,100-103" +PS00008,2CQ4,A,0-5 +PS00005,2CQ7,A,19-21 +PS00006,2CQ7,A,15-18 +PS00008,2CQ7,A,0-5 +PS00006,2CQ8,A,"14-17,19-22,85-88" +PS00008,2CQ8,A,"0-5,10-15" +PS00016,2CQ8,A,98-100 +PS00001,2CQ9,A,86-89 +PS00005,2CQ9,A,"96-98,117-119" +PS00006,2CQ9,A,22-25 +PS00008,2CQ9,A,"0-5,6-11,87-92" +PS00005,2CQA,A,"5-7,37-39,74-76" +PS00006,2CQA,A,"5-8,41-44,45-48" +PS00008,2CQA,A,"0-5,30-35" +PS00001,2CQB,A,74-77 +PS00005,2CQB,A,"9-11,49-51,82-84" +PS00008,2CQB,A,"0-5,6-11" +PS00005,2CQC,A,"27-29,52-54" +PS00006,2CQC,A,27-30 +PS00008,2CQC,A,0-5 +PS00009,2CQC,A,82-85 +PS00005,2CQD,A,"10-12,32-34,50-52,54-56" +PS00006,2CQD,A,"10-13,64-67" +PS00008,2CQD,A,"0-5,6-11" +PS00009,2CQD,A,83-86 +PS00001,1CRP,A,84-87 +PS00005,1CRP,A,"38-40,144-146" +PS00006,1CRP,A,"34-37,88-91" +PS00007,1CRP,A,"87-95,148-156" +PS00008,1CRP,A,"12-17,150-155" +PS00017,1CRP,A,9-16 +PS00006,2CQE,A,4-7 +PS00008,2CQE,A,"0-5,45-50" +PS00006,2CQF,A,4-7 +PS00008,2CQF,A,"0-5,56-61" +PS00005,2CQG,A,74-76 +PS00006,2CQG,A,"27-30,37-40,64-67" +PS00008,2CQG,A,"0-5,6-11" +PS00005,2CQH,A,"64-66,81-83" +PS00006,2CQH,A,20-23 +PS00007,2CQH,A,72-78 +PS00008,2CQH,A,0-5 +PS00001,2CQI,A,21-24 +PS00005,2CQI,A,"43-45,94-96" +PS00006,2CQI,A,51-54 +PS00008,2CQI,A,"0-5,12-17" +PS00009,2CQI,A,75-78 +PS00005,2CQJ,A,"5-7,61-63" +PS00006,2CQJ,A,"51-54,57-60" +PS00008,2CQJ,A,0-5 +PS00009,2CQJ,A,5-8 +PS00001,2CQK,A,29-32 +PS00004,2CQK,A,58-61 +PS00005,2CQK,A,89-91 +PS00006,2CQK,A,"9-12,38-41,62-65" +PS00008,2CQK,A,"0-5,6-11" +PS00001,2CQL,A,13-16 +PS00005,2CQL,A,"25-27,39-41,75-77" +PS00008,2CQL,A,"0-5,89-94" +PS00009,2CQL,A,54-57 +PS00001,2CQM,A,91-94 +PS00005,2CQM,A,60-62 +PS00006,2CQM,A,60-63 +PS00007,2CQM,A,27-34 +PS00008,2CQM,A,"0-5,6-11" +PS00004,2CQN,A,9-12 +PS00005,2CQN,A,51-53 +PS00008,2CQN,A,0-5 +PS00005,2CQO,A,"9-11,57-59,92-94,100-102" +PS00006,2CQO,A,100-103 +PS00008,2CQO,A,"0-5,6-11" +PS00005,2CQP,A,"9-11,83-85" +PS00006,2CQP,A,"27-30,65-68" +PS00008,2CQP,A,"0-5,6-11,53-58,91-96" +PS00005,2CQQ,A,48-50 +PS00006,2CQQ,A,"11-14,43-46" +PS00008,2CQQ,A,"0-5,27-32" +PS00005,2CQR,A,7-9 +PS00006,2CQR,A,"15-18,54-57" +PS00008,2CQR,A,"0-5,38-43" +PS00001,2CQU,A,8-11 +PS00005,2CQU,A,15-17 +PS00006,2CQU,A,"15-18,102-105" +PS00008,2CQU,A,"0-5,6-11" +PS00880,2CQU,A,33-51 +PS00001,2CQV,A,"60-63,93-96" +PS00006,2CQV,A,95-98 +PS00008,2CQV,A,"0-5,61-66,86-91" +PS00005,2CQW,A,21-23 +PS00006,2CQW,A,42-45 +PS00008,2CQW,A,"0-5,15-20,25-30,39-44,59-64" +PS00524,2CQW,A,31-51 +PS00001,2CQX,A,19-22 +PS00005,2CQX,A,48-50 +PS00008,2CQX,A,0-5 +PS00006,2CQY,A,"4-7,76-79,83-86" +PS00007,2CQY,A,38-45 +PS00008,2CQY,A,"0-5,55-60" +PS00866,2CQY,A,45-59 +PS00005,2CR0,A,"5-7,37-39" +PS00006,2CR0,A,"24-27,107-110" +PS00008,2CR0,A,0-5 +PS00006,1CR8,A,32-35 +PS00008,1CR8,A,1-6 +PS01209,1CR8,A,16-38 +PS00005,1CR9,H,"16-18,113-115,203-205" +PS00006,1CR9,H,"6-9,86-89,204-207" +PS00008,1CR9,H,"104-109,133-138,157-162" +PS00004,1CR9,L,57-60 +PS00005,1CR9,L,"21-23,47-49,56-58,76-78,157-159,201-203" +PS00006,1CR9,L,"27-30,56-59,71-74,80-83,106-109,166-169,186-189" +PS00008,1CR9,L,"15-20,68-73,88-93,162-167" +PS00290,1CR9,L,196-202 +PS00001,1CRE,A,28-31 +PS00005,1CRE,A,55-57 +PS00272,1CRE,A,36-56 +PS00001,1CRF,A,28-31 +PS00005,1CRF,A,55-57 +PS00272,1CRF,A,36-56 +PS00001,1CRQ,A,84-87 +PS00005,1CRQ,A,"38-40,144-146" +PS00006,1CRQ,A,"34-37,88-91" +PS00007,1CRQ,A,"87-95,148-156" +PS00008,1CRQ,A,"12-17,150-155" +PS00017,1CRQ,A,9-16 +PS00001,1CRR,A,84-87 +PS00005,1CRR,A,"38-40,144-146" +PS00006,1CRR,A,"34-37,88-91" +PS00007,1CRR,A,"87-95,148-156" +PS00008,1CRR,A,"12-17,150-155" +PS00017,1CRR,A,9-16 +PS00001,2CRD,A,"3-6,21-24" +PS00005,2CRD,A,"8-10,22-24" +PS00006,2CRD,A,8-11 +PS01138,2CRD,A,12-34 +PS00005,2CRS,A,"28-30,55-57" +PS00272,2CRS,A,36-56 +PS00005,2CRT,A,"28-30,55-57" +PS00272,2CRT,A,36-56 +PS00005,3CRD,A,10-12 +PS00006,3CRD,A,"70-73,74-77" +PS00008,3CRD,A,49-54 +PS00004,5CRO,A,61-64 +PS00005,5CRO,A,"5-7,18-20,59-61" +PS00006,5CRO,A,"5-8,18-21" +PS00007,5CRO,A,17-25 +PS00008,5CRO,A,"14-19,23-28,47-52" +PS00009,5CRO,A,35-38 +PS00004,5CRO,B,61-64 +PS00005,5CRO,B,"5-7,18-20,59-61" +PS00006,5CRO,B,"5-8,18-21" +PS00007,5CRO,B,17-25 +PS00008,5CRO,B,"14-19,23-28,47-52" +PS00009,5CRO,B,35-38 +PS00004,5CRO,C,61-64 +PS00005,5CRO,C,"5-7,18-20,59-61" +PS00006,5CRO,C,"5-8,18-21" +PS00007,5CRO,C,17-25 +PS00008,5CRO,C,"14-19,23-28,47-52" +PS00009,5CRO,C,35-38 +PS00004,5CRO,O,61-64 +PS00005,5CRO,O,"5-7,18-20,59-61" +PS00006,5CRO,O,"5-8,18-21" +PS00007,5CRO,O,17-25 +PS00008,5CRO,O,"14-19,23-28,47-52" +PS00009,5CRO,O,35-38 +PS00001,2CR2,A,"19-22,148-151" +PS00005,2CR2,A,"5-7,98-100" +PS00008,2CR2,A,0-5 +PS00001,2CR3,A,"46-49,86-89" +PS00005,2CR3,A,45-47 +PS00006,2CR3,A,"5-8,51-54,76-79" +PS00008,2CR3,A,"0-5,39-44,66-71,77-82" +PS00001,2CR4,A,"21-24,50-53" +PS00005,2CR4,A,"36-38,52-54,55-57,66-68" +PS00006,2CR4,A,"4-7,94-97" +PS00008,2CR4,A,0-5 +PS00006,2CR5,A,"4-7,18-21,79-82" +PS00008,2CR5,A,0-5 +PS00005,2CR6,A,"31-33,72-74,100-102" +PS00008,2CR6,A,"0-5,6-11,27-32" +PS00009,2CR6,A,9-12 +PS00004,2CR7,A,52-55 +PS00006,2CR7,A,14-17 +PS00007,2CR7,A,22-30 +PS00008,2CR7,A,"0-5,24-29" +PS00005,2CR8,A,23-25 +PS00006,2CR8,A,5-8 +PS00008,2CR8,A,0-5 +PS01358,2CR8,A,11-30 +PS00001,2CR9,A,119-122 +PS00005,2CR9,A,"5-7,8-10,15-17,87-89" +PS00006,2CR9,A,"26-29,95-98" +PS00008,2CR9,A,"0-5,27-32,82-87" +PS00004,2CRA,A,37-40 +PS00005,2CRA,A,"5-7,46-48" +PS00006,2CRA,A,44-47 +PS00007,2CRA,A,19-25 +PS00008,2CRA,A,0-5 +PS00009,2CRA,A,5-8 +PS00027,2CRA,A,39-62 +PS00004,2CRB,A,38-41 +PS00005,2CRB,A,18-20 +PS00006,2CRB,A,"5-8,51-54" +PS00008,2CRB,A,0-5 +PS00008,2CRC,A,"0-5,25-30" +PS01358,2CRC,A,10-29 +PS00006,2CRE,A,"26-29,32-35" +PS00008,2CRE,A,"0-5,54-59" +PS00016,2CRE,A,27-29 +PS00005,2CRF,A,"7-9,77-79,96-98,120-122" +PS00006,2CRF,A,"20-23,44-47,60-63,103-106,120-123,140-143" +PS00008,2CRF,A,"0-5,64-69,125-130" +PS00005,2CRG,A,55-57 +PS00006,2CRG,A,"5-8,11-14,44-47" +PS00008,2CRG,A,0-5 +PS00001,2CRH,A,43-46 +PS00005,2CRH,A,"5-7,64-66,86-88,105-107" +PS00006,2CRH,A,105-108 +PS00008,2CRH,A,0-5 +PS00001,2CRI,A,"104-107,139-142" +PS00005,2CRI,A,42-44 +PS00006,2CRI,A,106-109 +PS00008,2CRI,A,"0-5,70-75" +PS00008,2CRJ,A,"0-5,42-47" +PS00005,2CRL,A,75-77 +PS00006,2CRL,A,30-33 +PS00008,2CRL,A,"0-5,12-17,83-88" +PS00005,2CRM,A,"24-26,33-35" +PS00006,2CRM,A,12-15 +PS00008,2CRM,A,"0-5,46-51,59-64,97-102" +PS00005,2CRN,A,32-34 +PS00006,2CRN,A,"10-13,36-39,52-55" +PS00008,2CRN,A,"0-5,6-11" +PS00009,2CRN,A,32-35 +PS00005,2CRP,A,"13-15,40-42,102-104" +PS00006,2CRP,A,"5-8,16-19,112-115" +PS00008,2CRP,A,0-5 +PS00005,2CRQ,A,"48-50,80-82,100-102" +PS00006,2CRQ,A,"58-61,72-75,100-103" +PS00008,2CRQ,A,"0-5,88-93" +PS00005,2CRR,A,5-7 +PS00007,2CRR,A,"24-30,118-126" +PS00008,2CRR,A,"0-5,47-52,56-61,62-67,88-93" +PS00001,2CRU,A,110-113 +PS00004,2CRU,A,95-98 +PS00005,2CRU,A,"49-51,82-84,101-103,106-108" +PS00008,2CRU,A,0-5 +PS00005,2CRV,A,61-63 +PS00006,2CRV,A,"19-22,74-77,81-84,107-110" +PS00008,2CRV,A,"0-5,57-62,75-80" +PS00009,2CRV,A,22-25 +PS01176,2CRV,A,57-79 +PS00001,2CRW,A,"76-79,90-93,105-108" +PS00005,2CRW,A,"27-29,57-59,131-133" +PS00006,2CRW,A,"11-14,71-74,103-106" +PS00008,2CRW,A,"0-5,47-52,56-61,62-67,88-93,101-106" +PS00001,2CRY,A,92-95 +PS00005,2CRY,A,"48-50,59-61" +PS00006,2CRY,A,"48-51,68-71,101-104" +PS00008,2CRY,A,"0-5,30-35,72-77,112-117" +PS00005,2CRZ,A,"78-80,93-95" +PS00006,2CRZ,A,"48-51,62-65" +PS00008,2CRZ,A,"0-5,37-42,103-108" +PS00005,2CSA,A,15-17 +PS00006,2CSA,A,0-3 +PS00008,1CS9,A,1-6 +PS00001,1CSY,A,46-49 +PS00004,1CSY,A,2-5 +PS00005,1CSY,A,"1-3,69-71,91-93" +PS00006,1CSY,A,"20-23,73-76" +PS00008,1CSY,A,"0-5,31-36" +PS00009,1CSY,A,76-79 +PS00001,1CSZ,A,46-49 +PS00004,1CSZ,A,2-5 +PS00005,1CSZ,A,"1-3,69-71,91-93" +PS00006,1CSZ,A,"20-23,73-76" +PS00008,1CSZ,A,"0-5,31-36" +PS00009,1CSZ,A,76-79 +PS00008,2CSI,A,"0-5,59-64" +PS00005,2CS0,A,53-55 +PS00006,2CS0,A,"23-26,83-86" +PS00008,2CS0,A,"0-5,6-11" +PS00005,2CS1,A,82-84 +PS00006,2CS1,A,"32-35,47-50,82-85" +PS00007,2CS1,A,59-67 +PS00008,2CS1,A,0-5 +PS00001,2CS2,A,25-28 +PS00004,2CS2,A,125-128 +PS00005,2CS2,A,"24-26,28-30,44-46" +PS00006,2CS2,A,"8-11,13-16" +PS00008,2CS2,A,"0-5,6-11" +PS00009,2CS2,A,109-112 +PS00347,2CS2,A,29-66 +PS00005,2CS3,A,"37-39,48-50" +PS00008,2CS3,A,"0-5,6-11" +PS00005,2CS4,A,"43-45,55-57" +PS00006,2CS4,A,"5-8,28-31,47-50" +PS00008,2CS4,A,"0-5,73-78" +PS00006,2CS5,A,51-54 +PS00008,2CS5,A,0-5 +PS00005,2CS8,A,"23-25,28-30,53-55,81-83" +PS00006,2CS8,A,5-8 +PS00008,2CS8,A,"0-5,34-39,49-54,87-92" +PS00001,2CSF,A,"16-19,45-48,65-68" +PS00005,2CSF,A,74-76 +PS00006,2CSF,A,67-70 +PS00008,2CSF,A,"0-5,12-17" +PS00001,2CSH,A,99-102 +PS00005,2CSH,A,"19-21,22-24" +PS00006,2CSH,A,"4-7,22-25" +PS00008,2CSH,A,"0-5,38-43" +PS00009,2CSH,A,42-45 +PS00028,2CSH,A,39-59 +PS00005,2CSI,A,5-7 +PS00009,2CSI,A,5-8 +PS00005,2CSJ,A,"23-25,91-93" +PS00006,2CSJ,A,"5-8,74-77" +PS00008,2CSJ,A,"0-5,28-33" +PS00004,2CSK,A,50-53 +PS00006,2CSK,A,"28-31,53-56,94-97" +PS00008,2CSK,A,"0-5,21-26" +PS00016,2CSK,A,85-87 +PS00001,2CSO,A,59-62 +PS00005,2CSO,A,"5-7,8-10,23-25,27-29,61-63" +PS00006,2CSO,A,"23-26,90-93" +PS00008,2CSO,A,"0-5,68-73" +PS00001,2CSP,A,53-56 +PS00005,2CSP,A,"33-35,37-39,93-95" +PS00006,2CSP,A,"5-8,77-80" +PS00008,2CSP,A,"0-5,6-11,28-33,47-52,63-68" +PS00006,2CSQ,A,5-8 +PS00007,2CSQ,A,55-61 +PS00008,2CSQ,A,"0-5,6-11,70-75" +PS00004,2CSS,A,"26-29,61-64" +PS00006,2CSS,A,"64-67,90-93,101-104" +PS00008,2CSS,A,"0-5,35-40,44-49,54-59" +PS00029,2CSS,A,65-86 +PS00001,2CSV,A,49-52 +PS00006,2CSV,A,54-57 +PS00008,2CSV,A,0-5 +PS00001,2CSW,A,78-81 +PS00005,2CSW,A,136-138 +PS00006,2CSW,A,"74-77,124-127" +PS00007,2CSW,A,114-121 +PS00008,2CSW,A,"0-5,23-28,34-39,83-88" +PS00005,2CSY,A,48-50 +PS00006,2CSY,A,8-11 +PS00008,2CSY,A,0-5 +PS00518,2CSY,A,32-41 +PS00001,2CSZ,A,61-64 +PS00004,2CSZ,A,16-19 +PS00005,2CSZ,A,"23-25,38-40,43-45,63-65" +PS00008,2CSZ,A,"0-5,14-19,62-67" +PS00008,1CT6,A,1-6 +PS00006,1CTA,A,2-5 +PS00018,1CTA,A,14-26 +PS00006,1CTA,B,2-5 +PS00018,1CTA,B,14-26 +PS00006,1CTD,A,2-5 +PS00018,1CTD,A,14-26 +PS00006,1CTD,B,2-5 +PS00018,1CTD,B,14-26 +PS00004,1CTI,A,10-13 +PS00286,1CTI,A,2-21 +PS00006,1CTL,A,48-51 +PS00008,1CTL,A,"5-10,25-30,74-79" +PS00478,1CTL,A,10-44 +PS00001,1CTO,A,54-57 +PS00005,1CTO,A,"28-30,63-65,106-108" +PS00006,1CTO,A,"1-4,63-66" +PS00008,1CTO,A,52-57 +PS00004,2CTI,A,10-13 +PS00286,2CTI,A,2-21 +PS00005,2CTN,A,"36-38,83-85" +PS00006,2CTN,A,"36-39,52-55,83-86" +PS00008,2CTN,A,29-34 +PS00018,2CTN,A,64-76 +PS00004,3CTI,A,10-13 +PS00286,3CTI,A,2-21 +PS00006,3CTN,A,"7-10,41-44" +PS00018,3CTN,A,"19-31,55-67" +PS00005,2CT0,A,5-7 +PS00006,2CT0,A,"5-8,9-12,48-51" +PS00008,2CT0,A,0-5 +PS00005,2CT1,A,"5-7,29-31" +PS00008,2CT1,A,0-5 +PS00028,2CT1,A,"17-38,47-68" +PS00001,2CT2,A,76-79 +PS00006,2CT2,A,23-26 +PS00008,2CT2,A,"0-5,6-11" +PS00518,2CT2,A,36-45 +PS00005,2CT3,A,"46-48,49-51" +PS00008,2CT3,A,"0-5,53-58" +PS00006,2CT4,A,"24-27,32-35" +PS00008,2CT4,A,"0-5,17-22" +PS00001,2CT5,A,43-46 +PS00006,2CT5,A,17-20 +PS00008,2CT5,A,"0-5,42-47" +PS00004,2CT6,A,63-66 +PS00006,2CT6,A,"46-49,87-90" +PS00008,2CT6,A,0-5 +PS00004,2CT7,A,11-14 +PS00006,2CT7,A,68-71 +PS00008,2CT7,A,0-5 +PS00005,2CTD,A,5-7 +PS00006,2CTD,A,19-22 +PS00007,2CTD,A,7-15 +PS00008,2CTD,A,0-5 +PS00009,2CTD,A,42-45 +PS00028,2CTD,A,64-85 +PS00006,2CTE,A,4-7 +PS00008,2CTE,A,"0-5,65-70" +PS00001,2CTF,A,94-97 +PS00006,2CTF,A,"4-7,63-66" +PS00008,2CTF,A,"0-5,12-17,45-50" +PS00009,2CTF,A,41-44 +PS00006,2CTJ,A,"40-43,57-60,69-72" +PS00008,2CTJ,A,0-5 +PS00005,2CTK,A,"5-7,95-97" +PS00006,2CTK,A,5-8 +PS00008,2CTK,A,"0-5,32-37,65-70" +PS00005,2CTL,A,15-17 +PS00006,2CTL,A,"4-7,67-70" +PS00008,2CTL,A,"0-5,35-40" +PS00009,2CTL,A,31-34 +PS00005,2CTM,A,5-7 +PS00008,2CTM,A,"0-5,66-71" +PS00004,2CTO,A,10-13 +PS00005,2CTO,A,78-80 +PS00007,2CTO,A,"37-44,53-60" +PS00008,2CTO,A,"0-5,32-37" +PS00006,2CTP,A,"4-7,19-22,59-62" +PS00008,2CTP,A,"0-5,13-18,43-48,52-57,71-76" +PS00636,2CTP,A,48-67 +PS00001,2CTQ,A,100-103 +PS00005,2CTQ,A,102-104 +PS00006,2CTQ,A,"5-8,31-34,73-76" +PS00007,2CTQ,A,14-21 +PS00008,2CTQ,A,0-5 +PS00005,2CTR,A,"19-21,77-79" +PS00006,2CTR,A,"7-10,17-20,57-60" +PS00008,2CTR,A,"0-5,13-18" +PS00636,2CTR,A,48-67 +PS00004,2CTT,A,95-98 +PS00005,2CTT,A,68-70 +PS00006,2CTT,A,"5-8,53-56" +PS00008,2CTT,A,"0-5,6-11,37-42,73-78,88-93" +PS00001,2CTU,A,60-63 +PS00004,2CTU,A,"29-32,35-38,45-48,64-67" +PS00005,2CTU,A,"5-7,17-19,34-36,62-64" +PS00006,2CTU,A,48-51 +PS00008,2CTU,A,"0-5,59-64" +PS00009,2CTU,A,"5-8,62-65" +PS00001,2CTW,A,27-30 +PS00005,2CTW,A,"5-7,36-38,73-75" +PS00006,2CTW,A,"13-16,29-32" +PS00008,2CTW,A,"0-5,23-28,85-90" +PS00636,2CTW,A,59-78 +PS00005,1CU4,H,"16-18,113-115,203-205" +PS00006,1CU4,H,"6-9,86-89,204-207" +PS00008,1CU4,H,"104-109,133-138,157-162" +PS00004,1CU4,L,57-60 +PS00005,1CU4,L,"21-23,47-49,56-58,76-78,157-159,201-203" +PS00006,1CU4,L,"27-30,56-59,71-74,80-83,106-109,166-169,186-189" +PS00008,1CU4,L,"15-20,68-73,88-93,162-167" +PS00290,1CU4,L,196-202 +PS00005,1CUR,A,"5-7,22-24,33-35,78-80,89-91" +PS00006,1CUR,A,5-8 +PS00007,1CUR,A,24-32 +PS00008,1CUR,A,0-5 +PS00079,1CUR,A,131-151 +PS00196,1CUR,A,130-147 +PS00001,2CU1,A,86-89 +PS00005,2CU1,A,78-80 +PS00006,2CU1,A,"4-7,49-52,58-61,92-95" +PS00008,2CU1,A,"0-5,87-92" +PS00004,2CU7,A,28-31 +PS00005,2CU7,A,8-10 +PS00006,2CU7,A,12-15 +PS00008,2CU7,A,0-5 +PS00009,2CU7,A,26-29 +PS00008,2CU8,A,"0-5,69-74" +PS00478,2CU8,A,11-45 +PS00006,2CUB,A,4-7 +PS00008,2CUB,A,"0-5,54-59,81-86" +PS00005,2CUC,A,49-51 +PS00008,2CUC,A,"0-5,53-58" +PS00005,2CUD,A,58-60 +PS00006,2CUD,A,58-61 +PS00008,2CUD,A,"0-5,66-71" +PS00001,2CUE,A,9-12 +PS00004,2CUE,A,71-74 +PS00005,2CUE,A,55-57 +PS00007,2CUE,A,23-30 +PS00008,2CUE,A,0-5 +PS00027,2CUE,A,39-62 +PS00004,2CUF,A,52-55 +PS00005,2CUF,A,"5-7,12-14,62-64" +PS00006,2CUF,A,55-58 +PS00008,2CUF,A,"0-5,8-13" +PS00009,2CUF,A,50-53 +PS00006,2CUG,A,"12-15,29-32,69-72,75-78" +PS00008,2CUG,A,"0-5,6-11,23-28,81-86" +PS00636,2CUG,A,58-77 +PS00001,2CUH,A,"17-20,70-73,82-85" +PS00005,2CUH,A,74-76 +PS00006,2CUH,A,"5-8,56-59,93-96" +PS00008,2CUH,A,0-5 +PS00005,2CUI,A,"23-25,101-103" +PS00006,2CUI,A,"15-18,48-51" +PS00008,2CUI,A,"0-5,33-38,66-71,79-84,100-105" +PS00001,2CUJ,A,"30-33,89-92" +PS00005,2CUJ,A,"21-23,37-39,91-93" +PS00006,2CUJ,A,5-8 +PS00008,2CUJ,A,"0-5,6-11,33-38,74-79" +PS00009,2CUJ,A,21-24 +PS00342,2CUJ,A,105-107 +PS00005,2CUM,A,19-21 +PS00006,2CUM,A,"5-8,26-29" +PS00008,2CUM,A,"0-5,55-60,64-69,95-100" +PS00001,2CUP,A,44-47 +PS00005,2CUP,A,"60-62,65-67" +PS00006,2CUP,A,60-63 +PS00008,2CUP,A,"0-5,6-11,70-75" +PS00478,2CUP,A,7-42 +PS00005,2CUQ,A,"30-32,56-58" +PS00006,2CUQ,A,"30-33,56-59" +PS00008,2CUQ,A,"0-5,52-57" +PS00478,2CUQ,A,17-50 +PS00005,2CUR,A,37-39 +PS00006,2CUR,A,"20-23,46-49" +PS00008,2CUR,A,"0-5,6-11,42-47" +PS00478,2CUR,A,7-40 +PS00005,1CVO,A,"25-27,57-59" +PS00006,1CVO,A,13-16 +PS00008,1CVO,A,38-43 +PS00272,1CVO,A,38-58 +PS00008,1CVQ,A,2-7 +PS00008,1CW5,A,"3-8,35-40" +PS00009,1CW5,A,43-46 +PS60030,1CW5,A,2-13 +PS00008,1CW8,A,2-7 +PS00001,1CWW,A,69-72 +PS00006,1CWW,A,40-43 +PS00008,1CWW,A,3-8 +PS00004,1CWX,A,10-13 +PS00005,1CWX,A,"9-11,13-15" +PS00008,1CWX,A,26-31 +PS00008,1CWZ,A,2-7 +PS00001,1CX1,A,115-118 +PS00006,1CX1,A,"4-7,13-16,92-95" +PS00008,1CX1,A,"51-56,88-93" +PS00005,2CW1,A,"25-27,43-45" +PS00006,2CW1,A,43-46 +PS00005,1CXN,A,"24-26,55-57" +PS00272,1CXN,A,36-56 +PS00005,1CXO,A,"24-26,55-57" +PS00272,1CXO,A,36-56 +PS00008,1CXR,A,19-24 +PS00271,1CXR,A,2-15 +PS00006,1CXW,A,"23-26,42-45" +PS00008,1CXW,A,7-12 +PS00023,1CXW,A,14-55 +PS00001,1CXX,A,24-27 +PS00005,1CXX,A,"25-27,78-80" +PS00006,1CXX,A,76-79 +PS00008,1CXX,A,"34-39,102-107" +PS00478,1CXX,A,38-72 +PS00001,1CYV,A,31-34 +PS00007,1CYV,A,57-63 +PS00008,1CYV,A,4-9 +PS00287,1CYV,A,44-57 +PS00005,1CYE,A,"1-3,15-17,70-72" +PS00006,1CYE,A,"1-4,114-117" +PS00008,1CYE,A,75-80 +PS00001,1CYL,A,"37-40,104-107" +PS00005,1CYL,A,39-41 +PS00006,1CYL,A,"5-8,15-18,27-30,39-42,56-59,106-109" +PS00838,1CYL,A,6-31 +PS00001,1CYU,A,31-34 +PS00007,1CYU,A,57-63 +PS00008,1CYU,A,4-9 +PS00287,1CYU,A,44-57 +PS00001,2CYK,A,"37-40,104-107" +PS00005,2CYK,A,39-41 +PS00006,2CYK,A,"5-8,15-18,27-30,39-42,56-59,106-109" +PS00838,2CYK,A,6-31 +PS00001,3CYS,A,"70-73,107-110" +PS00004,3CYS,A,153-156 +PS00005,3CYS,A,"115-117,151-153" +PS00006,3CYS,A,"39-42,156-159" +PS00008,3CYS,A,"63-68,145-150" +PS00170,3CYS,A,47-64 +PS00005,1CZ2,A,41-43 +PS00006,1CZ2,A,39-42 +PS00008,1CZ2,A,52-57 +PS00342,1CZ2,A,87-89 +PS00597,1CZ2,A,68-89 +PS00001,1CZ4,A,"14-17,133-136" +PS00004,1CZ4,A,95-98 +PS00005,1CZ4,A,28-30 +PS00006,1CZ4,A,"79-82,167-170" +PS00008,1CZ4,A,"77-82,138-143" +PS00001,1CZ5,A,"14-17,133-136" +PS00004,1CZ5,A,95-98 +PS00005,1CZ5,A,28-30 +PS00006,1CZ5,A,"79-82,167-170" +PS00008,1CZ5,A,"77-82,138-143" +PS00005,1CZ6,A,20-22 +PS00004,2CZY,A,46-49 +PS00006,2CZY,A,8-11 +PS00007,2CZY,A,16-24 +PS00008,2CZY,A,18-23 +PS00006,1D0R,A,11-14 +PS00008,1D0R,A,3-8 +PS00260,1D0R,A,0-22 +PS00007,1D0W,A,4-12 +PS00005,1D1D,A,"46-48,204-206" +PS00006,1D1D,A,"33-36,57-60,122-125,184-187,218-221,235-238" +PS00008,1D1D,A,"115-120,129-134,136-141,256-261" +PS00007,1D1E,A,4-12 +PS00007,1D1F,A,5-13 +PS00006,1D1H,A,10-13 +PS00008,1D1H,A,6-11 +PS00005,1D1N,A,"13-15,54-56,74-76" +PS00008,1D1N,A,20-25 +PS00342,1D1N,A,96-98 +PS01176,1D1N,A,50-72 +PS00004,1D1O,A,70-73 +PS00006,1D1O,A,"1-4,23-26,43-46,61-64" +PS00029,1D1O,A,31-52 +PS00303,1D1O,A,48-69 +PS00005,1D1R,A,"13-15,39-41" +PS00006,1D1R,A,"50-53,93-96" +PS00008,1D1R,A,71-76 +PS00009,1D1R,A,39-42 +PS00001,1D2B,A,"29-32,77-80" +PS00288,1D2B,A,0-12 +PS00005,1D2D,A,"34-36,43-45" +PS00006,1D2D,A,43-46 +PS00005,1D2J,A,2-4 +PS00007,1D2J,A,20-26 +PS00008,1D2J,A,18-23 +PS01209,1D2J,A,15-37 +PS01209,1D2L,A,17-41 +PS00005,1Q2K,A,18-20 +PS01138,1Q2K,A,7-28 +PS00005,1D3Z,A,8-10 +PS00006,1D3Z,A,54-57 +PS00299,1D3Z,A,26-51 +PS00001,1D4B,A,17-20 +PS00005,1D4B,A,45-47 +PS00006,1D4B,A,"54-57,81-84" +PS00008,1D4B,A,49-54 +PS00009,1D4B,A,22-25 +PS00006,1D4U,A,"27-30,42-45" +PS00008,1D4U,A,97-102 +PS00752,1D4U,A,7-31 +PS00753,1D4U,A,40-56 +PS00005,1D5Q,A,8-10 +PS00008,1D5Q,A,"13-18,20-25" +PS00005,2D46,A,24-26 +PS00006,2D46,A,"28-31,33-36" +PS00008,2D46,A,"11-16,18-23" +PS00001,1D5G,A,26-29 +PS00005,1D5G,A,"28-30,69-71,76-78" +PS00008,1D5G,A,"18-23,24-29,43-48" +PS00006,1D5G,B,3-6 +PS00001,1D5V,A,"54-57,89-92" +PS00004,1D5V,A,22-25 +PS00005,1D5V,A,50-52 +PS00006,1D5V,A,56-59 +PS00008,1D5V,A,74-79 +PS00657,1D5V,A,3-16 +PS00658,1D5V,A,47-53 +PS00005,1D6B,A,19-21 +PS00006,1D6B,A,29-32 +PS00001,1D6G,A,"9-12,23-26" +PS00259,1D6G,B,1-7 +PS00005,1D6K,A,16-18 +PS00005,1D6T,A,49-51 +PS00008,1D6T,A,45-50 +PS00648,1D6T,A,52-66 +PS00005,1D7E,A,46-48 +PS00006,1D7E,A,"46-49,86-89" +PS00008,1D7E,A,"17-22,78-83" +PS00001,1D7Q,A,"17-20,70-73,114-117" +PS00005,1D7Q,A,"19-21,100-102" +PS00008,1D7Q,A,30-35 +PS01262,1D7Q,A,39-61 +PS00001,1D8B,A,45-48 +PS00004,1D8B,A,75-78 +PS00005,1D8B,A,74-76 +PS00006,1D8B,A,"54-57,69-72" +PS00006,1D8J,A,32-35 +PS00016,1D8J,A,25-27 +PS00006,1D8K,A,32-35 +PS00016,1D8K,A,25-27 +PS00001,1D8V,A,50-53 +PS00004,1D8V,A,98-101 +PS00005,1D8V,A,"9-11,27-29,43-45,97-99" +PS00006,1D8V,A,"39-42,85-88,154-157,223-226,243-246" +PS00007,1D8V,A,74-80 +PS00008,1D8V,A,106-111 +PS00275,1D8V,A,152-168 +PS00001,1D8Z,A,"14-17,51-54" +PS00005,1D8Z,A,"32-34,74-76,86-88" +PS00006,1D8Z,A,"16-19,26-29" +PS00008,1D8Z,A,42-47 +PS00005,1D9A,A,"13-15,29-31,75-77" +PS00006,1D9A,A,13-16 +PS00008,1D9A,A,"7-12,39-44" +PS00005,1D9J,A,15-17 +PS00005,1D9L,A,12-14 +PS00005,1D9M,A,13-15 +PS00006,1D9N,A,"44-47,59-62" +PS00007,1D9N,A,43-51 +PS00008,1D9N,A,24-29 +PS00005,1D9O,A,15-17 +PS00005,1D9P,A,15-17 +PS00005,1D9S,A,26-28 +PS00008,1D9S,A,"9-14,22-27,34-39,66-71" +PS00009,1D9S,A,43-46 +PS00001,1DAQ,A,"15-18,47-50" +PS00005,1DAQ,A,1-3 +PS00007,1DAQ,A,60-67 +PS00008,1DAQ,A,30-35 +PS00018,1DAQ,A,39-51 +PS00448,1DAQ,A,"7-26,39-58" +PS00001,1DAV,A,"15-18,47-50" +PS00005,1DAV,A,1-3 +PS00007,1DAV,A,60-67 +PS00008,1DAV,A,30-35 +PS00018,1DAV,A,39-51 +PS00448,1DAV,A,"7-26,39-58" +PS00006,1DAX,A,"15-18,42-45" +PS00001,1DBD,A,"44-47,89-92" +PS00004,1DBD,A,0-3 +PS00005,1DBD,A,73-75 +PS00006,1DBD,A,"2-5,51-54" +PS00008,1DBD,A,"14-19,87-92" +PS00001,1DBD,B,"44-47,89-92" +PS00004,1DBD,B,0-3 +PS00005,1DBD,B,73-75 +PS00006,1DBD,B,"2-5,51-54" +PS00008,1DBD,B,"14-19,87-92" +PS00005,1DBY,A,9-11 +PS00008,1DBY,A,81-86 +PS00009,1DBY,A,81-84 +PS00194,1DBY,A,22-40 +PS00005,1DC2,A,55-57 +PS00006,1DC2,A,6-9 +PS00008,1DC2,A,"34-39,66-71,134-139" +PS00009,1DC2,A,43-46 +PS00005,1DC7,A,13-15 +PS00006,1DC7,A,"30-33,84-87" +PS00008,1DC7,A,24-29 +PS00005,1DC8,A,13-15 +PS00006,1DC8,A,"30-33,84-87" +PS00008,1DC8,A,24-29 +PS00005,1DCJ,A,"28-30,47-49" +PS00006,1DCJ,A,"5-8,47-50,56-59" +PS00007,1DCJ,A,65-72 +PS01148,1DCJ,A,11-35 +PS00005,1DCZ,A,28-30 +PS00008,1DCZ,A,1-6 +PS00188,1DCZ,A,32-49 +PS00005,1DD2,A,28-30 +PS00008,1DD2,A,1-6 +PS00188,1DD2,A,32-49 +PS00001,1DDB,A,"6-9,114-117" +PS00006,1DDB,A,"30-33,77-80,116-119" +PS00008,1DDB,A,"7-12,59-64" +PS01259,1DDB,A,85-99 +PS00001,1DDF,A,6-9 +PS00006,1DDF,A,"8-11,88-91,103-106" +PS00008,1DDF,A,36-41 +PS00009,1DDF,A,68-71 +PS00005,1DDM,A,"17-19,45-47,101-103" +PS00008,1DDM,A,"31-36,125-130" +PS00001,1DDM,B,3-6 +PS00006,1DDM,B,5-8 +PS00005,1DE1,A,24-26 +PS00008,1DE1,A,72-77 +PS00195,1DE1,A,7-23 +PS00005,1DE2,A,24-26 +PS00008,1DE2,A,72-77 +PS00195,1DE2,A,7-23 +PS00005,1DE3,A,"14-16,19-21,109-111" +PS00006,1DE3,A,"73-76,98-101" +PS00008,1DE3,A,85-90 +PS00017,1DE3,A,36-43 +PS00016,1DEC,A,30-32 +PS00006,1DEF,A,"48-51,83-86,91-94" +PS00008,1DEF,A,"42-47,84-89" +PS00005,1DEM,A,43-45 +PS00006,1DEM,A,48-51 +PS00008,1DEM,A,38-43 +PS00280,1DEM,A,34-52 +PS00005,1DEN,A,43-45 +PS00006,1DEN,A,48-51 +PS00008,1DEN,A,38-43 +PS00280,1DEN,A,34-52 +PS00006,2DEF,A,"48-51,83-86,91-94" +PS00008,2DEF,A,"42-47,84-89" +PS00005,1DF3,A,"5-7,25-27,57-59,73-75" +PS00006,1DF3,A,"57-60,94-97" +PS00029,1DF3,A,136-157 +PS00213,1DF3,A,8-21 +PS00005,1DF6,A,17-19 +PS00008,1DF6,A,"13-18,24-29" +PS00006,1DFD,A,"15-18,42-45" +PS00005,1DFE,A,5-7 +PS00196,1DFE,A,20-35 +PS00828,1DFE,A,10-35 +PS00008,1DFS,A,9-14 +PS00001,1DFT,A,3-6 +PS00005,1DFT,A,27-29 +PS00008,1DFT,A,9-14 +PS00006,1DG2,A,10-13 +PS60014,1DG2,A,1-14 +PS00001,1DG4,A,"22-25,39-42,58-61" +PS00005,1DG4,A,"94-96,100-102,107-109" +PS00006,1DG4,A,"34-37,94-97,100-103" +PS00008,1DG4,A,12-17 +PS00001,1DGN,A,45-48 +PS00005,1DGN,A,60-62 +PS00006,1DGN,A,"34-37,47-50" +PS00008,1DGN,A,18-23 +PS00001,1DGQ,A,39-42 +PS00004,1DGQ,A,35-38 +PS00005,1DGQ,A,52-54 +PS00006,1DGQ,A,"55-58,114-117" +PS00007,1DGQ,A,54-62 +PS00008,1DGQ,A,122-127 +PS00001,1DGU,A,160-163 +PS00005,1DGU,A,"39-41,177-179" +PS00006,1DGU,A,"14-17,51-54,78-81,136-139,151-154" +PS00018,1DGU,A,"107-119,152-164" +PS00001,1DGV,A,160-163 +PS00005,1DGV,A,"39-41,177-179" +PS00006,1DGV,A,"14-17,51-54,78-81,136-139,151-154" +PS00018,1DGV,A,"107-119,152-164" +PS00005,1DGZ,A,5-7 +PS00196,1DGZ,A,20-35 +PS00828,1DGZ,A,10-35 +PS00005,1DHM,A,"58-60,66-68" +PS00006,1DHM,A,"39-42,58-61" +PS00005,1DHM,B,"58-60,66-68" +PS00006,1DHM,B,"39-42,58-61" +PS00006,1DIP,A,"31-34,57-60" +PS00029,1DIP,A,19-40 +PS01289,1DIP,A,1-17 +PS00006,1DIP,B,"31-34,57-60" +PS00029,1DIP,B,19-40 +PS01289,1DIP,B,1-17 +PS00005,1DIS,A,139-141 +PS00006,1DIS,A,"62-65,142-145" +PS00008,1DIS,A,119-124 +PS00009,1DIS,A,40-43 +PS00075,1DIS,A,11-33 +PS00005,1DIU,A,139-141 +PS00006,1DIU,A,"62-65,142-145" +PS00008,1DIU,A,119-124 +PS00009,1DIU,A,40-43 +PS00075,1DIU,A,11-33 +PS00005,1DJM,A,"15-17,70-72" +PS00006,1DJM,A,114-117 +PS00008,1DJM,A,75-80 +PS00001,1DJN,A,"366-369,626-629" +PS00004,1DJN,A,706-709 +PS00005,1DJN,A,"18-20,34-36,45-47,69-71,73-75,118-120,187-189,289-291,611-613,614-616,621-623,628-630,641-643" +PS00006,1DJN,A,"127-130,248-251,256-259,300-303,323-326,352-355,368-371,399-402,470-473,509-512,543-546,594-597,621-624" +PS00007,1DJN,A,"221-228,405-412" +PS00008,1DJN,A,"50-55,96-101,192-197,213-218,231-236,346-351,395-400,424-429,487-492,505-510,560-565,610-615" +PS00009,1DJN,A,"521-524,526-529" +PS00001,1DJN,B,"366-369,626-629" +PS00004,1DJN,B,706-709 +PS00005,1DJN,B,"18-20,34-36,45-47,69-71,73-75,118-120,187-189,289-291,611-613,614-616,621-623,628-630,641-643" +PS00006,1DJN,B,"127-130,248-251,256-259,300-303,323-326,352-355,368-371,399-402,470-473,509-512,543-546,594-597,621-624" +PS00007,1DJN,B,"221-228,405-412" +PS00008,1DJN,B,"50-55,96-101,192-197,213-218,231-236,346-351,395-400,424-429,487-492,505-510,560-565,610-615" +PS00009,1DJN,B,"521-524,526-529" +PS00001,1DJQ,A,"366-369,626-629" +PS00004,1DJQ,A,706-709 +PS00005,1DJQ,A,"18-20,34-36,45-47,69-71,73-75,118-120,187-189,289-291,611-613,614-616,621-623,628-630,641-643" +PS00006,1DJQ,A,"127-130,248-251,256-259,300-303,323-326,352-355,368-371,399-402,470-473,509-512,543-546,594-597,621-624" +PS00007,1DJQ,A,"221-228,405-412" +PS00008,1DJQ,A,"50-55,96-101,192-197,213-218,231-236,346-351,395-400,424-429,487-492,505-510,560-565,610-615" +PS00009,1DJQ,A,"521-524,526-529" +PS00001,1DJQ,B,"366-369,626-629" +PS00004,1DJQ,B,706-709 +PS00005,1DJQ,B,"18-20,34-36,45-47,69-71,73-75,118-120,187-189,289-291,611-613,614-616,621-623,628-630,641-643" +PS00006,1DJQ,B,"127-130,248-251,256-259,300-303,323-326,352-355,368-371,399-402,470-473,509-512,543-546,594-597,621-624" +PS00007,1DJQ,B,"221-228,405-412" +PS00008,1DJQ,B,"50-55,96-101,192-197,213-218,231-236,346-351,395-400,424-429,487-492,505-510,560-565,610-615" +PS00009,1DJQ,B,"521-524,526-529" +PS00001,1DK2,A,26-29 +PS00005,1DK2,A,"0-2,77-79" +PS00006,1DK2,A,53-56 +PS00008,1DK2,A,64-69 +PS00001,1DK3,A,27-30 +PS00005,1DK3,A,"1-3,78-80" +PS00006,1DK3,A,54-57 +PS00008,1DK3,A,65-70 +PS00001,1DKC,A,10-13 +PS00008,1DKC,A,"1-6,28-33" +PS60011,1DKC,A,2-34 +PS00005,1DL0,A,20-22 +PS00006,1DL0,A,3-6 +PS00008,1DL0,A,27-32 +PS60020,1DL0,A,2-31 +PS00005,1DL6,A,2-4 +PS00006,1DL6,A,3-6 +PS00008,1DL6,A,36-41 +PS00005,1DLF,H,"16-18,64-66,76-78,86-88" +PS00006,1DLF,H,"27-30,72-75" +PS00007,1DLF,H,88-95 +PS00008,1DLF,H,"93-98,113-118" +PS00005,1DLF,L,"21-23,47-49,56-58,76-78" +PS00006,1DLF,L,"71-74,80-83,106-109" +PS00008,1DLF,L,"15-20,68-73,88-93" +PS00005,1DLK,B,61-63 +PS00006,1DLK,B,"16-19,45-48,59-62,109-112" +PS00008,1DLK,B,"28-33,43-48,171-176,200-205" +PS00134,1DLK,B,37-42 +PS00135,1DLK,B,173-184 +PS00005,1DLK,D,61-63 +PS00006,1DLK,D,"16-19,45-48,59-62,109-112" +PS00008,1DLK,D,"28-33,43-48,171-176,200-205" +PS00134,1DLK,D,37-42 +PS00135,1DLK,D,173-184 +PS00005,2DLF,H,"16-18,64-66,76-78,86-88" +PS00006,2DLF,H,"27-30,72-75" +PS00007,2DLF,H,88-95 +PS00008,2DLF,H,"93-98,113-118" +PS00005,2DLF,L,"21-23,47-49,56-58,76-78" +PS00006,2DLF,L,"71-74,80-83,106-109" +PS00008,2DLF,L,"15-20,68-73,88-93" +PS00006,1DMC,A,13-16 +PS00008,1DMC,A,8-13 +PS00006,1DMD,A,13-16 +PS00008,1DMD,A,8-13 +PS00005,1DME,A,23-25 +PS00008,1DME,A,13-18 +PS00005,1DMF,A,23-25 +PS00008,1DMF,A,13-18 +PS00001,1DMO,A,59-62 +PS00005,1DMO,A,"27-29,145-147" +PS00006,1DMO,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1DMO,A,"24-29,39-44" +PS00018,1DMO,A,"19-31,55-67,92-104" +PS00001,1DMZ,A,"82-85,124-127" +PS00005,1DMZ,A,6-8 +PS00006,1DMZ,A,"62-65,147-150" +PS00008,1DMZ,A,80-85 +PS00005,1DNY,A,"44-46,72-74" +PS00008,1DNY,A,32-37 +PS00012,1DNY,A,39-54 +PS00001,1DO9,A,15-18 +PS00006,1DO9,A,7-10 +PS00008,1DO9,A,50-55 +PS00191,1DO9,A,34-41 +PS00001,1DOK,A,14-17 +PS00004,1DOK,A,"18-21,29-32" +PS00005,1DOK,A,"16-18,27-29,33-35,73-75" +PS00472,1DOK,A,11-53 +PS00001,1DOK,B,14-17 +PS00004,1DOK,B,"18-21,29-32" +PS00005,1DOK,B,"16-18,27-29,33-35,73-75" +PS00472,1DOK,B,11-53 +PS00001,1DOL,A,14-17 +PS00004,1DOL,A,"18-21,29-32" +PS00005,1DOL,A,"16-18,27-29,33-35,73-75" +PS00472,1DOL,A,11-53 +PS00001,1DOM,A,13-16 +PS00004,1DOM,A,"17-20,28-31" +PS00005,1DOM,A,"15-17,26-28,32-34,72-74" +PS00472,1DOM,A,10-52 +PS00001,1DOM,B,13-16 +PS00004,1DOM,B,"17-20,28-31" +PS00005,1DOM,B,"15-17,26-28,32-34,72-74" +PS00472,1DOM,B,10-52 +PS00001,1DON,A,13-16 +PS00004,1DON,A,"17-20,28-31" +PS00005,1DON,A,"15-17,26-28,32-34,72-74" +PS00472,1DON,A,10-52 +PS00001,1DON,B,13-16 +PS00004,1DON,B,"17-20,28-31" +PS00005,1DON,B,"15-17,26-28,32-34,72-74" +PS00472,1DON,B,10-52 +PS00005,1DOQ,A,"15-17,21-23,29-31,65-67" +PS00006,1DOQ,A,"21-24,51-54,65-68" +PS00005,1DOX,A,"3-5,37-39,88-90" +PS00006,1DOX,A,"13-16,61-64,88-91" +PS00008,1DOX,A,41-46 +PS00197,1DOX,A,38-46 +PS00005,1DOY,A,"3-5,37-39,88-90" +PS00006,1DOY,A,"13-16,61-64,88-91" +PS00008,1DOY,A,41-46 +PS00197,1DOY,A,38-46 +PS00008,1DP3,A,25-30 +PS00005,1DPU,A,69-71 +PS00006,1DPU,A,"85-88,95-98" +PS00008,1DPU,A,"15-20,32-37" +PS00001,1DQB,A,"20-23,47-50" +PS00006,1DQB,A,78-81 +PS01186,1DQB,A,63-77 +PS00008,1DQC,A,42-47 +PS00001,1DRO,A,28-31 +PS00004,1DRO,A,24-27 +PS00005,1DRO,A,"14-16,22-24,27-29,59-61,80-82,112-114" +PS00006,1DRO,A,54-57 +PS00007,1DRO,A,29-35 +PS00008,1DRO,A,0-5 +PS00005,1DRS,A,"40-42,53-55" +PS00006,1DRS,A,15-18 +PS00016,1DRS,A,42-44 +PS00001,1DS9,A,159-162 +PS00005,1DS9,A,"5-7,45-47" +PS00006,1DS9,A,"5-8,22-25,66-69,93-96,108-111" +PS00008,1DSK,A,16-21 +PS00006,1DSV,A,19-22 +PS00001,1DSW,A,85-88 +PS00005,1DSW,A,"33-35,67-69,133-135" +PS00006,1DSW,A,97-100 +PS00008,1DSW,A,"32-37,55-60,84-89,129-134,137-142" +PS00332,1DSW,A,137-148 +PS00004,1DT1,A,111-114 +PS00006,1DT1,A,101-104 +PS00008,1DT1,A,"18-23,59-64" +PS00004,1DT4,A,50-53 +PS00005,1DT4,A,"38-40,69-71" +PS00006,1DT4,A,23-26 +PS00008,1DT4,A,"14-19,56-61" +PS00005,1DT7,A,18-20 +PS00006,1DT7,A,"1-4,18-21,59-62" +PS00018,1DT7,A,61-73 +PS00303,1DT7,A,56-77 +PS00005,1DT7,B,18-20 +PS00006,1DT7,B,"1-4,18-21,59-62" +PS00018,1DT7,B,61-73 +PS00303,1DT7,B,56-77 +PS00005,1DT7,X,"4-6,10-12" +PS00008,1DT7,X,7-12 +PS00005,1DT7,Y,"4-6,10-12" +PS00008,1DT7,Y,7-12 +PS00005,1DTC,A,23-25 +PS00006,1DTC,A,7-10 +PS00005,1DTD,A,267-269 +PS00006,1DTD,A,"7-10,33-36,47-50,90-93,103-106,165-168,171-174,204-207,282-285" +PS00008,1DTD,A,"3-8,133-138,145-150,255-260" +PS00132,1DTD,A,52-74 +PS00133,1DTD,A,189-199 +PS00006,1DTD,B,24-27 +PS00008,1DTD,B,50-55 +PS00004,1DTJ,A,50-53 +PS00005,1DTJ,A,"38-40,69-71" +PS00006,1DTJ,A,23-26 +PS00008,1DTJ,A,"14-19,56-61" +PS00004,1DTJ,B,50-53 +PS00005,1DTJ,B,"38-40,69-71" +PS00006,1DTJ,B,23-26 +PS00008,1DTJ,B,"14-19,56-61" +PS00004,1DTJ,C,50-53 +PS00005,1DTJ,C,"38-40,69-71" +PS00006,1DTJ,C,23-26 +PS00008,1DTJ,C,"14-19,56-61" +PS00004,1DTJ,D,50-53 +PS00005,1DTJ,D,"38-40,69-71" +PS00006,1DTJ,D,23-26 +PS00008,1DTJ,D,"14-19,56-61" +PS00006,1DTK,A,46-49 +PS00008,1DTK,A,36-41 +PS00280,1DTK,A,32-50 +PS00006,1DTM,A,"2-5,34-37,50-53" +PS00007,1DTM,A,144-150 +PS00006,1DTV,A,"3-6,29-32" +PS00008,1DTV,A,55-60 +PS00005,2DTB,A,23-25 +PS00006,2DTB,A,7-10 +PS00004,1DU1,A,13-16 +PS00001,1DU2,A,64-67 +PS00006,1DU2,A,10-13 +PS00008,1DU6,A,43-48 +PS00027,1DU6,A,38-61 +PS00006,1DU9,A,17-20 +PS00008,1DU9,A,21-26 +PS00005,1DUJ,A,"3-5,100-102,111-113,148-150" +PS00006,1DUJ,A,"48-51,80-83,100-103,148-151,167-170" +PS00008,1DUJ,A,27-32 +PS00006,1DUK,A,"2-5,34-37,50-53" +PS00007,1DUK,A,144-150 +PS00005,1DUM,A,7-9 +PS00005,1DUM,B,7-9 +PS00006,1DUO,A,"2-5,34-37,50-53" +PS00007,1DUO,A,144-150 +PS00005,1DVW,A,14-16 +PS00008,1DVW,A,5-10 +PS00001,1DVD,A,31-34 +PS00007,1DVD,A,57-63 +PS00008,1DVD,A,4-9 +PS00287,1DVD,A,44-57 +PS00006,1DV5,A,"16-19,58-61" +PS00008,1DV5,A,33-38 +PS00005,1DV9,A,5-7 +PS00006,1DV9,A,"29-32,153-156" +PS00008,1DV9,A,16-21 +PS00213,1DV9,A,8-21 +PS00342,1DV9,A,159-161 +PS00001,1DVA,H,169-172 +PS00005,1DVA,H,"69-71,116-118,161-163,186-188" +PS00006,1DVA,H,"61-64,86-89,114-117,140-143" +PS00008,1DVA,H,"21-26,27-32,182-187,192-197,212-217" +PS00134,1DVA,H,36-41 +PS00135,1DVA,H,185-196 +PS00001,1DVA,I,169-172 +PS00005,1DVA,I,"69-71,116-118,161-163,186-188" +PS00006,1DVA,I,"61-64,86-89,114-117,140-143" +PS00008,1DVA,I,"21-26,27-32,182-187,192-197,212-217" +PS00134,1DVA,I,36-41 +PS00135,1DVA,I,185-196 +PS00005,1DVA,L,"18-20,41-43,66-68,69-71" +PS00006,1DVA,L,"1-4,18-21,41-44" +PS00008,1DVA,L,65-70 +PS00010,1DVA,L,19-30 +PS00022,1DVA,L,28-39 +PS01186,1DVA,L,70-85 +PS01187,1DVA,L,4-28 +PS00005,1DVA,M,"18-20,41-43,66-68,69-71" +PS00006,1DVA,M,"1-4,18-21,41-44" +PS00008,1DVA,M,65-70 +PS00010,1DVA,M,19-30 +PS00022,1DVA,M,28-39 +PS01186,1DVA,M,70-85 +PS01187,1DVA,M,4-28 +PS00001,1DVC,A,31-34 +PS00007,1DVC,A,57-63 +PS00008,1DVC,A,4-9 +PS00287,1DVC,A,44-57 +PS00004,1DVH,A,61-64 +PS00005,1DVH,A,24-26 +PS00006,1DVH,A,64-67 +PS00007,1DVH,A,41-48 +PS00008,1DVH,A,"11-16,17-22,46-51" +PS00342,1DVH,A,76-78 +PS00001,1DVV,A,49-52 +PS00005,1DVV,A,79-81 +PS00006,1DVV,A,66-69 +PS00008,1DVV,A,"10-15,35-40" +PS00165,1DVV,A,18-31 +PS00004,2DVH,A,61-64 +PS00005,2DVH,A,24-26 +PS00006,2DVH,A,64-67 +PS00007,2DVH,A,41-48 +PS00008,2DVH,A,"11-16,17-22,46-51" +PS00342,2DVH,A,76-78 +PS00005,1DW4,A,"18-20,21-23" +PS00008,1DW4,A,"4-9,17-22" +PS60004,1DW4,A,0-24 +PS00005,1DW5,A,"18-20,21-23" +PS00008,1DW5,A,"4-9,17-22" +PS60004,1DW5,A,0-24 +PS00006,1DWL,A,"13-16,34-37,38-41" +PS00008,1DWL,A,10-15 +PS00198,1DWL,A,8-19 +PS00004,1DWL,B,61-64 +PS00005,1DWL,B,24-26 +PS00006,1DWL,B,64-67 +PS00007,1DWL,B,41-48 +PS00008,1DWL,B,"11-16,17-22,46-51" +PS00342,1DWL,B,76-78 +PS00005,1DWM,A,1-3 +PS00008,1DWM,A,"18-23,40-45,60-65" +PS00285,1DWM,A,10-21 +PS00001,1DWY,A,"62-65,78-81" +PS00005,1DWY,A,"64-66,73-75" +PS00006,1DWY,A,"24-27,64-67,74-77,80-83" +PS00008,1DWY,A,"0-5,12-17" +PS00706,1DWY,A,81-99 +PS00001,1DWZ,A,"62-65,78-81" +PS00005,1DWZ,A,"64-66,73-75" +PS00006,1DWZ,A,"24-27,64-67,74-77,80-83" +PS00008,1DWZ,A,"0-5,12-17" +PS00706,1DWZ,A,81-99 +PS00001,1DX0,A,"169-172,185-188" +PS00005,1DX0,A,"1-3,171-173,180-182" +PS00006,1DX0,A,"131-134,171-174,181-184,187-190" +PS00008,1DX0,A,"8-13,22-27,34-39,42-47,50-55,58-63,66-71,75-80,81-86,102-107,111-116,119-124" +PS00291,1DX0,A,101-116 +PS00706,1DX0,A,188-206 +PS00001,1DX1,A,"169-172,185-188" +PS00005,1DX1,A,"1-3,171-173,180-182" +PS00006,1DX1,A,"131-134,171-174,181-184,187-190" +PS00008,1DX1,A,"8-13,22-27,34-39,42-47,50-55,58-63,66-71,75-80,81-86,102-107,111-116,119-124" +PS00291,1DX1,A,101-116 +PS00706,1DX1,A,188-206 +PS00969,1DX7,A,14-45 +PS00005,1DX8,A,"47-49,54-56" +PS00007,1DX8,A,6-14 +PS00008,1DX8,A,26-31 +PS00005,1DXW,A,"21-23,127-129,177-179,181-183" +PS00006,1DXW,A,"21-24,75-78" +PS00008,1DXW,A,"11-16,49-54,151-156,161-166" +PS00016,1DXW,A,118-120 +PS00001,1DZ5,A,7-10 +PS00005,1DZ5,A,46-48 +PS00006,1DZ5,A,87-90 +PS00001,1DZ5,B,7-10 +PS00005,1DZ5,B,46-48 +PS00006,1DZ5,B,87-90 +PS00005,1DZ1,A,5-7 +PS00006,1DZ1,A,"26-29,60-63" +PS00008,1DZ1,A,22-27 +PS00005,1DZ1,B,5-7 +PS00006,1DZ1,B,"26-29,60-63" +PS00008,1DZ1,B,22-27 +PS00001,1DZ7,A,"51-54,77-80" +PS00005,1DZ7,A,42-44 +PS00006,1DZ7,A,10-13 +PS00008,1DZ7,A,29-34 +PS00779,1DZ7,A,27-39 +PS00780,1DZ7,A,77-90 +PS00001,1DZC,A,104-107 +PS00005,1DZC,A,"89-91,106-108" +PS00006,1DZC,A,"40-43,68-71" +PS00007,1DZC,A,"47-54,78-84" +PS00008,1DZC,A,"19-24,52-57,61-66,100-105" +PS00247,1DZC,A,61-84 +PS00001,1DZD,A,100-103 +PS00005,1DZD,A,"85-87,102-104" +PS00006,1DZD,A,"36-39,64-67" +PS00007,1DZD,A,"43-50,74-80" +PS00008,1DZD,A,"15-20,48-53,57-62,96-101" +PS00247,1DZD,A,57-80 +PS00004,1E08,A,254-257 +PS00005,1E08,A,"100-102,138-140,172-174,232-234,288-290" +PS00006,1E08,A,"125-128,232-235" +PS00007,1E08,A,157-163 +PS00008,1E08,A,"10-15,43-48,92-97,178-183,244-249,270-275,305-310,353-358" +PS00009,1E08,A,"252-255,288-291" +PS00198,1E08,A,"8-19,39-50" +PS00006,1E08,D,"38-41,78-81" +PS00008,1E08,D,13-18 +PS00004,1E08,E,60-63 +PS00005,1E08,E,23-25 +PS00006,1E08,E,63-66 +PS00007,1E08,E,40-47 +PS00008,1E08,E,"10-15,16-21,45-50" +PS00342,1E08,E,75-77 +PS00001,1E09,A,77-80 +PS00004,1E09,A,53-56 +PS00005,1E09,A,51-53 +PS00006,1E09,A,"56-59,83-86" +PS00008,1E09,A,"47-52,60-65" +PS00451,1E09,A,87-119 +PS00005,1E0A,A,"2-4,24-26,160-162" +PS00006,1E0A,A,"34-37,87-90,114-117,123-126" +PS00008,1E0A,A,53-58 +PS00017,1E0A,A,9-16 +PS00001,1E0A,B,38-41 +PS00006,1E0A,B,"6-9,40-43" +PS00005,1E0E,A,22-24 +PS00005,1E0E,B,22-24 +PS00005,1E0G,A,3-5 +PS00005,1E0H,A,69-71 +PS00006,1E0H,A,"5-8,10-13,26-29,37-40,47-50" +PS00008,1E0H,A,65-70 +PS00001,1E0L,A,22-25 +PS00006,1E0L,A,27-30 +PS00007,1E0L,A,11-18 +PS01159,1E0L,A,7-32 +PS00006,1E0M,A,28-31 +PS00008,1E0M,A,2-7 +PS01159,1E0M,A,7-32 +PS00005,1E0Z,A,61-63 +PS00006,1E0Z,A,"9-12,88-91" +PS00008,1E0Z,A,"65-70,103-108" +PS00197,1E0Z,A,62-70 +PS00005,1E10,A,61-63 +PS00006,1E10,A,"9-12,88-91" +PS00008,1E10,A,"65-70,103-108" +PS00197,1E10,A,62-70 +PS00001,1E17,A,"41-44,83-86,95-98" +PS00004,1E17,A,58-61 +PS00005,1E17,A,"34-36,91-93,110-112,125-127,139-141" +PS00006,1E17,A,"43-46,54-57" +PS00008,1E17,A,"33-38,122-127" +PS00342,1E17,A,147-149 +PS00658,1E17,A,88-94 +PS00001,1E1G,A,"56-59,72-75" +PS00005,1E1G,A,"58-60,67-69" +PS00006,1E1G,A,"18-21,68-71,74-77,91-94" +PS00008,1E1G,A,6-11 +PS00706,1E1G,A,75-93 +PS00001,1E1J,A,"56-59,72-75" +PS00005,1E1J,A,"58-60,67-69" +PS00006,1E1J,A,"18-21,68-71,74-77,91-94" +PS00008,1E1J,A,6-11 +PS00706,1E1J,A,75-93 +PS00001,1E1P,A,"56-59,72-75" +PS00005,1E1P,A,"58-60,67-69" +PS00006,1E1P,A,"18-21,68-71,74-77,91-94" +PS00008,1E1P,A,6-11 +PS00706,1E1P,A,75-93 +PS00001,1E1S,A,"56-59,72-75" +PS00005,1E1S,A,"58-60,67-69" +PS00006,1E1S,A,"18-21,68-71,74-77,91-94" +PS00008,1E1S,A,6-11 +PS00706,1E1S,A,75-93 +PS00001,1E1U,A,"56-59,72-75" +PS00005,1E1U,A,"58-60,67-69" +PS00006,1E1U,A,"18-21,68-71,74-77,91-94" +PS00008,1E1U,A,6-11 +PS00706,1E1U,A,75-93 +PS00001,1E1W,A,"56-59,72-75" +PS00005,1E1W,A,"58-60,67-69" +PS00006,1E1W,A,"18-21,68-71,74-77,91-94" +PS00008,1E1W,A,6-11 +PS00706,1E1W,A,75-93 +PS00008,1E2B,A,"12-17,90-95" +PS00001,1E3R,A,123-126 +PS00005,1E3R,A,125-127 +PS00006,1E3R,A,"4-7,125-128" +PS00008,1E3R,A,"59-64,93-98" +PS00001,1E3R,B,123-126 +PS00005,1E3R,B,125-127 +PS00006,1E3R,B,"4-7,125-128" +PS00008,1E3R,B,"59-64,93-98" +PS00001,1E3T,A,"1-4,44-47,115-118,181-184" +PS00004,1E3T,A,191-194 +PS00005,1E3T,A,29-31 +PS00006,1E3T,A,34-37 +PS00007,1E3T,A,74-81 +PS00008,1E3T,A,"10-15,16-21,22-27,55-60,76-81" +PS00001,1E3V,A,123-126 +PS00005,1E3V,A,125-127 +PS00006,1E3V,A,"4-7,36-39,125-128" +PS00008,1E3V,A,"59-64,93-98" +PS00001,1E3V,B,123-126 +PS00005,1E3V,B,125-127 +PS00006,1E3V,B,"4-7,36-39,125-128" +PS00008,1E3V,B,"59-64,93-98" +PS00001,1E3Y,A,"47-50,66-69,99-102" +PS00005,1E3Y,A,"49-51,55-57,62-64" +PS00006,1E3Y,A,"35-38,39-42,62-65" +PS00008,1E3Y,A,"0-5,74-79" +PS00001,1E41,A,"47-50,66-69,99-102" +PS00005,1E41,A,"49-51,55-57,62-64" +PS00006,1E41,A,"35-38,39-42,62-65" +PS00008,1E41,A,"0-5,74-79" +PS00008,1E4Q,A,26-31 +PS00005,1E4T,A,1-3 +PS00006,1E4U,A,70-73 +PS00008,1E4U,A,50-55 +PS00005,1E52,A,17-19 +PS00005,1E52,B,17-19 +PS00001,1E5B,A,"17-20,35-38,47-50,60-63,73-76" +PS00005,1E5B,A,53-55 +PS00006,1E5B,A,7-10 +PS00008,1E5B,A,"1-6,50-55,61-66" +PS00001,1E5C,A,"17-20,35-38,47-50,60-63,73-76" +PS00005,1E5C,A,53-55 +PS00006,1E5C,A,7-10 +PS00008,1E5C,A,"1-6,50-55,61-66" +PS00005,1E5G,A,"4-6,61-63" +PS00006,1E5G,A,"4-7,40-43,107-110" +PS00008,1E5G,A,"17-22,45-50,85-90,103-108" +PS00001,1E5U,I,"76-79,93-96" +PS00004,1E5U,I,96-99 +PS00005,1E5U,I,"41-43,60-62,95-97,106-108" +PS00006,1E5U,I,"2-5,60-63,99-102,117-120,150-153,160-163" +PS00007,1E5U,I,174-181 +PS00008,1E5U,I,157-162 +PS00001,1E65,A,31-34 +PS00005,1E65,A,"24-26,125-127" +PS00006,1E65,A,"51-54,65-68" +PS00007,1E65,A,100-107 +PS00008,1E65,A,62-67 +PS00196,1E65,A,104-120 +PS00001,1E65,B,31-34 +PS00005,1E65,B,"24-26,125-127" +PS00006,1E65,B,"51-54,65-68" +PS00007,1E65,B,100-107 +PS00008,1E65,B,62-67 +PS00196,1E65,B,104-120 +PS00001,1E65,C,31-34 +PS00005,1E65,C,"24-26,125-127" +PS00006,1E65,C,"51-54,65-68" +PS00007,1E65,C,100-107 +PS00008,1E65,C,62-67 +PS00196,1E65,C,104-120 +PS00001,1E65,D,31-34 +PS00005,1E65,D,"24-26,125-127" +PS00006,1E65,D,"51-54,65-68" +PS00007,1E65,D,100-107 +PS00008,1E65,D,62-67 +PS00196,1E65,D,104-120 +PS00005,1E68,A,49-51 +PS00008,1E68,A,"5-10,12-17,21-26" +PS00009,1E68,A,61-64 +PS00001,1EDL,A,49-52 +PS00005,1EDL,A,30-32 +PS00006,1EDL,A,30-33 +PS60014,1E76,A,1-11 +PS00005,1E7J,A,"1-3,17-19,21-23" +PS00006,1E7J,A,"17-20,49-52" +PS00008,1E7J,A,28-33 +PS00001,1E88,A,125-128 +PS00006,1E88,A,"36-39,50-53,85-88" +PS00008,1E88,A,"8-13,32-37,47-52,107-112,142-147" +PS00009,1E88,A,132-135 +PS00023,1E88,A,"55-96,115-156" +PS00294,1E88,A,156-159 +PS01253,1E88,A,3-37 +PS00001,1E8B,A,125-128 +PS00006,1E8B,A,"36-39,50-53,85-88" +PS00008,1E8B,A,"8-13,32-37,47-52,107-112,142-147" +PS00009,1E8B,A,132-135 +PS00023,1E8B,A,"55-96,115-156" +PS00294,1E8B,A,156-159 +PS01253,1E8B,A,3-37 +PS00004,1E8E,A,79-82 +PS00005,1E8E,A,"42-44,65-67,78-80,106-108" +PS00006,1E8E,A,"2-5,26-29,42-45,65-68,82-85,104-107" +PS00006,1E8J,A,27-30 +PS00008,1E8J,A,22-27 +PS00202,1E8J,A,32-42 +PS00005,1E8L,A,42-44 +PS00008,1E8L,A,"25-30,101-106" +PS00128,1E8L,A,75-93 +PS00342,1E8L,A,126-128 +PS00005,1E8P,A,17-19 +PS00006,1E8P,A,18-21 +PS00008,1E8P,A,"30-35,38-43" +PS00005,1E8Q,A,17-19 +PS00006,1E8Q,A,18-21 +PS00008,1E8Q,A,"30-35,38-43" +PS00008,1E8R,A,"1-6,44-49" +PS00006,1E91,A,"29-32,53-56" +PS00001,1E9J,A,"51-54,77-80" +PS00005,1E9J,A,42-44 +PS00006,1E9J,A,10-13 +PS00008,1E9J,A,29-34 +PS00779,1E9J,A,27-39 +PS00780,1E9J,A,77-90 +PS00005,1E9K,A,"20-22,33-35" +PS00006,1E9K,A,20-23 +PS00005,1E9T,A,26-28 +PS00006,1E9T,A,26-29 +PS00007,1E9T,A,15-22 +PS00008,1E9T,A,"4-9,43-48" +PS00025,1E9T,A,17-37 +PS00001,1EAL,A,45-48 +PS00005,1EAL,A,"2-4,9-11,122-124" +PS00008,1EAL,A,43-48 +PS00009,1EAL,A,74-77 +PS00214,1EAL,A,3-20 +PS00004,1ECI,A,19-22 +PS00007,1ECI,A,20-28 +PS00342,1ECI,A,34-36 +PS00005,1ECI,B,11-13 +PS00008,1ECI,B,21-26 +PS00007,2ECH,A,23-30 +PS00016,2ECH,A,23-25 +PS00427,2ECH,A,1-20 +PS00001,2ECP,A,"96-99,259-262,305-308,343-346,445-448" +PS00005,2ECP,A,"29-31,89-91,335-337,451-453,678-680,711-713,771-773,779-781,782-784" +PS00006,2ECP,A,"24-27,147-150,278-281,327-330,379-382,517-520,615-618,715-718,782-785" +PS00007,2ECP,A,"291-299,707-714,751-757" +PS00008,2ECP,A,"21-26,129-134,179-184,654-659,775-780" +PS00009,2ECP,A,262-265 +PS00102,2ECP,A,636-648 +PS00001,2ECP,B,"96-99,259-262,305-308,343-346,445-448" +PS00005,2ECP,B,"29-31,89-91,335-337,451-453,678-680,711-713,771-773,779-781,782-784" +PS00006,2ECP,B,"24-27,147-150,278-281,327-330,379-382,517-520,615-618,715-718,782-785" +PS00007,2ECP,B,"291-299,707-714,751-757" +PS00008,2ECP,B,"21-26,129-134,179-184,654-659,775-780" +PS00009,2ECP,B,262-265 +PS00102,2ECP,B,636-648 +PS00001,1ED0,A,5-8 +PS00005,1ED0,A,7-9 +PS00271,1ED0,A,2-15 +PS00005,1ED7,A,19-21 +PS00008,1ED7,A,10-15 +PS00001,1EDI,A,49-52 +PS00005,1EDI,A,30-32 +PS00006,1EDI,A,30-33 +PS00001,1EDJ,A,49-52 +PS00005,1EDJ,A,30-32 +PS00006,1EDJ,A,30-33 +PS00001,1EDK,A,49-52 +PS00005,1EDK,A,30-32 +PS00006,1EDK,A,30-33 +PS00006,1EDN,A,4-7 +PS00270,1EDN,A,0-14 +PS00006,1EDP,A,4-7 +PS00270,1EDP,A,0-14 +PS00342,1EDP,A,14-16 +PS00001,1EDV,A,28-31 +PS00006,1EDV,A,"21-24,26-29" +PS00008,1EDV,A,10-15 +PS00001,1EDX,A,"1-4,14-17" +PS00005,1EDX,A,13-15 +PS00006,1EDX,A,21-24 +PS00007,1EDX,A,20-28 +PS00008,1EE7,A,8-13 +PS00005,1EES,A,"2-4,24-26,160-162" +PS00006,1EES,A,"34-37,87-90,114-117,123-126" +PS00008,1EES,A,53-58 +PS00017,1EES,A,9-16 +PS00006,1EES,B,11-14 +PS00006,1EF4,A,49-52 +PS01112,1EF4,A,0-9 +PS00006,1EF5,A,"23-26,38-41" +PS00004,1EFA,A,324-327 +PS00005,1EFA,A,"30-32,192-194,287-289" +PS00006,1EFA,A,"4-7,84-87,96-99,101-104,161-164,298-301" +PS00008,1EFA,A,"64-69,102-107,120-125,165-170,235-240,251-256,260-265" +PS00356,1EFA,A,5-23 +PS00004,1EFA,B,324-327 +PS00005,1EFA,B,"30-32,192-194,287-289" +PS00006,1EFA,B,"4-7,84-87,96-99,101-104,161-164,298-301" +PS00008,1EFA,B,"64-69,102-107,120-125,165-170,235-240,251-256,260-265" +PS00356,1EFA,B,5-23 +PS00004,1EFA,C,324-327 +PS00005,1EFA,C,"30-32,192-194,287-289" +PS00006,1EFA,C,"4-7,84-87,96-99,101-104,161-164,298-301" +PS00008,1EFA,C,"64-69,102-107,120-125,165-170,235-240,251-256,260-265" +PS00356,1EFA,C,5-23 +PS00005,1EFE,A,"26-28,29-31" +PS00262,1EFE,A,44-58 +PS00005,1EG0,A,"64-66,88-90" +PS00006,1EG0,A,"29-32,50-53" +PS00007,1EG0,A,110-118 +PS00008,1EG0,A,"60-65,81-86,94-99" +PS00632,1EG0,A,48-72 +PS00005,1EG0,B,49-51 +PS00008,1EG0,B,"48-53,103-108" +PS00009,1EG0,B,26-29 +PS00585,1EG0,B,27-59 +PS01048,1EG0,C,43-52 +PS00005,1EG0,D,"76-78,91-93" +PS00006,1EG0,D,53-56 +PS00009,1EG0,D,32-35 +PS00052,1EG0,D,19-45 +PS00001,1EG0,E,14-17 +PS00004,1EG0,E,83-86 +PS00005,1EG0,E,"113-115,119-121" +PS00006,1EG0,E,119-122 +PS00007,1EG0,E,49-57 +PS00008,1EG0,E,105-110 +PS00009,1EG0,E,88-91 +PS00053,1EG0,E,107-124 +PS00005,1EG0,F,"32-34,51-53" +PS00006,1EG0,F,3-6 +PS00362,1EG0,F,38-68 +PS00005,1EG0,G,"0-2,14-16,27-29,41-43,70-72" +PS00008,1EG0,G,86-91 +PS00009,1EG0,G,34-37 +PS00056,1EG0,G,56-68 +PS00005,1EG0,J,"24-26,66-68" +PS00008,1EG0,J,"13-18,20-25,46-51,65-70,77-82" +PS00009,1EG0,J,"3-6,98-101" +PS00430,1EG0,J,0-28 +PS00525,1EG0,J,153-161 +PS00005,1EG0,K,"100-102,130-132" +PS00006,1EG0,K,58-61 +PS00008,1EG0,K,"83-88,129-134" +PS00005,1EG0,N,"34-36,221-223" +PS00006,1EG0,N,21-24 +PS00008,1EG0,N,"121-126,203-208" +PS00009,1EG0,N,3-6 +PS00430,1EG0,N,0-46 +PS01199,1EG0,N,120-139 +PS00006,1EGF,A,7-10 +PS00008,1EGF,A,4-9 +PS00022,1EGF,A,30-41 +PS01186,1EGF,A,30-41 +PS00006,1EGL,A,8-11 +PS00008,1EGL,A,39-44 +PS00285,1EGL,A,9-20 +PS00006,1EGO,A,43-46 +PS00008,1EGO,A,9-14 +PS00195,1EGO,A,4-19 +PS00006,1EGR,A,43-46 +PS00008,1EGR,A,9-14 +PS00195,1EGR,A,4-19 +PS00006,1EGT,A,12-15 +PS00005,1EGX,A,"7-9,45-47" +PS00006,1EGX,A,"94-97,107-110" +PS00008,1EGX,A,"68-73,89-94,104-109" +PS00009,1EGX,A,49-52 +PS00006,3EGF,A,7-10 +PS00008,3EGF,A,4-9 +PS00022,3EGF,A,30-41 +PS01186,3EGF,A,30-41 +PS00004,1EH2,A,98-101 +PS00005,1EH2,A,97-99 +PS00006,1EH2,A,"56-59,101-104" +PS00007,1EH2,A,9-16 +PS00008,1EH2,A,3-8 +PS00018,1EH2,A,57-69 +PS00001,1EHJ,A,11-14 +PS00008,1EHJ,A,24-29 +PS00294,1EHJ,A,64-67 +PS00005,1EHS,A,"3-5,19-21" +PS00008,1EHS,A,"26-31,33-38" +PS00001,1EHX,A,62-65 +PS00005,1EHX,A,"11-13,63-65" +PS00006,1EHX,A,"16-19,58-61" +PS00008,1EHX,A,28-33 +PS00004,1EIW,A,63-66 +PS00005,1EIW,A,"50-52,65-67,71-73" +PS00006,1EIW,A,"9-12,26-29,34-37,50-53" +PS00008,1EIW,A,46-51 +PS00006,1EI0,A,17-20 +PS00004,1EIG,A,67-70 +PS00005,1EIG,A,"12-14,26-28,39-41,70-72" +PS00006,1EIG,A,46-49 +PS00008,1EIG,A,"35-40,43-48" +PS00004,1EIH,A,67-70 +PS00005,1EIH,A,"12-14,26-28,39-41,70-72" +PS00006,1EIH,A,46-49 +PS00008,1EIH,A,"35-40,43-48" +PS00001,1EII,A,"5-8,54-57" +PS00005,1EII,A,"29-31,56-58" +PS00006,1EII,A,120-123 +PS00214,1EII,A,6-23 +PS00005,1EIJ,A,77-79 +PS00006,1EIJ,A,30-33 +PS00009,1EIJ,A,68-71 +PS00001,1EIK,A,17-20 +PS00005,1EIK,A,70-72 +PS00006,1EIK,A,64-67 +PS00008,1EIK,A,49-54 +PS00016,1EIK,A,52-54 +PS01110,1EIK,A,7-20 +PS00001,1EIO,A,45-48 +PS00005,1EIO,A,"2-4,9-11,122-124" +PS00008,1EIO,A,43-48 +PS00009,1EIO,A,74-77 +PS00214,1EIO,A,3-20 +PS00005,1EIT,A,22-24 +PS60015,1EIT,A,1-31 +PS00005,1EJ5,A,44-46 +PS00006,1EJ5,A,"40-43,97-100" +PS00008,1EJ5,A,"33-38,56-61,69-74,79-84" +PS00005,1EJE,A,"24-26,68-70,94-96,114-116,154-156,169-171" +PS00006,1EJE,A,"32-35,62-65,74-77,83-86,94-97" +PS00008,1EJE,A,"0-5,38-43,109-114,148-153" +PS00007,1EJP,A,2-9 +PS00009,1EJP,A,11-14 +PS00007,1EJP,B,2-9 +PS00009,1EJP,B,11-14 +PS00007,1EJQ,A,2-9 +PS00009,1EJQ,A,11-14 +PS00007,1EJQ,B,2-9 +PS00009,1EJQ,B,11-14 +PS00005,1EKY,A,"19-21,116-118" +PS00006,1EKY,A,59-62 +PS00008,1EKY,A,"18-23,25-30,57-62,65-70,92-97,103-108,115-120" +PS00001,1EKZ,A,20-23 +PS00004,1EKZ,A,57-60 +PS00005,1EKZ,A,60-62 +PS00006,1EKZ,A,50-53 +PS00008,1EKZ,A,"16-21,46-51" +PS00009,1EKZ,A,55-58 +PS00001,1EL0,A,29-32 +PS00005,1EL0,A,70-72 +PS00006,1EL0,A,13-16 +PS00472,1EL0,A,10-51 +PS00001,1ELF,A,"65-68,214-217" +PS00004,1ELF,A,217-220 +PS00005,1ELF,A,"51-53,166-168,216-218" +PS00008,1ELF,A,"2-7,22-27,117-122,132-137,178-183,212-217" +PS00134,1ELF,A,40-45 +PS00135,1ELF,A,181-192 +PS00001,1ELG,A,"65-68,214-217" +PS00004,1ELG,A,217-220 +PS00005,1ELG,A,"51-53,166-168,216-218" +PS00008,1ELG,A,"2-7,22-27,117-122,132-137,178-183,212-217" +PS00134,1ELG,A,40-45 +PS00135,1ELG,A,181-192 +PS00001,1EMN,A,54-57 +PS00005,1EMN,A,"24-26,56-58" +PS00006,1EMN,A,"0-3,67-70" +PS00008,1EMN,A,"16-21,23-28,49-54,55-60,62-67" +PS00010,1EMN,A,"18-29,57-68" +PS01186,1EMN,A,"27-40,66-80" +PS01187,1EMN,A,"3-27,42-66" +PS00001,1EMO,A,54-57 +PS00005,1EMO,A,"24-26,56-58" +PS00006,1EMO,A,"0-3,67-70" +PS00008,1EMO,A,"16-21,23-28,49-54,55-60,62-67" +PS00010,1EMO,A,"18-29,57-68" +PS01186,1EMO,A,"27-40,66-80" +PS01187,1EMO,A,"3-27,42-66" +PS00004,1EMW,A,41-44 +PS00005,1EMW,A,68-70 +PS00006,1EMW,A,43-46 +PS00007,1EMW,A,"24-31,49-57" +PS00008,1EMW,A,62-67 +PS00006,1EMX,A,"7-10,11-14" +PS00008,1EMX,A,8-13 +PS00006,1EMY,A,"2-5,50-53" +PS00008,1EMY,A,0-5 +PS00008,1EMZ,A,0-5 +PS00005,1ENW,A,47-49 +PS00006,1ENW,A,7-10 +PS00008,1ENW,A,11-16 +PS00005,1EO1,A,116-118 +PS00006,1EO1,A,"7-10,94-97" +PS00008,1EO1,A,"8-13,33-38,53-58,115-120" +PS00009,1EO1,A,118-121 +PS00001,1EO0,A,15-18 +PS00004,1EO0,A,53-56 +PS00005,1EO0,A,"36-38,70-72" +PS00006,1EO0,A,"56-59,70-73" +PS00008,1EO0,A,46-51 +PS00005,1EOQ,A,29-31 +PS00006,1EOQ,A,"9-12,43-46,60-63" +PS00008,1EOQ,A,81-86 +PS00004,1EOT,A,26-29 +PS00005,1EOT,A,"24-26,30-32,60-62,70-72" +PS00007,1EOT,A,55-63 +PS00472,1EOT,A,8-50 +PS00004,2EOT,A,26-29 +PS00005,2EOT,A,"24-26,30-32,60-62,70-72" +PS00007,2EOT,A,55-63 +PS00472,2EOT,A,8-50 +PS00194,1EP7,A,27-45 +PS00194,1EP7,B,27-45 +PS00194,1EP8,A,27-45 +PS00194,1EP8,B,27-45 +PS00006,1EPG,A,7-10 +PS00008,1EPG,A,4-9 +PS00022,1EPG,A,30-41 +PS01186,1EPG,A,30-41 +PS00006,1EPH,A,7-10 +PS00008,1EPH,A,4-9 +PS00022,1EPH,A,30-41 +PS01186,1EPH,A,30-41 +PS00006,1EPI,A,7-10 +PS00008,1EPI,A,4-9 +PS00022,1EPI,A,30-41 +PS01186,1EPI,A,30-41 +PS00006,1EPJ,A,7-10 +PS00008,1EPJ,A,4-9 +PS00022,1EPJ,A,30-41 +PS01186,1EPJ,A,30-41 +PS00001,1EQ0,A,70-73 +PS00005,1EQ0,A,"72-74,107-109" +PS00006,1EQ0,A,12-15 +PS00008,1EQ0,A,7-12 +PS00794,1EQ0,A,87-98 +PS00005,1EQ1,A,"118-120,132-134" +PS00006,1EQ1,A,"21-24,85-88,114-117,127-130" +PS00006,1EQ3,A,68-71 +PS00008,1EQ3,A,"25-30,43-48" +PS00009,1EQ3,A,92-95 +PS00005,1EQ8,A,20-22 +PS00005,1EQ8,B,20-22 +PS00005,1EQ8,C,20-22 +PS00005,1EQ8,D,20-22 +PS00005,1EQ8,E,20-22 +PS00005,1EQK,A,48-50 +PS00006,1EQK,A,39-42 +PS00287,1EQK,A,51-64 +PS00001,1EQM,A,70-73 +PS00005,1EQM,A,"72-74,107-109" +PS00006,1EQM,A,12-15 +PS00008,1EQM,A,7-12 +PS00794,1EQM,A,87-98 +PS00006,1EQX,A,7-10 +PS00001,2EQL,A,48-51 +PS00004,2EQL,A,68-71 +PS00006,2EQL,A,3-6 +PS00007,2EQL,A,115-122 +PS00128,2EQL,A,75-93 +PS00005,1ERA,A,"12-14,44-46" +PS00006,1ERA,A,"17-20,34-37,52-55" +PS00008,1ERA,A,48-53 +PS00272,1ERA,A,39-57 +PS00006,1ERC,A,"12-15,19-22" +PS00006,1ERD,A,32-35 +PS00294,1ERD,A,36-39 +PS00001,1ERG,A,17-20 +PS00005,1ERG,A,50-52 +PS00006,1ERG,A,20-23 +PS00007,1ERG,A,54-61 +PS00983,1ERG,A,1-44 +PS00001,1ERH,A,17-20 +PS00005,1ERH,A,50-52 +PS00006,1ERH,A,20-23 +PS00007,1ERH,A,54-61 +PS00983,1ERH,A,1-44 +PS00006,1ERP,A,19-22 +PS00006,2ERL,A,"12-15,19-22" +PS00005,2ERI,A,17-19 +PS60008,2ERI,A,0-9 +PS00005,1ESK,A,"12-14,38-40" +PS00008,1ESK,A,23-28 +PS00006,1ESX,A,"48-51,54-57" +PS00008,1ESX,A,74-79 +PS00004,2ES0,A,140-143 +PS00006,2ES0,A,"13-16,98-101" +PS00008,2ES0,A,"72-77,94-99" +PS00009,2ES0,A,138-141 +PS00006,2ESY,A,0-3 +PS00286,2ETI,A,1-20 +PS00004,2ETT,A,"43-46,49-52" +PS00005,2ETT,A,"41-43,72-74" +PS00009,2ETT,A,41-44 +PS00001,1EUB,A,"13-16,48-51" +PS00005,1EUB,A,"6-8,15-17,106-108,143-145" +PS00006,1EUB,A,26-29 +PS00008,1EUB,A,125-130 +PS00142,1EUB,A,115-124 +PS00005,4EUG,A,"28-30,77-79,126-128,144-146" +PS00006,4EUG,A,"5-8,142-145,215-218" +PS00008,4EUG,A,"69-74,130-135" +PS00130,4EUG,A,56-65 +PS00001,1EV0,A,47-50 +PS00006,1EV0,A,"1-4,42-45,49-52" +PS00007,1EV0,A,0-7 +PS00001,1EV0,B,47-50 +PS00006,1EV0,B,"1-4,42-45,49-52" +PS00007,1EV0,B,0-7 +PS00005,2EVN,A,"45-47,88-90" +PS00008,2EVN,A,49-54 +PS00009,2EVN,A,11-14 +PS00005,1EWI,A,85-87 +PS00006,1EWI,A,85-88 +PS00008,1EWI,A,"7-12,108-113" +PS00009,1EWI,A,88-91 +PS00005,1EWS,A,3-5 +PS00008,1EWS,A,19-24 +PS00006,1EWW,A,"14-17,39-42" +PS00008,1EWW,A,"1-6,33-38,43-48,53-58,60-65,83-88" +PS00008,2EW4,A,1-6 +PS00001,2EZO,A,"73-76,82-85,98-101" +PS00005,2EZO,A,77-79 +PS00006,2EZO,A,"42-45,84-87" +PS00001,2EZO,B,"73-76,82-85,98-101" +PS00005,2EZO,B,77-79 +PS00006,2EZO,B,"42-45,84-87" +PS00001,2EZO,C,"73-76,82-85,98-101" +PS00005,2EZO,C,77-79 +PS00006,2EZO,C,"42-45,84-87" +PS00001,1EXE,A,1-4 +PS00005,1EXE,A,"77-79,83-85" +PS00007,1EXE,A,85-93 +PS00045,1EXE,A,45-64 +PS00001,1EXE,B,1-4 +PS00005,1EXE,B,"77-79,83-85" +PS00007,1EXE,B,85-93 +PS00045,1EXE,B,45-64 +PS00001,1EXG,A,"23-26,28-31,72-75,86-89" +PS00005,1EXG,A,"25-27,65-67" +PS00008,1EXG,A,"46-51,61-66,73-78,87-92,103-108" +PS00294,1EXG,A,106-109 +PS00561,1EXG,A,71-84 +PS00001,1EXH,A,"23-26,28-31,72-75,86-89" +PS00005,1EXH,A,"25-27,65-67" +PS00008,1EXH,A,"46-51,61-66,73-78,87-92,103-108" +PS00294,1EXH,A,106-109 +PS00561,1EXH,A,71-84 +PS00006,1EXK,A,9-12 +PS00008,1EXK,A,20-25 +PS00001,1EXP,A,95-98 +PS00005,1EXP,A,"2-4,72-74,162-164,275-277" +PS00006,1EXP,A,"2-5,72-75,97-100,181-184,231-234,239-242" +PS00007,1EXP,A,22-28 +PS00008,1EXP,A,208-213 +PS00009,1EXP,A,132-135 +PS00591,1EXP,A,225-235 +PS00005,1EXY,B,"3-5,10-12" +PS00005,2EXN,A,78-80 +PS00006,2EXN,A,15-18 +PS00008,2EXN,A,33-38 +PS00005,1EY1,A,"92-94,118-120" +PS00006,1EY1,A,22-25 +PS00007,1EY1,A,"40-46,93-99" +PS00008,1EY1,A,"53-58,114-119" +PS00001,1EYF,A,"50-53,56-59" +PS00004,1EYF,A,1-4 +PS00005,1EYF,A,40-42 +PS00005,1EYO,A,2-4 +PS00006,1EYO,A,2-5 +PS00008,1EYO,A,15-20 +PS00004,1EZD,A,28-31 +PS00005,1EZD,A,"44-46,55-57,247-249" +PS00006,1EZD,A,"63-66,112-115,163-166" +PS00008,1EZD,A,"9-14,109-114,183-188,205-210" +PS00009,1EZD,A,132-135 +PS00370,1EZD,A,183-194 +PS00001,1EZ3,A,"83-86,111-114" +PS00004,1EZ3,A,32-35 +PS00005,1EZ3,A,100-102 +PS00006,1EZ3,A,"47-50,85-88,113-116" +PS00008,1EZ3,A,81-86 +PS00001,1EZ3,B,"83-86,111-114" +PS00004,1EZ3,B,32-35 +PS00005,1EZ3,B,100-102 +PS00006,1EZ3,B,"47-50,85-88,113-116" +PS00008,1EZ3,B,81-86 +PS00001,1EZ3,C,"83-86,111-114" +PS00004,1EZ3,C,32-35 +PS00005,1EZ3,C,100-102 +PS00006,1EZ3,C,"47-50,85-88,113-116" +PS00008,1EZ3,C,81-86 +PS00004,1EZA,A,28-31 +PS00005,1EZA,A,"44-46,55-57,247-249" +PS00006,1EZA,A,"63-66,112-115,163-166" +PS00008,1EZA,A,"9-14,109-114,183-188,205-210" +PS00009,1EZA,A,132-135 +PS00370,1EZA,A,183-194 +PS00004,1EZB,A,28-31 +PS00005,1EZB,A,"44-46,55-57,247-249" +PS00006,1EZB,A,"63-66,112-115,163-166" +PS00008,1EZB,A,"9-14,109-114,183-188,205-210" +PS00009,1EZB,A,132-135 +PS00370,1EZB,A,183-194 +PS00004,1EZC,A,28-31 +PS00005,1EZC,A,"44-46,55-57,247-249" +PS00006,1EZC,A,"63-66,112-115,163-166" +PS00008,1EZC,A,"9-14,109-114,183-188,205-210" +PS00009,1EZC,A,132-135 +PS00370,1EZC,A,183-194 +PS00006,1EZE,A,"5-8,16-19" +PS00005,1EZO,A,"236-238,248-250,351-353" +PS00006,1EZO,A,"127-130,210-213,232-235,305-308,355-358" +PS00007,1EZO,A,82-89 +PS00008,1EZO,A,"31-36,181-186,259-264" +PS00009,1EZO,A,22-25 +PS01037,1EZO,A,106-123 +PS00005,1EZP,A,"236-238,248-250,351-353" +PS00006,1EZP,A,"127-130,210-213,232-235,305-308,355-358" +PS00007,1EZP,A,82-89 +PS00008,1EZP,A,"31-36,181-186,259-264" +PS00009,1EZP,A,22-25 +PS01037,1EZP,A,106-123 +PS00004,2EZA,A,28-31 +PS00005,2EZA,A,"44-46,55-57,247-249" +PS00006,2EZA,A,"63-66,112-115,163-166" +PS00008,2EZA,A,"9-14,109-114,183-188,205-210" +PS00009,2EZA,A,132-135 +PS00370,2EZA,A,183-194 +PS00005,1EZT,A,"61-63,90-92,117-119" +PS00006,1EZT,A,"5-8,47-50,86-89,100-103,146-149" +PS00008,1EZT,A,143-148 +PS00005,1EZY,A,"61-63,90-92,117-119" +PS00006,1EZY,A,"5-8,47-50,86-89,100-103,146-149" +PS00008,1EZY,A,143-148 +PS00004,2EZB,A,28-31 +PS00005,2EZB,A,"44-46,55-57,247-249" +PS00006,2EZB,A,"63-66,112-115,163-166" +PS00008,2EZB,A,"9-14,109-114,183-188,205-210" +PS00009,2EZB,A,132-135 +PS00370,2EZB,A,183-194 +PS00004,2EZC,A,28-31 +PS00005,2EZC,A,"44-46,55-57,247-249" +PS00006,2EZC,A,"63-66,112-115,163-166" +PS00008,2EZC,A,"9-14,109-114,183-188,205-210" +PS00009,2EZC,A,132-135 +PS00370,2EZC,A,183-194 +PS00005,2EZD,A,"2-4,21-23" +PS00008,2EZD,A,17-22 +PS00354,2EZD,A,2-12 +PS00005,2EZE,A,"2-4,21-23" +PS00008,2EZE,A,17-22 +PS00354,2EZE,A,2-12 +PS00006,2EZH,A,5-8 +PS00006,2EZI,A,5-8 +PS00001,2EZK,A,22-25 +PS00005,2EZK,A,"26-28,50-52,68-70,95-97" +PS00006,2EZK,A,"18-21,68-71" +PS00007,2EZK,A,3-11 +PS00001,2EZL,A,22-25 +PS00005,2EZL,A,"26-28,50-52,68-70,95-97" +PS00006,2EZL,A,"18-21,68-71" +PS00007,2EZL,A,3-11 +PS00001,2EZM,A,29-32 +PS00005,2EZM,A,"45-47,56-58,81-83,96-98" +PS00006,2EZM,A,"19-22,31-34,37-40" +PS00008,2EZM,A,"14-19,26-31" +PS00001,2EZP,A,"73-76,82-85,98-101" +PS00005,2EZP,A,77-79 +PS00006,2EZP,A,"42-45,84-87" +PS00001,2EZP,B,"73-76,82-85,98-101" +PS00005,2EZP,B,77-79 +PS00006,2EZP,B,"42-45,84-87" +PS00001,2EZP,C,"73-76,82-85,98-101" +PS00005,2EZP,C,77-79 +PS00006,2EZP,C,"42-45,84-87" +PS00001,2EZQ,A,"73-76,82-85,98-101" +PS00005,2EZQ,A,77-79 +PS00006,2EZQ,A,"42-45,84-87" +PS00001,2EZQ,B,"73-76,82-85,98-101" +PS00005,2EZQ,B,77-79 +PS00006,2EZQ,B,"42-45,84-87" +PS00001,2EZQ,C,"73-76,82-85,98-101" +PS00005,2EZQ,C,77-79 +PS00006,2EZQ,C,"42-45,84-87" +PS00001,2EZR,A,"73-76,82-85,98-101" +PS00005,2EZR,A,77-79 +PS00006,2EZR,A,"42-45,84-87" +PS00001,2EZR,B,"73-76,82-85,98-101" +PS00005,2EZR,B,77-79 +PS00006,2EZR,B,"42-45,84-87" +PS00001,2EZR,C,"73-76,82-85,98-101" +PS00005,2EZR,C,77-79 +PS00006,2EZR,C,"42-45,84-87" +PS00001,2EZS,A,"73-76,82-85,98-101" +PS00005,2EZS,A,77-79 +PS00006,2EZS,A,"42-45,84-87" +PS00001,2EZS,B,"73-76,82-85,98-101" +PS00005,2EZS,B,77-79 +PS00006,2EZS,B,"42-45,84-87" +PS00001,2EZS,C,"73-76,82-85,98-101" +PS00005,2EZS,C,77-79 +PS00006,2EZS,C,"42-45,84-87" +PS00005,2EZX,A,3-5 +PS00007,2EZX,A,36-42 +PS00008,2EZX,A,20-25 +PS00009,2EZX,A,29-32 +PS00005,2EZX,B,3-5 +PS00007,2EZX,B,36-42 +PS00008,2EZX,B,20-25 +PS00009,2EZX,B,29-32 +PS00005,2EZY,A,3-5 +PS00007,2EZY,A,36-42 +PS00008,2EZY,A,20-25 +PS00009,2EZY,A,29-32 +PS00005,2EZY,B,3-5 +PS00007,2EZY,B,36-42 +PS00008,2EZY,B,20-25 +PS00009,2EZY,B,29-32 +PS00005,2EZZ,A,3-5 +PS00007,2EZZ,A,36-42 +PS00008,2EZZ,A,20-25 +PS00009,2EZZ,A,29-32 +PS00005,2EZZ,B,3-5 +PS00007,2EZZ,B,36-42 +PS00008,2EZZ,B,20-25 +PS00009,2EZZ,B,29-32 +PS00004,3EZA,A,28-31 +PS00005,3EZA,A,"44-46,55-57" +PS00006,3EZA,A,"63-66,112-115,163-166" +PS00008,3EZA,A,"9-14,109-114,183-188,205-210" +PS00009,3EZA,A,132-135 +PS00370,3EZA,A,183-194 +PS00005,3EZA,B,42-44 +PS00008,3EZA,B,53-58 +PS00369,3EZA,B,12-19 +PS00589,3EZA,B,38-53 +PS00004,3EZB,A,28-31 +PS00005,3EZB,A,"44-46,55-57,247-249" +PS00006,3EZB,A,"63-66,112-115,163-166" +PS00008,3EZB,A,"9-14,109-114,183-188,205-210" +PS00009,3EZB,A,132-135 +PS00370,3EZB,A,183-194 +PS00005,3EZB,B,42-44 +PS00008,3EZB,B,53-58 +PS00369,3EZB,B,12-19 +PS00589,3EZB,B,38-53 +PS00004,3EZE,A,28-31 +PS00005,3EZE,A,"44-46,55-57,247-249" +PS00006,3EZE,A,"63-66,112-115,163-166" +PS00008,3EZE,A,"9-14,109-114,183-188,205-210" +PS00009,3EZE,A,132-135 +PS00370,3EZE,A,183-194 +PS00005,3EZE,B,42-44 +PS00008,3EZE,B,53-58 +PS00369,3EZE,B,12-19 +PS00589,3EZE,B,38-53 +PS00001,3EZM,A,29-32 +PS00005,3EZM,A,"45-47,56-58,81-83,96-98" +PS00006,3EZM,A,"19-22,31-34,37-40" +PS00008,3EZM,A,"14-19,26-31" +PS00005,1F0D,A,15-17 +PS00001,1F03,A,13-16 +PS00006,1F03,A,5-8 +PS00008,1F03,A,48-53 +PS00191,1F03,A,32-39 +PS00001,1F04,A,13-16 +PS00006,1F04,A,5-8 +PS00008,1F04,A,48-53 +PS00191,1F04,A,32-39 +PS00005,1F0E,A,13-15 +PS00005,1F0F,A,12-14 +PS00005,1F0G,A,15-17 +PS00005,1F0H,A,15-17 +PS00006,1F0Z,A,16-19 +PS00008,1F0Z,A,30-35 +PS00005,2F09,A,35-37 +PS00006,2F09,A,76-79 +PS00007,2F09,A,"66-72,77-84" +PS00008,2F09,A,59-64 +PS00004,1F16,A,56-59 +PS00005,1F16,A,"54-56,86-88" +PS00006,1F16,A,"13-16,71-74,86-89" +PS00008,1F16,A,"9-14,155-160,178-183" +PS01080,1F16,A,98-117 +PS01258,1F16,A,150-161 +PS01259,1F16,A,58-72 +PS00001,1F22,A,11-14 +PS00008,1F22,A,24-29 +PS00294,1F22,A,64-67 +PS00006,1F2G,A,37-40 +PS00198,1F2G,A,7-18 +PS00006,1F2H,A,20-23 +PS00008,1F2H,A,92-97 +PS00006,1F2R,C,"27-30,75-78" +PS00008,1F2R,C,"45-50,54-59" +PS00001,1F2R,I,"25-28,96-99" +PS00006,1F2R,I,"7-10,36-39,67-70,94-97" +PS00008,1F2R,I,32-37 +PS00029,1F2R,I,41-62 +PS00005,1F35,A,29-31 +PS00006,1F35,A,142-145 +PS00007,1F35,A,45-51 +PS00008,1F35,A,"80-85,146-151" +PS00005,1F35,B,29-31 +PS00006,1F35,B,142-145 +PS00007,1F35,B,45-51 +PS00008,1F35,B,"80-85,146-151" +PS00007,1F3C,A,42-49 +PS00008,1F3C,A,62-67 +PS01239,1F3C,A,54-68 +PS00007,1F3C,B,42-49 +PS00008,1F3C,B,62-67 +PS01239,1F3C,B,54-68 +PS00008,1F3K,A,17-22 +PS60004,1F3K,A,0-23 +PS00005,1F3R,B,"40-42,72-74,159-161" +PS00006,1F3R,B,"151-154,204-207,238-241,251-254" +PS00008,1F3R,B,"90-95,115-120,123-128,129-134,201-206" +PS00029,1F3R,B,170-191 +PS00005,1F3Y,A,125-127 +PS00006,1F3Y,A,"7-10,31-34,67-70,112-115" +PS00008,1F3Y,A,"45-50,65-70" +PS00893,1F3Y,A,44-65 +PS00005,1F40,A,37-39 +PS00006,1F40,A,"7-10,37-40" +PS00009,1F40,A,31-34 +PS00004,1F43,A,25-28 +PS00005,1F43,A,4-6 +PS00027,1F43,A,37-60 +PS00004,1FDM,A,42-45 +PS00005,1FDM,A,45-47 +PS00006,1FDM,A,16-19 +PS00008,1FDM,A,33-38 +PS00001,1F4K,A,52-55 +PS00004,1F4K,A,4-7 +PS00005,1F4K,A,109-111 +PS00006,1F4K,A,"24-27,59-62" +PS00007,1F4K,A,80-87 +PS00001,1F4K,B,52-55 +PS00004,1F4K,B,4-7 +PS00005,1F4K,B,109-111 +PS00006,1F4K,B,"24-27,59-62" +PS00007,1F4K,B,80-87 +PS00001,1F4S,P,10-13 +PS00005,1F4S,P,"5-7,57-59" +PS00006,1F4S,P,1-4 +PS00009,1F4S,P,18-21 +PS00005,1F4V,A,"14-16,69-71" +PS00006,1F4V,A,113-116 +PS00008,1F4V,A,74-79 +PS00005,1F4V,B,"14-16,69-71" +PS00006,1F4V,B,113-116 +PS00008,1F4V,B,74-79 +PS00005,1F4V,C,"14-16,69-71" +PS00006,1F4V,C,113-116 +PS00008,1F4V,C,74-79 +PS00006,1F4V,D,6-9 +PS00006,1F4V,E,6-9 +PS00006,1F4V,F,6-9 +PS00005,2F40,A,30-32 +PS00006,2F40,A,"18-21,30-33,76-79" +PS00342,2F40,A,93-95 +PS00005,1F53,A,59-61 +PS00007,1F53,A,64-70 +PS00008,1F53,A,19-24 +PS00001,1F54,A,"2-5,23-26" +PS00006,1F54,A,"27-30,41-44" +PS00008,1F54,A,"24-29,39-44" +PS00018,1F54,A,"19-31,55-67" +PS00001,1F55,A,"2-5,23-26" +PS00006,1F55,A,"27-30,41-44" +PS00008,1F55,A,"24-29,39-44" +PS00018,1F55,A,"19-31,55-67" +PS00001,1F5E,P,10-13 +PS00005,1F5E,P,"5-7,57-59" +PS00006,1F5E,P,1-4 +PS00009,1F5E,P,18-21 +PS00001,1F5J,A,"4-7,22-25,188-191" +PS00004,1F5J,A,146-149 +PS00005,1F5J,A,"47-49,60-62,122-124,141-143,144-146" +PS00006,1F5J,A,153-156 +PS00008,1F5J,A,"7-12,165-170" +PS00009,1F5J,A,47-50 +PS00776,1F5J,A,86-96 +PS00777,1F5J,A,176-187 +PS00001,1F5J,B,"4-7,22-25,188-191" +PS00004,1F5J,B,146-149 +PS00005,1F5J,B,"47-49,60-62,122-124,141-143,144-146" +PS00006,1F5J,B,153-156 +PS00008,1F5J,B,"7-12,165-170" +PS00009,1F5J,B,47-50 +PS00776,1F5J,B,86-96 +PS00777,1F5J,B,176-187 +PS00005,1F5X,A,"131-133,144-146,153-155,183-185" +PS00006,1F5X,A,"22-25,117-120,131-134,153-156,183-186" +PS00741,1F5X,A,154-179 +PS00001,1F5Y,A,77-80 +PS00005,1F5Y,A,"21-23,47-49" +PS00008,1F5Y,A,"0-5,28-33,35-40,56-61,71-76" +PS01209,1F5Y,A,"19-43,62-84" +PS01359,1F62,A,2-46 +PS00005,1F68,A,"6-8,49-51,59-61" +PS00006,1F68,A,"47-50,89-92" +PS00007,1F68,A,28-35 +PS00633,1F68,A,20-77 +PS00005,1F6G,A,"128-130,139-141" +PS00007,1F6G,A,130-136 +PS00008,1F6G,A,"42-47,52-57,103-108" +PS00005,1F6G,B,"128-130,139-141" +PS00007,1F6G,B,130-136 +PS00008,1F6G,B,"42-47,52-57,103-108" +PS00005,1F6G,C,"128-130,139-141" +PS00007,1F6G,C,130-136 +PS00008,1F6G,C,"42-47,52-57,103-108" +PS00005,1F6G,D,"128-130,139-141" +PS00007,1F6G,D,130-136 +PS00008,1F6G,D,"42-47,52-57,103-108" +PS00005,1F6U,A,"11-13,49-51" +PS00008,1F6U,A,"3-8,34-39" +PS00001,1F6V,A,"10-13,49-52" +PS00005,1F6V,A,"12-14,51-53" +PS00008,1F6V,A,0-5 +PS00001,1F70,A,59-62 +PS00005,1F70,A,27-29 +PS00006,1F70,A,"16-19,27-30,43-46" +PS00008,1F70,A,"24-29,39-44" +PS00018,1F70,A,"19-31,55-67" +PS00005,1F71,A,64-66 +PS00006,1F71,A,"19-22,35-38" +PS00018,1F71,A,"11-23,47-59" +PS00005,1F7E,A,"15-17,38-40" +PS00006,1F7E,A,"0-3,15-18,38-41" +PS00010,1F7E,A,16-27 +PS00022,1F7E,A,25-36 +PS01187,1F7E,A,1-25 +PS00005,1F7M,A,"15-17,38-40" +PS00006,1F7M,A,"0-3,15-18,38-41" +PS00010,1F7M,A,16-27 +PS00022,1F7M,A,25-36 +PS01187,1F7M,A,1-25 +PS00006,1F7W,A,89-92 +PS00008,1F7W,A,"19-24,52-57" +PS00006,1F7X,A,89-92 +PS00008,1F7X,A,"19-24,52-57" +PS00001,1F81,A,27-30 +PS00004,1F81,A,"6-9,47-50" +PS00005,1F81,A,5-7 +PS00006,1F81,A,1-4 +PS00008,1F81,A,53-58 +PS00005,1F8H,A,92-94 +PS00006,1F8H,A,51-54 +PS00007,1F8H,A,4-11 +PS00018,1F8H,A,52-64 +PS00008,1F8H,B,2-7 +PS00006,1F8P,A,2-5 +PS00265,1F8P,A,19-35 +PS00005,1F8Z,A,1-3 +PS00007,1F8Z,A,19-25 +PS00008,1F8Z,A,17-22 +PS01209,1F8Z,A,14-36 +PS00007,1F95,A,42-49 +PS00008,1F95,A,62-67 +PS01239,1F95,A,54-68 +PS00007,1F95,B,42-49 +PS00008,1F95,B,62-67 +PS01239,1F95,B,54-68 +PS00007,1F96,A,42-49 +PS00008,1F96,A,62-67 +PS01239,1F96,A,54-68 +PS00007,1F96,B,42-49 +PS00008,1F96,B,62-67 +PS01239,1F96,B,54-68 +PS00005,1F96,C,15-17 +PS00005,1F96,D,15-17 +PS00001,1F9X,A,15-18 +PS00005,1F9X,A,9-11 +PS00006,1F9X,A,"24-27,110-113" +PS00008,1F9X,A,"0-5,67-72" +PS01282,1F9X,A,28-93 +PS00005,1FA3,A,66-68 +PS00006,1FA3,A,44-47 +PS00007,1FA3,A,55-62 +PS00009,1FA3,A,81-84 +PS00005,1FA4,A,"3-5,8-10,21-23,59-61" +PS00008,1FA4,A,"7-12,68-73" +PS00196,1FA4,A,81-96 +PS00001,1FAD,A,70-73 +PS00005,1FAD,A,"53-55,59-61,82-84" +PS00006,1FAD,A,51-54 +PS00008,1FAD,A,"0-5,75-80" +PS00005,1FAF,A,60-62 +PS00006,1FAF,A,5-8 +PS00008,1FAF,A,"45-50,59-64" +PS00005,1FAQ,A,41-43 +PS00479,1FAQ,A,3-48 +PS00005,1FAR,A,41-43 +PS00479,1FAR,A,3-48 +PS00001,1FAZ,A,"28-31,79-82,107-110" +PS00006,1FAZ,A,81-84 +PS00007,1FAZ,A,80-88 +PS00008,1FAZ,A,74-79 +PS00001,1FB9,A,2-5 +PS00005,1FBR,A,"37-39,43-45,56-58,64-66" +PS00006,1FBR,A,64-67 +PS00008,1FBR,A,79-84 +PS01253,1FBR,A,"3-42,48-87" +PS00005,1FCL,A,"1-3,10-12" +PS00006,1FCL,A,"15-18,43-46,52-55" +PS00008,1FCT,A,"13-18,20-25" +PS00005,1FD6,A,"2-4,11-13" +PS00006,1FD6,A,"16-19,44-47,53-56" +PS00005,1FD8,A,"62-64,68-70" +PS00006,1FD8,A,"26-29,33-36,62-65" +PS00008,1FD8,A,16-21 +PS01047,1FD8,A,9-39 +PS00005,1FEO,A,"18-20,21-23" +PS00008,1FEO,A,"4-9,17-22" +PS60004,1FEO,A,0-24 +PS00005,1FES,A,"62-64,68-70" +PS00006,1FES,A,"26-29,33-36,62-65" +PS00008,1FES,A,16-21 +PS01047,1FES,A,9-39 +PS00005,1FEX,A,47-49 +PS00006,1FEX,A,"5-8,47-50" +PS00005,1FF1,A,92-94 +PS00006,1FF1,A,51-54 +PS00007,1FF1,A,4-11 +PS00018,1FF1,A,52-64 +PS00008,1FF1,B,2-7 +PS00005,1FF7,A,"15-17,38-40" +PS00006,1FF7,A,"0-3,15-18,38-41" +PS00010,1FF7,A,16-27 +PS00022,1FF7,A,25-36 +PS01187,1FF7,A,1-25 +PS00005,1FFJ,A,55-57 +PS00272,1FFJ,A,36-56 +PS00005,1FFM,A,"15-17,38-40" +PS00006,1FFM,A,"0-3,15-18,38-41" +PS00010,1FFM,A,16-27 +PS00022,1FFM,A,25-36 +PS01187,1FFM,A,1-25 +PS00006,1FGD,A,13-16 +PS00006,1FGE,A,15-18 +PS00001,1FGP,A,37-40 +PS00006,1FGP,A,45-48 +PS00008,1FGP,A,"33-38,40-45" +PS00006,1FH1,A,33-36 +PS00012,1FH1,A,39-54 +PS00006,1FH3,A,20-23 +PS00008,1FH3,A,"18-23,30-35" +PS00001,1FHB,A,67-70 +PS00004,1FHB,A,103-106 +PS00005,1FHB,A,6-8 +PS00006,1FHB,A,51-54 +PS00007,1FHB,A,93-101 +PS00008,1FHB,A,"45-50,81-86" +PS00005,1FHO,A,"3-5,55-57,84-86" +PS00006,1FHO,A,"39-42,67-70" +PS00007,1FHO,A,90-97 +PS00001,1FHQ,A,"82-85,124-127" +PS00005,1FHQ,A,6-8 +PS00006,1FHQ,A,"62-65,147-150" +PS00008,1FHQ,A,80-85 +PS00001,1FHR,A,"82-85,124-127" +PS00005,1FHR,A,6-8 +PS00006,1FHR,A,"62-65,147-150" +PS00008,1FHR,A,80-85 +PS00005,1FHS,A,46-48 +PS00006,1FHS,A,75-78 +PS00001,1FHT,A,7-10 +PS00005,1FHT,A,46-48 +PS00006,1FHT,A,"87-90,98-101" +PS00001,1FI3,A,49-52 +PS00005,1FI3,A,79-81 +PS00006,1FI3,A,66-69 +PS00008,1FI3,A,35-40 +PS00006,1FI5,A,"12-15,46-49" +PS00018,1FI5,A,"24-36,60-72" +PS00006,1FI6,A,"51-54,60-63" +PS00007,1FI6,A,1-9 +PS00018,1FI6,A,52-64 +PS00004,1FI7,A,"85-88,98-101" +PS00005,1FI7,A,"57-59,88-90" +PS00006,1FI7,A,"46-49,57-60,62-65,88-91" +PS00008,1FI7,A,40-45 +PS00009,1FI7,A,"4-7,35-38" +PS00004,1FI9,A,"85-88,98-101" +PS00005,1FI9,A,"57-59,88-90" +PS00006,1FI9,A,"46-49,57-60,62-65,88-91" +PS00008,1FI9,A,40-45 +PS00009,1FI9,A,"4-7,35-38" +PS00005,1S83,A,146-148 +PS00008,1S83,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S83,A,35-40 +PS00135,1S83,A,170-181 +PS00004,1FJK,A,12-15 +PS00006,1FJK,A,15-18 +PS00005,1FJ1,A,"21-23,66-68,152-154,196-198" +PS00006,1FJ1,A,"66-69,75-78,101-104,161-164,181-184" +PS00007,1FJ1,A,23-31 +PS00008,1FJ1,A,"15-20,63-68,157-162" +PS00290,1FJ1,A,191-197 +PS00005,1FJ1,B,"16-18,20-22,112-114" +PS00006,1FJ1,B,"6-9,27-30,58-61,203-206" +PS00007,1FJ1,B,86-93 +PS00008,1FJ1,B,"103-108,126-131,132-137,156-161" +PS00005,1FJ1,C,"21-23,66-68,152-154,196-198" +PS00006,1FJ1,C,"66-69,75-78,101-104,161-164,181-184" +PS00007,1FJ1,C,23-31 +PS00008,1FJ1,C,"15-20,63-68,157-162" +PS00290,1FJ1,C,191-197 +PS00005,1FJ1,D,"16-18,20-22,112-114" +PS00006,1FJ1,D,"6-9,27-30,58-61,203-206" +PS00007,1FJ1,D,86-93 +PS00008,1FJ1,D,"103-108,126-131,132-137,156-161" +PS00001,1FJ1,E,"3-6,54-57,173-176,185-188,234-237" +PS00004,1FJ1,E,95-98 +PS00005,1FJ1,E,"50-52,94-96,98-100,116-118,138-140,193-195,212-214" +PS00006,1FJ1,E,"5-8,72-75,80-83,98-101,103-106,121-124,126-129,236-239,241-244,246-249" +PS00007,1FJ1,E,29-35 +PS00008,1FJ1,E,"57-62,137-142,152-157" +PS00001,1FJ1,F,"3-6,54-57,173-176,185-188,234-237" +PS00004,1FJ1,F,95-98 +PS00005,1FJ1,F,"50-52,94-96,98-100,116-118,138-140,193-195,212-214" +PS00006,1FJ1,F,"5-8,72-75,80-83,98-101,103-106,121-124,126-129,236-239,241-244,246-249" +PS00007,1FJ1,F,29-35 +PS00008,1FJ1,F,"57-62,137-142,152-157" +PS00001,1FJ7,A,27-30 +PS00005,1FJ7,A,55-57 +PS00006,1FJ7,A,"29-32,66-69" +PS00008,1FJ7,A,10-15 +PS00001,1FJC,A,"22-25,26-29" +PS00005,1FJC,A,8-10 +PS00006,1FJC,A,"28-31,61-64" +PS00006,1FJD,A,76-79 +PS00008,1FJD,A,"5-10,33-38,51-56" +PS00009,1FJD,A,100-103 +PS00001,1FJE,B,"23-26,105-108,109-112" +PS00005,1FJE,B,"51-53,92-94" +PS00006,1FJE,B,"25-28,62-65,111-114,144-147" +PS00008,1FJE,B,6-11 +PS00004,1FJP,A,12-15 +PS00006,1FJP,A,15-18 +PS00008,1FJN,A,"2-7,21-26" +PS00004,1FKA,D,48-51 +PS00005,1FKA,D,"27-29,70-72,82-84,112-114,136-138" +PS00006,1FKA,D,98-101 +PS00007,1FKA,D,"29-37,130-137" +PS00008,1FKA,D,"43-48,86-91,94-99" +PS00009,1FKA,D,"128-131,165-168" +PS00632,1FKA,D,96-120 +PS00001,1FKA,E,72-75 +PS00005,1FKA,E,15-17 +PS00006,1FKA,E,"3-6,143-146" +PS00008,1FKA,E,"41-46,98-103" +PS00009,1FKA,E,21-24 +PS00585,1FKA,E,22-54 +PS01048,1FKA,F,43-52 +PS00005,1FKA,G,"76-78,91-93" +PS00006,1FKA,G,53-56 +PS00009,1FKA,G,32-35 +PS00052,1FKA,G,19-45 +PS00001,1FKA,H,14-17 +PS00004,1FKA,H,83-86 +PS00005,1FKA,H,"113-115,119-121" +PS00006,1FKA,H,119-122 +PS00007,1FKA,H,49-57 +PS00008,1FKA,H,105-110 +PS00009,1FKA,H,88-91 +PS00053,1FKA,H,107-124 +PS00005,1FKA,O,"32-34,51-53" +PS00006,1FKA,O,3-6 +PS00362,1FKA,O,38-68 +PS00004,1FKA,R,"13-16,52-55" +PS00005,1FKA,R,"1-3,16-18,46-48,58-60,68-70,81-83" +PS00006,1FKA,R,"24-27,58-61" +PS00057,1FKA,R,31-54 +PS00063,1FKA,R,65-80 +PS00004,1FKA,S,35-38 +PS00005,1FKA,S,"3-5,34-36,78-80,89-91" +PS00323,1FKA,S,52-76 +PS00001,1FKC,A,"91-94,107-110" +PS00005,1FKC,A,"93-95,102-104" +PS00006,1FKC,A,"53-56,103-106,109-112,126-129" +PS00008,1FKC,A,"0-5,24-29,33-38,41-46" +PS00291,1FKC,A,23-38 +PS00005,1FKR,A,37-39 +PS00006,1FKR,A,"7-10,37-40" +PS00009,1FKR,A,31-34 +PS00005,1FKS,A,37-39 +PS00006,1FKS,A,"7-10,37-40" +PS00009,1FKS,A,31-34 +PS00005,1FKT,A,37-39 +PS00006,1FKT,A,"7-10,37-40" +PS00009,1FKT,A,31-34 +PS00004,1FL1,A,142-145 +PS00005,1FL1,A,"166-168,177-179,214-216" +PS00006,1FL1,A,"164-167,190-193" +PS00008,1FL1,A,"3-8,63-68,111-116" +PS00009,1FL1,A,139-142 +PS00004,1FL1,B,142-145 +PS00005,1FL1,B,"166-168,177-179,214-216" +PS00006,1FL1,B,"164-167,190-193" +PS00008,1FL1,B,"3-8,63-68,111-116" +PS00009,1FL1,B,139-142 +PS00005,1FLM,A,69-71 +PS00006,1FLM,A,"4-7,19-22" +PS00008,1FLM,A,49-54 +PS00005,1FLM,B,69-71 +PS00006,1FLM,B,"4-7,19-22" +PS00008,1FLM,B,49-54 +PS00001,1FLE,E,"65-68,214-217" +PS00004,1FLE,E,217-220 +PS00005,1FLE,E,"51-53,166-168,216-218" +PS00008,1FLE,E,"2-7,22-27,117-122,132-137,178-183,212-217" +PS00134,1FLE,E,40-45 +PS00135,1FLE,E,181-192 +PS00005,1FLE,I,9-11 +PS00008,1FLE,I,39-44 +PS00001,1FLI,A,20-23 +PS00006,1FLI,A,"29-32,36-39" +PS00008,1FLI,A,88-93 +PS00009,1FLI,A,76-79 +PS00345,1FLI,A,7-15 +PS00346,1FLI,A,51-66 +PS00001,1FLS,A,"13-16,48-51" +PS00005,1FLS,A,"6-8,15-17,106-108,143-145" +PS00006,1FLS,A,26-29 +PS00008,1FLS,A,125-130 +PS00142,1FLS,A,115-124 +PS00001,1FM1,A,"13-16,48-51" +PS00005,1FM1,A,"6-8,15-17,106-108,143-145" +PS00006,1FM1,A,26-29 +PS00008,1FM1,A,125-130 +PS00142,1FM1,A,115-124 +PS00005,1FME,A,"3-5,10-12" +PS00006,1FMF,A,"40-43,52-55,120-123,125-128" +PS00008,1FMF,A,"8-13,37-42" +PS00005,1FMM,S,87-89 +PS00006,1FMM,S,"41-44,69-72" +PS00007,1FMM,S,"48-55,79-85" +PS00008,1FMM,S,"53-58,62-67,101-106" +PS00017,1FMM,S,101-108 +PS00247,1FMM,S,62-85 +PS00005,1FMY,A,12-14 +PS00008,1FMY,A,11-16 +PS00006,2FMR,A,"35-38,61-64" +PS00008,2FMR,A,15-20 +PS00001,1FNX,H,"14-17,51-54" +PS00005,1FNX,H,"32-34,74-76,86-88,102-104,118-120,164-166" +PS00006,1FNX,H,"16-19,26-29,86-89,102-105" +PS00008,1FNX,H,"42-47,96-101,128-133" +PS00001,2FN2,A,24-27 +PS00008,2FN2,A,"6-11,41-46" +PS00009,2FN2,A,31-34 +PS00023,2FN2,A,14-55 +PS00294,2FN2,A,55-58 +PS00001,2FNB,A,29-32 +PS00006,2FNB,A,"12-15,64-67" +PS00008,2FNB,A,65-70 +PS00195,1FO5,A,7-23 +PS00001,1FO7,A,"91-94,107-110" +PS00005,1FO7,A,"93-95,102-104" +PS00006,1FO7,A,"53-56,103-106,109-112,126-129" +PS00008,1FO7,A,"0-5,24-29,33-38,41-46" +PS00291,1FO7,A,23-38 +PS00006,1FP0,A,19-22 +PS00294,1FP0,A,84-87 +PS01359,1FP0,A,27-68 +PS00005,1FOV,A,"21-23,46-48" +PS00006,1FOV,A,26-29 +PS00195,1FOV,A,4-20 +PS00005,1FOW,A,"33-35,65-67" +PS00008,1FOW,A,"18-23,64-69" +PS00359,1FOW,A,60-75 +PS00005,1FOX,A,"33-35,65-67" +PS00008,1FOX,A,"18-23,64-69" +PS00359,1FOX,A,60-75 +PS00005,1FOY,A,"33-35,65-67" +PS00008,1FOY,A,"18-23,64-69" +PS00359,1FOY,A,60-75 +PS00005,2FOW,A,"33-35,65-67" +PS00008,2FOW,A,"18-23,64-69" +PS00359,2FOW,A,60-75 +PS00001,1FPO,A,137-140 +PS00005,1FPO,A,"20-22,59-61,84-86,146-148" +PS00006,1FPO,A,"39-42,84-87,158-161" +PS00001,1FPO,B,137-140 +PS00005,1FPO,B,"20-22,59-61,84-86,146-148" +PS00006,1FPO,B,"39-42,84-87,158-161" +PS00001,1FPO,C,137-140 +PS00005,1FPO,C,"20-22,59-61,84-86,146-148" +PS00006,1FPO,C,"39-42,84-87,158-161" +PS00005,1FPW,A,"4-6,91-93" +PS00006,1FPW,A,"8-11,19-22,59-62,69-72,95-98,116-119,136-139,164-167,172-175" +PS00008,1FPW,A,"1-6,132-137" +PS00018,1FPW,A,"108-120,156-168" +PS00008,1FQQ,A,30-35 +PS00005,1FQW,A,"14-16,69-71" +PS00006,1FQW,A,113-116 +PS00008,1FQW,A,74-79 +PS00005,1FQW,B,"14-16,69-71" +PS00006,1FQW,B,113-116 +PS00008,1FQW,B,74-79 +PS00001,1FR0,A,49-52 +PS00005,1FR0,A,122-124 +PS00006,1FR0,A,"0-3,5-8,44-47,51-54" +PS00008,1FR0,A,67-72 +PS00005,1FRA,A,"12-14,44-46" +PS00006,1FRA,A,"17-20,34-37,52-55" +PS00008,1FRA,A,48-53 +PS00272,1FRA,A,39-57 +PS00005,1FRE,A,30-32 +PS00006,1FRE,A,6-9 +PS00008,1FRE,A,20-25 +PS00001,1FRH,A,79-82 +PS00005,1FRH,A,81-83 +PS00006,1FRH,A,55-58 +PS00198,1FRH,A,38-49 +PS00001,1FRI,A,79-82 +PS00005,1FRI,A,81-83 +PS00006,1FRI,A,55-58 +PS00198,1FRI,A,38-49 +PS00001,1FRJ,A,79-82 +PS00005,1FRJ,A,81-83 +PS00006,1FRJ,A,55-58 +PS00198,1FRJ,A,38-49 +PS00001,1FRK,A,79-82 +PS00005,1FRK,A,81-83 +PS00006,1FRK,A,55-58 +PS00198,1FRK,A,38-49 +PS00001,1FRL,A,79-82 +PS00005,1FRL,A,81-83 +PS00006,1FRL,A,"37-40,55-58" +PS00198,1FRL,A,38-49 +PS00001,1FRM,A,79-82 +PS00005,1FRM,A,81-83 +PS00006,1FRM,A,55-58 +PS00198,1FRM,A,38-49 +PS00009,1FRY,A,5-8 +PS00004,2FRC,A,"85-88,98-101" +PS00005,2FRC,A,"57-59,88-90" +PS00006,2FRC,A,"46-49,57-60,62-65,88-91" +PS00008,2FRC,A,40-45 +PS00009,2FRC,A,"4-7,35-38" +PS00001,1FSB,A,20-23 +PS00006,1FSB,A,2-5 +PS00008,1FSB,A,19-24 +PS00022,1FSB,A,23-34 +PS01186,1FSB,A,23-34 +PS00005,1FSD,A,"3-5,10-12" +PS00005,1FSH,A,15-17 +PS00006,1FSH,A,"32-35,61-64,93-96" +PS00007,1FSH,A,67-75 +PS00005,1FSV,A,"3-5,10-12" +PS00006,1FTT,A,27-30 +PS00027,1FTT,A,34-57 +PS00005,1FTZ,A,"2-4,28-30,42-44,57-59" +PS00006,1FTZ,A,"40-43,57-60,65-68" +PS00027,1FTZ,A,35-58 +PS60005,1FU3,A,1-25 +PS00001,1FU5,A,"4-7,57-60,89-92" +PS00005,1FU5,A,"40-42,50-52,59-61" +PS00006,1FU5,A,"6-9,18-21,79-82" +PS00008,1FU5,A,"0-5,55-60" +PS00342,1FU5,A,108-110 +PS00001,1FU6,A,"4-7,57-60,89-92" +PS00005,1FU6,A,"40-42,50-52,59-61" +PS00006,1FU6,A,"6-9,18-21,79-82" +PS00008,1FU6,A,"0-5,55-60" +PS00342,1FU6,A,108-110 +PS00006,1FU9,A,"1-4,11-14" +PS00016,1FUL,A,4-6 +PS00016,1FUV,A,4-6 +PS00005,1FUW,A,64-66 +PS00006,1FUW,A,44-47 +PS00007,1FUW,A,53-60 +PS00009,1FUW,A,79-82 +PS00001,1FV9,A,143-146 +PS00005,1FV9,A,"162-164,177-179" +PS00006,1FV9,A,"6-9,69-72,132-135,162-165" +PS00007,1FV9,A,52-59 +PS00008,1FV9,A,"2-7,23-28,173-178" +PS00134,1FV9,A,41-46 +PS00135,1FV9,A,191-202 +PS00005,1FV5,A,32-34 +PS00006,1FV5,A,21-24 +PS00008,1FV5,A,14-19 +PS00004,1FVL,A,39-42 +PS00005,1FVL,A,17-19 +PS00008,1FVL,A,23-28 +PS00016,1FVL,A,48-50 +PS00427,1FVL,A,26-45 +PS00006,1FVN,A,2-5 +PS00005,1FVQ,A,53-55 +PS00006,1FVQ,A,"30-33,53-56" +PS00008,1FVQ,A,"9-14,28-33" +PS01047,1FVQ,A,7-36 +PS00005,1FVS,A,53-55 +PS00006,1FVS,A,"30-33,53-56" +PS00008,1FVS,A,"9-14,28-33" +PS01047,1FVS,A,7-36 +PS00006,1FVY,A,0-3 +PS00335,1FVY,A,1-11 +PS00005,1FW4,A,68-70 +PS00006,1FW4,A,"1-4,23-26,39-42" +PS00018,1FW4,A,"15-27,51-63" +PS00005,1FW5,A,7-9 +PS00001,1FW7,A,76-79 +PS00005,1FW7,A,"56-58,66-68,69-71,84-86" +PS00006,1FW7,A,"25-28,56-59,69-72" +PS00007,1FW7,A,"71-77,82-89" +PS00017,1FW7,A,42-49 +PS00001,1FWO,A,"6-9,23-26" +PS00006,1FWO,A,31-34 +PS00008,1FWO,A,12-17 +PS00005,1FWP,A,"34-36,105-107,123-125,131-133" +PS00006,1FWP,A,60-63 +PS00430,1FWP,A,0-107 +PS00005,1FWQ,A,"38-40,46-48" +PS00006,1FWQ,A,57-60 +PS00001,1FXT,A,"77-80,136-139" +PS00005,1FXT,A,99-101 +PS00006,1FXT,A,"26-29,43-46" +PS00007,1FXT,A,66-74 +PS00183,1FXT,A,74-90 +PS00005,1FXT,B,8-10 +PS00006,1FXT,B,54-57 +PS00299,1FXT,B,26-51 +PS00008,1FYB,A,"9-14,20-25,67-72,78-83" +PS00294,1FYB,A,107-110 +PS00001,1FYC,A,2-5 +PS00005,1FYC,A,47-49 +PS00006,1FYC,A,37-40 +PS00008,1FYC,A,"0-5,77-82" +PS00178,1FYC,A,14-25 +PS00189,1FYC,A,33-62 +PS00005,1FYG,A,"18-20,21-23" +PS00008,1FYG,A,17-22 +PS60004,1FYG,A,0-24 +PS00005,1FYJ,A,37-39 +PS00006,1FYJ,A,46-49 +PS00762,1FYJ,A,11-39 +PS00004,3FYG,A,"66-69,190-193" +PS00005,3FYG,A,"65-67,198-200,214-216" +PS00006,3FYG,A,"24-27,88-91,128-131,152-155" +PS00009,3FYG,A,140-143 +PS00004,3FYG,B,"66-69,190-193" +PS00005,3FYG,B,"65-67,198-200,214-216" +PS00006,3FYG,B,"24-27,88-91,128-131,152-155" +PS00009,3FYG,B,140-143 +PS00005,1G03,A,"39-41,50-52,126-128" +PS00006,1G03,A,"50-53,79-82,126-129" +PS00007,1G03,A,52-60 +PS00008,1G03,A,6-11 +PS00005,1FZT,A,"84-86,87-89,131-133,165-167" +PS00006,1FZT,A,131-134 +PS00007,1FZT,A,89-95 +PS00008,1FZT,A,37-42 +PS00175,1FZT,A,11-20 +PS00007,1G04,A,6-13 +PS00005,1G10,A,58-60 +PS00006,1G10,A,"1-4,39-42,61-64" +PS00008,1G10,A,84-89 +PS00005,1G11,A,58-60 +PS00006,1G11,A,"1-4,39-42,61-64" +PS00008,1G11,A,84-89 +PS00006,1G1E,B,59-62 +PS00001,1HME,A,45-48 +PS00006,1HME,A,"32-35,47-50" +PS00007,1HME,A,65-73 +PS00008,1HME,A,30-35 +PS00008,1G1P,A,17-22 +PS00008,1G1Z,A,17-22 +PS00005,1G25,A,"10-12,17-19" +PS00006,1G25,A,"28-31,32-35" +PS00008,1G25,A,4-9 +PS00518,1G25,A,25-34 +PS00008,1G26,A,21-26 +PS60014,1G2G,A,1-11 +PS00001,1G2H,A,10-13 +PS00005,1G2H,A,34-36 +PS00006,1G2H,A,"4-7,12-15" +PS00008,1G2H,A,43-48 +PS00005,1G2S,A,"14-16,34-36,41-43,66-68" +PS00008,1G2S,A,2-7 +PS00009,1G2S,A,44-47 +PS00472,1G2S,A,9-50 +PS00005,1G2T,A,"14-16,34-36,41-43,66-68" +PS00008,1G2T,A,2-7 +PS00009,1G2T,A,44-47 +PS00472,1G2T,A,9-50 +PS00005,1G33,A,41-43 +PS00006,1G33,A,"2-5,41-44" +PS00018,1G33,A,"14-26,53-65" +PS00001,1G3F,A,12-15 +PS00005,1G3F,A,6-8 +PS00006,1G3F,A,"21-24,107-110" +PS00008,1G3F,A,64-69 +PS01282,1G3F,A,25-90 +PS00001,1G3G,A,"2-5,79-82,106-109" +PS00005,1G3G,A,"14-16,60-62,84-86" +PS00006,1G3G,A,124-127 +PS00008,1G3G,A,107-112 +PS00006,1G47,A,29-32 +PS00009,1G47,A,57-60 +PS00294,1G47,A,73-76 +PS00478,1G47,A,13-48 +PS00005,1G4D,A,32-34 +PS00006,1G4D,A,5-8 +PS00008,1G4D,A,"14-19,38-43" +PS00004,1G4F,A,"9-12,45-48" +PS00005,1G4F,A,3-5 +PS00006,1G4F,A,48-51 +PS00008,1G4F,A,29-34 +PS00004,1G4G,A,"9-12,45-48" +PS00005,1G4G,A,3-5 +PS00006,1G4G,A,48-51 +PS00008,1G4G,A,29-34 +PS00001,1G5J,A,36-39 +PS00005,1G5J,A,"7-9,17-19,21-23,166-168" +PS00006,1G5J,A,"7-10,31-34,44-47,153-156" +PS00008,1G5J,A,"97-102,110-115,149-154,159-164" +PS01080,1G5J,A,93-111 +PS01258,1G5J,A,144-155 +PS01259,1G5J,A,49-63 +PS01260,1G5J,A,7-27 +PS00004,1G5J,B,12-15 +PS00005,1G5J,B,21-23 +PS00001,1G5M,A,38-41 +PS00005,1G5M,A,"23-25,63-65,83-85,163-165" +PS00006,1G5M,A,"6-9,46-49,90-93" +PS00008,1G5M,A,"99-104,112-117,151-156" +PS00016,1G5M,A,67-69 +PS01080,1G5M,A,95-113 +PS01258,1G5M,A,146-157 +PS01259,1G5M,A,51-65 +PS01260,1G5M,A,9-29 +PS00001,1G5V,A,"55-58,79-82" +PS00004,1G5V,A,"0-3,37-40" +PS00006,1G5V,A,84-87 +PS00005,1G5W,A,"6-8,49-51,55-57,62-64" +PS00006,1G5W,A,"39-42,72-75" +PS00008,1G5W,A,"23-28,98-103,119-124" +PS00214,1G5W,A,5-22 +PS00001,1G5X,A,"155-158,395-398" +PS00005,1G5X,A,"24-26,108-110,207-209,377-379" +PS00006,1G5X,A,"24-27,289-292,377-380" +PS00007,1G5X,A,65-73 +PS00008,1G5X,A,"9-14,31-36,99-104,140-145,153-158,204-209,275-280,338-343,392-397" +PS00606,1G5X,A,153-169 +PS00001,1G5X,B,"155-158,395-398" +PS00005,1G5X,B,"24-26,108-110,207-209,377-379" +PS00006,1G5X,B,"24-27,289-292,377-380" +PS00007,1G5X,B,65-73 +PS00008,1G5X,B,"9-14,31-36,99-104,140-145,153-158,204-209,275-280,338-343,392-397" +PS00606,1G5X,B,153-169 +PS00001,1G5X,C,"155-158,395-398" +PS00005,1G5X,C,"24-26,108-110,207-209,377-379" +PS00006,1G5X,C,"24-27,289-292,377-380" +PS00007,1G5X,C,65-73 +PS00008,1G5X,C,"9-14,31-36,99-104,140-145,153-158,204-209,275-280,338-343,392-397" +PS00606,1G5X,C,153-169 +PS00001,1G5X,D,"155-158,395-398" +PS00005,1G5X,D,"24-26,108-110,207-209,377-379" +PS00006,1G5X,D,"24-27,289-292,377-380" +PS00007,1G5X,D,65-73 +PS00008,1G5X,D,"9-14,31-36,99-104,140-145,153-158,204-209,275-280,338-343,392-397" +PS00606,1G5X,D,153-169 +PS00001,1G6Z,A,"33-36,46-49" +PS00005,1G6Z,A,"2-4,35-37" +PS00006,1G6Z,A,36-39 +PS00598,1G6Z,A,27-47 +PS00001,1G6E,A,"2-5,55-58" +PS00005,1G6E,A,82-84 +PS00006,1G6E,A,10-13 +PS00005,1G6J,A,8-10 +PS00006,1G6J,A,54-57 +PS00299,1G6J,A,26-51 +PS00005,1G6M,A,"36-38,44-46,56-58" +PS00006,1G6M,A,17-20 +PS00007,1G6M,A,26-34 +PS00008,1G6M,A,"15-20,48-53" +PS00272,1G6M,A,39-57 +PS00005,1G6P,A,"9-11,38-40" +PS00006,1G6P,A,"17-20,29-32,38-41" +PS00009,1G6P,A,51-54 +PS00352,1G6P,A,13-31 +PS00005,1G7D,A,"17-19,39-41" +PS00006,1G7D,A,17-20 +PS00008,1G7D,A,"1-6,35-40" +PS00009,1G7D,A,79-82 +PS00014,1G7D,A,102-105 +PS00004,1G70,B,3-6 +PS00006,1G70,B,9-12 +PS00008,1G70,B,5-10 +PS00001,1HMF,A,45-48 +PS00006,1HMF,A,"32-35,47-50" +PS00007,1HMF,A,65-73 +PS00008,1HMF,A,30-35 +PS00008,1HRF,A,43-48 +PS00022,1HRF,A,35-46 +PS01186,1HRF,A,35-46 +PS00005,1G7E,A,72-74 +PS00006,1G7E,A,49-52 +PS00007,1G7E,A,74-82 +PS00008,1G7E,A,116-121 +PS00001,1G7O,A,"145-148,180-183" +PS00005,1G7O,A,78-80 +PS00006,1G7O,A,"107-110,168-171" +PS00008,1G7O,A,141-146 +PS00009,1G7O,A,78-81 +PS00195,1G7O,A,2-17 +PS00001,1G83,A,31-34 +PS00005,1G83,A,"98-100,106-108,134-136,150-152,157-159" +PS00006,1G83,A,"15-18,33-36,44-47,106-109" +PS00007,1G83,A,124-131 +PS00008,1G83,A,85-90 +PS00009,1G83,A,72-75 +PS00001,1G83,B,31-34 +PS00005,1G83,B,"98-100,106-108,134-136,150-152,157-159" +PS00006,1G83,B,"15-18,33-36,44-47,106-109" +PS00007,1G83,B,124-131 +PS00008,1G83,B,85-90 +PS00009,1G83,B,72-75 +PS00001,1G84,A,40-43 +PS00005,1G84,A,"7-9,75-77,81-83,99-101" +PS00006,1G84,A,"13-16,42-45,59-62,68-71,95-98" +PS00005,1G90,A,"79-81,166-168" +PS00006,1G90,A,"136-139,154-157" +PS00007,1G90,A,63-71 +PS00008,1G90,A,"9-14,37-42,64-69,75-80,125-130,170-175" +PS00005,1G91,A,"15-17,43-45,54-56,73-75" +PS00006,1G91,A,"6-9,22-25,26-29,30-33" +PS00009,1G91,A,45-48 +PS00472,1G91,A,10-51 +PS00006,1G96,A,"16-19,115-118" +PS00008,1G96,A,21-26 +PS00287,1G96,A,53-66 +PS00005,1G9E,A,"16-18,24-26,54-56,62-64,84-86" +PS00006,1G9E,A,29-32 +PS00007,1G9E,A,86-93 +PS00008,1G9E,A,"9-14,96-101,109-114" +PS00005,1G9L,A,109-111 +PS00006,1G9L,A,112-115 +PS00008,1G9L,A,3-8 +PS00004,1G9P,A,24-27 +PS00005,1G9P,A,12-14 +PS00006,1G9P,A,12-15 +PS00008,1G9P,A,"6-11,26-31,34-39" +PS60017,1G9P,A,16-23 +PS00001,1GA3,A,"18-21,29-32,37-40,52-55" +PS00005,1GA3,A,62-64 +PS00006,1GA3,A,"57-60,87-90" +PS00008,1GA3,A,"41-46,77-82" +PS00838,1GA3,A,9-36 +PS00006,1GAB,A,36-39 +PS00342,1GAB,A,50-52 +PS00001,1GAQ,A,161-164 +PS00004,1GAQ,A,16-19 +PS00005,1GAQ,A,"12-14,19-21" +PS00006,1GAQ,A,"5-8,48-51,286-289" +PS00007,1GAQ,A,290-298 +PS00008,1GAQ,A,"25-30,72-77,81-86,129-134,202-207,275-280" +PS00016,1GAQ,A,304-306 +PS00005,1GAQ,B,"37-39,88-90" +PS00006,1GAQ,B,"61-64,88-91" +PS00008,1GAQ,B,41-46 +PS00197,1GAQ,B,38-46 +PS00001,1GAQ,C,161-164 +PS00004,1GAQ,C,16-19 +PS00005,1GAQ,C,"12-14,19-21" +PS00006,1GAQ,C,"5-8,48-51,286-289" +PS00007,1GAQ,C,290-298 +PS00008,1GAQ,C,"25-30,72-77,81-86,129-134,202-207,275-280" +PS00016,1GAQ,C,304-306 +PS00004,1GAT,A,55-58 +PS00005,1GAT,A,44-46 +PS00008,1GAT,A,3-8 +PS00344,1GAT,A,6-30 +PS00004,1GAU,A,55-58 +PS00005,1GAU,A,44-46 +PS00008,1GAU,A,3-8 +PS00344,1GAU,A,6-30 +PS00001,1GAW,A,161-164 +PS00004,1GAW,A,16-19 +PS00005,1GAW,A,"12-14,19-21" +PS00006,1GAW,A,"5-8,48-51,286-289" +PS00007,1GAW,A,290-298 +PS00008,1GAW,A,"25-30,72-77,81-86,129-134,202-207,275-280" +PS00016,1GAW,A,304-306 +PS00001,1GAW,B,161-164 +PS00004,1GAW,B,16-19 +PS00005,1GAW,B,"12-14,19-21" +PS00006,1GAW,B,"5-8,48-51,286-289" +PS00007,1GAW,B,290-298 +PS00008,1GAW,B,"25-30,72-77,81-86,129-134,202-207,275-280" +PS00016,1GAW,B,304-306 +PS00004,2GAT,A,55-58 +PS00005,2GAT,A,"44-46,58-60" +PS00008,2GAT,A,3-8 +PS00009,2GAT,A,60-63 +PS00344,2GAT,A,6-30 +PS00004,3GAT,A,55-58 +PS00005,3GAT,A,"44-46,58-60" +PS00008,3GAT,A,3-8 +PS00009,3GAT,A,60-63 +PS00344,3GAT,A,6-30 +PS00005,4GAT,A,49-51 +PS00008,4GAT,A,28-33 +PS00344,4GAT,A,11-35 +PS00005,5GAT,A,49-51 +PS00008,5GAT,A,28-33 +PS00344,5GAT,A,11-35 +PS00005,6GAT,A,49-51 +PS00008,6GAT,A,28-33 +PS00344,6GAT,A,11-35 +PS00005,7GAT,A,49-51 +PS00008,7GAT,A,28-33 +PS00344,7GAT,A,11-35 +PS00005,1GB1,A,"1-3,10-12" +PS00006,1GB1,A,"15-18,43-46,52-55" +PS00005,1GB4,A,"2-4,11-13" +PS00006,1GB4,A,"44-47,53-56" +PS00004,1GIO,A,33-36 +PS00005,1GIO,A,"87-89,121-123" +PS00006,1GIO,A,72-75 +PS00008,1GIO,A,106-111 +PS00016,1GIO,A,66-68 +PS00127,1GIO,A,39-45 +PS00004,1GBQ,A,2-5 +PS00005,1GBQ,A,"1-3,26-28" +PS00006,1GBQ,A,20-23 +PS00008,1GBQ,A,"0-5,7-12" +PS00016,1GBQ,A,29-31 +PS00004,1GBR,A,2-5 +PS00005,1GBR,A,"1-3,26-28" +PS00006,1GBR,A,20-23 +PS00008,1GBR,A,"0-5,7-12" +PS00016,1GBR,A,29-31 +PS00005,1GBR,B,10-12 +PS00005,2GB1,A,"1-3,10-12" +PS00006,2GB1,A,"15-18,43-46,52-55" +PS00004,2GBQ,A,2-5 +PS00005,2GBQ,A,"1-3,26-28" +PS00006,2GBQ,A,20-23 +PS00008,2GBQ,A,"0-5,7-12" +PS00016,2GBQ,A,29-31 +PS00005,3GB1,A,"1-3,10-12" +PS00006,3GB1,A,"15-18,43-46,52-55" +PS00004,3GBQ,A,2-5 +PS00005,3GBQ,A,"1-3,26-28" +PS00006,3GBQ,A,20-23 +PS00008,3GBQ,A,"0-5,7-12" +PS00016,3GBQ,A,29-31 +PS00004,4GBQ,A,2-5 +PS00005,4GBQ,A,"1-3,26-28" +PS00006,4GBQ,A,20-23 +PS00008,4GBQ,A,"0-5,7-12" +PS00016,4GBQ,A,29-31 +PS00006,1GCC,A,34-37 +PS00008,1GCC,A,30-35 +PS00001,1GCF,A,54-57 +PS00005,1GCF,A,"28-30,63-65,106-108" +PS00006,1GCF,A,"1-4,63-66" +PS00008,1GCF,A,52-57 +PS00001,1GCI,A,"73-76,120-123,211-214" +PS00005,1GCI,A,140-142 +PS00006,1GCI,A,"36-39,54-57" +PS00008,1GCI,A,"19-24,58-63,67-72,80-85,94-99,107-112,115-120,151-156,204-209,212-217,259-264" +PS00136,1GCI,A,27-37 +PS00137,1GCI,A,61-71 +PS00138,1GCI,A,212-222 +PS00006,2GCC,A,37-40 +PS00008,2GCC,A,33-38 +PS00006,3GCC,A,37-40 +PS00008,3GCC,A,33-38 +PS00005,5GCN,A,14-16 +PS00006,5GCN,A,"84-87,114-117,151-154" +PS00008,5GCN,A,13-18 +PS00001,1GD3,A,31-34 +PS00007,1GD3,A,57-63 +PS00008,1GD3,A,4-9 +PS00287,1GD3,A,44-57 +PS00001,1GD4,A,31-34 +PS00006,1GD4,A,24-27 +PS00007,1GD4,A,57-63 +PS00008,1GD4,A,4-9 +PS00287,1GD4,A,44-57 +PS00004,1GD5,A,43-46 +PS00005,1GD5,A,"37-39,54-56" +PS00006,1GD5,A,"1-4,54-57,94-97" +PS00008,1GD5,A,84-89 +PS00005,1GDC,A,20-22 +PS00008,1GDC,A,10-15 +PS00031,1GDC,A,1-27 +PS00001,1GDF,A,135-138 +PS00004,1GDF,A,38-41 +PS00005,1GDF,A,"36-38,55-57,72-74,137-139" +PS00006,1GDF,A,"100-103,122-125" +PS00005,2GDA,A,20-22 +PS00008,2GDA,A,10-15 +PS00031,2GDA,A,1-27 +PS00005,1GE9,A,"31-33,162-164" +PS00006,1GE9,A,"60-63,147-150" +PS00008,1GE9,A,28-33 +PS00005,1GNC,A,"41-43,167-169" +PS00006,1GNC,A,162-165 +PS00007,1GNC,A,34-42 +PS00008,1GNC,A,"90-95,128-133,138-143,153-158" +PS00254,1GNC,A,67-92 +PS00008,1GFC,A,39-44 +PS00016,1GFC,A,22-24 +PS00008,1GFD,A,39-44 +PS00016,1GFD,A,22-24 +PS00004,1GVD,A,23-26 +PS00006,1GVD,A,6-9 +PS00005,2GF1,A,33-35 +PS00262,2GF1,A,46-60 +PS00005,3GF1,A,33-35 +PS00262,3GF1,A,46-60 +PS00005,1GG6,B,61-63 +PS00006,1GG6,B,"16-19,45-48,59-62,109-112" +PS00008,1GG6,B,"28-33,43-48" +PS00134,1GG6,B,37-42 +PS00342,1GG6,B,128-130 +PS00008,1GG6,C,"38-43,67-72" +PS00135,1GG6,C,40-51 +PS00005,1GGD,B,61-63 +PS00006,1GGD,B,"16-19,45-48,59-62,109-112" +PS00008,1GGD,B,"28-33,43-48" +PS00134,1GGD,B,37-42 +PS00342,1GGD,B,128-130 +PS00008,1GGD,C,"38-43,67-72" +PS00135,1GGD,C,40-51 +PS00004,1GGR,A,13-16 +PS00006,1GGR,A,"82-85,117-120,140-143,156-159" +PS00371,1GGR,A,83-95 +PS00005,1GGR,B,42-44 +PS00008,1GGR,B,53-58 +PS00369,1GGR,B,12-19 +PS00589,1GGR,B,38-53 +PS00005,1GGW,A,18-20 +PS00006,1GGW,A,"0-3,11-14,25-28,38-41,43-46,103-106,109-112" +PS00008,1GGW,A,34-39 +PS00018,1GGW,A,85-97 +PS00005,1H9F,A,34-36 +PS00006,1H9F,A,13-16 +PS00005,1GH1,A,41-43 +PS00006,1GH1,A,39-42 +PS00008,1GH1,A,52-57 +PS00342,1GH1,A,87-89 +PS00597,1GH1,A,68-89 +PS00001,1GH5,A,"2-5,55-58" +PS00005,1GH5,A,82-84 +PS00006,1GH5,A,10-13 +PS00005,1GH8,A,6-8 +PS00006,1GH8,A,"71-74,77-80" +PS00008,1GH8,A,61-66 +PS00005,1GH9,A,"20-22,67-69" +PS00006,1GH9,A,67-70 +PS00007,1GH9,A,51-58 +PS00001,1GHC,A,41-44 +PS00005,1GHC,A,69-71 +PS00006,1GHC,A,4-7 +PS00008,1GHC,A,"21-26,63-68" +PS00001,1GHH,A,48-51 +PS00005,1GHH,A,"25-27,40-42" +PS00006,1GHH,A,"55-58,72-75" +PS00008,1GHH,A,15-20 +PS00005,1GHJ,A,39-41 +PS00006,1GHJ,A,"7-10,11-14" +PS00008,1GHJ,A,15-20 +PS00189,1GHJ,A,25-54 +PS00005,1GHK,A,39-41 +PS00006,1GHK,A,"7-10,11-14" +PS00008,1GHK,A,15-20 +PS00189,1GHK,A,25-54 +PS00001,1HSS,A,28-31 +PS00006,1HSS,A,58-61 +PS00008,1HSS,A,"54-59,68-73,110-115" +PS00426,1HSS,A,5-27 +PS00001,1HSS,B,28-31 +PS00006,1HSS,B,58-61 +PS00008,1HSS,B,"54-59,68-73,110-115" +PS00426,1HSS,B,5-27 +PS00001,1HSS,C,28-31 +PS00006,1HSS,C,58-61 +PS00008,1HSS,C,"54-59,68-73,110-115" +PS00426,1HSS,C,5-27 +PS00001,1HSS,D,28-31 +PS00006,1HSS,D,58-61 +PS00008,1HSS,D,"54-59,68-73,110-115" +PS00426,1HSS,D,5-27 +PS00005,1GHT,A,"34-36,42-44,88-90" +PS00006,1GHT,A,"40-43,98-101" +PS00008,1GHT,A,26-31 +PS00397,1GHT,A,5-13 +PS00398,1GHT,A,57-69 +PS00005,1GHU,A,40-42 +PS00006,1GHU,A,69-72 +PS00004,1GIW,A,"85-88,98-101" +PS00005,1GIW,A,"57-59,88-90" +PS00006,1GIW,A,"46-49,57-60,62-65,88-91" +PS00008,1GIW,A,40-45 +PS00009,1GIW,A,"4-7,35-38" +PS00004,2GIW,A,"85-88,98-101" +PS00005,2GIW,A,"57-59,88-90" +PS00006,2GIW,A,"46-49,57-60,62-65,88-91" +PS00008,2GIW,A,40-45 +PS00009,2GIW,A,"4-7,35-38" +PS00005,2AXK,A,10-12 +PS00008,2AXK,A,9-14 +PS01138,2AXK,A,13-35 +PS00001,1GJH,A,38-41 +PS00005,1GJH,A,"23-25,54-56,63-65,83-85,163-165" +PS00006,1GJH,A,"6-9,46-49,90-93" +PS00008,1GJH,A,"99-104,112-117,151-156" +PS01080,1GJH,A,95-113 +PS01258,1GJH,A,146-157 +PS01259,1GJH,A,51-65 +PS01260,1GJH,A,9-29 +PS00001,1GJJ,A,23-26 +PS00004,1GJJ,A,92-95 +PS00005,1GJJ,A,"45-47,95-97,98-100,136-138" +PS00006,1GJJ,A,"65-68,115-118" +PS00008,1GJJ,A,77-82 +PS00009,1GJJ,A,90-93 +PS00006,1GJS,A,18-21 +PS00006,1GJT,A,18-21 +PS00005,1GJX,A,39-41 +PS00008,1GJX,A,10-15 +PS00189,1GJX,A,25-54 +PS00005,1GJZ,A,10-12 +PS00005,1GJZ,B,10-12 +PS00006,1GK5,A,7-10 +PS00008,1GK5,A,4-9 +PS00022,1GK5,A,30-41 +PS01186,1GK5,A,30-41 +PS00005,1GKG,A,"5-7,57-59,82-84,94-96" +PS00006,1GKG,A,"8-11,43-46,82-85,118-121" +PS00008,1GKG,A,"26-31,69-74,90-95" +PS00009,1GKG,A,102-105 +PS00004,1GKN,A,62-65 +PS00005,1GKN,A,"30-32,56-58,65-67,117-119" +PS00006,1GKN,A,"21-24,47-50,56-59,68-71,103-106" +PS00008,1GKN,A,86-91 +PS00001,1GKO,A,97-100 +PS00004,1GKO,A,102-105 +PS00005,1GKO,A,45-47 +PS00006,1GKO,A,"58-61,95-98" +PS00007,1GKO,A,69-77 +PS00008,1GKO,A,3-8 +PS00768,1GKO,A,14-29 +PS00769,1GKO,A,104-116 +PS00001,1GKO,B,97-100 +PS00004,1GKO,B,102-105 +PS00005,1GKO,B,45-47 +PS00006,1GKO,B,"58-61,95-98" +PS00007,1GKO,B,69-77 +PS00008,1GKO,B,3-8 +PS00768,1GKO,B,14-29 +PS00769,1GKO,B,104-116 +PS00001,1GKO,C,97-100 +PS00004,1GKO,C,102-105 +PS00005,1GKO,C,45-47 +PS00006,1GKO,C,"58-61,95-98" +PS00007,1GKO,C,69-77 +PS00008,1GKO,C,3-8 +PS00768,1GKO,C,14-29 +PS00769,1GKO,C,104-116 +PS00001,1GKO,D,97-100 +PS00004,1GKO,D,102-105 +PS00005,1GKO,D,45-47 +PS00006,1GKO,D,"58-61,95-98" +PS00007,1GKO,D,69-77 +PS00008,1GKO,D,3-8 +PS00768,1GKO,D,14-29 +PS00769,1GKO,D,104-116 +PS00001,1GKS,A,7-10 +PS00006,1GKS,A,"15-18,38-41" +PS00008,1GKS,A,"8-13,52-57" +PS00005,1GL0,E,76-78 +PS00006,1GL0,E,"31-34,60-63,74-77,124-127" +PS00008,1GL0,E,"43-48,58-63,186-191,215-220" +PS00134,1GL0,E,52-57 +PS00135,1GL0,E,188-199 +PS00008,1GL0,I,22-27 +PS00005,1GL1,A,76-78 +PS00006,1GL1,A,"31-34,60-63,74-77,124-127" +PS00008,1GL1,A,"43-48,58-63,186-191,215-220" +PS00134,1GL1,A,52-57 +PS00135,1GL1,A,188-199 +PS00005,1GL1,B,76-78 +PS00006,1GL1,B,"31-34,60-63,74-77,124-127" +PS00008,1GL1,B,"43-48,58-63,186-191,215-220" +PS00134,1GL1,B,52-57 +PS00135,1GL1,B,188-199 +PS00005,1GL1,C,76-78 +PS00006,1GL1,C,"31-34,60-63,74-77,124-127" +PS00008,1GL1,C,"43-48,58-63,186-191,215-220" +PS00134,1GL1,C,52-57 +PS00135,1GL1,C,188-199 +PS00005,1GL1,I,"8-10,15-17,28-30" +PS00006,1GL1,I,8-11 +PS00005,1GL1,J,"8-10,15-17,28-30" +PS00006,1GL1,J,8-11 +PS00005,1GL1,K,"8-10,15-17,28-30" +PS00006,1GL1,K,8-11 +PS00005,1GL5,A,55-57 +PS00009,1GL5,A,55-58 +PS00001,1GL8,A,4-7 +PS00004,1GL8,A,82-85 +PS00005,1GL8,A,"7-9,46-48" +PS00006,1GL8,A,"7-10,94-97" +PS00194,1GL8,A,20-38 +PS00001,1GM0,A,6-9 +PS00005,1GM0,A,55-57 +PS00006,1GM0,A,23-26 +PS00008,1GM0,A,"80-85,95-100,112-117" +PS00001,1GM1,A,25-28 +PS00005,1GM1,A,"27-29,68-70,75-77" +PS00008,1GM1,A,"17-22,23-28,42-47" +PS00001,1GMM,A,103-106 +PS00005,1GMM,A,"13-15,53-55" +PS00006,1GMM,A,"4-7,60-63" +PS00008,1GMM,A,"23-28,48-53,73-78,89-94" +PS00197,1GNA,A,4-12 +PS00197,1GNB,A,4-12 +PS00344,1GNF,A,6-30 +PS00004,1GNU,A,12-15 +PS00006,1GNU,A,15-18 +PS00005,1GO0,A,14-16 +PS00006,1GO0,A,67-70 +PS00008,1GO0,A,"20-25,72-77" +PS00709,1GO0,A,14-38 +PS00993,1GO0,A,70-90 +PS00005,1GO1,A,14-16 +PS00006,1GO1,A,67-70 +PS00008,1GO1,A,"20-25,72-77" +PS00709,1GO1,A,14-38 +PS00993,1GO1,A,70-90 +PS00005,1GO5,A,34-36 +PS00005,1GO9,A,32-34 +PS00005,1GOE,A,32-34 +PS00005,1GP8,A,27-29 +PS00006,1GP8,A,21-24 +PS00001,1GPF,A,"19-22,47-50" +PS00005,1GPF,A,"1-3,86-88,281-283,340-342,383-385" +PS00006,1GPF,A,"21-24,49-52,55-58,168-171,250-253,311-314,377-380,429-432" +PS00008,1GPF,A,"103-108,184-189,278-283,297-302,303-308,326-331,373-378,436-441,458-463,464-469,486-491" +PS01095,1GPF,A,135-143 +PS00001,1GPF,B,"19-22,47-50" +PS00005,1GPF,B,"1-3,86-88,281-283,340-342,383-385" +PS00006,1GPF,B,"21-24,49-52,55-58,168-171,250-253,311-314,377-380,429-432" +PS00008,1GPF,B,"103-108,184-189,278-283,297-302,303-308,326-331,373-378,436-441,458-463,464-469,486-491" +PS01095,1GPF,B,135-143 +PS00004,1GPS,A,3-6 +PS00005,1GPS,A,15-17 +PS00008,1GPS,A,29-34 +PS00940,1GPS,A,0-23 +PS00004,1GPT,A,3-6 +PS00005,1GPT,A,15-17 +PS00008,1GPT,A,29-34 +PS00940,1GPT,A,0-23 +PS00005,1GPX,A,"10-12,56-58" +PS00006,1GPX,A,10-13 +PS00008,1GPX,A,"39-44,68-73" +PS00814,1GPX,A,38-48 +PS00005,2GP8,A,27-29 +PS00006,2GP8,A,21-24 +PS00005,1GRX,A,13-15 +PS00006,1GRX,A,43-46 +PS00008,1GRX,A,9-14 +PS00005,3GRX,A,"13-15,21-23,46-48" +PS00006,3GRX,A,26-29 +PS00006,1HDJ,A,15-18 +PS00008,1HDJ,A,"9-14,70-75" +PS00636,1HDJ,A,44-63 +PS00001,1GUU,A,"20-23,34-37" +PS00006,1GUU,A,6-9 +PS00005,1GUW,A,"62-64,69-71" +PS00006,1GUW,A,"38-41,65-68" +PS00598,1GUW,A,30-50 +PS00005,1GUW,B,5-7 +PS00001,1GV2,A,97-100 +PS00004,1GV2,A,"24-27,54-57" +PS00005,1GV2,A,99-101 +PS00006,1GV2,A,"7-10,57-60" +PS00008,1GV2,A,74-79 +PS00004,1GV5,A,23-26 +PS00006,1GV5,A,6-9 +PS00004,1GVT,A,108-111 +PS00005,1GVT,A,"64-66,106-108,187-189,206-208,266-268" +PS00006,1GVT,A,"7-10,11-14,48-51,76-79,83-86,113-116,118-121,141-144,210-213" +PS00008,1GVT,A,"2-7,70-75,80-85,96-101,125-130,205-210,214-219,239-244,263-268,284-289,290-295,297-302" +PS00141,1GVT,A,"31-42,214-225" +PS00004,1GVU,A,108-111 +PS00005,1GVU,A,"64-66,106-108,187-189,206-208,266-268" +PS00006,1GVU,A,"7-10,11-14,48-51,76-79,83-86,113-116,118-121,141-144,210-213" +PS00008,1GVU,A,"2-7,70-75,80-85,96-101,125-130,205-210,214-219,239-244,263-268,284-289,290-295,297-302" +PS00141,1GVU,A,"31-42,214-225" +PS00004,1GVV,A,108-111 +PS00005,1GVV,A,"64-66,106-108,187-189,206-208,266-268" +PS00006,1GVV,A,"7-10,11-14,48-51,76-79,83-86,113-116,118-121,141-144,210-213" +PS00008,1GVV,A,"2-7,70-75,80-85,96-101,125-130,205-210,214-219,239-244,263-268,284-289,290-295,297-302" +PS00141,1GVV,A,"31-42,214-225" +PS00004,1GVW,A,108-111 +PS00005,1GVW,A,"64-66,106-108,187-189,206-208,266-268" +PS00006,1GVW,A,"7-10,11-14,48-51,76-79,83-86,113-116,118-121,141-144,210-213" +PS00008,1GVW,A,"2-7,70-75,80-85,96-101,125-130,205-210,214-219,239-244,263-268,284-289,290-295,297-302" +PS00141,1GVW,A,"31-42,214-225" +PS00004,1GVX,A,108-111 +PS00005,1GVX,A,"64-66,106-108,187-189,206-208,266-268" +PS00006,1GVX,A,"7-10,11-14,48-51,76-79,83-86,113-116,118-121,141-144,210-213" +PS00008,1GVX,A,"2-7,70-75,80-85,96-101,125-130,205-210,214-219,239-244,263-268,284-289,290-295,297-302" +PS00141,1GVX,A,"31-42,214-225" +PS00005,2GVA,A,"13-15,66-68" +PS00006,2GVA,A,"26-29,47-50" +PS00008,2GVA,A,70-75 +PS00005,2GVA,B,"13-15,66-68" +PS00006,2GVA,B,"26-29,47-50" +PS00008,2GVA,B,70-75 +PS00005,2GVB,A,"13-15,66-68" +PS00006,2GVB,A,"26-29,47-50" +PS00008,2GVB,A,70-75 +PS00005,2GVB,B,"13-15,66-68" +PS00006,2GVB,B,"26-29,47-50" +PS00008,2GVB,B,70-75 +PS00005,1GWP,A,15-17 +PS00006,1GWP,A,"47-50,71-74,109-112" +PS00008,1GWP,A,"59-64,100-105" +PS00001,1GWS,A,325-328 +PS00005,1GWS,A,"29-31,91-93,147-149,188-190,200-202,289-291,344-346,414-416" +PS00006,1GWS,A,"101-104,147-150,234-237,371-374" +PS00008,1GWS,A,"11-16,22-27,28-33,267-272,326-331,350-355,395-400,478-483,509-514" +PS00009,1GWS,A,123-126 +PS00016,1GWS,A,504-506 +PS00004,1GX7,A,254-257 +PS00005,1GX7,A,"100-102,138-140,172-174,232-234,288-290" +PS00006,1GX7,A,"125-128,232-235" +PS00007,1GX7,A,157-163 +PS00008,1GX7,A,"10-15,43-48,92-97,178-183,244-249,270-275,305-310,353-358" +PS00009,1GX7,A,"252-255,288-291" +PS00198,1GX7,A,"8-19,39-50" +PS00006,1GX7,D,"38-41,78-81" +PS00008,1GX7,D,13-18 +PS00001,1GX7,E,20-23 +PS00005,1GX7,E,"23-25,26-28,60-62" +PS00008,1GX7,E,"46-51,87-92,98-103" +PS00001,1GXE,A,131-134 +PS00005,1GXE,A,"7-9,97-99,120-122,133-135" +PS00006,1GXE,A,"8-11,97-100" +PS00007,1GXE,A,111-117 +PS00006,1GXG,A,"5-8,10-13,40-43,46-49" +PS00008,1GXG,A,56-61 +PS00006,1GXH,A,"5-8,10-13,40-43,46-49" +PS00008,1GXH,A,56-61 +PS00007,1GXI,E,10-17 +PS00008,1GXI,E,"21-26,49-54" +PS00016,1GXI,E,3-5 +PS00005,1GXV,2,42-44 +PS00008,1GXV,2,"25-30,101-106" +PS00128,1GXV,2,75-93 +PS00342,1GXV,2,126-128 +PS00005,1GXX,A,42-44 +PS00008,1GXX,A,"25-30,101-106" +PS00128,1GXX,A,75-93 +PS00342,1GXX,A,126-128 +PS00001,1GYA,A,64-67 +PS00005,1GYA,A,"38-40,52-54,58-60,66-68" +PS00006,1GYA,A,"52-55,83-86" +PS00007,1GYA,A,73-80 +PS00008,1GYA,A,13-18 +PS00005,1GYF,A,52-54 +PS00007,1GYF,A,53-60 +PS00008,1GYF,A,47-52 +PS00001,1GYZ,A,14-17 +PS00008,1GYZ,A,"12-17,21-26" +PS00001,1GZA,A,142-145 +PS00005,1GZA,A,"131-133,138-140" +PS00006,1GZA,A,"40-43,83-86,112-115,172-175,198-201,263-266,313-316" +PS00008,1GZA,A,"3-8,13-18,68-73,74-79,94-99,106-111,156-161,190-195" +PS00435,1GZA,A,175-185 +PS00436,1GZA,A,46-57 +PS00005,1H0J,A,"28-30,55-57" +PS00272,1H0J,A,36-56 +PS00005,1H0J,B,"28-30,55-57" +PS00272,1H0J,B,36-56 +PS00005,1H0J,C,"28-30,55-57" +PS00272,1H0J,C,36-56 +PS00001,1H0L,A,"62-65,78-81" +PS00005,1H0L,A,"64-66,73-75" +PS00006,1H0L,A,"24-27,74-77,80-83,97-100" +PS00008,1H0L,A,"0-5,12-17" +PS00706,1H0L,A,81-99 +PS00005,1H0T,A,32-34 +PS00006,1H0T,A,32-35 +PS00006,1H0T,B,32-35 +PS00005,1H0Z,A,1-3 +PS00006,1H0Z,A,"6-9,45-48" +PS00008,1H0Z,A,41-46 +PS00001,1H1J,S,20-23 +PS00005,1H1J,S,17-19 +PS00006,1H1J,S,41-44 +PS00008,1H1J,S,24-29 +PS00006,1H1X,A,"3-6,35-38,51-54" +PS00007,1H1X,A,145-151 +PS00008,1H1X,A,121-126 +PS00005,1H20,A,29-31 +PS00006,1H20,A,13-16 +PS00008,1H20,A,19-24 +PS00001,1H2O,A,77-80 +PS00004,1H2O,A,53-56 +PS00005,1H2O,A,51-53 +PS00006,1H2O,A,"56-59,83-86" +PS00008,1H2O,A,"47-52,60-65" +PS00451,1H2O,A,87-119 +PS00005,1H3H,A,39-41 +PS00008,1H3H,A,47-52 +PS00005,1H3H,B,6-8 +PS00008,1HMJ,A,"47-52,64-69" +PS01110,1HMJ,A,5-18 +PS00005,1H3Z,A,1-3 +PS00006,1H3Z,A,"61-64,97-100" +PS00005,1H47,A,"135-137,141-143" +PS00006,1H47,A,"36-39,133-136" +PS01350,1H47,A,36-51 +PS00005,1H47,B,"135-137,141-143" +PS00006,1H47,B,"36-39,133-136" +PS01350,1H47,B,36-51 +PS00005,1H47,C,"135-137,141-143" +PS00006,1H47,C,"36-39,133-136" +PS01350,1H47,C,36-51 +PS00005,1H47,D,"135-137,141-143" +PS00006,1H47,D,"36-39,133-136" +PS01350,1H47,D,36-51 +PS00005,1H47,E,"135-137,141-143" +PS00006,1H47,E,"36-39,133-136" +PS01350,1H47,E,36-51 +PS00005,1H47,F,"135-137,141-143" +PS00006,1H47,F,"36-39,133-136" +PS01350,1H47,F,36-51 +PS00005,1H48,A,"135-137,141-143" +PS00006,1H48,A,"36-39,133-136" +PS01350,1H48,A,36-51 +PS00005,1H48,B,"135-137,141-143" +PS00006,1H48,B,"36-39,133-136" +PS01350,1H48,B,36-51 +PS00005,1H48,C,"135-137,141-143" +PS00006,1H48,C,"36-39,133-136" +PS01350,1H48,C,36-51 +PS00005,1H48,D,"135-137,141-143" +PS00006,1H48,D,"36-39,133-136" +PS01350,1H48,D,36-51 +PS00005,1H48,E,"135-137,141-143" +PS00006,1H48,E,"36-39,133-136" +PS01350,1H48,E,36-51 +PS00005,1H48,F,"135-137,141-143" +PS00006,1H48,F,"36-39,133-136" +PS01350,1H48,F,36-51 +PS00006,1H4B,A,"26-29,41-44,54-57,61-64" +PS00018,1H4B,A,"18-30,53-65" +PS00004,1H5O,A,37-40 +PS00459,1H5O,A,1-38 +PS00004,1H5P,A,89-92 +PS00005,1H5P,A,"31-33,45-47,64-66,71-73,86-88,92-94" +PS00006,1H5P,A,"14-17,45-48" +PS00008,1H5P,A,56-61 +PS00001,1H67,A,89-92 +PS00005,1H67,A,"3-5,15-17" +PS00008,1H67,A,26-31 +PS00009,1H67,A,15-18 +PS00005,1H6Q,A,"35-37,70-72,164-166" +PS00006,1H6Q,A,"8-11,49-52,76-79,101-104" +PS00007,1H6Q,A,20-27 +PS00008,1H6Q,A,45-50 +PS01002,1H6Q,A,44-54 +PS01003,1H6Q,A,124-146 +PS00001,1H6X,A,47-50 +PS00005,1H6X,A,"32-34,99-101" +PS00006,1H6X,A,"77-80,138-141,157-160" +PS00008,1H6X,A,"19-24,54-59,67-72,81-86,152-157" +PS00001,1H6Y,A,47-50 +PS00005,1H6Y,A,"22-24,32-34,99-101" +PS00006,1H6Y,A,"77-80,138-141,157-160" +PS00008,1H6Y,A,"19-24,54-59,67-72,81-86,152-157" +PS00001,1H6Y,B,47-50 +PS00005,1H6Y,B,"22-24,32-34,99-101" +PS00006,1H6Y,B,"77-80,138-141,157-160" +PS00008,1H6Y,B,"19-24,54-59,67-72,81-86,152-157" +PS00005,1H7V,A,"47-49,54-56" +PS00007,1H7V,A,6-14 +PS00008,1H7V,A,26-31 +PS00005,1H7Y,A,"35-37,70-72,164-166" +PS00006,1H7Y,A,"8-11,49-52,76-79,101-104" +PS00007,1H7Y,A,20-27 +PS00008,1H7Y,A,45-50 +PS01002,1H7Y,A,44-54 +PS01003,1H7Y,A,124-146 +PS00005,1H8B,A,"14-16,20-22" +PS00008,1H8B,A,53-58 +PS00006,1H8B,B,43-46 +PS00009,1H8B,B,7-10 +PS00001,1H8C,A,61-64 +PS00005,1H8C,A,24-26 +PS00006,1H8C,A,"56-59,63-66" +PS00005,1H8M,A,80-82 +PS00006,1H8M,A,"10-13,57-60,135-138" +PS00007,1H8M,A,55-63 +PS00008,1H8M,A,"6-11,36-41,61-66,76-81" +PS00006,1H92,A,47-50 +PS00005,1LEB,A,4-6 +PS00006,1LEB,A,26-29 +PS00008,1LEB,A,"22-27,60-65" +PS00001,1H95,A,"27-30,73-76" +PS00005,1H95,A,11-13 +PS00006,1H95,A,"29-32,51-54" +PS00008,1H95,A,68-73 +PS00352,1H95,A,21-40 +PS00008,1H9C,A,"12-17,90-95" +PS00001,1H9E,A,22-25 +PS00005,1H9E,A,44-46 +PS00001,1H9O,A,"60-63,94-97,98-101" +PS00005,1H9O,A,"16-18,38-40,77-79" +PS00006,1H9O,A,77-80 +PS00008,1H9O,A,42-47 +PS00009,1H9O,A,26-29 +PS00004,1HA6,A,42-45 +PS00005,1HA6,A,"40-42,63-65" +PS00006,1HA6,A,1-4 +PS00472,1HA6,A,5-48 +PS00001,1HA8,A,18-21 +PS00006,1HA8,A,35-38 +PS00008,1HA8,A,"9-14,19-24,33-38" +PS00004,1HA9,A,15-18 +PS00006,1HA9,A,0-3 +PS00008,1HA9,A,"1-6,22-27,28-33" +PS00286,1HA9,A,7-26 +PS00005,1HAA,A,"33-35,49-51,61-63" +PS00008,1HAA,A,42-47 +PS00272,1HAA,A,42-62 +PS00006,1HAA,B,5-8 +PS00008,1HAE,A,41-46 +PS00022,1HAE,A,33-44 +PS01186,1HAE,A,33-44 +PS00008,1HAF,A,41-46 +PS00022,1HAF,A,33-44 +PS01186,1HAF,A,33-44 +PS00005,1HAJ,A,"33-35,49-51,61-63" +PS00008,1HAJ,A,42-47 +PS00272,1HAJ,A,42-62 +PS00006,1HAJ,B,5-8 +PS00001,1HAO,H,52-55 +PS00005,1HAO,H,"33-35,175-177" +PS00006,1HAO,H,"4-7,21-24,54-57,68-71,78-81,225-228" +PS00009,1HAO,H,193-196 +PS00016,1HAO,H,196-198 +PS00134,1HAO,H,38-43 +PS00135,1HAO,H,198-209 +PS00005,1HAO,L,23-25 +PS00006,1HAO,L,"18-21,23-26,30-33" +PS00008,1HAO,L,2-7 +PS00001,1HAP,H,52-55 +PS00005,1HAP,H,"33-35,175-177" +PS00006,1HAP,H,"4-7,21-24,54-57,68-71,78-81,225-228" +PS00009,1HAP,H,193-196 +PS00016,1HAP,H,196-198 +PS00134,1HAP,H,38-43 +PS00135,1HAP,H,198-209 +PS00005,1HAP,L,23-25 +PS00006,1HAP,L,"18-21,23-26,30-33" +PS00008,1HAP,L,2-7 +PS00001,1HAQ,A,"510-513,699-702,783-786,803-806,863-866,892-895,1010-1013,1076-1079" +PS00004,1HAQ,A,"8-11,1129-1132" +PS00005,1HAQ,A,"190-192,203-205,225-227,287-289,302-304,420-422,472-474,577-579,833-835,864-866,937-939,1019-1021,1023-1025,1087-1089,1132-1134,1165-1167,1189-1191,1194-1196" +PS00006,1HAQ,A,"17-20,22-25,94-97,131-134,141-144,242-245,267-270,348-351,411-414,432-435,500-503,626-629,671-674,833-836,867-870,914-917,1023-1026,1060-1063,1113-1116,1198-1201" +PS00007,1HAQ,A,"209-216,246-252,266-273,508-515,990-997" +PS00008,1HAQ,A,"199-204,471-476,526-531,860-865,875-880" +PS00009,1HAQ,A,383-386 +PS00016,1HAQ,A,227-229 +PS00005,1HB6,A,"40-42,63-65" +PS00006,1HB6,A,"0-3,34-37,63-66" +PS00880,1HB6,A,18-36 +PS00005,1HB8,A,"40-42,63-65" +PS00006,1HB8,A,"0-3,34-37,63-66" +PS00880,1HB8,A,18-36 +PS00005,1HB8,B,"40-42,63-65" +PS00006,1HB8,B,"0-3,34-37,63-66" +PS00880,1HB8,B,18-36 +PS00005,1HB8,C,"40-42,63-65" +PS00006,1HB8,C,"0-3,34-37,63-66" +PS00880,1HB8,C,18-36 +PS00007,1HBK,A,50-57 +PS00008,1HBK,A,14-19 +PS00005,1HCC,A,29-31 +PS00006,1HCC,A,6-9 +PS00005,1HBW,A,35-37 +PS00006,1HBW,A,"5-8,9-12,35-38" +PS00005,1HBW,B,35-37 +PS00006,1HBW,B,"5-8,9-12,35-38" +PS00005,1HCD,A,"83-85,101-103" +PS00006,1HCD,A,"53-56,101-104,110-113" +PS00008,1HCD,A,"39-44,79-84" +PS00005,1HCG,A,"98-100,120-122,139-141,154-156,230-232" +PS00006,1HCG,A,"58-61,174-177,203-206" +PS00007,1HCG,A,143-149 +PS00008,1HCG,A,"2-7,28-33,124-129,235-240" +PS00134,1HCG,A,37-42 +PS00135,1HCG,A,178-189 +PS00006,1HCG,B,27-30 +PS01186,1HCG,B,20-35 +PS00004,1HCP,A,54-57 +PS00008,1HCP,A,"19-24,70-75" +PS00031,1HCP,A,6-32 +PS00004,1HCS,B,15-18 +PS00005,1HCS,B,"14-16,18-20,39-41,75-77" +PS00006,1HCS,B,"14-17,47-50" +PS00004,1HCT,B,15-18 +PS00005,1HCT,B,"14-16,18-20,39-41,75-77" +PS00006,1HCT,B,"14-17,47-50" +PS00006,1HCW,A,9-12 +PS00005,2HCC,A,38-40 +PS00006,2HCC,A,"21-24,25-28" +PS00008,2HCC,A,52-57 +PS00472,2HCC,A,5-46 +PS00005,3HCK,A,"11-13,36-38,44-46,55-57,72-74,104-106" +PS00006,3HCK,A,"11-14,44-47,79-82" +PS00008,3HCK,A,23-28 +PS00005,4HCK,A,50-52 +PS00006,4HCK,A,50-53 +PS00008,4HCK,A,0-5 +PS00005,5HCK,A,50-52 +PS00006,5HCK,A,50-53 +PS00008,5HCK,A,0-5 +PS00005,1HD0,A,"10-12,29-31,36-38" +PS00006,1HD0,A,11-14 +PS00005,1HD1,A,"10-12,29-31,36-38" +PS00006,1HD1,A,11-14 +PS00001,1HD4,A,"51-54,77-80" +PS00005,1HD4,A,42-44 +PS00006,1HD4,A,10-13 +PS00008,1HD4,A,29-34 +PS00779,1HD4,A,27-39 +PS00780,1HD4,A,77-90 +PS00005,1HDF,A,"26-28,48-50,82-84" +PS00005,1HDF,B,"26-28,48-50,82-84" +PS00005,1HDL,A,42-44 +PS00005,1HDN,A,42-44 +PS00008,1HDN,A,53-58 +PS00369,1HDN,A,12-19 +PS00589,1HDN,A,38-53 +PS00004,1HDP,A,2-5 +PS00006,1HDP,A,"5-8,26-29" +PS00027,1HDP,A,33-56 +PS00001,2HDC,A,"52-55,87-90" +PS00004,2HDC,A,20-23 +PS00005,2HDC,A,"32-34,48-50" +PS00006,2HDC,A,54-57 +PS00008,2HDC,A,72-77 +PS00657,2HDC,A,1-14 +PS00658,2HDC,A,45-51 +PS00005,2HDD,A,28-30 +PS00007,2HDD,A,19-26 +PS00008,2HDD,A,40-45 +PS00027,2HDD,A,35-58 +PS00005,2HDD,B,28-30 +PS00007,2HDD,B,19-26 +PS00008,2HDD,B,40-45 +PS00027,2HDD,B,35-58 +PS00004,3HDD,A,56-59 +PS00005,3HDD,A,26-28 +PS00007,3HDD,A,17-24 +PS00008,3HDD,A,38-43 +PS00027,3HDD,A,33-56 +PS00004,3HDD,B,56-59 +PS00005,3HDD,B,26-28 +PS00007,3HDD,B,17-24 +PS00008,3HDD,B,38-43 +PS00027,3HDD,B,33-56 +PS00001,1HEH,C,"18-21,61-64,74-77" +PS00005,1HEH,C,57-59 +PS00008,1HEH,C,"34-39,51-56,62-67,81-86" +PS00001,1HEJ,C,"18-21,61-64,74-77" +PS00005,1HEJ,C,57-59 +PS00008,1HEJ,C,"34-39,51-56,62-67,81-86" +PS00006,1HEV,A,25-28 +PS00026,1HEV,A,11-30 +PS00005,1HF9,A,29-31 +PS00006,1HF9,A,36-39 +PS00005,1HF9,B,29-31 +PS00006,1HF9,B,36-39 +PS00005,1HFG,A,"43-45,68-70" +PS00472,1HFG,A,10-51 +PS00001,1HFH,A,"16-19,45-48" +PS00005,1HFH,A,"17-19,90-92" +PS00006,1HFH,A,"20-23,67-70" +PS00008,1HFH,A,"13-18,28-33" +PS00001,1HFI,A,"16-19,45-48" +PS00005,1HFI,A,17-19 +PS00006,1HFI,A,20-23 +PS00008,1HFI,A,"13-18,28-33" +PS00005,1HFN,A,"43-45,68-70" +PS00472,1HFN,A,10-51 +PS00005,1HFS,A,10-12 +PS00006,1HFS,A,"27-30,137-140,147-150" +PS00008,1HFS,A,"73-78,120-125" +PS00142,1HFS,A,110-119 +PS00001,2HFH,A,"53-56,88-91" +PS00004,2HFH,A,21-24 +PS00005,2HFH,A,"33-35,49-51" +PS00006,2HFH,A,55-58 +PS00008,2HFH,A,73-78 +PS00657,2HFH,A,2-15 +PS00658,2HFH,A,46-52 +PS00001,1HJM,A,"56-59,72-75" +PS00005,1HJM,A,"58-60,67-69" +PS00006,1HJM,A,"18-21,68-71,74-77,91-94" +PS00008,1HJM,A,6-11 +PS00706,1HJM,A,75-93 +PS00004,2HGF,A,4-7 +PS00005,2HGF,A,"14-16,30-32,52-54" +PS00006,2HGF,A,7-10 +PS00008,2HGF,A,48-53 +PS00001,1HH5,A,11-14 +PS00008,1HH5,A,24-29 +PS00294,1HH5,A,64-67 +PS00005,1HHN,A,0-2 +PS00006,1HHN,A,26-29 +PS00007,1HHN,A,73-80 +PS00805,1HHN,A,"3-15,20-32,37-49" +PS00005,1HHV,A,"46-48,71-73" +PS00472,1HHV,A,13-54 +PS00001,1HJN,A,"56-59,72-75" +PS00005,1HJN,A,"58-60,67-69" +PS00006,1HJN,A,"18-21,68-71,74-77,91-94" +PS00008,1HJN,A,6-11 +PS00706,1HJN,A,75-93 +PS00005,1HI7,A,36-38 +PS00008,1HI7,A,"20-25,39-44" +PS00025,1HI7,A,13-33 +PS00005,1HI7,B,36-38 +PS00008,1HI7,B,"20-25,39-44" +PS00025,1HI7,B,13-33 +PS00005,1HIC,A,44-46 +PS00006,1HIC,A,31-34 +PS00008,1HIC,A,"9-14,17-22" +PS00001,1HIJ,A,"37-40,104-107" +PS00005,1HIJ,A,39-41 +PS00006,1HIJ,A,"5-8,15-18,27-30,39-42,56-59,106-109" +PS00838,1HIJ,A,6-31 +PS00001,1HIK,A,"37-40,104-107" +PS00005,1HIK,A,39-41 +PS00006,1HIK,A,"5-8,15-18,27-30,39-42,56-59,106-109" +PS00838,1HIK,A,6-31 +PS00262,1HIQ,A,5-19 +PS00005,1HIQ,B,26-28 +PS00262,1HIS,A,5-19 +PS00262,1HIT,A,5-19 +PS00005,1HIT,B,26-28 +PS00005,2HID,A,"3-5,78-80" +PS00006,2HID,A,"25-28,64-67" +PS00008,2HID,A,"52-57,65-70" +PS00369,2HID,A,11-18 +PS00589,2HID,A,37-52 +PS00005,2HIR,A,44-46 +PS00006,2HIR,A,"31-34,49-52" +PS00008,2HIR,A,"9-14,17-22" +PS00262,2HIU,A,5-19 +PS00005,2HIU,B,26-28 +PS00006,4HIR,A,"31-34,49-52" +PS00008,4HIR,A,"9-14,17-22" +PS00005,5HIR,A,44-46 +PS00006,5HIR,A,"31-34,49-52" +PS00008,5HIR,A,"9-14,17-22" +PS00006,6HIR,A,"31-34,49-52" +PS00008,6HIR,A,"9-14,17-22" +PS00005,1HJI,B,4-6 +PS00006,1HJI,B,4-7 +PS00500,1HJ0,A,16-27 +PS00008,1HJ7,A,"0-5,59-64" +PS00010,1HJ7,A,"15-26,54-65" +PS01186,1HJ7,A,"24-38,63-78" +PS01187,1HJ7,A,40-63 +PS00005,1HJD,A,"82-84,92-94" +PS00008,1HJD,A,55-60 +PS00005,1HK6,A,"22-24,74-76,86-88" +PS00006,1HK6,A,11-14 +PS00008,1HK6,A,"9-14,15-20,29-34,37-42,62-67,78-83" +PS00004,1HKT,A,92-95 +PS00005,1HKT,A,19-21 +PS00006,1HKT,A,70-73 +PS00434,1HKT,A,45-69 +PS00001,1HKO,A,19-22 +PS00005,1HKO,A,3-5 +PS00006,1HKO,A,"11-14,99-102" +PS00008,1HKO,A,54-59 +PS00191,1HKO,A,38-45 +PS00004,1HKS,A,92-95 +PS00005,1HKS,A,19-21 +PS00006,1HKS,A,70-73 +PS00434,1HKS,A,45-69 +PS00005,1HKY,A,53-55 +PS00006,1HKY,A,68-71 +PS00008,1HKY,A,"16-21,72-77" +PS00005,1HLL,A,28-30 +PS00237,1HLL,A,1-17 +PS00005,1HLQ,A,20-22 +PS00006,1HLQ,A,21-24 +PS00005,1HLQ,B,20-22 +PS00006,1HLQ,B,21-24 +PS00005,1HLQ,C,20-22 +PS00006,1HLQ,C,21-24 +PS00262,1HLS,A,5-19 +PS00005,1HLS,B,26-28 +PS00005,1HLY,A,8-10 +PS00006,1HLY,A,0-3 +PS00008,1HLY,A,21-26 +PS01138,1HLY,A,12-35 +PS00005,1HMA,A,"0-2,16-18,20-22" +PS00006,1HMA,A,"16-19,48-51" +PS00008,1HMA,A,27-32 +PS00001,2HMX,A,"109-112,124-127" +PS00005,2HMX,A,111-113 +PS00006,2HMX,A,"9-12,70-73" +PS00008,2HMX,A,"2-7,49-54" +PS00009,2HMX,A,24-27 +PS00005,1HN3,A,"10-12,32-34" +PS00008,1HN3,A,0-5 +PS00009,1HN3,A,3-6 +PS00001,1HN6,A,63-66 +PS00005,1HN6,A,"22-24,51-53,65-67" +PS00006,1HN6,A,82-85 +PS00006,1HNR,A,"7-10,38-41" +PS00017,1HNR,A,31-38 +PS00006,1HNS,A,"7-10,38-41" +PS00017,1HNS,A,31-38 +PS00005,1HO0,A,26-28 +PS00005,1HO2,A,"10-12,14-16" +PS00006,1HO2,A,14-17 +PS00005,1HO7,A,"10-12,14-16" +PS00006,1HO7,A,14-17 +PS00005,1HO9,A,28-30 +PS00005,1HOD,A,28-30 +PS00005,1HOF,A,28-30 +PS00237,1HOF,A,1-17 +PS00001,1HOM,A,60-63 +PS00005,1HOM,A,"27-29,41-43" +PS00006,1HOM,A,62-65 +PS00027,1HOM,A,34-57 +PS00001,1HOV,A,"106-109,110-113" +PS00005,1HOV,A,16-18 +PS00006,1HOV,A,"30-33,96-99,150-153" +PS00008,1HOV,A,"89-94,126-131" +PS00142,1HOV,A,116-125 +PS00005,1HOY,A,"33-35,49-51,61-63" +PS00008,1HOY,A,42-47 +PS00272,1HOY,A,42-62 +PS00006,1HOY,B,5-8 +PS00001,2HOA,A,60-63 +PS00005,2HOA,A,"27-29,41-43" +PS00006,2HOA,A,"39-42,62-65" +PS00027,2HOA,A,34-57 +PS00008,1HP2,A,8-13 +PS01138,1HP2,A,12-34 +PS00004,1HP3,A,24-27 +PS00005,1HP3,A,12-14 +PS00006,1HP3,A,12-15 +PS00008,1HP3,A,"6-11,26-31" +PS60017,1HP3,A,16-23 +PS00001,1HP8,A,59-62 +PS00005,1HP8,A,61-63 +PS00006,1HP8,A,"21-24,50-53" +PS00005,1HP9,A,16-18 +PS00006,1HP9,A,16-19 +PS00006,1HPH,A,0-3 +PS00335,1HPH,A,1-11 +PS00006,1HPJ,A,64-67 +PS00008,1HPJ,A,"3-8,43-48" +PS00021,1HPJ,A,48-61 +PS00006,1HPK,A,64-67 +PS00008,1HPK,A,"3-8,43-48" +PS00021,1HPK,A,48-61 +PS00005,1HPW,A,76-78 +PS00006,1HPW,A,109-112 +PS00008,1HPW,A,"3-8,33-38,62-67" +PS00017,1HPW,A,83-90 +PS00006,1HPY,A,0-3 +PS00335,1HPY,A,1-11 +PS00001,2HP8,A,59-62 +PS00005,2HP8,A,61-63 +PS00006,2HP8,A,"21-24,50-53" +PS00006,1HQB,A,"16-19,58-61" +PS00008,1HQB,A,33-38 +PS00004,1HQI,A,48-51 +PS00006,1HQI,A,51-54 +PS00005,2HQI,A,"19-21,68-70" +PS00006,2HQI,A,"25-28,31-34,45-48" +PS00007,2HQI,A,58-65 +PS00008,2HQI,A,10-15 +PS01047,2HQI,A,8-37 +PS00005,1HRA,A,76-78 +PS00006,1HRA,A,22-25 +PS00008,1HRA,A,20-25 +PS00031,1HRA,A,7-33 +PS00008,1HRE,A,43-48 +PS00022,1HRE,A,35-46 +PS01186,1HRE,A,35-46 +PS00005,1HRJ,A,"30-32,42-44" +PS00472,1HRJ,A,9-50 +PS00005,1HRJ,B,"30-32,42-44" +PS00472,1HRJ,B,9-50 +PS00008,1HRL,A,4-9 +PS00006,1HRM,A,"2-5,50-53" +PS00008,1HRM,A,0-5 +PS00005,1HRQ,A,"25-27,80-82" +PS00006,1HRQ,A,23-26 +PS00005,1HRR,A,"25-27,80-82" +PS00006,1HRR,A,23-26 +PS00006,1HRY,A,46-49 +PS00006,1HRZ,A,46-49 +PS00001,1HS7,A,48-51 +PS00004,1HS7,A,31-34 +PS00005,1HS7,A,"30-32,51-53" +PS00006,1HS7,A,"13-16,30-33,51-54" +PS00007,1HS7,A,32-39 +PS00029,1HS7,A,61-82 +PS00001,1HSM,A,41-44 +PS00006,1HSM,A,"28-31,43-46" +PS00007,1HSM,A,61-69 +PS00008,1HSM,A,26-31 +PS00001,1HSN,A,41-44 +PS00006,1HSN,A,"28-31,43-46" +PS00007,1HSN,A,61-69 +PS00008,1HSN,A,26-31 +PS00005,1HSQ,A,3-5 +PS00009,1HSQ,A,46-49 +PS00016,1HSQ,A,42-44 +PS00005,2HSP,A,3-5 +PS00009,2HSP,A,46-49 +PS00016,2HSP,A,42-44 +PS00001,3HSF,A,79-82 +PS00006,3HSF,A,"25-28,77-80,81-84" +PS00008,3HSF,A,73-78 +PS00434,3HSF,A,43-67 +PS00001,7HSC,A,"32-35,102-105" +PS00004,7HSC,A,30-33 +PS00005,7HSC,A,"110-112,152-154" +PS00006,7HSC,A,"45-48,104-107,110-113,126-129" +PS00007,7HSC,A,132-140 +PS00008,7HSC,A,17-22 +PS00005,1HTA,A,54-56 +PS00009,1HTA,A,50-53 +PS00005,1HTE,A,11-13 +PS00006,1HTE,A,"25-28,30-33" +PS00008,1HTE,A,"26-31,47-52,93-98" +PS00141,1HTE,A,21-32 +PS00005,1HTE,B,11-13 +PS00006,1HTE,B,"25-28,30-33" +PS00008,1HTE,B,"26-31,47-52,93-98" +PS00141,1HTE,B,21-32 +PS00005,1HTF,A,11-13 +PS00006,1HTF,A,"25-28,30-33" +PS00008,1HTF,A,"26-31,47-52,93-98" +PS00141,1HTF,A,21-32 +PS00005,1HTF,B,11-13 +PS00006,1HTF,B,"25-28,30-33" +PS00008,1HTF,B,"26-31,47-52,93-98" +PS00141,1HTF,B,21-32 +PS00005,1HTG,A,11-13 +PS00006,1HTG,A,"25-28,30-33" +PS00008,1HTG,A,"26-31,47-52,93-98" +PS00141,1HTG,A,21-32 +PS00005,1HTG,B,11-13 +PS00006,1HTG,B,"25-28,30-33" +PS00008,1HTG,B,"26-31,47-52,93-98" +PS00141,1HTG,B,21-32 +PS00006,1HTH,A,0-3 +PS00008,1HTH,A,11-16 +PS00335,1HTH,A,1-11 +PS00008,1HTX,A,13-18 +PS00004,1HU7,A,3-6 +PS00005,1HU7,A,6-8 +PS00001,1HUE,A,1-4 +PS00005,1HUE,A,16-18 +PS00006,1HUE,A,"16-19,30-33,64-67" +PS00045,1HUE,A,45-64 +PS00001,1HUE,B,1-4 +PS00005,1HUE,B,16-18 +PS00006,1HUE,B,"16-19,30-33,64-67" +PS00045,1HUE,B,45-64 +PS00262,1HUI,A,5-19 +PS00005,1HUM,A,"15-17,43-45" +PS00472,1HUM,A,10-51 +PS00005,1HUM,B,"15-17,43-45" +PS00472,1HUM,B,10-51 +PS00005,1HUN,A,"15-17,43-45" +PS00472,1HUN,A,10-51 +PS00005,1HUN,B,"15-17,43-45" +PS00472,1HUN,B,10-51 +PS00001,1HUT,H,52-55 +PS00005,1HUT,H,"33-35,175-177" +PS00006,1HUT,H,"4-7,21-24,54-57,68-71,78-81,225-228" +PS00009,1HUT,H,193-196 +PS00016,1HUT,H,196-198 +PS00134,1HUT,H,38-43 +PS00135,1HUT,H,198-209 +PS00005,1HUT,L,23-25 +PS00006,1HUT,L,"18-21,23-26,30-33" +PS00008,1HUT,L,2-7 +PS00001,1HV0,A,"7-10,19-22,24-27,28-31,140-143,180-183" +PS00004,1HV0,A,134-137 +PS00005,1HV0,A,"86-88,92-94,96-98,109-111,129-131,133-135" +PS00008,1HV0,A,"12-17,20-25,91-96,138-143,156-161" +PS00777,1HV0,A,168-179 +PS00001,1HV1,A,"7-10,19-22,24-27,28-31,140-143,180-183" +PS00004,1HV1,A,134-137 +PS00005,1HV1,A,"86-88,92-94,96-98,109-111,129-131,133-135" +PS00008,1HV1,A,"12-17,20-25,91-96,138-143,156-161" +PS00776,1HV1,A,74-84 +PS00777,1HV1,A,168-179 +PS00005,1HV2,A,27-29 +PS00006,1HV2,A,"9-12,70-73" +PS00007,1HV2,A,55-62 +PS00005,1HV2,B,0-2 +PS00006,1HV2,B,0-3 +PS00342,1HVN,E,15-17 +PS00342,1HVO,E,15-17 +PS60016,1HVW,A,0-7 +PS00008,1HVZ,A,9-14 +PS00008,1HX2,A,38-43 +PS00005,1HX7,A,"34-36,42-44,88-90" +PS00006,1HX7,A,"40-43,98-101" +PS00008,1HX7,A,26-31 +PS00397,1HX7,A,5-13 +PS00398,1HX7,A,57-69 +PS00005,1HXV,A,"11-13,25-27" +PS00006,1HXV,A,20-23 +PS00008,1HXV,A,41-46 +PS00005,1HY8,A,26-28 +PS00006,1HY8,A,"26-29,54-57,63-66" +PS00008,1HY8,A,15-20 +PS00012,1HY8,A,30-45 +PS00008,1HY9,A,"17-22,29-34" +PS00005,1HYI,A,"21-23,39-41,47-49" +PS00008,1HYI,A,31-36 +PS00005,1HYJ,A,"21-23,39-41,47-49" +PS00008,1HYJ,A,31-36 +PS60024,1HYK,A,0-42 +PS00008,1HYM,A,"14-19,39-44" +PS00285,1HYM,A,9-20 +PS00005,1HYW,A,"18-20,56-58" +PS00006,1HYW,A,"1-4,38-41" +PS00009,1HYW,A,"18-21,28-31" +PS00005,1HZ3,A,16-18 +PS00008,1HZ3,A,15-20 +PS00008,1JRJ,A,"3-8,28-33" +PS00260,1JRJ,A,0-22 +PS00001,1HZ5,A,21-24 +PS00005,1HZ5,A,"12-14,46-48" +PS00007,1HZ5,A,35-43 +PS00008,1HZ5,A,22-27 +PS00001,1HZ5,B,21-24 +PS00005,1HZ5,B,"12-14,46-48" +PS00007,1HZ5,B,35-43 +PS00008,1HZ5,B,22-27 +PS00001,1HZ6,A,21-24 +PS00005,1HZ6,A,"12-14,46-48" +PS00007,1HZ6,A,35-43 +PS00008,1HZ6,A,22-27 +PS00001,1HZ6,B,21-24 +PS00005,1HZ6,B,"12-14,46-48" +PS00007,1HZ6,B,35-43 +PS00008,1HZ6,B,22-27 +PS00001,1HZ6,C,21-24 +PS00005,1HZ6,C,"12-14,46-48" +PS00007,1HZ6,C,35-43 +PS00008,1HZ6,C,22-27 +PS00008,1HZ8,A,"0-5,59-64" +PS00010,1HZ8,A,"15-26,54-65" +PS01186,1HZ8,A,"24-38,63-78" +PS01187,1HZ8,A,40-63 +PS00005,1HZE,A,"8-10,66-68" +PS00006,1HZE,A,"13-16,49-52" +PS00008,1HZE,A,"3-8,34-39,45-50,55-60" +PS00005,1HZE,B,"8-10,66-68" +PS00006,1HZE,B,"13-16,49-52" +PS00008,1HZE,B,"3-8,34-39,45-50,55-60" +PS00005,1LPV,A,"2-4,20-22" +PS00008,1LPV,A,16-21 +PS40000,1LPV,A,9-38 +PS00006,1HZK,A,"73-76,97-100" +PS00008,1HZK,A,"10-15,23-28,39-44,77-82,93-98" +PS00006,1HZL,A,"73-76,97-100" +PS00008,1HZL,A,"10-15,23-28,39-44,77-82,93-98" +PS00005,1HZM,A,"3-5,86-88" +PS00006,1HZM,A,"47-50,77-80,100-103,108-111,148-151" +PS00004,1HZN,A,17-20 +PS00008,1HZN,A,21-26 +PS00005,1I02,A,"28-30,55-57" +PS00272,1I02,A,36-56 +PS00008,1I0U,A,"0-5,59-64" +PS00010,1I0U,A,"15-26,54-65" +PS01186,1I0U,A,"24-38,63-78" +PS01187,1I0U,A,40-63 +PS00001,1I11,A,33-36 +PS00006,1I11,A,46-49 +PS00007,1I11,A,67-73 +PS00001,1I16,A,4-7 +PS00004,1I16,A,114-117 +PS00006,1I16,A,"5-8,23-26,93-96" +PS00008,1I16,A,"40-45,47-52" +PS00001,1I17,A,"48-51,60-63" +PS00005,1I17,A,93-95 +PS00008,1I17,A,"21-26,43-48" +PS00009,1I17,A,12-15 +PS00005,1I18,A,"8-10,66-68" +PS00006,1I18,A,"13-16,49-52" +PS00008,1I18,A,"3-8,34-39,45-50,55-60" +PS00005,1I18,B,"8-10,66-68" +PS00006,1I18,B,"13-16,49-52" +PS00008,1I18,B,"3-8,34-39,45-50,55-60" +PS00001,7I1B,A,6-9 +PS00005,7I1B,A,8-10 +PS00006,7I1B,A,"8-11,124-127" +PS00008,7I1B,A,134-139 +PS00253,7I1B,A,111-131 +PS00006,1I1S,A,32-35 +PS00008,1I1S,A,67-72 +PS00001,6I1B,A,6-9 +PS00005,6I1B,A,8-10 +PS00006,6I1B,A,"8-11,124-127" +PS00008,6I1B,A,134-139 +PS00253,6I1B,A,111-131 +PS00008,1I25,A,24-29 +PS60022,1I25,A,3-33 +PS00005,1I26,A,14-16 +PS60010,1I26,A,4-32 +PS00001,1I2U,A,12-15 +PS00008,1I2U,A,28-33 +PS00001,1I2V,A,12-15 +PS00008,1I2V,A,28-33 +PS00001,1I35,A,63-66 +PS00004,1I35,A,29-32 +PS00005,1I35,A,46-48 +PS00006,1I35,A,"16-19,32-35,53-56,65-68,83-86" +PS00008,1I35,A,9-14 +PS00016,1I35,A,17-19 +PS00001,1I45,A,"13-16,212-215" +PS00005,1I45,A,"18-20,95-97,186-188,218-220,234-236" +PS00006,1I45,A,"18-21,30-33,44-47,129-132,176-179,218-221" +PS00008,1I45,A,"14-19,61-66,71-76,117-122,170-175,208-213" +PS00001,1I45,B,"13-16,212-215" +PS00005,1I45,B,"18-20,95-97,186-188,218-220,234-236" +PS00006,1I45,B,"18-21,30-33,44-47,129-132,176-179,218-221" +PS00008,1I45,B,"14-19,61-66,71-76,117-122,170-175,208-213" +PS00001,1I42,A,"31-34,70-73" +PS00005,1I42,A,"33-35,72-74" +PS00006,1I42,A,72-75 +PS00001,1I4M,A,"62-65,78-81" +PS00005,1I4M,A,"64-66,73-75" +PS00006,1I4M,A,"24-27,74-77,80-83,97-100" +PS00008,1I4M,A,"0-5,12-17" +PS00706,1I4M,A,81-99 +PS00005,1I4V,A,70-72 +PS00006,1I4V,A,"35-38,42-45,56-59,95-98" +PS00008,1I4V,A,40-45 +PS00005,1I4V,B,70-72 +PS00006,1I4V,B,"35-38,42-45,56-59,95-98" +PS00008,1I4V,B,40-45 +PS00001,1I56,A,49-52 +PS00006,1I56,A,4-7 +PS00007,1I56,A,116-123 +PS00128,1I56,A,76-94 +PS00006,1I5H,W,"1-4,19-22,35-38" +PS01159,1I5H,W,15-40 +PS00005,1I5J,A,27-29 +PS00006,1I5J,A,23-26 +PS00004,1I5T,A,"85-88,98-101" +PS00005,1I5T,A,"57-59,88-90" +PS00006,1I5T,A,"46-49,57-60,62-65,88-91" +PS00008,1I5T,A,40-45 +PS00009,1I5T,A,"4-7,35-38" +PS00001,1I5U,A,13-16 +PS00006,1I5U,A,5-8 +PS00008,1I5U,A,48-53 +PS00191,1I5U,A,32-39 +PS00001,1I6C,A,"24-27,34-37" +PS00004,1I6C,A,7-10 +PS00005,1I6C,A,13-15 +PS00006,1I6C,A,26-29 +PS00008,1I6C,A,33-38 +PS01159,1I6C,A,5-31 +PS00001,1I6D,A,44-47 +PS00008,1I6D,A,74-79 +PS00001,1I6E,A,44-47 +PS00008,1I6E,A,74-79 +PS00004,1I6F,A,27-30 +PS00008,1I6F,A,"9-14,43-48" +PS00004,1I6G,A,27-30 +PS00008,1I6G,A,"9-14,43-48" +PS00006,1I6U,A,"1-4,14-17,111-114" +PS00007,1I6U,A,38-45 +PS00009,1I6U,A,19-22 +PS00006,1I6U,B,"1-4,14-17,111-114" +PS00007,1I6U,B,38-45 +PS00009,1I6U,B,19-22 +PS00016,1I6Y,A,5-7 +PS00005,1I6Z,A,122-124 +PS00006,1I6Z,A,11-14 +PS00008,1I6Z,A,45-50 +PS00008,1I8X,A,"12-17,21-26" +PS00005,1I87,A,3-5 +PS00006,1I87,A,"3-6,11-14" +PS00008,1I87,A,54-59 +PS00191,1I87,A,38-45 +PS00008,1IEO,A,1-6 +PS00005,1I8C,A,3-5 +PS00006,1I8C,A,"3-6,11-14" +PS00008,1I8C,A,54-59 +PS00191,1I8C,A,38-45 +PS00005,1I8E,A,4-6 +PS00016,1I8E,A,6-8 +PS00001,1I8G,B,"24-27,34-37" +PS00004,1I8G,B,7-10 +PS00005,1I8G,B,13-15 +PS00006,1I8G,B,26-29 +PS00008,1I8G,B,33-38 +PS01159,1I8G,B,5-31 +PS00001,1I8H,B,"24-27,34-37" +PS00004,1I8H,B,7-10 +PS00005,1I8H,B,13-15 +PS00006,1I8H,B,26-29 +PS00008,1I8H,B,33-38 +PS01159,1I8H,B,5-31 +PS00008,1I8Y,A,"10-15,19-24" +PS00016,1I93,A,5-7 +PS00016,1I98,A,5-7 +PS00004,1I9F,B,0-3 +PS00006,1I9F,B,6-9 +PS00008,1I9F,B,2-7 +PS00001,1IAQ,A,84-87 +PS00005,1IAQ,A,"38-40,144-146" +PS00006,1IAQ,A,"34-37,88-91" +PS00007,1IAQ,A,"87-95,148-156" +PS00008,1IAQ,A,"12-17,150-155" +PS00017,1IAQ,A,9-16 +PS00001,1IAQ,B,84-87 +PS00005,1IAQ,B,"38-40,144-146" +PS00006,1IAQ,B,"34-37,88-91" +PS00007,1IAQ,B,"87-95,148-156" +PS00008,1IAQ,B,"12-17,150-155" +PS00017,1IAQ,B,9-16 +PS00001,1IAQ,C,84-87 +PS00005,1IAQ,C,"38-40,144-146" +PS00006,1IAQ,C,"34-37,88-91" +PS00007,1IAQ,C,"87-95,148-156" +PS00008,1IAQ,C,"12-17,150-155" +PS00017,1IAQ,C,9-16 +PS00006,1IB7,A,7-10 +PS00007,1IB7,A,27-34 +PS00008,1IB7,A,50-55 +PS00191,1IB7,A,34-41 +PS00001,1IB8,A,54-57 +PS00004,1IB8,A,141-144 +PS00005,1IB8,A,"69-71,140-142" +PS00006,1IB8,A,"1-4,8-11,52-55" +PS00008,1IB8,A,"50-55,109-114,122-127" +PS00004,1IB9,A,15-18 +PS00006,1IB9,A,0-3 +PS00008,1IB9,A,"1-6,22-27,28-33" +PS00286,1IB9,A,7-26 +PS00001,1IBA,A,27-30 +PS00006,1IBA,A,"29-32,41-44,46-49,74-77,81-84" +PS00008,1IBA,A,"23-28,60-65" +PS01035,1IBA,A,27-44 +PS00001,1IBI,A,24-27 +PS00005,1IBI,A,"25-27,78-80" +PS00006,1IBI,A,76-79 +PS00007,1IBI,A,40-46 +PS00008,1IBI,A,"34-39,102-107" +PS00478,1IBI,A,38-72 +PS00008,1IBN,A,0-5 +PS00008,1IBO,A,0-5 +PS00005,1IBX,A,"6-8,14-16" +PS00006,1IBX,A,"24-27,61-64" +PS00008,1IBX,A,"42-47,51-56" +PS00001,1IBX,B,"70-73,141-144" +PS00005,1IBX,B,"10-12,61-63" +PS00006,1IBX,B,"15-18,43-46,52-55,81-84,112-115" +PS00008,1IBX,B,77-82 +PS00005,1IC9,A,"10-12,18-20,24-26" +PS00006,1IC9,A,0-3 +PS00001,1ICA,A,11-14 +PS00008,1ICA,A,"7-12,23-28,33-38" +PS00001,1ICC,A,15-18 +PS00004,1ICC,A,13-16 +PS00006,1ICC,A,"16-19,56-59" +PS00008,1ICC,A,50-55 +PS00191,1ICC,A,34-41 +PS00001,1ICC,B,15-18 +PS00004,1ICC,B,13-16 +PS00006,1ICC,B,"16-19,56-59" +PS00008,1ICC,B,50-55 +PS00191,1ICC,B,34-41 +PS00001,1ICC,C,15-18 +PS00004,1ICC,C,13-16 +PS00006,1ICC,C,"16-19,56-59" +PS00008,1ICC,C,50-55 +PS00191,1ICC,C,34-41 +PS00001,1ICC,D,15-18 +PS00004,1ICC,D,13-16 +PS00006,1ICC,D,"16-19,56-59" +PS00008,1ICC,D,50-55 +PS00191,1ICC,D,34-41 +PS00004,1ICH,A,64-67 +PS00005,1ICH,A,"62-64,67-69" +PS00006,1ICH,A,37-40 +PS00007,1ICH,A,50-57 +PS00005,1ICL,A,"10-12,18-20,24-26" +PS00006,1ICL,A,0-3 +PS00005,1ICO,A,"10-12,18-20,24-26" +PS00006,1ICO,A,0-3 +PS00005,1ICW,A,0-2 +PS00006,1ICW,A,0-3 +PS00005,1ICW,B,0-2 +PS00006,1ICW,B,0-3 +PS00001,1ICX,A,"76-79,80-83" +PS00005,1ICX,A,"50-52,128-130" +PS00006,1ICX,A,"120-123,128-131" +PS00008,1ICX,A,"46-51,88-93,108-113,139-144" +PS00451,1ICX,A,86-118 +PS00006,1ICY,A,2-5 +PS00006,1ID8,A,"40-43,52-55,120-123,125-128" +PS00008,1ID8,A,"8-13,37-42" +PS00005,1IDG,A,"33-35,49-51,61-63" +PS00008,1IDG,A,42-47 +PS00272,1IDG,A,42-62 +PS00005,1IDH,A,"33-35,49-51,61-63" +PS00008,1IDH,A,42-47 +PS00272,1IDH,A,42-62 +PS00005,1IDI,A,"33-35,49-51,61-63" +PS00008,1IDI,A,42-47 +PS00272,1IDI,A,42-62 +PS00005,1IDL,A,"33-35,49-51,61-63" +PS00008,1IDL,A,42-47 +PS00272,1IDL,A,42-62 +PS00001,1IDY,A,46-49 +PS00004,1IDY,A,3-6 +PS00005,1IDY,A,48-50 +PS00006,1IDY,A,6-9 +PS00008,1IDY,A,23-28 +PS00001,1IDZ,A,46-49 +PS00004,1IDZ,A,3-6 +PS00005,1IDZ,A,48-50 +PS00006,1IDZ,A,6-9 +PS00008,1IDZ,A,23-28 +PS00001,1IE5,A,"21-24,25-28" +PS00005,1IE5,A,12-14 +PS00007,1IE5,A,78-84 +PS00004,1IE6,A,22-25 +PS00006,1IE6,A,25-28 +PS00009,1IE6,A,16-19 +PS60028,1IE6,A,2-31 +PS00005,1IEH,A,"16-18,62-64,84-86" +PS00006,1IEH,A,"116-119,124-127" +PS00007,1IEH,A,86-93 +PS00008,1IEH,A,"101-106,109-114" +PS00005,1IET,A,3-5 +PS00006,1IET,A,"3-6,11-14" +PS00008,1IET,A,54-59 +PS00191,1IET,A,38-45 +PS00005,1IEU,A,3-5 +PS00006,1IEU,A,"3-6,11-14" +PS00008,1IEU,A,54-59 +PS00191,1IEU,A,38-45 +PS00001,1IEZ,A,"1-4,85-88" +PS00004,1IEZ,A,213-216 +PS00005,1IEZ,A,"57-59,116-118" +PS00006,1IEZ,A,"10-13,109-112,175-178,200-203" +PS00008,1IEZ,A,"91-96,103-108,124-129,144-149" +PS00001,1IFV,A,80-83 +PS00004,1IFV,A,52-55 +PS00005,1IFV,A,50-52 +PS00006,1IFV,A,"87-90,104-107,120-123" +PS00008,1IFV,A,"46-51,59-64,88-93,108-113,139-144" +PS00451,1IFV,A,86-118 +PS00001,1IFV,B,80-83 +PS00004,1IFV,B,52-55 +PS00005,1IFV,B,50-52 +PS00006,1IFV,B,"87-90,104-107,120-123" +PS00008,1IFV,B,"46-51,59-64,88-93,108-113,139-144" +PS00451,1IFV,B,86-118 +PS00004,1IFW,A,29-32 +PS00005,1IFW,A,"4-6,32-34,79-81" +PS00006,1IFW,A,35-38 +PS00008,1IFW,A,3-8 +PS00006,1IFY,A,3-6 +PS00001,2IF1,A,82-85 +PS00006,2IF1,A,"29-32,84-87" +PS00009,2IF1,A,51-54 +PS00005,2IFE,A,46-48 +PS00006,2IFE,A,82-85 +PS00007,2IFE,A,18-26 +PS00008,2IFE,A,20-25 +PS00005,3IFB,A,"4-6,47-49,103-105" +PS00006,3IFB,A,"47-50,103-106" +PS00008,3IFB,A,"43-48,64-69,98-103" +PS00214,3IFB,A,3-20 +PS00006,1IG4,A,"44-47,59-62" +PS00007,1IG4,A,43-51 +PS00008,1IG4,A,24-29 +PS00004,1IG5,A,70-73 +PS00006,1IG5,A,"1-4,23-26,43-46,61-64" +PS00018,1IG5,A,53-65 +PS00029,1IG5,A,31-52 +PS00303,1IG5,A,48-69 +PS00005,1IG6,A,"51-53,76-78" +PS00006,1IG6,A,19-22 +PS00007,1IG6,A,18-26 +PS00008,1IG6,A,"45-50,64-69" +PS00005,1IGC,A,"6-8,15-17,21-23" +PS00006,1IGC,A,"48-51,57-60" +PS00004,1IGC,H,17-20 +PS00005,1IGC,H,"16-18,62-64,84-86,119-121,192-194,209-211" +PS00006,1IGC,H,210-213 +PS00007,1IGC,H,"42-49,86-93" +PS00008,1IGC,H,"91-96,110-115,163-168" +PS00005,1IGC,L,"6-8,21-23,42-44,51-53,151-153,195-197" +PS00006,1IGC,L,"13-16,66-69,101-104,160-163,180-183" +PS00008,1IGC,L,"63-68,88-93,156-161" +PS00290,1IGC,L,190-196 +PS00005,1IGD,A,"6-8,15-17,21-23" +PS00006,1IGD,A,"48-51,57-60" +PS00005,1IGL,A,35-37 +PS00262,1IGL,A,45-59 +PS00004,1IGV,A,70-73 +PS00006,1IGV,A,"1-4,23-26,43-46,61-64" +PS00018,1IGV,A,53-65 +PS00029,1IGV,A,31-52 +PS00303,1IGV,A,48-69 +PS00005,2IGG,A,"6-8,15-17,59-61" +PS00006,2IGG,A,"20-23,48-51,57-60" +PS00005,2IGH,A,"6-8,15-17,21-23" +PS00006,2IGH,A,"48-51,57-60" +PS00006,1IH0,A,"2-5,36-39" +PS00018,1IH0,A,"14-26,50-62" +PS00006,1IHQ,A,"4-7,15-18" +PS00007,1IHQ,A,14-21 +PS00008,1IHQ,A,0-5 +PS00006,1IHQ,B,"4-7,15-18" +PS00007,1IHQ,B,14-21 +PS00008,1IHQ,B,0-5 +PS00001,1IIE,A,2-5 +PS00006,1IIE,A,27-30 +PS00001,1IIE,B,2-5 +PS00006,1IIE,B,27-30 +PS00001,1IIE,C,2-5 +PS00006,1IIE,C,27-30 +PS00005,1IIO,A,43-45 +PS00006,1IIO,A,"28-31,61-64,69-72" +PS00008,1IIO,A,"13-18,57-62" +PS00001,1IIY,A,29-32 +PS00005,1IIY,A,"45-47,56-58,81-83,96-98" +PS00006,1IIY,A,"19-22,31-34,37-40" +PS00008,1IIY,A,"14-19,26-31" +PS00001,1IJA,A,"48-51,55-58,89-92" +PS00004,1IJA,A,78-81 +PS00005,1IJA,A,"91-93,98-100" +PS00006,1IJA,A,"43-46,50-53,62-65,98-101,124-127" +PS00007,1IJA,A,86-94 +PS00008,1IJA,A,41-46 +PS00006,1IJC,A,"17-20,41-44" +PS00008,1IJC,A,"6-11,37-42" +PS00008,1IJP,A,"22-27,28-33,57-62" +PS00605,1IJP,A,39-60 +PS00001,1IJZ,A,"18-21,29-32,37-40,52-55" +PS00005,1IJZ,A,62-64 +PS00006,1IJZ,A,"57-60,87-90" +PS00008,1IJZ,A,"41-46,77-82" +PS00838,1IJZ,A,9-36 +PS00001,1IK0,A,"18-21,29-32,37-40,52-55" +PS00005,1IK0,A,62-64 +PS00006,1IK0,A,"57-60,87-90" +PS00008,1IK0,A,"41-46,77-82" +PS00838,1IK0,A,9-36 +PS00005,1IK4,A,3-5 +PS00006,1IK4,A,27-30 +PS00008,1IK4,A,"45-50,56-61,74-79" +PS01335,1IK4,A,64-72 +PS00005,1IK4,B,3-5 +PS00006,1IK4,B,27-30 +PS00008,1IK4,B,"45-50,56-61,74-79" +PS01335,1IK4,B,64-72 +PS00005,1IK4,C,3-5 +PS00006,1IK4,C,27-30 +PS00008,1IK4,C,"45-50,56-61,74-79" +PS01335,1IK4,C,64-72 +PS00005,1IK4,D,3-5 +PS00006,1IK4,D,27-30 +PS00008,1IK4,D,"45-50,56-61,74-79" +PS01335,1IK4,D,64-72 +PS00005,1IK4,E,3-5 +PS00006,1IK4,E,27-30 +PS00008,1IK4,E,"45-50,56-61,74-79" +PS01335,1IK4,E,64-72 +PS00005,1IK4,F,3-5 +PS00006,1IK4,F,27-30 +PS00008,1IK4,F,"45-50,56-61,74-79" +PS01335,1IK4,F,64-72 +PS00001,1IK7,A,73-76 +PS00005,1IK7,A,52-54 +PS00006,1IK7,A,4-7 +PS00008,1IK7,A,"0-5,69-74" +PS00001,1IK7,B,73-76 +PS00005,1IK7,B,52-54 +PS00006,1IK7,B,4-7 +PS00008,1IK7,B,"0-5,69-74" +PS00005,1IKC,A,"33-35,49-51,61-63" +PS00008,1IKC,A,42-47 +PS00272,1IKC,A,42-62 +PS00005,1IKL,A,0-2 +PS00006,1IKL,A,0-3 +PS00005,1IKM,A,0-2 +PS00006,1IKM,A,0-3 +PS00001,1IKU,A,112-115 +PS00005,1IKU,A,"39-41,166-168" +PS00006,1IKU,A,"22-25,43-46,105-108,116-119,132-135,166-169" +PS00008,1IKU,A,"0-5,173-178" +PS00009,1IKU,A,157-160 +PS00018,1IKU,A,"72-84,108-120" +PS00001,1IL6,A,"45-48,144-147" +PS00004,1IL6,A,40-43 +PS00005,1IL6,A,"22-24,52-54,118-120,169-171,177-179" +PS00006,1IL6,A,"20-23,52-55,107-110,137-140,169-172" +PS00008,1IL6,A,72-77 +PS00254,1IL6,A,73-98 +PS00005,1IL8,A,0-2 +PS00006,1IL8,A,0-3 +PS00471,1IL8,A,6-51 +PS00005,1IL8,B,0-2 +PS00006,1IL8,B,0-3 +PS00471,1IL8,B,6-51 +PS00001,1ILF,A,62-65 +PS00004,1ILF,A,18-21 +PS00006,1ILF,A,9-12 +PS00007,1ILF,A,22-28 +PS00008,1ILF,A,60-65 +PS00006,1ILO,A,67-70 +PS00008,1ILO,A,7-12 +PS00005,1ILP,A,0-2 +PS00006,1ILP,A,0-3 +PS00471,1ILP,A,6-51 +PS00005,1ILP,B,0-2 +PS00006,1ILP,B,0-3 +PS00471,1ILP,B,6-51 +PS00005,1ILQ,A,0-2 +PS00006,1ILQ,A,0-3 +PS00471,1ILQ,A,6-51 +PS00005,1ILQ,B,0-2 +PS00006,1ILQ,B,0-3 +PS00471,1ILQ,B,6-51 +PS00001,1ILY,A,38-41 +PS00005,1ILY,A,8-10 +PS00008,1ILY,A,81-86 +PS00001,2IL6,A,"45-48,144-147" +PS00004,2IL6,A,40-43 +PS00005,2IL6,A,"22-24,52-54,118-120,169-171,177-179" +PS00006,2IL6,A,"20-23,52-55,107-110,137-140,169-172" +PS00008,2IL6,A,72-77 +PS00254,2IL6,A,73-98 +PS00005,2IL8,A,0-2 +PS00006,2IL8,A,0-3 +PS00471,2IL8,A,6-51 +PS00005,2IL8,B,0-2 +PS00006,2IL8,B,0-3 +PS00471,2IL8,B,6-51 +PS00005,3IL8,A,0-2 +PS00006,3IL8,A,0-3 +PS00471,3IL8,A,6-51 +PS00001,9ILB,A,6-9 +PS00005,9ILB,A,8-10 +PS00006,9ILB,A,"8-11,124-127" +PS00008,9ILB,A,134-139 +PS00253,9ILB,A,111-131 +PS60014,1IM1,A,1-11 +PS00006,1IMT,A,35-38 +PS00005,1IM7,A,5-7 +PS60014,1IMI,A,1-11 +PS00005,1IML,A,73-75 +PS00008,1IML,A,67-72 +PS00478,1IML,A,2-36 +PS00006,1IMO,A,"1-4,26-29" +PS00005,1IMP,A,69-71 +PS00006,1IMP,A,"5-8,10-13,26-29,37-40,47-50" +PS00008,1IMP,A,65-70 +PS00005,1IMQ,A,69-71 +PS00006,1IMQ,A,"5-8,10-13,26-29,37-40,47-50" +PS00008,1IMQ,A,65-70 +PS00005,1IMT,A,"26-28,44-46,70-72" +PS00008,1IMT,A,15-20 +PS00001,1IMU,A,3-6 +PS00005,1IMU,A,"5-7,93-95" +PS00006,1IMU,A,65-68 +PS00008,1IMU,A,54-59 +PS00029,1IMU,A,19-40 +PS00005,1IMX,A,33-35 +PS00262,1IMX,A,46-60 +PS00006,1IN1,A,"1-4,26-29" +PS00001,1INZ,A,19-22 +PS00005,1INZ,A,"1-3,8-10,92-94,108-110" +PS00006,1INZ,A,"21-24,31-34,82-85,90-93,108-111" +PS00008,1IO6,A,39-44 +PS00016,1IO6,A,22-24 +PS00001,1IOB,A,6-9 +PS00005,1IOB,A,8-10 +PS00006,1IOB,A,"8-11,124-127" +PS00008,1IOB,A,134-139 +PS00253,1IOB,A,111-131 +PS00262,1IOG,A,5-19 +PS00262,1IOH,A,5-19 +PS00005,1IOJ,A,34-36 +PS00006,1IOJ,A,"5-8,16-19" +PS00006,1IOP,A,"2-5,34-37,50-53" +PS00007,1IOP,A,144-150 +PS00005,1IOU,A,80-82 +PS00006,1IOU,A,"10-13,57-60,135-138" +PS00007,1IOU,A,55-63 +PS00008,1IOU,A,"6-11,36-41,61-66,76-81" +PS00022,1IOX,A,31-42 +PS01186,1IOX,A,31-42 +PS00022,1IP0,A,31-42 +PS01186,1IP0,A,31-42 +PS00005,1IP9,A,"11-13,32-34" +PS00006,1IP9,A,"32-35,59-62,80-83" +PS00008,1IP9,A,"0-5,8-13" +PS00005,1IPG,A,"11-13,32-34" +PS00006,1IPG,A,"32-35,59-62,80-83" +PS00008,1IPG,A,"0-5,8-13" +PS00001,1IQ3,A,5-8 +PS00006,1IQ3,A,"1-4,7-10,53-56,64-67,73-76" +PS00007,1IQ3,A,14-22 +PS00008,1IQ3,A,96-101 +PS00018,1IQ3,A,65-77 +PS00001,1IQ5,A,60-63 +PS00005,1IQ5,A,"28-30,146-148" +PS00006,1IQ5,A,"17-20,28-31,44-47,79-82,101-104,117-120" +PS00008,1IQ5,A,"25-30,40-45" +PS00018,1IQ5,A,"20-32,56-68,93-105,129-141" +PS00005,1IQ9,A,"12-14,43-45,55-57" +PS00006,1IQ9,A,33-36 +PS00008,1IQ9,A,47-52 +PS00272,1IQ9,A,38-56 +PS00001,1IQO,A,76-79 +PS00004,1IQO,A,31-34 +PS00005,1IQO,A,"4-6,10-12,43-45,79-81" +PS00006,1IQO,A,"10-13,34-37,60-63" +PS00008,1IQO,A,"46-51,72-77" +PS00342,1IQO,A,85-87 +PS00001,1IQS,A,76-79 +PS00004,1IQS,A,31-34 +PS00005,1IQS,A,"4-6,10-12,43-45,79-81" +PS00006,1IQS,A,"10-13,34-37,60-63" +PS00008,1IQS,A,"46-51,72-77" +PS00342,1IQS,A,85-87 +PS00001,1IQT,A,34-37 +PS00005,1IQT,A,"36-38,46-48" +PS00006,1IQT,A,"10-13,46-49,67-70" +PS00007,1IQT,A,54-61 +PS00008,1IQT,A,65-70 +PS00001,1IRB,A,71-74 +PS00005,1IRB,A,59-61 +PS00006,1IRB,A,"35-38,77-80" +PS00007,1IRB,A,61-68 +PS00008,1IRB,A,"6-11,25-30" +PS00118,1IRB,A,43-50 +PS00119,1IRB,A,94-104 +PS00005,1IRF,A,"60-62,74-76,96-98" +PS00006,1IRF,A,85-88 +PS00601,1IRF,A,24-57 +PS00005,1IRG,A,"60-62,74-76,96-98" +PS00006,1IRG,A,85-88 +PS00601,1IRG,A,24-57 +PS00001,1IRH,A,46-49 +PS00005,1IRH,A,48-50 +PS00006,1IRH,A,"9-12,49-52" +PS00007,1IRH,A,17-24 +PS00008,1IRH,A,"14-19,39-44" +PS00280,1IRH,A,35-53 +PS00004,1IRL,A,47-50 +PS00005,1IRL,A,"5-7,40-42" +PS00006,1IRL,A,112-115 +PS00008,1IRL,A,97-102 +PS00424,1IRL,A,50-62 +PS00001,1IRP,A,84-87 +PS00004,1IRP,A,5-8 +PS00005,1IRP,A,"3-5,7-9" +PS00006,1IRP,A,"72-75,109-112,123-126" +PS00008,1IRP,A,"59-64,140-145" +PS00009,1IRP,A,3-6 +PS00253,1IRP,A,111-131 +PS00008,1IRR,A,4-9 +PS00005,1IRS,A,32-34 +PS00006,1IRS,A,96-99 +PS00008,1IRS,A,16-21 +PS00005,1IRY,A,148-150 +PS00006,1IRY,A,"43-46,93-96,143-146,148-151" +PS00893,1IRY,A,36-57 +PS00004,1IRZ,A,60-63 +PS00008,1IRZ,A,25-30 +PS00001,1IS1,A,22-25 +PS00005,1IS1,A,"28-30,74-76" +PS00006,1IS1,A,"67-70,148-151" +PS00008,1IS1,A,122-127 +PS00005,1ISK,A,"57-59,110-112" +PS00006,1ISK,A,34-37 +PS00009,1ISK,A,88-91 +PS00005,1ISK,B,"57-59,110-112" +PS00006,1ISK,B,34-37 +PS00009,1ISK,B,88-91 +PS00001,1IT1,A,20-23 +PS00005,1IT1,A,"23-25,60-62" +PS00008,1IT1,A,"49-54,87-92,98-103" +PS00001,1IT4,A,"28-31,79-82,107-110" +PS00006,1IT4,A,81-84 +PS00007,1IT4,A,80-88 +PS00008,1IT4,A,74-79 +PS00001,1IT5,A,"28-31,79-82,107-110" +PS00006,1IT5,A,81-84 +PS00007,1IT5,A,80-88 +PS00008,1IT5,A,74-79 +PS00004,1ITF,A,"21-24,132-135" +PS00005,1ITF,A,"10-12,67-69,159-161" +PS00006,1ITF,A,"67-70,78-81" +PS00008,1ITF,A,"9-14,101-106" +PS00252,1ITF,A,121-139 +PS00005,1ITI,A,43-45 +PS00006,1ITI,A,"9-12,19-22,31-34,43-46,60-63,110-113" +PS00838,1ITI,A,10-35 +PS00001,1ITL,A,"38-41,105-108" +PS00005,1ITL,A,40-42 +PS00006,1ITL,A,"6-9,16-19,28-31,40-43,57-60,107-110" +PS00838,1ITL,A,7-32 +PS00001,1ITM,A,"38-41,105-108" +PS00005,1ITM,A,40-42 +PS00006,1ITM,A,"6-9,16-19,28-31,40-43,57-60,107-110" +PS00838,1ITM,A,7-32 +PS00006,1ITP,A,"21-24,66-69" +PS00008,1ITP,A,"29-34,71-76" +PS00001,1ITY,A,"31-34,43-46" +PS00005,1ITY,A,55-57 +PS00006,1ITY,A,64-67 +PS00001,1IU0,A,53-56 +PS00008,1IU0,A,"13-18,41-46" +PS00001,1IU2,A,53-56 +PS00008,1IU2,A,"13-18,41-46" +PS00006,1IU5,A,"26-29,45-48" +PS00008,1IU5,A,"21-26,41-46" +PS00202,1IU5,A,31-41 +PS00006,1IU6,A,"26-29,45-48" +PS00008,1IU6,A,"21-26,41-46" +PS00202,1IU6,A,31-41 +PS00001,1IUF,A,"28-31,127-130" +PS00005,1IUF,A,"57-59,105-107" +PS00006,1IUF,A,"12-15,61-64" +PS00008,1IUF,A,0-5 +PS00005,1IUR,A,"30-32,83-85" +PS00006,1IUR,A,19-22 +PS00001,1IVT,A,"28-31,104-107" +PS00005,1IVT,A,"9-11,52-54,60-62,97-99" +PS00006,1IVT,A,"30-33,105-108" +PS00008,1IVT,A,"64-69,73-78,93-98" +PS00004,1IUY,A,11-14 +PS00005,1IUY,A,36-38 +PS00006,1IUY,A,"7-10,80-83" +PS00007,1IUY,A,79-87 +PS01256,1IUY,A,64-91 +PS00005,1IV0,A,"25-27,95-97" +PS00006,1IV0,A,34-37 +PS00008,1IV0,A,"13-18,20-25" +PS00001,1IV6,A,"32-35,44-47" +PS00005,1IV6,A,56-58 +PS00006,1IV6,A,65-68 +PS00006,1IVA,A,31-34 +PS00008,1IVA,A,"14-19,23-28" +PS00001,1IVM,A,79-82 +PS00005,1IVM,A,"10-12,69-71" +PS00006,1IVM,A,23-26 +PS00008,1IVM,A,"21-26,77-82" +PS00016,1IVM,A,46-48 +PS00128,1IVM,A,76-94 +PS00001,1IVZ,A,"16-19,53-56,76-79,108-111,114-117" +PS00005,1IVZ,A,"33-35,39-41,55-57" +PS00006,1IVZ,A,78-81 +PS00008,1IVZ,A,"0-5,6-11" +PS00005,1IWC,A,26-28 +PS00005,1IWF,A,26-28 +PS00005,1IX5,A,"71-73,142-144" +PS00006,1IX5,A,"23-26,117-120,122-125" +PS00007,1IX5,A,73-80 +PS00008,1IX5,A,113-118 +PS00005,1IXA,A,15-17 +PS00006,1IXA,A,15-18 +PS00010,1IXA,A,16-27 +PS00022,1IXA,A,25-36 +PS01186,1IXA,A,25-36 +PS01187,1IXA,A,1-25 +PS00005,1IXD,A,"64-66,85-87" +PS00006,1IXD,A,21-24 +PS00008,1IXD,A,"0-5,12-17,39-44,59-64" +PS00001,1IXT,A,2-5 +PS00005,1IXT,A,18-20 +PS00006,1IXT,A,7-10 +PS00005,1IXU,A,2-4 +PS00006,1IXU,A,7-10 +PS00005,1IY3,A,10-12 +PS00008,1IY3,A,"21-26,71-76" +PS00128,1IY3,A,76-94 +PS00005,1IY4,A,10-12 +PS00008,1IY4,A,"21-26,71-76" +PS00128,1IY4,A,76-94 +PS00001,1IY5,A,"25-28,42-45" +PS00008,1IY5,A,29-34 +PS00282,1IY5,A,13-35 +PS00001,1IY6,A,"25-28,42-45" +PS00008,1IY6,A,29-34 +PS00282,1IY6,A,13-36 +PS00001,1IYF,A,12-15 +PS00006,1IYG,A,"5-8,16-19,40-43,72-75" +PS00008,1IYG,A,"0-5,102-107" +PS00029,1IYG,A,83-104 +PS00008,1IYM,A,"4-9,40-45" +PS00005,1IYR,A,84-86 +PS00006,1IYR,A,"10-13,35-38,43-46,63-66" +PS00008,1IYR,A,0-5 +PS00005,1IYT,A,25-27 +PS00006,1IYT,A,7-10 +PS00008,1IYT,A,"24-29,32-37" +PS00005,1IYU,A,"36-38,45-47,55-57" +PS00008,1IYU,A,49-54 +PS00189,1IYU,A,22-51 +PS00005,1IYV,A,"36-38,45-47,55-57" +PS00008,1IYV,A,49-54 +PS00189,1IYV,A,22-51 +PS00006,1IYY,A,"11-14,62-65" +PS00008,1IYY,A,"69-74,93-98" +PS00001,1J03,A,13-16 +PS00005,1J03,A,"34-36,75-77" +PS00006,1J03,A,"41-44,61-64,75-78,81-84,87-90" +PS00008,1J03,A,"14-19,42-47" +PS00006,1J0F,A,91-94 +PS00008,1J0F,A,"0-5,61-66,73-78" +PS00009,1J0F,A,35-38 +PS00005,1J0G,A,11-13 +PS00006,1J0G,A,28-31 +PS00008,1J0G,A,"0-5,62-67" +PS00001,1J0Q,A,13-16 +PS00006,1J0Q,A,5-8 +PS00008,1J0Q,A,48-53 +PS00191,1J0Q,A,32-39 +PS00001,1J0R,A,52-55 +PS00004,1J0R,A,4-7 +PS00005,1J0R,A,109-111 +PS00006,1J0R,A,"24-27,59-62" +PS00007,1J0R,A,80-87 +PS00001,1J0R,B,52-55 +PS00004,1J0R,B,4-7 +PS00005,1J0R,B,109-111 +PS00006,1J0R,B,"24-27,59-62" +PS00007,1J0R,B,80-87 +PS00005,1J0S,A,"64-66,81-83" +PS00006,1J0S,A,"33-36,81-84,94-97,117-120" +PS00007,1J0S,A,111-119 +PS00008,1J0S,A,58-63 +PS00005,1J0T,A,6-8 +PS00006,1J0T,A,1-4 +PS00008,1J0T,A,"9-14,38-43" +PS01250,1J0T,A,36-53 +PS00001,1KJS,A,63-66 +PS00005,1KJS,A,65-67 +PS00006,1KJS,A,65-68 +PS00008,1KJS,A,24-29 +PS01177,1KJS,A,20-54 +PS00005,1J1H,A,32-34 +PS00007,1J1H,A,46-53 +PS00008,1J1H,A,"65-70,117-122" +PS00009,1J1H,A,120-123 +PS01317,1J1H,A,21-33 +PS00005,1J26,A,"66-68,83-85" +PS00006,1J26,A,"4-7,41-44" +PS00008,1J26,A,"0-5,33-38" +PS00005,1J2M,A,"16-18,68-70" +PS00006,1J2M,A,63-66 +PS00008,1J2M,A,"2-7,73-78" +PS00005,1J2N,A,68-70 +PS00006,1J2N,A,63-66 +PS00008,1J2N,A,"2-7,73-78" +PS00006,1J2O,A,"71-74,97-100,102-105" +PS00008,1J2O,A,"0-5,7-12,36-41,63-68,85-90" +PS00009,1J2O,A,"42-45,50-53" +PS00478,1J2O,A,5-39 +PS00005,1J3C,A,"38-40,50-52" +PS00006,1J3C,A,"34-37,50-53" +PS00007,1J3C,A,67-75 +PS00008,1J3C,A,32-37 +PS00005,1J3D,A,"37-39,49-51" +PS00006,1J3D,A,"33-36,49-52" +PS00007,1J3D,A,66-74 +PS00008,1J3D,A,31-36 +PS00001,1J3G,A,"34-37,149-152" +PS00005,1J3G,A,181-183 +PS00006,1J3G,A,181-184 +PS00007,1J3G,A,78-86 +PS00004,1J3S,A,98-101 +PS00006,1J3S,A,62-65 +PS00008,1J3S,A,"40-45,55-60" +PS00009,1J3S,A,"4-7,35-38" +PS00001,1J3T,A,27-30 +PS00005,1J3T,A,19-21 +PS00006,1J3T,A,"5-8,29-32,35-38" +PS00008,1J3T,A,0-5 +PS00004,1J3X,A,42-45 +PS00005,1J3X,A,"21-23,41-43,45-47,52-54,65-67" +PS00006,1J3X,A,"21-24,52-55,57-60" +PS00353,1J3X,A,40-51 +PS00006,1J46,A,46-49 +PS00006,1J47,A,46-49 +PS00001,1J4K,A,"82-85,124-127" +PS00005,1J4K,A,6-8 +PS00006,1J4K,A,"62-65,147-150" +PS00008,1J4K,A,80-85 +PS00001,1J4L,A,"82-85,124-127" +PS00005,1J4L,A,6-8 +PS00006,1J4L,A,"62-65,147-150" +PS00008,1J4L,A,80-85 +PS00001,1J4O,A,"66-69,93-96" +PS00005,1J4O,A,"1-3,47-49,71-73" +PS00006,1J4O,A,111-114 +PS00008,1J4O,A,94-99 +PS00001,1J4P,A,"66-69,93-96" +PS00005,1J4P,A,"1-3,47-49,71-73" +PS00006,1J4P,A,111-114 +PS00008,1J4P,A,94-99 +PS00004,1J4P,B,0-3 +PS00001,1J4Q,A,"66-69,93-96" +PS00005,1J4Q,A,"1-3,47-49,71-73" +PS00006,1J4Q,A,111-114 +PS00008,1J4Q,A,94-99 +PS00005,1J4W,A,"111-113,124-126,154-156" +PS00006,1J4W,A,43-46 +PS00008,1J4W,A,"14-19,115-120" +PS00005,1J56,A,13-15 +PS00006,1J56,A,"30-33,84-87" +PS00008,1J56,A,24-29 +PS00005,1J57,A,"8-10,136-138" +PS00006,1J57,A,"11-14,30-33,79-82" +PS00008,1J57,A,"7-12,130-135" +PS00006,1J5L,A,12-15 +PS00001,1J5C,A,1-4 +PS00005,1J5C,A,"3-5,21-23,56-58" +PS00006,1J5C,A,71-74 +PS00008,1J5C,A,"7-12,59-64" +PS00196,1J5C,A,76-90 +PS00001,1J5D,A,1-4 +PS00005,1J5D,A,"3-5,21-23,56-58" +PS00006,1J5D,A,71-74 +PS00008,1J5D,A,"7-12,59-64" +PS00196,1J5D,A,76-90 +PS00001,1J5H,A,68-71 +PS00005,1J5H,A,76-78 +PS00006,1J5H,A,38-41 +PS00008,1J6T,B,53-58 +PS00008,1J5H,A,"8-13,20-25,33-38,51-56,69-74,88-93,104-109,115-120" +PS00001,1J5I,A,68-71 +PS00005,1J5I,A,76-78 +PS00006,1J5I,A,38-41 +PS00008,1J5I,A,"8-13,20-25,33-38,51-56,69-74,88-93,104-109,115-120" +PS00005,1J5K,A,"45-47,79-81,84-86" +PS00006,1J5K,A,4-7 +PS00008,1J5K,A,"0-5,25-30" +PS00005,1J5M,A,23-25 +PS00008,1J5M,A,13-18 +PS00001,1J5N,A,88-91 +PS00004,1J5N,A,7-10 +PS00005,1J5N,A,"2-4,10-12,82-84" +PS00006,1J5N,A,"2-5,62-65,82-85" +PS00007,1J5N,A,72-80 +PS00009,1J5N,A,50-53 +PS00006,1J6Q,A,"13-16,69-72" +PS00008,1J6Q,A,37-42 +PS00006,1J6T,A,"19-22,125-128,134-137" +PS00008,1J6T,A,"65-70,77-82,86-91" +PS00009,1J6T,A,"13-16,144-147" +PS00372,1J6T,A,49-65 +PS00005,1J6T,B,42-44 +PS00369,1J6T,B,12-19 +PS00589,1J6T,B,38-53 +PS00004,1J6Y,A,40-43 +PS00005,1J6Y,A,"38-40,43-45,55-57,66-68,73-75,90-92" +PS00006,1J6Y,A,"43-46,55-58,66-69" +PS00007,1J6Y,A,107-114 +PS00008,1J6Y,A,"17-22,94-99" +PS01096,1J6Y,A,78-98 +PS00005,1J7H,A,7-9 +PS00006,1J7H,A,"67-70,107-110" +PS00008,1J7H,A,65-70 +PS01094,1J7H,A,104-122 +PS00005,1J7H,B,7-9 +PS00006,1J7H,B,"67-70,107-110" +PS00008,1J7H,B,65-70 +PS01094,1J7H,B,104-122 +PS00005,1J7H,C,7-9 +PS00006,1J7H,C,"67-70,107-110" +PS00008,1J7H,C,65-70 +PS01094,1J7H,C,104-122 +PS00008,1J7M,A,14-19 +PS00023,1J7M,A,22-63 +PS00001,1J7O,A,59-62 +PS00005,1J7O,A,27-29 +PS00006,1J7O,A,"16-19,27-30,43-46" +PS00008,1J7O,A,"24-29,39-44" +PS00018,1J7O,A,"19-31,55-67" +PS00005,1J7P,A,64-66 +PS00006,1J7P,A,"19-22,35-38" +PS00018,1J7P,A,"11-23,47-59" +PS00004,1J7Q,A,48-51 +PS00005,1J7Q,A,47-49 +PS00006,1J7Q,A,47-50 +PS00008,1J7Q,A,43-48 +PS00004,1J7R,A,48-51 +PS00005,1J7R,A,47-49 +PS00006,1J7R,A,47-50 +PS00008,1J7R,A,43-48 +PS00001,1J8C,A,"50-53,106-109" +PS00005,1J8C,A,"35-37,38-40,61-63" +PS00006,1J8C,A,"38-41,66-69,108-111" +PS00008,1J8C,A,90-95 +PS00005,1J8I,A,"5-7,15-17,32-34,40-42" +PS00006,1J8I,A,27-30 +PS00008,1J8I,A,"1-6,31-36,43-48,79-84" +PS00005,1J8K,A,16-18 +PS00006,1J8K,A,"10-13,36-39" +PS00008,1J8K,A,"6-11,60-65,85-90" +PS00005,1J8Z,A,5-7 +PS00005,1J9I,A,14-16 +PS00007,1J9I,A,34-40 +PS00008,1J9I,A,31-36 +PS00005,1J9I,B,14-16 +PS00007,1J9I,B,34-40 +PS00008,1J9I,B,31-36 +PS00005,1J9O,A,"5-7,15-17,32-34,40-42" +PS00006,1J9O,A,27-30 +PS00008,1J9O,A,"1-6,31-36,43-48,79-84" +PS00005,1J9V,A,5-7 +PS00005,1JAA,A,5-7 +PS00005,1JAF,A,62-64 +PS00007,1JAF,A,3-10 +PS00008,1JAF,A,"61-66,116-121" +PS00005,1JAF,B,62-64 +PS00007,1JAF,B,3-10 +PS00008,1JAF,B,"61-66,116-121" +PS00001,1JAJ,A,144-147 +PS00005,1JAJ,A,"38-40,76-78,154-156,165-167" +PS00006,1JAJ,A,154-157 +PS00008,1JAJ,A,"72-77,140-145" +PS00009,1JAJ,A,5-8 +PS00522,1JAJ,A,37-56 +PS00005,1JAR,A,5-7 +PS00004,1JAS,A,138-141 +PS00005,1JAS,A,"51-53,68-70" +PS00006,1JAS,A,"45-48,110-113,147-150" +PS00183,1JAS,A,76-91 +PS00005,1KXI,A,"25-27,57-59" +PS00006,1KXI,A,13-16 +PS00008,1KXI,A,38-43 +PS00272,1KXI,A,38-58 +PS00005,1KXI,B,"25-27,57-59" +PS00006,1KXI,B,13-16 +PS00008,1KXI,B,38-43 +PS00272,1KXI,B,38-58 +PS00001,1JAU,A,9-12 +PS00001,1JAV,A,9-12 +PS00001,1JB7,A,"7-10,326-329,425-428" +PS00004,1JB7,A,"15-18,394-397" +PS00005,1JB7,A,"10-12,14-16,29-31,74-76,125-127,150-152,174-176,256-258,282-284,301-303,322-324,358-360,367-369,393-395,398-400,403-405,427-429" +PS00006,1JB7,A,"66-69,276-279,335-338,348-351,358-361,375-378,472-475" +PS00007,1JB7,A,"76-83,88-96" +PS00008,1JB7,A,"89-94,437-442" +PS00001,1JB7,B,"91-94,160-163" +PS00005,1JB7,B,"83-85,119-121,162-164,203-205,211-213" +PS00006,1JB7,B,"194-197,203-206" +PS00008,1JB7,B,"187-192,207-212,241-246" +PS00009,1JB7,B,"178-181,255-258" +PS00004,1JBA,A,197-200 +PS00005,1JBA,A,99-101 +PS00006,1JBA,A,"5-8,69-72,144-147,165-168" +PS00008,1JBA,A,"1-6,13-18" +PS00018,1JBA,A,"68-80,104-116,157-169" +PS00005,1JBD,A,"33-35,49-51,61-63" +PS00008,1JBD,A,42-47 +PS00272,1JBD,A,42-62 +PS00006,1JBD,B,5-8 +PS00005,1JBH,A,"56-58,125-127" +PS00006,1JBH,A,75-78 +PS00214,1JBH,A,6-23 +PS00001,1JBI,A,73-76 +PS00006,1JBI,A,75-78 +PS00008,1JBI,A,54-59 +PS00001,1JBJ,A,148-151 +PS00005,1JBJ,A,"66-68,106-108,131-133,134-136" +PS00006,1JBJ,A,"14-17,51-54,80-83,118-121" +PS00008,1JBJ,A,"103-108,165-170,171-176" +PS00016,1JBJ,A,119-121 +PS00005,1JLZ,A,"3-5,11-13" +PS00008,1JLZ,A,10-15 +PS00005,1JC2,A,54-56 +PS00006,1JC2,A,7-10 +PS00018,1JC2,A,"19-31,55-67" +PS00005,1JC6,A,12-14 +PS00006,1JC6,A,48-51 +PS00008,1JC6,A,37-42 +PS00280,1JC6,A,34-52 +PS00005,1JC8,A,5-7 +PS00262,1JCO,A,5-19 +PS00005,1JCP,A,5-7 +PS00001,1JCU,A,141-144 +PS00004,1JCU,A,3-6 +PS00005,1JCU,A,"6-8,113-115,143-145,148-150" +PS00006,1JCU,A,"20-23,68-71,177-180" +PS00008,1JCU,A,37-42 +PS00005,1JD8,A,5-7 +PS00005,1JDK,A,5-7 +PS00001,1JDM,A,10-13 +PS00005,1JDQ,A,"42-44,71-73" +PS00008,1JDQ,A,16-21 +PS01148,1JDQ,A,28-52 +PS00005,1JE3,A,89-91 +PS00006,1JE3,A,79-82 +PS01148,1JE3,A,29-53 +PS00005,1JE4,A,"15-17,43-45" +PS00005,1JE9,A,"12-14,55-57" +PS00006,1JE9,A,33-36 +PS00008,1JE9,A,47-52 +PS00272,1JE9,A,38-56 +PS00006,1JEG,A,9-12 +PS00008,1JEG,A,"57-62,69-74" +PS00005,1JEG,B,0-2 +PS00006,1JEG,B,3-6 +PS00004,1JEI,A,44-47 +PS00005,1JEI,A,"27-29,41-43" +PS00006,1JEI,A,6-9 +PS00005,1JEM,A,"3-5,78-80" +PS00006,1JEM,A,"25-28,64-67" +PS00008,1JEM,A,"52-57,65-70" +PS00369,1JEM,A,11-18 +PS00589,1JEM,A,37-52 +PS00006,1JEX,A,7-10 +PS00008,1JEX,A,50-55 +PS00191,1JEX,A,34-41 +PS00005,1JF3,A,12-14 +PS00006,1JF3,A,"12-15,111-114" +PS00008,1JF3,A,"0-5,18-23,66-71,118-123,138-143" +PS00005,1JF4,A,12-14 +PS00006,1JF4,A,"12-15,111-114" +PS00008,1JF4,A,"0-5,18-23,66-71,118-123,138-143" +PS00005,1JFJ,A,26-28 +PS00006,1JFJ,A,"17-20,92-95,124-127" +PS00008,1JFJ,A,62-67 +PS00018,1JFJ,A,"9-21,45-57,84-96,116-128" +PS00005,1JFK,A,26-28 +PS00006,1JFK,A,"17-20,92-95,124-127" +PS00008,1JFK,A,62-67 +PS00018,1JFK,A,"9-21,45-57,84-96,116-128" +PS00001,1JFN,A,97-100 +PS00005,1JFN,A,"31-33,41-43" +PS00008,1JFN,A,"20-25,34-39,67-72" +PS00021,1JFN,A,72-84 +PS00001,1JFP,A,"1-4,14-17,199-202" +PS00005,1JFP,A,"13-15,228-230,242-244" +PS00006,1JFP,A,"21-24,192-195,197-200,228-231,337-340" +PS00007,1JFP,A,20-28 +PS00008,1JFP,A,"88-93,119-124,155-160,181-186" +PS00237,1JFP,A,122-138 +PS00238,1JFP,A,289-305 +PS00005,1JFW,A,38-40 +PS00008,1JFW,A,43-48 +PS00009,1JFW,A,46-49 +PS00016,1JFW,A,77-79 +PS00005,1JGK,A,"9-11,29-31" +PS00006,1JGK,A,"29-32,36-39,60-63" +PS00008,1JGK,A,"41-46,49-54" +PS00272,1JGK,A,41-62 +PS00005,1JGN,A,63-65 +PS00006,1JGN,A,66-69 +PS00008,1JGN,A,3-8 +PS00008,1JGN,B,15-20 +PS00001,1JH3,A,8-11 +PS00005,1JH3,A,45-47 +PS00006,1JH3,A,10-13 +PS00008,1JH3,A,"41-46,69-74" +PS00009,1JH3,A,87-90 +PS00005,1JH4,A,63-65 +PS00006,1JH4,A,66-69 +PS00008,1JH4,A,3-8 +PS00001,1JHB,A,51-54 +PS00195,1JHB,A,16-32 +PS00001,2JHB,A,64-67 +PS00004,2JHB,A,20-23 +PS00006,2JHB,A,11-14 +PS00007,2JHB,A,24-30 +PS00008,2JHB,A,62-67 +PS00009,1JI8,A,11-14 +PS00008,1JI9,A,9-14 +PS00005,1JIC,A,"1-3,39-41,45-47" +PS00006,1JIC,A,"31-34,45-48" +PS00008,1JIC,A,35-40 +PS00008,1JJD,A,"26-31,40-45" +PS00005,1JJG,A,"6-8,21-23" +PS00006,1JJG,A,"25-28,33-36" +PS00001,1JJJ,A,"50-53,87-90,123-126" +PS00005,1JJJ,A,"52-54,58-60,107-109" +PS00006,1JJJ,A,"67-70,75-78" +PS00008,1JJJ,A,26-31 +PS00009,1JJJ,A,78-81 +PS00214,1JJJ,A,8-25 +PS00005,1JJR,A,"28-30,39-41" +PS00006,1JJR,A,"47-50,101-104" +PS00007,1JJR,A,92-100 +PS00008,1JJR,A,"17-22,76-81,130-135" +PS00005,1JJS,A,"11-13,43-45" +PS00008,1JJS,A,0-5 +PS00001,1JJX,A,33-36 +PS00005,1JJX,A,"6-8,55-57" +PS00006,1JJX,A,"72-75,117-120" +PS00008,1JJX,A,23-28 +PS00214,1JJX,A,5-22 +PS00008,1JJZ,A,"1-6,11-16,18-23" +PS60009,1JJZ,A,5-14 +PS00005,1JKN,A,125-127 +PS00006,1JKN,A,"7-10,31-34,67-70,112-115" +PS00008,1JKN,A,"45-50,65-70" +PS00893,1JKN,A,44-65 +PS00001,1JKZ,A,16-19 +PS00005,1JKZ,A,8-10 +PS00006,1JKZ,A,18-21 +PS00008,1JKZ,A,"11-16,32-37" +PS00940,1JKZ,A,0-23 +PS00005,1JL6,A,12-14 +PS00006,1JL6,A,"12-15,111-114" +PS00008,1JL6,A,"0-5,18-23,66-71,118-123,138-143" +PS00005,1JL7,A,12-14 +PS00006,1JL7,A,"12-15,111-114" +PS00008,1JL7,A,"0-5,18-23,66-71,118-123,138-143" +PS00006,1JL9,A,1-4 +PS00022,1JL9,A,30-41 +PS01186,1JL9,A,30-41 +PS00006,1JL9,B,1-4 +PS00022,1JL9,B,30-41 +PS01186,1JL9,B,30-41 +PS00001,1JLI,A,"1-4,56-59" +PS00004,1JLI,A,95-98 +PS00006,1JLI,A,58-61 +PS00008,1JLO,A,14-19 +PS00005,1JLP,A,8-10 +PS00008,1JLP,A,"0-5,14-19" +PS00005,1JM4,B,"16-18,59-61,69-71" +PS00006,1JM4,B,57-60 +PS00007,1JM4,B,"8-14,38-45" +PS00008,1JM4,B,0-5 +PS00633,1JM4,B,30-87 +PS00005,1JM7,A,"35-37,68-70,75-77" +PS00006,1JM7,A,"36-39,71-74,96-99" +PS00008,1JM7,A,97-102 +PS00518,1JM7,A,38-47 +PS00008,1JM7,B,"56-61,111-116" +PS00518,1JM7,B,40-49 +PS00001,1JMN,A,5-8 +PS00005,1JMN,A,"7-9,14-16" +PS00271,1JMN,A,2-15 +PS00001,1JMP,A,5-8 +PS00005,1JMP,A,"7-9,14-16" +PS00271,1JMP,A,2-15 +PS00006,1JMQ,A,33-36 +PS01159,1JMQ,A,12-37 +PS00006,1JN7,A,"1-4,11-14" +PS00028,1JN7,A,10-31 +PS00005,1JNJ,A,"4-6,73-75" +PS00006,1JNJ,A,"33-36,71-74" +PS00290,1JNJ,A,78-84 +PS00004,1JNS,A,34-37 +PS00005,1JNS,A,41-43 +PS00008,1JNS,A,"26-31,45-50" +PS00009,1JNS,A,41-44 +PS01096,1JNS,A,29-49 +PS00004,1JNT,A,34-37 +PS00005,1JNT,A,41-43 +PS00008,1JNT,A,"26-31,45-50" +PS00009,1JNT,A,41-44 +PS01096,1JNT,A,29-49 +PS00969,1JO5,A,14-45 +PS00005,1PFH,A,42-44 +PS00008,1PFH,A,53-58 +PS00369,1PFH,A,12-19 +PS00589,1PFH,A,38-53 +PS00004,1JO6,A,32-35 +PS00005,1JO6,A,"5-7,11-13" +PS00005,1JOB,A,29-31 +PS00006,1JOB,A,142-145 +PS00007,1JOB,A,45-51 +PS00008,1JOB,A,"80-85,146-151" +PS00005,1JOD,A,29-31 +PS00006,1JOD,A,142-145 +PS00007,1JOD,A,45-51 +PS00008,1JOD,A,"80-85,146-151" +PS00005,1JOD,B,29-31 +PS00006,1JOD,B,142-145 +PS00007,1JOD,B,45-51 +PS00008,1JOD,B,"80-85,146-151" +PS00001,1JOK,A,117-120 +PS00005,1JOK,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1JOK,A,28-33 +PS01123,1JOK,A,18-42 +PS01284,1JOK,A,82-92 +PS00001,1JOO,A,117-120 +PS00005,1JOO,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1JOO,A,28-33 +PS01123,1JOO,A,18-42 +PS01284,1JOO,A,82-92 +PS00001,1JOQ,A,117-120 +PS00005,1JOQ,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1JOQ,A,28-33 +PS01123,1JOQ,A,18-42 +PS01284,1JOQ,A,82-92 +PS00001,1JOR,A,117-120 +PS00005,1JOR,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1JOR,A,28-33 +PS01123,1JOR,A,18-42 +PS01284,1JOR,A,82-92 +PS00006,1JOY,A,37-40 +PS00006,1JOY,B,37-40 +PS00008,1JQ1,A,18-23 +PS00008,1JQ1,B,18-23 +PS00008,1JQ1,C,18-23 +PS00008,1JQ1,D,18-23 +PS00008,1JQ2,A,18-23 +PS00008,1JQ2,B,18-23 +PS00008,1JQ2,C,18-23 +PS00008,1JQ2,D,18-23 +PS00005,1JQ4,A,"15-17,40-42,48-50" +PS00006,1JQ4,A,"22-25,40-43,54-57,87-90" +PS00008,1JQ4,A,44-49 +PS00197,1JQ4,A,41-49 +PS00005,1JQQ,A,43-45 +PS00006,1JQQ,A,"11-14,43-46" +PS00005,1JQQ,B,43-45 +PS00006,1JQQ,B,"11-14,43-46" +PS00005,1JQQ,C,43-45 +PS00006,1JQQ,C,"11-14,43-46" +PS00005,1JQQ,D,43-45 +PS00006,1JQQ,D,"11-14,43-46" +PS00001,1JQR,A,144-147 +PS00005,1JQR,A,"38-40,76-78,154-156,165-167" +PS00006,1JQR,A,154-157 +PS00008,1JQR,A,"72-77,140-145" +PS00009,1JQR,A,5-8 +PS00522,1JQR,A,37-56 +PS00005,1JR5,A,"6-8,52-54,87-89" +PS00006,1JR5,A,"6-9,21-24,61-64,67-70" +PS00009,1JR5,A,44-47 +PS00005,1JR5,B,"6-8,52-54,87-89" +PS00006,1JR5,B,"6-9,21-24,61-64,67-70" +PS00009,1JR5,B,44-47 +PS00001,1JR6,A,106-109 +PS00005,1JR6,A,"47-49,119-121,125-127" +PS00006,1JR6,A,"20-23,79-82,101-104" +PS00008,1JR6,A,"0-5,71-76" +PS00005,1JRF,A,1-3 +PS00008,1JRF,A,7-12 +PS00005,1JRM,A,"23-25,79-81,95-97" +PS00006,1JRM,A,30-33 +PS00001,1JRU,A,"31-34,70-73" +PS00005,1JRU,A,"33-35,72-74" +PS00006,1JRU,A,72-75 +PS00001,1JSA,A,112-115 +PS00005,1JSA,A,"39-41,166-168" +PS00006,1JSA,A,"22-25,43-46,105-108,116-119,132-135,166-169" +PS00008,1JSA,A,"0-5,173-178" +PS00009,1JSA,A,157-160 +PS00018,1JSA,A,"72-84,108-120" +PS00005,1JSP,A,"4-6,10-12" +PS00008,1JSP,A,7-12 +PS00004,1JSP,B,92-95 +PS00005,1JSP,B,"60-62,94-96" +PS00007,1JSP,B,62-70 +PS00633,1JSP,B,31-90 +PS00006,1JT8,A,86-89 +PS01262,1JT8,A,28-50 +PS00006,1JTB,A,39-42 +PS00008,1JTB,A,"3-8,52-57" +PS00597,1JTB,A,68-89 +PS00001,1JU5,A,51-54 +PS00006,1JU5,A,"7-10,31-34,38-41,101-104" +PS00008,1JU5,A,"17-22,69-74" +PS00006,1JU5,C,21-24 +PS00006,1JU8,A,7-10 +PS00008,1JU8,A,25-30 +PS00005,1JUN,A,14-16 +PS00008,1JUN,A,2-7 +PS00029,1JUN,A,8-29 +PS00005,1JUN,B,14-16 +PS00008,1JUN,B,2-7 +PS00029,1JUN,B,8-29 +PS00005,1JV4,A,"5-7,25-27,57-59,73-75" +PS00006,1JV4,A,"57-60,94-97" +PS00029,1JV4,A,136-157 +PS00213,1JV4,A,8-21 +PS00006,1JV8,A,46-49 +PS00008,1JV8,A,"27-32,35-40" +PS00006,1JV9,A,46-49 +PS00008,1JV9,A,"27-32,35-40" +PS00005,1JWW,A,1-3 +PS00006,1JVR,A,39-42 +PS00008,1JVR,A,2-7 +PS00005,1JW2,A,1-3 +PS00006,1JW2,A,"6-9,35-38,44-47" +PS00007,1JW2,A,25-32 +PS00006,1JW3,A,"40-43,53-56" +PS00008,1JW3,A,"92-97,129-134" +PS00006,1JW8,A,"3-6,35-38,51-54" +PS00007,1JW8,A,145-151 +PS00008,1JW8,A,121-126 +PS00005,1JWD,A,"19-21,29-31" +PS00006,1JWD,A,"2-5,19-22,29-32" +PS00008,1JWD,A,9-14 +PS00018,1JWD,A,60-72 +PS00303,1JWD,A,55-76 +PS00005,1JWD,B,"19-21,29-31" +PS00006,1JWD,B,"2-5,19-22,29-32" +PS00008,1JWD,B,9-14 +PS00018,1JWD,B,60-72 +PS00303,1JWD,B,55-76 +PS00001,1JWE,A,94-97 +PS00006,1JWE,A,"56-59,62-65" +PS00007,1JWE,A,30-37 +PS00008,1JWE,A,71-76 +PS00006,1JWW,A,52-55 +PS00007,1JWW,A,57-65 +PS00008,1JWW,A,10-15 +PS01047,1JWW,A,8-37 +PS00008,1JXC,A,"15-20,41-46,50-55" +PS00001,1JXD,A,1-4 +PS00005,1JXD,A,"3-5,21-23,56-58" +PS00006,1JXD,A,71-74 +PS00008,1JXD,A,"7-12,59-64" +PS00196,1JXD,A,76-90 +PS00001,1JXF,A,1-4 +PS00005,1JXF,A,"3-5,21-23,56-58" +PS00006,1JXF,A,71-74 +PS00008,1JXF,A,"7-12,59-64" +PS00196,1JXF,A,76-90 +PS00001,1JXS,A,53-56 +PS00005,1JXS,A,49-51 +PS00006,1JXS,A,66-69 +PS00657,1JXS,A,2-15 +PS00658,1JXS,A,46-52 +PS00006,1K1C,A,55-58 +PS00008,1K1C,A,56-61 +PS00009,1K1C,A,36-39 +PS00589,1K1C,A,37-52 +PS00005,1JY9,A,2-4 +PS00009,1JY9,A,9-12 +PS00005,1JYT,A,30-32 +PS00006,1JYT,A,143-146 +PS00007,1JYT,A,46-52 +PS00008,1JYT,A,"81-86,147-152" +PS00004,1JZP,A,13-16 +PS00001,1JZU,A,136-139 +PS00004,1JZU,A,66-69 +PS00005,1JZU,A,64-66 +PS00006,1JZU,A,"1-4,19-22,68-71,152-155" +PS00007,1JZU,A,"67-75,130-137" +PS00213,1JZU,A,4-15 +PS00008,1K09,A,14-19 +PS00008,1K09,B,14-19 +PS00001,1K0H,A,47-50 +PS00005,1K0H,A,17-19 +PS00006,1K0H,A,"29-32,81-84,93-96" +PS00008,1K0H,A,"23-28,59-64,107-112" +PS00016,1K0H,A,76-78 +PS00001,1K0P,A,8-11 +PS00005,1K0P,A,5-7 +PS00001,1K0S,A,112-115 +PS00005,1K0S,A,"114-116,145-147" +PS00006,1K0S,A,"2-5,71-74,145-148" +PS00008,1K0S,A,123-128 +PS00009,1K0S,A,117-120 +PS00005,1K0T,A,"2-4,40-42,62-64,71-73" +PS00008,1K0T,A,"11-16,31-36,48-53,68-73" +PS00198,1K0T,A,"9-20,46-57" +PS00005,1K0V,A,51-53 +PS00006,1K0V,A,"22-25,51-54" +PS01047,1K0V,A,7-36 +PS00005,1K0X,A,"89-91,99-101" +PS00008,1K0X,A,62-67 +PS00001,1K18,A,8-11 +PS00005,1K18,A,5-7 +PS00004,1K19,A,55-58 +PS00005,1K19,A,"4-6,84-86" +PS00008,1K19,A,53-58 +PS00001,1K1G,A,121-124 +PS00005,1K1G,A,"7-9,33-35,52-54,123-125" +PS00006,1K1G,A,"52-55,102-105,123-126" +PS00008,1K1G,A,0-5 +PS00009,1K1G,A,58-61 +PS00004,1K1V,A,31-34 +PS00005,1K1V,A,"9-11,34-36" +PS00006,1K1V,A,"1-4,9-12,21-24" +PS00006,1K1Z,A,45-48 +PS00008,1K1Z,A,28-33 +PS00006,1K3K,A,"48-51,63-66,145-148" +PS00008,1K3K,A,"14-19,93-98,131-136" +PS00005,1K2H,A,"18-20,28-30" +PS00006,1K2H,A,"1-4,5-8,18-21,28-31,42-45" +PS00018,1K2H,A,61-73 +PS00303,1K2H,A,56-77 +PS00005,1K2H,B,"18-20,28-30" +PS00006,1K2H,B,"1-4,5-8,18-21,28-31,42-45" +PS00018,1K2H,B,61-73 +PS00303,1K2H,B,56-77 +PS00001,1K2M,A,"82-85,124-127" +PS00005,1K2M,A,6-8 +PS00006,1K2M,A,"62-65,147-150" +PS00008,1K2M,A,80-85 +PS00001,1K2N,A,"82-85,124-127" +PS00005,1K2N,A,6-8 +PS00006,1K2N,A,"62-65,147-150" +PS00008,1K2N,A,80-85 +PS00007,1K36,A,4-12 +PS00022,1K36,A,29-40 +PS01186,1K36,A,29-40 +PS00007,1K37,A,4-12 +PS00022,1K37,A,29-40 +PS01186,1K37,A,29-40 +PS00001,1K3G,A,32-35 +PS00006,1K3G,A,34-37 +PS00008,1K3G,A,"15-20,30-35,47-52" +PS00001,1K3H,A,32-35 +PS00006,1K3H,A,34-37 +PS00008,1K3H,A,"15-20,30-35,47-52" +PS00001,1K3J,A,"66-69,93-96" +PS00005,1K3J,A,"1-3,47-49,71-73" +PS00006,1K3J,A,111-114 +PS00008,1K3J,A,94-99 +PS00262,1K3M,A,5-19 +PS00001,1K3N,A,"66-69,93-96" +PS00005,1K3N,A,"1-3,47-49,71-73" +PS00006,1K3N,A,111-114 +PS00008,1K3N,A,94-99 +PS00004,1K3N,B,0-3 +PS00001,1K3Q,A,"66-69,93-96" +PS00005,1K3Q,A,"1-3,47-49,71-73" +PS00006,1K3Q,A,111-114 +PS00008,1K3Q,A,94-99 +PS00001,1K42,A,106-109 +PS00006,1K42,A,"108-111,132-135" +PS00008,1K42,A,"7-12,32-37,82-87,97-102,160-165" +PS00001,1K45,A,106-109 +PS00006,1K45,A,"108-111,132-135" +PS00008,1K45,A,"7-12,32-37,82-87,97-102,160-165" +PS00001,1K46,A,1-4 +PS00005,1K46,A,"23-25,50-52,72-74,79-81,101-103" +PS00006,1K46,A,"3-6,68-71,108-111" +PS00008,1K46,A,"28-33,40-45,46-51,93-98,125-130" +PS00008,1K48,A,"1-6,11-16,18-23" +PS60009,1K48,A,5-14 +PS00005,1K4U,P,22-24 +PS00004,1K4U,S,2-5 +PS00006,1K4U,S,"5-8,16-19" +PS00008,1K5K,A,41-46 +PS00009,1K5K,A,46-49 +PS00016,1K5K,A,77-79 +PS00005,1K5O,A,"3-5,55-57" +PS00006,1K5O,A,50-53 +PS00008,1K5O,A,60-65 +PS00006,1K5R,A,33-36 +PS01159,1K5R,A,12-37 +PS00001,1K5W,A,"70-73,111-114" +PS00004,1K5W,A,"55-58,61-64" +PS00005,1K5W,A,"9-11,59-61" +PS00006,1K5W,A,"90-93,113-116" +PS00009,1K5W,A,49-52 +PS00001,1K61,A,36-39 +PS00005,1K61,A,49-51 +PS00007,1K61,A,18-24 +PS00001,1K61,B,36-39 +PS00005,1K61,B,49-51 +PS00007,1K61,B,18-24 +PS00001,1K61,C,36-39 +PS00005,1K61,C,49-51 +PS00007,1K61,C,18-24 +PS00001,1K61,D,36-39 +PS00005,1K61,D,49-51 +PS00007,1K61,D,18-24 +PS00001,1K64,A,10-13 +PS60014,1K64,A,3-17 +PS00008,1K76,A,"41-46,48-53" +PS00016,1K76,A,24-26 +PS00008,1K7B,A,9-14 +PS00001,1K85,A,"39-42,75-78" +PS00005,1K85,A,"66-68,84-86" +PS00006,1K85,A,33-36 +PS00008,1K85,A,"40-45,49-54,74-79" +PS00001,1K8B,A,6-9 +PS00008,1K8B,A,36-41 +PS00005,1K8H,A,"2-4,37-39,45-47" +PS00006,1K8H,A,"37-40,45-48" +PS00007,1K8H,A,97-103 +PS00009,1K8H,A,125-128 +PS01317,1K8H,A,26-38 +PS00005,1K8M,A,"19-21,42-44,50-52" +PS00006,1K8M,A,"19-22,32-35,36-39,51-54" +PS00189,1K8M,A,28-57 +PS00005,1K8O,A,"19-21,42-44,50-52" +PS00006,1K8O,A,"19-22,32-35,36-39,51-54" +PS00189,1K8O,A,28-57 +PS00265,1K8V,A,22-38 +PS00805,1K91,A,5-17 +PS00005,1K99,A,45-47 +PS00006,1K99,A,36-39 +PS00281,1K9B,A,18-33 +PS00005,1K9C,A,0-2 +PS00006,1K9C,A,26-29 +PS00805,1K9C,A,"3-15,20-32,37-49" +PS00006,1K9Q,A,33-36 +PS01159,1K9Q,A,12-37 +PS00006,1K9R,A,33-36 +PS01159,1K9R,A,12-37 +PS00006,1KA5,A,26-29 +PS00007,1KA5,A,56-63 +PS00008,1KA5,A,66-71 +PS00009,1KA5,A,37-40 +PS00369,1KA5,A,12-19 +PS00589,1KA5,A,38-53 +PS00004,1KA6,A,103-106 +PS00005,1KA6,A,"52-54,106-108" +PS00006,1KA6,A,"22-25,56-59" +PS00008,1KA6,A,"23-28,61-66" +PS00004,1KA7,A,103-106 +PS00005,1KA7,A,"52-54,106-108" +PS00006,1KA7,A,"22-25,56-59" +PS00008,1KA7,A,"23-28,61-66" +PS00001,1KAA,A,112-115 +PS00005,1KAA,A,"16-18,27-29,56-58,76-78" +PS00008,1KAA,A,23-28 +PS01123,1KAA,A,13-37 +PS01284,1KAA,A,77-87 +PS00001,1KAB,A,112-115 +PS00005,1KAB,A,"16-18,27-29,56-58,76-78" +PS00008,1KAB,A,23-28 +PS01123,1KAB,A,13-37 +PS01284,1KAB,A,77-87 +PS00008,1KAL,A,"8-13,18-23" +PS60009,1KAL,A,12-21 +PS00001,1KAT,V,64-67 +PS00006,1KAT,V,20-23 +PS00008,1KAT,V,"47-52,77-82" +PS00249,1KAT,V,38-50 +PS00001,1KAT,W,64-67 +PS00006,1KAT,W,20-23 +PS00008,1KAT,W,"47-52,77-82" +PS00249,1KAT,W,38-50 +PS00008,1KAT,X,0-5 +PS00008,1KAT,Y,0-5 +PS00006,1KB7,A,4-7 +PS00006,1KB8,A,4-7 +PS00005,1KBA,A,31-33 +PS00008,1KBA,A,"16-21,40-45" +PS00272,1KBA,A,40-61 +PS00005,1KBA,B,31-33 +PS00008,1KBA,B,"16-21,40-45" +PS00272,1KBA,B,40-61 +PS00005,1KBE,A,"3-5,7-9" +PS00479,1KBE,A,4-47 +PS00005,1KBF,A,"3-5,7-9" +PS00479,1KBF,A,4-47 +PS00006,1KBH,A,"17-20,22-25" +PS00001,1KBH,B,1-4 +PS00005,1KBH,B,"15-17,47-49" +PS00001,1KBR,A,70-73 +PS00005,1KBR,A,"72-74,107-109" +PS00006,1KBR,A,12-15 +PS00008,1KBR,A,7-12 +PS00001,1KBS,A,28-31 +PS00005,1KBS,A,55-57 +PS00272,1KBS,A,36-56 +PS00001,1KBT,A,28-31 +PS00005,1KBT,A,55-57 +PS00272,1KBT,A,36-56 +PS00005,1KC4,A,"33-35,49-51,61-63" +PS00008,1KC4,A,42-47 +PS00272,1KC4,A,42-62 +PS00006,1KC4,B,7-10 +PS00007,1KC4,B,3-9 +PS00009,1KC4,B,1-4 +PS00294,1KCN,A,18-21 +PS00294,1KCO,A,18-21 +PS00005,1KCP,A,16-18 +PS00004,1KCY,A,70-73 +PS00006,1KCY,A,"1-4,23-26,43-46,61-64" +PS00018,1KCY,A,53-65 +PS00029,1KCY,A,31-52 +PS00303,1KCY,A,48-69 +PS00014,1KDE,A,66-69 +PS00005,1KMX,A,"10-12,23-25,27-29,46-48" +PS00001,1KD6,A,"38-41,164-167" +PS00005,1KD6,A,40-42 +PS00006,1KD6,A,20-23 +PS00007,1KD6,A,124-132 +PS00008,1KD6,A,"10-15,96-101" +PS00009,1KD6,A,122-125 +PS00016,1KD6,A,143-145 +PS00342,1KD6,A,176-178 +PS00014,1KDF,A,66-69 +PS00006,1KDU,A,0-3 +PS00021,1KDU,A,52-64 +PS00006,1KDX,A,59-62 +PS00007,1KDX,A,47-54 +PS00008,1KDX,A,0-5 +PS00005,1KDX,B,"2-4,10-12" +PS00006,1KOY,A,"17-20,25-28,45-48" +PS00001,1KEF,A,52-55 +PS00008,1KEF,A,"12-17,40-45" +PS00005,1KFH,A,"33-35,49-51,61-63" +PS00008,1KFH,A,42-47 +PS00272,1KFH,A,42-62 +PS00001,1KFT,A,"21-24,51-54" +PS00005,1KFT,A,74-76 +PS00006,1KFT,A,"23-26,53-56" +PS00008,1KFT,A,"17-22,44-49,62-67" +PS00008,1KFZ,A,"41-46,48-53" +PS00016,1KFZ,A,24-26 +PS00006,1KG1,A,42-45 +PS00008,1KG1,A,10-15 +PS00017,1KG1,A,29-36 +PS00005,1KGL,A,"56-58,125-127" +PS00006,1KGL,A,75-78 +PS00214,1KGL,A,6-23 +PS00005,1KGM,A,"8-10,15-17,28-30" +PS00006,1KGM,A,8-11 +PS00005,1KHM,A,"45-47,79-81,84-86" +PS00006,1KHM,A,4-7 +PS00008,1KHM,A,0-5 +PS00006,1KIK,A,41-44 +PS00001,1PRR,A,"2-5,22-25,35-38,77-80,124-127,144-147,164-167" +PS00005,1PRR,A,"40-42,80-82,129-131,168-170" +PS00006,1PRR,A,113-116 +PS00008,1PRR,A,"32-37,121-126,160-165" +PS00005,1KIL,A,1-3 +PS00006,1KIL,A,"34-37,48-51" +PS00417,1KIL,A,22-41 +PS00005,1KIL,B,19-21 +PS00006,1KIL,B,"4-7,19-22,36-39" +PS00008,1KIL,B,0-5 +PS00914,1KIL,B,9-48 +PS00005,1KIL,C,19-21 +PS00006,1KIL,C,1-4 +PS00001,1KIL,D,49-52 +PS00005,1KIL,D,"1-3,48-50" +PS00006,1KIL,D,"1-4,51-54" +PS00008,1KIL,D,16-21 +PS00005,1KIO,A,"8-10,15-17" +PS00006,1KIO,A,8-11 +PS00005,1KJ0,A,"8-10,27-29" +PS00008,1KJ0,A,22-27 +PS00005,1KJ6,A,33-35 +PS00008,1KJ6,A,"0-5,14-19" +PS00009,1KJ6,A,35-38 +PS00004,1KJK,A,2-5 +PS00005,1KJK,A,30-32 +PS00006,1KJK,A,30-33 +PS00009,1KJK,A,0-3 +PS00005,1KKD,A,"23-25,71-73" +PS00006,1KKD,A,"7-10,85-88,92-95" +PS00009,1KKD,A,0-3 +PS00006,1KKG,A,"38-41,101-104" +PS00008,1KKG,A,"32-37,39-44" +PS01319,1KKG,A,78-99 +PS00006,1KKX,A,"24-27,38-41" +PS00008,1KKX,A,106-111 +PS00005,1KL8,A,"33-35,49-51,61-63" +PS00008,1KL8,A,42-47 +PS00272,1KL8,A,42-62 +PS00006,1KL8,B,7-10 +PS00007,1KL8,B,3-9 +PS00009,1KL8,B,1-4 +PS00005,1KLA,A,"10-12,107-109" +PS00006,1KLA,A,8-11 +PS00007,1KLA,A,30-38 +PS00009,1KLA,A,91-94 +PS00250,1KLA,A,32-47 +PS00005,1KLA,B,"10-12,107-109" +PS00006,1KLA,B,8-11 +PS00007,1KLA,B,30-38 +PS00009,1KLA,B,91-94 +PS00250,1KLA,B,32-47 +PS00005,1KLC,A,"10-12,107-109" +PS00006,1KLC,A,8-11 +PS00007,1KLC,A,30-38 +PS00009,1KLC,A,91-94 +PS00250,1KLC,A,32-47 +PS00005,1KLC,B,"10-12,107-109" +PS00006,1KLC,B,8-11 +PS00007,1KLC,B,30-38 +PS00009,1KLC,B,91-94 +PS00250,1KLC,B,32-47 +PS00005,1KLD,A,"10-12,107-109" +PS00006,1KLD,A,8-11 +PS00007,1KLD,A,30-38 +PS00009,1KLD,A,91-94 +PS00250,1KLD,A,32-47 +PS00005,1KLD,B,"10-12,107-109" +PS00006,1KLD,B,8-11 +PS00007,1KLD,B,30-38 +PS00009,1KLD,B,91-94 +PS00250,1KLD,B,32-47 +PS00006,1KLP,A,"3-6,19-22,31-34,42-45,68-71" +PS00007,1KLP,A,67-75 +PS00008,1KLP,A,20-25 +PS00005,1KLQ,A,"3-5,100-102,111-113,148-150" +PS00006,1KLQ,A,"48-51,80-83,100-103,148-151,167-170" +PS00008,1KLQ,A,27-32 +PS00004,1KLV,A,12-15 +PS00006,1KLV,A,15-18 +PS00004,1KM7,A,12-15 +PS00006,1KM7,A,15-18 +PS00005,1KM8,A,"46-48,62-64,76-78,83-85" +PS00006,1KM8,A,"20-23,84-87" +PS00127,1KM8,A,33-39 +PS00005,1KM9,A,"46-48,62-64,76-78,83-85" +PS00006,1KM9,A,"20-23,84-87" +PS00127,1KM9,A,33-39 +PS00008,1KMA,A,16-21 +PS00282,1KMA,A,7-30 +PS00004,1KMD,A,32-35 +PS00005,1KMD,A,2-4 +PS00006,1KMD,A,42-45 +PS00262,1KMF,A,5-19 +PS00001,1KMG,A,85-88 +PS00005,1KMG,A,"33-35,67-69,133-135" +PS00006,1KMG,A,97-100 +PS00008,1KMG,A,"32-37,55-60,84-89,129-134,137-142" +PS00332,1KMG,A,137-148 +PS00006,1KN5,A,"24-27,38-41" +PS00008,1KN5,A,106-111 +PS00004,1KN6,A,67-70 +PS00005,1KN6,A,"58-60,66-68,87-89" +PS00006,1KN6,A,"70-73,76-79" +PS00008,1KN6,A,"20-25,38-43" +PS00006,1KN7,A,"1-4,74-77" +PS00008,1KN7,A,"55-60,71-76" +PS00005,1KOK,A,69-71 +PS00006,1KOK,A,"14-17,102-105,132-135,136-139,184-187,287-290" +PS00007,1KOK,A,28-35 +PS00008,1KOK,A,"63-68,83-88,110-115,191-196" +PS00017,1KOK,A,172-179 +PS00435,1KOK,A,166-176 +PS00436,1KOK,A,42-53 +PS00004,1KOT,A,14-17 +PS00005,1KOT,A,1-3 +PS00006,1KOT,A,17-20 +PS00001,1KP4,A,"28-31,79-82,107-110" +PS00006,1KP4,A,81-84 +PS00007,1KP4,A,80-88 +PS00008,1KP4,A,74-79 +PS00001,1KPP,A,53-56 +PS00005,1KPP,A,"20-22,47-49,95-97,98-100" +PS00006,1KPP,A,"20-23,47-50" +PS00008,1KPP,A,64-69 +PS00001,1KPQ,A,53-56 +PS00005,1KPQ,A,"20-22,47-49,95-97,98-100" +PS00006,1KPQ,A,"20-23,47-50" +PS00008,1KPQ,A,64-69 +PS00001,1KQ8,A,52-55 +PS00005,1KQ8,A,48-50 +PS00006,1KQ8,A,"23-26,54-57,85-88" +PS00008,1KQ8,A,"19-24,40-45" +PS00657,1KQ8,A,1-14 +PS00658,1KQ8,A,45-51 +PS00005,1KQH,A,31-33 +PS60015,1KQH,A,1-32 +PS00005,1KQI,A,31-33 +PS60015,1KQI,A,1-32 +PS00005,1KQK,A,1-3 +PS00006,1KQK,A,52-55 +PS00007,1KQK,A,57-65 +PS00008,1KQK,A,10-15 +PS01047,1KQK,A,8-37 +PS00001,1KQQ,A,114-117 +PS00004,1KQQ,A,"37-40,133-136" +PS00005,1KQQ,A,96-98 +PS00006,1KQQ,A,"4-7,51-54,117-120" +PS00008,1KQQ,A,"0-5,39-44" +PS00009,1KQQ,A,131-134 +PS00001,1KQR,A,"51-54,65-68,86-89,103-106,137-140,152-155" +PS00005,1KQR,A,"53-55,115-117,139-141" +PS00006,1KQR,A,"146-149,169-172" +PS00008,1KQR,A,49-54 +PS00004,1KQV,A,74-77 +PS00005,1KQV,A,1-3 +PS00006,1KQV,A,"5-8,27-30,47-50,65-68" +PS00018,1KQV,A,57-69 +PS00029,1KQV,A,35-56 +PS00303,1KQV,A,52-73 +PS00001,1KRI,A,"10-13,51-54,65-68,86-89,103-106,137-140,152-155" +PS00005,1KRI,A,"53-55,115-117,139-141" +PS00006,1KRI,A,"13-16,146-149,169-172" +PS00008,1KRI,A,49-54 +PS00005,1KRS,A,46-48 +PS00006,1KRS,A,57-60 +PS00342,1KRS,A,117-119 +PS00005,1KRT,A,46-48 +PS00006,1KRT,A,57-60 +PS00342,1KRT,A,117-119 +PS00005,1KRW,A,13-15 +PS00006,1KRW,A,"30-33,84-87" +PS00008,1KRW,A,24-29 +PS00005,1KRX,A,13-15 +PS00006,1KRX,A,"30-33,84-87" +PS00008,1KRX,A,24-29 +PS00005,1KS0,A,30-32 +PS00006,1KS0,A,26-29 +PS00008,1KS0,A,6-11 +PS00023,1KS0,A,13-54 +PS00001,1KS6,A,"26-29,48-51" +PS00006,1KS6,A,"16-19,29-32,70-73,93-96" +PS00004,1KSM,A,74-77 +PS00005,1KSM,A,1-3 +PS00006,1KSM,A,"5-8,27-30,47-50,65-68" +PS00018,1KSM,A,57-69 +PS00029,1KSM,A,35-56 +PS00303,1KSM,A,52-73 +PS00005,1KSO,A,63-65 +PS00006,1KSO,A,"14-17,45-48,59-62,63-66" +PS00303,1KSO,A,57-78 +PS00005,1KSO,B,63-65 +PS00006,1KSO,B,"14-17,45-48,59-62,63-66" +PS00303,1KSO,B,57-78 +PS00001,1KSQ,A,28-31 +PS00006,1KSQ,A,"19-22,30-33" +PS00008,1KSQ,A,39-44 +PS00001,1KSR,A,79-82 +PS00005,1KSR,A,95-97 +PS00006,1KSR,A,5-8 +PS00008,1KSR,A,"11-16,32-37" +PS00005,1KTJ,A,"48-50,106-108" +PS00006,1KTJ,A,0-3 +PS00008,1KTJ,A,"19-24,66-71,114-119" +PS00005,1KTJ,B,"48-50,106-108" +PS00006,1KTJ,B,0-3 +PS00008,1KTJ,B,"19-24,66-71,114-119" +PS00001,1KTM,A,13-16 +PS00005,1KTM,A,"25-27,65-67" +PS00006,1KTM,A,"53-56,65-68" +PS00007,1KTM,A,5-11 +PS00008,1KTM,A,16-21 +PS00005,1KTU,A,"8-10,136-138" +PS00006,1KTU,A,"11-14,30-33,79-82" +PS00008,1KTU,A,"7-12,130-135" +PS00008,1KTX,A,"0-5,9-14,21-26" +PS01138,1KTX,A,13-34 +PS00005,2KTX,A,35-37 +PS00008,2KTX,A,"0-5,9-14,21-26" +PS01138,2KTX,A,13-34 +PS00005,1KUL,A,105-107 +PS00006,1KUL,A,"17-20,48-51,101-104" +PS00008,1KUL,A,"39-44,96-101" +PS00005,1KUM,A,105-107 +PS00006,1KUM,A,"17-20,48-51,101-104" +PS00008,1KUM,A,"39-44,96-101" +PS00005,1KUN,A,"12-14,46-48" +PS00006,1KUN,A,"12-15,46-49" +PS00008,1KUN,A,35-40 +PS00280,1KUN,A,32-50 +PS00242,1KUP,A,1-8 +PS00006,1KUP,B,4-7 +PS00008,1KUW,A,4-9 +PS00242,1KUZ,A,1-8 +PS00006,1KUZ,B,4-7 +PS00006,1KV4,A,26-29 +PS00001,1KVI,A,46-49 +PS00005,1KVI,A,57-59 +PS00006,1KVI,A,"41-44,60-63" +PS00008,1KVI,A,15-20 +PS01047,1KVI,A,13-42 +PS00001,1KVJ,A,46-49 +PS00005,1KVJ,A,57-59 +PS00006,1KVJ,A,"41-44,60-63" +PS00008,1KVJ,A,15-20 +PS01047,1KVJ,A,13-42 +PS00004,1KVN,A,69-72 +PS00005,1KVN,A,12-14 +PS00006,1KVN,A,"15-18,57-60" +PS00007,1KVN,A,46-54 +PS00009,1KVN,A,18-21 +PS00004,1KVV,A,69-72 +PS00005,1KVV,A,12-14 +PS00006,1KVV,A,"15-18,57-60" +PS00007,1KVV,A,46-54 +PS00009,1KVV,A,18-21 +PS00004,1KVZ,A,81-84 +PS00005,1KVZ,A,"5-7,84-86" +PS00006,1KVZ,A,"26-29,59-62" +PS00008,1KVZ,A,50-55 +PS00127,1KVZ,A,30-36 +PS00001,1PRS,A,"2-5,22-25,35-38,77-80,124-127,144-147,164-167" +PS00005,1PRS,A,"40-42,80-82,129-131,168-170" +PS00006,1PRS,A,113-116 +PS00008,1PRS,A,"32-37,121-126,160-165" +PS00004,1KWG,A,601-604 +PS00005,1KWG,A,"146-148,182-184,448-450,630-632" +PS00006,1KWG,A,"137-140,187-190,197-200,246-249,370-373,486-489,549-552,592-595" +PS00007,1KWG,A,159-166 +PS00008,1KWG,A,"69-74,127-132,142-147,167-172,301-306,417-422" +PS00009,1KWG,A,"92-95,99-102" +PS00001,1KWJ,A,11-14 +PS00008,1KWJ,A,24-29 +PS00294,1KWJ,A,64-67 +PS00004,1KWK,A,601-604 +PS00005,1KWK,A,"146-148,182-184,448-450,630-632" +PS00006,1KWK,A,"137-140,187-190,197-200,246-249,370-373,486-489,549-552,592-595" +PS00007,1KWK,A,159-166 +PS00008,1KWK,A,"69-74,127-132,142-147,167-172,301-306,417-422" +PS00009,1KWK,A,"92-95,99-102" +PS00005,1KX2,A,47-49 +PS00006,1KX2,A,65-68 +PS00008,1KX2,A,"23-28,58-63" +PS00005,1KX6,A,15-17 +PS00008,1KX6,A,3-8 +PS00260,1KX6,A,0-22 +PS00005,1KX7,A,47-49 +PS00006,1KX7,A,65-68 +PS00008,1KX7,A,"23-28,58-63" +PS00004,1KX8,A,55-58 +PS00005,1KX8,A,"4-6,84-86" +PS00008,1KX8,A,53-58 +PS00004,1KX9,A,55-58 +PS00005,1KX9,A,"4-6,84-86" +PS00008,1KX9,A,53-58 +PS00004,1KX9,B,55-58 +PS00005,1KX9,B,"4-6,84-86" +PS00008,1KX9,B,53-58 +PS00001,1KXL,A,"113-116,193-196" +PS00006,1KXL,A,"52-55,156-159" +PS00008,1KXL,A,31-36 +PS00001,1L0M,A,169-172 +PS00005,1L0M,A,"125-127,150-152,155-157,163-165,207-209" +PS00006,1L0M,A,"28-31,151-154" +PS00008,1L0M,A,"24-29,99-104,109-114,115-120,185-190" +PS00950,1L0M,A,75-87 +PS00005,1KZW,A,"4-6,47-49,103-105" +PS00006,1KZW,A,"47-50,103-106" +PS00008,1KZW,A,"43-48,64-69,98-103" +PS00214,1KZW,A,3-20 +PS00005,1KZX,A,"4-6,47-49,53-55,103-105" +PS00006,1KZX,A,"47-50,103-106" +PS00008,1KZX,A,"43-48,64-69,98-103" +PS00214,1KZX,A,3-20 +PS00005,1L00,A,"116-118,151-153" +PS00006,1L00,A,"43-46,58-61" +PS00007,1L00,A,15-23 +PS00008,1L00,A,"76-81,155-160" +PS00006,1L1C,A,34-37 +PS00006,1L1C,B,34-37 +PS00001,1L1I,A,76-79 +PS00006,1L1I,A,61-64 +PS00008,1L1I,A,"3-8,12-17,18-23,40-45" +PS00006,1L1K,A,11-14 +PS00005,1L1M,A,30-32 +PS00006,1L1M,A,4-7 +PS00356,1L1M,A,5-23 +PS00005,1L1M,B,30-32 +PS00006,1L1M,B,4-7 +PS00356,1L1M,B,5-23 +PS00005,1L1P,A,6-8 +PS00006,1L1P,A,"6-9,72-75" +PS00008,1L1P,A,"12-17,26-31,35-40" +PS00001,1L2M,A,65-68 +PS00005,1L2M,A,"0-2,4-6,35-37" +PS00006,1L2M,A,"92-95,98-101" +PS00007,1L2M,A,91-99 +PS00008,1L2M,A,89-94 +PS00004,1L2N,A,39-42 +PS00005,1L2N,A,61-63 +PS00006,1L2N,A,"1-4,76-79" +PS00005,1L2Y,A,13-15 +PS00008,1L2Y,A,9-14 +PS00005,1L2Z,A,52-54 +PS00007,1L2Z,A,53-60 +PS00008,1L2Z,A,47-52 +PS00005,1L2Z,B,0-2 +PS00006,1L3E,A,"1-4,11-14" +PS00001,1L3E,B,82-85 +PS00005,1L3E,B,"48-50,61-63,72-74" +PS00006,1L3E,B,84-87 +PS00008,1L3E,B,3-8 +PS00001,1L3G,A,33-36 +PS00005,1L3G,A,5-7 +PS00006,1L3G,A,"9-12,89-92,101-104,119-122" +PS00001,1L3H,A,"46-49,60-63" +PS00005,1L3H,A,17-19 +PS00007,1L3H,A,21-28 +PS00484,1L3H,A,18-47 +PS00001,1L3N,A,85-88 +PS00005,1L3N,A,"33-35,67-69,133-135" +PS00006,1L3N,A,97-100 +PS00008,1L3N,A,"32-37,55-60,84-89,129-134,137-142" +PS00087,1L3N,A,43-53 +PS00332,1L3N,A,137-148 +PS00001,1L3N,B,85-88 +PS00005,1L3N,B,"33-35,67-69,133-135" +PS00006,1L3N,B,97-100 +PS00008,1L3N,B,"32-37,55-60,84-89,129-134,137-142" +PS00087,1L3N,B,43-53 +PS00332,1L3N,B,137-148 +PS00001,1L3O,A,11-14 +PS00008,1L3O,A,24-29 +PS00294,1L3O,A,64-67 +PS00001,1L3Q,A,6-9 +PS00006,1L3Q,A,8-11 +PS00005,1L3X,A,19-21 +PS00007,1L3X,A,50-57 +PS00008,1L3X,A,"11-16,25-30,60-65" +PS00016,1L3X,A,50-52 +PS00427,1L3X,A,28-47 +PS00008,1L3Y,A,"11-16,20-25" +PS00022,1L3Y,A,27-38 +PS00243,1L3Y,A,14-29 +PS01186,1L3Y,A,27-38 +PS00001,1L4S,A,2-5 +PS00005,1L4S,A,"4-6,62-64,98-100" +PS00006,1L4S,A,98-101 +PS00008,1L4S,A,57-62 +PS00005,1L4T,A,3-5 +PS00008,1L4T,A,"11-16,18-23" +PS00001,1L4V,A,11-14 +PS00008,1L4V,A,"7-12,23-28" +PS00005,1L4W,A,"33-35,49-51,61-63" +PS00008,1L4W,A,42-47 +PS00272,1L4W,A,42-62 +PS00005,1L54,A,"116-118,151-153" +PS00006,1L54,A,"43-46,58-61" +PS00007,1L54,A,15-23 +PS00008,1L54,A,"76-81,155-160" +PS00005,1L55,A,"116-118,151-153" +PS00006,1L55,A,"43-46,58-61" +PS00007,1L55,A,15-23 +PS00008,1L55,A,"76-81,155-160" +PS00005,1L57,A,"116-118,151-153" +PS00006,1L57,A,"43-46,58-61" +PS00007,1L57,A,15-23 +PS00008,1L57,A,"76-81,155-160" +PS00005,1L59,A,"116-118,151-153" +PS00006,1L59,A,"43-46,58-61" +PS00007,1L59,A,15-23 +PS00008,1L59,A,"76-81,155-160" +PS00001,1L5B,A,29-32 +PS00005,1L5B,A,"45-47,56-58,81-83,96-98" +PS00006,1L5B,A,"19-22,31-34,37-40" +PS00008,1L5B,A,"14-19,26-31" +PS00001,1L5B,B,29-32 +PS00005,1L5B,B,"45-47,56-58,81-83,96-98" +PS00006,1L5B,B,"19-22,31-34,37-40" +PS00008,1L5B,B,"14-19,26-31" +PS00007,1L5C,A,42-48 +PS00008,1L5C,A,"32-37,56-61,63-68" +PS00007,1L5D,A,42-48 +PS00008,1L5D,A,"32-37,56-61,63-68" +PS00001,1L5E,A,29-32 +PS00005,1L5E,A,"45-47,56-58,81-83,96-98" +PS00006,1L5E,A,"19-22,31-34,37-40" +PS00008,1L5E,A,"14-19,26-31" +PS00001,1L5E,B,29-32 +PS00005,1L5E,B,"45-47,56-58,81-83,96-98" +PS00006,1L5E,B,"19-22,31-34,37-40" +PS00008,1L5E,B,"14-19,26-31" +PS00001,1L5I,A,65-68 +PS00005,1L5I,A,"0-2,4-6,35-37" +PS00006,1L5I,A,"92-95,98-101" +PS00007,1L5I,A,91-99 +PS00008,1L5I,A,89-94 +PS00005,1L61,A,"116-118,151-153" +PS00006,1L61,A,"43-46,58-61" +PS00007,1L61,A,15-23 +PS00008,1L61,A,"76-81,155-160" +PS00005,1L62,A,"116-118,151-153" +PS00006,1L62,A,"43-46,58-61" +PS00007,1L62,A,15-23 +PS00008,1L62,A,"76-81,155-160" +PS00005,1L63,A,"116-118,151-153" +PS00006,1L63,A,"43-46,58-61" +PS00007,1L63,A,15-23 +PS00008,1L63,A,"76-81,155-160" +PS00005,1L6H,A,27-29 +PS00008,1L6H,A,"1-6,12-17" +PS00001,1L6N,A,"108-111,123-126" +PS00005,1L6N,A,"110-112,147-149" +PS00006,1L6N,A,"8-11,69-72,179-182,203-206,241-244" +PS00008,1L6N,A,"1-6,48-53,191-196,232-237" +PS00009,1L6N,A,23-26 +PS00008,1L6T,A,"28-33,57-62" +PS00001,1L6U,A,"101-104,122-125" +PS00005,1L6U,A,"19-21,84-86,103-105,123-125" +PS00006,1L6U,A,"0-3,27-30,70-73,124-127" +PS00008,1L6U,A,"43-48,90-95,120-125" +PS00814,1L6U,A,45-55 +PS00001,1L6V,A,"101-104,122-125" +PS00005,1L6V,A,"19-21,84-86,103-105,123-125" +PS00006,1L6V,A,"0-3,27-30,70-73,124-127" +PS00008,1L6V,A,"43-48,90-95,120-125" +PS00814,1L6V,A,45-55 +PS00005,1QWP,A,1-3 +PS00008,1QWP,A,0-5 +PS00004,1L7B,A,42-45 +PS00005,1L7B,A,"41-43,81-83" +PS00006,1L7B,A,"55-58,67-70" +PS00008,1L7B,A,33-38 +PS00009,1L7B,A,81-84 +PS00005,1L7Y,A,14-16 +PS00006,1L7Y,A,31-34 +PS00008,1L7Y,A,"2-7,10-15,65-70" +PS00001,1L8C,A,"75-78,89-92" +PS00005,1L8C,A,"41-43,65-67,91-93" +PS00006,1L8C,A,77-80 +PS00006,1L8C,B,"10-13,20-23" +PS00001,1L8Y,A,78-81 +PS00005,1L8Y,A,"6-8,79-81" +PS00007,1L8Y,A,55-63 +PS00001,1L8Z,A,78-81 +PS00005,1L8Z,A,"6-8,79-81" +PS00007,1L8Z,A,55-63 +PS00005,1L98,A,"116-118,151-153" +PS00006,1L98,A,"43-46,58-61" +PS00007,1L98,A,15-23 +PS00008,1L98,A,"76-81,155-160" +PS00005,1L99,A,"116-118,151-153" +PS00006,1L99,A,"43-46,58-61" +PS00007,1L99,A,15-23 +PS00008,1L99,A,"76-81,104-109,155-160" +PS00005,1LA0,A,36-38 +PS00006,1LA0,A,"36-39,52-55,92-95,126-129" +PS00008,1LA0,A,29-34 +PS00018,1LA0,A,"64-76,104-116,140-152" +PS00001,1LA3,A,112-115 +PS00005,1LA3,A,"39-41,166-168" +PS00006,1LA3,A,"22-25,43-46,105-108,116-119,132-135,166-169" +PS00008,1LA3,A,"0-5,173-178" +PS00009,1LA3,A,157-160 +PS00018,1LA3,A,108-120 +PS00005,1LA4,A,0-2 +PS00006,1LA4,A,10-13 +PS00008,1LA4,A,6-11 +PS00008,1LAB,A,"11-16,62-67" +PS00189,1LAB,A,25-54 +PS00008,1LAC,A,"11-16,62-67" +PS00189,1LAC,A,25-54 +PS00006,1LBJ,A,5-8 +PS00004,1LC1,A,"85-88,98-101" +PS00005,1LC1,A,"57-59,88-90" +PS00006,1LC1,A,"46-49,57-60,62-65,88-91" +PS00008,1LC1,A,40-45 +PS00009,1LC1,A,"4-7,35-38" +PS00004,1LC2,A,"85-88,98-101" +PS00005,1LC2,A,"57-59,88-90" +PS00006,1LC2,A,"46-49,57-60,62-65,88-91" +PS00008,1LC2,A,40-45 +PS00009,1LC2,A,"4-7,35-38" +PS00005,1LCC,A,30-32 +PS00006,1LCC,A,4-7 +PS00356,1LCC,A,5-23 +PS00005,1LCD,A,30-32 +PS00006,1LCD,A,4-7 +PS00356,1LCD,A,5-23 +PS00001,1LCJ,A,"13-16,93-96" +PS00005,1LCJ,A,"15-17,48-50,76-78" +PS00006,1LCJ,A,"15-18,48-51" +PS00008,1LCJ,A,27-32 +PS00005,1LCN,A,42-44 +PS00008,1LCN,A,"25-30,101-106" +PS00128,1LCN,A,75-93 +PS00342,1LCN,A,126-128 +PS00005,1LCN,B,42-44 +PS00008,1LCN,B,"25-30,101-106" +PS00128,1LCN,B,75-93 +PS00342,1LCN,B,126-128 +PS00006,1LD5,A,46-49 +PS00008,1LD5,A,"27-32,35-40" +PS00280,1LD5,A,32-50 +PS00006,1LD6,A,46-49 +PS00008,1LD6,A,"11-16,27-32,35-40" +PS00005,1LDL,A,21-23 +PS00008,1LDL,A,"0-5,28-33,35-40" +PS01209,1LDL,A,19-43 +PS00001,1LDR,A,35-38 +PS00005,1LDR,A,5-7 +PS00008,1LDR,A,"14-19,29-34" +PS01209,1LDR,A,20-42 +PS00005,1LDS,A,"4-6,73-75" +PS00006,1LDS,A,"33-36,71-74" +PS00290,1LDS,A,78-84 +PS00005,1LDT,L,32-34 +PS00008,1LDT,L,37-42 +PS00282,1LDT,L,5-28 +PS00005,1LDT,T,146-148 +PS00008,1LDT,T,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1LDT,T,35-40 +PS00135,1LDT,T,170-181 +PS00005,1LE0,A,9-11 +PS00008,1LE0,A,5-10 +PS00005,1LE1,A,9-11 +PS00006,1LE3,A,"3-6,12-15" +PS00005,1LEA,A,4-6 +PS00006,1LEA,A,26-29 +PS00008,1LEA,A,"22-27,60-65" +PS00005,1LES,A,"25-27,130-132,142-144" +PS00006,1LES,A,130-133 +PS00008,1LES,A,"57-62,97-102,137-142" +PS00307,1LES,A,115-121 +PS00005,1LES,B,48-50 +PS00006,1LES,B,"4-7,27-30" +PS00008,1LES,B,28-33 +PS00308,1LES,B,15-24 +PS00005,1LES,C,"25-27,130-132,142-144" +PS00006,1LES,C,130-133 +PS00008,1LES,C,"57-62,97-102,137-142" +PS00307,1LES,C,115-121 +PS00005,1LES,D,48-50 +PS00006,1LES,D,"4-7,27-30" +PS00008,1LES,D,28-33 +PS00308,1LES,D,15-24 +PS00005,2LEF,A,"25-27,70-72" +PS00006,2LEF,A,"25-28,44-47,70-73" +PS00009,2LEF,A,"36-39,75-78" +PS00286,2LET,A,1-20 +PS00008,2LEU,A,"5-10,12-17" +PS60030,2LEU,A,2-13 +PS00008,3LEU,A,"5-10,12-17" +PS60030,3LEU,A,2-13 +PS00007,1LFU,P,65-73 +PS00008,1LFU,P,42-47 +PS00027,1LFU,P,37-60 +PS00005,2LFB,A,"6-8,95-97" +PS00006,2LFB,A,"35-38,41-44" +PS00008,2LFB,A,"55-60,63-68" +PS00009,2LFB,A,8-11 +PS00027,2LFB,A,63-86 +PS00001,1LG4,A,"74-77,86-89" +PS00005,1LG4,A,117-119 +PS00007,1LG4,A,52-58 +PS00008,1LG4,A,"47-52,64-69,83-88" +PS00009,1LG4,A,38-41 +PS00006,1LIP,A,39-42 +PS00008,1LIP,A,"3-8,52-57" +PS00597,1LIP,A,68-89 +PS00005,1LIQ,A,11-13 +PS00005,1LIR,A,22-24 +PS01138,1LIR,A,12-34 +PS00001,1LJL,A,60-63 +PS00005,1LJL,A,13-15 +PS00006,1LJL,A,82-85 +PS00001,1LJU,A,60-63 +PS00005,1LJU,A,13-15 +PS00006,1LJU,A,82-85 +PS00265,1LJV,A,19-35 +PS00005,1LJZ,A,"33-35,49-51,61-63" +PS00008,1LJZ,A,42-47 +PS00272,1LJZ,A,42-62 +PS00001,1LK0,A,60-63 +PS00005,1LK0,A,13-15 +PS00006,1LK0,A,82-85 +PS00001,1LK0,B,60-63 +PS00005,1LK0,B,13-15 +PS00006,1LK0,B,82-85 +PS00001,1LKJ,A,"2-5,23-26,78-81" +PS00006,1LKJ,A,"27-30,41-44,80-83,100-103,110-113,116-119" +PS00008,1LKJ,A,"24-29,39-44,97-102" +PS00018,1LKJ,A,"19-31,55-67,92-104" +PS00001,1LKN,A,37-40 +PS00006,1LKN,A,"28-31,50-53" +PS00007,1LKN,A,25-33 +PS00009,1LKN,A,53-56 +PS00008,1LKQ,A,1-6 +PS00262,1LKQ,A,5-19 +PS00006,1LL8,A,"34-37,50-53,75-78" +PS00008,1LL8,A,40-45 +PS00005,1LLS,A,"236-238,248-250,351-353" +PS00006,1LLS,A,"127-130,210-213,232-235,305-308,355-358" +PS00007,1LLS,A,82-89 +PS00008,1LLS,A,"31-36,181-186,259-264" +PS00009,1LLS,A,22-25 +PS01037,1LLS,A,106-123 +PS00006,1LM0,A,"13-16,69-72" +PS00008,1LM0,A,37-42 +PS00001,1LM2,A,11-14 +PS00008,1LM2,A,24-29 +PS00294,1LM2,A,64-67 +PS00001,1LMJ,A,80-83 +PS00005,1LMJ,A,66-68 +PS00006,1LMJ,A,"0-3,20-23" +PS00008,1LMJ,A,"15-20,58-63,65-70" +PS00010,1LMJ,A,"17-28,60-71" +PS01187,1LMJ,A,"1-26,44-69" +PS00004,1LMM,A,25-28 +PS00005,1LMM,A,36-38 +PS60010,1LMR,A,4-31 +PS00001,1LMS,A,67-70 +PS00004,1LMS,A,103-106 +PS00005,1LMS,A,6-8 +PS00006,1LMS,A,51-54 +PS00007,1LMS,A,93-101 +PS00008,1LMS,A,"45-50,81-86" +PS00005,1LMZ,A,27-29 +PS00006,1LMZ,A,130-133 +PS00008,1LMZ,A,"21-26,38-43,96-101,157-162" +PS00001,1LN6,A,"1-4,14-17,199-202" +PS00005,1LN6,A,"13-15,228-230,242-244" +PS00006,1LN6,A,"21-24,192-195,197-200,228-231,337-340" +PS00007,1LN6,A,20-28 +PS00008,1LN6,A,"88-93,119-124,155-160,181-186" +PS00237,1LN6,A,122-138 +PS00238,1LN6,A,289-305 +PS00004,1LO1,A,54-57 +PS00005,1LO1,A,51-53 +PS00008,1LO1,A,19-24 +PS00031,1LO1,A,6-32 +PS00005,1LQC,A,30-32 +PS00006,1LQC,A,4-7 +PS00356,1LQC,A,5-23 +PS00008,1LQH,A,30-35 +PS00008,1LQI,A,30-35 +PS00008,1LQQ,A,29-34 +PS00005,1LR1,A,"15-17,57-59" +PS00006,1LR1,A,"23-26,27-30" +PS00008,1LR1,A,0-5 +PS00005,1LR1,B,"15-17,57-59" +PS00006,1LR1,B,"23-26,27-30" +PS00008,1LR1,B,0-5 +PS00009,1LRE,A,74-77 +PS00029,1LRE,A,11-32 +PS00005,3LRI,A,46-48 +PS00262,3LRI,A,59-73 +PS00001,1LS4,A,"33-36,100-103" +PS00005,1LS4,A,76-78 +PS00006,1LS4,A,"51-54,87-90,102-105,140-143" +PS00001,1LS8,A,6-9 +PS00005,1LS8,A,55-57 +PS00006,1LS8,A,23-26 +PS00008,1LS8,A,"80-85,95-100,112-117" +PS00001,1LS9,A,24-27 +PS00005,1LS9,A,32-34 +PS00008,1LS9,A,"14-19,22-27,60-65" +PS00009,1LS9,A,7-10 +PS00005,1LSI,A,30-32 +PS00006,1LSI,A,"14-17,49-52" +PS00008,1LSI,A,"15-20,39-44" +PS00272,1LSI,A,39-59 +PS00005,1LV9,A,"5-7,43-45,72-74" +PS00001,1LU8,A,30-33 +PS00005,1LUD,A,139-141 +PS00006,1LUD,A,"62-65,142-145" +PS00008,1LUD,A,119-124 +PS00009,1LUD,A,40-43 +PS00075,1LUD,A,11-33 +PS00001,1LUI,A,10-13 +PS00005,1LUI,A,"25-27,69-71" +PS00006,1LUI,A,25-28 +PS00008,1LUI,A,96-101 +PS00001,1LUK,A,10-13 +PS00005,1LUK,A,"25-27,69-71" +PS00006,1LUK,A,25-28 +PS00008,1LUK,A,96-101 +PS00001,1LUM,A,10-13 +PS00005,1LUM,A,"25-27,69-71" +PS00006,1LUM,A,25-28 +PS00008,1LUM,A,96-101 +PS00001,1LUN,A,10-13 +PS00005,1LUN,A,"25-27,69-71" +PS00006,1LUN,A,25-28 +PS00008,1LUN,A,96-101 +PS00006,1LUP,A,7-10 +PS00005,1LV1,A,"11-13,115-117" +PS00006,1LV1,A,"25-28,30-33,129-132,134-137" +PS00008,1LV1,A,"26-31,47-52,93-98,130-135,151-156,197-202" +PS00141,1LV1,A,"21-32,125-136" +PS00005,1LV2,A,"42-44,85-87" +PS00006,1LV2,A,"24-27,35-38" +PS00008,1LV2,A,2-7 +PS00005,1LV3,A,31-33 +PS00006,1LV3,A,"51-54,56-59" +PS00008,1LV3,A,0-5 +PS00005,1LV4,A,"1-3,5-7" +PS00001,1LW1,A,19-22 +PS00005,1LW1,A,139-141 +PS00006,1LW1,A,27-30 +PS00007,1LW1,A,87-94 +PS00008,1LW1,A,"36-41,55-60,100-105,110-115,128-133,162-167" +PS00001,1LW1,B,19-22 +PS00005,1LW1,B,139-141 +PS00006,1LW1,B,27-30 +PS00007,1LW1,B,87-94 +PS00008,1LW1,B,"36-41,55-60,100-105,110-115,128-133,162-167" +PS00001,1LW1,C,19-22 +PS00005,1LW1,C,139-141 +PS00006,1LW1,C,27-30 +PS00007,1LW1,C,87-94 +PS00008,1LW1,C,"36-41,55-60,100-105,110-115,128-133,162-167" +PS00001,1LWB,A,"28-31,79-82,107-110" +PS00006,1LWB,A,81-84 +PS00007,1LWB,A,80-88 +PS00008,1LWB,A,74-79 +PS00001,1LWM,A,88-91 +PS00004,1LWM,A,7-10 +PS00005,1LWM,A,"2-4,10-12,82-84" +PS00006,1LWM,A,"2-5,62-65,82-85" +PS00007,1LWM,A,72-80 +PS00009,1LWM,A,50-53 +PS00005,1LWR,A,17-19 +PS00006,1LWR,A,54-57 +PS00017,1LWR,A,76-83 +PS00005,1LX8,A,19-21 +PS00006,1LX8,A,3-6 +PS00005,1LXF,C,36-38 +PS00006,1LXF,C,"36-39,52-55" +PS00008,1LXF,C,29-34 +PS00018,1LXF,C,64-76 +PS00005,1LXG,A,"9-11,30-32,46-48,66-68" +PS00006,1LXG,A,"9-12,23-26,49-52" +PS00008,1LXG,A,39-44 +PS00009,1LXG,A,32-35 +PS00272,1LXG,A,39-59 +PS00005,1LXH,A,"9-11,30-32,46-48,66-68" +PS00006,1LXH,A,"9-12,23-26,49-52" +PS00008,1LXH,A,39-44 +PS00009,1LXH,A,32-35 +PS00272,1LXH,A,39-59 +PS00001,1LXL,A,36-39 +PS00005,1LXL,A,"7-9,17-19,21-23,206-208" +PS00006,1LXL,A,"7-10,31-34,44-47,76-79,193-196" +PS00008,1LXL,A,"137-142,150-155,189-194,199-204" +PS01080,1LXL,A,133-151 +PS01258,1LXL,A,184-195 +PS01259,1LXL,A,89-103 +PS01260,1LXL,A,7-27 +PS00005,1LY7,A,"43-45,79-81,116-118" +PS00006,1LY7,A,"3-6,15-18,29-32,91-94,106-109,116-119" +PS00007,1LY7,A,45-53 +PS00008,1LY7,A,47-52 +PS01344,1LY7,A,54-68 +PS00005,1M07,A,"46-48,62-64,76-78,83-85" +PS00006,1M07,A,"20-23,84-87" +PS00127,1M07,A,33-39 +PS00005,1M07,B,"46-48,62-64,76-78,83-85" +PS00006,1M07,B,"20-23,84-87" +PS00127,1M07,B,33-39 +PS00008,1M0G,A,8-13 +PS00017,1M0G,A,15-22 +PS00001,1M0J,A,20-23 +PS00005,1M0J,A,"22-24,25-27" +PS00008,1M0J,A,"8-13,14-19" +PS00001,1M0V,A,1-4 +PS00005,1M0V,A,"23-25,50-52,72-74,79-81,101-103" +PS00006,1M0V,A,"3-6,68-71,108-111" +PS00008,1M0V,A,"28-33,40-45,46-51,93-98,125-130" +PS00001,1M12,A,21-24 +PS00005,1M12,A,23-25 +PS00006,1M12,A,"23-26,41-44" +PS00001,1MBE,A,"20-23,34-37" +PS00006,1MBE,A,6-9 +PS00007,1M25,A,6-13 +PS60014,1M2C,A,1-15 +PS00005,1M2E,A,"45-47,61-63" +PS00006,1M2E,A,45-48 +PS00005,1M2F,A,"45-47,61-63" +PS00006,1M2F,A,45-48 +PS00004,1M2S,A,18-21 +PS00008,1M2S,A,22-27 +PS01138,1M2S,A,13-35 +PS00001,1MBF,A,"20-23,34-37" +PS00006,1MBF,A,6-9 +PS00009,1M30,A,42-45 +PS00001,1M31,A,29-32 +PS00005,1M31,A,"19-21,63-65" +PS00006,1M31,A,"19-22,59-62,63-66" +PS00009,1M31,A,45-48 +PS00018,1M31,A,62-74 +PS00303,1M31,A,57-78 +PS00001,1M31,B,29-32 +PS00005,1M31,B,"19-21,63-65" +PS00006,1M31,B,"19-22,59-62,63-66" +PS00009,1M31,B,45-48 +PS00018,1M31,B,62-74 +PS00303,1M31,B,57-78 +PS00001,1M39,A,52-55 +PS00004,1M39,A,83-86 +PS00005,1M39,A,"10-12,14-16,34-36,38-40" +PS00006,1M39,A,"14-17,18-21,54-57,74-77" +PS00018,1M39,A,66-78 +PS00039,1M39,A,61-69 +PS00009,1M3A,A,41-44 +PS00009,1M3B,A,42-45 +PS00009,1M3C,A,44-47 +PS00001,1M3G,A,"34-37,127-130" +PS00005,1M3G,A,105-107 +PS00008,1M3G,A,"23-28,90-95" +PS00005,1M3V,A,3-5 +PS00006,1M3V,A,"79-82,105-108,110-113" +PS00008,1M3V,A,"11-16,53-58,66-71,74-79,93-98" +PS00478,1M3V,A,7-41 +PS00005,1M42,A,"77-79,97-99" +PS00006,1M42,A,7-10 +PS00008,1M42,A,11-16 +PS00001,1M4P,A,53-56 +PS00005,1M4P,A,"20-22,47-49,95-97,98-100" +PS00006,1M4P,A,"20-23,47-50" +PS00008,1M4P,A,64-69 +PS00001,1M4Q,A,53-56 +PS00005,1M4Q,A,"20-22,47-49,95-97,98-100" +PS00006,1M4Q,A,"20-23,47-50" +PS00008,1M4Q,A,64-69 +PS00004,1MBG,A,23-26 +PS00006,1MBG,A,6-9 +PS00004,1M58,A,80-83 +PS00006,1M58,A,59-62 +PS00127,1M58,A,30-36 +PS00006,1M5Z,A,"2-5,15-18,23-26" +PS00004,1M60,A,"85-88,98-101" +PS00005,1M60,A,"57-59,88-90" +PS00006,1M60,A,"46-49,57-60,62-65,88-91" +PS00008,1M60,A,40-45 +PS00009,1M60,A,"4-7,35-38" +PS00001,1M61,A,68-71 +PS00005,1M61,A,132-134 +PS00006,1M61,A,"18-21,108-111,158-161,171-174,229-232" +PS00007,1M61,A,"172-180,192-200,242-250" +PS00008,1M61,A,"30-35,95-100,115-120,247-252" +PS00005,1M62,A,"8-10,34-36,62-64" +PS00007,1M62,A,32-38 +PS00008,1M62,A,58-63 +PS00009,1M62,A,30-33 +PS00005,1M6T,A,95-97 +PS00006,1M6T,A,8-11 +PS00001,1M7E,A,64-67 +PS00007,1M7E,A,10-18 +PS00008,1M7E,A,46-51 +PS00016,1M7E,A,32-34 +PS00001,1M7E,B,64-67 +PS00007,1M7E,B,10-18 +PS00008,1M7E,B,46-51 +PS00016,1M7E,B,32-34 +PS00001,1M7E,C,64-67 +PS00007,1M7E,C,10-18 +PS00008,1M7E,C,46-51 +PS00016,1M7E,C,32-34 +PS00005,1M7E,D,6-8 +PS00320,1M7E,D,1-8 +PS00005,1M7E,E,6-8 +PS00320,1M7E,E,1-8 +PS00005,1M7E,F,6-8 +PS00320,1M7E,F,1-8 +PS00001,1M8B,A,"27-30,44-47" +PS00008,1M8B,A,31-36 +PS00282,1M8B,A,15-37 +PS00005,1M7K,A,"21-23,47-49,75-77" +PS00006,1M7K,A,6-9 +PS00007,1M7K,A,45-51 +PS00008,1M7K,A,71-76 +PS00009,1M7K,A,43-46 +PS00005,1M7L,A,6-8 +PS00005,1M7L,B,6-8 +PS00005,1M7L,C,6-8 +PS00005,1M7T,A,45-47 +PS00006,1M7T,A,43-46 +PS00194,1M7T,A,23-41 +PS00001,1M8C,A,"27-30,44-47" +PS00008,1M8C,A,31-36 +PS00282,1M8C,A,15-37 +PS00006,1M8L,A,"48-51,54-57" +PS00008,1M8L,A,74-79 +PS00001,1M8M,A,34-37 +PS00005,1M8M,A,"3-5,18-20,23-25,36-38" +PS00006,1M8M,A,"3-6,18-21,36-39" +PS00001,1M8O,B,40-43 +PS00005,1M8O,B,42-44 +PS00006,1M8O,B,4-7 +PS00001,1MBJ,A,44-47 +PS00004,1MBJ,A,1-4 +PS00005,1MBJ,A,46-48 +PS00006,1MBJ,A,4-7 +PS00008,1MBJ,A,21-26 +PS00006,1M94,A,"42-45,75-78,85-88" +PS00008,1M94,A,55-60 +PS00009,1M94,A,29-32 +PS00005,1M9G,A,67-69 +PS00006,1M9G,A,45-48 +PS00007,1M9G,A,56-63 +PS00009,1M9G,A,82-85 +PS00001,1M9L,A,160-163 +PS00005,1M9L,A,"6-8,46-48" +PS00006,1M9L,A,"6-9,23-26,67-70,94-97,109-112" +PS00005,1M9O,A,"6-8,20-22" +PS00006,1M9O,A,16-19 +PS00008,1M9O,A,0-5 +PS00001,1MBK,A,44-47 +PS00004,1MBK,A,1-4 +PS00005,1MBK,A,46-48 +PS00006,1MBK,A,4-7 +PS00008,1MBK,A,21-26 +PS00001,1M9W,A,1-4 +PS00005,1M9W,A,"3-5,21-23,56-58" +PS00006,1M9W,A,71-74 +PS00008,1M9W,A,"7-12,59-64" +PS00196,1M9W,A,76-90 +PS00005,1MAJ,A,"21-23,47-49,56-58,76-78" +PS00006,1MAJ,A,"13-16,71-74,80-83,106-109" +PS00008,1MAJ,A,"68-73,88-93" +PS00005,1MAK,A,"21-23,47-49,56-58,76-78" +PS00006,1MAK,A,"13-16,71-74,80-83,106-109" +PS00008,1MAK,A,"68-73,88-93" +PS00001,1MAZ,A,36-39 +PS00005,1MAZ,A,"7-9,17-19,21-23,206-208" +PS00006,1MAZ,A,"7-10,31-34,44-47,76-79,193-196" +PS00008,1MAZ,A,"137-142,150-155,189-194,199-204" +PS01080,1MAZ,A,133-151 +PS01258,1MAZ,A,184-195 +PS01259,1MAZ,A,89-103 +PS01260,1MAZ,A,7-27 +PS00005,2MAG,A,7-9 +PS00005,1MB6,A,"18-20,24-26" +PS60021,1MB6,A,1-30 +PS00001,1MBB,A,1-4 +PS00005,1MBB,A,"3-5,142-144,149-151,214-216,239-241,259-261" +PS00006,1MBB,A,"95-98,149-152,188-191,193-196,335-338" +PS00008,1MBB,A,"11-16,83-88,111-116,224-229,275-280" +PS00004,1MBH,A,23-26 +PS00006,1MBH,A,6-9 +PS00001,1MC7,A,60-63 +PS00005,1MC7,A,91-93 +PS00006,1MC7,A,62-65 +PS00008,1MC7,A,"26-31,35-40" +PS00016,1MC7,A,22-24 +PS00006,1MCY,A,"3-6,35-38,51-54" +PS00007,1MCY,A,145-151 +PS00005,1MDI,A,45-47 +PS00006,1MDI,A,"43-46,66-69,99-102" +PS00008,1MDI,A,82-87 +PS01204,1MDI,B,2-8 +PS00005,1MDJ,A,45-47 +PS00006,1MDJ,A,"43-46,66-69,99-102" +PS00008,1MDJ,A,82-87 +PS01204,1MDJ,B,2-8 +PS00005,1MDK,A,45-47 +PS00006,1MDK,A,"43-46,66-69,99-102" +PS00008,1MDK,A,82-87 +PS01204,1MDK,B,2-8 +PS00005,1MEA,A,1-3 +PS00005,1MED,A,1-3 +PS00004,1MEK,A,112-115 +PS00005,1MEK,A,"83-85,94-96" +PS00006,1MEK,A,94-97 +PS00194,1MEK,A,27-45 +PS00008,1MEQ,A,6-11 +PS00005,1MFA,H,"16-18,20-22,117-119" +PS00006,1MFA,H,86-89 +PS00008,1MFA,H,"7-12,53-58,108-113" +PS00005,1MFA,L,20-22 +PS00006,1MFA,L,12-15 +PS00008,1MFA,L,"26-31,65-70,102-107,109-114" +PS00001,3MEF,A,64-67 +PS00005,3MEF,A,0-2 +PS00006,3MEF,A,"20-23,42-45" +PS00008,3MEF,A,"46-51,63-68" +PS00352,3MEF,A,16-35 +PS00005,1MFD,H,"16-18,20-22,117-119,207-209" +PS00006,1MFD,H,"86-89,208-211" +PS00008,1MFD,H,"7-12,53-58,108-113,161-166" +PS00005,1MFD,L,"20-22,129-131,183-185" +PS00006,1MFD,L,"12-15,123-126,137-140,209-212" +PS00008,1MFD,L,"26-31,65-70,102-107,109-114,154-159,160-165" +PS00290,1MFD,L,193-199 +PS00005,1MFN,A,"117-119,165-167,173-175" +PS00006,1MFN,A,"5-8,89-92,124-127" +PS00008,1MFN,A,"85-90,141-146,154-159" +PS00016,1MFN,A,167-169 +PS00687,1MFN,A,126-133 +PS00005,1MFS,A,"11-13,49-51" +PS00008,1MFS,A,"3-8,34-39" +PS00005,1MFT,A,21-23 +PS00005,1MFT,B,21-23 +PS00005,2MFN,A,"117-119,165-167,173-175" +PS00006,2MFN,A,"5-8,89-92,124-127" +PS00008,2MFN,A,"85-90,141-146,154-159" +PS00016,2MFN,A,167-169 +PS00687,2MFN,A,126-133 +PS00001,1MG0,A,299-302 +PS00005,1MG0,A,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1MG0,A,"21-24,74-77,121-124,149-152,163-166" +PS00008,1MG0,A,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1MG0,A,65-79 +PS00001,1MG0,B,299-302 +PS00005,1MG0,B,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1MG0,B,"21-24,74-77,121-124,149-152,163-166" +PS00008,1MG0,B,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1MG0,B,65-79 +PS00001,1MG0,C,299-302 +PS00005,1MG0,C,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1MG0,C,"21-24,74-77,121-124,149-152,163-166" +PS00008,1MG0,C,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1MG0,C,65-79 +PS00001,1MG0,D,299-302 +PS00005,1MG0,D,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1MG0,D,"21-24,74-77,121-124,149-152,163-166" +PS00008,1MG0,D,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1MG0,D,65-79 +PS00001,1MG5,A,"107-110,113-116,160-163" +PS00005,1MG5,A,"4-6,21-23,71-73" +PS00006,1MG5,A,"21-24,194-197" +PS00008,1MG5,A,"18-23,110-115,127-132,137-142,153-158,182-187,239-244" +PS00061,1MG5,A,138-166 +PS00001,1MG5,B,"107-110,113-116,160-163" +PS00005,1MG5,B,"4-6,21-23,71-73" +PS00006,1MG5,B,"21-24,194-197" +PS00008,1MG5,B,"18-23,110-115,127-132,137-142,153-158,182-187,239-244" +PS00061,1MG5,B,138-166 +PS00001,1MG8,A,9-12 +PS00001,1MGO,A,299-302 +PS00005,1MGO,A,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1MGO,A,"21-24,74-77,121-124,149-152,163-166" +PS00008,1MGO,A,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1MGO,A,65-79 +PS00001,1MGO,B,299-302 +PS00005,1MGO,B,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1MGO,B,"21-24,74-77,121-124,149-152,163-166" +PS00008,1MGO,B,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1MGO,B,65-79 +PS00005,1MGS,A,"42-44,68-70" +PS00009,1MGS,A,45-48 +PS00471,1MGS,A,8-52 +PS00005,1MGS,B,"42-44,68-70" +PS00009,1MGS,B,45-48 +PS00471,1MGS,B,8-52 +PS00005,1MGX,A,"2-4,34-36" +PS00008,1MH6,A,"78-83,98-103" +PS00016,1MH6,A,38-40 +PS00008,1MH6,B,"78-83,98-103" +PS00016,1MH6,B,38-40 +PS00005,1MHH,A,"21-23,33-35,48-50,57-59,68-70,158-160,202-204" +PS00006,1MHH,A,"13-16,57-60,72-75,107-110,167-170,187-190" +PS00008,1MHH,A,"73-78,163-168" +PS00290,1MHH,A,197-203 +PS00005,1MHH,B,"16-18,20-22,84-86,117-119,207-209" +PS00006,1MHH,B,"6-9,27-30,58-61,208-211" +PS00007,1MHH,B,86-93 +PS00008,1MHH,B,"108-113,161-166" +PS00005,1MHH,C,"21-23,33-35,48-50,57-59,68-70,158-160,202-204" +PS00006,1MHH,C,"13-16,57-60,72-75,107-110,167-170,187-190" +PS00008,1MHH,C,"73-78,163-168" +PS00290,1MHH,C,197-203 +PS00005,1MHH,D,"16-18,20-22,84-86,117-119,207-209" +PS00006,1MHH,D,"6-9,27-30,58-61,208-211" +PS00007,1MHH,D,86-93 +PS00008,1MHH,D,"108-113,161-166" +PS00005,1MHH,E,2-4 +PS00006,1MHH,E,22-25 +PS00008,1MHH,E,52-57 +PS00005,1MHH,F,2-4 +PS00006,1MHH,F,22-25 +PS00008,1MHH,F,52-57 +PS00262,1MHI,A,5-19 +PS00005,1MHI,B,26-28 +PS00262,1MHJ,A,5-19 +PS00005,1MHJ,B,25-27 +PS00001,1MHN,A,48-51 +PS00004,1MHN,A,30-33 +PS00005,1MHU,A,23-25 +PS00008,1MHU,A,9-14 +PS00001,2MHU,A,3-6 +PS00005,2MHU,A,"17-19,27-29" +PS00008,2MHU,A,16-21 +PS00005,1MI2,A,42-44 +PS00008,1MI2,A,46-51 +PS00471,1MI2,A,8-52 +PS00005,1MI2,B,42-44 +PS00008,1MI2,B,46-51 +PS00471,1MI2,B,8-52 +PS60014,1MII,A,1-15 +PS00005,1MIL,A,14-16 +PS00006,1MIL,A,14-17 +PS00008,1MIL,A,"44-49,60-65,90-95" +PS00008,1MIT,A,"14-19,39-44" +PS00017,1MIT,A,0-7 +PS00285,1MIT,A,9-20 +PS00001,1MIX,A,"30-33,93-96" +PS00005,1MIX,A,"109-111,167-169" +PS00006,1MIX,A,"95-98,188-191" +PS00007,1MIX,A,39-46 +PS00661,1MIX,A,88-117 +PS00001,1MIZ,B,"25-28,88-91" +PS00005,1MIZ,B,"104-106,162-164" +PS00006,1MIZ,B,"90-93,183-186" +PS00007,1MIZ,B,34-41 +PS00661,1MIZ,B,83-112 +PS00001,1MJD,A,107-110 +PS00005,1MJD,A,"36-38,72-74" +PS00006,1MJD,A,"52-55,77-80" +PS00008,1MJD,A,29-34 +PS00005,1MK3,A,167-169 +PS00006,1MK3,A,"4-7,58-61" +PS00008,1MK3,A,"28-33,101-106,163-168" +PS01080,1MK3,A,83-102 +PS01258,1MK3,A,135-146 +PS01260,1MK3,A,7-27 +PS00001,1MK7,B,"16-19,79-82" +PS00005,1MK7,B,"95-97,153-155" +PS00006,1MK7,B,"81-84,174-177" +PS00007,1MK7,B,25-32 +PS00661,1MK7,B,74-103 +PS00001,1MK7,D,"16-19,79-82" +PS00005,1MK7,D,"95-97,153-155" +PS00006,1MK7,D,"81-84,174-177" +PS00007,1MK7,D,25-32 +PS00661,1MK7,D,74-103 +PS00001,1MK9,B,"16-19,79-82" +PS00005,1MK9,B,"95-97,153-155" +PS00006,1MK9,B,"81-84,174-177" +PS00007,1MK9,B,25-32 +PS00661,1MK9,B,74-103 +PS00001,1MK9,D,"16-19,79-82" +PS00005,1MK9,D,"95-97,153-155" +PS00006,1MK9,D,"81-84,174-177" +PS00007,1MK9,D,25-32 +PS00661,1MK9,D,74-103 +PS00001,1MK9,F,"16-19,79-82" +PS00005,1MK9,F,"95-97,153-155" +PS00006,1MK9,F,"81-84,174-177" +PS00007,1MK9,F,25-32 +PS00661,1MK9,F,74-103 +PS00001,1MK9,H,"16-19,79-82" +PS00005,1MK9,H,"95-97,153-155" +PS00006,1MK9,H,"81-84,174-177" +PS00007,1MK9,H,25-32 +PS00661,1MK9,H,74-103 +PS00005,1MKC,A,"22-24,35-37" +PS00008,1MKC,A,8-13 +PS00001,1MKE,A,21-24 +PS00004,1MKE,A,60-63 +PS00005,1MKE,A,"10-12,59-61,103-105,146-148" +PS00007,1MKE,A,88-96 +PS00008,1MKE,A,25-30 +PS00009,1MKE,A,"35-38,139-142" +PS00005,1MKN,A,"25-27,42-44" +PS00006,1MKN,A,25-28 +PS00008,1MKN,A,"8-13,36-41" +PS00619,1MKN,A,12-36 +PS00008,2MLP,A,8-13 +PS01359,1MM2,A,11-52 +PS01359,1MM3,A,11-52 +PS00005,1MM4,A,"8-10,43-45,92-94,112-114" +PS00006,1MM4,A,"8-11,58-61,112-115" +PS00008,1MM4,A,"52-57,64-69,104-109,145-150" +PS00005,1MM5,A,"8-10,43-45,92-94,112-114" +PS00006,1MM5,A,"8-11,58-61,112-115" +PS00008,1MM5,A,"52-57,64-69,104-109,145-150" +PS00008,1MMC,A,11-16 +PS00026,1MMC,A,8-27 +PS60011,1MMC,A,3-27 +PS00005,1S84,A,146-148 +PS00008,1S84,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S84,A,35-40 +PS00135,1S84,A,170-181 +PS00009,1MNB,A,7-10 +PS00005,1MNL,A,64-66 +PS00006,1MNL,A,44-47 +PS00007,1MNL,A,53-60 +PS00009,1MNL,A,79-82 +PS00005,1MNT,A,72-74 +PS00006,1MNT,A,72-75 +PS00005,1MNT,B,72-74 +PS00006,1MNT,B,72-75 +PS00006,1MNY,A,7-10 +PS00008,1MNY,A,50-55 +PS00191,1MNY,A,34-41 +PS00005,1S85,A,146-148 +PS00008,1S85,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S85,A,35-40 +PS00135,1S85,A,170-181 +PS00001,1MO7,A,"22-25,100-103,114-117" +PS00005,1MO7,A,102-104 +PS00006,1MO7,A,"83-86,207-210" +PS00001,1MO8,A,"22-25,100-103,114-117" +PS00005,1MO8,A,102-104 +PS00006,1MO8,A,"83-86,207-210" +PS00005,1MOL,A,64-66 +PS00006,1MOL,A,44-47 +PS00007,1MOL,A,53-60 +PS00009,1MOL,A,79-82 +PS00005,1MOL,B,64-66 +PS00006,1MOL,B,44-47 +PS00007,1MOL,B,53-60 +PS00009,1MOL,B,79-82 +PS00008,1MOT,A,"5-10,20-25" +PS00008,1MQZ,A,7-12 +PS00001,2MOB,A,106-109 +PS00005,2MOB,A,15-17 +PS00006,2MOB,A,99-102 +PS00008,2MOB,A,"118-123,129-134" +PS00001,1MP1,A,64-67 +PS00004,1MP1,A,30-33 +PS00005,1MP1,A,29-31 +PS00006,1MP1,A,87-90 +PS00008,1MP1,A,94-99 +PS00005,1MPE,A,10-12 +PS00006,1MPE,A,"15-18,43-46,52-55" +PS00005,1MPE,B,10-12 +PS00006,1MPE,B,"15-18,43-46,52-55" +PS00005,1MPE,C,10-12 +PS00006,1MPE,C,"15-18,43-46,52-55" +PS00005,1MPE,D,10-12 +PS00006,1MPE,D,"15-18,43-46,52-55" +PS00004,1MPH,A,15-18 +PS00005,1MPH,A,"18-20,56-58" +PS00006,1MPH,A,56-59 +PS00007,1MPH,A,78-85 +PS00001,2MRB,A,3-6 +PS00005,2MRB,A,"20-22,28-30" +PS00005,1MRB,A,23-25 +PS00005,1MPZ,A,29-31 +PS00007,1MPZ,A,31-38 +PS00005,1MQ1,A,17-19 +PS00006,1MQ1,A,"0-3,17-20" +PS00018,1MQ1,A,60-72 +PS00303,1MQ1,A,55-76 +PS00005,1MQ1,B,17-19 +PS00006,1MQ1,B,"0-3,17-20" +PS00018,1MQ1,B,60-72 +PS00303,1MQ1,B,55-76 +PS00006,1MQ1,C,2-5 +PS00006,1MQ1,D,2-5 +PS00008,1MQY,A,7-12 +PS00008,1MRB,A,9-14 +PS00008,1MQX,A,7-12 +PS00005,1MR4,A,25-27 +PS00008,1MR4,A,11-16 +PS00940,1MR4,A,0-23 +PS00006,1MR6,A,15-18 +PS00016,1MR6,A,32-34 +PS00005,1MRT,A,23-25 +PS00008,1MRT,A,9-14 +PS00001,2MRT,A,3-6 +PS00005,2MRT,A,"17-19,27-29" +PS00008,2MRT,A,"10-15,16-21" +PS00001,1MSE,C,97-100 +PS00004,1MSE,C,"24-27,54-57" +PS00005,1MSE,C,99-101 +PS00006,1MSE,C,"7-10,57-60" +PS00008,1MSE,C,74-79 +PS00001,1MSF,C,97-100 +PS00004,1MSF,C,"24-27,54-57" +PS00005,1MSF,C,99-101 +PS00006,1MSF,C,"7-10,57-60" +PS00008,1MSF,C,74-79 +PS00005,1MSG,A,"42-44,68-70" +PS00009,1MSG,A,45-48 +PS00471,1MSG,A,8-52 +PS00005,1MSG,B,"42-44,68-70" +PS00009,1MSG,B,45-48 +PS00471,1MSG,B,8-52 +PS00005,1MSH,A,"42-44,68-70" +PS00009,1MSH,A,45-48 +PS00471,1MSH,A,8-52 +PS00005,1MSH,B,"42-44,68-70" +PS00009,1MSH,B,45-48 +PS00471,1MSH,B,8-52 +PS00014,1MSI,A,66-69 +PS00005,1MSZ,A,"30-32,74-76" +PS00006,1MSZ,A,62-65 +PS00008,1MSZ,A,1-6 +PS00009,1MSZ,A,65-68 +PS00001,2MSS,A,9-12 +PS00005,2MSS,A,36-38 +PS00006,2MSS,A,10-13 +PS00008,2MSS,A,5-10 +PS00001,2MST,A,9-12 +PS00005,2MST,A,36-38 +PS00006,2MST,A,10-13 +PS00008,2MST,A,5-10 +PS00004,3MSP,A,50-53 +PS00005,3MSP,A,13-15 +PS00009,3MSP,A,36-39 +PS00004,3MSP,B,50-53 +PS00005,3MSP,B,13-15 +PS00009,3MSP,B,36-39 +PS60014,1MTQ,A,4-18 +PS00005,1MTX,A,8-10 +PS00008,1MTX,A,21-26 +PS01138,1MTX,A,12-35 +PS00001,4MT2,A,4-7 +PS00005,4MT2,A,"18-20,28-30,54-56" +PS00008,4MT2,A,"11-16,17-22,40-45" +PS00203,4MT2,A,13-31 +PS00006,1MU4,A,56-59 +PS00008,1MU4,A,57-62 +PS00009,1MU4,A,37-40 +PS00589,1MU4,A,38-53 +PS00006,1MU4,B,56-59 +PS00008,1MU4,B,57-62 +PS00009,1MU4,B,37-40 +PS00589,1MU4,B,38-53 +PS00005,1MUT,A,20-22 +PS00006,1MUT,A,65-68 +PS00008,1MUT,A,8-13 +PS00893,1MUT,A,37-58 +PS00001,1MUX,A,59-62 +PS00005,1MUX,A,"27-29,145-147" +PS00006,1MUX,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1MUX,A,"24-29,39-44" +PS00018,1MUX,A,"19-31,55-67,92-104,128-140" +PS00001,1MUZ,A,74-77 +PS00005,1MUZ,A,76-78 +PS00006,1MUZ,A,19-22 +PS00008,1MUZ,A,52-57 +PS00005,1MV0,A,9-11 +PS00001,1MV0,B,74-77 +PS00005,1MV0,B,76-78 +PS00006,1MV0,B,19-22 +PS00008,1MV0,B,52-57 +PS00001,1MV3,A,"122-125,206-209" +PS00005,1MV3,A,208-210 +PS00006,1MV3,A,"59-62,151-154" +PS00008,1MV3,A,"1-6,20-25,86-91,123-128,184-189" +PS00006,1MV4,A,4-7 +PS00008,1MV4,A,0-5 +PS00006,1MV4,B,4-7 +PS00008,1MV4,B,0-5 +PS00005,1MVG,A,"49-51,52-54,92-94,121-123" +PS00006,1MVG,A,"70-73,90-93" +PS00009,1MVG,A,73-76 +PS00214,1MVG,A,3-20 +PS00005,1MVI,A,"18-20,21-23" +PS00008,1MVI,A,"4-9,17-22" +PS60004,1MVI,A,0-24 +PS00004,1MVJ,A,8-11 +PS00005,1MVJ,A,"6-8,22-24" +PS00006,1MVJ,A,10-13 +PS60004,1MVJ,A,0-25 +PS00005,1MVK,A,10-12 +PS00006,1MVK,A,"15-18,43-46,52-55" +PS00005,1MVK,B,10-12 +PS00006,1MVK,B,"15-18,43-46,52-55" +PS00005,1MVK,C,10-12 +PS00006,1MVK,C,"15-18,43-46,52-55" +PS00005,1MVK,D,10-12 +PS00006,1MVK,D,"15-18,43-46,52-55" +PS00005,1MVK,E,10-12 +PS00006,1MVK,E,"15-18,43-46,52-55" +PS00005,1MVK,F,10-12 +PS00006,1MVK,F,"15-18,43-46,52-55" +PS00005,1MVK,G,10-12 +PS00006,1MVK,G,"15-18,43-46,52-55" +PS00005,1MVK,H,10-12 +PS00006,1MVK,H,"15-18,43-46,52-55" +PS00005,1MVK,I,10-12 +PS00006,1MVK,I,"15-18,43-46,52-55" +PS00005,1MVK,J,10-12 +PS00006,1MVK,J,"15-18,43-46,52-55" +PS00005,1MVK,K,10-12 +PS00006,1MVK,K,"15-18,43-46,52-55" +PS00005,1MVK,L,10-12 +PS00006,1MVK,L,"15-18,43-46,52-55" +PS00281,1MVZ,A,23-37 +PS00005,1MW4,A,"28-30,47-49" +PS00006,1MW4,A,"24-27,72-75,81-84" +PS00008,1MW4,A,"0-5,36-41,104-109" +PS00005,1MWB,A,"56-58,92-94" +PS00006,1MWB,A,"1-4,10-13,92-95" +PS00008,1MWB,A,7-12 +PS01213,1MWB,A,48-68 +PS00005,1MWN,A,18-20 +PS00006,1MWN,A,"1-4,18-21,59-62" +PS00018,1MWN,A,61-73 +PS00303,1MWN,A,56-77 +PS00005,1MWN,B,18-20 +PS00006,1MWN,B,"1-4,18-21,59-62" +PS00018,1MWN,B,61-73 +PS00303,1MWN,B,56-77 +PS00006,1MWN,X,2-5 +PS00006,1MWN,Y,2-5 +PS00005,1MWY,A,"5-7,39-41,64-66" +PS00006,1MWY,A,"9-12,64-67" +PS00008,1MWY,A,"1-6,10-15" +PS01047,1MWY,A,8-37 +PS00005,1MWZ,A,"5-7,39-41,64-66" +PS00006,1MWZ,A,"9-12,64-67" +PS00008,1MWZ,A,"1-6,10-15" +PS01047,1MWZ,A,8-37 +PS00005,1MX7,A,"55-57,124-126" +PS00006,1MX7,A,74-77 +PS00214,1MX7,A,5-22 +PS00005,1MX8,A,"55-57,124-126" +PS00006,1MX8,A,74-77 +PS00214,1MX8,A,5-22 +PS00005,1MXL,C,36-38 +PS00006,1MXL,C,"36-39,52-55" +PS00008,1MXL,C,29-34 +PS00018,1MXL,C,64-76 +PS00006,1MXN,A,10-13 +PS60014,1MXN,A,1-14 +PS00006,1MXP,A,10-13 +PS60014,1MXP,A,1-14 +PS00001,1MYO,A,28-31 +PS00005,1MYO,A,94-96 +PS00006,1MYO,A,102-105 +PS00008,1MYO,A,"57-62,90-95" +PS00009,1MYO,A,33-36 +PS00006,1MYF,A,"2-5,34-37,50-53" +PS00007,1MYF,A,144-150 +PS00001,1MYN,A,15-18 +PS00005,1MYN,A,"3-5,17-19,35-37" +PS00001,2MYO,A,28-31 +PS00005,2MYO,A,94-96 +PS00006,2MYO,A,102-105 +PS00008,2MYO,A,"57-62,90-95" +PS00009,2MYO,A,33-36 +PS00001,1MZK,A,"24-27,60-63,75-78" +PS00005,1MZK,A,"28-30,51-53,61-63,91-93,111-113" +PS00006,1MZK,A,"39-42,85-88,120-123" +PS00008,1MZK,A,"18-23,72-77" +PS00004,1MZT,A,42-45 +PS00005,1MZT,A,45-47 +PS00006,1MZT,A,16-19 +PS00008,1MZT,A,33-38 +PS00001,1N02,A,"54-57,81-84" +PS00005,1N02,A,"7-9,32-34,47-49,97-99" +PS00006,1N02,A,"71-74,83-86,89-92" +PS00008,1N02,A,"66-71,78-83" +PS00008,1N09,A,5-10 +PS00004,1N0Z,A,28-31 +PS00005,1N0Z,A,3-5 +PS00006,1N0Z,A,"10-13,30-33" +PS00008,1N0Z,A,0-5 +PS01358,1N0Z,A,14-35 +PS00008,1N1U,A,"6-11,13-18" +PS00005,1TTG,A,"27-29,75-77,83-85" +PS00006,1TTG,A,34-37 +PS00008,1TTG,A,"51-56,60-65" +PS00016,1TTG,A,77-79 +PS00687,1TTG,A,36-43 +PS00004,1N1X,A,"32-35,60-63" +PS00005,1N1X,A,"58-60,63-65,77-79,88-90" +PS00006,1N1X,A,"49-52,99-102" +PS00008,1N1X,A,"15-20,67-72,110-115" +PS00127,1N1X,A,39-45 +PS00005,1N27,A,74-76 +PS00006,1N27,A,4-7 +PS00008,1N27,A,"0-5,49-54" +PS00001,1N3G,A,3-6 +PS00005,1N3G,A,"5-7,63-65,99-101" +PS00006,1N3G,A,99-102 +PS00008,1N3G,A,58-63 +PS00005,1N3H,A,"64-66,95-97" +PS00006,1N3H,A,"11-14,153-156" +PS00008,1N3H,A,"7-12,15-20,27-32,90-95,118-123" +PS00009,1N3H,A,7-10 +PS00001,1N3J,A,"55-58,68-71" +PS00005,1N3J,A,"52-54,90-92" +PS00006,1N3J,A,"44-47,103-106" +PS00008,1N3J,A,64-69 +PS00001,1N3J,B,"55-58,68-71" +PS00005,1N3J,B,"52-54,90-92" +PS00006,1N3J,B,"44-47,103-106" +PS00008,1N3J,B,64-69 +PS00001,1N3K,A,"13-16,58-61" +PS00005,1N3K,A,"32-34,69-71,103-105" +PS00006,1N3K,A,"15-18,46-49,60-63,89-92,115-118" +PS00007,1N3K,A,53-61 +PS00001,1N4C,A,21-24 +PS00006,1N4C,A,"70-73,170-173" +PS00008,1N4C,A,56-61 +PS00006,1N4I,A,"14-17,39-42" +PS00008,1N4I,A,"1-6,33-38,43-48,53-58,60-65,83-88" +PS00005,1N4N,A,1-3 +PS00005,1N4Y,A,17-19 +PS00006,1N4Y,A,6-9 +PS00008,1N4Y,A,23-28 +PS00016,1N4Y,A,48-50 +PS00427,1N4Y,A,26-45 +PS00001,1N51,A,"71-74,154-157,417-420" +PS00004,1N51,A,148-151 +PS00005,1N51,A,299-301 +PS00006,1N51,A,"3-6,142-145,160-163,176-179,244-247,308-311,413-416" +PS00007,1N51,A,"34-40,43-50" +PS00008,1N51,A,"102-107,150-155,233-238,328-333,366-371,376-381" +PS00009,1N51,A,88-91 +PS00491,1N51,A,349-361 +PS00001,1N5G,A,10-13 +PS00005,1N5G,A,7-9 +PS00005,1N5H,A,"7-9,46-48,53-55" +PS00006,1N5H,A,"7-10,53-56,97-100" +PS00946,1N5H,A,8-21 +PS00947,1N5H,A,52-74 +PS00005,1N5P,A,"7-9,46-48,53-55" +PS00006,1N5P,A,"7-10,53-56,97-100" +PS00946,1N5P,A,8-21 +PS00947,1N5P,A,52-74 +PS00005,1N5Z,A,43-45 +PS00006,1N5Z,A,"11-14,43-46" +PS00005,1N5Z,B,43-45 +PS00006,1N5Z,B,"11-14,43-46" +PS00004,1N65,A,70-73 +PS00006,1N65,A,"1-4,23-26,43-46,61-64" +PS00018,1N65,A,53-65 +PS00029,1N65,A,31-52 +PS00303,1N65,A,48-69 +PS00001,1N6U,A,"30-33,59-62,88-91,160-163,164-167" +PS00005,1N6U,A,"12-14,16-18,60-62" +PS00006,1N6U,A,"46-49,63-66,73-76,80-83,128-131" +PS00008,1N6U,A,159-164 +PS00001,1N6V,A,"30-33,59-62,88-91,160-163,164-167" +PS00005,1N6V,A,"12-14,16-18,60-62" +PS00006,1N6V,A,"46-49,63-66,73-76,80-83,128-131" +PS00008,1N6V,A,159-164 +PS00005,1N6Z,A,5-7 +PS00006,1N6Z,A,54-57 +PS00005,1N72,A,"16-18,59-61,69-71" +PS00006,1N72,A,57-60 +PS00007,1N72,A,"8-14,38-45" +PS00008,1N72,A,0-5 +PS00633,1N72,A,30-87 +PS00004,1N7L,A,13-16 +PS00006,1N7L,A,16-19 +PS00006,1N87,A,"20-23,25-28,34-37,45-48" +PS00008,1N7T,A,"0-5,28-33,43-48,79-84" +PS00006,1N7T,B,0-3 +PS00005,1N87,A,"5-7,15-17" +PS00005,1N88,A,13-15 +PS00006,1N88,A,"2-5,34-37" +PS00009,1N88,A,"59-62,69-72" +PS00008,1N89,A,"16-21,25-30" +PS00001,1N8M,A,28-31 +PS00005,1N8M,A,30-32 +PS00008,1N8M,A,"7-12,20-25" +PS01138,1N8M,A,11-33 +PS00006,1N91,A,8-11 +PS00008,1N91,A,"2-7,48-53" +PS00001,1N9C,A,32-35 +PS00006,1N9C,A,34-37 +PS00008,1N9C,A,"15-20,30-35,47-52" +PS00001,1N9J,A,31-34 +PS00007,1N9J,A,57-63 +PS00008,1N9J,A,4-9 +PS00287,1N9J,A,44-57 +PS00001,1N9J,B,31-34 +PS00007,1N9J,B,57-63 +PS00008,1N9J,B,4-9 +PS00287,1N9J,B,44-57 +PS00005,1NAP,A,38-40 +PS00006,1NAP,A,38-41 +PS00008,1NAP,A,27-32 +PS00009,1NAP,A,41-44 +PS00471,1NAP,A,4-48 +PS00005,1NAP,B,38-40 +PS00006,1NAP,B,38-41 +PS00008,1NAP,B,27-32 +PS00009,1NAP,B,41-44 +PS00471,1NAP,B,4-48 +PS00005,1NAP,C,38-40 +PS00006,1NAP,C,38-41 +PS00008,1NAP,C,27-32 +PS00009,1NAP,C,41-44 +PS00471,1NAP,C,4-48 +PS00005,1NAP,D,38-40 +PS00006,1NAP,D,38-41 +PS00008,1NAP,D,27-32 +PS00009,1NAP,D,41-44 +PS00471,1NAP,D,4-48 +PS00005,1NAU,A,13-15 +PS00006,1NAU,A,3-6 +PS00005,2NBT,A,31-33 +PS00008,2NBT,A,"16-21,40-45" +PS00272,2NBT,A,40-61 +PS00005,2NBT,B,31-33 +PS00008,2NBT,B,"16-21,40-45" +PS00272,2NBT,B,40-61 +PS00008,1NB1,A,"6-11,13-18" +PS60009,1NB1,A,0-9 +PS00001,1NBC,A,"63-66,119-122" +PS00005,1NBC,A,"37-39,127-129" +PS00006,1NBC,A,"29-32,89-92" +PS00008,1NBC,A,"61-66,68-73" +PS00001,1NBC,B,"63-66,119-122" +PS00005,1NBC,B,"37-39,127-129" +PS00006,1NBC,B,"29-32,89-92" +PS00008,1NBC,B,"61-66,68-73" +PS00005,1NBJ,A,20-22 +PS00008,1NBJ,A,16-21 +PS60008,1NBJ,A,0-9 +PS00008,1NBL,A,20-25 +PS00271,1NBL,A,2-15 +PS00005,1NC8,A,17-19 +PS00008,1NCP,C,1-6 +PS00005,1NCP,N,11-13 +PS00005,1NCS,A,28-30 +PS00006,1NCS,A,41-44 +PS00008,1NCS,A,24-29 +PS00028,1NCS,A,20-42 +PS00001,1NCT,A,83-86 +PS00005,1NCT,A,"7-9,30-32,57-59,64-66" +PS00006,1NCT,A,"24-27,37-40,69-72" +PS00008,1NCT,A,51-56 +PS00001,1NCU,A,83-86 +PS00005,1NCU,A,"7-9,30-32,57-59,64-66" +PS00006,1NCU,A,"24-27,37-40,69-72" +PS00008,1NCU,A,51-56 +PS00001,1NCV,A,5-8 +PS00004,1NCV,A,28-31 +PS00005,1NCV,A,"26-28,55-57,72-74" +PS00006,1NCV,A,44-47 +PS00008,1NCV,A,3-8 +PS00472,1NCV,A,10-52 +PS00001,1NCV,B,5-8 +PS00004,1NCV,B,28-31 +PS00005,1NCV,B,"26-28,55-57,72-74" +PS00006,1NCV,B,44-47 +PS00008,1NCV,B,3-8 +PS00472,1NCV,B,10-52 +PS00006,2NCM,A,"9-12,14-17,81-84,86-89" +PS00008,2NCM,A,74-79 +PS00005,3NCM,A,69-71 +PS00006,3NCM,A,8-11 +PS00007,3NCM,A,63-70 +PS00008,3NCM,A,"61-66,68-73" +PS00005,1ND9,A,3-5 +PS00006,1ND9,A,"13-16,30-33,36-39,42-45" +PS00008,1ND9,A,26-31 +PS00005,1NE3,A,57-59 +PS00006,1NE3,A,"4-7,57-60" +PS00006,1NE5,A,3-6 +PS60026,1NE5,A,4-40 +PS00005,1NEA,A,"12-14,43-45,55-57" +PS00006,1NEA,A,33-36 +PS00008,1NEA,A,47-52 +PS00272,1NEA,A,38-56 +PS00005,1NEB,A,"20-22,45-47" +PS00006,1NEB,A,20-23 +PS00008,1NEB,A,49-54 +PS00001,1NEE,A,39-42 +PS00005,1NEE,A,24-26 +PS00006,1NEE,A,1-4 +PS00008,1NEE,A,69-74 +PS00005,1NEH,A,"25-27,80-82" +PS00006,1NEH,A,23-26 +PS00001,1NEI,A,11-14 +PS00005,1NEI,A,44-46 +PS00006,1NEI,A,50-53 +PS00001,1NEI,B,11-14 +PS00005,1NEI,B,44-46 +PS00006,1NEI,B,50-53 +PS00004,1NEQ,A,20-23 +PS00006,1NEQ,A,59-62 +PS00004,1NER,A,20-23 +PS00006,1NER,A,59-62 +PS00001,1NEW,A,11-14 +PS00008,1NEW,A,24-29 +PS00294,1NEW,A,64-67 +PS00005,2NEF,A,"24-26,47-49" +PS00008,2NEF,A,39-44 +PS00001,1NF2,A,"134-137,249-252" +PS00005,1NF2,A,"20-22,31-33,40-42,111-113,144-146,164-166" +PS00006,1NF2,A,"20-23,111-114,125-128,179-182,247-250" +PS00007,1NF2,A,113-121 +PS00008,1NF2,A,"10-15,75-80,225-230" +PS01228,1NF2,A,3-14 +PS00001,1NF2,B,"134-137,249-252" +PS00005,1NF2,B,"20-22,31-33,40-42,111-113,144-146,164-166" +PS00006,1NF2,B,"20-23,111-114,125-128,179-182,247-250" +PS00007,1NF2,B,113-121 +PS00008,1NF2,B,"10-15,75-80,225-230" +PS01228,1NF2,B,3-14 +PS00001,1NF2,C,"134-137,249-252" +PS00005,1NF2,C,"20-22,31-33,40-42,111-113,144-146,164-166" +PS00006,1NF2,C,"20-23,111-114,125-128,179-182,247-250" +PS00007,1NF2,C,113-121 +PS00008,1NF2,C,"10-15,75-80,225-230" +PS01228,1NF2,C,3-14 +PS00004,1NFA,A,141-144 +PS00005,1NFA,A,"84-86,112-114,158-160,174-176" +PS00006,1NFA,A,"66-69,91-94,128-131" +PS00008,1NFA,A,32-37 +PS00009,1NFA,A,139-142 +PS00001,1NG7,A,45-48 +PS00005,1NG7,A,52-54 +PS00342,1NG7,A,57-59 +PS00001,1NG7,B,45-48 +PS00005,1NG7,B,52-54 +PS00342,1NG7,B,57-59 +PS00001,1NGL,A,65-68 +PS00004,1NGL,A,124-127 +PS00006,1NGL,A,"3-6,54-57" +PS00008,1NGL,A,"35-40,86-91,95-100,160-165" +PS00213,1NGL,A,21-34 +PS00005,1NGR,A,"9-11,22-24" +PS00006,1NGR,A,9-12 +PS00008,1NGR,A,"0-5,55-60" +PS00004,1NH4,A,42-45 +PS00005,1NH4,A,45-47 +PS00006,1NH4,A,16-19 +PS00008,1NH4,A,33-38 +PS00004,1NH5,A,27-30 +PS00008,1NH5,A,"9-14,43-48" +PS00005,1NHA,A,"6-8,28-30,33-35,43-45,78-80" +PS00006,1NHA,A,"33-36,78-81" +PS00004,1NKL,A,53-56 +PS00005,1NKL,A,"5-7,61-63" +PS00009,1NKL,A,61-64 +PS00001,1NHM,A,43-46 +PS00006,1NHM,A,"30-33,45-48" +PS00007,1NHM,A,63-71 +PS00008,1NHM,A,28-33 +PS00001,1NHN,A,43-46 +PS00006,1NHN,A,"30-33,45-48" +PS00007,1NHN,A,63-71 +PS00008,1NHN,A,28-33 +PS00006,1NHO,A,71-74 +PS00195,1NHO,A,6-22 +PS00005,1NI7,A,18-20 +PS00006,1NI7,A,"27-30,69-72,96-99,102-105" +PS00008,1NI7,A,11-16 +PS00005,1NI8,A,11-13 +PS00006,1NI8,A,23-26 +PS00005,1NI8,B,11-13 +PS00006,1NI8,B,23-26 +PS00006,1NIL,A,4-7 +PS00006,1NIM,A,4-7 +PS00005,1NIN,A,"3-5,8-10,21-23,59-61" +PS00008,1NIN,A,"7-12,68-73" +PS00196,1NIN,A,81-96 +PS00008,1NIQ,B,"79-84,99-104" +PS00016,1NIQ,B,39-41 +PS00008,1NIQ,C,"79-84,99-104" +PS00016,1NIQ,C,39-41 +PS60021,1NIX,A,1-28 +PS00005,1NIY,A,24-26 +PS00008,1NIY,A,7-12 +PS60021,1NIY,A,1-30 +PS00005,1NIZ,A,13-15 +PS00005,1NJ0,A,13-15 +PS00008,1NJ3,A,"0-5,18-23" +PS01358,1NJ3,A,6-25 +PS00008,1NJQ,A,22-27 +PS00028,1NJQ,A,8-28 +PS00005,1NK2,P,63-65 +PS00006,1NK2,P,34-37 +PS00007,1NK2,P,65-72 +PS00027,1NK2,P,41-64 +PS00005,1NK3,P,63-65 +PS00006,1NK3,P,34-37 +PS00007,1NK3,P,65-72 +PS00027,1NK3,P,41-64 +PS00006,1NKF,A,9-12 +PS00005,1NKU,A,27-29 +PS00006,1NKU,A,130-133 +PS00008,1NKU,A,"21-26,38-43,96-101,157-162" +PS00005,1NL0,G,"2-4,34-36" +PS00005,1NL0,H,"16-18,55-57,62-64,84-86,121-123,133-135" +PS00006,1NL0,H,211-214 +PS00007,1NL0,H,86-93 +PS00008,1NL0,H,"112-117,139-144,163-168" +PS00290,1NL0,H,200-206 +PS00004,1NL0,L,53-56 +PS00005,1NL0,L,"52-54,190-192" +PS00006,1NL0,L,"80-83,94-97,124-127,203-206" +PS00008,1NL0,L,"14-19,23-28,64-69,103-108,110-115,161-166" +PS00290,1NL0,L,194-200 +PS00001,1NL1,A,"76-79,100-103" +PS00005,1NL1,A,"49-51,132-134" +PS00006,1NL1,A,"35-38,45-48,82-85" +PS00008,1NL1,A,68-73 +PS00021,1NL1,A,113-126 +PS00001,1NL2,A,"76-79,100-103" +PS00005,1NL2,A,"49-51,132-134" +PS00006,1NL2,A,"35-38,45-48,82-85" +PS00008,1NL2,A,68-73 +PS00021,1NL2,A,113-126 +PS00001,1NL9,A,"67-70,161-164" +PS00005,1NL9,A,"117-119,153-155" +PS00006,1NL9,A,"49-52,163-166,177-180,241-244,285-288,294-297" +PS00007,1NL9,A,57-65 +PS00008,1NL9,A,"13-18,116-121,217-222,258-263" +PS00383,1NL9,A,212-222 +PS00005,1NLA,A,43-45 +PS00005,1NLA,B,43-45 +PS00001,1NLO,C,35-38 +PS00005,1NLO,C,24-26 +PS00006,1NLO,C,"17-20,37-40" +PS00008,1NLO,C,0-5 +PS00001,1NLP,C,35-38 +PS00005,1NLP,C,24-26 +PS00006,1NLP,C,"17-20,37-40" +PS00008,1NLP,C,0-5 +PS00008,3NLA,A,42-47 +PS00005,1NM4,A,"77-79,97-99" +PS00006,1NM4,A,7-10 +PS00008,1NM4,A,11-16 +PS00005,1NM7,A,36-38 +PS00006,1NM7,A,36-39 +PS00001,1NMF,A,61-64 +PS00005,1NMF,A,10-12 +PS00006,1NMF,A,39-42 +PS00008,1NMF,A,43-48 +PS00352,1NMF,A,14-32 +PS00001,1NMG,A,61-64 +PS00005,1NMG,A,10-12 +PS00006,1NMG,A,39-42 +PS00008,1NMG,A,43-48 +PS00352,1NMG,A,14-32 +PS00001,1NMI,A,67-70 +PS00004,1NMI,A,103-106 +PS00005,1NMI,A,6-8 +PS00006,1NMI,A,51-54 +PS00007,1NMI,A,93-101 +PS00008,1NMI,A,"45-50,81-86" +PS00005,1NMJ,A,25-27 +PS00006,1NMJ,A,7-10 +PS00001,1NMR,A,9-12 +PS00008,1NMR,A,"0-5,7-12,65-70" +PS00001,1NMU,A,367-370 +PS00005,1NMU,A,"237-239,249-251,352-354" +PS00006,1NMU,A,"128-131,211-214,233-236,306-309,356-359" +PS00007,1NMU,A,83-90 +PS00008,1NMU,A,"32-37,182-187,260-265,375-380" +PS00009,1NMU,A,23-26 +PS00342,1NMU,A,379-381 +PS01037,1NMU,A,107-124 +PS00005,1NMU,B,"18-20,28-30,31-33" +PS00006,1NMU,B,"52-55,89-92" +PS00007,1NMU,B,50-57 +PS00008,1NMU,B,76-81 +PS00709,1NMU,B,18-42 +PS00993,1NMU,B,74-94 +PS00001,1NMU,C,367-370 +PS00005,1NMU,C,"237-239,249-251,352-354" +PS00006,1NMU,C,"128-131,211-214,233-236,306-309,356-359" +PS00007,1NMU,C,83-90 +PS00008,1NMU,C,"32-37,182-187,260-265,375-380" +PS00009,1NMU,C,23-26 +PS00342,1NMU,C,379-381 +PS01037,1NMU,C,107-124 +PS00005,1NMU,D,"18-20,28-30,31-33" +PS00006,1NMU,D,"52-55,89-92" +PS00007,1NMU,D,50-57 +PS00008,1NMU,D,76-81 +PS00709,1NMU,D,18-42 +PS00993,1NMU,D,74-94 +PS00001,1NMV,A,"29-32,39-42" +PS00004,1NMV,A,"12-15,67-70" +PS00005,1NMV,A,"18-20,66-68,71-73,114-116" +PS00006,1NMV,A,"31-34,80-83,97-100" +PS00008,1NMV,A,38-43 +PS00016,1NMV,A,118-120 +PS01096,1NMV,A,102-122 +PS01159,1NMV,A,10-36 +PS00004,1NMW,A,18-21 +PS00005,1NMW,A,"17-19,22-24,65-67" +PS00006,1NMW,A,"31-34,48-51" +PS00016,1NMW,A,69-71 +PS01096,1NMW,A,53-73 +PS00005,2NMB,A,"11-13,32-34,60-62,116-118" +PS00008,2NMB,A,"46-51,140-145" +PS00005,1NNV,A,95-97 +PS00006,1NNV,A,"14-17,54-57,95-98" +PS00008,1NNV,A,0-5 +PS00005,1NO8,A,"53-55,64-66" +PS00006,1NO8,A,"33-36,40-43" +PS00008,1NO8,A,"19-24,38-43" +PS00001,1NNY,A,"67-70,161-164" +PS00005,1NNY,A,"117-119,153-155" +PS00006,1NNY,A,"49-52,163-166,177-180,241-244,285-288,294-297" +PS00007,1NNY,A,57-65 +PS00008,1NNY,A,"13-18,116-121,217-222,258-263" +PS00383,1NNY,A,212-222 +PS00001,1NO1,A,47-50 +PS00005,1NO1,A,"28-30,82-84" +PS00006,1NO1,A,"60-63,78-81" +PS00008,1NO1,A,"27-32,118-123" +PS00001,1NO1,B,47-50 +PS00005,1NO1,B,"28-30,82-84" +PS00006,1NO1,B,"60-63,78-81" +PS00008,1NO1,B,"27-32,118-123" +PS00001,1NO1,C,47-50 +PS00005,1NO1,C,"28-30,82-84" +PS00006,1NO1,C,"60-63,78-81" +PS00008,1NO1,C,"27-32,118-123" +PS00001,1NO6,A,"67-70,161-164" +PS00005,1NO6,A,"117-119,153-155" +PS00006,1NO6,A,"49-52,163-166,177-180,241-244,285-288,294-297" +PS00007,1NO6,A,57-65 +PS00008,1NO6,A,"13-18,116-121,217-222,258-263" +PS00383,1NO6,A,212-222 +PS00001,1NOA,A,59-62 +PS00005,1NOA,A,67-69 +PS00006,1NOA,A,29-32 +PS00008,1NOA,A,"11-16,24-29,42-47,60-65,79-84,95-100,106-111" +PS00005,1NOE,A,"26-28,81-83" +PS00006,1NOE,A,24-27 +PS00005,1NOR,A,"12-14,55-57" +PS00006,1NOR,A,33-36 +PS00008,1NOR,A,47-52 +PS00272,1NOR,A,38-56 +PS60014,1NOT,A,1-12 +PS00006,1NPO,A,"2-5,80-83" +PS00007,1NPO,A,42-48 +PS00008,1NPO,A,"32-37,56-61,63-68,70-75" +PS00264,1NPO,B,0-8 +PS00294,1NPO,B,5-8 +PS00006,1NPO,C,"2-5,80-83" +PS00007,1NPO,C,42-48 +PS00008,1NPO,C,"16-21,32-37,56-61,63-68,70-75" +PS00264,1NPO,D,0-8 +PS00294,1NPO,D,5-8 +PS00005,1NPQ,A,37-39 +PS00006,1NPQ,A,"1-4,37-40,53-56" +PS00008,1NPQ,A,"33-38,49-54" +PS00018,1NPQ,A,"29-41,65-77" +PS00001,1NPS,A,"1-4,21-24,34-37,76-79" +PS00005,1NPS,A,"39-41,79-81" +PS00008,1NPS,A,31-36 +PS00001,1NR3,A,20-23 +PS00005,1NR3,A,"6-8,16-18,44-46,70-72,93-95" +PS00006,1NR3,A,"22-25,58-61,70-73,103-106" +PS00016,1NR3,A,55-57 +PS00029,1NR3,A,45-66 +PS00001,1NQ4,A,77-80 +PS00005,1NQ4,A,68-70 +PS00006,1NQ4,A,4-7 +PS00008,1NQ4,A,"55-60,82-87" +PS00012,1NQ4,A,35-50 +PS00005,1NRA,A,56-58 +PS00007,1NRA,A,28-34 +PS00008,1NRA,A,46-51 +PS00005,1NRB,A,56-58 +PS00007,1NRB,A,28-34 +PS00008,1NRB,A,46-51 +PS00009,1NRE,A,74-77 +PS00029,1NRE,A,11-32 +PS00006,2NR1,A,1-4 +PS00008,2NR1,A,17-22 +PS00005,1NS1,A,41-43 +PS00008,1NS1,A,46-51 +PS00005,1NS1,B,41-43 +PS00008,1NS1,B,46-51 +PS00005,1NSH,A,5-7 +PS00006,1NSH,A,"3-6,30-33" +PS00008,1NSH,A,81-86 +PS00018,1NSH,A,63-75 +PS00303,1NSH,A,58-79 +PS00005,1NSH,B,5-7 +PS00006,1NSH,B,"3-6,30-33" +PS00008,1NSH,B,81-86 +PS00018,1NSH,B,63-75 +PS00303,1NSH,B,58-79 +PS00001,1NSO,A,74-77 +PS00005,1NSO,A,"63-65,68-70" +PS00006,1NSO,A,"26-29,68-71" +PS00008,1NSO,A,"22-27,53-58" +PS00005,1NTC,A,81-83 +PS00006,1NTC,A,10-13 +PS00005,1NTC,B,81-83 +PS00006,1NTC,B,10-13 +PS00005,1NTI,A,"40-42,63-65" +PS00006,1NTI,A,"0-3,34-37,63-66" +PS00880,1NTI,A,18-36 +PS00001,1NTJ,A,"213-216,297-300,312-315" +PS00005,1NTJ,A,"29-31,218-220" +PS00006,1NTJ,A,"55-58,67-70,91-94,177-180,218-221" +PS00008,1NTJ,A,"85-90,100-105,149-154,261-266,281-286,296-301" +PS00009,1NTJ,A,161-164 +PS00001,1NTL,A,"15-18,87-90,212-215,283-286,400-403,504-507" +PS00005,1NTL,A,"10-12,44-46,139-141,151-153,217-219,359-361,402-404,540-542" +PS00006,1NTL,A,"52-55,65-68,78-81,139-142,175-178,217-220,336-339,370-373,405-408,518-521" +PS00008,1NTL,A,"79-84,98-103,130-135,147-152,296-301,329-334,523-528" +PS00001,1NTL,B,"15-18,87-90,212-215,283-286,400-403,504-507" +PS00005,1NTL,B,"10-12,44-46,139-141,151-153,217-219,359-361,402-404,540-542" +PS00006,1NTL,B,"52-55,65-68,78-81,139-142,175-178,217-220,336-339,370-373,405-408,518-521" +PS00008,1NTL,B,"79-84,98-103,130-135,147-152,296-301,329-334,523-528" +PS00005,1NTR,A,13-15 +PS00006,1NTR,A,"30-33,84-87" +PS00008,1NTR,A,24-29 +PS00005,1NTX,A,"8-10,12-14,54-56" +PS00006,1NTX,A,"15-18,32-35" +PS00007,1NTX,A,14-22 +PS00008,1NTX,A,48-53 +PS00272,1NTX,A,37-55 +PS00004,1NUI,A,55-58 +PS00005,1NUI,A,"53-55,81-83,119-121,134-136" +PS00006,1NUI,A,"155-158,163-166" +PS00008,1NUI,A,"20-25,44-49,59-64,115-120,133-138,180-185" +PS00009,1NUI,A,"148-151,210-213" +PS00004,1NUI,B,55-58 +PS00005,1NUI,B,"53-55,81-83,119-121,134-136" +PS00006,1NUI,B,"155-158,163-166" +PS00008,1NUI,B,"20-25,44-49,59-64,115-120,133-138,180-185" +PS00009,1NUI,B,"148-151,210-213" +PS00005,1NVL,A,"40-42,63-65" +PS00006,1NVL,A,"0-3,34-37,63-66" +PS00880,1NVL,A,18-36 +PS00007,1NVO,A,15-23 +PS00007,1NVO,B,15-23 +PS00001,1NWB,A,101-104 +PS00005,1NWB,A,"12-14,96-98" +PS00006,1NWB,A,54-57 +PS00008,1NWB,A,"40-45,92-97,104-109" +PS01152,1NWB,A,95-112 +PS00001,1NWD,A,59-62 +PS00005,1NWD,A,"27-29,145-147" +PS00006,1NWD,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1NWD,A,"24-29,39-44" +PS00018,1NWD,A,"19-31,55-67,92-104,128-140" +PS00005,1NWD,B,1-3 +PS00006,1NWD,B,5-8 +PS00005,1NWD,C,1-3 +PS00006,1NWD,C,5-8 +PS00004,1NWV,A,64-67 +PS00005,1NWV,A,"13-15,45-47" +PS00006,1NWV,A,"28-31,58-61" +PS00008,1NWV,A,"84-89,103-108" +PS00001,1NX7,A,13-16 +PS00006,1NX7,A,5-8 +PS00008,1NX7,A,48-53 +PS00191,1NX7,A,32-39 +PS00006,1NXI,A,"1-4,8-11,32-35,72-75,89-92,119-122" +PS00001,1NYN,A,111-114 +PS00005,1NYN,A,116-118 +PS00006,1NYN,A,68-71 +PS00008,1NYN,A,"17-22,121-126" +PS00009,1NYN,A,93-96 +PS00005,1NY4,A,"59-61,68-70" +PS00006,1NY4,A,"19-22,59-62" +PS00961,1NY4,A,58-66 +PS00005,1NY8,A,70-72 +PS00006,1NY8,A,"19-22,75-78" +PS00005,1NY9,A,60-62 +PS00006,1NY9,A,"4-7,45-48" +PS00007,1NY9,A,91-98 +PS00008,1NY9,A,"29-34,77-82,88-93" +PS00005,1NYA,A,"5-7,50-52" +PS00006,1NYA,A,"73-76,133-136,153-156" +PS00008,1NYA,A,"69-74,116-121,131-136" +PS00018,1NYA,A,"16-28,111-123,145-157" +PS00005,1NYB,A,4-6 +PS00008,1NYB,A,3-8 +PS00001,1NYF,A,31-34 +PS00006,1NYF,A,"15-18,33-36,44-47" +PS00001,1NYG,A,31-34 +PS00006,1NYG,A,"15-18,33-36,44-47" +PS00001,1NYO,A,"89-92,148-151" +PS00005,1NYO,A,131-133 +PS00006,1NYO,A,81-84 +PS00008,1NYO,A,"113-118,120-125,127-132,142-147" +PS00008,1NYP,A,"3-8,50-55" +PS00478,1NYP,A,7-40 +PS00006,1NZ2,A,"2-5,50-53" +PS00008,1NZ2,A,0-5 +PS00006,1NZ3,A,"2-5,50-53" +PS00008,1NZ3,A,0-5 +PS00006,1NZ4,A,"2-5,50-53" +PS00008,1NZ4,A,0-5 +PS00006,1NZ5,A,"2-5,50-53" +PS00008,1NZ5,A,0-5 +PS00006,1NZ8,A,103-106 +PS00009,1NZ8,A,49-52 +PS00006,1NZ9,A,"23-26,45-48" +PS01014,1NZ9,A,40-49 +PS00005,1NZP,A,"5-7,16-18" +PS00006,1NZP,A,54-57 +PS00009,1NZP,A,64-67 +PS00005,1O06,A,12-14 +PS00006,1O06,A,12-15 +PS00005,1O0L,A,173-175 +PS00006,1O0L,A,"10-13,64-67" +PS00008,1O0L,A,"34-39,107-112,169-174" +PS01080,1O0L,A,89-108 +PS01258,1O0L,A,141-152 +PS01260,1O0L,A,13-33 +PS00005,1O0P,A,78-80 +PS00006,1O0P,A,66-69 +PS00007,1O0P,A,90-97 +PS00008,1O0P,A,38-43 +PS00009,1O0P,A,78-81 +PS00004,1O0P,B,4-7 +PS00005,1O0P,B,1-3 +PS00004,1O2F,A,13-16 +PS00006,1O2F,A,"82-85,117-120,140-143,156-159" +PS00371,1O2F,A,83-95 +PS00001,1O2F,B,27-30 +PS00006,1O2F,B,"29-32,41-44,46-49,74-77,81-84" +PS00008,1O2F,B,"23-28,60-65" +PS01035,1O2F,B,27-44 +PS00005,1O1U,A,"2-4,9-11,59-61,77-79,122-124" +PS00008,1O1U,A,43-48 +PS00214,1O1U,A,3-20 +PS00005,1O1V,A,"2-4,9-11,59-61,77-79,122-124" +PS00008,1O1V,A,43-48 +PS00214,1O1V,A,3-20 +PS00005,1O1W,A,36-38 +PS00006,1O1W,A,"45-48,66-69,90-93" +PS00008,1O1W,A,"67-72,81-86,118-123" +PS00001,1O4X,A,"57-60,79-82" +PS00004,1O4X,A,105-108 +PS00005,1O4X,A,"18-20,59-61,101-103" +PS00006,1O4X,A,"1-4,7-10,29-32,51-54,108-111,121-124,129-132" +PS00008,1O4X,A,"34-39,42-47" +PS00027,1O4X,A,136-159 +PS00035,1O4X,A,22-34 +PS00465,1O4X,A,46-59 +PS00004,1O4X,B,79-82 +PS00005,1O4X,B,"38-40,51-53" +PS00006,1O4X,B,49-52 +PS00007,1O4X,B,69-76 +PS00001,1O5P,A,59-62 +PS00005,1O5P,A,67-69 +PS00006,1O5P,A,29-32 +PS00008,1O5P,A,"11-16,24-29,42-47,60-65,79-84,95-100,106-111" +PS00006,1PAJ,A,4-7 +PS00004,1O6W,A,21-24 +PS00005,1O6W,A,"10-12,20-22,60-62" +PS00006,1O6W,A,"23-26,33-36,60-63" +PS00007,1O6W,A,48-55 +PS01159,1O6W,A,"3-28,44-69" +PS00006,1O6X,A,"17-20,44-47" +PS00008,1O6X,A,69-74 +PS00005,1O78,A,35-37 +PS00008,1O78,A,8-13 +PS00188,1O78,A,39-56 +PS00001,1O7B,T,82-85 +PS00005,1O7B,T,"8-10,31-33,84-86" +PS00006,1O7B,T,14-17 +PS00008,1O7B,T,"26-31,78-83" +PS01241,1O7B,T,22-67 +PS00001,1O7C,T,82-85 +PS00005,1O7C,T,"8-10,31-33,84-86" +PS00006,1O7C,T,14-17 +PS00008,1O7C,T,"26-31,78-83" +PS01241,1O7C,T,22-67 +PS00005,1O7Y,A,"5-7,43-45,72-74" +PS00471,1O7Y,A,8-54 +PS00005,1O7Y,B,"5-7,43-45,72-74" +PS00471,1O7Y,B,8-54 +PS00005,1O7Y,C,"5-7,43-45,72-74" +PS00471,1O7Y,C,8-54 +PS00005,1O7Y,D,"5-7,43-45,72-74" +PS00471,1O7Y,D,8-54 +PS00005,1O7Z,A,"5-7,43-45,72-74" +PS00471,1O7Z,A,8-54 +PS00005,1O7Z,B,"5-7,43-45,72-74" +PS00471,1O7Z,B,8-54 +PS00005,1O80,A,"5-7,43-45,72-74" +PS00471,1O80,A,8-54 +PS00005,1O80,B,"5-7,43-45,72-74" +PS00471,1O80,B,8-54 +PS00005,1O82,A,49-51 +PS00008,1O82,A,"5-10,12-17,21-26" +PS00009,1O82,A,61-64 +PS00005,1O82,B,49-51 +PS00008,1O82,B,"5-10,12-17,21-26" +PS00009,1O82,B,61-64 +PS00005,1O82,C,49-51 +PS00008,1O82,C,"5-10,12-17,21-26" +PS00009,1O82,C,61-64 +PS00005,1O82,D,49-51 +PS00008,1O82,D,"5-10,12-17,21-26" +PS00009,1O82,D,61-64 +PS00005,1O83,A,49-51 +PS00008,1O83,A,"5-10,12-17,21-26" +PS00009,1O83,A,61-64 +PS00005,1O83,B,49-51 +PS00008,1O83,B,"5-10,12-17,21-26" +PS00009,1O83,B,61-64 +PS00005,1O83,C,49-51 +PS00008,1O83,C,"5-10,12-17,21-26" +PS00009,1O83,C,61-64 +PS00005,1O83,D,49-51 +PS00008,1O83,D,"5-10,12-17,21-26" +PS00009,1O83,D,61-64 +PS00005,1O84,A,49-51 +PS00008,1O84,A,"5-10,12-17,21-26" +PS00009,1O84,A,61-64 +PS00005,1O84,B,49-51 +PS00008,1O84,B,"5-10,12-17,21-26" +PS00009,1O84,B,61-64 +PS00001,1O8R,A,6-9 +PS00005,1O8R,A,13-15 +PS00006,1O8R,A,1-4 +PS00197,1O8R,A,85-93 +PS00005,1O8T,A,27-29 +PS00006,1O8T,A,23-26 +PS00006,1PAK,A,4-7 +PS00005,1O9A,A,57-59 +PS00006,1O9A,A,"41-44,48-51" +PS00008,1O9A,A,"3-8,32-37,79-84" +PS00022,1O9A,A,28-39 +PS01253,1O9A,A,"4-39,49-87" +PS00006,1O9A,B,12-15 +PS00008,1O9A,B,8-13 +PS00006,1OA5,5,46-49 +PS00008,1OA5,5,"27-32,35-40" +PS00280,1OA5,5,32-50 +PS00006,1OA6,5,46-49 +PS00008,1OA6,5,"27-32,35-40" +PS00280,1OA6,5,32-50 +PS00005,1OAI,A,24-26 +PS00006,1OAV,A,31-34 +PS00008,1OAV,A,"14-19,23-28" +PS00006,1OAW,A,31-34 +PS00008,1OAW,A,"14-19,23-28" +PS00006,1OBM,A,"3-6,35-38,51-54" +PS00007,1OBM,A,145-151 +PS00008,1OBM,A,121-126 +PS00001,1OBO,A,"127-130,146-149" +PS00005,1OBO,A,"11-13,109-111" +PS00006,1OBO,A,"16-19,31-34,36-39,63-66,70-73" +PS00008,1OBO,A,4-9 +PS00201,1OBO,A,5-21 +PS00001,1OBO,B,"127-130,146-149" +PS00005,1OBO,B,"11-13,109-111" +PS00006,1OBO,B,"16-19,31-34,36-39,63-66,70-73" +PS00008,1OBO,B,4-9 +PS00201,1OBO,B,5-21 +PS00001,1OBV,A,"127-130,146-149" +PS00005,1OBV,A,"11-13,109-111" +PS00006,1OBV,A,"16-19,31-34,36-39,63-66,70-73" +PS00008,1OBV,A,4-9 +PS00201,1OBV,A,5-21 +PS00001,1OCA,A,"70-73,107-110" +PS00004,1OCA,A,153-156 +PS00005,1OCA,A,"115-117,151-153" +PS00006,1OCA,A,"39-42,156-159" +PS00008,1OCA,A,"63-68,145-150" +PS00170,1OCA,A,47-64 +PS00004,1OCD,A,"85-88,98-101" +PS00005,1OCD,A,"57-59,88-90" +PS00006,1OCD,A,"46-49,57-60,62-65,88-91" +PS00008,1OCD,A,40-45 +PS00009,1OCD,A,"4-7,35-38" +PS00004,1OCP,A,"9-12,63-66" +PS00006,1OCP,A,12-15 +PS00009,1OCP,A,61-64 +PS00027,1OCP,A,40-63 +PS00004,1OD1,A,109-112 +PS00005,1OD1,A,"65-67,107-109,188-190,207-209,267-269" +PS00006,1OD1,A,"7-10,11-14,48-51,77-80,84-87,114-117,119-122,142-145,211-214" +PS00008,1OD1,A,"2-7,71-76,81-86,97-102,126-131,206-211,215-220,240-245,264-269,285-290,291-296,298-303" +PS00141,1OD1,A,"31-42,215-226" +PS00006,1OEF,A,0-3 +PS00008,1OEH,A,1-6 +PS00008,1OEI,A,"1-6,9-14,17-22" +PS00005,1OF9,A,19-21 +PS00008,1OF9,A,9-14 +PS00008,1OG7,A,"5-10,18-23,25-30,35-40" +PS60030,1OG7,A,2-13 +PS00004,1OGM,X,157-160 +PS00005,1OGM,X,"36-38,250-252,319-321,425-427,470-472" +PS00006,1OGM,X,"82-85,101-104,123-126,139-142,425-428" +PS00008,1OGM,X,"1-6,9-14,95-100,118-123,182-187,293-298,329-334,403-408,485-490,512-517,519-524,530-535,544-549,564-569" +PS00009,1OGM,X,155-158 +PS00004,1OGO,X,157-160 +PS00005,1OGO,X,"36-38,250-252,319-321,425-427,470-472" +PS00006,1OGO,X,"82-85,101-104,123-126,139-142,425-428" +PS00008,1OGO,X,"1-6,9-14,95-100,118-123,182-187,293-298,329-334,403-408,485-490,512-517,519-524,530-535,544-549,564-569" +PS00009,1OGO,X,155-158 +PS00001,1OGX,A,123-126 +PS00005,1OGX,A,125-127 +PS00006,1OGX,A,"4-7,125-128" +PS00008,1OGX,A,"59-64,93-98" +PS00001,1OGX,B,123-126 +PS00005,1OGX,B,125-127 +PS00006,1OGX,B,"4-7,125-128" +PS00008,1OGX,B,"59-64,93-98" +PS00001,1OH1,A,70-73 +PS00005,1OH1,A,99-101 +PS00006,1OH1,A,45-48 +PS00007,1OH1,A,14-22 +PS00006,1OHJ,A,"40-43,58-61,91-94" +PS00008,1OHJ,A,"1-6,14-19" +PS00009,1OHJ,A,51-54 +PS00075,1OHJ,A,14-37 +PS00006,1OHK,A,"40-43,58-61,91-94" +PS00008,1OHK,A,"1-6,14-19" +PS00009,1OHK,A,51-54 +PS00075,1OHK,A,14-37 +PS00008,1OHM,A,"5-10,18-23,25-30,35-40" +PS60030,1OHM,A,2-13 +PS00008,1OHN,A,"5-10,18-23,25-30,35-40" +PS60030,1OHN,A,2-13 +PS00001,1OHU,A,150-153 +PS00005,1OHU,A,21-23 +PS00006,1OHU,A,"53-56,65-68,152-155" +PS00008,1OHU,A,"36-41,89-94,110-115,125-130" +PS00001,1OHU,B,150-153 +PS00005,1OHU,B,21-23 +PS00006,1OHU,B,"53-56,65-68,152-155" +PS00008,1OHU,B,"36-41,89-94,110-115,125-130" +PS00001,1OJG,A,132-135 +PS00005,1OJG,A,60-62 +PS00006,1OJG,A,"17-20,64-67" +PS00008,1OJG,A,121-126 +PS00005,1OK0,A,"16-18,31-33" +PS00006,1OK0,A,"2-5,20-23,54-57" +PS00008,1OK0,A,"25-30,42-47,50-55" +PS00005,1OKD,A,123-125 +PS00006,1OKD,A,"1-4,68-71" +PS00016,1OKD,A,15-17 +PS00001,1OKH,A,5-8 +PS00005,1OKH,A,7-9 +PS00271,1OKH,A,2-15 +PS00001,1OKH,B,5-8 +PS00005,1OKH,B,7-9 +PS00271,1OKH,B,2-15 +PS00005,1Y29,A,12-14 +PS00007,1OLG,A,1-8 +PS00007,1OLG,B,1-8 +PS00007,1OLG,C,1-8 +PS00007,1OLG,D,1-8 +PS00007,1OLH,A,1-8 +PS00007,1OLH,B,1-8 +PS00007,1OLH,C,1-8 +PS00007,1OLH,D,1-8 +PS00005,1OLN,A,"99-101,129-131" +PS00006,1OLN,A,57-60 +PS00008,1OLN,A,"82-87,128-133" +PS00359,1OLN,A,124-139 +PS00005,1OM2,A,79-81 +PS00006,1OM2,A,87-90 +PS00005,1OMG,A,"18-20,21-23" +PS00008,1OMG,A,"4-9,17-22" +PS60004,1OMG,A,0-24 +PS00005,1OMA,A,36-38 +PS00006,1OMA,A,31-34 +PS00008,1OMA,A,14-19 +PS00005,1OMB,A,36-38 +PS00006,1OMB,A,31-34 +PS00008,1OMB,A,14-19 +PS00005,1OMC,A,22-24 +PS00008,1OMC,A,4-9 +PS60004,1OMC,A,0-25 +PS00006,1OMN,A,10-13 +PS00009,1OMN,A,19-22 +PS60004,1OMN,A,0-25 +PS00001,1OMT,A,"27-30,44-47" +PS00008,1OMT,A,31-36 +PS00282,1OMT,A,15-37 +PS00001,1OMU,A,"27-30,44-47" +PS00008,1OMU,A,31-36 +PS00282,1OMU,A,15-37 +PS00001,1ON4,A,24-27 +PS00005,1ON4,A,"29-31,118-120,171-173" +PS00006,1ON4,A,"42-45,107-110,157-160" +PS00001,1ONB,A,106-109 +PS00005,1ONB,A,"47-49,119-121,125-127" +PS00006,1ONB,A,"20-23,79-82,101-104" +PS00008,1ONB,A,"0-5,71-76" +PS00005,1PBA,A,30-32 +PS00006,1PBA,A,49-52 +PS00005,1ONV,A,"6-8,28-30,33-35,43-45,78-80" +PS00006,1ONV,A,"33-36,78-81" +PS00005,1ONV,B,"14-16,26-28,52-54" +PS00006,1ONV,B,"14-17,52-55,56-59,63-66" +PS00008,1ONV,B,21-26 +PS00001,1ONY,A,"67-70,161-164" +PS00005,1ONY,A,"117-119,153-155" +PS00006,1ONY,A,"49-52,163-166,177-180,241-244,285-288,294-297" +PS00007,1ONY,A,57-65 +PS00008,1ONY,A,"13-18,116-121,217-222,258-263" +PS00383,1ONY,A,212-222 +PS00001,1ONZ,A,"67-70,161-164" +PS00005,1ONZ,A,"117-119,153-155" +PS00006,1ONZ,A,"49-52,163-166,177-180,241-244,285-288,294-297" +PS00007,1ONZ,A,57-65 +PS00008,1ONZ,A,"13-18,116-121,217-222,258-263" +PS00383,1ONZ,A,212-222 +PS00001,1OO3,A,"4-7,57-60,89-92" +PS00005,1OO3,A,"40-42,50-52,59-61" +PS00006,1OO3,A,"6-9,18-21,79-82" +PS00008,1OO3,A,"0-5,55-60" +PS00342,1OO3,A,108-110 +PS00001,1OO4,A,"4-7,57-60,89-92" +PS00005,1OO4,A,"40-42,50-52,59-61" +PS00006,1OO4,A,"6-9,18-21,79-82" +PS00008,1OO4,A,"0-5,55-60" +PS00342,1OO4,A,108-110 +PS00005,1OO9,A,15-17 +PS00006,1OO9,A,"32-35,142-145,152-155" +PS00008,1OO9,A,"78-83,125-130" +PS00142,1OO9,A,115-124 +PS00001,1OO9,B,"29-32,77-80" +PS00288,1OO9,B,0-12 +PS00009,1OP1,A,74-77 +PS00029,1OP1,A,11-32 +PS00001,1OP4,A,119-122 +PS00006,1OP4,A,125-128 +PS00007,1OP4,A,79-87 +PS00008,1OP4,A,84-89 +PS00005,1OPI,A,78-80 +PS00006,1OPI,A,66-69 +PS00007,1OPI,A,90-97 +PS00008,1OPI,A,38-43 +PS00009,1OPI,A,78-81 +PS00004,1OPI,B,4-7 +PS00005,1OPI,B,1-3 +PS00005,1OPP,A,34-36 +PS00006,1OPP,A,"5-8,16-19" +PS00342,1OPP,A,35-37 +PS00008,1OPZ,A,"13-18,32-37" +PS01047,1OPZ,A,11-40 +PS00008,1OQ3,A,"13-18,32-37" +PS01047,1OQ3,A,11-40 +PS00008,1OQ6,A,"13-18,32-37" +PS01047,1OQ6,A,11-40 +PS00007,1OQA,A,8-15 +PS00008,1OQA,A,9-14 +PS00342,1OQA,A,107-109 +PS00005,1OQJ,A,"43-45,55-57,91-93,94-96" +PS00006,1OQJ,A,"12-15,55-58" +PS00005,1OQJ,B,"43-45,55-57,91-93,94-96" +PS00006,1OQJ,B,"12-15,55-58" +PS00005,1OQK,A,"6-8,19-21,34-36,44-46" +PS00006,1OQN,A,52-55 +PS00007,1OQN,A,9-17 +PS00008,1OQN,A,45-50 +PS00016,1OQN,A,31-33 +PS00006,1OQN,B,52-55 +PS00007,1OQN,B,9-17 +PS00008,1OQN,B,45-50 +PS00016,1OQN,B,31-33 +PS00005,1OQN,C,6-8 +PS00320,1OQN,C,1-8 +PS00005,1OQN,D,6-8 +PS00320,1OQN,D,1-8 +PS00001,1OQP,A,40-43 +PS00004,1OQP,A,71-74 +PS00005,1OQP,A,26-28 +PS00006,1OQP,A,"6-9,26-29,42-45" +PS00018,1OQP,A,"18-30,54-66" +PS00005,1OQQ,A,"10-12,56-58" +PS00006,1OQQ,A,10-13 +PS00008,1OQQ,A,"39-44,68-73" +PS00814,1OQQ,A,38-48 +PS00005,1OQQ,B,"10-12,56-58" +PS00006,1OQQ,B,10-13 +PS00008,1OQQ,B,"39-44,68-73" +PS00814,1OQQ,B,38-48 +PS00005,1OQR,A,"10-12,56-58" +PS00006,1OQR,A,10-13 +PS00008,1OQR,A,"39-44,68-73" +PS00814,1OQR,A,38-48 +PS00005,1OQR,B,"10-12,56-58" +PS00006,1OQR,B,10-13 +PS00008,1OQR,B,"39-44,68-73" +PS00814,1OQR,B,38-48 +PS00005,1OQR,C,"10-12,56-58" +PS00006,1OQR,C,10-13 +PS00008,1OQR,C,"39-44,68-73" +PS00814,1OQR,C,38-48 +PS00005,1OQY,A,"10-12,18-20,28-30,151-153" +PS00006,1OQY,A,"127-130,136-139,151-154,163-166,216-219,299-302,321-324" +PS00008,1OQY,A,"86-91,143-148" +PS00005,1OR5,A,67-69 +PS00006,1OR5,A,"4-7,15-18,67-70" +PS00008,1OR5,A,54-59 +PS00029,1OR5,A,28-49 +PS00001,1ORL,A,5-8 +PS00005,1ORL,A,"7-9,14-16" +PS00271,1ORL,A,2-15 +PS00001,1ORM,A,99-102 +PS00005,1ORM,A,"45-47,96-98" +PS00006,1ORM,A,"43-46,52-55" +PS00008,1ORM,A,"37-42,83-88,137-142" +PS00694,1ORM,A,22-30 +PS00695,1ORM,A,139-147 +PS00008,1ORX,A,"7-12,14-19" +PS60009,1ORX,A,1-10 +PS00004,2ORC,A,66-69 +PS00005,2ORC,A,"5-7,18-20,64-66" +PS00006,2ORC,A,"5-8,18-21" +PS00007,2ORC,A,17-25 +PS00008,2ORC,A,"14-19,23-28,47-52" +PS00009,2ORC,A,35-38 +PS00005,1OSD,A,"19-21,68-70" +PS00006,1OSD,A,"25-28,31-34,45-48" +PS00007,1OSD,A,58-65 +PS00008,1OSD,A,10-15 +PS01047,1OSD,A,8-37 +PS00005,1OSD,B,"19-21,68-70" +PS00006,1OSD,B,"25-28,31-34,45-48" +PS00007,1OSD,B,58-65 +PS00008,1OSD,B,10-15 +PS01047,1OSD,B,8-37 +PS00005,1OSL,A,30-32 +PS00006,1OSL,A,4-7 +PS00356,1OSL,A,5-23 +PS00005,1OSL,B,30-32 +PS00006,1OSL,B,4-7 +PS00356,1OSL,B,5-23 +PS00005,1OSX,A,"6-8,39-41" +PS00005,1OT4,A,"77-79,97-99" +PS00006,1OT4,A,7-10 +PS00008,1OT4,A,11-16 +PS00005,1OTR,B,8-10 +PS00006,1OTR,B,54-57 +PS00299,1OTR,B,26-51 +PS00004,1OV2,A,12-15 +PS00005,1OV2,A,10-12 +PS00006,1OV2,A,15-18 +PS00009,1OV2,A,90-93 +PS00029,1OV2,A,27-48 +PS00005,1OV9,A,11-13 +PS00005,1OV9,B,11-13 +PS00005,1OVQ,A,"25-27,72-74" +PS00006,1OVQ,A,"98-101,131-134" +PS00008,1OVQ,A,"2-7,15-20,59-64,110-115" +PS00005,1OVX,A,"7-9,14-16" +PS00006,1OVX,A,26-29 +PS00005,1OVX,B,"7-9,14-16" +PS00006,1OVX,B,26-29 +PS00005,1OVY,A,"25-27,35-37" +PS00006,1OVY,A,"2-5,56-59" +PS00008,1OVY,A,63-68 +PS00006,9PCY,A,55-58 +PS00008,9PCY,A,5-10 +PS00196,9PCY,A,77-91 +PS00006,1OW5,A,40-43 +PS00001,1OW6,A,35-38 +PS00005,1OW6,A,"47-49,87-89" +PS00006,1OW6,A,"1-4,5-8,75-78,87-90" +PS00007,1OW6,A,27-33 +PS00008,1OW6,A,38-43 +PS00001,1OW6,B,35-38 +PS00005,1OW6,B,"47-49,87-89" +PS00006,1OW6,B,"1-4,5-8,75-78,87-90" +PS00007,1OW6,B,27-33 +PS00008,1OW6,B,38-43 +PS00001,1OW6,C,35-38 +PS00005,1OW6,C,"47-49,87-89" +PS00006,1OW6,C,"1-4,5-8,75-78,87-90" +PS00007,1OW6,C,27-33 +PS00008,1OW6,C,38-43 +PS00001,1OW7,A,35-38 +PS00005,1OW7,A,"47-49,87-89" +PS00006,1OW7,A,"1-4,5-8,75-78,87-90" +PS00007,1OW7,A,27-33 +PS00008,1OW7,A,38-43 +PS00001,1OW7,B,35-38 +PS00005,1OW7,B,"47-49,87-89" +PS00006,1OW7,B,"1-4,5-8,75-78,87-90" +PS00007,1OW7,B,27-33 +PS00008,1OW7,B,38-43 +PS00001,1OW7,C,35-38 +PS00005,1OW7,C,"47-49,87-89" +PS00006,1OW7,C,"1-4,5-8,75-78,87-90" +PS00007,1OW7,C,27-33 +PS00008,1OW7,C,38-43 +PS00001,1OW8,A,35-38 +PS00005,1OW8,A,"47-49,87-89" +PS00006,1OW8,A,"1-4,5-8,75-78,87-90" +PS00007,1OW8,A,27-33 +PS00008,1OW8,A,38-43 +PS00001,1OW8,B,35-38 +PS00005,1OW8,B,"47-49,87-89" +PS00006,1OW8,B,"1-4,5-8,75-78,87-90" +PS00007,1OW8,B,27-33 +PS00008,1OW8,B,38-43 +PS00001,1OW8,C,35-38 +PS00005,1OW8,C,"47-49,87-89" +PS00006,1OW8,C,"1-4,5-8,75-78,87-90" +PS00007,1OW8,C,27-33 +PS00008,1OW8,C,38-43 +PS00001,1OW8,D,0-3 +PS00006,1OW8,D,2-5 +PS00001,1OW8,F,0-3 +PS00006,1OW8,F,2-5 +PS00005,1OWA,A,"36-38,76-78" +PS00006,1OWA,A,"7-10,19-22,36-39,79-82,108-111,113-116,123-126" +PS00005,1OWL,A,"191-193,275-277" +PS00006,1OWL,A,"166-169,267-270,298-301,395-398,442-445" +PS00008,1OWL,A,"19-24,110-115,142-147,241-246,252-257" +PS00394,1OWL,A,328-340 +PS00691,1OWL,A,348-367 +PS00005,1OWM,A,"191-193,275-277" +PS00006,1OWM,A,"166-169,267-270,298-301,395-398,442-445" +PS00008,1OWM,A,"19-24,110-115,142-147,241-246,252-257" +PS00394,1OWM,A,328-340 +PS00691,1OWM,A,348-367 +PS00005,1OWN,A,"191-193,275-277" +PS00006,1OWN,A,"166-169,267-270,298-301,395-398,442-445" +PS00008,1OWN,A,"19-24,110-115,142-147,241-246,252-257" +PS00394,1OWN,A,328-340 +PS00691,1OWN,A,348-367 +PS00005,1OWO,A,"191-193,275-277" +PS00006,1OWO,A,"166-169,267-270,298-301,395-398,442-445" +PS00008,1OWO,A,"19-24,110-115,142-147,241-246,252-257" +PS00394,1OWO,A,328-340 +PS00691,1OWO,A,348-367 +PS00005,1OWP,A,"191-193,275-277" +PS00006,1OWP,A,"166-169,267-270,298-301,395-398,442-445" +PS00008,1OWP,A,"19-24,110-115,142-147,241-246,252-257" +PS00394,1OWP,A,328-340 +PS00691,1OWP,A,348-367 +PS00005,1OWT,A,35-37 +PS00006,1OWT,A,33-36 +PS00319,1OWT,A,57-64 +PS00005,1OWW,A,63-65 +PS00006,1OWW,A,89-92 +PS00008,1OWW,A,"66-71,75-80" +PS00005,1OWX,A,30-32 +PS00006,1OWX,A,"11-14,30-33" +PS00008,1OWX,A,53-58 +PS00005,1OY2,A,"64-66,95-97" +PS00006,1OY2,A,"11-14,153-156" +PS00008,1OY2,A,"7-12,15-20,27-32,90-95,118-123" +PS00009,1OY2,A,7-10 +PS00006,1OYI,A,"13-16,61-64,73-76" +PS00008,1OYI,A,"0-5,26-31" +PS00001,1OZI,A,30-33 +PS00005,1OZI,A,"32-34,73-75,80-82" +PS00008,1OZI,A,"17-22,27-32,47-52" +PS00005,1OZO,A,"46-48,84-86" +PS00006,1OZO,A,"1-4,18-21,28-31,46-49" +PS00008,1OZO,A,19-24 +PS00303,1OZO,A,56-77 +PS00005,1OZO,B,"46-48,84-86" +PS00006,1OZO,B,"1-4,18-21,28-31,46-49" +PS00008,1OZO,B,19-24 +PS00303,1OZO,B,56-77 +PS00006,1OZS,A,"4-7,38-41" +PS00018,1OZS,A,"16-28,52-64" +PS00004,1OZS,B,11-14 +PS00005,1OZS,B,"0-2,14-16" +PS00001,1OZZ,A,12-15 +PS00008,1OZZ,A,28-33 +PS00001,1P00,A,12-15 +PS00008,1P00,A,28-33 +PS00001,1P0A,A,12-15 +PS00008,1P0A,A,28-33 +PS00006,1P0R,A,"42-45,75-78" +PS00008,1P0R,A,55-60 +PS00009,1P0R,A,29-32 +PS00005,1P1A,A,"6-8,14-16,24-26,34-36" +PS00004,1P1D,A,"114-117,142-145" +PS00005,1P1D,A,"86-88,128-130" +PS00006,1P1D,A,"40-43,46-49,71-74,171-174" +PS00008,1P1D,A,"25-30,121-126" +PS00005,1P1E,A,86-88 +PS00006,1P1E,A,"40-43,46-49,71-74" +PS00008,1P1E,A,25-30 +PS00005,1P1P,A,14-16 +PS00006,1P1P,A,14-17 +PS00008,1P1P,A,0-5 +PS00005,1P1T,A,"6-8,36-38,45-47,75-77,86-88" +PS00001,1P3R,A,64-67 +PS00007,1P3R,A,10-18 +PS00008,1P3R,A,46-51 +PS00016,1P3R,A,32-34 +PS00001,1P3R,B,64-67 +PS00007,1P3R,B,10-18 +PS00008,1P3R,B,46-51 +PS00016,1P3R,B,32-34 +PS00001,1P3R,C,64-67 +PS00007,1P3R,C,10-18 +PS00008,1P3R,C,46-51 +PS00016,1P3R,C,32-34 +PS00008,1P4Q,A,0-5 +PS00001,1P4Q,B,82-85 +PS00005,1P4Q,B,"48-50,61-63,72-74" +PS00006,1P4Q,B,84-87 +PS00008,1P4Q,B,3-8 +PS00004,1P4S,A,101-104 +PS00006,1P4S,A,"29-32,104-107,166-169" +PS00007,1P4S,A,43-51 +PS00008,1P4S,A,"9-14,41-46" +PS00113,1P4S,A,80-91 +PS00001,1P4W,A,59-62 +PS00004,1P4W,A,32-35 +PS00005,1P4W,A,"35-37,61-63,67-69" +PS00006,1P4W,A,"35-38,94-97" +PS00622,1P4W,A,48-75 +PS00004,1P5L,A,1-4 +PS00005,1P5L,A,4-6 +PS00008,1P68,A,"24-29,49-54,76-81" +PS00005,1P6Q,A,"16-18,78-80" +PS00006,1P6Q,A,1-4 +PS00008,1P6Q,A,67-72 +PS00005,1P6R,A,39-41 +PS00006,1P6R,A,7-10 +PS00001,1P6S,A,53-56 +PS00005,1P6S,A,"20-22,64-66,108-110" +PS00006,1P6S,A,"55-58,81-84,91-94" +PS00008,1P6S,A,32-37 +PS00005,1P6T,A,72-74 +PS00006,1P6T,A,123-126 +PS00007,1P6T,A,128-136 +PS00008,1P6T,A,"13-18,32-37,81-86" +PS01047,1P6T,A,"11-40,79-108" +PS00005,1P6U,A,"16-18,78-80" +PS00006,1P6U,A,1-4 +PS00008,1P6U,A,67-72 +PS00005,1P7A,A,1-3 +PS00006,1P7A,A,21-24 +PS00008,1P7A,A,0-5 +PS00028,1P7A,A,13-33 +PS00005,1P7E,A,"10-12,16-18" +PS00006,1P7E,A,"43-46,52-55" +PS00005,1P7F,A,"10-12,16-18" +PS00006,1P7F,A,"43-46,52-55" +PS00005,1P7I,A,26-28 +PS00007,1P7I,A,17-24 +PS00008,1P7I,A,38-43 +PS00027,1P7I,A,33-56 +PS00005,1P7I,B,26-28 +PS00007,1P7I,B,17-24 +PS00008,1P7I,B,38-43 +PS00027,1P7I,B,33-56 +PS00005,1P7I,C,26-28 +PS00007,1P7I,C,17-24 +PS00008,1P7I,C,38-43 +PS00027,1P7I,C,33-56 +PS00005,1P7I,D,26-28 +PS00007,1P7I,D,17-24 +PS00008,1P7I,D,38-43 +PS00027,1P7I,D,33-56 +PS00005,1P7J,A,26-28 +PS00007,1P7J,A,17-24 +PS00008,1P7J,A,38-43 +PS00027,1P7J,A,33-56 +PS00005,1P7J,B,26-28 +PS00007,1P7J,B,17-24 +PS00008,1P7J,B,38-43 +PS00027,1P7J,B,33-56 +PS00005,1P7J,C,26-28 +PS00007,1P7J,C,17-24 +PS00008,1P7J,C,38-43 +PS00027,1P7J,C,33-56 +PS00005,1P7J,D,26-28 +PS00007,1P7J,D,17-24 +PS00008,1P7J,D,38-43 +PS00027,1P7J,D,33-56 +PS00005,1P7M,A,27-29 +PS00006,1P7M,A,130-133 +PS00008,1P7M,A,"21-26,38-43,96-101,157-162" +PS00005,1P8A,A,"52-54,95-97" +PS00006,1P8A,A,"72-75,77-80" +PS00008,1P8A,A,60-65 +PS00005,1P88,A,0-2 +PS00006,1P88,A,"46-49,116-119" +PS00008,1P88,A,"36-41,68-73,112-117,130-135,141-146" +PS00017,1P88,A,7-14 +PS00104,1P88,A,65-79 +PS00005,1P89,A,0-2 +PS00006,1P89,A,"46-49,116-119" +PS00008,1P89,A,"36-41,68-73,112-117,130-135,141-146" +PS00017,1P89,A,7-14 +PS00104,1P89,A,65-79 +PS00006,1P8B,A,7-10 +PS00008,1P8B,A,"15-20,25-30" +PS00005,1P8G,A,51-53 +PS00006,1P8G,A,"22-25,51-54" +PS01047,1P8G,A,7-36 +PS00009,1PDC,A,11-14 +PS00023,1PDC,A,4-44 +PS00004,1P94,A,"10-13,54-57" +PS00005,1P94,A,"8-10,30-32" +PS00006,1P94,A,"13-16,58-61" +PS00008,1P94,A,56-61 +PS00004,1P94,B,"10-13,54-57" +PS00005,1P94,B,"8-10,30-32" +PS00006,1P94,B,"13-16,58-61" +PS00008,1P94,B,56-61 +PS00001,1P97,A,51-54 +PS00006,1P97,A,"18-21,39-42,108-111" +PS00007,1P97,A,23-30 +PS00008,1P97,A,"0-5,63-68" +PS00005,1P98,A,"5-7,13-15,23-25" +PS00006,1P9C,A,"3-6,17-20" +PS00008,1P9C,A,34-39 +PS00006,1P9D,S,"3-6,17-20" +PS00008,1P9D,S,34-39 +PS00005,1P9D,U,"5-7,13-15,23-25" +PS00022,1P9J,A,32-43 +PS01186,1P9J,A,32-43 +PS00005,1P9K,A,55-57 +PS00008,1P9K,A,"51-56,64-69" +PS00005,1P9Q,C,"11-13,196-198" +PS00006,1P9Q,C,"11-14,80-83,144-147,210-213" +PS00008,1P9Q,C,218-223 +PS01267,1P9Q,C,57-76 +PS00008,1P9Z,A,"13-18,23-28,30-35" +PS00026,1P9Z,A,10-29 +PS00001,1PA4,A,"17-20,26-29" +PS00005,1PA4,A,"2-4,28-30,108-110" +PS01319,1PA4,A,72-93 +PS00005,1PAA,A,12-14 +PS00006,1PAA,A,12-15 +PS00028,1PAA,A,4-25 +PS00005,1PAN,A,11-13 +PS00006,1PAN,A,4-7 +PS00005,1PAO,A,11-13 +PS00006,1PAO,A,4-7 +PS00005,1PAV,A,44-46 +PS00006,1PAV,A,"44-47,55-58" +PS01148,1PAV,A,8-32 +PS00001,2PAC,A,49-52 +PS00005,2PAC,A,79-81 +PS00006,2PAC,A,66-69 +PS00008,2PAC,A,"10-15,35-40" +PS00165,2PAC,A,18-31 +PS00006,2PAS,A,"39-42,78-81" +PS00018,2PAS,A,"51-63,90-102" +PS00006,3PAT,A,"39-42,78-81" +PS00018,3PAT,A,"51-63,90-102" +PS00008,1PB5,A,13-18 +PS00678,1PB5,A,16-30 +PS00001,1PBU,A,90-93 +PS00004,1PBU,A,19-22 +PS00005,1PBU,A,122-124 +PS00006,1PBU,A,22-25 +PS00008,1PBU,A,"88-93,103-108,129-134" +PS00008,1PBZ,A,2-7 +PS00008,1PBZ,B,2-7 +PS00001,1PC0,A,10-13 +PS00005,1PC0,A,"27-29,32-34,45-47" +PS00005,1PC2,A,22-24 +PS00006,1PC2,A,"9-12,33-36,65-68" +PS00008,1PC2,A,"95-100,130-135" +PS00029,1PC2,A,76-97 +PS00282,1PCE,A,19-41 +PS00008,1PCN,A,"5-10,76-81,84-89" +PS00121,1PCN,A,54-62 +PS00008,1PCO,A,"5-10,76-81,84-89" +PS00121,1PCO,A,54-62 +PS00005,1PCP,A,62-64 +PS00006,1PCP,A,"8-11,73-76,87-90,99-102" +PS00008,1PCP,A,41-46 +PS00025,1PCP,A,"15-35,64-84" +PS00342,1PCP,A,103-105 +PS00005,2PCF,A,"68-70,74-76,78-80" +PS00006,2PCF,A,"22-25,47-50,55-58,72-75" +PS00008,2PCF,A,"5-10,48-53" +PS00196,2PCF,A,77-91 +PS00001,2PCF,B,"98-101,166-169,171-174" +PS00005,2PCF,B,"15-17,136-138,219-221" +PS00006,2PCF,B,"42-45,136-139,192-195,215-218" +PS00008,2PCF,B,"119-124,150-155,162-167,175-180,236-241" +PS00009,2PCF,B,62-65 +PS00004,1PD6,A,12-15 +PS00006,1PD6,A,"7-10,79-82" +PS00007,1PD6,A,19-25 +PS00008,1PD6,A,"68-73,91-96" +PS00006,1PD7,A,"29-32,53-56" +PS00005,1PDX,A,"10-12,56-58" +PS00006,1PDX,A,10-13 +PS00008,1PDX,A,"39-44,68-73" +PS00814,1PDX,A,38-48 +PS00005,2PDD,A,"5-7,23-25" +PS00008,2PDD,A,22-27 +PS00005,2PDE,A,"5-7,23-25" +PS00008,2PDE,A,22-27 +PS00004,2PDZ,A,1-4 +PS00005,2PDZ,A,"4-6,16-18,73-75" +PS00006,2PDZ,A,"62-65,73-76" +PS00008,2PDZ,A,"12-17,19-24" +PS00001,3PDZ,A,26-29 +PS00005,3PDZ,A,"28-30,69-71,76-78" +PS00008,3PDZ,A,"18-23,24-29,43-48" +PS00005,1PE3,1,26-28 +PS00006,1PE3,1,26-29 +PS00007,1PE3,1,15-22 +PS00008,1PE3,1,"4-9,43-48" +PS00025,1PE3,1,17-37 +PS00005,1PE3,2,26-28 +PS00006,1PE3,2,26-29 +PS00007,1PE3,2,15-22 +PS00008,1PE3,2,"4-9,43-48" +PS00025,1PE3,2,17-37 +PS00007,1PE4,A,31-38 +PS00008,1PE4,A,"9-14,16-21,33-38,60-65" +PS00005,1PFD,A,"37-39,88-90" +PS00006,1PFD,A,"61-64,88-91" +PS00007,1PFD,A,16-22 +PS00008,1PFD,A,41-46 +PS00197,1PFD,A,38-46 +PS00001,1PFJ,A,80-83 +PS00006,1PFJ,A,2-5 +PS00007,1PFJ,A,17-24 +PS00001,1PFL,A,98-101 +PS00005,1PFL,A,104-106 +PS00006,1PFL,A,"14-17,42-45,102-105" +PS00008,1PFL,A,"47-52,61-66,92-97,116-121" +PS00414,1PFL,A,0-7 +PS00005,1PFM,A,"1-3,41-43" +PS00006,1PFM,A,"1-4,22-25" +PS00009,1PFM,A,44-47 +PS00471,1PFM,A,7-51 +PS00005,1PFM,B,"1-3,41-43" +PS00006,1PFM,B,"1-4,22-25" +PS00009,1PFM,B,44-47 +PS00471,1PFM,B,7-51 +PS00005,1PFM,C,"1-3,41-43" +PS00006,1PFM,C,"1-4,22-25" +PS00009,1PFM,C,44-47 +PS00471,1PFM,C,7-51 +PS00005,1PFM,D,"1-3,41-43" +PS00006,1PFM,D,"1-4,22-25" +PS00009,1PFM,D,44-47 +PS00471,1PFM,D,7-51 +PS00005,1PFN,A,"1-3,41-43" +PS00006,1PFN,A,"1-4,22-25" +PS00009,1PFN,A,44-47 +PS00471,1PFN,A,7-51 +PS00005,1PFN,B,"1-3,41-43" +PS00006,1PFN,B,"1-4,22-25" +PS00009,1PFN,B,44-47 +PS00471,1PFN,B,7-51 +PS00005,1PFN,C,"1-3,41-43" +PS00006,1PFN,C,"1-4,22-25" +PS00009,1PFN,C,44-47 +PS00471,1PFN,C,7-51 +PS00005,1PFN,D,"1-3,41-43" +PS00006,1PFN,D,"1-4,22-25" +PS00009,1PFN,D,44-47 +PS00471,1PFN,D,7-51 +PS00005,1PFS,A,"9-11,15-17" +PS00006,1PFS,A,"5-8,22-25" +PS00008,1PFS,A,18-23 +PS00005,1PFS,B,"9-11,15-17" +PS00006,1PFS,B,"5-8,22-25" +PS00008,1PFS,B,18-23 +PS00008,1PG1,A,1-6 +PS00005,1PGA,A,"1-3,10-12" +PS00006,1PGA,A,"15-18,43-46,52-55" +PS00005,1PGB,A,"1-3,10-12" +PS00006,1PGB,A,"15-18,43-46,52-55" +PS00005,1PGX,A,"14-16,23-25,29-31,77-79" +PS00006,1PGX,A,"56-59,65-68" +PS00006,1PGY,A,19-22 +PS00001,1PH0,A,"67-70,161-164" +PS00005,1PH0,A,"117-119,153-155" +PS00006,1PH0,A,"49-52,163-166,177-180,241-244,285-288,294-297" +PS00007,1PH0,A,57-65 +PS00008,1PH0,A,"13-18,116-121,217-222,258-263" +PS00383,1PH0,A,212-222 +PS00001,1PHT,A,59-62 +PS00004,1PHT,A,79-82 +PS00006,1PHT,A,"61-64,71-74" +PS00008,1PHT,A,34-39 +PS00009,1PHT,A,76-79 +PS00016,1PHT,A,65-67 +PS00005,3PHY,A,49-51 +PS00006,3PHY,A,"49-52,89-92" +PS00008,3PHY,A,"20-25,81-86" +PS00009,1PI7,A,30-33 +PS00009,1PI8,A,30-33 +PS00001,1PIC,A,"60-63,94-97,98-101" +PS00005,1PIC,A,"16-18,38-40,77-79" +PS00006,1PIC,A,77-80 +PS00008,1PIC,A,42-47 +PS00009,1PIC,A,26-29 +PS00006,1PIH,A,50-53 +PS00006,1PIJ,A,50-53 +PS00005,1PIR,A,"59-61,119-121" +PS00006,1PIR,A,"35-38,77-80" +PS00007,1PIR,A,"61-68,115-122" +PS00008,1PIR,A,25-30 +PS00118,1PIR,A,43-50 +PS00119,1PIR,A,94-104 +PS00005,1PIS,A,"59-61,119-121" +PS00006,1PIS,A,"35-38,77-80" +PS00007,1PIS,A,"61-68,115-122" +PS00008,1PIS,A,25-30 +PS00118,1PIS,A,43-50 +PS00119,1PIS,A,94-104 +PS00006,1PIT,A,46-49 +PS00008,1PIT,A,"27-32,35-40" +PS00280,1PIT,A,32-50 +PS00005,1PJD,A,15-17 +PS00009,1PJE,A,30-33 +PS00006,1PJF,A,5-8 +PS00008,1PJF,A,"0-5,36-41" +PS00005,1PJV,A,18-20 +PS01138,1PJV,A,7-28 +PS00005,1PJW,A,13-15 +PS00006,1PJW,A,"37-40,52-55" +PS00008,1PJW,A,6-11 +PS00005,1PJZ,A,"61-63,94-96,181-183" +PS00006,1PJZ,A,"71-74,94-97" +PS00007,1PJZ,A,191-197 +PS00008,1PJZ,A,"0-5,48-53,135-140,173-178,184-189" +PS00001,1PK2,A,10-13 +PS00004,1PK2,A,75-78 +PS00006,1PK2,A,19-22 +PS00008,1PK2,A,"2-7,9-14" +PS00021,1PK2,A,57-69 +PS00001,1PKS,A,59-62 +PS00006,1PKS,A,"61-64,71-74" +PS00008,1PKS,A,34-39 +PS00016,1PKS,A,65-67 +PS00001,1PKT,A,59-62 +PS00006,1PKT,A,"61-64,71-74" +PS00008,1PKT,A,34-39 +PS00016,1PKT,A,65-67 +PS00005,2PK4,A,"9-11,19-21,68-70" +PS00008,2PK4,A,"12-17,45-50" +PS00009,2PK4,A,19-22 +PS00021,2PK4,A,50-62 +PS00005,1PLA,A,"27-29,72-74,76-78" +PS00006,1PLA,A,"55-58,70-73" +PS00008,1PLA,A,"5-10,62-67" +PS00196,1PLA,A,75-89 +PS00005,1PLB,A,"27-29,72-74,76-78" +PS00006,1PLB,A,"55-58,70-73" +PS00008,1PLB,A,"5-10,62-67" +PS00196,1PLB,A,75-89 +PS00001,1PLO,A,"32-35,56-59,116-119" +PS00005,1PLO,A,80-82 +PS00006,1PLO,A,"21-24,37-40,101-104,118-121" +PS00004,1PLP,A,12-15 +PS00006,1PLP,A,15-18 +PS00004,1PLS,A,"12-15,36-39" +PS00005,1PLS,A,"19-21,42-44,72-74" +PS00008,1PLS,A,"14-19,51-56" +PS00009,1PLS,A,61-64 +PS00005,2PLD,A,47-49 +PS00006,2PLD,A,"71-74,75-78,81-84" +PS00007,2PLD,A,36-44 +PS00008,2PLD,A,3-8 +PS00005,2PLE,A,47-49 +PS00006,2PLE,A,"71-74,75-78,81-84" +PS00007,2PLE,A,36-44 +PS00008,2PLE,A,3-8 +PS00005,1PM6,A,19-21 +PS00006,1PM6,A,3-6 +PS00009,1PM6,A,65-68 +PS00005,1PMC,A,"8-10,15-17,28-30" +PS00006,1PMC,A,8-11 +PS00005,1PMR,A,"40-42,67-69" +PS00006,1PMR,A,"0-3,12-15" +PS00008,1PMR,A,"53-58,63-68" +PS00189,1PMR,A,26-55 +PS00005,1PMS,A,114-116 +PS00006,1PMS,A,"71-74,117-120" +PS00008,1PMS,A,"25-30,53-58,69-74" +PS00005,1PMX,A,33-35 +PS00262,1PMX,A,46-60 +PS00005,1PN5,A,10-12 +PS00006,1PN5,A,"15-18,43-46,52-55,94-97,106-109" +PS00008,1PN5,A,"56-61,107-112,146-151" +PS00005,1PNB,B,"28-30,35-37,47-49" +PS00001,1PNE,A,99-102 +PS00005,1PNE,A,105-107 +PS00006,1PNE,A,"15-18,43-46" +PS00008,1PNE,A,"48-53,62-67,93-98,117-122" +PS00414,1PNE,A,0-8 +PS00005,1PNH,A,10-12 +PS01138,1PNH,A,7-27 +PS00001,1PNJ,A,61-64 +PS00004,1PNJ,A,81-84 +PS00006,1PNJ,A,"63-66,73-76" +PS00008,1PNJ,A,"0-5,36-41" +PS00009,1PNJ,A,78-81 +PS00016,1PNJ,A,67-69 +PS00001,2PNA,A,82-85 +PS00005,2PNA,A,"33-35,43-45" +PS00006,2PNA,A,"11-14,72-75" +PS00342,2PNA,A,101-103 +PS00001,2PNB,A,82-85 +PS00005,2PNB,A,"33-35,43-45" +PS00006,2PNB,A,"11-14,72-75" +PS00342,2PNB,A,101-103 +PS00001,2PNI,A,61-64 +PS00004,2PNI,A,81-84 +PS00006,2PNI,A,"63-66,73-76" +PS00008,2PNI,A,"0-5,36-41" +PS00009,2PNI,A,78-81 +PS00016,2PNI,A,67-69 +PS00004,1POG,A,8-11 +PS00006,1POG,A,"11-14,24-27,32-35" +PS00027,1POG,A,39-62 +PS00005,1POH,A,42-44 +PS00008,1POH,A,53-58 +PS00369,1POH,A,12-19 +PS00589,1POH,A,38-53 +PS00006,1PON,A,2-5 +PS00018,1PON,A,14-26 +PS00005,1PON,B,13-15 +PS00006,1PON,B,2-5 +PS00018,1PON,B,14-26 +PS00001,1POQ,A,"88-91,95-98" +PS00006,1POQ,A,101-104 +PS00008,1POQ,A,"9-14,21-26,55-60" +PS00001,1POU,A,49-52 +PS00005,1POU,A,"10-12,51-53" +PS00006,1POU,A,"21-24,43-46" +PS00008,1POU,A,"26-31,34-39" +PS00035,1POU,A,14-26 +PS00465,1POU,A,38-51 +PS00001,1POZ,A,"5-8,37-40,80-83,90-93,100-103" +PS00005,1POZ,A,"7-9,56-58" +PS00006,1POZ,A,"25-28,92-95,111-114,143-146,154-157" +PS00007,1POZ,A,142-149 +PS01241,1POZ,A,33-77 +PS00008,1PP5,A,13-18 +PS00005,1PPQ,A,"5-7,57-59" +PS00006,1PPQ,A,"8-11,43-46" +PS00008,1PPQ,A,26-31 +PS00005,1PPX,A,20-22 +PS00006,1PPX,A,65-68 +PS00008,1PPX,A,8-13 +PS00893,1PPX,A,37-58 +PS00006,1PQN,A,"18-21,45-48" +PS00007,1PQN,A,38-44 +PS00008,1PQN,A,"93-98,120-125" +PS00008,1PQR,A,14-19 +PS00006,1PQS,A,52-55 +PS00005,1PQX,A,13-15 +PS00006,1PQX,A,"4-7,17-20,31-34" +PS00001,1PRA,A,60-63 +PS00005,1PRA,A,"2-4,7-9,38-40" +PS00008,1PRA,A,"13-18,61-66" +PS00006,1PRB,A,36-39 +PS00342,1PRB,A,50-52 +PS00001,1PRL,C,35-38 +PS00005,1PRL,C,24-26 +PS00006,1PRL,C,"17-20,37-40" +PS00008,1PRL,C,0-5 +PS00001,1PRM,C,35-38 +PS00005,1PRM,C,24-26 +PS00006,1PRM,C,"17-20,37-40" +PS00008,1PRM,C,0-5 +PS00001,1PRU,A,"11-14,22-25" +PS00005,1PRU,A,"2-4,52-54" +PS00006,1PRU,A,2-5 +PS00356,1PRU,A,3-21 +PS00001,1PRV,A,"11-14,22-25" +PS00005,1PRV,A,"2-4,52-54" +PS00006,1PRV,A,2-5 +PS00356,1PRV,A,3-21 +PS00004,2PRF,A,79-82 +PS00005,2PRF,A,"68-70,87-89,90-92" +PS00006,2PRF,A,"3-6,57-60" +PS00007,2PRF,A,70-77 +PS00008,2PRF,A,"22-27,41-46,106-111" +PS00009,2PRF,A,77-80 +PS00414,2PRF,A,0-6 +PS00005,1PS2,A,36-38 +PS00008,1PS2,A,"20-25,39-44" +PS00025,1PS2,A,13-33 +PS00005,1PSB,A,17-19 +PS00006,1PSB,A,"0-3,17-20,61-64" +PS00018,1PSB,A,60-72 +PS00303,1PSB,A,55-76 +PS00005,1PSB,B,17-19 +PS00006,1PSB,B,"0-3,17-20,61-64" +PS00018,1PSB,B,60-72 +PS00303,1PSB,B,55-76 +PS00004,1PSB,C,9-12 +PS00004,1PSB,D,9-12 +PS00004,1PSE,A,11-14 +PS00008,1PSE,A,"21-26,49-54" +PS00004,1PSF,A,11-14 +PS00008,1PSF,A,"21-26,49-54" +PS00001,1PSM,A,21-24 +PS00005,1PSV,A,"3-5,25-27" +PS00004,1PSY,A,39-42 +PS00005,1PSY,A,"37-39,99-101" +PS00006,1PSY,A,"5-8,27-30,41-44" +PS00008,1PSY,A,92-97 +PS00008,1PT4,A,"6-11,13-18" +PS60009,1PT4,A,0-9 +PS00004,2PTA,A,14-17 +PS01138,2PTA,A,9-31 +PS00001,2PTL,A,27-30 +PS00005,2PTL,A,"18-20,52-54" +PS00006,2PTL,A,11-14 +PS00007,2PTL,A,41-49 +PS00008,2PTL,A,28-33 +PS00004,1PUL,A,78-81 +PS00005,1PUL,A,"42-44,85-87,100-102,112-114" +PS00006,1PUL,A,"37-40,81-84" +PS00008,1PUL,A,"34-39,54-59,63-68" +PS00004,1PU1,A,"6-9,30-33" +PS00005,1PU1,A,"4-6,33-35" +PS00006,1PU1,A,"9-12,23-26,33-36,66-69,86-89" +PS00008,1PU1,A,0-5 +PS00001,1PU3,A,69-72 +PS00004,1PU3,A,80-83 +PS00005,1PU3,A,"71-73,83-85" +PS00006,1PU3,A,"39-42,59-62" +PS00008,1PU3,A,50-55 +PS00127,1PU3,A,30-36 +PS00006,1PU6,A,42-45 +PS00007,1PU6,A,158-166 +PS00008,1PU6,A,"35-40,176-181" +PS00006,1PU6,B,42-45 +PS00007,1PU6,B,158-166 +PS00008,1PU6,B,"35-40,176-181" +PS00006,1PU7,A,42-45 +PS00007,1PU7,A,158-166 +PS00008,1PU7,A,"35-40,176-181" +PS00006,1PU7,B,42-45 +PS00007,1PU7,B,158-166 +PS00008,1PU7,B,"35-40,176-181" +PS00006,1PU8,A,42-45 +PS00007,1PU8,A,158-166 +PS00008,1PU8,A,"35-40,176-181" +PS00006,1PU8,B,42-45 +PS00007,1PU8,B,158-166 +PS00008,1PU8,B,"35-40,176-181" +PS00005,1PUN,A,20-22 +PS00006,1PUN,A,65-68 +PS00008,1PUN,A,8-13 +PS00893,1PUN,A,37-58 +PS00005,1PUQ,A,20-22 +PS00006,1PUQ,A,65-68 +PS00008,1PUQ,A,8-13 +PS00893,1PUQ,A,37-58 +PS00005,1PUS,A,20-22 +PS00006,1PUS,A,65-68 +PS00008,1PUS,A,8-13 +PS00893,1PUS,A,37-58 +PS00005,1PUT,A,"10-12,56-58" +PS00008,1PUT,A,"39-44,68-73" +PS00814,1PUT,A,38-48 +PS00005,1PUZ,A,"15-17,38-40,66-68" +PS00006,1PUZ,A,"38-41,64-67" +PS00008,1PVE,A,65-70 +PS00004,1PV0,A,"1-4,33-36" +PS00001,1PV3,A,20-23 +PS00005,1PV3,A,"32-34,72-74" +PS00006,1PV3,A,"60-63,72-75" +PS00007,1PV3,A,12-18 +PS00008,1PV3,A,"3-8,9-14,23-28" +PS00005,1PVZ,A,13-15 +PS00006,1PVZ,A,8-11 +PS00008,1PVZ,A,18-23 +PS00005,1PWJ,A,1-3 +PS00007,1PWJ,A,42-49 +PS00008,1PWJ,A,62-67 +PS01239,1PWJ,A,54-68 +PS00005,1PWK,A,1-3 +PS00007,1PWK,A,42-49 +PS00008,1PWK,A,61-66 +PS00006,1PX9,A,3-6 +PS60026,1PX9,A,4-40 +PS00004,1PXE,A,14-17 +PS00005,1PXE,A,12-14 +PS00006,1PXE,A,10-13 +PS00008,1PXE,A,23-28 +PS00008,1PXQ,A,2-7 +PS00005,1PY0,A,"45-47,105-107,122-124" +PS00006,1PY0,A,45-48 +PS00008,1PY0,A,12-17 +PS00196,1PY0,A,73-87 +PS00005,1PY4,A,"4-6,73-75" +PS00006,1PY4,A,"33-36,71-74" +PS00290,1PY4,A,78-84 +PS00005,1PY4,B,"4-6,73-75" +PS00006,1PY4,B,"33-36,71-74" +PS00290,1PY4,B,78-84 +PS00005,1PY4,C,"4-6,73-75" +PS00006,1PY4,C,"33-36,71-74" +PS00290,1PY4,C,78-84 +PS00005,1PY4,D,"4-6,73-75" +PS00006,1PY4,D,"33-36,71-74" +PS00290,1PY4,D,78-84 +PS00006,1PYC,A,43-46 +PS00463,1PYC,A,7-37 +PS00005,1PYV,A,"2-4,37-39,41-43" +PS00008,1PYV,A,18-23 +PS00005,1PYZ,A,6-8 +PS00005,1PYZ,B,6-8 +PS00005,1PZ7,A,"42-44,54-56,67-69,201-203" +PS00006,1PZ7,A,"20-23,141-144" +PS00007,1PZ7,A,"30-37,69-76" +PS00008,1PZ7,A,70-75 +PS00005,1PZ7,B,"42-44,54-56,67-69,201-203" +PS00006,1PZ7,B,"20-23,141-144" +PS00007,1PZ7,B,"30-37,69-76" +PS00008,1PZ7,B,70-75 +PS00005,1PZ8,A,"51-53,64-66,198-200" +PS00006,1PZ8,A,"20-23,138-141" +PS00007,1PZ8,A,66-73 +PS00008,1PZ8,A,67-72 +PS00005,1PZ8,B,"51-53,64-66,198-200" +PS00006,1PZ8,B,"20-23,138-141" +PS00007,1PZ8,B,66-73 +PS00008,1PZ8,B,67-72 +PS00005,1PZ8,C,"51-53,64-66,198-200" +PS00006,1PZ8,C,"20-23,138-141" +PS00007,1PZ8,C,66-73 +PS00008,1PZ8,C,67-72 +PS00005,1PZ8,D,"51-53,64-66,198-200" +PS00006,1PZ8,D,"20-23,138-141" +PS00007,1PZ8,D,66-73 +PS00008,1PZ8,D,67-72 +PS00005,1PZ9,A,"51-53,64-66,198-200" +PS00006,1PZ9,A,"20-23,138-141" +PS00007,1PZ9,A,66-73 +PS00008,1PZ9,A,67-72 +PS00005,1PZ9,B,"51-53,64-66,198-200" +PS00006,1PZ9,B,"20-23,138-141" +PS00007,1PZ9,B,66-73 +PS00008,1PZ9,B,67-72 +PS00005,1PZQ,A,45-47 +PS00006,1PZQ,A,24-27 +PS00005,1PZQ,B,45-47 +PS00006,1PZQ,B,24-27 +PS00005,1PZR,A,47-49 +PS00006,1PZR,A,"1-4,7-10,39-42" +PS00005,1PZR,B,47-49 +PS00006,1PZR,B,"1-4,7-10,39-42" +PS00006,1Q02,A,1-4 +PS00008,1Q02,A,25-30 +PS00005,1Q0V,A,"21-23,64-66,75-77" +PS00006,1Q0V,A,"5-8,21-24,40-43,64-67" +PS00005,1Q0W,A,15-17 +PS00006,1Q0W,A,15-18 +PS00005,1Q0W,B,8-10 +PS00006,1Q0W,B,54-57 +PS00299,1Q0W,B,26-51 +PS00008,1Q01,A,22-27 +PS00263,1Q01,A,13-29 +PS00005,1Q10,A,10-12 +PS00006,1Q10,A,"15-18,43-46,52-55" +PS00005,1Q10,B,10-12 +PS00006,1Q10,B,"15-18,43-46,52-55" +PS00001,1QN0,A,"18-21,24-27" +PS00004,1QN0,A,98-101 +PS00005,1QN0,A,27-29 +PS00006,1QN0,A,27-30 +PS00008,1QN0,A,"14-19,77-82,102-107" +PS00001,1Q1M,A,"67-70,161-164" +PS00005,1Q1M,A,"117-119,153-155" +PS00006,1Q1M,A,"49-52,163-166,177-180,241-244,285-288,294-297" +PS00007,1Q1M,A,57-65 +PS00008,1Q1M,A,"13-18,116-121,217-222,258-263" +PS00383,1Q1M,A,212-222 +PS00001,1Q1O,A,"13-16,17-20" +PS00006,1Q1O,A,"19-22,73-76" +PS00005,1Q1P,A,"24-26,202-204,208-210" +PS00006,1Q1P,A,"6-9,24-27,81-84,95-98,114-117,129-132,175-178,208-211" +PS00008,1Q1P,A,"118-123,198-203" +PS00232,1Q1P,A,94-104 +PS00005,1Q1V,A,"19-21,33-35,51-53,60-62" +PS00006,1Q1V,A,"12-15,60-63" +PS00006,1Q2I,A,6-9 +PS00005,1Q27,A,97-99 +PS00006,1Q27,A,"76-79,134-137" +PS00008,1Q27,A,69-74 +PS00893,1Q27,A,69-90 +PS00006,1Q2F,A,6-9 +PS00005,1Q2J,A,10-12 +PS00009,1Q2J,A,4-7 +PS00005,1Q2N,A,32-34 +PS00006,1Q2N,A,32-35 +PS00004,1Q2Z,A,15-18 +PS00006,1Q2Z,A,"18-21,97-100,107-110" +PS00008,1Q2Z,A,103-108 +PS00005,1Q38,A,40-42 +PS00006,1Q38,A,66-69 +PS00008,1Q38,A,"43-48,52-57" +PS00001,1Q3J,A,10-13 +PS00008,1Q3J,A,"6-11,14-19" +PS60011,1Q3J,A,0-32 +PS00005,1Q3T,A,"26-28,184-186,197-199" +PS00006,1Q3T,A,"42-45,161-164,180-183,197-200" +PS00007,1Q3T,A,205-212 +PS00017,1Q3T,A,22-29 +PS00005,1Q3Y,A,"12-14,38-40" +PS00008,1Q3Y,A,23-28 +PS00005,1Q3Z,A,"12-14,38-40" +PS00008,1Q3Z,A,23-28 +PS00004,1Q48,A,21-24 +PS00005,1Q48,A,3-5 +PS00006,1Q48,A,80-83 +PS00008,1Q48,A,"32-37,61-66,85-90" +PS00262,1Q4V,A,5-19 +PS00005,1Q4V,B,26-28 +PS00262,1Q4V,C,5-19 +PS00005,1Q4V,D,26-28 +PS00005,1Q53,A,17-19 +PS00006,1Q53,A,"1-4,17-20,68-71" +PS00005,1Q53,B,17-19 +PS00006,1Q53,B,"1-4,17-20,68-71" +PS00005,1Q56,A,"1-3,33-35,45-47,58-60,192-194" +PS00006,1Q56,A,"22-25,31-34,132-135" +PS00007,1Q56,A,60-67 +PS00008,1Q56,A,61-66 +PS00001,1Q59,A,"21-24,117-120" +PS00005,1Q59,A,"3-5,128-130" +PS00006,1Q59,A,"3-6,40-43,63-66,73-76,151-154" +PS00008,1Q59,A,"131-136,147-152" +PS00016,1Q59,A,92-94 +PS01258,1Q59,A,142-153 +PS00001,1Q5F,A,122-125 +PS00005,1Q5F,A,92-94 +PS00008,1Q5F,A,"7-12,22-27,35-40,46-51,81-86,106-111,115-120" +PS00009,1Q5F,A,1-4 +PS00001,1Q5L,A,"42-45,59-62,78-81" +PS00005,1Q5L,A,"114-116,120-122,127-129" +PS00006,1Q5L,A,"54-57,114-117,120-123" +PS00008,1Q5L,A,32-37 +PS00008,1Q5W,A,"0-5,18-23" +PS01358,1Q5W,A,6-25 +PS00005,1Q5W,B,8-10 +PS00006,1Q5W,B,54-57 +PS00299,1Q5W,B,26-51 +PS00004,1Q60,A,55-58 +PS00006,1Q60,A,38-41 +PS00008,1Q60,A,"0-5,24-29,47-52" +PS00005,1Q68,A,19-21 +PS00006,1Q68,B,0-3 +PS00006,1Q69,B,0-3 +PS00006,1Q6A,A,"5-8,86-89" +PS00006,1Q6A,B,"5-8,86-89" +PS00006,1Q6B,A,"5-8,86-89" +PS00006,1Q6B,B,"5-8,86-89" +PS00008,1Q71,A,13-18 +PS00005,1Q7I,A,17-19 +PS00006,1Q7I,A,6-9 +PS00008,1Q7I,A,23-28 +PS00016,1Q7I,A,48-50 +PS00427,1Q7I,A,26-45 +PS00005,1Q7J,A,17-19 +PS00006,1Q7J,A,6-9 +PS00008,1Q7J,A,23-28 +PS00427,1Q7J,A,26-45 +PS00001,1Q7X,A,35-38 +PS00005,1Q7X,A,"37-39,78-80,85-87,104-106" +PS00006,1Q7X,A,104-107 +PS00008,1Q7X,A,"22-27,32-37,52-57,100-105" +PS00004,1Q8G,A,"20-23,125-128" +PS00005,1Q8G,A,"93-95,118-120" +PS00006,1Q8G,A,"23-26,62-65,93-96,118-121,147-150" +PS00008,1Q8G,A,3-8 +PS00001,1Q80,A,109-112 +PS00005,1Q80,A,"77-79,164-166" +PS00006,1Q80,A,"23-26,29-32,77-80,89-92,104-107,111-114,138-141,145-148" +PS00008,1Q80,A,"54-59,68-73,116-121,123-128" +PS00018,1Q80,A,"15-27,103-115,137-149" +PS00001,1Q8K,A,213-216 +PS00004,1Q8K,A,"84-87,178-181" +PS00005,1Q8K,A,"1-3,48-50,82-84" +PS00006,1Q8K,A,"22-25,31-34,87-90,118-121,157-160,236-239,275-278" +PS00007,1Q8K,A,"21-29,71-78,109-117,188-196" +PS00008,1Q8K,A,"27-32,144-149,211-216" +PS00006,1Q8L,A,"24-27,58-61" +PS01047,1Q8L,A,14-43 +PS00004,1Q8X,A,"20-23,125-128" +PS00005,1Q8X,A,"93-95,118-120" +PS00006,1Q8X,A,"23-26,62-65,93-96,118-121,147-150" +PS00008,1Q8X,A,3-8 +PS00006,1Q9E,A,"11-14,62-65" +PS00008,1Q9E,A,"69-74,93-98" +PS00006,1Q9E,B,"11-14,62-65" +PS00008,1Q9E,B,"69-74,93-98" +PS00006,1Q9E,C,"11-14,62-65" +PS00008,1Q9E,C,"69-74,93-98" +PS00001,1Q9F,A,99-102 +PS00005,1Q9F,A,"45-47,96-98" +PS00006,1Q9F,A,"43-46,52-55" +PS00008,1Q9F,A,"37-42,83-88,137-142" +PS00694,1Q9F,A,22-30 +PS00695,1Q9F,A,139-147 +PS00001,1Q9G,A,99-102 +PS00005,1Q9G,A,"45-47,96-98" +PS00006,1Q9G,A,"43-46,52-55" +PS00008,1Q9G,A,"37-42,83-88,137-142" +PS00694,1Q9G,A,22-30 +PS00695,1Q9G,A,139-147 +PS00005,1R05,A,24-26 +PS00006,1R05,A,24-27 +PS00007,1R05,A,45-52 +PS00029,1R05,A,60-81 +PS00005,1R05,B,24-26 +PS00006,1R05,B,24-27 +PS00007,1R05,B,45-52 +PS00029,1R05,B,60-81 +PS00005,1Q9P,A,11-13 +PS00006,1Q9P,A,"25-28,30-33" +PS00008,1Q9P,A,"26-31,47-52" +PS00141,1Q9P,A,21-32 +PS00008,1QA4,A,"0-5,27-32,39-44" +PS00008,1QA5,A,"1-6,28-33,40-45" +PS00001,1QN1,A,"18-21,24-27" +PS00004,1QN1,A,98-101 +PS00005,1QN1,A,27-29 +PS00006,1QN1,A,27-30 +PS00008,1QN1,A,"14-19,77-82,102-107" +PS00005,1QA9,A,"35-37,49-51" +PS00006,1QA9,A,"49-52,80-83" +PS00007,1QA9,A,70-77 +PS00008,1QA9,A,10-15 +PS00001,1QA9,B,"11-14,65-68,80-83" +PS00005,1QA9,B,"47-49,84-86" +PS00006,1QA9,B,67-70 +PS00008,1QA9,B,6-11 +PS00005,1QA9,C,"35-37,49-51" +PS00006,1QA9,C,"49-52,80-83" +PS00007,1QA9,C,70-77 +PS00008,1QA9,C,10-15 +PS00001,1QA9,D,"11-14,65-68,80-83" +PS00005,1QA9,D,"47-49,84-86" +PS00006,1QA9,D,67-70 +PS00008,1QA9,D,6-11 +PS00005,1QGB,A,57-59 +PS00006,1QGB,A,"41-44,48-51" +PS00008,1QGB,A,"3-8,32-37,79-84" +PS00022,1QGB,A,28-39 +PS01253,1QGB,A,"4-39,49-87" +PS00005,1QBF,A,22-24 +PS00006,1QBF,A,12-15 +PS00265,1QBF,A,19-35 +PS00006,1QBH,A,55-58 +PS00008,1QBH,A,48-53 +PS01282,1QBH,A,6-73 +PS00005,1QBS,A,11-13 +PS00006,1QBS,A,"25-28,30-33" +PS00008,1QBS,A,"26-31,47-52,93-98" +PS00141,1QBS,A,21-32 +PS00005,1QBS,B,11-13 +PS00006,1QBS,B,"25-28,30-33" +PS00008,1QBS,B,"26-31,47-52,93-98" +PS00141,1QBS,B,21-32 +PS00001,1QBZ,A,"73-76,82-85,98-101" +PS00005,1QBZ,A,77-79 +PS00006,1QBZ,A,"42-45,84-87" +PS00001,1QBZ,B,"73-76,82-85,98-101" +PS00005,1QBZ,B,77-79 +PS00006,1QBZ,B,"42-45,84-87" +PS00001,1QBZ,C,"73-76,82-85,98-101" +PS00005,1QBZ,C,77-79 +PS00006,1QBZ,C,"42-45,84-87" +PS00001,1QCE,A,"73-76,82-85,98-101" +PS00005,1QCE,A,77-79 +PS00006,1QCE,A,"42-45,84-87" +PS00001,1QCE,B,"73-76,82-85,98-101" +PS00005,1QCE,B,77-79 +PS00006,1QCE,B,"42-45,84-87" +PS00001,1QCE,C,"73-76,82-85,98-101" +PS00005,1QCE,C,77-79 +PS00006,1QCE,C,"42-45,84-87" +PS00005,1QCK,A,3-5 +PS00007,1QCK,A,36-42 +PS00008,1QCK,A,20-25 +PS00009,1QCK,A,29-32 +PS00005,1QCK,B,3-5 +PS00007,1QCK,B,36-42 +PS00008,1QCK,B,20-25 +PS00009,1QCK,B,29-32 +PS00005,1QCM,A,1-3 +PS00008,1QCM,A,0-5 +PS00006,1QCV,A,"26-29,45-48" +PS00008,1QCV,A,"21-26,41-46" +PS00005,1QD7,C,"64-66,88-90" +PS00006,1QD7,C,"29-32,50-53" +PS00007,1QD7,C,110-118 +PS00008,1QD7,C,"60-65,81-86,94-99" +PS00632,1QD7,C,48-72 +PS00005,1QD7,D,46-48 +PS00008,1QD7,D,"45-50,100-105" +PS00009,1QD7,D,23-26 +PS00585,1QD7,D,24-56 +PS01048,1QD7,E,43-52 +PS00005,1QD7,F,"65-67,80-82" +PS00006,1QD7,F,42-45 +PS00009,1QD7,F,21-24 +PS00052,1QD7,F,8-34 +PS00001,1QD7,G,12-15 +PS00004,1QD7,G,81-84 +PS00005,1QD7,G,"111-113,117-119" +PS00006,1QD7,G,117-120 +PS00007,1QD7,G,47-55 +PS00008,1QD7,G,103-108 +PS00009,1QD7,G,86-89 +PS00053,1QD7,G,105-122 +PS00001,1QD7,H,17-20 +PS00005,1QD7,H,49-51 +PS00007,1QD7,H,68-75 +PS00009,1QD7,H,57-60 +PS00362,1QD7,H,36-66 +PS00005,1QD7,I,"10-12,23-25,37-39,66-68" +PS00008,1QD7,I,82-87 +PS00009,1QD7,I,30-33 +PS00056,1QD7,I,52-64 +PS00008,1QDP,A,28-33 +PS60018,1QDP,A,0-41 +PS00005,1QE6,A,0-2 +PS00006,1QE6,A,0-3 +PS00471,1QE6,A,6-51 +PS00005,1QE6,B,0-2 +PS00006,1QE6,B,0-3 +PS00471,1QE6,B,6-51 +PS00005,1QE6,C,0-2 +PS00006,1QE6,C,0-3 +PS00471,1QE6,C,6-51 +PS00005,1QE6,D,0-2 +PS00006,1QE6,D,0-3 +PS00471,1QE6,D,6-51 +PS00004,1QEY,A,27-30 +PS00005,1QEY,A,21-23 +PS00006,1QEY,A,21-24 +PS00004,1QEY,B,27-30 +PS00005,1QEY,B,21-23 +PS00006,1QEY,B,21-24 +PS00004,1QEY,C,27-30 +PS00005,1QEY,C,21-23 +PS00006,1QEY,C,21-24 +PS00004,1QEY,D,27-30 +PS00005,1QEY,D,21-23 +PS00006,1QEY,D,21-24 +PS00008,1QFD,A,13-18 +PS00005,1QFN,A,13-15 +PS00006,1QFN,A,43-46 +PS00008,1QFN,A,9-14 +PS00006,1QFN,B,11-14 +PS00008,1QFN,B,"0-5,16-21" +PS00342,1QFN,B,22-24 +PS00005,1QFQ,B,"3-5,27-29" +PS00008,1QFR,A,"53-58,66-71" +PS00369,1QFR,A,12-19 +PS00589,1QFR,A,38-53 +PS00005,1QG1,E,42-44 +PS00006,1QG1,E,71-74 +PS00005,1QG7,A,5-7 +PS00005,1QG7,B,5-7 +PS00001,1QGF,A,"65-68,214-217" +PS00004,1QGF,A,217-220 +PS00005,1QGF,A,"51-53,166-168,216-218" +PS00008,1QGF,A,"2-7,22-27,117-122,132-137,178-183,212-217" +PS00134,1QGF,A,40-45 +PS00135,1QGF,A,181-192 +PS00008,1QGM,A,"12-17,21-26" +PS00005,1QGP,A,"37-39,42-44" +PS00006,1QGP,A,32-35 +PS00008,1QH2,B,19-24 +PS00009,1QH2,B,7-10 +PS00006,1QHK,A,16-19 +PS00007,1QHK,A,6-14 +PS00008,1QHK,A,"0-5,12-17" +PS00008,1QJK,A,"17-22,30-35" +PS00006,1QJL,A,19-22 +PS00008,1QJL,A,"11-16,17-22" +PS00189,1QJO,A,24-53 +PS00005,1QJT,A,24-26 +PS00006,1QJT,A,62-65 +PS00008,1QJT,A,79-84 +PS00005,1QK6,A,22-24 +PS00008,1QK6,A,3-8 +PS60021,1QK6,A,1-28 +PS00005,1QK7,A,21-23 +PS00008,1QK7,A,11-16 +PS60021,1QK7,A,1-25 +PS00005,1QK9,A,"3-5,28-30,36-38,83-85" +PS00006,1QK9,A,"22-25,57-60,71-74" +PS00007,1QK9,A,56-64 +PS00008,1QK9,A,86-91 +PS00004,1QKF,A,34-37 +PS00005,1QKF,A,"2-4,33-35,77-79,88-90" +PS00323,1QKF,A,51-75 +PS00004,1QKH,A,34-37 +PS00005,1QKH,A,"2-4,33-35,77-79,88-90" +PS00323,1QKH,A,51-75 +PS00004,1QKL,A,49-52 +PS00006,1QKL,A,"1-4,57-60,113-116" +PS00007,1QKL,A,107-114 +PS01111,1QKL,A,57-71 +PS00001,1QKY,A,28-31 +PS00005,1QKY,A,30-32 +PS00008,1QKY,A,"7-12,20-25" +PS00001,1R2N,A,175-178 +PS00005,1R2N,A,"4-6,131-133,156-158,161-163,169-171,213-215" +PS00006,1R2N,A,"34-37,157-160,238-241" +PS00008,1R2N,A,"30-35,105-110,115-120,121-126,191-196,242-247" +PS00327,1R2N,A,207-218 +PS00950,1R2N,A,81-93 +PS00007,1QLC,A,78-85 +PS00008,1QLC,A,"14-19,21-26" +PS00008,1QLD,A,"1-6,44-49" +PS00001,1QLI,A,24-27 +PS00005,1QLI,A,"25-27,78-80" +PS00006,1QLI,A,76-79 +PS00007,1QLI,A,40-46 +PS00008,1QLI,A,"34-39,102-107" +PS00478,1QLI,A,38-72 +PS00005,1QLK,A,18-20 +PS00006,1QLK,A,"1-4,18-21,59-62" +PS00018,1QLK,A,61-73 +PS00303,1QLK,A,56-77 +PS00005,1QLK,B,18-20 +PS00006,1QLK,B,"1-4,18-21,59-62" +PS00018,1QLK,B,61-73 +PS00303,1QLK,B,56-77 +PS00006,1QLO,A,"9-12,20-23" +PS00001,1QLX,A,"160-163,176-179" +PS00005,1QLX,A,"1-3,162-164,171-173" +PS00006,1QLX,A,"122-125,172-175,178-181,195-198" +PS00008,1QLX,A,"8-13,21-26,33-38,41-46,49-54,57-62,65-70,72-77,93-98,102-107,110-115" +PS00291,1QLX,A,92-107 +PS00706,1QLX,A,179-197 +PS00006,1QLY,A,54-57 +PS00001,1QLZ,A,"160-163,176-179" +PS00005,1QLZ,A,"1-3,162-164,171-173" +PS00006,1QLZ,A,"122-125,172-175,178-181,195-198" +PS00008,1QLZ,A,"8-13,21-26,33-38,41-46,49-54,57-62,65-70,72-77,93-98,102-107,110-115" +PS00291,1QLZ,A,92-107 +PS00706,1QLZ,A,179-197 +PS00001,1QM0,A,"93-96,109-112" +PS00005,1QM0,A,"95-97,104-106" +PS00006,1QM0,A,"55-58,105-108,111-114,128-131" +PS00008,1QM0,A,"0-5,26-31,35-40,43-48" +PS00291,1QM0,A,25-40 +PS00706,1QM0,A,112-130 +PS00001,1QM1,A,"93-96,109-112" +PS00005,1QM1,A,"95-97,104-106" +PS00006,1QM1,A,"55-58,105-108,111-114,128-131" +PS00008,1QM1,A,"0-5,26-31,35-40,43-48" +PS00291,1QM1,A,25-40 +PS00706,1QM1,A,112-130 +PS00001,1QM2,A,"62-65,78-81" +PS00005,1QM2,A,"64-66,73-75" +PS00006,1QM2,A,"24-27,74-77,80-83,97-100" +PS00008,1QM2,A,"0-5,12-17" +PS00706,1QM2,A,81-99 +PS00001,1QM3,A,"62-65,78-81" +PS00005,1QM3,A,"64-66,73-75" +PS00006,1QM3,A,"24-27,74-77,80-83,97-100" +PS00008,1QM3,A,"0-5,12-17" +PS00706,1QM3,A,81-99 +PS00006,1QM9,A,"130-133,166-169" +PS00008,1QM9,A,145-150 +PS00001,1QMR,A,"42-45,81-84" +PS00004,1QMR,A,53-56 +PS00005,1QMR,A,"51-53,116-118" +PS00006,1QMR,A,"38-41,56-59,83-86,121-124" +PS00008,1QMR,A,"47-52,87-92" +PS00451,1QMR,A,87-119 +PS60014,1QMW,A,1-12 +PS00005,1QND,A,"64-66,84-86" +PS00006,1QND,A,"1-4,73-76" +PS00008,1QND,A,"31-36,43-48" +PS00342,1QND,A,120-122 +PS00005,1QNK,A,"20-22,38-40" +PS00008,1QNK,A,42-47 +PS00471,1QNK,A,4-48 +PS00005,1QNK,B,"20-22,38-40" +PS00008,1QNK,B,42-47 +PS00471,1QNK,B,4-48 +PS00005,1QNZ,H,"16-18,20-22" +PS00006,1QNZ,H,"6-9,86-89" +PS00008,1QNZ,H,"100-105,109-114" +PS00005,1QNZ,L,21-23 +PS00006,1QNZ,L,"55-58,70-73,94-97,105-108" +PS00008,1QNZ,L,15-20 +PS00005,1QNZ,P,2-4 +PS00004,1QO1,A,"208-211,217-220" +PS00005,1QO1,A,"27-29,140-142,172-174,388-390" +PS00006,1QO1,A,"9-12,20-23,32-35,140-143,220-223,234-237,251-254,343-346,407-410,461-464" +PS00008,1QO1,A,"17-22,60-65,206-211,249-254,317-322,359-364,367-372,420-425" +PS00017,1QO1,A,168-175 +PS00152,1QO1,A,362-371 +PS00004,1QO1,B,"208-211,217-220" +PS00005,1QO1,B,"27-29,140-142,172-174,388-390" +PS00006,1QO1,B,"9-12,20-23,32-35,140-143,220-223,234-237,251-254,343-346,407-410,461-464" +PS00008,1QO1,B,"17-22,60-65,206-211,249-254,317-322,359-364,367-372,420-425" +PS00017,1QO1,B,168-175 +PS00152,1QO1,B,362-371 +PS00004,1QO1,C,"208-211,217-220" +PS00005,1QO1,C,"27-29,140-142,172-174,388-390" +PS00006,1QO1,C,"9-12,20-23,32-35,140-143,220-223,234-237,251-254,343-346,407-410,461-464" +PS00008,1QO1,C,"17-22,60-65,206-211,249-254,317-322,359-364,367-372,420-425" +PS00017,1QO1,C,168-175 +PS00152,1QO1,C,362-371 +PS00004,1QO1,D,303-306 +PS00005,1QO1,D,"6-8,13-15,60-62,215-217,301-303,357-359,440-442" +PS00006,1QO1,D,"241-244,294-297,386-389,400-403" +PS00007,1QO1,D,340-348 +PS00008,1QO1,D,"10-15,71-76,152-157,160-165,239-244,268-273,305-310,346-351" +PS00017,1QO1,D,159-166 +PS00152,1QO1,D,349-358 +PS00004,1QO1,E,303-306 +PS00005,1QO1,E,"6-8,13-15,60-62,215-217,301-303,357-359,440-442" +PS00006,1QO1,E,"241-244,294-297,386-389,400-403" +PS00007,1QO1,E,340-348 +PS00008,1QO1,E,"10-15,71-76,152-157,160-165,239-244,268-273,305-310,346-351" +PS00017,1QO1,E,159-166 +PS00152,1QO1,E,349-358 +PS00004,1QO1,F,303-306 +PS00005,1QO1,F,"6-8,13-15,60-62,215-217,301-303,357-359,440-442" +PS00006,1QO1,F,"241-244,294-297,386-389,400-403" +PS00007,1QO1,F,340-348 +PS00008,1QO1,F,"10-15,71-76,152-157,160-165,239-244,268-273,305-310,346-351" +PS00017,1QO1,F,159-166 +PS00152,1QO1,F,349-358 +PS00001,1QO1,G,"233-236,237-240,250-253" +PS00005,1QO1,G,"1-3,6-8,11-13,21-23,72-74,126-128,169-171,215-217,225-227" +PS00006,1QO1,G,"1-4,58-61,118-121,126-129,136-139,150-153,184-187,190-193,215-218,220-223,229-232" +PS00008,1QO1,G,75-80 +PS00009,1QO1,G,130-133 +PS00153,1QO1,G,257-270 +PS00001,1QO1,J,74-77 +PS00005,1QO1,J,133-135 +PS00006,1QO1,J,"25-28,107-110" +PS00008,1QO1,J,32-37 +PS00008,1QO1,K,"22-27,28-33,57-62" +PS00605,1QO1,K,39-60 +PS00008,1QO1,L,"22-27,28-33,57-62" +PS00605,1QO1,L,39-60 +PS00008,1QO1,M,"22-27,28-33,57-62" +PS00605,1QO1,M,39-60 +PS00008,1QO1,N,"22-27,28-33,57-62" +PS00605,1QO1,N,39-60 +PS00008,1QO1,O,"22-27,28-33,57-62" +PS00605,1QO1,O,39-60 +PS00008,1QO1,P,"22-27,28-33,57-62" +PS00605,1QO1,P,39-60 +PS00008,1QO1,Q,"22-27,28-33,57-62" +PS00605,1QO1,Q,39-60 +PS00008,1QO1,R,"22-27,28-33,57-62" +PS00605,1QO1,R,39-60 +PS00008,1QO1,S,"22-27,28-33,57-62" +PS00605,1QO1,S,39-60 +PS00008,1QO1,T,"22-27,28-33,57-62" +PS00605,1QO1,T,39-60 +PS00006,1QO6,A,"36-39,50-53,85-88" +PS00008,1QO6,A,"8-13,32-37,47-52" +PS00023,1QO6,A,55-96 +PS01253,1QO6,A,3-37 +PS00008,1QOW,A,7-12 +PS00008,1QOW,B,7-12 +PS00008,1QOW,C,7-12 +PS00008,1QOW,D,7-12 +PS00008,1QOW,E,7-12 +PS00008,1QOW,F,7-12 +PS00001,1QP2,A,43-46 +PS00008,1QP2,A,"21-26,46-51" +PS00001,1QP3,A,43-46 +PS00008,1QP3,A,"21-26,46-51" +PS00004,1QPG,A,30-33 +PS00005,1QPG,A,"2-4,44-46,128-130,239-241,298-300,316-318,382-384,411-413" +PS00006,1QPG,A,"6-9,139-142,152-155,252-255,296-299" +PS00008,1QPG,A,"63-68,210-215,233-238,302-307,368-373,391-396" +PS00009,1QPG,A,28-31 +PS00111,1QPG,A,16-26 +PS00005,1QPM,A,32-34 +PS00006,1QPM,A,5-8 +PS00008,1QPM,A,"14-19,38-43" +PS00005,1QPU,A,95-97 +PS00006,1QPU,A,8-11 +PS00006,1QQ3,A,8-11 +PS00005,1QQI,A,"17-19,91-93,100-102" +PS00006,1QQI,A,42-45 +PS00342,1QQI,A,101-103 +PS00005,1QQV,A,26-28 +PS00006,1QQV,A,"1-4,14-17,26-29,33-36" +PS00008,1QQV,A,"22-27,42-47" +PS00001,1QQY,A,49-52 +PS00006,1QQY,A,4-7 +PS00007,1QQY,A,116-123 +PS00128,1QQY,A,76-94 +PS00005,1QRY,A,66-68 +PS00006,1QRY,A,37-40 +PS00007,1QRY,A,68-75 +PS00008,1QRY,A,0-5 +PS00006,1QR5,A,"6-9,26-29" +PS00007,1QR5,A,56-63 +PS00008,1QR5,A,66-71 +PS00009,1QR5,A,37-40 +PS00369,1QR5,A,12-19 +PS00589,1QR5,A,38-53 +PS00005,1QRJ,B,"24-26,35-37,111-113,147-149,190-192" +PS00006,1QRJ,B,"35-38,64-67,111-114,147-150,190-193" +PS00007,1QRJ,B,37-45 +PS00008,1QRJ,B,142-147 +PS00001,1QSV,A,"35-38,67-70" +PS00005,1QSV,A,"2-4,39-41,59-61,69-71,93-95" +PS00006,1QSV,A,69-72 +PS00008,1QSV,A,74-79 +PS00009,1QSV,A,51-54 +PS00001,1QSZ,A,"35-38,67-70" +PS00005,1QSZ,A,"2-4,39-41,59-61,69-71,93-95" +PS00006,1QSZ,A,69-72 +PS00008,1QSZ,A,74-79 +PS00009,1QSZ,A,51-54 +PS00005,1QTG,A,43-45 +PS00005,1QTG,B,43-45 +PS00001,1QTT,A,81-84 +PS00008,1QTT,A,0-5 +PS00001,1QTU,A,81-84 +PS00008,1QTU,A,0-5 +PS00001,1QTY,R,67-70 +PS00006,1QTY,R,23-26 +PS00008,1QTY,R,"50-55,80-85" +PS00249,1QTY,R,41-53 +PS00001,1QTY,S,67-70 +PS00006,1QTY,S,23-26 +PS00008,1QTY,S,"50-55,80-85" +PS00249,1QTY,S,41-53 +PS00001,1QTY,T,"35-38,67-70" +PS00005,1QTY,T,"2-4,39-41,59-61,69-71,93-95" +PS00006,1QTY,T,69-72 +PS00008,1QTY,T,74-79 +PS00009,1QTY,T,51-54 +PS00001,1QTY,U,"35-38,67-70" +PS00005,1QTY,U,"2-4,39-41,59-61,69-71,93-95" +PS00006,1QTY,U,69-72 +PS00008,1QTY,U,74-79 +PS00009,1QTY,U,51-54 +PS00001,1QTY,V,67-70 +PS00006,1QTY,V,23-26 +PS00008,1QTY,V,"50-55,80-85" +PS00249,1QTY,V,41-53 +PS00001,1QTY,W,67-70 +PS00006,1QTY,W,23-26 +PS00008,1QTY,W,"50-55,80-85" +PS00249,1QTY,W,41-53 +PS00001,1QTY,X,"35-38,67-70" +PS00005,1QTY,X,"2-4,39-41,59-61,69-71,93-95" +PS00006,1QTY,X,69-72 +PS00008,1QTY,X,74-79 +PS00009,1QTY,X,51-54 +PS00001,1QTY,Y,"35-38,67-70" +PS00005,1QTY,Y,"2-4,39-41,59-61,69-71,93-95" +PS00006,1QTY,Y,69-72 +PS00008,1QTY,Y,74-79 +PS00009,1QTY,Y,51-54 +PS00004,1QUZ,A,13-16 +PS00005,1QUZ,A,"1-3,4-6" +PS00006,1QUZ,A,4-7 +PS00008,1QUZ,A,17-22 +PS01138,1QUZ,A,8-30 +PS00001,1QU5,A,"12-15,106-109,148-151" +PS00005,1QU5,A,"19-21,30-32" +PS00006,1QU5,A,"86-89,171-174" +PS00008,1QU5,A,104-109 +PS00001,1QU6,A,95-98 +PS00004,1QU6,A,"43-46,116-119" +PS00005,1QU6,A,"20-22,63-65,152-154" +PS00006,1QU6,A,"1-4,63-66,153-156" +PS00008,1QU6,A,"99-104,149-154" +PS00006,1QUW,A,3-6 +PS00194,1QUW,A,20-38 +PS00001,1QV6,A,299-302 +PS00005,1QV6,A,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1QV6,A,"21-24,74-77,121-124,149-152,163-166" +PS00008,1QV6,A,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1QV6,A,65-79 +PS00001,1QV6,B,299-302 +PS00005,1QV6,B,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1QV6,B,"21-24,74-77,121-124,149-152,163-166" +PS00008,1QV6,B,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1QV6,B,65-79 +PS00001,1QV7,A,299-302 +PS00005,1QV7,A,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1QV7,A,"21-24,74-77,121-124,149-152,163-166" +PS00008,1QV7,A,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1QV7,A,65-79 +PS00001,1QV7,B,299-302 +PS00005,1QV7,B,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1QV7,B,"21-24,74-77,121-124,149-152,163-166" +PS00008,1QV7,B,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1QV7,B,65-79 +PS00005,1QVE,A,73-75 +PS00006,1QVE,A,106-109 +PS00008,1QVE,A,"30-35,59-64" +PS00017,1QVE,A,80-87 +PS00005,1QVE,B,73-75 +PS00006,1QVE,B,106-109 +PS00008,1QVE,B,"30-35,59-64" +PS00017,1QVE,B,80-87 +PS00005,1QVP,A,80-82 +PS00006,1QVP,A,"1-4,51-54" +PS00001,1QVX,A,8-11 +PS00005,1QVX,A,"20-22,60-62" +PS00006,1QVX,A,"48-51,60-63" +PS00007,1QVX,A,0-6 +PS00008,1QVX,A,11-16 +PS00005,1QW1,A,114-116 +PS00006,1QW1,A,"1-4,85-88" +PS00008,1QW1,A,33-38 +PS00001,1QWE,A,35-38 +PS00005,1QWE,A,24-26 +PS00006,1QWE,A,"17-20,37-40" +PS00008,1QWE,A,0-5 +PS00001,1QWF,A,35-38 +PS00005,1QWF,A,24-26 +PS00006,1QWF,A,"17-20,37-40" +PS00008,1QWF,A,0-5 +PS00004,1QWQ,A,"32-35,60-63" +PS00005,1QWQ,A,"58-60,63-65,77-79,88-90" +PS00006,1QWQ,A,"49-52,63-66,99-102" +PS00008,1QWQ,A,"15-20,67-72,110-115" +PS00127,1QWQ,A,39-45 +PS00001,1QWV,A,6-9 +PS00005,1QWV,A,43-45 +PS00006,1QWV,A,"23-26,56-59" +PS00008,1QWV,A,"48-53,80-85,95-100" +PS00001,1QX4,A,182-185 +PS00005,1QX4,A,"29-31,54-56,143-145,184-186,202-204" +PS00006,1QX4,A,"55-58,70-73,184-187" +PS00007,1QX4,A,213-220 +PS00008,1QX4,A,"44-49,148-153" +PS00001,1QX4,B,182-185 +PS00005,1QX4,B,"29-31,54-56,143-145,184-186,202-204" +PS00006,1QX4,B,"55-58,70-73,184-187" +PS00007,1QX4,B,213-220 +PS00008,1QX4,B,"44-49,148-153" +PS00005,1QXC,A,1-3 +PS00008,1QXC,A,0-5 +PS00006,1QXF,A,34-37 +PS00008,1QXF,A,40-45 +PS01168,1QXF,A,8-40 +PS00005,1QXN,A,"9-11,25-27,100-102" +PS00006,1QXN,A,"25-28,40-43,76-79,100-103" +PS00005,1QXN,B,"9-11,25-27,100-102" +PS00006,1QXN,B,"25-28,40-43,76-79,100-103" +PS00005,1QY0,A,"17-19,37-39,69-71,85-87" +PS00006,1QY0,A,"69-72,106-109" +PS00008,1QY0,A,10-15 +PS00029,1QY0,A,148-169 +PS00213,1QY0,A,20-33 +PS00005,1QY1,A,"17-19,37-39,69-71,85-87" +PS00006,1QY1,A,"69-72,106-109" +PS00008,1QY1,A,10-15 +PS00029,1QY1,A,148-169 +PS00213,1QY1,A,20-33 +PS00005,1QY2,A,"17-19,37-39,69-71,85-87" +PS00006,1QY2,A,"69-72,106-109" +PS00008,1QY2,A,10-15 +PS00029,1QY2,A,148-169 +PS00213,1QY2,A,20-33 +PS00001,1QYP,A,22-25 +PS00005,1QYP,A,"12-14,51-53" +PS00006,1QYP,A,1-4 +PS00007,1QYP,A,19-26 +PS00008,1QYP,A,21-26 +PS00466,1QYP,A,17-52 +PS00005,1QYT,A,1-3 +PS00008,1QYT,A,0-5 +PS00004,1QYZ,A,113-116 +PS00006,1QYZ,A,103-106 +PS00008,1QYZ,A,"20-25,61-66" +PS00004,1QZP,A,62-65 +PS00005,1QZP,A,13-15 +PS00006,1QZP,A,"34-37,45-48" +PS00005,1QZE,A,"10-12,18-20,28-30,151-153" +PS00006,1QZE,A,"127-130,136-139,151-154,163-166,216-219,299-302,321-324" +PS00008,1QZE,A,"86-91,143-148" +PS00005,1R02,A,12-14 +PS00008,1R02,A,23-28 +PS00004,1R0Q,A,113-116 +PS00006,1R0Q,A,103-106 +PS00008,1R0Q,A,"20-25,61-66" +PS00005,1R1B,A,"34-36,43-45" +PS00006,1R1B,A,43-46 +PS00005,1R1F,A,5-7 +PS00006,1R1F,A,21-24 +PS00005,1R4T,A,20-22 +PS00006,1R4T,A,66-69 +PS00007,1R4T,A,137-144 +PS00008,1R4T,A,"0-5,23-28,50-55,61-66,92-97" +PS00029,1R4T,A,38-59 +PS00001,1R21,A,"69-72,79-82,106-109" +PS00004,1R21,A,113-116 +PS00005,1R21,A,"11-13,16-18,101-103" +PS00006,1R21,A,"20-23,81-84,96-99" +PS00008,1R21,A,7-12 +PS00009,1R21,A,111-114 +PS00005,1R2U,A,36-38 +PS00006,1R2U,A,"36-39,52-55" +PS00008,1R2U,A,33-38 +PS00018,1R2U,A,64-76 +PS00005,1R36,A,"2-4,45-47" +PS00006,1R36,A,"2-5,65-68,124-127" +PS00009,1R36,A,"74-77,105-108" +PS00345,1R36,A,36-44 +PS00346,1R36,A,80-95 +PS00001,1R3B,A,165-168 +PS00005,1R3B,A,167-169 +PS00006,1R3B,A,59-62 +PS00006,1R4C,A,"6-9,105-108" +PS00008,1R4C,A,11-16 +PS00287,1R4C,A,43-56 +PS00006,1R4C,B,"6-9,105-108" +PS00008,1R4C,B,11-16 +PS00287,1R4C,B,43-56 +PS00006,1R4C,C,"6-9,105-108" +PS00008,1R4C,C,11-16 +PS00287,1R4C,C,43-56 +PS00006,1R4C,D,"6-9,105-108" +PS00008,1R4C,D,11-16 +PS00287,1R4C,D,43-56 +PS00006,1R4C,E,"6-9,105-108" +PS00008,1R4C,E,11-16 +PS00287,1R4C,E,43-56 +PS00006,1R4C,F,"6-9,105-108" +PS00008,1R4C,F,11-16 +PS00287,1R4C,F,43-56 +PS00006,1R4C,G,"6-9,105-108" +PS00008,1R4C,G,11-16 +PS00287,1R4C,G,43-56 +PS00006,1R4C,H,"6-9,105-108" +PS00008,1R4C,H,11-16 +PS00287,1R4C,H,43-56 +PS00005,1R4G,A,5-7 +PS00006,1R4G,A,"16-19,32-35" +PS00001,1R4K,A,62-65 +PS00004,1R4K,A,133-136 +PS00005,1R4K,A,"32-34,64-66,147-149" +PS00006,1R4K,A,150-153 +PS00005,1R4Y,A,95-97 +PS00006,1R4Y,A,"59-62,84-87" +PS00008,1R4Y,A,"7-12,71-76" +PS00017,1R4Y,A,22-29 +PS00005,1R57,A,26-28 +PS00006,1R57,A,"1-4,86-89" +PS00007,1R57,A,6-13 +PS00008,1R57,A,48-53 +PS00009,1R57,A,51-54 +PS00001,1R5E,A,2-5 +PS00005,1R5E,A,"10-12,36-38,48-50" +PS00008,1R5E,A,67-72 +PS00001,1R5S,A,"43-46,61-64" +PS00005,1R5S,A,"11-13,46-48,113-115,117-119,121-123" +PS00008,1R5S,A,70-75 +PS00005,1R63,A,"2-4,7-9,38-40" +PS00008,1R63,A,13-18 +PS00001,1R6E,A,26-29 +PS00005,1R6E,A,"6-8,9-11,108-110,123-125" +PS00006,1R6E,A,9-12 +PS00008,1R6E,A,92-97 +PS00001,1R6H,A,29-32 +PS00005,1R6H,A,"15-17,167-169" +PS00006,1R6H,A,"34-37,58-61,66-69,149-152" +PS00007,1R6H,A,49-55 +PS00008,1R6H,A,"0-5,99-104,141-146" +PS00005,1R6P,A,36-38 +PS00006,1R6P,A,"36-39,52-55" +PS00008,1R6P,A,33-38 +PS00018,1R6P,A,64-76 +PS00004,1R6R,A,30-33 +PS00005,1R6R,A,"29-31,70-72" +PS00008,1R6R,A,35-40 +PS00004,1R6R,B,30-33 +PS00005,1R6R,B,"29-31,70-72" +PS00008,1R6R,B,35-40 +PS00005,2R63,A,"2-4,38-40" +PS00008,2R63,A,13-18 +PS00001,1R73,A,"7-10,38-41" +PS00005,1R73,A,45-47 +PS00006,1R73,A,"9-12,45-48" +PS00007,1R73,A,1-8 +PS00008,1R73,A,34-39 +PS00579,1R73,A,38-52 +PS00005,1R79,A,"37-39,68-70" +PS00006,1R79,A,"41-44,68-71" +PS00008,1R79,A,"0-5,6-11" +PS00479,1R79,A,27-77 +PS00005,1R7S,A,"10-12,56-58" +PS00006,1R7S,A,10-13 +PS00008,1R7S,A,"39-44,68-73" +PS00814,1R7S,A,38-48 +PS00005,1R7S,B,"10-12,56-58" +PS00006,1R7S,B,10-13 +PS00008,1R7S,B,"39-44,68-73" +PS00814,1R7S,B,38-48 +PS00005,1R7S,C,"10-12,56-58" +PS00006,1R7S,C,10-13 +PS00008,1R7S,C,"39-44,68-73" +PS00814,1R7S,C,38-48 +PS00001,1R7T,A,50-53 +PS00005,1R7T,A,"103-105,122-124,176-178" +PS00006,1R7T,A,"108-111,139-142,176-179,210-213" +PS00007,1R7T,A,"136-143,195-202" +PS00008,1R7T,A,204-209 +PS00001,1R7U,A,50-53 +PS00005,1R7U,A,"103-105,122-124,176-178" +PS00006,1R7U,A,"108-111,139-142,176-179,210-213" +PS00007,1R7U,A,"136-143,195-202" +PS00008,1R7U,A,204-209 +PS00001,1R7V,A,50-53 +PS00005,1R7V,A,"103-105,122-124,176-178" +PS00006,1R7V,A,"108-111,139-142,176-179,210-213" +PS00007,1R7V,A,"136-143,195-202" +PS00008,1R7V,A,204-209 +PS00001,1R7X,A,50-53 +PS00005,1R7X,A,"103-105,122-124,176-178" +PS00006,1R7X,A,"108-111,139-142,176-179,210-213" +PS00007,1R7X,A,"136-143,195-202" +PS00008,1R7X,A,204-209 +PS00001,1R7Y,A,50-53 +PS00005,1R7Y,A,"103-105,122-124,176-178" +PS00006,1R7Y,A,"108-111,139-142,176-179,210-213" +PS00007,1R7Y,A,"136-143,195-202" +PS00008,1R7Y,A,204-209 +PS00001,1R80,A,50-53 +PS00005,1R80,A,"103-105,122-124,176-178" +PS00006,1R80,A,"108-111,139-142,176-179,210-213" +PS00007,1R80,A,"136-143,195-202" +PS00008,1R80,A,204-209 +PS00001,1R81,A,50-53 +PS00005,1R81,A,"103-105,122-124,176-178" +PS00006,1R81,A,"108-111,139-142,176-179,210-213" +PS00007,1R81,A,"136-143,195-202" +PS00008,1R81,A,204-209 +PS00001,1R82,A,50-53 +PS00005,1R82,A,"103-105,122-124,176-178" +PS00006,1R82,A,"108-111,139-142,176-179,210-213" +PS00007,1R82,A,"136-143,195-202" +PS00008,1R82,A,204-209 +PS00001,1R84,A,175-178 +PS00005,1R84,A,"4-6,131-133,156-158,161-163,169-171,213-215" +PS00006,1R84,A,"34-37,157-160" +PS00008,1R84,A,"30-35,105-110,115-120,121-126,191-196" +PS00327,1R84,A,207-218 +PS00950,1R84,A,81-93 +PS00005,1R8P,A,12-14 +PS00005,1R8P,B,12-14 +PS00005,1R8T,A,11-13 +PS00008,1R8T,A,7-12 +PS00001,1R8U,B,"80-83,94-97" +PS00005,1R8U,B,"46-48,70-72,96-98" +PS00006,1R8U,B,82-85 +PS00004,1R9P,A,21-24 +PS00005,1R9P,A,3-5 +PS00006,1R9P,A,80-83 +PS00008,1R9P,A,"32-37,61-66,85-90" +PS00005,1R9I,A,9-11 +PS00001,1R9K,A,"1-4,30-33" +PS00005,1R9K,A,"10-12,13-15,112-114,127-129" +PS00006,1R9K,A,13-16 +PS00008,1R9K,A,96-101 +PS00001,1RAX,A,"12-15,99-102" +PS00004,1RAX,A,109-112 +PS00006,1RAX,A,48-51 +PS00008,1RAX,A,7-12 +PS00006,1RCH,A,144-147 +PS00008,1RCH,A,"10-15,19-24" +PS00001,1RCK,A,9-12 +PS00006,1RCK,A,80-83 +PS00008,1RCK,A,"63-68,69-74,92-97,100-105" +PS00001,1RCL,A,9-12 +PS00006,1RCL,A,80-83 +PS00008,1RCL,A,"63-68,69-74,92-97,100-105" +PS00005,1RCS,A,"63-65,84-86" +PS00006,1RCS,A,"40-43,63-66" +PS00008,1RCS,A,72-77 +PS00005,1RCS,B,"63-65,84-86" +PS00006,1RCS,B,"40-43,63-66" +PS00008,1RCS,B,72-77 +PS00001,1RD4,A,42-45 +PS00004,1RD4,A,38-41 +PS00005,1RD4,A,55-57 +PS00006,1RD4,A,"58-61,117-120" +PS00007,1RD4,A,57-65 +PS00008,1RD4,A,"0-5,125-130" +PS00001,1RD4,B,42-45 +PS00004,1RD4,B,38-41 +PS00005,1RD4,B,55-57 +PS00006,1RD4,B,"58-61,117-120" +PS00007,1RD4,B,57-65 +PS00008,1RD4,B,"0-5,125-130" +PS00001,1RD4,C,42-45 +PS00004,1RD4,C,38-41 +PS00005,1RD4,C,55-57 +PS00006,1RD4,C,"58-61,117-120" +PS00007,1RD4,C,57-65 +PS00008,1RD4,C,"0-5,125-130" +PS00001,1RD4,D,42-45 +PS00004,1RD4,D,38-41 +PS00005,1RD4,D,55-57 +PS00006,1RD4,D,"58-61,117-120" +PS00007,1RD4,D,57-65 +PS00008,1RD4,D,"0-5,125-130" +PS00005,1RDU,A,"17-19,77-79" +PS00006,1RDU,A,"42-45,92-95" +PS00008,3RDN,A,42-47 +PS00005,1RE6,A,6-8 +PS00006,1RE6,A,4-7 +PS00007,1RE6,A,47-54 +PS00008,1RE6,A,67-72 +PS01239,1RE6,A,59-73 +PS00005,1RE6,B,6-8 +PS00006,1RE6,B,4-7 +PS00007,1RE6,B,47-54 +PS00008,1RE6,B,67-72 +PS01239,1RE6,B,59-73 +PS00001,1RES,A,39-42 +PS00008,1RES,A,17-22 +PS00001,1RET,A,39-42 +PS00008,1RET,A,17-22 +PS00005,2REL,A,9-11 +PS00008,2REL,A,39-44 +PS00479,1RFH,A,10-57 +PS00001,1RF8,A,12-15 +PS00005,1RF8,A,"6-8,21-23,154-156" +PS00006,1RF8,A,"1-4,14-17,56-59,69-72,140-143,166-169" +PS00008,1RF8,A,"111-116,150-155,159-164" +PS00813,1RF8,A,91-114 +PS00006,1RF8,B,"10-13,33-36" +PS00007,1RF8,B,53-61 +PS00005,1RGD,A,19-21 +PS00008,1RGD,A,9-14 +PS00031,1RGD,A,0-26 +PS00005,1RFA,A,3-5 +PS00006,1RFA,A,23-26 +PS00009,1RFA,A,52-55 +PS00005,1RFL,A,"40-42,148-150" +PS00006,1RFL,A,"40-43,96-99" +PS00008,1RFL,A,"63-68,75-80" +PS00017,1RFL,A,13-20 +PS00005,1RG0,A,73-75 +PS00006,1RG0,A,106-109 +PS00008,1RG0,A,"30-35,59-64" +PS00017,1RG0,A,80-87 +PS00005,1RG0,B,73-75 +PS00006,1RG0,B,106-109 +PS00008,1RG0,B,"30-35,59-64" +PS00017,1RG0,B,80-87 +PS00005,1RG6,A,46-48 +PS00006,1RG6,A,"20-23,40-43" +PS00008,1RG6,A,17-22 +PS00005,1RGJ,A,"33-35,49-51,61-63" +PS00008,1RGJ,A,42-47 +PS00272,1RGJ,A,42-62 +PS00006,1RGJ,B,5-8 +PS00005,1RGO,A,"0-2,16-18" +PS00001,1RGR,A,52-55 +PS00008,1RGR,A,"12-17,40-45" +PS00001,1RGW,A,74-77 +PS00005,1RGW,A,82-84 +PS00006,1RGW,A,"43-46,60-63" +PS00008,1RGW,A,34-39 +PS00001,2RGF,A,83-86 +PS00004,2RGF,A,93-96 +PS00006,2RGF,A,32-35 +PS00001,1RH8,A,"58-61,79-82" +PS00004,1RH8,A,64-67 +PS00005,1RH8,A,129-131 +PS00006,1RH8,A,"100-103,108-111,124-127" +PS00006,1RHL,A,"11-14,62-65" +PS00008,1RHL,A,"69-74,93-98" +PS00005,1RHW,A,1-3 +PS00007,1RHW,A,42-49 +PS00008,1RHW,A,62-67 +PS01239,1RHW,A,54-68 +PS00005,1RHX,A,20-22 +PS00006,1RHX,A,"60-63,70-73" +PS00008,1RHX,A,33-38 +PS00005,1RI0,A,"13-15,103-105" +PS00008,1RI0,A,60-65 +PS00005,1RI9,A,"11-13,40-42,48-50" +PS00006,1RI9,A,70-73 +PS00007,1RI9,A,79-85 +PS00009,1RI9,A,11-14 +PS00005,1RIJ,A,16-18 +PS00008,1RIJ,A,12-17 +PS00028,1RIK,A,4-24 +PS00006,1RIM,A,22-25 +PS00028,1RIM,A,4-24 +PS00005,1RIP,A,"10-12,23-25,37-39,66-68" +PS00009,1RIP,A,30-33 +PS00056,1RIP,A,52-64 +PS00001,1RJA,A,22-25 +PS00005,1RJA,A,"32-34,42-44" +PS00006,1RJA,A,"9-12,42-45,72-75" +PS00008,1RJA,A,"21-26,88-93" +PS00006,1RJH,A,"5-8,25-28,58-61" +PS00007,1RJH,A,102-110 +PS00008,1RJH,A,"17-22,64-69,93-98" +PS00017,1RJH,A,78-85 +PS00615,1RJH,A,88-112 +PS00005,1RJI,A,"8-10,20-22" +PS00006,1RJI,A,8-11 +PS00008,1RJI,A,16-21 +PS00005,1RJJ,A,35-37 +PS00006,1RJJ,A,"17-20,31-34" +PS00626,1RJJ,A,1-11 +PS00005,1RJJ,B,35-37 +PS00006,1RJJ,B,"17-20,31-34" +PS00626,1RJJ,B,1-11 +PS00005,1RJT,A,43-45 +PS00006,1RJT,A,43-46 +PS00471,1RJT,A,8-54 +PS00005,1RJU,V,8-10 +PS00008,1RJU,V,7-12 +PS00004,1RJV,A,36-39 +PS00005,1RJV,A,78-80 +PS00006,1RJV,A,"1-4,19-22,39-42,78-81" +PS00008,1RJV,A,16-21 +PS00018,1RJV,A,"51-63,90-102" +PS00001,1RK7,A,85-88 +PS00005,1RK7,A,"33-35,67-69,133-135" +PS00006,1RK7,A,97-100 +PS00008,1RK7,A,"32-37,55-60,84-89,129-134,137-142" +PS00332,1RK7,A,137-148 +PS00004,1RK9,A,36-39 +PS00005,1RK9,A,78-80 +PS00006,1RK9,A,"1-4,19-22,39-42,78-81" +PS00008,1RK9,A,16-21 +PS00018,1RK9,A,"51-63,90-102" +PS00001,1RKJ,A,"23-26,105-108,109-112" +PS00005,1RKJ,A,"51-53,92-94" +PS00006,1RKJ,A,"25-28,62-65,111-114,144-147" +PS00008,1RKJ,A,6-11 +PS00005,1RMK,A,2-4 +PS00005,1RKL,A,32-34 +PS00005,1RKN,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1RKN,A,28-33 +PS01123,1RKN,A,18-42 +PS01284,1RKN,A,82-92 +PS00005,1RL1,A,"39-41,71-73,76-78,102-104" +PS00006,1RL1,A,"39-42,51-54,77-80" +PS00008,1RL1,A,0-5 +PS00005,1RL5,A,55-57 +PS00006,1RL5,A,12-15 +PS00272,1RL5,A,36-56 +PS00006,1RLF,A,"26-29,50-53" +PS00008,1RLF,A,0-5 +PS00001,1RLP,C,35-38 +PS00005,1RLP,C,24-26 +PS00006,1RLP,C,"17-20,37-40" +PS00008,1RLP,C,0-5 +PS00001,1RLQ,C,35-38 +PS00005,1RLQ,C,24-26 +PS00006,1RLQ,C,"17-20,37-40" +PS00008,1RLQ,C,0-5 +PS00005,1RLY,A,3-5 +PS00006,1RLY,A,4-7 +PS00008,1RLY,A,37-42 +PS00001,1RML,A,128-131 +PS00005,1RML,A,"12-14,113-115,130-132" +PS00006,1RML,A,"64-67,92-95" +PS00007,1RML,A,"71-78,102-108" +PS00008,1RML,A,"43-48,76-81,85-90,124-129" +PS00247,1RML,A,85-108 +PS00001,1RMJ,A,95-98 +PS00008,1RMJ,A,"22-27,90-95" +PS00484,1RMJ,A,52-85 +PS00005,1RMZ,A,"10-12,134-136,142-144" +PS00006,1RMZ,A,146-149 +PS00008,1RMZ,A,"73-78,83-88,120-125" +PS00142,1RMZ,A,110-119 +PS00007,1RO3,A,23-30 +PS00016,1RO3,A,23-25 +PS00427,1RO3,A,1-20 +PS00005,1RO4,A,3-5 +PS00006,1RO4,A,4-7 +PS00008,1RO4,A,37-42 +PS00005,1ROD,A,"0-2,67-69" +PS00006,1ROD,A,0-3 +PS00471,1ROD,A,6-51 +PS00005,1ROD,B,"0-2,67-69" +PS00006,1ROD,B,0-3 +PS00471,1ROD,B,6-51 +PS00005,1ROE,A,"1-3,38-40" +PS00006,1ROE,A,"14-17,62-65,89-92" +PS00008,1ROE,A,"11-16,42-47" +PS00197,1ROE,A,39-47 +PS00006,1ROF,A,56-59 +PS00008,1ROF,A,11-16 +PS00198,1ROF,A,9-20 +PS00006,1RON,A,2-5 +PS00265,1RON,A,19-35 +PS00005,1ROO,A,19-21 +PS00006,1ROO,A,1-4 +PS00001,1ROT,A,123-126 +PS00005,1ROT,A,"24-26,94-96,104-106" +PS00006,1ROT,A,"40-43,63-66,67-70,141-144" +PS00001,1ROU,A,123-126 +PS00005,1ROU,A,"24-26,94-96,104-106" +PS00006,1ROU,A,"40-43,63-66,67-70,141-144" +PS00006,1RPB,A,5-8 +PS00008,1RPB,A,"2-7,11-16" +PS00006,1RPC,A,5-8 +PS00008,1RPC,A,"2-7,11-16" +PS00001,1RPQ,A,"20-23,41-44,49-52,73-76,134-137,139-142,165-168" +PS00005,1RPQ,A,"35-37,151-153" +PS00006,1RPQ,A,"43-46,141-144" +PS00007,1RPQ,A,"58-65,121-128" +PS00008,1RPQ,A,146-151 +PS00001,1RPQ,B,"20-23,41-44,49-52,73-76,134-137,139-142,165-168" +PS00005,1RPQ,B,"35-37,151-153" +PS00006,1RPQ,B,"43-46,141-144" +PS00007,1RPQ,B,"58-65,121-128" +PS00008,1RPQ,B,146-151 +PS00001,1RPQ,C,"20-23,41-44,49-52,73-76,134-137,139-142,165-168" +PS00005,1RPQ,C,"35-37,151-153" +PS00006,1RPQ,C,"43-46,141-144" +PS00007,1RPQ,C,"58-65,121-128" +PS00008,1RPQ,C,146-151 +PS00001,1RPQ,D,"20-23,41-44,49-52,73-76,134-137,139-142,165-168" +PS00005,1RPQ,D,"35-37,151-153" +PS00006,1RPQ,D,"43-46,141-144" +PS00007,1RPQ,D,"58-65,121-128" +PS00008,1RPQ,D,146-151 +PS00006,1RPR,A,"1-4,20-23,39-42" +PS00006,1RPR,B,"1-4,20-23,39-42" +PS00004,3RPB,A,58-61 +PS00005,3RPB,A,108-110 +PS00006,3RPB,A,87-90 +PS00008,3RPB,A,"15-20,102-107" +PS00009,3RPB,A,47-50 +PS00005,1RQ6,A,"29-31,41-43" +PS00008,1RQ6,A,1-6 +PS00712,1RQ6,A,40-55 +PS00005,1RQ8,A,2-4 +PS00006,1RQ8,A,"63-66,68-71" +PS00008,1RQ8,A,26-31 +PS00006,1RQM,A,3-6 +PS00194,1RQM,A,20-38 +PS00006,1RQS,A,"5-8,52-55" +PS00008,1RQS,A,32-37 +PS00006,1RQT,A,"14-17,23-26" +PS00008,1RQT,A,30-35 +PS00006,1RQT,B,"14-17,23-26" +PS00008,1RQT,B,30-35 +PS00006,1RQU,A,"14-17,23-26,51-54,98-101" +PS00008,1RQU,A,"30-35,78-83" +PS00006,1RQU,B,"14-17,23-26,51-54,98-101" +PS00008,1RQU,B,"30-35,78-83" +PS00006,1RQV,A,"14-17,23-26,51-54,98-101" +PS00008,1RQV,A,"30-35,78-83" +PS00006,1RQV,B,"14-17,23-26,51-54,98-101" +PS00008,1RQV,B,"30-35,78-83" +PS00005,1RRB,A,"13-15,19-21" +PS00006,1RRB,A,39-42 +PS00008,1RRB,A,5-10 +PS00009,1RRB,A,68-71 +PS00006,1RRZ,A,18-21 +PS00006,1RSW,A,8-11 +PS00006,1RSE,A,"2-5,50-53" +PS00008,1RSE,A,0-5 +PS00001,1RSF,A,87-90 +PS00006,1RSF,A,"4-7,27-30,41-44,75-78" +PS00007,1RSF,A,"12-19,59-65" +PS00008,1RSF,A,"0-5,97-102" +PS00005,1RSO,A,4-6 +PS00006,1RSO,A,"19-22,28-31,55-58" +PS00005,1RSO,B,25-27 +PS00006,1RSO,B,"14-17,25-28,43-46" +PS00008,1RSO,B,0-5 +PS00005,1RSO,C,4-6 +PS00006,1RSO,C,"19-22,28-31,55-58" +PS00005,1RSO,D,25-27 +PS00006,1RSO,D,"14-17,25-28,43-46" +PS00008,1RSO,D,0-5 +PS00001,6RSA,A,33-36 +PS00005,6RSA,A,"58-60,88-90" +PS00006,6RSA,A,"49-52,79-82" +PS00008,6RSA,A,67-72 +PS00127,6RSA,A,39-45 +PS00006,1RSX,A,8-11 +PS00006,1RT0,A,8-11 +PS00005,1RTN,A,"30-32,42-44" +PS00472,1RTN,A,9-50 +PS00005,1RTN,B,"30-32,42-44" +PS00472,1RTN,B,9-50 +PS00005,1RTO,A,"30-32,42-44" +PS00472,1RTO,A,9-50 +PS00005,1RTO,B,"30-32,42-44" +PS00472,1RTO,B,9-50 +PS00005,1RTX,A,"56-58,92-94" +PS00006,1RTX,A,"1-4,10-13,92-95" +PS00008,1RTX,A,7-12 +PS01213,1RTX,A,48-68 +PS00005,1RU5,A,22-24 +PS00006,1RU5,A,12-15 +PS00265,1RU5,A,19-35 +PS00005,1RUU,A,22-24 +PS00006,1RUU,A,12-15 +PS00265,1RUU,A,19-35 +PS00001,1RW5,A,30-33 +PS00004,1RW5,A,"41-44,175-178" +PS00005,1RW5,A,"13-15,122-124,178-180" +PS00006,1RW5,A,"13-16,37-40,64-67,89-92" +PS00007,1RW5,A,88-95 +PS00008,1RW5,A,6-11 +PS00266,1RW5,A,57-90 +PS00338,1RW5,A,173-190 +PS00004,1RW2,A,46-49 +PS00006,1RW2,A,"21-24,49-52,128-131,138-141" +PS00008,1RW2,A,"14-19,25-30,134-139" +PS00006,1RWD,A,"26-29,45-48" +PS00008,1RWD,A,"21-26,41-46" +PS00202,1RWD,A,31-41 +PS00001,1RWU,A,84-87 +PS00005,1RWU,A,"11-13,37-39,67-69,71-73" +PS00006,1RWU,A,"11-14,86-89,93-96" +PS00008,1RWU,A,74-79 +PS00001,1RXL,A,123-126 +PS00005,1RXL,A,149-151 +PS00008,1RXL,A,"11-16,102-107,114-119,130-135,145-150" +PS00005,1RXR,A,"13-15,32-34,40-42" +PS00006,1RXR,A,40-43 +PS00008,1RXR,A,18-23 +PS00031,1RXR,A,5-31 +PS00005,1RY3,A,2-4 +PS00006,1RY3,A,2-5 +PS00008,1RY3,A,"17-22,23-28,53-58" +PS60030,1RY3,A,20-31 +PS00001,1RY4,A,113-116 +PS00005,1RY4,A,"29-31,40-42,53-55,120-122" +PS00006,1RY4,A,59-62 +PS00008,1RY4,A,"66-71,76-81,95-100" +PS00017,1RY4,A,95-102 +PS00001,1RYA,A,92-95 +PS00005,1RYA,A,37-39 +PS00006,1RYA,A,"27-30,66-69,94-97,112-115" +PS00008,1RYA,A,"79-84,95-100" +PS00009,1RYA,A,33-36 +PS00893,1RYA,A,50-71 +PS00001,1RYA,B,92-95 +PS00005,1RYA,B,37-39 +PS00006,1RYA,B,"27-30,66-69,94-97,112-115" +PS00008,1RYA,B,"79-84,95-100" +PS00009,1RYA,B,33-36 +PS00893,1RYA,B,50-71 +PS00005,1RYG,A,24-26 +PS00008,1RYG,A,7-12 +PS00008,1RYJ,A,3-8 +PS00009,1RYJ,A,12-15 +PS00006,1RYK,A,"24-27,29-32,62-65" +PS00007,1RYK,A,41-48 +PS00009,1RYK,A,32-35 +PS00005,1RZW,A,"1-3,37-39" +PS00006,1RZW,A,56-59 +PS00008,1RZW,A,"71-76,88-93" +PS00005,1RYU,A,"57-59,91-93" +PS00006,1RYU,A,"3-6,57-60" +PS00008,1RYU,A,83-88 +PS00009,1RYU,A,44-47 +PS00008,1RYV,A,7-12 +PS60021,1RYV,A,1-30 +PS00005,1RZS,A,11-13 +PS00007,1RZS,A,50-56 +PS00008,1RZS,A,"10-15,20-25" +PS00005,1S04,A,58-60 +PS00006,1S04,A,"58-61,77-80" +PS00007,1S04,A,18-26 +PS00005,1S05,A,"7-9,46-48,57-59,71-73,104-106" +PS00006,1S05,A,46-49 +PS00007,1S05,A,62-68 +PS00007,1SAF,A,1-8 +PS00007,1SAF,B,1-8 +PS00007,1SAF,C,1-8 +PS00007,1SAF,D,1-8 +PS00001,1S1F,A,247-250 +PS00005,1S1F,A,"112-114,165-167,187-189" +PS00006,1S1F,A,"23-26,54-57,208-211,227-230,258-261,268-271" +PS00007,1S1F,A,"189-197,308-314" +PS00008,1S1F,A,"161-166,183-188,218-223,354-359,375-380" +PS00086,1S1F,A,345-354 +PS00005,1S1N,A,"3-5,27-29" +PS00006,1S1N,A,"7-10,60-63" +PS00006,1S24,A,"1-4,59-62,76-79" +PS00202,1S24,A,64-74 +PS00005,1S2H,A,"12-14,109-111,120-122,157-159" +PS00006,1S2H,A,"57-60,89-92,109-112,157-160,176-179" +PS00008,1S2H,A,36-41 +PS00001,1S3A,A,83-86 +PS00005,1S3A,A,98-100 +PS00007,1S3A,A,36-43 +PS00008,1S3A,A,"2-7,13-18,74-79" +PS00342,1S3A,A,99-101 +PS00001,1S40,A,"113-116,193-196" +PS00006,1S40,A,"52-55,156-159" +PS00008,1S40,A,31-36 +PS00005,1S4G,A,3-5 +PS00006,1S4G,A,43-46 +PS00016,1S4G,A,44-46 +PS00524,1S4G,A,18-38 +PS00006,1S4J,A,2-5 +PS00007,1S4T,A,13-20 +PS00001,1S4X,A,60-63 +PS00005,1S4X,A,62-64 +PS00006,1S4X,A,24-27 +PS00005,1S4Z,A,5-7 +PS00006,1S4Z,A,"26-29,60-63" +PS00008,1S4Z,A,22-27 +PS00005,1S4Z,B,5-7 +PS00006,1S4Z,B,"26-29,60-63" +PS00008,1S4Z,B,22-27 +PS00008,1S4Z,C,0-5 +PS00006,1S5Q,B,59-62 +PS00004,1S5R,A,19-22 +PS00006,1S5R,A,2-5 +PS00006,1S5R,B,59-62 +PS00005,1S5S,A,146-148 +PS00008,1S5S,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S5S,A,35-40 +PS00135,1S5S,A,170-181 +PS00005,1S62,A,42-44 +PS00006,1S62,A,"11-14,24-27" +PS00007,1S62,A,23-31 +PS00008,1S62,A,"3-8,9-14,20-25,60-65" +PS00017,1S62,A,33-40 +PS00006,1S6U,A,"18-21,52-55" +PS01047,1S6U,A,8-37 +PS00005,1S6D,A,38-40 +PS00007,1S6D,A,3-11 +PS00005,1S6F,A,146-148 +PS00008,1S6F,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S6F,A,35-40 +PS00135,1S6F,A,170-181 +PS00005,1S6H,A,146-148 +PS00008,1S6H,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S6H,A,35-40 +PS00135,1S6H,A,170-181 +PS00001,1S6I,A,170-173 +PS00005,1S6I,A,154-156 +PS00006,1S6I,A,"4-7,27-30,88-91,99-102" +PS00008,1S6I,A,166-171 +PS00009,1S6I,A,150-153 +PS00018,1S6I,A,"19-31,55-67,91-103,125-137" +PS00006,1S6J,A,"17-20,40-43" +PS00018,1S6J,A,"32-44,68-80" +PS00001,1S6L,A,14-17 +PS00005,1S6L,A,"76-78,109-111,207-209" +PS00006,1S6L,A,"60-63,76-79,128-131,169-172,187-190" +PS00008,1S6L,A,"68-73,120-125,139-144,195-200" +PS00006,1S6N,A,"22-25,38-41,53-56" +PS00008,1S6N,A,"7-12,109-114" +PS00006,1S6O,A,"18-21,52-55" +PS01047,1S6O,A,8-37 +PS00001,1S6W,A,10-13 +PS00008,1S6W,A,"0-5,13-18" +PS00342,1S6W,A,18-20 +PS00005,1S6X,A,21-23 +PS60021,1S6X,A,1-27 +PS00001,1S79,A,10-13 +PS00005,1S79,A,63-65 +PS00006,1S79,A,23-26 +PS00008,1S79,A,35-40 +PS00006,1S7A,A,74-77 +PS00004,1S7E,A,"15-18,117-120" +PS00005,1S7E,A,"51-53,55-57,93-95" +PS00006,1S7E,A,"35-38,51-54" +PS00007,1S7E,A,9-17 +PS00008,1S7E,A,132-137 +PS00008,1S7P,B,3-8 +PS00005,1S81,A,146-148 +PS00008,1S81,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S81,A,35-40 +PS00135,1S81,A,170-181 +PS00005,1S82,A,146-148 +PS00008,1S82,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1S82,A,35-40 +PS00135,1S82,A,170-181 +PS00005,1S8K,A,5-7 +PS00006,1S8K,A,5-8 +PS00008,1S8K,A,22-27 +PS00007,1SAE,A,1-8 +PS00007,1SAE,B,1-8 +PS00007,1SAE,C,1-8 +PS00007,1SAE,D,1-8 +PS00005,1SA8,A,"4-6,22-24" +PS00006,1SA8,A,"22-25,45-48,83-86" +PS00008,1SA8,A,"9-14,18-23,39-44,49-54" +PS00007,1SAK,A,1-8 +PS00007,1SAK,B,1-8 +PS00007,1SAK,C,1-8 +PS00007,1SAK,D,1-8 +PS00007,1SAL,A,1-8 +PS00007,1SAL,B,1-8 +PS00007,1SAL,C,1-8 +PS00007,1SAL,D,1-8 +PS00001,1SAN,A,54-57 +PS00005,1SAN,A,"21-23,35-37" +PS00006,1SAN,A,"33-36,56-59" +PS00027,1SAN,A,28-51 +PS00005,1SAP,A,"16-18,39-41,45-47" +PS00006,1SAP,A,"32-35,45-48" +PS00007,3SAK,A,1-8 +PS00007,3SAK,B,1-8 +PS00007,3SAK,C,1-8 +PS00007,3SAK,D,1-8 +PS00004,1SB0,A,81-84 +PS00006,1SB0,A,59-62 +PS00007,1SB0,A,47-54 +PS00008,1SB0,A,0-5 +PS00342,1SB0,A,84-86 +PS00006,1SB0,B,14-17 +PS00004,1SB6,A,38-41 +PS00005,1SB6,A,36-38 +PS01047,1SB6,A,6-35 +PS00006,1SBJ,A,"12-15,46-49" +PS00018,1SBJ,A,"24-36,60-72" +PS00001,1SBO,A,26-29 +PS00005,1SBO,A,"41-43,82-84" +PS00006,1SBO,A,"54-57,82-85,94-97,105-108" +PS00007,1SBO,A,17-25 +PS00005,1SCO,A,35-37 +PS00008,1SCO,A,"0-5,21-26" +PS01138,1SCO,A,13-34 +PS00006,1SCV,A,"12-15,46-49" +PS00018,1SCV,A,"24-36,60-72" +PS00005,1SCY,A,10-12 +PS01138,1SCY,A,7-27 +PS00005,1SDF,A,5-7 +PS00001,1SDJ,A,"39-42,101-104,216-219" +PS00005,1SDJ,A,"0-2,198-200,280-282" +PS00006,1SDJ,A,"0-3,154-157,280-283" +PS00008,1SDJ,A,"28-33,98-103" +PS00005,2SDF,A,5-7 +PS00001,1SE6,A,247-250 +PS00005,1SE6,A,"112-114,165-167,187-189" +PS00006,1SE6,A,"23-26,54-57,208-211,227-230,258-261,268-271" +PS00007,1SE6,A,"189-197,308-314" +PS00008,1SE6,A,"161-166,183-188,218-223,354-359,375-380" +PS00086,1SE6,A,345-354 +PS00001,1SE6,B,247-250 +PS00005,1SE6,B,"112-114,165-167,187-189" +PS00006,1SE6,B,"23-26,54-57,208-211,227-230,258-261,268-271" +PS00007,1SE6,B,"189-197,308-314" +PS00008,1SE6,B,"161-166,183-188,218-223,354-359,375-380" +PS00086,1SE6,B,345-354 +PS00006,1SE7,A,9-12 +PS00007,1SE7,A,68-74 +PS00008,1SE7,A,69-74 +PS00005,1SE9,A,"60-62,78-80,105-107" +PS00006,1SE9,A,"60-63,78-81,105-108" +PS00008,1SE9,A,91-96 +PS00294,1SE9,A,122-125 +PS00008,1SIS,A,21-26 +PS00262,1SF1,A,5-19 +PS00005,1SF1,B,26-28 +PS00005,1SFV,A,"59-61,119-121" +PS00006,1SFV,A,"35-38,77-80" +PS00007,1SFV,A,"61-68,115-122" +PS00008,1SFV,A,25-30 +PS00118,1SFV,A,43-50 +PS00119,1SFV,A,94-104 +PS00005,1SFW,A,"59-61,119-121" +PS00006,1SFW,A,"35-38,77-80" +PS00007,1SFW,A,"61-68,115-122" +PS00008,1SFW,A,25-30 +PS00118,1SFW,A,43-50 +PS00119,1SFW,A,94-104 +PS00001,1SG5,A,3-6 +PS00005,1SG5,A,46-48 +PS00006,1SG5,A,"1-4,73-76" +PS00005,1SG7,A,31-33 +PS00006,1SG7,A,"24-27,50-53,66-69" +PS00006,1SGG,A,"2-5,11-14,34-37,43-46" +PS00008,1SGG,A,51-56 +PS00005,1SGO,A,55-57 +PS00006,1SGO,A,"13-16,108-111" +PS00007,1SGO,A,57-64 +PS00008,1SGO,A,18-23 +PS00008,1SH1,A,23-28 +PS00001,1SH4,A,13-16 +PS00006,1SH4,A,5-8 +PS00008,1SH4,A,48-53 +PS00191,1SH4,A,32-39 +PS00005,1SHC,A,"52-54,83-85" +PS00006,1SHC,A,141-144 +PS00008,1SHC,A,"0-5,15-20,78-83,106-111" +PS00008,1SHI,A,23-28 +PS00005,1SHP,A,24-26 +PS00008,1SHP,A,33-38 +PS00280,1SHP,A,30-48 +PS00342,1SHP,A,52-54 +PS00008,2SH1,A,23-28 +PS00001,1SIY,A,35-38 +PS00005,1SIY,A,36-38 +PS00006,1SIY,A,39-42 +PS00008,1SIY,A,"3-8,55-60" +PS00597,1SIY,A,68-89 +PS00006,1SJ6,A,84-87 +PS00008,1SJ6,A,54-59 +PS00009,1SJ6,A,28-31 +PS00005,1SJG,A,"62-64,100-102" +PS00006,1SJG,A,"7-10,69-72" +PS00008,1SJG,A,"54-59,73-78,103-108" +PS00006,1SJQ,A,28-31 +PS00008,1SJQ,A,36-41 +PS00342,1SJQ,A,102-104 +PS00005,1SJR,A,114-116 +PS00006,1SJR,A,138-141 +PS00007,1SJR,A,47-55 +PS00008,1SJR,A,"7-12,36-41" +PS00262,1SJT,A,5-19 +PS00005,1SJT,B,26-28 +PS00005,1SJU,A,26-28 +PS00262,1SJU,A,34-48 +PS00005,1SKT,A,37-39 +PS00006,1SKT,A,"1-4,37-40,53-56" +PS00008,1SKT,A,"33-38,49-54" +PS00018,1SKT,A,"29-41,65-77" +PS00001,1SLJ,A,51-54 +PS00006,1SLJ,A,17-20 +PS00008,1SLJ,A,80-85 +PS00004,1SLM,A,36-39 +PS00005,1SLM,A,"58-60,97-99" +PS00006,1SLM,A,"114-117,224-227,234-237" +PS00007,1SLM,A,18-24 +PS00008,1SLM,A,"4-9,54-59,160-165,207-212" +PS00142,1SLM,A,197-206 +PS00546,1SLM,A,72-79 +PS00005,1SLN,A,15-17 +PS00006,1SLN,A,"32-35,142-145,152-155" +PS00008,1SLN,A,"78-83,125-130" +PS00142,1SLN,A,115-124 +PS00005,1SM7,A,"42-44,62-64,69-71,81-83" +PS00006,1SM7,A,42-45 +PS00008,1SM7,A,27-32 +PS00005,1SMG,A,37-39 +PS00006,1SMG,A,"1-4,53-56" +PS00008,1SMG,A,"33-38,49-54" +PS00018,1SMG,A,65-77 +PS00005,1SMO,A,"30-32,49-51" +PS00007,1SMO,A,2-8 +PS00008,1SMO,A,88-93 +PS00005,1SMO,B,"30-32,49-51" +PS00007,1SMO,B,2-8 +PS00008,1SMO,B,88-93 +PS00001,1SMX,A,51-54 +PS00006,1SMX,A,17-20 +PS00008,1SMX,A,80-85 +PS00001,1SMX,B,51-54 +PS00006,1SMX,B,17-20 +PS00008,1SMX,B,80-85 +PS00001,1SN6,A,21-24 +PS00005,1SN6,A,23-25 +PS00006,1SN6,A,"23-26,41-44" +PS00001,1SN8,A,51-54 +PS00006,1SN8,A,17-20 +PS00008,1SN8,A,80-85 +PS00001,1SN8,B,51-54 +PS00006,1SN8,B,17-20 +PS00008,1SN8,B,80-85 +PS00005,1SNL,A,97-99 +PS00006,1SNL,A,"82-85,89-92" +PS00007,1SNL,A,47-53 +PS00008,1SNL,A,13-18 +PS00018,1SNL,A,"29-41,81-93" +PS00001,1SNO,A,117-120 +PS00005,1SNO,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1SNO,A,28-33 +PS01123,1SNO,A,18-42 +PS01284,1SNO,A,82-92 +PS00001,1SNP,A,117-120 +PS00005,1SNP,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1SNP,A,28-33 +PS01123,1SNP,A,18-42 +PS01284,1SNP,A,82-92 +PS00001,1SNQ,A,117-120 +PS00005,1SNQ,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,1SNQ,A,28-33 +PS00009,1SNQ,A,45-48 +PS01123,1SNQ,A,18-42 +PS01284,1SNQ,A,82-92 +PS00001,1SO9,A,14-17 +PS00005,1SO9,A,17-19 +PS00006,1SO9,A,105-108 +PS00008,1SO9,A,91-96 +PS00342,1SO9,A,161-163 +PS00005,1SOH,A,27-29 +PS00006,1SOH,A,23-26 +PS00009,1SOL,A,16-19 +PS00001,1SOU,A,15-18 +PS00004,1SOU,A,22-25 +PS00005,1SOU,A,"25-27,41-43,173-175" +PS00006,1SOU,A,"17-20,34-37" +PS00008,1SOU,A,"76-81,144-149" +PS00001,1SOY,A,"3-6,46-49" +PS00005,1SOY,A,105-107 +PS00006,1SOY,A,"17-20,29-32,87-90" +PS00008,1SOY,A,37-42 +PS01344,1SOY,A,51-65 +PS00005,2SOB,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,2SOB,A,28-33 +PS01123,2SOB,A,18-42 +PS01284,2SOB,A,82-92 +PS00202,1SPW,A,19-29 +PS00001,1SP0,A,14-17 +PS00005,1SP0,A,17-19 +PS00006,1SP0,A,105-108 +PS00008,1SP0,A,91-96 +PS00342,1SP0,A,161-163 +PS00028,1SP1,A,4-24 +PS00004,1SP2,A,11-14 +PS00006,1SP2,A,14-17 +PS00009,1SP2,A,9-12 +PS00028,1SP2,A,4-26 +PS00341,1SPF,A,2-7 +PS00001,1SPK,A,20-23 +PS00005,1SPK,A,50-52 +PS00008,1SPK,A,"0-5,18-23" +PS00001,1SPU,A,"199-202,314-317,349-352,409-412,446-449,476-479,539-542,655-658,670-673" +PS00005,1SPU,A,"12-14,288-290,351-353,449-451,503-505,583-585" +PS00006,1SPU,A,"12-15,80-83,99-102,246-249,345-348,411-414,486-489,498-501,503-506,512-515,631-634,657-660" +PS00007,1SPU,A,"378-386,647-653" +PS00008,1SPU,A,"43-48,51-56,81-86,212-217,253-258,359-364,480-485,555-560,597-602" +PS01165,1SPU,A,683-696 +PS00001,1SPU,B,"199-202,314-317,349-352,409-412,446-449,476-479,539-542,655-658,670-673" +PS00005,1SPU,B,"12-14,288-290,351-353,449-451,503-505,583-585" +PS00006,1SPU,B,"12-15,80-83,99-102,246-249,345-348,411-414,486-489,498-501,503-506,512-515,631-634,657-660" +PS00007,1SPU,B,"378-386,647-653" +PS00008,1SPU,B,"43-48,51-56,81-86,212-217,253-258,359-364,480-485,555-560,597-602" +PS01165,1SPU,B,683-696 +PS00005,1SPY,A,36-38 +PS00006,1SPY,A,"36-39,52-55" +PS00008,1SPY,A,29-34 +PS00018,1SPY,A,64-76 +PS00005,2SPZ,A,32-34 +PS00006,2SPZ,A,32-35 +PS00008,1SQ8,A,14-19 +PS00001,1SQK,A,13-16 +PS00004,1SQK,A,336-339 +PS00005,1SQK,A,"61-63,67-69,146-148,195-197,325-327" +PS00006,1SQK,A,"78-81,203-206,235-238,359-362" +PS00007,1SQK,A,"192-199,211-219" +PS00008,1SQK,A,"16-21,43-48,49-54,75-80,159-164,246-251,269-274,344-349" +PS00406,1SQK,A,54-64 +PS00432,1SQK,A,357-365 +PS01132,1SQK,A,105-117 +PS00006,1SQK,B,10-13 +PS00005,1SQR,A,"8-10,48-50" +PS00006,1SQR,A,30-33 +PS00008,1SQR,A,"4-9,61-66,76-81" +PS01105,1SQR,A,54-75 +PS00006,1SR2,A,"42-45,105-108" +PS00007,1SR2,A,102-110 +PS00008,1SR2,A,23-28 +PS00004,1SR3,A,17-20 +PS00005,1SR3,A,47-49 +PS00006,1SR3,A,"2-5,9-12,53-56,105-108" +PS00007,1SR3,A,1-8 +PS00009,1SR3,A,15-18 +PS00005,1SRB,A,"1-3,6-8" +PS00006,1SRB,A,"1-4,6-9" +PS00270,1SRB,A,0-14 +PS00005,1SRK,A,"2-4,17-19" +PS00009,1SRK,A,2-5 +PS00028,1SRK,A,9-29 +PS00001,1SRL,A,35-38 +PS00005,1SRL,A,24-26 +PS00006,1SRL,A,"17-20,37-40" +PS00008,1SRL,A,0-5 +PS00001,1SRM,A,35-38 +PS00005,1SRM,A,24-26 +PS00006,1SRM,A,"17-20,37-40" +PS00008,1SRM,A,0-5 +PS00005,1SRO,A,"9-11,71-73" +PS00006,1SRO,A,71-74 +PS00008,1SRO,A,"19-24,26-31" +PS00005,1SRZ,A,"47-49,59-61" +PS00006,1SRZ,A,22-25 +PS00008,1SRZ,A,46-51 +PS00005,2SRT,A,15-17 +PS00006,2SRT,A,"32-35,142-145,152-155" +PS00008,2SRT,A,"78-83,125-130" +PS00142,2SRT,A,115-124 +PS00005,1SS1,A,35-37 +PS00006,1SS1,A,"1-4,35-38" +PS00005,1SS2,A,"47-49,59-61" +PS00006,1SS2,A,22-25 +PS00008,1SS2,A,46-51 +PS00005,1SS3,A,"16-18,34-36" +PS00006,1SS3,A,"23-26,34-37" +PS00008,1SS3,A,19-24 +PS00005,1SS6,A,"1-3,43-45" +PS00006,1SS6,A,"7-10,31-34" +PS00008,1SS6,A,"59-64,79-84,88-93" +PS00001,1SSE,B,0-3 +PS00005,1SSE,B,65-67 +PS00006,1SSE,B,47-50 +PS00008,1SSE,B,68-73 +PS00004,1SSF,A,"85-88,151-154" +PS00005,1SSF,A,26-28 +PS00006,1SSF,A,71-74 +PS00007,1SSF,A,"39-46,86-93" +PS00008,1SSF,A,79-84 +PS00009,1SSF,A,147-150 +PS00589,1SSF,A,1-16 +PS00001,1SSK,A,24-27 +PS00004,1SSK,A,65-68 +PS00005,1SSK,A,"68-70,82-84,118-120" +PS00006,1SSK,A,"55-58,92-95,118-121" +PS00008,1SSK,A,"17-22,48-53,152-157" +PS00008,1SSL,A,0-5 +PS00001,1SSN,A,27-30 +PS00005,1SSN,A,"83-85,106-108" +PS00006,1SSN,A,"1-4,15-18,29-32,89-92" +PS00007,1SSN,A,9-16 +PS00008,1SSN,A,51-56 +PS00005,1SSO,A,"1-3,39-41,45-47" +PS00006,1SSO,A,"31-34,45-48" +PS00008,1SSO,A,35-40 +PS00005,1SSU,A,3-5 +PS00006,1SSU,A,43-46 +PS00016,1SSU,A,44-46 +PS00524,1SSU,A,18-38 +PS00006,1ST7,A,"19-22,34-37,64-67" +PS00880,1ST7,A,18-36 +PS00001,1STU,A,12-15 +PS00004,1STU,A,49-52 +PS00005,1STU,A,52-54 +PS00006,1STU,A,42-45 +PS00008,1STU,A,"8-13,38-43" +PS00009,1STU,A,47-50 +PS00005,2STT,A,26-28 +PS00006,2STT,A,46-49 +PS00009,2STT,A,"55-58,86-89" +PS00345,2STT,A,17-25 +PS00346,2STT,A,61-76 +PS00005,2STW,A,26-28 +PS00006,2STW,A,46-49 +PS00009,2STW,A,"55-58,86-89" +PS00345,2STW,A,17-25 +PS00346,2STW,A,61-76 +PS00005,1SUH,A,27-29 +PS00006,1SUH,A,"9-12,27-30,84-87,98-101,117-120,132-135" +PS00008,1SUH,A,121-126 +PS00232,1SUH,A,97-107 +PS00006,1SUY,A,"5-8,86-89" +PS00006,1SUY,B,"5-8,86-89" +PS00006,1SUY,C,13-16 +PS00008,1SUY,C,3-8 +PS00006,1SUY,D,13-16 +PS00008,1SUY,D,3-8 +PS00006,1SV1,A,"5-8,86-89" +PS00006,1SV1,B,"5-8,86-89" +PS00006,1SV1,C,13-16 +PS00008,1SV1,C,3-8 +PS00006,1SV1,D,13-16 +PS00008,1SV1,D,3-8 +PS00004,1SVJ,A,98-101 +PS00006,1SVJ,A,"36-39,45-48,118-121" +PS00008,1SVJ,A,"16-21,100-105" +PS00001,1SVQ,A,53-56 +PS00006,1SVQ,A,"58-61,88-91" +PS00008,1SVQ,A,101-106 +PS00001,1SVR,A,53-56 +PS00006,1SVR,A,"58-61,88-91" +PS00008,1SVR,A,101-106 +PS00005,1SW8,A,27-29 +PS00006,1SW8,A,"16-19,27-30,43-46" +PS00008,1SW8,A,"24-29,39-44" +PS00018,1SW8,A,"19-31,55-67" +PS00005,1SX0,A,11-13 +PS00009,1SX0,A,11-14 +PS00005,1SX1,A,11-13 +PS00009,1SX1,A,11-14 +PS00001,1SXD,A,52-55 +PS00005,1SXD,A,54-56 +PS00006,1SXD,A,"42-45,54-57,78-81" +PS00008,1SXD,A,0-5 +PS00001,1SXE,A,12-15 +PS00006,1SXE,A,"1-4,14-17,67-70" +PS00005,1SXL,A,"9-11,50-52,87-89" +PS00006,1SXL,A,"9-12,23-26" +PS00005,1SXM,A,8-10 +PS00008,1SXM,A,21-26 +PS01138,1SXM,A,12-35 +PS00005,2SXL,A,"15-17,31-33,57-59,68-70,85-87" +PS00006,2SXL,A,"15-18,53-56" +PS00001,1SY9,A,59-62 +PS00005,1SY9,A,"27-29,145-147" +PS00006,1SY9,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1SY9,A,"24-29,39-44" +PS00018,1SY9,A,"19-31,55-67,92-104,128-140" +PS00005,1SYM,A,18-20 +PS00006,1SYM,A,"1-4,18-21,59-62" +PS00018,1SYM,A,61-73 +PS00303,1SYM,A,56-77 +PS00005,1SYM,B,18-20 +PS00006,1SYM,B,"1-4,18-21,59-62" +PS00018,1SYM,B,61-73 +PS00303,1SYM,B,56-77 +PS00001,1TAM,A,108-111 +PS00005,1TAM,A,110-112 +PS00006,1TAM,A,"8-11,69-72" +PS00008,1TAM,A,"1-6,48-53" +PS00009,1TAM,A,23-26 +PS00006,1SZL,A,"18-21,56-59" +PS00008,1SZL,A,0-5 +PS00009,1SZL,A,22-25 +PS00005,1SZV,A,72-74 +PS00008,1SZV,A,"21-26,33-38,106-111" +PS00001,1T0V,A,172-175 +PS00005,1T0V,A,"52-54,93-95,113-115,156-158" +PS00006,1T0V,A,"56-59,142-145" +PS00007,1T0V,A,24-31 +PS00213,1T0V,A,15-28 +PS00005,1TAP,A,50-52 +PS00006,1TAP,A,"43-46,50-53" +PS00008,1TAP,A,"19-24,30-35" +PS00001,1T0G,A,20-23 +PS00005,1T0G,A,"41-43,82-84" +PS00006,1T0G,A,"48-51,68-71,82-85,88-91,94-97" +PS00008,1T0G,A,"21-26,49-54" +PS00001,1T0K,A,367-370 +PS00005,1T0K,A,"237-239,249-251,352-354" +PS00006,1T0K,A,"128-131,211-214,233-236,306-309,356-359" +PS00007,1T0K,A,83-90 +PS00008,1T0K,A,"32-37,182-187,260-265,375-380" +PS00009,1T0K,A,23-26 +PS01037,1T0K,A,107-124 +PS00005,1T0K,B,"19-21,29-31,32-34" +PS00006,1T0K,B,"53-56,90-93" +PS00007,1T0K,B,51-58 +PS00008,1T0K,B,77-82 +PS00709,1T0K,B,19-43 +PS00993,1T0K,B,75-95 +PS00006,1T0W,A,25-28 +PS00026,1T0W,A,11-30 +PS00001,1T0Y,A,13-16 +PS00005,1T0Y,A,"46-48,68-70,114-116" +PS00006,1T0Y,A,"1-4,28-31,42-45,68-71,96-99" +PS00008,1T0Y,A,"26-31,73-78" +PS00009,1T0Y,A,108-111 +PS00008,1T0C,A,12-17 +PS00005,1T1T,A,57-59 +PS00008,1T1T,A,47-52 +PS00342,1T1T,A,60-62 +PS00005,1T12,A,36-38 +PS00006,1T12,A,39-42 +PS00008,1T12,A,"4-9,28-33,55-60,67-72" +PS00597,1T12,A,68-89 +PS00006,1T17,A,"48-51,103-106" +PS00008,1T17,A,45-50 +PS00008,1T1H,A,56-61 +PS00262,1T1K,A,5-19 +PS00008,1T1K,B,7-12 +PS00262,1T1P,A,5-19 +PS00008,1T1P,B,7-12 +PS00262,1T1Q,A,5-19 +PS00005,1T23,A,"19-21,51-53" +PS00008,1T23,A,12-17 +PS00005,1T2M,A,9-11 +PS00008,1T2M,A,15-20 +PS00004,1T4N,A,28-31 +PS00005,1T4N,A,"19-21,26-28" +PS00006,1T4N,A,"31-34,37-40" +PS00008,1T4N,A,"46-51,52-57,61-66" +PS00001,1T2R,A,20-23 +PS00004,1T2R,A,76-79 +PS00005,1T2R,A,"14-16,28-30,104-106" +PS00006,1T2R,A,"23-26,116-119" +PS00009,1T2R,A,74-77 +PS00001,1T2S,A,20-23 +PS00004,1T2S,A,76-79 +PS00005,1T2S,A,"14-16,28-30,104-106" +PS00006,1T2S,A,"23-26,116-119" +PS00009,1T2S,A,74-77 +PS00008,1T2Y,A,"3-8,13-18" +PS00005,1T3K,A,134-136 +PS00006,1T3K,A,69-72 +PS00007,1T3K,A,49-55 +PS00008,1T3K,A,17-22 +PS00006,1T3V,A,"40-43,94-97,110-113" +PS00008,1T3V,A,"53-58,90-95" +PS00009,1T3V,A,72-75 +PS00004,1T3W,A,13-16 +PS00005,1T3W,A,16-18 +PS00006,1T3W,A,"86-89,100-103,111-114,130-133" +PS00008,1T3W,A,"63-68,75-80" +PS00004,1T3W,B,13-16 +PS00005,1T3W,B,16-18 +PS00006,1T3W,B,"86-89,100-103,111-114,130-133" +PS00008,1T3W,B,"63-68,75-80" +PS00005,1T3O,A,"25-27,91-93" +PS00006,1T3O,A,70-73 +PS00004,1T4L,B,27-30 +PS00005,1T4L,B,"18-20,25-27" +PS00006,1T4L,B,"30-33,36-39" +PS00008,1T4L,B,"45-50,51-56,60-65" +PS00004,1T4O,A,"30-33,104-107" +PS00005,1T4O,A,"2-4,21-23,28-30,98-100" +PS00006,1T4O,A,"33-36,39-42" +PS00008,1T4O,A,"48-53,54-59,63-68" +PS00004,1T4O,B,"30-33,104-107" +PS00005,1T4O,B,"2-4,21-23,28-30,98-100" +PS00006,1T4O,B,"33-36,39-42" +PS00008,1T4O,B,"48-53,54-59,63-68" +PS00006,1T4Y,A,81-84 +PS00008,1T4Y,A,82-87 +PS00006,1T4Z,A,81-84 +PS00008,1T4Z,A,82-87 +PS00001,1T50,A,7-10 +PS00006,1T50,A,"27-30,35-38" +PS00008,1T50,A,6-11 +PS00006,1T5K,A,80-83 +PS00196,1T5K,A,84-97 +PS00006,1T5K,B,80-83 +PS00196,1T5K,B,84-97 +PS00006,1T5K,C,80-83 +PS00196,1T5K,C,84-97 +PS00006,1T5K,D,80-83 +PS00196,1T5K,D,84-97 +PS00006,1T5M,A,3-6 +PS00006,1T5N,A,3-6 +PS00008,1T5Q,A,3-8 +PS00260,1T5Q,A,0-22 +PS00001,1T6R,A,26-29 +PS00005,1T6R,A,"41-43,82-84" +PS00006,1T6R,A,"54-57,82-85,94-97,105-108" +PS00007,1T6R,A,17-25 +PS00005,1T6O,A,13-15 +PS00006,1T6O,A,"14-17,26-29" +PS00007,1T6O,A,15-23 +PS00008,1T6O,A,1-6 +PS00005,1T6O,B,2-4 +PS00008,1T6O,L,0-5 +PS00001,1T6W,A,"66-69,76-79,83-86" +PS00006,1T6W,A,68-71 +PS00008,1T6W,A,3-8 +PS00004,1T7H,A,0-3 +PS00006,1T7H,A,6-9 +PS00270,1T7H,A,2-16 +PS00004,1T7H,B,0-3 +PS00006,1T7H,B,6-9 +PS00270,1T7H,B,2-16 +PS00005,1T84,A,44-46 +PS00006,1T84,A,"40-43,97-100" +PS00008,1T84,A,"33-38,56-61,69-74,79-84" +PS00001,1T85,A,"32-35,148-151" +PS00004,1T85,A,289-292 +PS00005,1T85,A,"140-142,369-371,409-411" +PS00006,1T85,A,"100-103,136-139,184-187,191-194,233-236,302-305,324-327,369-372" +PS00008,1T85,A,"36-41,225-230,247-252,358-363,393-398" +PS00086,1T85,A,349-358 +PS00001,1T86,A,"32-35,148-151" +PS00004,1T86,A,289-292 +PS00005,1T86,A,"140-142,369-371,409-411" +PS00006,1T86,A,"100-103,136-139,184-187,191-194,233-236,302-305,324-327,369-372" +PS00008,1T86,A,"36-41,225-230,247-252,358-363,393-398" +PS00086,1T86,A,349-358 +PS00001,1T86,B,"32-35,148-151" +PS00004,1T86,B,289-292 +PS00005,1T86,B,"140-142,369-371,409-411" +PS00006,1T86,B,"100-103,136-139,184-187,191-194,233-236,302-305,324-327,369-372" +PS00008,1T86,B,"36-41,225-230,247-252,358-363,393-398" +PS00086,1T86,B,349-358 +PS00001,1T87,A,"32-35,148-151" +PS00004,1T87,A,289-292 +PS00005,1T87,A,"140-142,369-371,409-411" +PS00006,1T87,A,"100-103,136-139,184-187,191-194,233-236,302-305,324-327,369-372" +PS00008,1T87,A,"36-41,225-230,247-252,352-357,358-363,393-398" +PS00086,1T87,A,349-358 +PS00001,1T87,B,"32-35,148-151" +PS00004,1T87,B,289-292 +PS00005,1T87,B,"140-142,369-371,409-411" +PS00006,1T87,B,"100-103,136-139,184-187,191-194,233-236,302-305,324-327,369-372" +PS00008,1T87,B,"36-41,225-230,247-252,352-357,358-363,393-398" +PS00086,1T87,B,349-358 +PS00001,1T88,A,"32-35,148-151" +PS00004,1T88,A,289-292 +PS00005,1T88,A,"140-142,369-371,409-411" +PS00006,1T88,A,"100-103,136-139,184-187,191-194,233-236,302-305,324-327,369-372" +PS00008,1T88,A,"36-41,225-230,247-252,352-357,358-363,393-398" +PS00086,1T88,A,349-358 +PS00001,1T88,B,"32-35,148-151" +PS00004,1T88,B,289-292 +PS00005,1T88,B,"140-142,369-371,409-411" +PS00006,1T88,B,"100-103,136-139,184-187,191-194,233-236,302-305,324-327,369-372" +PS00008,1T88,B,"36-41,225-230,247-252,352-357,358-363,393-398" +PS00086,1T88,B,349-358 +PS00006,1T8J,A,9-12 +PS00001,1T8X,A,47-50 +PS00004,1T8X,A,26-29 +PS00005,1T8X,A,"29-31,53-55,116-118,151-153" +PS00006,1T8X,A,"41-44,222-225,240-243" +PS00008,1T8X,A,"58-63,74-79,154-159,244-249" +PS00001,1T8X,B,47-50 +PS00004,1T8X,B,26-29 +PS00005,1T8X,B,"29-31,53-55,116-118,151-153" +PS00006,1T8X,B,"41-44,222-225,240-243" +PS00008,1T8X,B,"58-63,74-79,154-159,244-249" +PS00005,1T8C,A,"95-97,109-111" +PS00006,1T8C,A,"6-9,47-50,82-85,98-101" +PS00008,1T8C,A,"40-45,62-67,122-127" +PS00615,1T8C,A,103-126 +PS00005,1T8D,A,"95-97,109-111" +PS00006,1T8D,A,"6-9,47-50,82-85,98-101" +PS00008,1T8D,A,"40-45,62-67,122-127" +PS00615,1T8D,A,103-126 +PS00005,1T8V,A,"4-6,47-49" +PS00006,1T8V,A,"47-50,70-73,108-111" +PS00008,1T8V,A,"30-35,43-48,64-69,74-79" +PS00214,1T8V,A,3-20 +PS00001,1T93,A,247-250 +PS00005,1T93,A,"112-114,165-167,187-189" +PS00006,1T93,A,"23-26,54-57,208-211,227-230,258-261,268-271" +PS00007,1T93,A,"189-197,308-314" +PS00008,1T93,A,"161-166,183-188,218-223,354-359,375-380" +PS00086,1T93,A,345-354 +PS00001,1T96,A,47-50 +PS00004,1T96,A,26-29 +PS00005,1T96,A,"29-31,53-55,116-118,151-153" +PS00006,1T96,A,"41-44,222-225,240-243" +PS00008,1T96,A,"58-63,74-79,154-159,244-249" +PS00001,1T96,B,47-50 +PS00004,1T96,B,26-29 +PS00005,1T96,B,"29-31,53-55,116-118,151-153" +PS00006,1T96,B,"41-44,222-225,240-243" +PS00008,1T96,B,"58-63,74-79,154-159,244-249" +PS00001,1T99,A,47-50 +PS00004,1T99,A,26-29 +PS00005,1T99,A,"29-31,53-55,116-118,151-153" +PS00006,1T99,A,"41-44,222-225,240-243" +PS00008,1T99,A,"58-63,74-79,154-159,244-249" +PS00001,1T99,B,47-50 +PS00004,1T99,B,26-29 +PS00005,1T99,B,"29-31,53-55,116-118,151-153" +PS00006,1T99,B,"41-44,222-225,240-243" +PS00008,1T99,B,"58-63,74-79,154-159,244-249" +PS00004,1TAC,A,55-58 +PS00005,1TAC,A,21-23 +PS00006,1TAC,A,63-66 +PS00008,1TAC,A,41-46 +PS00009,1TAC,A,46-49 +PS00016,1TAC,A,77-79 +PS00006,1TBA,A,35-38 +PS00008,1TBA,A,"1-6,11-16" +PS00005,1TBA,B,"57-59,75-77,148-150" +PS00006,1TBA,B,"67-70,122-125" +PS00007,1TBA,B,157-163 +PS00008,1TBA,B,"1-6,113-118,119-124" +PS00351,1TBA,B,"33-82,124-173" +PS00004,1TBC,A,55-58 +PS00006,1TBC,A,63-66 +PS00008,1TBC,A,41-46 +PS00009,1TBC,A,46-49 +PS00016,1TBC,A,77-79 +PS00001,1TBD,A,24-27 +PS00005,1TBD,A,"23-25,34-36" +PS00006,1TBD,A,"1-4,34-37,113-116" +PS00005,1TBN,A,64-66 +PS00006,1TBN,A,"21-24,41-44,78-81" +PS00008,1TBN,A,"37-42,60-65" +PS00479,1TBN,A,10-59 +PS00005,1TBO,A,64-66 +PS00006,1TBO,A,"21-24,41-44,78-81" +PS00008,1TBO,A,"37-42,60-65" +PS00479,1TBO,A,10-59 +PS00001,2TBD,A,24-27 +PS00005,2TBD,A,"23-25,34-36" +PS00006,2TBD,A,"1-4,34-37,113-116" +PS00005,1TCE,A,14-16 +PS00006,1TCE,A,14-17 +PS00008,1TCE,A,"44-49,60-65,90-95" +PS00008,1TCE,B,3-8 +PS00005,1TCP,A,50-52 +PS00006,1TCP,A,"43-46,50-53" +PS00008,1TCP,A,"19-24,30-35" +PS00001,1TDP,A,10-13 +PS00005,1TDP,A,"63-65,90-92" +PS00006,1TDP,A,"40-43,45-48" +PS00008,1TDP,A,86-91 +PS00001,1TE7,A,74-77 +PS00005,1TE7,A,"23-25,66-68" +PS00006,1TE7,A,"23-26,64-67,76-79" +PS00007,1TE7,A,42-48 +PS00009,1TE7,A,17-20 +PS00006,1TE4,A,51-54 +PS00008,1TE4,A,"17-22,91-96,115-120" +PS00005,4ULL,A,"5-7,20-22,30-32,50-52" +PS00008,4ULL,A,"46-51,59-64" +PS00009,1TER,A,17-20 +PS00005,1TEY,A,101-103 +PS00006,1TEY,A,119-122 +PS00008,1TEY,A,47-52 +PS00001,1TF3,A,62-65 +PS00005,1TF3,A,75-77 +PS00006,1TF3,A,6-9 +PS00008,1TF3,A,"11-16,39-44" +PS00028,1TF3,A,"5-27,35-57,65-88" +PS00005,1TFB,A,"41-43,67-69,78-80,161-163,175-177,179-181" +PS00006,1TFB,A,"14-17,67-70,78-81,95-98,101-104,161-164,199-202" +PS00008,1TFB,A,63-68 +PS00782,1TFB,A,"44-59,138-153" +PS00001,1TFH,A,"10-13,123-126,136-139" +PS00004,1TFH,A,199-202 +PS00005,1TFH,A,"12-14,38-40,141-143,162-164,166-168" +PS00006,1TFH,A,"20-23,52-55,87-90,125-128,141-144,204-207" +PS00008,1TFH,A,"1-6,80-85,119-124,210-215" +PS00009,1TFH,A,162-165 +PS00621,1TFH,A,44-61 +PS00001,1TFH,B,"10-13,123-126,136-139" +PS00004,1TFH,B,199-202 +PS00005,1TFH,B,"12-14,38-40,141-143,162-164,166-168" +PS00006,1TFH,B,"20-23,52-55,87-90,125-128,141-144,204-207" +PS00008,1TFH,B,"1-6,80-85,119-124,210-215" +PS00009,1TFH,B,162-165 +PS00621,1TFH,B,44-61 +PS00001,1TFI,A,18-21 +PS00006,1TFI,A,"4-7,28-31" +PS00008,1TFI,A,2-7 +PS00466,1TFI,A,11-46 +PS00001,1TFQ,A,12-15 +PS00005,1TFQ,A,6-8 +PS00006,1TFQ,A,"21-24,107-110" +PS00008,1TFQ,A,64-69 +PS01282,1TFQ,A,25-90 +PS00005,1TFS,A,"4-6,28-30,34-36" +PS00006,1TFS,A,"15-18,28-31" +PS00007,1TFS,A,14-22 +PS00008,1TFS,A,39-44 +PS00272,1TFS,A,37-55 +PS00005,1TFX,A,146-148 +PS00008,1TFX,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1TFX,A,35-40 +PS00135,1TFX,A,170-181 +PS00005,1TFX,B,146-148 +PS00008,1TFX,B,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,1TFX,B,35-40 +PS00135,1TFX,B,170-181 +PS00001,1TFX,C,24-27 +PS00006,1TFX,C,46-49 +PS00007,1TFX,C,27-34 +PS00008,1TFX,C,"11-16,35-40" +PS00280,1TFX,C,32-50 +PS00001,1TFX,D,24-27 +PS00006,1TFX,D,46-49 +PS00007,1TFX,D,27-34 +PS00008,1TFX,D,"11-16,35-40" +PS00280,1TFX,D,32-50 +PS00005,8TFV,A,"1-3,14-16" +PS00001,1TFT,A,12-15 +PS00005,1TFT,A,6-8 +PS00006,1TFT,A,"21-24,107-110" +PS00008,1TFT,A,64-69 +PS01282,1TFT,A,25-90 +PS00005,2TGF,A,19-21 +PS00022,2TGF,A,31-42 +PS01186,2TGF,A,31-42 +PS00005,3TGF,A,19-21 +PS00022,3TGF,A,31-42 +PS01186,3TGF,A,31-42 +PS00006,3TGI,E,5-8 +PS00008,3TGI,E,"2-7,26-31,121-126,167-172" +PS00134,3TGI,E,35-40 +PS00135,3TGI,E,170-181 +PS00006,3TGI,I,46-49 +PS00008,3TGI,I,"27-32,35-40" +PS00280,3TGI,I,32-50 +PS00006,3TGJ,E,15-18 +PS00008,3TGJ,E,"12-17,36-41,131-136,177-182" +PS00134,3TGJ,E,45-50 +PS00006,3TGJ,I,46-49 +PS00008,3TGJ,I,"27-32,35-40" +PS00280,3TGJ,I,32-50 +PS00005,4TGF,A,19-21 +PS00022,4TGF,A,31-42 +PS01186,4TGF,A,31-42 +PS00004,1TIV,A,55-58 +PS00006,1TIV,A,63-66 +PS00008,1TIV,A,41-46 +PS00009,1TIV,A,46-49 +PS00016,1TIV,A,77-79 +PS00005,1TH5,A,"50-52,56-58" +PS00007,1TH5,A,10-18 +PS00008,1TH5,A,21-26 +PS00001,1TI3,A,56-59 +PS00005,1TI3,A,"13-15,24-26" +PS00006,1TI3,A,13-16 +PS00008,1TI3,A,3-8 +PS00194,1TI3,A,29-47 +PS00006,1TIU,A,"8-11,34-37" +PS00008,1TIU,A,46-51 +PS00009,1TIU,A,60-63 +PS00008,1TIT,A,46-51 +PS00008,1TIH,A,"9-14,20-25" +PS00294,1TIH,A,49-52 +PS00008,1TIN,A,"14-19,39-44" +PS00285,1TIN,A,9-20 +PS00006,1TIT,A,"8-11,34-37" +PS00009,1TIT,A,60-63 +PS00005,1TIZ,A,1-3 +PS00006,1TIZ,A,"18-21,34-37,60-63" +PS00018,1TIZ,A,"10-22,46-58" +PS00006,1TIJ,A,"16-19,115-118" +PS00008,1TIJ,A,21-26 +PS00287,1TIJ,A,53-66 +PS00006,1TIJ,B,"16-19,115-118" +PS00008,1TIJ,B,21-26 +PS00287,1TIJ,B,53-66 +PS00005,1TI5,A,21-23 +PS00008,1TI5,A,30-35 +PS00001,1TJM,A,"77-80,118-121" +PS00004,1TJM,A,"62-65,68-71" +PS00005,1TJM,A,"16-18,66-68" +PS00006,1TJM,A,"97-100,120-123" +PS00008,1TJM,A,1-6 +PS00009,1TJM,A,56-59 +PS00001,1TK7,A,33-36 +PS00004,1TK7,A,78-81 +PS00005,1TK7,A,77-79 +PS00006,1TK7,A,"36-39,80-83" +PS00007,1TK7,A,19-27 +PS00008,1TK7,A,45-50 +PS01159,1TK7,A,"16-41,60-85" +PS00001,1TJX,A,"77-80,118-121" +PS00004,1TJX,A,"62-65,68-71" +PS00005,1TJX,A,"16-18,66-68" +PS00006,1TJX,A,"97-100,120-123" +PS00008,1TJX,A,1-6 +PS00009,1TJX,A,56-59 +PS00005,1TKW,A,74-76 +PS00006,1TKW,A,"21-24,47-50,55-58" +PS00008,1TKW,A,"5-10,48-53" +PS00196,1TKW,A,77-91 +PS00001,1TKW,B,"98-101,166-169,171-174" +PS00005,1TKW,B,"15-17,136-138,219-221" +PS00006,1TKW,B,"42-45,136-139,192-195,215-218" +PS00008,1TKW,B,"119-124,150-155,162-167,175-180,236-241" +PS00009,1TKW,B,62-65 +PS00001,1TKN,A,82-85 +PS00005,1TKN,A,48-50 +PS00005,1TKV,A,"6-8,52-54,87-89" +PS00006,1TKV,A,"6-9,21-24,61-64,67-70" +PS00009,1TKV,A,44-47 +PS00005,1TKV,B,"6-8,52-54,87-89" +PS00006,1TKV,B,"6-9,21-24,61-64,67-70" +PS00009,1TKV,B,44-47 +PS00005,1TL6,A,"6-8,52-54,87-89" +PS00006,1TL6,A,"6-9,21-24,61-64,67-70" +PS00009,1TL6,A,44-47 +PS00005,1TL4,A,"53-55,57-59" +PS00008,1TL4,A,13-18 +PS01047,1TL4,A,6-34 +PS00005,1TL5,A,"53-55,57-59" +PS00008,1TL5,A,13-18 +PS01047,1TL5,A,6-34 +PS00342,1TLE,A,55-57 +PS01248,1TLE,A,23-55 +PS00005,1TLH,A,"6-8,52-54,87-89" +PS00006,1TLH,A,"6-9,21-24,61-64,67-70" +PS00009,1TLH,A,44-47 +PS00005,1TLH,B,"6-8,19-21" +PS00006,1TLH,B,"19-22,39-42,69-72,76-79" +PS00008,1TLH,B,31-36 +PS00716,1TLH,B,39-65 +PS00005,1TM6,A,9-11 +PS00009,1TM6,A,9-12 +PS00005,1TM9,A,29-31 +PS00006,1TM9,A,"19-22,29-32,37-40,53-56,89-92,124-127" +PS00008,1TM9,A,80-85 +PS00005,2TMP,A,"24-26,112-114" +PS00006,2TMP,A,"24-27,30-33,98-101" +PS00007,2TMP,A,57-63 +PS00009,2TMP,A,78-81 +PS00288,2TMP,A,0-12 +PS00001,1TMW,A,83-86 +PS00005,1TMW,A,"26-28,69-71,94-96,113-115" +PS00006,1TMW,A,"1-4,63-66,92-95,139-142" +PS00008,1TMW,A,"86-91,93-98" +PS00005,1TN4,A,34-36 +PS00006,1TN4,A,"34-37,50-53,90-93,126-129" +PS00008,1TN4,A,"30-35,46-51" +PS00018,1TN4,A,"26-38,62-74,102-114,138-150" +PS00005,1TN9,A,"15-17,38-40,44-46,56-58" +PS00006,1TN9,A,"29-32,56-59" +PS00009,1TN9,A,49-52 +PS00001,1TNM,A,77-80 +PS00005,1TNM,A,"7-9,24-26,51-53,58-60" +PS00006,1TNM,A,"18-21,31-34,63-66" +PS00008,1TNM,A,45-50 +PS00001,1TNN,A,77-80 +PS00005,1TNN,A,"7-9,24-26,51-53,58-60" +PS00006,1TNN,A,"18-21,31-34,63-66" +PS00008,1TNN,A,45-50 +PS00005,1TNP,A,37-39 +PS00006,1TNP,A,"1-4,37-40,53-56" +PS00008,1TNP,A,"33-38,49-54" +PS00018,1TNP,A,"29-41,65-77" +PS00005,1TNQ,A,37-39 +PS00006,1TNQ,A,"1-4,37-40,53-56" +PS00008,1TNQ,A,"33-38,49-54" +PS00018,1TNQ,A,"29-41,65-77" +PS00001,1TNS,A,33-36 +PS00005,1TNS,A,5-7 +PS00006,1TNS,A,5-8 +PS00008,1TNS,A,"14-19,38-43" +PS00001,1TNT,A,33-36 +PS00005,1TNT,A,5-7 +PS00006,1TNT,A,5-8 +PS00008,1TNT,A,"14-19,38-43" +PS00005,1TNW,A,"37-39,140-142" +PS00006,1TNW,A,"1-4,37-40,53-56,93-96" +PS00008,1TNW,A,"33-38,49-54" +PS00018,1TNW,A,"29-41,65-77,105-117,141-153" +PS00005,1TNX,A,"37-39,140-142" +PS00006,1TNX,A,"1-4,37-40,53-56,93-96" +PS00008,1TNX,A,"33-38,49-54" +PS00018,1TNX,A,"29-41,65-77,105-117,141-153" +PS00005,2TN4,A,34-36 +PS00006,2TN4,A,"34-37,50-53,90-93,126-129" +PS00008,2TN4,A,"30-35,46-51" +PS00018,2TN4,A,"26-38,62-74,102-114,138-150" +PS00194,1TOF,A,27-45 +PS00005,1TPN,A,"27-29,37-39" +PS01253,1TPN,A,5-42 +PS00005,1TOT,A,40-42 +PS00006,1TOT,A,"7-10,22-25" +PS01357,1TOT,A,8-33 +PS00006,1TOZ,A,55-58 +PS00008,1TOZ,A,"8-13,23-28" +PS00010,1TOZ,A,"18-29,56-67,94-105" +PS00022,1TOZ,A,"27-38,65-76,103-114" +PS01186,1TOZ,A,"27-38,65-76,103-114" +PS01187,1TOZ,A,"1-27,41-65,79-103" +PS00006,1TP4,A,"1-4,74-77" +PS00005,1TP9,A,"51-53,126-128" +PS00006,1TP9,A,"77-80,90-93,152-155" +PS00008,1TP9,A,"41-46,146-151" +PS00009,1TP9,A,33-36 +PS00005,1TP9,B,"51-53,126-128" +PS00006,1TP9,B,"77-80,90-93,152-155" +PS00008,1TP9,B,"41-46,146-151" +PS00009,1TP9,B,33-36 +PS00005,1TP9,C,"51-53,126-128" +PS00006,1TP9,C,"77-80,90-93,152-155" +PS00008,1TP9,C,"41-46,146-151" +PS00009,1TP9,C,33-36 +PS00005,1TP9,D,"51-53,126-128" +PS00006,1TP9,D,"77-80,90-93,152-155" +PS00008,1TP9,D,"41-46,146-151" +PS00009,1TP9,D,33-36 +PS00005,1TPG,A,"27-29,37-39" +PS00006,1TPG,A,49-52 +PS00022,1TPG,A,72-83 +PS01186,1TPG,A,72-83 +PS01253,1TPG,A,5-42 +PS00005,1TPM,A,"27-29,37-39" +PS01253,1TPM,A,5-42 +PS00005,1TQ1,A,94-96 +PS00006,1TQ1,A,39-42 +PS00008,1TQ1,A,"63-68,79-84,87-92,114-119" +PS00342,1TQ1,A,126-128 +PS00001,1TQZ,A,119-122 +PS00005,1TQZ,A,"26-28,43-45,49-51,87-89,99-101,110-112" +PS00006,1TQZ,A,"83-86,121-124" +PS00008,1TQZ,A,"98-103,106-111" +PS00016,1TQZ,A,112-114 +PS00005,1TR4,A,15-17 +PS00006,1TR4,A,33-36 +PS00008,1TR4,A,"2-7,62-67,95-100" +PS00005,1TR6,A,22-24 +PS00008,1TR6,A,4-9 +PS60004,1TR6,A,0-25 +PS00005,1TRF,A,26-28 +PS00006,1TRF,A,"26-29,42-45" +PS00008,1TRF,A,"22-27,38-43" +PS00018,1TRF,A,"18-30,54-66" +PS00001,1TRL,A,25-28 +PS00005,1TRL,A,50-52 +PS00006,1TRL,A,"36-39,44-47" +PS00001,1TRL,B,25-28 +PS00005,1TRL,B,50-52 +PS00006,1TRL,B,"36-39,44-47" +PS00005,1TRS,A,45-47 +PS00006,1TRS,A,"43-46,66-69,99-102" +PS00008,1TRS,A,82-87 +PS00194,1TRS,A,23-41 +PS00005,1TRU,A,45-47 +PS00006,1TRU,A,"43-46,66-69,99-102" +PS00008,1TRU,A,82-87 +PS00194,1TRU,A,23-41 +PS00005,1TRV,A,45-47 +PS00006,1TRV,A,"43-46,66-69,99-102" +PS00008,1TRV,A,82-87 +PS00194,1TRV,A,23-41 +PS00005,1TRW,A,45-47 +PS00006,1TRW,A,"43-46,66-69,99-102" +PS00008,1TRW,A,82-87 +PS00194,1TRW,A,23-41 +PS00005,3TRX,A,45-47 +PS00006,3TRX,A,"43-46,66-69,99-102" +PS00008,3TRX,A,82-87 +PS00194,3TRX,A,23-41 +PS00005,4TRX,A,45-47 +PS00006,4TRX,A,"43-46,66-69,99-102" +PS00008,4TRX,A,82-87 +PS00194,4TRX,A,23-41 +PS00001,1TS9,A,26-29 +PS00005,1TS9,A,"43-45,48-50,61-63" +PS00001,1TSF,A,26-29 +PS00005,1TSF,A,"43-45,48-50,61-63" +PS00005,1TSK,A,24-26 +PS01138,1TSK,A,12-34 +PS00005,1TT3,A,"18-20,21-23" +PS00008,1TT3,A,"4-9,17-22" +PS60004,1TT3,A,0-24 +PS00001,1TTE,A,"78-81,137-140,202-205" +PS00005,1TTE,A,"0-2,100-102" +PS00006,1TTE,A,"27-30,44-47" +PS00007,1TTE,A,67-75 +PS00008,1TTE,A,154-159 +PS00183,1TTE,A,75-91 +PS00005,1TTF,A,"27-29,75-77,83-85" +PS00006,1TTF,A,34-37 +PS00008,1TTF,A,"51-56,60-65" +PS00016,1TTF,A,77-79 +PS00687,1TTF,A,36-43 +PS00005,1TTK,A,"18-20,21-23" +PS00008,1TTK,A,"4-9,17-22" +PS60004,1TTK,A,0-24 +PS00005,1TTL,A,22-24 +PS00008,1TTL,A,4-9 +PS60004,1TTL,A,0-25 +PS00005,1TTV,A,"32-34,75-77" +PS00006,1TTV,A,"3-6,32-35,75-78,98-101" +PS00006,1TTX,A,"1-4,7-10,78-81" +PS00018,1TTX,A,"51-63,90-102" +PS00001,1TTY,A,48-51 +PS00005,1TTY,A,19-21 +PS00006,1TTY,A,"19-22,39-42,79-82" +PS00007,1TTY,A,38-46 +PS00008,1TTY,A,"31-36,44-49" +PS00716,1TTY,A,39-65 +PS00005,1TTN,A,"31-33,62-64,68-70,73-75" +PS00006,1TTN,A,"5-8,19-22,31-34,101-104" +PS00008,1TTN,A,57-62 +PS00005,1TU2,A,"3-5,8-10,21-23,59-61" +PS00008,1TU2,A,"7-12,68-73" +PS00196,1TU2,A,81-96 +PS00005,1TU2,B,"11-13,16-18,191-193" +PS00006,1TU2,B,"7-10,11-14,31-34,225-228" +PS00008,1TU2,B,"61-66,68-73,151-156,221-226,240-245" +PS00005,1TUM,A,20-22 +PS00006,1TUM,A,65-68 +PS00008,1TUM,A,8-13 +PS00893,1TUM,A,37-58 +PS00001,1TUR,A,"27-30,44-47" +PS00008,1TUR,A,31-36 +PS00282,1TUR,A,15-37 +PS00001,1TUS,A,"27-30,44-47" +PS00008,1TUS,A,31-36 +PS00282,1TUS,A,15-37 +PS00001,1TUZ,A,84-87 +PS00004,1TUZ,A,24-27 +PS00005,1TUZ,A,22-24 +PS00006,1TUZ,A,"8-11,103-106" +PS00008,1TUJ,A,"40-45,47-52,109-114" +PS00001,1TVC,A,"145-148,174-177" +PS00005,1TVC,A,"101-103,171-173,176-178" +PS00006,1TVC,A,"3-6,155-158,194-197" +PS00008,1TVC,A,"8-13,55-60,97-102,219-224" +PS00001,1TVG,A,149-152 +PS00005,1TVG,A,"80-82,87-89" +PS00006,1TVG,A,"28-31,87-90,129-132" +PS00008,1TVG,A,"42-47,107-112,144-149" +PS00001,1TVI,A,110-113 +PS00005,1TVI,A,11-13 +PS00006,1TVI,A,"11-14,61-64" +PS00009,1TVI,A,168-171 +PS01306,1TVI,A,123-133 +PS00005,1TVS,A,52-54 +PS00006,1TVS,A,8-11 +PS00008,1TVS,A,"18-23,26-31" +PS00005,1TVT,A,52-54 +PS00006,1TVT,A,8-11 +PS00008,1TVT,A,"18-23,26-31" +PS00005,1TVX,A,43-45 +PS00006,1TVX,A,43-46 +PS00008,1TVX,A,32-37 +PS00009,1TVX,A,46-49 +PS00471,1TVX,A,9-53 +PS00005,1TVX,B,43-45 +PS00006,1TVX,B,43-46 +PS00008,1TVX,B,32-37 +PS00009,1TVX,B,46-49 +PS00471,1TVX,B,9-53 +PS00005,1TVX,C,43-45 +PS00006,1TVX,C,43-46 +PS00008,1TVX,C,32-37 +PS00009,1TVX,C,46-49 +PS00471,1TVX,C,9-53 +PS00005,1TVX,D,43-45 +PS00006,1TVX,D,43-46 +PS00008,1TVX,D,32-37 +PS00009,1TVX,D,46-49 +PS00471,1TVX,D,9-53 +PS00005,1TVM,A,"19-21,75-77" +PS00006,1TVM,A,"64-67,81-84" +PS00007,1TVM,A,58-65 +PS00008,1TVM,A,28-33 +PS00004,1TVJ,A,"20-23,125-128" +PS00005,1TVJ,A,"93-95,118-120" +PS00006,1TVJ,A,"5-8,23-26,62-65,93-96,118-121,147-150" +PS00008,1TVJ,A,3-8 +PS00001,1TWO,A,6-9 +PS00005,1TWO,A,43-45 +PS00006,1TWO,A,"23-26,56-59" +PS00008,1TWO,A,"48-53,80-85,95-100" +PS00006,1TXP,A,16-19 +PS00006,1TXP,B,16-19 +PS00006,1TXP,C,16-19 +PS00006,1TXP,D,16-19 +PS00005,1TXA,A,"31-33,67-69" +PS00006,1TXA,A,"12-15,24-27" +PS00008,1TXA,A,"16-21,40-45" +PS00009,1TXA,A,33-36 +PS00272,1TXA,A,40-60 +PS00005,1TXB,A,"31-33,67-69" +PS00006,1TXB,A,"12-15,24-27" +PS00008,1TXB,A,"16-21,40-45" +PS00009,1TXB,A,33-36 +PS00272,1TXB,A,40-60 +PS00006,1TXE,A,"6-9,26-29" +PS00007,1TXE,A,56-63 +PS00008,1TXE,A,66-71 +PS00009,1TXE,A,37-40 +PS00589,1TXE,A,38-53 +PS00001,1TXM,A,25-28 +PS00004,1TXM,A,13-16 +PS00005,1TXM,A,27-29 +PS00008,1TXM,A,"4-9,17-22" +PS01138,1TXM,A,8-30 +PS00005,1TXQ,A,"8-10,39-41" +PS00006,1TXQ,A,"16-19,65-68,89-92" +PS00008,1TXQ,A,"0-5,56-61,85-90" +PS00009,1TXQ,A,59-62 +PS00845,1TXQ,A,33-64 +PS00006,1TXQ,B,23-26 +PS00007,1TXQ,B,58-64 +PS00008,1TXQ,B,2-7 +PS00001,1TYK,A,30-33 +PS00006,1TZ4,A,2-5 +PS00265,1TZ4,A,19-35 +PS00265,1TZ5,A,19-35 +PS00006,1TZ1,A,55-58 +PS00008,1TZ1,A,0-5 +PS00001,1U06,A,34-37 +PS00005,1U06,A,"3-5,18-20,23-25,36-38" +PS00006,1U06,A,"3-6,18-21,36-39" +PS00001,1U1B,A,33-36 +PS00005,1U1B,A,"58-60,88-90" +PS00006,1U1B,A,"49-52,79-82" +PS00008,1U1B,A,67-72 +PS00127,1U1B,A,39-45 +PS00001,1U1B,B,33-36 +PS00005,1U1B,B,"58-60,88-90" +PS00006,1U1B,B,"49-52,79-82" +PS00008,1U1B,B,67-72 +PS00127,1U1B,B,39-45 +PS00001,1U1V,A,"61-64,128-131" +PS00006,1U1V,A,279-282 +PS00008,1U1V,A,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1U1V,A,209-212 +PS00001,1U1W,A,"61-64,128-131" +PS00006,1U1W,A,279-282 +PS00008,1U1W,A,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1U1W,A,209-212 +PS00001,1U1W,B,"61-64,128-131" +PS00006,1U1W,B,279-282 +PS00008,1U1W,B,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1U1W,B,209-212 +PS00001,1U1X,A,"61-64,128-131" +PS00006,1U1X,A,279-282 +PS00008,1U1X,A,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1U1X,A,209-212 +PS00001,1U1X,B,"61-64,128-131" +PS00006,1U1X,B,279-282 +PS00008,1U1X,B,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1U1X,B,209-212 +PS00005,1U2F,A,75-77 +PS00006,1U2F,A,56-59 +PS00001,1U2N,A,"80-83,94-97" +PS00005,1U2N,A,"46-48,70-72,96-98" +PS00006,1U2N,A,82-85 +PS00029,1U2U,A,5-26 +PS00029,1U2U,B,5-26 +PS00001,2U2F,A,53-56 +PS00008,2U2F,A,"6-11,39-44,64-69" +PS00004,1U3N,A,113-116 +PS00005,1U3N,A,"41-43,111-113" +PS00006,1U3N,A,28-31 +PS00008,1U3N,A,"45-50,115-120,143-148,152-157" +PS00001,1U34,A,"37-40,46-49,79-82,91-94,99-102" +PS00005,1U34,A,80-82 +PS00006,1U34,A,"24-27,47-50,101-104" +PS00007,1U34,A,112-118 +PS00008,1U34,A,"2-7,75-80,92-97" +PS00649,1U34,A,45-70 +PS00001,1U3M,A,"62-65,77-80,86-89" +PS00004,1U3M,A,75-78 +PS00005,1U3M,A,35-37 +PS00006,1U3M,A,"64-67,88-91" +PS00008,1U3M,A,0-5 +PS00706,1U3M,A,91-109 +PS00001,1U37,A,"57-60,78-81" +PS00005,1U37,A,44-46 +PS00008,1U37,A,63-68 +PS00001,1U38,A,"57-60,78-81" +PS00005,1U38,A,44-46 +PS00008,1U38,A,63-68 +PS00006,1U39,A,56-59 +PS00007,1U39,A,8-14 +PS00008,1U39,A,"23-28,38-43" +PS00001,1U3B,A,"57-60,78-81" +PS00005,1U3B,A,44-46 +PS00006,1U3B,A,"146-149,176-179" +PS00007,1U3B,A,98-104 +PS00008,1U3B,A,"63-68,113-118,128-133" +PS00005,1U3O,A,"48-50,59-61" +PS00008,1U3O,A,"6-11,15-20,67-72" +PS00001,1U4A,A,53-56 +PS00004,1U4A,A,20-23 +PS00005,1U4A,A,"33-35,39-41" +PS00008,1U4A,A,"9-14,49-54" +PS00008,1U57,A,38-43 +PS00001,1U5L,A,"63-66,78-81" +PS00005,1U5L,A,35-37 +PS00006,1U5L,A,"51-54,65-68,80-83" +PS00008,1U5L,A,"0-5,12-17" +PS00018,1U5L,A,72-84 +PS00008,1U5M,A,"13-18,35-40" +PS01208,1U5M,A,27-64 +PS00006,1U5S,A,16-19 +PS00008,1U5S,B,"3-8,50-55" +PS00478,1U5S,B,7-40 +PS00005,1U6F,A,70-72 +PS00006,1U6F,A,"7-10,51-54" +PS00008,1U6F,A,126-131 +PS00001,1U6H,A,251-254 +PS00005,1U6H,A,"217-219,234-236" +PS00006,1U6H,A,"31-34,84-87,145-148,166-169,173-176,203-206,217-220,271-274" +PS00008,1U6H,A,"134-139,242-247" +PS00663,1U6H,A,182-202 +PS00005,1U6H,B,"4-6,18-20" +PS00004,1U6P,A,15-18 +PS00006,1U6P,A,18-21 +PS00005,1U6U,A,1-3 +PS00005,1U6V,A,1-3 +PS00005,1U7J,A,21-23 +PS00005,1U7J,B,21-23 +PS00005,1U7M,A,21-23 +PS00005,1U7M,B,21-23 +PS00004,1U7Q,A,98-101 +PS00006,1U7Q,A,"36-39,45-48,118-121" +PS00008,1U7Q,A,"16-21,100-105" +PS00006,1U7R,A,"2-5,34-37,50-53" +PS00007,1U7R,A,144-150 +PS00006,1U7S,A,"2-5,34-37,50-53" +PS00007,1U7S,A,144-150 +PS00001,1U81,A,42-45 +PS00005,1U81,A,"122-124,129-131" +PS00006,1U81,A,"46-49,143-146" +PS00008,1U81,A,"6-11,147-152" +PS00017,1U81,A,6-13 +PS00005,1U89,A,"102-104,116-118" +PS00006,1U89,A,"56-59,64-67,97-100" +PS00008,1U89,A,"15-20,40-45" +PS00006,1U85,A,17-20 +PS00028,1U85,A,9-29 +PS00006,1U86,A,"10-13,19-22" +PS00028,1U86,A,9-31 +PS00005,1U96,A,"3-5,43-45" +PS00006,1U96,A,1-4 +PS00005,1U97,A,"3-5,43-45" +PS00006,1U97,A,1-4 +PS00001,1UAP,A,142-145 +PS00005,1UAP,A,"53-55,90-92,144-146" +PS00008,1UAP,A,"37-42,64-69,73-78" +PS00005,1UAW,A,37-39 +PS00006,1UAW,A,"11-14,47-50,61-64" +PS00005,1UB1,A,"17-19,42-44,50-52,97-99,103-105,115-117,121-123" +PS00006,1UB1,A,"36-39,71-74,85-88,103-106" +PS00007,1UB1,A,70-78 +PS00008,1UB1,A,120-125 +PS00001,1UC6,A,64-67 +PS00005,1UC6,A,4-6 +PS00006,1UC6,A,"34-37,69-72,92-95" +PS00008,1UC6,A,65-70 +PS01354,1UC6,A,5-47 +PS00001,1UCP,A,13-16 +PS00005,1UCP,A,52-54 +PS00006,1UCP,A,15-18 +PS00008,1UCP,A,"41-46,64-69,82-87" +PS00005,1UCV,A,"15-17,64-66" +PS00006,1UCV,A,8-11 +PS00008,1UCV,A,"0-5,6-11,28-33,60-65,74-79" +PS00005,1UD7,A,8-10 +PS00006,1UD7,A,54-57 +PS00299,1UD7,A,26-51 +PS00006,1UDK,A,5-8 +PS00008,1UDK,A,17-22 +PS00005,1UDL,A,23-25 +PS00008,1UDL,A,"0-5,55-60,78-83" +PS00005,1UDM,A,"34-36,77-79,102-104,121-123" +PS00006,1UDM,A,"9-12,71-74,100-103" +PS00008,1UDM,A,"0-5,94-99,101-106" +PS00001,1UE9,A,37-40 +PS00004,1UE9,A,35-38 +PS00005,1UE9,A,70-72 +PS00006,1UE9,A,"4-7,18-21" +PS00008,1UE9,A,0-5 +PS00009,1UE9,A,49-52 +PS00005,1UEL,A,"3-5,11-13,21-23,31-33" +PS00006,1UEL,B,"6-9,20-23" +PS00008,1UEL,B,"0-5,37-42" +PS00005,1UEM,A,"5-7,74-76" +PS00008,1UEM,A,"0-5,38-43,77-82" +PS00001,1UEN,A,26-29 +PS00005,1UEN,A,"41-43,59-61" +PS00006,1UEN,A,"8-11,28-31" +PS00008,1UEN,A,"0-5,81-86,118-123" +PS00005,1UEO,A,34-36 +PS00008,1UEO,A,"30-35,37-42" +PS00001,1UEP,A,88-91 +PS00005,1UEP,A,"70-72,90-92" +PS00008,1UEP,A,"0-5,38-43,63-68" +PS00017,1UEP,A,63-70 +PS00005,1UEQ,A,23-25 +PS00006,1UEQ,A,80-83 +PS00008,1UEQ,A,"0-5,17-22,94-99" +PS00005,1UEW,A,95-97 +PS00006,1UEW,A,53-56 +PS00008,1UEW,A,"0-5,6-11,37-42,91-96" +PS00001,1UEY,A,85-88 +PS00005,1UEY,A,87-89 +PS00006,1UEY,A,"37-40,113-116" +PS00008,1UEY,A,"0-5,71-76" +PS00017,1UEY,A,92-99 +PS00005,1UEZ,A,"12-14,25-27,81-83" +PS00006,1UEZ,A,"4-7,39-42,45-48,70-73" +PS00008,1UEZ,A,"0-5,21-26,29-34,35-40,51-56" +PS00001,1UF0,A,102-105 +PS00004,1UF0,A,68-71 +PS00005,1UF0,A,5-7 +PS00006,1UF0,A,"47-50,71-74" +PS00008,1UF0,A,"0-5,24-29" +PS00009,1UF0,A,5-8 +PS00004,1UF1,A,8-11 +PS00005,1UF1,A,"36-38,91-93,98-100" +PS00006,1UF1,A,"4-7,50-53,56-59,98-101,110-113" +PS00008,1UF1,A,"0-5,40-45,46-51,62-67" +PS00005,1UFF,A,71-73 +PS00006,1UFF,A,"35-38,64-67" +PS00008,1UFF,A,"0-5,44-49" +PS00001,1UFG,A,"55-58,131-134" +PS00005,1UFG,A,"15-17,36-38,79-81,87-89,124-126" +PS00006,1UFG,A,"57-60,132-135" +PS00008,1UFG,A,"0-5,6-11,91-96,100-105,120-125" +PS00001,1UFM,A,29-32 +PS00006,1UFM,A,"9-12,31-34" +PS00008,1UFM,A,0-5 +PS00005,1UFN,A,"37-39,50-52,62-64,76-78" +PS00006,1UFN,A,"5-8,50-53,62-65" +PS00008,1UFN,A,"0-5,58-63,68-73,84-89" +PS00006,1UFW,A,"25-28,63-66,72-75" +PS00008,1UFW,A,"0-5,45-50" +PS00005,1UFX,A,63-65 +PS00007,1UFX,A,81-87 +PS00008,1UFX,A,"0-5,24-29,42-47" +PS00006,1UFZ,A,"4-7,26-29,35-38" +PS00008,1UFZ,A,"0-5,76-81" +PS00005,1UG4,A,55-57 +PS00272,1UG4,A,36-56 +PS00005,1UG0,A,26-28 +PS00006,1UG0,A,"4-7,19-22" +PS00007,1UG0,A,64-72 +PS00008,1UG0,A,0-5 +PS00006,1UG1,A,"34-37,80-83" +PS00008,1UG1,A,"0-5,61-66" +PS00001,1UG2,A,21-24 +PS00005,1UG2,A,73-75 +PS00006,1UG2,A,"27-30,68-71,85-88" +PS00008,1UG2,A,3-8 +PS00001,1UG7,A,57-60 +PS00005,1UG7,A,21-23 +PS00006,1UG7,A,"74-77,88-91" +PS00008,1UG7,A,0-5 +PS00005,1UG8,A,"49-51,63-65" +PS00006,1UG8,A,"4-7,73-76" +PS00008,1UG8,A,0-5 +PS00004,1UGJ,A,106-109 +PS00005,1UGJ,A,"14-16,17-19,103-105,132-134" +PS00008,1UGJ,A,0-5 +PS00006,1UGK,A,"102-105,115-118" +PS00008,1UGK,A,"0-5,80-85,116-121" +PS00004,1UGL,A,3-6 +PS00006,1UGL,A,"16-19,33-36" +PS00008,1UGL,A,30-35 +PS00001,1UGO,A,91-94 +PS00005,1UGO,A,81-83 +PS00006,1UGO,A,5-8 +PS00008,1UGO,A,"0-5,6-11" +PS00006,1UGV,A,32-35 +PS00008,1UGV,A,"0-5,48-53" +PS00290,1UGV,A,16-22 +PS00006,1UH6,A,"26-29,49-52,82-85" +PS00008,1UH6,A,"20-25,62-67" +PS00009,1UH6,A,36-39 +PS00005,1UHC,A,20-22 +PS00006,1UHC,A,5-8 +PS00008,1UHC,A,0-5 +PS00009,1UHC,A,57-60 +PS00005,1UHF,A,35-37 +PS00006,1UHF,A,"5-8,17-20,25-28,35-38,45-48" +PS00008,1UHF,A,"0-5,51-56" +PS00004,1UHM,A,20-23 +PS00005,1UHM,A,"2-4,5-7,23-25" +PS00006,1UHM,A,"5-8,43-46" +PS00008,1UHM,A,"40-45,56-61" +PS00004,1UHP,A,98-101 +PS00005,1UHP,A,"5-7,87-89" +PS00006,1UHP,A,"37-40,87-90" +PS00008,1UHP,A,"0-5,26-31,41-46" +PS00005,1UHR,A,"41-43,65-67" +PS00008,1UHR,A,0-5 +PS00005,1UHS,A,45-47 +PS00006,1UHS,A,"6-9,68-71" +PS00008,1UHS,A,0-5 +PS00001,1UHT,A,75-78 +PS00005,1UHT,A,"11-13,33-35,53-55" +PS00007,1UHT,A,21-28 +PS00008,1UHT,A,"0-5,42-47,72-77" +PS00001,1UHU,A,25-28 +PS00006,1UHU,A,75-78 +PS00008,1UHU,A,"0-5,6-11" +PS00005,1UHW,A,"13-15,48-50" +PS00006,1UHW,A,13-16 +PS00008,1UHW,A,"0-5,58-63" +PS00005,1UHZ,A,29-31 +PS00006,1UHZ,A,79-82 +PS00007,1UHZ,A,18-25 +PS00008,1UHZ,A,"0-5,46-51,52-57" +PS00005,1UIA,A,40-42 +PS00008,1UIA,A,"23-28,99-104" +PS00128,1UIA,A,73-91 +PS00342,1UIA,A,124-126 +PS00005,1UIB,A,40-42 +PS00008,1UIB,A,"23-28,99-104" +PS00128,1UIB,A,73-91 +PS00342,1UIB,A,124-126 +PS00005,1UIH,A,42-44 +PS00008,1UIH,A,"25-30,101-106" +PS00128,1UIH,A,75-93 +PS00342,1UIH,A,126-128 +PS00001,1UIL,A,"21-24,54-57" +PS00005,1UIL,A,79-81 +PS00006,1UIL,A,5-8 +PS00007,1UIL,A,39-46 +PS00008,1UIL,A,"0-5,17-22,100-105" +PS00009,1UIL,A,68-71 +PS00001,1UIO,A,"114-117,285-288" +PS00005,1UIO,A,"229-231,307-309" +PS00006,1UIO,A,"38-41,106-109,116-119,121-124,238-241,298-301,307-310,314-317" +PS00007,1UIO,A,"86-93,278-286,297-304,337-344" +PS00008,1UIO,A,"70-75,132-137,199-204" +PS00009,1UIO,A,26-29 +PS00485,1UIO,A,287-293 +PS00001,1UIP,A,"114-117,285-288" +PS00005,1UIP,A,"229-231,307-309" +PS00006,1UIP,A,"38-41,106-109,116-119,121-124,238-241,298-301,307-310,314-317" +PS00007,1UIP,A,"86-93,278-286,297-304,337-344" +PS00008,1UIP,A,"70-75,132-137,199-204" +PS00009,1UIP,A,26-29 +PS00485,1UIP,A,287-293 +PS00006,1UIT,A,"5-8,75-78" +PS00007,1UIT,A,9-15 +PS00008,1UIT,A,"0-5,42-47,58-63" +PS00001,1UJD,A,109-112 +PS00005,1UJD,A,"64-66,82-84" +PS00006,1UJD,A,85-88 +PS00008,1UJD,A,"0-5,28-33,49-54,78-83" +PS00001,1UJL,A,28-31 +PS00005,1UJL,A,36-38 +PS00006,1UJL,A,36-39 +PS00006,1UJO,A,"4-7,122-125" +PS00008,1UJO,A,"0-5,42-47,88-93,126-131" +PS00016,1UJO,A,129-131 +PS00004,1UJR,A,58-61 +PS00005,1UJR,A,46-48 +PS00006,1UJR,A,"15-18,46-49" +PS00007,1UJR,A,24-32 +PS00009,1UJR,A,"56-59,85-88" +PS00005,1UJS,A,27-29 +PS00006,1UJS,A,"41-44,48-51,59-62" +PS00008,1UJS,A,"0-5,6-11,57-62" +PS00005,1UJT,A,"5-7,72-74,107-109" +PS00006,1UJT,A,110-113 +PS00008,1UJT,A,"0-5,56-61" +PS00005,1UJU,A,25-27 +PS00006,1UJU,A,"80-83,90-93" +PS00008,1UJU,A,"0-5,28-33,44-49,78-83" +PS00001,1UJV,A,63-66 +PS00006,1UJV,A,"25-28,65-68" +PS00008,1UJV,A,"0-5,46-51,79-84,89-94" +PS00004,1UJX,A,50-53 +PS00005,1UJX,A,"48-50,109-111" +PS00006,1UJX,A,94-97 +PS00008,1UJX,A,"0-5,74-79,88-93" +PS00005,1UJY,A,67-69 +PS00006,1UJY,A,"21-24,37-40" +PS00008,1UJY,A,"0-5,47-52" +PS00005,1UK5,A,53-55 +PS00006,1UK5,A,95-98 +PS00007,1UK5,A,51-57 +PS00008,1UK5,A,"0-5,40-45" +PS00009,1UK5,A,49-52 +PS00001,1UKX,A,"91-94,129-132" +PS00005,1UKX,A,11-13 +PS00006,1UKX,A,"5-8,73-76,99-102" +PS00008,1UKX,A,0-5 +PS60014,1UL2,A,1-15 +PS00004,1UL4,A,81-84 +PS00005,1UL4,A,69-71 +PS00006,1UL4,A,84-87 +PS00008,1UL4,A,"0-5,6-11" +PS00005,1UL5,A,64-66 +PS00009,1UL5,A,60-63 +PS00004,1UL7,A,79-82 +PS00005,1UL7,A,"5-7,11-13" +PS00006,1UL7,A,16-19 +PS00008,1UL7,A,"0-5,32-37,83-88" +PS00005,1UL9,A,52-54 +PS00006,1UL9,A,"42-45,91-94" +PS00005,1UL9,B,52-54 +PS00006,1UL9,B,"42-45,91-94" +PS00005,1ULC,A,52-54 +PS00006,1ULC,A,"42-45,91-94" +PS00005,1ULC,B,52-54 +PS00006,1ULC,B,"42-45,91-94" +PS00005,1ULD,A,52-54 +PS00006,1ULD,A,"42-45,91-94" +PS00005,1ULD,B,52-54 +PS00006,1ULD,B,"42-45,91-94" +PS00005,1ULD,C,52-54 +PS00006,1ULD,C,"42-45,91-94" +PS00005,1ULD,D,52-54 +PS00006,1ULD,D,"42-45,91-94" +PS00005,1ULE,A,52-54 +PS00006,1ULE,A,"42-45,91-94" +PS00005,1ULE,B,52-54 +PS00006,1ULE,B,"42-45,91-94" +PS00005,1ULF,A,52-54 +PS00006,1ULF,A,"42-45,91-94" +PS00005,1ULF,B,52-54 +PS00006,1ULF,B,"42-45,91-94" +PS00005,1ULG,A,52-54 +PS00006,1ULG,A,"42-45,91-94" +PS00005,1ULG,B,52-54 +PS00006,1ULG,B,"42-45,91-94" +PS00005,1ULG,C,52-54 +PS00006,1ULG,C,"42-45,91-94" +PS00005,1ULG,D,52-54 +PS00006,1ULG,D,"42-45,91-94" +PS00005,1ULO,A,"60-62,72-74" +PS00006,1ULO,A,"7-10,86-89,147-150" +PS00008,1ULO,A,"45-50,56-61,81-86,129-134" +PS00005,1ULP,A,"60-62,72-74" +PS00006,1ULP,A,"7-10,86-89,147-150" +PS00008,1ULP,A,"45-50,56-61,81-86,129-134" +PS00001,1UM1,A,64-67 +PS00005,1UM1,A,98-100 +PS00006,1UM1,A,"55-58,94-97" +PS00008,1UM1,A,"0-5,19-24,45-50" +PS00009,1UM1,A,83-86 +PS00001,1UM7,A,73-76 +PS00005,1UM7,A,5-7 +PS00006,1UM7,A,102-105 +PS00008,1UM7,A,"0-5,26-31,33-38,39-44,87-92" +PS00016,1UM7,A,59-61 +PS00001,1UMH,A,176-179 +PS00005,1UMH,A,"7-9,54-56,98-100,110-112" +PS00006,1UMH,A,"27-30,50-53,61-64,105-108,115-118,136-139,143-146" +PS00008,1UMH,A,"46-51,159-164,171-176" +PS00001,1UMI,A,176-179 +PS00005,1UMI,A,"7-9,54-56,98-100,110-112" +PS00006,1UMI,A,"27-30,50-53,61-64,105-108,115-118,136-139,143-146" +PS00008,1UMI,A,"46-51,159-164,171-176" +PS00001,1UMQ,A,55-58 +PS00005,1UMQ,A,"59-61,78-80" +PS00005,1UMS,A,15-17 +PS00006,1UMS,A,"32-35,142-145,152-155" +PS00008,1UMS,A,"78-83,125-130" +PS00142,1UMS,A,115-124 +PS00005,1UMT,A,15-17 +PS00006,1UMT,A,"32-35,142-145,152-155" +PS00008,1UMT,A,"78-83,125-130" +PS00142,1UMT,A,115-124 +PS00006,1UNC,A,2-5 +PS00008,1UNC,A,11-16 +PS00006,1UND,A,3-6 +PS00008,1UND,A,12-17 +PS00001,1UOV,A,"77-80,118-121" +PS00004,1UOV,A,"62-65,68-71" +PS00005,1UOV,A,"16-18,66-68" +PS00006,1UOV,A,"97-100,120-123" +PS00008,1UOV,A,1-6 +PS00009,1UOV,A,56-59 +PS00001,1UOW,A,"77-80,118-121" +PS00004,1UOW,A,"62-65,68-71" +PS00005,1UOW,A,"16-18,66-68" +PS00006,1UOW,A,"97-100,120-123" +PS00008,1UOW,A,1-6 +PS00009,1UOW,A,56-59 +PS00001,1UPH,A,"108-111,123-126" +PS00005,1UPH,A,110-112 +PS00006,1UPH,A,"8-11,69-72" +PS00008,1UPH,A,"1-6,48-53" +PS00009,1UPH,A,23-26 +PS00006,1UQV,A,"12-15,22-25,78-81" +PS00008,1UQV,A,0-5 +PS00001,1UR6,A,80-83 +PS00005,1UR6,A,"69-71,128-130,141-143" +PS00006,1UR6,A,128-131 +PS00183,1UR6,A,73-88 +PS00008,1UR6,B,39-44 +PS00004,1URC,A,272-275 +PS00005,1URC,A,"119-121,197-199,275-277" +PS00006,1URC,A,"38-41,181-184,206-209,220-223,231-234" +PS00007,1URC,A,8-14 +PS00008,1URC,A,"42-47,113-118,146-151,189-194" +PS00107,1URC,A,9-32 +PS00108,1URC,A,122-134 +PS00001,1URC,B,56-59 +PS00005,1URC,B,"36-38,114-116,213-215,235-237" +PS00006,1URC,B,"92-95,167-170,198-201,235-238" +PS00292,1URC,B,38-69 +PS00004,1URC,C,272-275 +PS00005,1URC,C,"119-121,197-199,275-277" +PS00006,1URC,C,"38-41,181-184,206-209,220-223,231-234" +PS00007,1URC,C,8-14 +PS00008,1URC,C,"42-47,113-118,146-151,189-194" +PS00107,1URC,C,9-32 +PS00108,1URC,C,122-134 +PS00001,1URC,D,56-59 +PS00005,1URC,D,"36-38,114-116,213-215,235-237" +PS00006,1URC,D,"92-95,167-170,198-201,235-238" +PS00292,1URC,D,38-69 +PS00005,1URE,A,"4-6,47-49" +PS00006,1URE,A,"47-50,70-73,108-111" +PS00008,1URE,A,"30-35,43-48,64-69,74-79" +PS00214,1URE,A,3-20 +PS00001,1URF,A,"5-8,35-38" +PS00005,1URF,A,37-39 +PS00006,1URF,A,"37-40,56-59" +PS00008,1URF,A,0-5 +PS00005,1URK,A,15-17 +PS00006,1URK,A,"3-6,43-46" +PS00008,1URK,A,"11-16,32-37" +PS00021,1URK,A,95-107 +PS00022,1URK,A,25-36 +PS00001,1USQ,A,136-139 +PS00005,1USQ,A,"19-21,25-27" +PS00006,1USQ,A,23-26 +PS00008,1USQ,A,"15-20,115-120,127-132,143-148" +PS00001,1USQ,B,136-139 +PS00005,1USQ,B,"19-21,25-27" +PS00006,1USQ,B,23-26 +PS00008,1USQ,B,"15-20,115-120,127-132,143-148" +PS00001,1USQ,C,136-139 +PS00005,1USQ,C,"19-21,25-27" +PS00006,1USQ,C,23-26 +PS00008,1USQ,C,"15-20,115-120,127-132,143-148" +PS00001,1USQ,D,136-139 +PS00005,1USQ,D,"19-21,25-27" +PS00006,1USQ,D,23-26 +PS00008,1USQ,D,"15-20,115-120,127-132,143-148" +PS00001,1USQ,E,136-139 +PS00005,1USQ,E,"19-21,25-27" +PS00006,1USQ,E,23-26 +PS00008,1USQ,E,"15-20,115-120,127-132,143-148" +PS00001,1USQ,F,136-139 +PS00005,1USQ,F,"19-21,25-27" +PS00006,1USQ,F,23-26 +PS00008,1USQ,F,"15-20,115-120,127-132,143-148" +PS00005,1USS,A,"8-10,26-28,40-42" +PS00006,1USS,A,"8-11,47-50" +PS00004,1UST,A,"23-26,79-82" +PS00005,1UST,A,"5-7,8-10,26-28" +PS00006,1UST,A,"8-11,46-49" +PS00008,1UST,A,"43-48,59-64" +PS00001,1USZ,A,136-139 +PS00005,1USZ,A,19-21 +PS00006,1USZ,A,23-26 +PS00008,1USZ,A,"15-20,115-120,127-132,143-148" +PS00005,3USN,A,15-17 +PS00006,3USN,A,"32-35,142-145,152-155" +PS00008,3USN,A,"78-83,125-130" +PS00142,3USN,A,115-124 +PS00001,1UT1,A,135-138 +PS00005,1UT1,A,"18-20,24-26" +PS00006,1UT1,A,22-25 +PS00008,1UT1,A,"14-19,114-119,126-131,142-147" +PS00001,1UT1,B,135-138 +PS00005,1UT1,B,"18-20,24-26" +PS00006,1UT1,B,22-25 +PS00008,1UT1,B,"14-19,114-119,126-131,142-147" +PS00001,1UT1,C,135-138 +PS00005,1UT1,C,"18-20,24-26" +PS00006,1UT1,C,22-25 +PS00008,1UT1,C,"14-19,114-119,126-131,142-147" +PS00001,1UT1,D,135-138 +PS00005,1UT1,D,"18-20,24-26" +PS00006,1UT1,D,22-25 +PS00008,1UT1,D,"14-19,114-119,126-131,142-147" +PS00001,1UT1,E,135-138 +PS00005,1UT1,E,"18-20,24-26" +PS00006,1UT1,E,22-25 +PS00008,1UT1,E,"14-19,114-119,126-131,142-147" +PS00001,1UT1,F,135-138 +PS00005,1UT1,F,"18-20,24-26" +PS00006,1UT1,F,22-25 +PS00008,1UT1,F,"14-19,114-119,126-131,142-147" +PS00001,1UT2,A,136-139 +PS00005,1UT2,A,19-21 +PS00006,1UT2,A,23-26 +PS00008,1UT2,A,"15-20,115-120,127-132,143-148" +PS00001,1UT2,B,136-139 +PS00005,1UT2,B,19-21 +PS00006,1UT2,B,23-26 +PS00008,1UT2,B,"15-20,115-120,127-132,143-148" +PS00001,1UT2,C,136-139 +PS00005,1UT2,C,19-21 +PS00006,1UT2,C,23-26 +PS00008,1UT2,C,"15-20,115-120,127-132,143-148" +PS00001,1UT2,D,136-139 +PS00005,1UT2,D,19-21 +PS00006,1UT2,D,23-26 +PS00008,1UT2,D,"15-20,115-120,127-132,143-148" +PS00001,1UT2,E,136-139 +PS00005,1UT2,E,19-21 +PS00006,1UT2,E,23-26 +PS00008,1UT2,E,"15-20,115-120,127-132,143-148" +PS00001,1UT2,F,136-139 +PS00005,1UT2,F,19-21 +PS00006,1UT2,F,23-26 +PS00008,1UT2,F,"15-20,115-120,127-132,143-148" +PS00001,1UT2,G,136-139 +PS00005,1UT2,G,19-21 +PS00006,1UT2,G,23-26 +PS00008,1UT2,G,"15-20,115-120,127-132,143-148" +PS00001,1UT2,H,136-139 +PS00005,1UT2,H,19-21 +PS00006,1UT2,H,23-26 +PS00008,1UT2,H,"15-20,115-120,127-132,143-148" +PS00001,1UT2,I,136-139 +PS00005,1UT2,I,19-21 +PS00006,1UT2,I,23-26 +PS00008,1UT2,I,"15-20,115-120,127-132,143-148" +PS00005,1UTA,A,"2-4,15-17,24-26" +PS00006,1UTA,A,2-5 +PS00008,1UTA,A,14-19 +PS00005,1UTR,A,80-82 +PS00006,1UTR,A,39-42 +PS00008,1UTR,A,36-41 +PS00005,1UTR,B,80-82 +PS00006,1UTR,B,39-42 +PS00008,1UTR,B,36-41 +PS00004,1UTX,A,12-15 +PS00006,1UTX,A,"15-18,54-57" +PS00008,1UTX,A,32-37 +PS00004,1UTX,B,12-15 +PS00006,1UTX,B,"15-18,54-57" +PS00008,1UTX,B,32-37 +PS00006,1UUA,A,44-47 +PS00008,1UUA,A,"25-30,33-38" +PS00280,1UUA,A,30-48 +PS00006,1UUB,A,44-47 +PS00008,1UUB,A,"25-30,33-38" +PS00280,1UUB,A,30-48 +PS00005,1UUC,A,42-44 +PS00001,1UUH,A,"5-8,37-40,80-83,90-93,100-103" +PS00005,1UUH,A,"7-9,56-58" +PS00006,1UUH,A,"25-28,92-95,111-114,143-146,154-157" +PS00007,1UUH,A,142-149 +PS01241,1UUH,A,33-77 +PS00001,1UUH,B,"5-8,37-40,80-83,90-93,100-103" +PS00005,1UUH,B,"7-9,56-58" +PS00006,1UUH,B,"25-28,92-95,111-114,143-146,154-157" +PS00007,1UUH,B,142-149 +PS01241,1UUH,B,33-77 +PS00005,1UVF,A,56-58 +PS00008,1UVF,A,31-36 +PS00282,1UVF,A,19-41 +PS00005,1UVG,A,56-58 +PS00008,1UVG,A,"31-36,66-71" +PS00282,1UVG,A,19-41 +PS00004,1UW0,A,11-14 +PS00005,1UW0,A,"65-67,97-99,103-105" +PS00006,1UW0,A,"42-45,73-76" +PS00008,1UW0,A,13-18 +PS00347,1UW0,A,17-54 +PS00001,1UW3,A,"56-59,72-75" +PS00005,1UW3,A,"58-60,67-69" +PS00006,1UW3,A,"68-71,74-77" +PS00008,1UW3,A,6-11 +PS00706,1UW3,A,75-93 +PS00004,1UWD,A,3-6 +PS00005,1UWD,A,2-4 +PS00006,1UWD,A,"6-9,62-65" +PS00008,1UWD,A,58-63 +PS00005,1UWO,A,17-19 +PS00006,1UWO,A,"0-3,17-20" +PS00018,1UWO,A,60-72 +PS00303,1UWO,A,55-76 +PS00005,1UWO,B,17-19 +PS00006,1UWO,B,"0-3,17-20" +PS00018,1UWO,B,60-72 +PS00303,1UWO,B,55-76 +PS00005,1UXC,A,30-32 +PS00008,1UXC,A,10-15 +PS00356,1UXC,A,2-20 +PS00005,1UXD,A,30-32 +PS00008,1UXD,A,10-15 +PS00356,1UXD,A,2-20 +PS00001,1UZC,A,32-35 +PS00005,1UZC,A,"55-57,68-70" +PS00006,1UZC,A,12-15 +PS00008,1UZC,A,0-5 +PS00005,1UZW,A,"54-56,305-307" +PS00006,1UZW,A,"65-68,201-204,291-294,305-308,311-314" +PS00007,1UZW,A,"96-104,304-312" +PS00008,1UZW,A,"150-155,205-210,253-258" +PS00009,1UZW,A,94-97 +PS00185,1UZW,A,96-105 +PS00186,1UZW,A,249-262 +PS00005,1V06,A,"23-25,49-51" +PS00006,1V06,A,"23-26,62-65,68-71,82-85" +PS00008,1V06,A,"14-19,48-53,118-123" +PS00005,1V1T,A,"63-65,81-83" +PS00006,1V1T,A,81-84 +PS00008,1V1T,A,"43-48,140-145,154-159" +PS00070,1V1T,A,51-62 +PS00005,1V1T,B,"63-65,81-83" +PS00006,1V1T,B,81-84 +PS00008,1V1T,B,"43-48,140-145,154-159" +PS00070,1V1T,B,51-62 +PS00005,1V1C,A,24-26 +PS00006,1V1C,A,"2-5,24-27" +PS00001,1V27,A,73-76 +PS00004,1V27,A,58-61 +PS00005,1V27,A,"10-12,54-56,63-65" +PS00006,1V27,A,"34-37,94-97" +PS00008,1V27,A,"0-5,6-11" +PS00008,1V28,A,4-9 +PS00001,1V2Y,A,26-29 +PS00005,1V2Y,A,8-10 +PS00006,1V2Y,A,"28-31,66-69" +PS00008,1V2Y,A,0-5 +PS00005,1V31,A,74-76 +PS00008,1V31,A,0-5 +PS00005,1V32,A,"5-7,56-58" +PS00006,1V32,A,35-38 +PS00008,1V32,A,0-5 +PS00009,1V32,A,5-8 +PS00005,1V38,A,5-7 +PS00006,1V38,A,"13-16,37-40,65-68" +PS00008,1V38,A,0-5 +PS00009,1V38,A,5-8 +PS00001,1V3A,A,26-29 +PS00005,1V3A,A,"12-14,164-166" +PS00006,1V3A,A,"31-34,55-58,63-66,146-149" +PS00007,1V3A,A,46-52 +PS00008,1V3A,A,"96-101,138-143" +PS00294,1V3A,A,169-172 +PS00004,1V3F,A,107-110 +PS00005,1V3F,A,"32-34,104-106,110-112" +PS00006,1V3F,A,"41-44,54-57,100-103,110-113" +PS00008,1V3F,A,"0-5,80-85" +PS00001,1V49,A,58-61 +PS00005,1V49,A,"2-4,5-7,100-102" +PS00006,1V49,A,100-103 +PS00007,1V49,A,102-109 +PS00006,1V4Q,A,10-13 +PS00009,1V4Q,A,19-22 +PS00005,1V4R,A,65-67 +PS00006,1V4R,A,"36-39,72-75,82-85" +PS00007,1V4R,A,5-12 +PS00008,1V4R,A,"62-67,68-73" +PS00005,1V4Z,A,9-11 +PS00006,1V4Z,A,5-8 +PS00006,1V50,A,5-8 +PS00001,1V60,A,47-50 +PS00005,1V60,A,68-70 +PS00006,1V60,A,69-72 +PS00008,1V60,A,"0-5,16-21" +PS00005,1V5A,A,"4-6,12-14" +PS00001,1V5J,A,95-98 +PS00005,1V5J,A,18-20 +PS00006,1V5J,A,60-63 +PS00008,1V5J,A,"0-5,84-89" +PS00001,1V5K,A,"17-20,23-26" +PS00006,1V5K,A,25-28 +PS00008,1V5K,A,"0-5,33-38" +PS00006,1V5L,A,64-67 +PS00008,1V5L,A,"0-5,23-28,38-43" +PS00008,1V5M,A,"0-5,6-11,126-131" +PS00006,1V5N,A,5-8 +PS00007,1V5N,A,12-18 +PS00008,1V5N,A,"0-5,56-61" +PS00008,1V5O,A,"0-5,6-11,71-76" +PS00005,1V5P,A,"28-30,77-79,94-96" +PS00008,1V5P,A,"0-5,60-65" +PS00005,1V5Q,A,95-97 +PS00006,1V5Q,A,"49-52,55-58,80-83" +PS00008,1V5Q,A,"0-5,34-39,115-120" +PS00004,1V5R,A,14-17 +PS00006,1V5R,A,82-85 +PS00008,1V5R,A,"0-5,61-66" +PS00004,1V5S,A,97-100 +PS00006,1V5S,A,37-40 +PS00008,1V5S,A,"33-38,50-55,101-106" +PS00006,1V5T,A,"22-25,28-31" +PS00008,1V5T,A,"0-5,15-20,80-85" +PS00005,1V5U,A,"5-7,83-85" +PS00006,1V5U,A,72-75 +PS00007,1V5U,A,7-14 +PS00008,1V5U,A,"0-5,68-73" +PS00005,1V61,A,61-63 +PS00006,1V61,A,98-101 +PS00008,1V61,A,"0-5,6-11,77-82" +PS00001,1V62,A,"11-14,39-42" +PS00005,1V62,A,"36-38,90-92,103-105" +PS00006,1V62,A,"4-7,52-55,72-75,78-81,88-91" +PS00008,1V62,A,"0-5,25-30" +PS00004,1V63,A,92-95 +PS00005,1V63,A,"50-52,90-92" +PS00006,1V63,A,"24-27,50-53,78-81" +PS00008,1V63,A,0-5 +PS00001,1V64,A,100-103 +PS00005,1V64,A,"41-43,55-57" +PS00006,1V64,A,"55-58,83-86" +PS00008,1V64,A,0-5 +PS00001,1V65,A,"15-18,42-45" +PS00005,1V65,A,27-29 +PS00006,1V65,A,"8-11,17-20" +PS00008,1V65,A,0-5 +PS00005,1V66,A,12-14 +PS00008,1V66,A,47-52 +PS00009,1V66,A,30-33 +PS00006,1V6B,A,79-82 +PS00008,1V6B,A,"0-5,60-65" +PS00004,1V6E,A,22-25 +PS00005,1V6E,A,"17-19,20-22" +PS00006,1V6E,A,"29-32,46-49,61-64" +PS00008,1V6E,A,"0-5,42-47,88-93" +PS00004,1V6F,A,29-32 +PS00005,1V6F,A,77-79 +PS00006,1V6F,A,"5-8,58-61" +PS00008,1V6F,A,"0-5,144-149" +PS00006,1V6G,A,5-8 +PS00008,1V6G,A,0-5 +PS00478,1V6G,A,17-50 +PS00006,1V6R,A,4-7 +PS00270,1V6R,A,0-14 +PS00005,1V88,A,"18-20,39-41,61-63" +PS00005,1V7F,A,10-12 +PS00005,1V80,A,8-10 +PS00006,1V80,A,54-57 +PS00299,1V80,A,26-51 +PS00005,1V81,A,8-10 +PS00006,1V81,A,54-57 +PS00299,1V81,A,26-51 +PS00001,1V85,A,69-72 +PS00005,1V85,A,"44-46,71-73" +PS00006,1V85,A,"4-7,20-23,54-57,78-81" +PS00008,1V85,A,0-5 +PS00001,1V86,A,24-27 +PS00005,1V86,A,69-71 +PS00006,1V86,A,"4-7,26-29,37-40,69-72" +PS00008,1V86,A,"0-5,9-14,50-55,85-90" +PS00299,1V86,A,42-67 +PS00004,1V87,A,13-16 +PS00005,1V87,A,86-88 +PS00006,1V87,A,4-7 +PS00008,1V87,A,"0-5,76-81" +PS00006,1V88,A,"61-64,107-110" +PS00008,1V88,A,"0-5,6-11,17-22,43-48" +PS00005,1V89,A,56-58 +PS00006,1V89,A,"56-59,62-65,95-98" +PS00008,1V89,A,"0-5,111-116" +PS00001,1V90,A,34-37 +PS00005,1V90,A,23-25 +PS00006,1V90,A,15-18 +PS60015,1V90,A,1-32 +PS00001,1V91,A,34-37 +PS00005,1V91,A,23-25 +PS00008,1V91,A,5-10 +PS60015,1V91,A,1-32 +PS00006,1V92,A,"15-18,39-42" +PS00006,1V95,A,84-87 +PS00008,1V95,A,"0-5,59-64" +PS00009,1V95,A,26-29 +PS00005,1V9J,A,"60-62,67-69" +PS00008,1V9J,A,20-25 +PS00005,1V9V,A,61-63 +PS00006,1V9V,A,83-86 +PS00008,1V9V,A,"0-5,27-32" +PS00006,1V9W,A,"9-12,120-123" +PS00008,1V9W,A,"0-5,39-44" +PS00001,1V9X,A,96-99 +PS00005,1V9X,A,"17-19,21-23,24-26,76-78" +PS00006,1V9X,A,"43-46,67-70" +PS00008,1V9X,A,"0-5,92-97,102-107" +PS00009,1VA1,A,2-5 +PS00028,1VA1,A,10-32 +PS00004,1VA2,A,11-14 +PS00006,1VA2,A,14-17 +PS00009,1VA2,A,9-12 +PS00028,1VA2,A,4-26 +PS00028,1VA3,A,4-24 +PS00005,1VA8,A,"24-26,41-43" +PS00008,1VA8,A,0-5 +PS00001,1VA9,A,110-113 +PS00005,1VA9,A,34-36 +PS00006,1VA9,A,"8-11,66-69,105-108,112-115" +PS00007,1VA9,A,71-79 +PS00008,1VA9,A,"0-5,45-50,101-106" +PS00001,1VAE,A,103-106 +PS00004,1VAE,A,10-13 +PS00005,1VAE,A,"9-11,30-32" +PS00006,1VAE,A,"21-24,71-74,93-96" +PS00008,1VAE,A,"0-5,17-22,52-57" +PS00004,1VAZ,A,14-17 +PS00005,1VAZ,A,"11-13,53-55" +PS00006,1VAZ,A,"17-20,41-44" +PS00008,1VAZ,A,69-74 +PS00005,1VB7,A,37-39 +PS00008,1VB7,A,0-5 +PS00005,1VB8,A,20-22 +PS00008,1VB8,A,16-21 +PS60008,1VB8,A,0-9 +PS00005,1VCS,A,"21-23,72-74,77-79" +PS00006,1VCS,A,4-7 +PS00008,1VCS,A,"0-5,69-74" +PS00004,1VD0,A,95-98 +PS00005,1VD0,A,"0-2,27-29,41-43,78-80,94-96" +PS00006,1VD0,A,0-3 +PS00008,1VD0,A,"24-29,50-55,102-107" +PS00005,1VD2,A,47-49 +PS00006,1VD2,A,"19-22,62-65" +PS00016,1VD2,A,13-15 +PS00005,1VD4,A,"9-11,13-15,38-40" +PS00006,1VD4,A,"22-25,46-49" +PS00008,1VD4,A,37-42 +PS00006,1VD7,A,1-4 +PS00004,1VD8,A,"10-13,18-21" +PS00006,1VDB,A,1-4 +PS00005,1VDL,A,61-63 +PS00008,1VDL,A,"0-5,35-40" +PS00001,1VDY,A,132-135 +PS00006,1VDY,A,"4-7,19-22,79-82,119-122" +PS00008,1VDY,A,"0-5,133-138" +PS00005,1VDI,A,17-19 +PS00006,1VDI,A,"17-20,37-40" +PS00009,1VDI,A,40-43 +PS00005,1VDJ,A,17-19 +PS00006,1VDJ,A,"17-20,37-40" +PS00009,1VDJ,A,40-43 +PS00001,1VEE,A,"73-76,116-119" +PS00004,1VEE,A,"62-65,125-128" +PS00005,1VEE,A,"7-9,65-67" +PS00008,1VEE,A,"0-5,6-11,16-21" +PS00009,1VEE,A,43-46 +PS00001,1VEG,A,20-23 +PS00008,1VEG,A,0-5 +PS00005,1VEH,A,63-65 +PS00006,1VEH,A,"5-8,28-31" +PS00008,1VEH,A,"0-5,52-57" +PS00001,1VEK,A,51-54 +PS00006,1VEK,A,"5-8,66-69" +PS00008,1VEK,A,"0-5,56-61" +PS00006,1VEX,A,32-35 +PS00008,1VEX,A,0-5 +PS00006,1VEJ,A,53-56 +PS00008,1VEJ,A,"0-5,6-11" +PS00005,1VFI,A,"38-40,84-86" +PS00006,1VFI,A,"14-17,32-35" +PS00001,1VF9,A,"6-9,44-47" +PS00005,1VF9,A,"8-10,56-58" +PS00006,1VF9,A,14-17 +PS00008,1VF9,A,31-36 +PS00001,1VFC,A,"5-8,43-46" +PS00005,1VFC,A,"7-9,55-57" +PS00006,1VFC,A,13-16 +PS00008,1VFC,A,30-35 +PS00006,1VG5,A,43-46 +PS00008,1VG5,A,0-5 +PS00005,1VGH,A,"10-12,23-25,27-29,46-48" +PS00005,2VGH,A,"10-12,23-25,27-29,46-48" +PS00005,1VHP,A,"16-18,62-64,84-86" +PS00007,1VHP,A,86-93 +PS00008,1VHP,A,"52-57,109-114" +PS00009,1VIB,A,30-33 +PS00005,1VIG,A,"36-38,43-45" +PS00008,1VIG,A,"23-28,57-62" +PS00005,1VIH,A,"36-38,43-45" +PS00008,1VIH,A,"23-28,57-62" +PS00006,1VII,A,2-5 +PS00008,1VII,A,11-16 +PS00001,2VIK,A,67-70 +PS00004,2VIK,A,4-7 +PS00005,2VIK,A,"3-5,7-9,48-50,104-106" +PS00006,2VIK,A,"68-71,81-84" +PS00008,2VIK,A,"53-58,118-123" +PS00001,2VIL,A,67-70 +PS00004,2VIL,A,4-7 +PS00005,2VIL,A,"3-5,7-9,48-50,104-106" +PS00006,2VIL,A,"68-71,81-84" +PS00008,2VIL,A,"53-58,118-123" +PS00005,1VJH,A,"1-3,7-9,27-29,64-66,105-107" +PS00006,1VJH,A,"37-40,54-57,100-103" +PS00008,1VJH,A,75-80 +PS00005,1VJH,B,"1-3,7-9,27-29,64-66,105-107" +PS00006,1VJH,B,"37-40,54-57,100-103" +PS00008,1VJH,B,75-80 +PS00001,1VJ6,A,33-36 +PS00005,1VJ6,A,"35-37,76-78,83-85" +PS00008,1VJ6,A,"25-30,31-36,50-55" +PS00004,1VJ6,B,0-3 +PS00001,1VK8,A,54-57 +PS00005,1VK8,A,"2-4,18-20" +PS00006,1VK8,A,"55-58,96-99" +PS00007,1VK8,A,67-74 +PS00001,1VK8,B,54-57 +PS00005,1VK8,B,"2-4,18-20" +PS00006,1VK8,B,"55-58,96-99" +PS00007,1VK8,B,67-74 +PS00001,1VK8,C,54-57 +PS00005,1VK8,C,"2-4,18-20" +PS00006,1VK8,C,"55-58,96-99" +PS00007,1VK8,C,67-74 +PS00001,1VK8,D,54-57 +PS00005,1VK8,D,"2-4,18-20" +PS00006,1VK8,D,"55-58,96-99" +PS00007,1VK8,D,67-74 +PS00001,1VKL,A,"130-133,263-266,344-347" +PS00004,1VKL,A,403-406 +PS00005,1VKL,A,"4-6,142-144,273-275,402-404,511-513,551-553" +PS00006,1VKL,A,"43-46,151-154,379-382,406-409,424-427,458-461" +PS00008,1VKL,A,"109-114,119-124,126-131,240-245,504-509" +PS00001,1VKL,B,"130-133,263-266,344-347" +PS00004,1VKL,B,403-406 +PS00005,1VKL,B,"4-6,142-144,273-275,402-404,511-513,551-553" +PS00006,1VKL,B,"43-46,151-154,379-382,406-409,424-427,458-461" +PS00008,1VKL,B,"109-114,119-124,126-131,240-245,504-509" +PS00005,1VKR,A,"64-66,69-71,97-99,116-118" +PS00006,1VKR,A,"1-4,64-67,95-98,107-110,116-119,120-123" +PS00008,1VKR,A,"22-27,91-96" +PS00005,1VL3,A,6-8 +PS00005,1VL3,B,6-8 +PS00005,1VMC,A,8-10 +PS00005,1VMP,A,"43-45,68-70" +PS00472,1VMP,A,10-51 +PS00001,1VNA,A,61-64 +PS00007,1VNA,A,6-13 +PS00008,1VNA,A,"34-39,49-54" +PS00001,1VNB,A,61-64 +PS00007,1VNB,A,6-13 +PS00008,1VNB,A,"34-39,49-54" +PS00005,1VND,A,63-65 +PS00006,1VND,A,34-37 +PS00007,1VND,A,65-72 +PS00027,1VND,A,41-64 +PS00006,1VPC,A,3-6 +PS00008,1VPC,A,23-28 +PS00001,1VPP,V,67-70 +PS00006,1VPP,V,23-26 +PS00008,1VPP,V,"50-55,80-85" +PS00249,1VPP,V,41-53 +PS00001,1VPP,W,67-70 +PS00006,1VPP,W,23-26 +PS00008,1VPP,W,"50-55,80-85" +PS00249,1VPP,W,41-53 +PS00001,1VPU,A,18-21 +PS00005,1VPU,A,10-12 +PS00006,1VPU,A,"16-19,20-23" +PS00005,1VRC,A,"57-59,120-122" +PS00006,1VRC,A,"43-46,109-112,120-123" +PS00007,1VRC,A,78-86 +PS00008,1VRC,A,70-75 +PS00005,1VRC,B,"57-59,120-122" +PS00006,1VRC,B,"43-46,109-112,120-123" +PS00007,1VRC,B,78-86 +PS00008,1VRC,B,70-75 +PS00005,1VRC,C,42-44 +PS00008,1VRC,C,53-58 +PS00369,1VRC,C,12-19 +PS00589,1VRC,C,38-53 +PS00005,1VRC,D,42-44 +PS00008,1VRC,D,53-58 +PS00369,1VRC,D,12-19 +PS00589,1VRC,D,38-53 +PS00005,1VRE,A,12-14 +PS00006,1VRE,A,"12-15,111-114" +PS00008,1VRE,A,"0-5,18-23,66-71,118-123,138-143" +PS00005,1VRF,A,12-14 +PS00006,1VRF,A,"12-15,111-114" +PS00008,1VRF,A,"0-5,18-23,66-71,118-123,138-143" +PS00005,1VRY,A,59-61 +PS00008,1VRY,A,"5-10,20-25" +PS00005,1VRV,A,"54-56,59-61,87-89" +PS00006,1VRV,A,"54-57,85-88,97-100" +PS00008,1VRV,A,"12-17,81-86" +PS00006,1VTP,A,4-7 +PS00008,1VTX,A,28-33 +PS60018,1VTX,A,0-41 +PS00005,1VVC,A,107-109 +PS00006,1VVC,A,"45-48,79-82" +PS00008,1VVC,A,"23-28,41-46,96-101" +PS00005,1VVD,A,107-109 +PS00006,1VVD,A,"45-48,79-82" +PS00008,1VVD,A,"23-28,41-46,96-101" +PS00005,1VVE,A,107-109 +PS00006,1VVE,A,"45-48,79-82" +PS00008,1VVE,A,"23-28,41-46,96-101" +PS00001,1VYC,A,10-13 +PS00005,1VYC,A,"12-14,33-35" +PS00006,1VYC,A,33-36 +PS00008,1VYC,A,"19-24,30-35,40-45" +PS00272,1VYC,A,40-60 +PS00001,1VYN,A,20-23 +PS00004,1VYN,A,76-79 +PS00005,1VYN,A,"14-16,28-30,104-106" +PS00006,1VYN,A,"23-26,116-119" +PS00008,1VYN,A,120-125 +PS00009,1VYN,A,74-77 +PS00008,1VYX,A,53-58 +PS00001,1VZS,A,59-62 +PS00004,1VZS,A,20-23 +PS00005,1VZS,A,19-21 +PS00006,1VZS,A,61-64 +PS00005,1W08,A,10-12 +PS00008,1W08,A,"21-26,71-76" +PS00128,1W08,A,76-94 +PS00006,1W09,A,"30-33,36-39" +PS00006,1W0A,A,"30-33,36-39" +PS00006,1W0B,A,"32-35,38-41" +PS00001,1W0O,A,"29-32,51-54,113-116,194-197,276-279,282-285,370-373,450-453,540-543,558-561,674-677" +PS00004,1W0O,A,368-371 +PS00005,1W0O,A,"115-117,138-140,263-265,401-403,632-634,647-649,725-727" +PS00006,1W0O,A,"34-37,57-60,197-200,263-266,332-335,375-378,409-412,438-441,609-612,617-620,662-665,685-688,719-722" +PS00008,1W0O,A,"16-21,54-59,104-109,146-151,162-167,193-198,235-240,247-252,328-333,414-419,459-464,478-483,532-537,550-555,561-566,658-663,678-683,703-708,715-720" +PS00001,1W0P,A,"29-32,51-54,113-116,194-197,276-279,282-285,370-373,450-453,540-543,558-561,674-677" +PS00004,1W0P,A,368-371 +PS00005,1W0P,A,"115-117,138-140,263-265,401-403,632-634,647-649,725-727" +PS00006,1W0P,A,"34-37,57-60,197-200,263-266,332-335,375-378,409-412,438-441,609-612,617-620,662-665,685-688,719-722" +PS00008,1W0P,A,"16-21,54-59,104-109,146-151,162-167,193-198,235-240,247-252,328-333,414-419,459-464,478-483,532-537,550-555,561-566,658-663,678-683,703-708,715-720" +PS00006,1W1N,A,16-19 +PS00005,1W1F,A,"24-26,48-50" +PS00006,1W1F,A,"1-4,48-51" +PS00005,1W2Q,A,49-51 +PS00006,1W2Q,A,13-16 +PS00007,1W2Q,A,34-42 +PS00005,1W3D,A,"17-19,35-37" +PS00008,1W3D,A,"0-5,34-39" +PS00005,1W4E,A,"1-3,10-12,28-30" +PS00008,1W4E,A,27-32 +PS00001,1W4M,A,47-50 +PS00005,1W4M,A,"11-13,15-17,49-51" +PS00006,1W4M,A,"11-14,78-81" +PS00008,1W4M,A,56-61 +PS00001,1W4U,A,80-83 +PS00005,1W4U,A,"69-71,128-130,141-143" +PS00006,1W4U,A,128-131 +PS00183,1W4U,A,73-88 +PS00005,1W4F,A,"1-3,10-12,28-30" +PS00008,1W4F,A,27-32 +PS00005,1W4G,A,"1-3,10-12,28-30" +PS00008,1W4G,A,27-32 +PS00006,1W4H,A,35-38 +PS00008,1W4H,A,"0-5,27-32" +PS00342,1W4H,A,44-46 +PS00005,1W4I,A,45-47 +PS00006,1W4I,A,34-37 +PS00008,1W4I,A,"18-23,26-31" +PS00005,1W4J,A,45-47 +PS00006,1W4J,A,34-37 +PS00008,1W4J,A,"18-23,26-31" +PS00005,1W4K,A,45-47 +PS00006,1W4K,A,34-37 +PS00008,1W4K,A,"18-23,26-31" +PS00006,1W7O,A,10-13 +PS00004,1W7O,A,"58-61,102-105" +PS00007,1W7O,A,81-87 +PS00008,1W7O,A,64-69 +PS00006,1W6B,A,"25-28,51-54,59-62" +PS00008,1W6B,A,"17-22,41-46" +PS00272,1W6B,A,41-61 +PS00009,1W9N,A,27-30 +PS00005,1W9R,A,"37-39,82-84,95-97" +PS00006,1W9R,A,"48-51,88-91" +PS00007,1W9R,A,26-33 +PS00006,1WA8,A,"25-28,82-85" +PS00008,1WA8,A,"35-40,43-48,78-83" +PS00001,1WA8,B,"20-23,88-91" +PS00006,1WA8,B,"26-29,45-48,60-63,74-77" +PS00008,1WA8,B,"9-14,19-24,43-48,79-84,87-92" +PS00005,1WA7,A,"24-26,48-50" +PS00006,1WA7,A,"1-4,48-51" +PS00005,1WBR,A,13-15 +PS00004,1WCJ,A,3-6 +PS00005,1WCJ,A,2-4 +PS00006,1WCJ,A,"6-9,62-65" +PS00008,1WCJ,A,58-63 +PS00001,1WCO,N,26-29 +PS00008,1WCO,N,9-14 +PS00008,1WCR,A,"9-14,15-20" +PS00008,1WCR,B,"9-14,15-20" +PS00008,1WCR,C,"9-14,15-20" +PS00006,1WCL,A,28-31 +PS00006,1WCN,A,29-32 +PS00005,1WHF,A,83-85 +PS00006,1WHF,A,70-73 +PS00022,1WHF,A,69-80 +PS01186,1WHF,A,69-80 +PS00001,1WE6,A,83-86 +PS00005,1WE6,A,"5-7,28-30,55-57,74-76,100-102" +PS00006,1WE6,A,"48-51,55-58,100-103" +PS00008,1WE6,A,0-5 +PS00005,1WE7,A,26-28 +PS00006,1WE7,A,5-8 +PS00008,1WE7,A,"0-5,6-11,46-51,69-74" +PS00005,1WE8,A,"35-37,68-70" +PS00006,1WE8,A,"68-71,84-87" +PS00008,1WE8,A,"0-5,44-49" +PS00001,1WE9,A,56-59 +PS00005,1WE9,A,55-57 +PS00008,1WE9,A,"0-5,6-11" +PS01359,1WE9,A,8-54 +PS00006,1WEE,A,"5-8,22-25" +PS00008,1WEE,A,"0-5,6-11,46-51" +PS01359,1WEE,A,18-62 +PS00005,1WEL,A,"5-7,101-103" +PS00006,1WEL,A,19-22 +PS00008,1WEL,A,"0-5,11-16" +PS00001,1WEM,A,65-68 +PS00006,1WEM,A,4-7 +PS00008,1WEM,A,"0-5,45-50" +PS01359,1WEM,A,18-66 +PS00005,1WEN,A,49-51 +PS00006,1WEN,A,"4-7,24-27" +PS00008,1WEN,A,0-5 +PS01359,1WEN,A,18-61 +PS00005,1WEO,A,73-75 +PS00008,1WEO,A,0-5 +PS00008,1WEP,A,"0-5,38-43" +PS01186,1WEP,A,14-29 +PS01359,1WEP,A,14-59 +PS00005,1WEQ,A,"56-58,62-64,67-69" +PS00006,1WEQ,A,"4-7,36-39,56-59" +PS00008,1WEQ,A,"0-5,52-57" +PS00005,1WES,A,49-51 +PS00006,1WES,A,"4-7,24-27" +PS00008,1WES,A,0-5 +PS00016,1WES,A,62-64 +PS01359,1WES,A,18-61 +PS00005,1WEU,A,69-71 +PS00006,1WEU,A,44-47 +PS00008,1WEU,A,0-5 +PS01359,1WEU,A,38-81 +PS00005,1WEV,A,52-54 +PS00006,1WEV,A,"5-8,52-55" +PS00008,1WEV,A,0-5 +PS01359,1WEV,A,18-68 +PS00006,1WEW,A,4-7 +PS00008,1WEW,A,0-5 +PS01359,1WEW,A,18-68 +PS00001,1WEX,A,85-88 +PS00004,1WEX,A,90-93 +PS00005,1WEX,A,"62-64,88-90" +PS00006,1WEX,A,"25-28,62-65" +PS00008,1WEX,A,"0-5,21-26" +PS00001,1WEY,A,51-54 +PS00005,1WEY,A,44-46 +PS00006,1WEY,A,"18-21,57-60" +PS00008,1WEY,A,"0-5,6-11" +PS00001,1WEZ,A,88-91 +PS00006,1WEZ,A,"27-30,63-66" +PS00007,1WEZ,A,25-32 +PS00008,1WEZ,A,"0-5,92-97" +PS00001,1WF5,A,36-39 +PS00005,1WF5,A,"5-7,78-80,107-109" +PS00006,1WF5,A,"28-31,111-114" +PS00008,1WF5,A,"0-5,81-86" +PS00006,1WF0,A,"17-20,47-50,72-75" +PS00008,1WF0,A,"0-5,6-11" +PS00001,1WF1,A,15-18 +PS00005,1WF1,A,"8-10,17-19" +PS00006,1WF1,A,42-45 +PS00008,1WF1,A,"0-5,32-37" +PS00001,1WF2,A,90-93 +PS00005,1WF2,A,5-7 +PS00006,1WF2,A,30-33 +PS00008,1WF2,A,"0-5,20-25" +PS00001,1WF6,A,94-97 +PS00005,1WF6,A,51-53 +PS00006,1WF6,A,"5-8,16-19" +PS00008,1WF6,A,"0-5,67-72" +PS00009,1WF6,A,51-54 +PS00001,1WF7,A,80-83 +PS00005,1WF7,A,34-36 +PS00006,1WF7,A,"34-37,64-67" +PS00008,1WF7,A,"0-5,38-43" +PS00005,1WFD,A,54-56 +PS00006,1WFD,A,5-8 +PS00008,1WFD,A,"0-5,50-55" +PS00005,1WFE,A,"28-30,74-76" +PS00006,1WFE,A,"33-36,57-60" +PS00007,1WFE,A,18-25 +PS00008,1WFE,A,0-5 +PS00005,1WFF,A,"19-21,51-53" +PS00006,1WFF,A,38-41 +PS00008,1WFF,A,"0-5,35-40,45-50" +PS00009,1WFF,A,"30-33,67-70" +PS00004,1WFG,A,72-75 +PS00005,1WFG,A,"10-12,61-63" +PS00006,1WFG,A,"8-11,75-78,101-104,112-115" +PS00008,1WFG,A,"0-5,46-51,55-60" +PS00029,1WFG,A,76-97 +PS00005,1WFH,A,40-42 +PS00008,1WFH,A,"0-5,34-39,57-62" +PS00005,1WFI,A,"27-29,103-105" +PS00006,1WFI,A,"14-17,97-100,114-117" +PS00008,1WFI,A,0-5 +PS00001,1WFJ,A,58-61 +PS00005,1WFJ,A,"17-19,37-39,126-128" +PS00006,1WFJ,A,"53-56,64-67,83-86" +PS00008,1WFJ,A,"0-5,20-25" +PS00001,1WFK,A,70-73 +PS00006,1WFK,A,5-8 +PS00008,1WFK,A,"0-5,26-31,66-71" +PS00005,1WFL,A,54-56 +PS00006,1WFL,A,"10-13,37-40" +PS00008,1WFL,A,"0-5,44-49" +PS00001,1WFM,A,53-56 +PS00005,1WFM,A,94-96 +PS00006,1WFM,A,"30-33,37-40,71-74" +PS00008,1WFM,A,"0-5,41-46,49-54,56-61,113-118" +PS00005,1WFP,A,50-52 +PS00008,1WFP,A,"0-5,6-11,44-49" +PS00001,1WFQ,A,10-13 +PS00005,1WFQ,A,"35-37,67-69,71-73" +PS00008,1WFQ,A,"0-5,6-11" +PS00352,1WFQ,A,29-48 +PS00436,1WFQ,A,35-46 +PS00001,1WFR,A,23-26 +PS00004,1WFR,A,111-114 +PS00006,1WFR,A,"5-8,33-36,88-91" +PS00007,1WFR,A,20-28 +PS00008,1WFR,A,"0-5,64-69,113-118" +PS00029,1WFR,A,86-107 +PS00004,1WFS,A,29-32 +PS00005,1WFS,A,"22-24,77-79" +PS00006,1WFS,A,"5-8,58-61,130-133" +PS00008,1WFS,A,0-5 +PS00005,1WFT,A,"12-14,85-87,95-97" +PS00008,1WFT,A,"0-5,8-13,21-26,65-70,75-80,113-118" +PS00005,1WFU,A,110-112 +PS00006,1WFU,A,"5-8,54-57,110-113" +PS00008,1WFU,A,"0-5,66-71" +PS00004,1WFV,A,92-95 +PS00005,1WFV,A,"26-28,67-69" +PS00006,1WFV,A,"5-8,67-70" +PS00008,1WFV,A,"0-5,96-101" +PS00009,1WFV,A,83-86 +PS00006,1WFW,A,26-29 +PS00008,1WFW,A,"0-5,6-11" +PS00005,1WFY,A,"32-34,36-38" +PS00006,1WFY,A,"4-7,86-89" +PS00008,1WFY,A,0-5 +PS00005,1WFZ,A,"18-20,82-84" +PS00006,1WFZ,A,"4-7,76-79" +PS00008,1WFZ,A,"0-5,28-33,57-62" +PS00006,1WF8,A,"5-8,45-48" +PS00008,1WF8,A,"0-5,20-25,27-32,74-79" +PS00001,1WF9,A,46-49 +PS00005,1WF9,A,"51-53,97-99" +PS00006,1WF9,A,60-63 +PS00008,1WF9,A,"0-5,100-105" +PS00001,1WFN,A,"58-61,70-73" +PS00005,1WFN,A,"32-34,94-96" +PS00006,1WFN,A,"12-15,24-27,36-39,53-56" +PS00008,1WFN,A,"0-5,45-50,99-104,109-114" +PS00001,1WFO,A,67-70 +PS00005,1WFO,A,"5-7,42-44,63-65,82-84,105-107,120-122" +PS00006,1WFO,A,22-25 +PS00008,1WFO,A,"0-5,55-60" +PS00005,1WG1,A,63-65 +PS00007,1WG1,A,26-32 +PS00008,1WG1,A,0-5 +PS00005,1WG2,A,40-42 +PS00008,1WG2,A,"0-5,34-39,57-62" +PS00005,1WG4,A,10-12 +PS00006,1WG4,A,27-30 +PS00007,1WG4,A,"36-43,58-64" +PS00008,1WG4,A,"0-5,6-11,21-26" +PS00005,1WG5,A,90-92 +PS00006,1WG5,A,"11-14,27-30,36-39,55-58,91-94" +PS00008,1WG5,A,"0-5,21-26" +PS00001,1WG6,A,"31-34,45-48" +PS00005,1WG6,A,"41-43,98-100" +PS00006,1WG6,A,"50-53,91-94" +PS00008,1WG6,A,"0-5,37-42,51-56,107-112" +PS00017,1WG6,A,84-91 +PS00005,1WG7,A,"12-14,35-37,38-40" +PS00006,1WG7,A,"107-110,138-141" +PS00007,1WG7,A,94-101 +PS00008,1WG7,A,"0-5,11-16,26-31,79-84" +PS00005,1WGD,A,56-58 +PS00008,1WGD,A,0-5 +PS00005,1WGF,A,"5-7,17-19,62-64,80-82" +PS00006,1WGF,A,46-49 +PS00008,1WGF,A,"0-5,12-17" +PS00005,1WGG,A,"10-12,55-57,86-88" +PS00006,1WGG,A,55-58 +PS00008,1WGG,A,"0-5,20-25,41-46,76-81" +PS00299,1WGG,A,33-58 +PS00001,1WGH,A,"35-38,76-79" +PS00005,1WGH,A,24-26 +PS00006,1WGH,A,"33-36,37-40,99-102" +PS00008,1WGH,A,0-5 +PS00005,1WGK,A,68-70 +PS00008,1WGK,A,"0-5,107-112" +PS00006,1WGL,A,"8-11,29-32" +PS00008,1WGL,A,"0-5,36-41" +PS00005,1WGM,A,39-41 +PS00006,1WGM,A,14-17 +PS00008,1WGM,A,0-5 +PS00005,1WGN,A,17-19 +PS00006,1WGN,A,15-18 +PS00008,1WGN,A,0-5 +PS00001,1WGO,A,77-80 +PS00005,1WGO,A,"60-62,98-100" +PS00006,1WGO,A,5-8 +PS00008,1WGO,A,"0-5,6-11,29-34" +PS00001,1WGP,A,71-74 +PS00005,1WGP,A,"34-36,101-103,104-106" +PS00006,1WGP,A,109-112 +PS00008,1WGP,A,"0-5,64-69" +PS00005,1WGQ,A,"19-21,90-92" +PS00008,1WGQ,A,"0-5,6-11" +PS00005,1WGR,A,"5-7,30-32" +PS00006,1WGR,A,70-73 +PS00008,1WGR,A,"0-5,18-23,51-56" +PS00029,1WGR,A,38-59 +PS00004,1WGS,A,93-96 +PS00005,1WGS,A,"71-73,80-82" +PS00006,1WGS,A,"4-7,71-74,112-115" +PS00008,1WGS,A,0-5 +PS00001,1WGU,A,120-123 +PS00005,1WGU,A,"8-10,47-49,68-70" +PS00006,1WGU,A,"38-41,47-50" +PS00008,1WGU,A,0-5 +PS00001,1WGV,A,"20-23,95-98" +PS00005,1WGV,A,"54-56,74-76" +PS00006,1WGV,A,28-31 +PS00008,1WGV,A,0-5 +PS00001,1WGW,A,22-25 +PS00004,1WGW,A,11-14 +PS00006,1WGW,A,"5-8,61-64" +PS00008,1WGW,A,"0-5,6-11" +PS00009,1WGW,A,9-12 +PS00005,1WGX,A,61-63 +PS00006,1WGX,A,"4-7,44-47" +PS00008,1WGX,A,0-5 +PS00005,1WGY,A,"22-24,77-79" +PS00006,1WGY,A,4-7 +PS00007,1WGY,A,36-44 +PS00008,1WGY,A,0-5 +PS00006,1WGE,A,41-44 +PS00008,1WGE,A,0-5 +PS00001,1WH0,A,21-24 +PS00004,1WH0,A,108-111 +PS00005,1WH0,A,"44-46,77-79,111-113" +PS00006,1WH0,A,"5-8,100-103" +PS00008,1WH0,A,0-5 +PS00001,1WH1,A,97-100 +PS00006,1WH1,A,"4-7,41-44,52-55,91-94" +PS00008,1WH1,A,"0-5,34-39,48-53" +PS00006,1WH2,A,41-44 +PS00007,1WH2,A,38-45 +PS00008,1WH2,A,0-5 +PS00004,1WH3,A,78-81 +PS00005,1WH3,A,76-78 +PS00007,1WH3,A,12-19 +PS00008,1WH3,A,"0-5,16-21,66-71,80-85" +PS00001,1WH4,A,84-87 +PS00004,1WH4,A,"26-29,46-49" +PS00005,1WH4,A,"68-70,114-116" +PS00006,1WH4,A,"49-52,86-89" +PS00007,1WH4,A,47-54 +PS00008,1WH4,A,"0-5,81-86" +PS00017,1WH4,A,64-71 +PS00006,1WH5,A,7-10 +PS00008,1WH5,A,0-5 +PS00005,1WH6,A,65-67 +PS00006,1WH6,A,50-53 +PS00008,1WH6,A,"0-5,45-50,84-89" +PS00005,1WH7,A,15-17 +PS00008,1WH7,A,"0-5,6-11" +PS00004,1WH8,A,102-105 +PS00005,1WH8,A,"32-34,75-77" +PS00006,1WH8,A,60-63 +PS00008,1WH8,A,"0-5,55-60" +PS00006,1WH9,A,"25-28,34-37" +PS00007,1WH9,A,17-24 +PS00008,1WH9,A,"0-5,85-90" +PS00009,1WH9,A,52-55 +PS00005,1WHA,A,"5-7,15-17" +PS00008,1WHA,A,"0-5,18-23,25-30,38-43,67-72,98-103" +PS00001,1WHB,A,29-32 +PS00005,1WHB,A,"5-7,17-19,26-28,79-81,97-99,106-108,109-111" +PS00006,1WHB,A,"17-20,53-56,66-69,97-100,109-112" +PS00008,1WHB,A,"0-5,14-19,62-67,132-137" +PS00006,1WHC,A,"5-8,10-13,14-17" +PS00008,1WHC,A,"0-5,6-11,36-41" +PS00005,1WHD,A,19-21 +PS00006,1WHD,A,4-7 +PS00008,1WHD,A,0-5 +PS00005,1WHE,A,83-85 +PS00006,1WHE,A,70-73 +PS00022,1WHE,A,69-80 +PS01186,1WHE,A,69-80 +PS00004,1WHG,A,48-51 +PS00005,1WHG,A,46-48 +PS00006,1WHG,A,"5-8,36-39,103-106" +PS00008,1WHG,A,"0-5,79-84" +PS00009,1WHG,A,82-85 +PS00845,1WHG,A,56-87 +PS00005,1WHH,A,"5-7,63-65" +PS00008,1WHH,A,"0-5,35-40,68-73,95-100" +PS00845,1WHH,A,45-76 +PS00001,1WHJ,A,66-69 +PS00005,1WHJ,A,"14-16,39-41" +PS00008,1WHJ,A,"0-5,6-11,23-28,34-39,51-56" +PS00005,1WHK,A,"9-11,28-30,49-51,65-67,80-82" +PS00006,1WHK,A,"4-7,22-25" +PS00008,1WHK,A,"0-5,40-45" +PS00845,1WHK,A,33-64 +PS00006,1WHL,A,"5-8,19-22" +PS00008,1WHL,A,"0-5,6-11,42-47,55-60,61-66,76-81" +PS00005,1WHM,A,16-18 +PS00008,1WHM,A,"0-5,53-58,61-66" +PS00845,1WHM,A,32-65 +PS00005,1WHN,A,"26-28,75-77" +PS00006,1WHN,A,"61-64,70-73" +PS00008,1WHN,A,"0-5,92-97,118-123" +PS00001,1WHQ,A,53-56 +PS00004,1WHQ,A,18-21 +PS00005,1WHQ,A,55-57 +PS00008,1WHQ,A,"0-5,50-55" +PS00009,1WHQ,A,15-18 +PS00001,1WHR,A,87-90 +PS00005,1WHR,A,"21-23,80-82" +PS00006,1WHR,A,"5-8,10-13" +PS00008,1WHR,A,"0-5,6-11,72-77" +PS00005,1WI2,A,"19-21,86-88,91-93" +PS00006,1WI2,A,86-89 +PS00008,1WI2,A,"0-5,25-30,34-39,41-46,57-62" +PS00006,1WHU,A,"34-37,42-45" +PS00008,1WHU,A,0-5 +PS00001,1WHV,A,66-69 +PS00005,1WHV,A,"67-69,73-75" +PS00006,1WHV,A,"44-47,56-59,78-81" +PS00008,1WHV,A,0-5 +PS00009,1WHV,A,83-86 +PS00001,1WHW,A,14-17 +PS00005,1WHW,A,"7-9,45-47,85-87" +PS00006,1WHW,A,18-21 +PS00008,1WHW,A,0-5 +PS00004,1WHX,A,91-94 +PS00005,1WHX,A,5-7 +PS00006,1WHX,A,94-97 +PS00008,1WHX,A,"0-5,20-25,44-49,83-88" +PS00001,1WHY,A,27-30 +PS00005,1WHY,A,"5-7,16-18,42-44" +PS00008,1WHY,A,"0-5,23-28,41-46" +PS00006,1WI4,A,"7-10,77-80,94-97" +PS00008,1WI4,A,"0-5,33-38" +PS00005,1WI0,A,70-72 +PS00006,1WI0,A,"57-60,73-76,87-90" +PS00008,1WI0,A,0-5 +PS00005,1WI1,A,"43-45,111-113" +PS00006,1WI1,A,"43-46,91-94" +PS00008,1WI1,A,"0-5,6-11,70-75" +PS00008,1WI3,A,"0-5,19-24" +PS00001,1WI5,A,111-114 +PS00005,1WI5,A,5-7 +PS00006,1WI5,A,29-32 +PS00008,1WI5,A,"0-5,21-26,41-46,70-75,84-89" +PS00001,1WI8,A,39-42 +PS00005,1WI8,A,30-32 +PS00006,1WI8,A,"30-33,50-53,74-77" +PS00008,1WI8,A,"0-5,37-42" +PS00008,1WI9,A,"0-5,48-53" +PS00001,1WIA,A,"15-18,64-67" +PS00005,1WIA,A,31-33 +PS00008,1WIA,A,"0-5,30-35,79-84" +PS00005,1WIB,A,"43-45,64-66" +PS00006,1WIB,A,23-26 +PS00008,1WIB,A,"0-5,24-29,60-65" +PS00001,1WIC,A,"44-47,68-71" +PS00005,1WIC,A,"5-7,137-139" +PS00006,1WIC,A,"21-24,57-60,69-72,90-93" +PS00008,1WIC,A,"0-5,29-34,86-91,107-112" +PS00009,1WIC,A,5-8 +PS00001,1WID,A,"45-48,71-74" +PS00005,1WID,A,"5-7,47-49" +PS00006,1WID,A,"18-21,117-120" +PS00008,1WID,A,"0-5,50-55" +PS00001,1WIE,A,82-85 +PS00005,1WIE,A,"7-9,13-15" +PS00008,1WIE,A,"0-5,69-74" +PS00001,1WIF,A,95-98 +PS00005,1WIF,A,85-87 +PS00006,1WIF,A,"7-10,85-88" +PS00008,1WIF,A,"0-5,59-64" +PS00005,1WIG,A,15-17 +PS00006,1WIG,A,5-8 +PS00008,1WIG,A,"0-5,6-11,37-42" +PS00478,1WIG,A,7-40 +PS00005,1WIH,A,28-30 +PS00006,1WIH,A,"5-8,41-44" +PS00008,1WIH,A,0-5 +PS00004,1WII,A,13-16 +PS00005,1WII,A,5-7 +PS00008,1WII,A,"0-5,17-22,45-50" +PS00009,1WII,A,5-8 +PS00005,1WIJ,A,113-115 +PS00006,1WIJ,A,"50-53,113-116" +PS00008,1WIJ,A,"0-5,20-25,60-65,82-87" +PS00001,1WIK,A,40-43 +PS00005,1WIK,A,11-13 +PS00006,1WIK,A,42-45 +PS00008,1WIK,A,0-5 +PS00016,1WIK,A,76-78 +PS00006,1WIL,A,53-56 +PS00008,1WIL,A,0-5 +PS01359,1WIL,A,17-72 +PS00006,1WIM,A,51-54 +PS00008,1WIM,A,"0-5,6-11,45-50" +PS00005,1WIN,A,"43-45,117-119" +PS00006,1WIN,A,"43-46,117-120" +PS00007,1WIN,A,119-127 +PS00008,1WIN,A,"0-5,6-11,28-33" +PS00006,1WIR,A,"4-7,26-29" +PS00007,1WIR,A,48-56 +PS00008,1WIR,A,0-5 +PS00028,1WIR,A,17-38 +PS00005,1WIT,A,"8-10,63-65" +PS00006,1WIT,A,36-39 +PS00007,1WIT,A,65-72 +PS00005,1WIU,A,"8-10,63-65" +PS00006,1WIU,A,36-39 +PS00007,1WIU,A,65-72 +PS00001,1WIV,A,65-68 +PS00006,1WIV,A,"9-12,25-28,30-33,52-55" +PS00008,1WIV,A,0-5 +PS00005,1WIX,A,19-21 +PS00006,1WIX,A,138-141 +PS00008,1WIX,A,"0-5,6-11,35-40,89-94,121-126" +PS00001,1WIZ,A,"12-15,45-48" +PS00004,1WIZ,A,30-33 +PS00005,1WIZ,A,5-7 +PS00006,1WIZ,A,13-16 +PS00008,1WIZ,A,0-5 +PS00006,1WI6,A,"17-20,26-29" +PS00008,1WI6,A,0-5 +PS00005,1WI7,A,5-7 +PS00008,1WI7,A,"0-5,44-49,51-56" +PS00009,1WI7,A,5-8 +PS00005,1WIS,A,"92-94,110-112" +PS00008,1WIS,A,"0-5,6-11" +PS00001,1WJ7,A,9-12 +PS00005,1WJ7,A,49-51 +PS00008,1WJ7,A,"0-5,77-82" +PS00009,1WJ7,A,87-90 +PS00008,1WJ0,A,"0-5,11-16" +PS00005,1WJ1,A,"22-24,56-58,112-114" +PS00006,1WJ1,A,15-18 +PS00008,1WJ1,A,"0-5,19-24,42-47,136-141" +PS00009,1WJ1,A,56-59 +PS00006,1WJ2,A,"9-12,65-68" +PS00008,1WJ2,A,"0-5,6-11" +PS00001,1WJ3,A,"9-12,27-30,45-48,70-73" +PS00005,1WJ3,A,"11-13,69-71" +PS00006,1WJ3,A,"72-75,98-101" +PS00008,1WJ3,A,"0-5,94-99" +PS00004,1WJ4,A,91-94 +PS00006,1WJ4,A,"58-61,94-97,101-104" +PS00008,1WJ4,A,"0-5,6-11,31-36" +PS00009,1WJ4,A,51-54 +PS00005,1WJ5,A,"21-23,99-101,106-108" +PS00006,1WJ5,A,"59-62,97-100,106-109" +PS00008,1WJ5,A,"0-5,6-11" +PS00001,1WJ6,A,"17-20,34-37" +PS00005,1WJ6,A,19-21 +PS00006,1WJ6,A,"30-33,36-39,69-72" +PS00008,1WJ6,A,"0-5,94-99" +PS00007,1WJA,A,6-14 +PS00008,1WJA,A,3-8 +PS00007,1WJA,B,6-14 +PS00008,1WJA,B,3-8 +PS00007,1WJB,A,6-14 +PS00008,1WJB,A,3-8 +PS00007,1WJB,B,6-14 +PS00008,1WJB,B,3-8 +PS00007,1WJC,A,6-14 +PS00008,1WJC,A,3-8 +PS00007,1WJC,B,6-14 +PS00008,1WJC,B,3-8 +PS00007,1WJD,A,6-14 +PS00008,1WJD,A,3-8 +PS00007,1WJD,B,6-14 +PS00008,1WJD,B,3-8 +PS00007,1WJE,A,6-14 +PS00008,1WJE,A,3-8 +PS00007,1WJE,B,6-14 +PS00008,1WJE,B,3-8 +PS00007,1WJF,A,6-14 +PS00008,1WJF,A,3-8 +PS00007,1WJF,B,6-14 +PS00008,1WJF,B,3-8 +PS00005,1WJI,A,46-48 +PS00006,1WJI,A,5-8 +PS00008,1WJI,A,0-5 +PS00001,1WJJ,A,131-134 +PS00005,1WJJ,A,"8-10,31-33,44-46,77-79,105-107,125-127" +PS00006,1WJJ,A,"97-100,125-128,133-136" +PS00008,1WJJ,A,0-5 +PS00001,1WJK,A,"7-10,55-58,82-85" +PS00004,1WJK,A,91-94 +PS00005,1WJK,A,"11-13,83-85" +PS00006,1WJK,A,"51-54,57-60,84-87" +PS00008,1WJK,A,"0-5,6-11" +PS00001,1WJL,A,81-84 +PS00006,1WJL,A,"50-53,67-70" +PS00008,1WJL,A,"0-5,6-11,41-46" +PS00001,1WJM,A,28-31 +PS00004,1WJM,A,39-42 +PS00006,1WJM,A,4-7 +PS00008,1WJM,A,"0-5,87-92" +PS00009,1WJM,A,22-25 +PS00005,1WJN,A,"10-12,58-60" +PS00008,1WJN,A,"0-5,6-11" +PS00001,1WJO,A,"16-19,63-66" +PS00004,1WJO,A,115-118 +PS00005,1WJO,A,30-32 +PS00006,1WJO,A,"5-8,18-21,30-33,65-68" +PS00008,1WJO,A,0-5 +PS00004,1WJP,A,67-70 +PS00005,1WJP,A,"48-50,77-79" +PS00006,1WJP,A,"8-11,27-30,62-65,70-73" +PS00008,1WJP,A,0-5 +PS00028,1WJP,A,71-92 +PS00006,1WJQ,A,"34-37,83-86" +PS00008,1WJQ,A,"0-5,100-105" +PS00006,1WJR,A,"15-18,32-35,100-103" +PS00008,1WJR,A,"0-5,47-52" +PS00001,1WJS,A,112-115 +PS00005,1WJS,A,97-99 +PS00006,1WJS,A,"34-37,106-109" +PS00008,1WJS,A,0-5 +PS00004,1WJT,A,26-29 +PS00005,1WJT,A,"25-27,51-53,66-68,87-89,90-92" +PS00006,1WJT,A,"66-69,91-94" +PS00008,1WJT,A,"0-5,55-60" +PS00005,1WJU,A,40-42 +PS00006,1WJU,A,"4-7,40-43,73-76" +PS00008,1WJU,A,"0-5,53-58,78-83" +PS00005,1WJV,A,18-20 +PS00006,1WJV,A,38-41 +PS00007,1WJV,A,56-64 +PS00008,1WJV,A,"0-5,61-66" +PS00004,1WJW,A,51-54 +PS00006,1WJW,A,"28-31,63-66" +PS00008,1WJW,A,"0-5,41-46" +PS00001,1WJZ,A,28-31 +PS00005,1WJZ,A,"12-14,79-81" +PS00006,1WJZ,A,56-59 +PS00008,1WJZ,A,"0-5,22-27,75-80" +PS00001,1WK0,A,82-85 +PS00005,1WK0,A,"66-68,104-106" +PS00006,1WK0,A,"4-7,52-55,66-69,84-87,108-111" +PS00008,1WK0,A,0-5 +PS00005,1WK1,A,120-122 +PS00006,1WK1,A,"11-14,139-142" +PS00007,1WK1,A,60-67 +PS00008,1WK1,A,"0-5,30-35,57-62" +PS00005,1WKI,A,74-76 +PS00007,1WKI,A,66-73 +PS00008,1WKI,A,"18-23,87-92" +PS00005,1WKT,A,82-84 +PS00006,1WKT,A,50-53 +PS00008,1WKT,A,"28-33,40-45" +PS00005,1WLM,A,"19-21,72-74,90-92,134-136,140-142" +PS00006,1WLM,A,"32-35,57-60,97-100,140-143" +PS00007,1WLM,A,130-137 +PS00008,1WLM,A,"0-5,6-11,15-20,33-38,118-123" +PS00005,1WLN,A,"41-43,73-75" +PS00006,1WLN,A,"5-8,35-38,64-67,81-84" +PS00007,1WLN,A,75-82 +PS00008,1WLN,A,"0-5,85-90" +PS00005,1WLO,A,73-75 +PS00008,1WLO,A,117-122 +PS00005,1WLX,A,2-4 +PS00006,1WLX,A,"29-32,42-45,51-54,59-62,104-107" +PS00008,1WLX,A,48-53 +PS00004,1WLP,A,21-24 +PS00005,1WLP,B,11-13 +PS00006,1WLP,B,"22-25,29-32,59-62,66-69,89-92,97-100,134-137" +PS00007,1WLP,B,118-125 +PS00008,1WLP,B,"0-5,23-28" +PS00005,1WM4,A,"27-29,70-72,95-97,114-116" +PS00006,1WM4,A,"2-5,64-67,93-96" +PS00008,1WM4,A,"87-92,94-99" +PS00006,1WM7,A,1-4 +PS00006,1WM8,A,17-20 +PS00008,1WM8,A,21-26 +PS00008,1WMT,A,8-13 +PS01138,1WMT,A,12-34 +PS00004,1WMV,A,33-36 +PS00005,1WMV,A,1-3 +PS00006,1WMV,A,"36-39,45-48" +PS00007,1WMV,A,6-13 +PS01159,1WMV,A,15-40 +PS00008,1WMJ,A,"13-18,121-126" +PS00194,1WMJ,A,39-57 +PS00005,1WN4,A,3-5 +PS00008,1WN4,A,21-26 +PS00008,1WN8,A,0-5 +PS00001,1WNJ,A,87-90 +PS00005,1WNJ,A,"30-32,73-75,98-100,117-119" +PS00006,1WNJ,A,"5-8,67-70,96-99" +PS00008,1WNJ,A,"0-5,90-95,97-102" +PS00004,1WNM,A,"10-13,18-21" +PS00005,1WO9,A,"8-10,27-29" +PS00008,1WO9,A,22-27 +PS00005,1WOT,A,"7-9,78-80" +PS00006,1WOT,A,"1-4,42-45,55-58" +PS00004,1WPD,A,13-16 +PS00008,1WPD,A,"4-9,17-22" +PS01138,1WPD,A,8-30 +PS00005,1WPI,A,"26-28,38-40" +PS00008,1WPI,A,118-123 +PS00001,1WPK,A,"50-53,56-59" +PS00004,1WPK,A,1-4 +PS00005,1WPK,A,"40-42,126-128" +PS00041,1WPK,A,85-127 +PS00006,1WR7,A,32-35 +PS01159,1WR7,A,12-37 +PS00005,1WQU,A,95-97 +PS00006,1WQU,A,4-7 +PS00007,1WQU,A,10-18 +PS00008,1WQU,A,0-5 +PS00005,1WQK,A,21-23 +PS00005,1WR1,A,8-10 +PS00006,1WR1,A,54-57 +PS00299,1WR1,A,26-51 +PS00008,1WR1,B,"1-6,43-48" +PS00005,1WRF,A,"48-50,106-108" +PS00008,1WRF,A,"19-24,66-71,114-119" +PS00006,1WRG,A,11-14 +PS00008,1WRG,A,9-14 +PS00969,1WRG,A,14-45 +PS00005,1WRS,R,"63-65,84-86" +PS00006,1WRS,R,"40-43,63-66" +PS00008,1WRS,R,72-77 +PS00005,1WRS,S,"63-65,84-86" +PS00006,1WRS,S,"40-43,63-66" +PS00008,1WRS,S,72-77 +PS00005,1WRT,R,"63-65,84-86" +PS00006,1WRT,R,"40-43,63-66" +PS00008,1WRT,R,72-77 +PS00005,1WRT,S,"63-65,84-86" +PS00006,1WRT,S,"40-43,63-66" +PS00008,1WRT,S,72-77 +PS00001,1WRY,A,77-80 +PS00008,1WRY,A,"0-5,108-113" +PS00016,1WRY,A,82-84 +PS00001,1WR6,A,76-79 +PS00004,1WR6,A,49-52 +PS00005,1WR6,A,"3-5,83-85" +PS00006,1WR6,A,"8-11,27-30,32-35,58-61,66-69,86-89,101-104" +PS00008,1WR6,A,90-95 +PS00001,1WR6,B,76-79 +PS00004,1WR6,B,49-52 +PS00005,1WR6,B,"3-5,83-85" +PS00006,1WR6,B,"8-11,27-30,32-35,58-61,66-69,86-89,101-104" +PS00008,1WR6,B,90-95 +PS00001,1WR6,C,76-79 +PS00004,1WR6,C,49-52 +PS00005,1WR6,C,"3-5,83-85" +PS00006,1WR6,C,"8-11,27-30,32-35,58-61,66-69,86-89,101-104" +PS00008,1WR6,C,90-95 +PS00001,1WR6,D,76-79 +PS00004,1WR6,D,49-52 +PS00005,1WR6,D,"3-5,83-85" +PS00006,1WR6,D,"8-11,27-30,32-35,58-61,66-69,86-89,101-104" +PS00008,1WR6,D,90-95 +PS00005,1WR6,E,8-10 +PS00006,1WR6,E,54-57 +PS00299,1WR6,E,26-51 +PS00005,1WR6,F,8-10 +PS00006,1WR6,F,54-57 +PS00299,1WR6,F,26-51 +PS00005,1WR6,G,8-10 +PS00006,1WR6,G,54-57 +PS00299,1WR6,G,26-51 +PS00005,1WR6,H,8-10 +PS00006,1WR6,H,54-57 +PS00299,1WR6,H,26-51 +PS00005,1WR0,A,60-62 +PS00001,1WRD,A,48-51 +PS00005,1WRD,A,"50-52,99-101" +PS00006,1WRD,A,"12-15,34-37" +PS00342,1WRD,A,100-102 +PS00005,1WRD,B,8-10 +PS00006,1WRD,B,54-57 +PS00299,1WRD,B,26-51 +PS00001,1WR3,A,25-28 +PS01159,1WR3,A,8-33 +PS00001,1WR4,A,25-28 +PS00006,1WR4,A,6-9 +PS00008,1WR4,A,3-8 +PS01159,1WR4,A,8-33 +PS00005,1WSO,A,12-14 +PS00008,1WSO,A,23-28 +PS00005,1WSX,A,"46-48,135-137" +PS00006,1WSX,A,"4-7,119-122,127-130,135-138" +PS00008,1WSX,A,"26-31,53-58,105-110" +PS00009,1WSX,A,39-42 +PS01080,1WSX,A,87-106 +PS01258,1WSX,A,139-150 +PS01259,1WSX,A,43-57 +PS00005,1WS1,A,"66-68,142-144" +PS00006,1WS1,A,"15-18,75-78" +PS00008,1WS1,A,"43-48,138-143" +PS00001,1WT7,A,32-35 +PS00004,1WT7,A,20-23 +PS00005,1WT7,A,34-36 +PS00006,1WT7,A,3-6 +PS00008,1WT7,A,"11-16,24-29" +PS01138,1WT7,A,15-37 +PS00005,1WT8,A,"8-10,20-22" +PS00006,1WT8,A,8-11 +PS00008,1WT8,A,16-21 +PS00001,1WTB,A,36-39 +PS00005,1WTB,A,"38-40,48-50" +PS00006,1WTB,A,"12-15,48-51,69-72" +PS00007,1WTB,A,56-63 +PS00008,1WTB,A,67-72 +PS00001,1WTU,A,1-4 +PS00005,1WTU,A,"77-79,83-85" +PS00007,1WTU,A,85-93 +PS00045,1WTU,A,45-64 +PS00001,1WTU,B,1-4 +PS00005,1WTU,B,"77-79,83-85" +PS00007,1WTU,B,85-93 +PS00045,1WTU,B,45-64 +PS00006,1WWU,A,"23-26,88-91" +PS00271,1WUW,A,2-15 +PS00271,1WUW,B,2-15 +PS00005,1WUG,A,"16-18,59-61,69-71" +PS00006,1WUG,A,57-60 +PS00007,1WUG,A,"8-14,38-45" +PS00008,1WUG,A,0-5 +PS00633,1WUG,A,30-87 +PS00005,1WUM,A,"16-18,59-61,69-71" +PS00006,1WUM,A,57-60 +PS00007,1WUM,A,"8-14,38-45" +PS00008,1WUM,A,0-5 +PS00633,1WUM,A,30-87 +PS00008,1WU0,A,"3-8,14-19,23-28,61-66" +PS00605,1WU0,A,34-55 +PS00006,1WUZ,A,"7-10,61-64" +PS00008,1WUZ,A,"15-20,26-31" +PS00016,1WUZ,A,44-46 +PS00006,1WVK,A,"34-37,57-60" +PS00008,1WVK,A,9-14 +PS00004,1WWD,A,15-18 +PS00006,1WWD,A,18-21 +PS00004,1WWE,A,15-18 +PS00006,1WWE,A,18-21 +PS00004,1WWF,A,15-18 +PS00006,1WWF,A,18-21 +PS00004,1WWG,A,15-18 +PS00006,1WWG,A,18-21 +PS00005,1WWT,A,25-27 +PS00006,1WWT,A,"4-7,14-17" +PS00008,1WWT,A,"0-5,36-41" +PS00005,1WWU,A,38-40 +PS00008,1WWU,A,"0-5,89-94" +PS00005,1WWV,A,77-79 +PS00006,1WWV,A,"5-8,28-31" +PS00008,1WWV,A,"0-5,24-29" +PS00006,1WWX,A,20-23 +PS00007,1WWX,A,53-61 +PS00008,1WWX,A,0-5 +PS00346,1WWX,A,56-71 +PS00001,1WWY,A,24-27 +PS00004,1WWY,A,36-39 +PS00005,1WWY,A,"64-66,142-144" +PS00006,1WWY,A,"40-43,44-47,106-109" +PS00008,1WWY,A,0-5 +PS00006,1WX6,A,27-30 +PS00008,1WX6,A,"0-5,6-11" +PS00005,1WX7,A,"20-22,23-25,46-48" +PS00006,1WX7,A,"23-26,31-34" +PS00008,1WX7,A,"0-5,75-80" +PS00005,1WX8,A,"8-10,13-15,20-22,61-63,72-74" +PS00006,1WX8,A,"8-11,23-26" +PS00008,1WX8,A,"0-5,75-80" +PS00005,1WX9,A,44-46 +PS00006,1WX9,A,5-8 +PS00008,1WX9,A,"0-5,24-29" +PS00299,1WX9,A,33-58 +PS00005,1WXA,A,"10-12,17-19,95-97" +PS00006,1WXA,A,30-33 +PS00008,1WXA,A,"0-5,6-11,66-71" +PS00005,1WXB,A,"5-7,16-18" +PS00008,1WXB,A,0-5 +PS00005,1WXM,A,"8-10,22-24" +PS00006,1WXM,A,"22-25,28-31,60-63" +PS00008,1WXM,A,0-5 +PS00009,1WXM,A,54-57 +PS00001,1WXP,A,"84-87,99-102" +PS00006,1WXP,A,5-8 +PS00008,1WXP,A,0-5 +PS00005,1WXT,A,37-39 +PS00008,1WXT,A,0-5 +PS00005,1WXU,A,34-36 +PS00006,1WXU,A,"11-14,29-32" +PS00008,1WXU,A,"0-5,6-11,62-67" +PS00009,1WXU,A,"76-79,80-83" +PS00004,1WXV,A,83-86 +PS00005,1WXV,A,59-61 +PS00006,1WXV,A,59-62 +PS00008,1WXV,A,"0-5,6-11,45-50,71-76" +PS00009,1WXV,A,81-84 +PS00001,1WXL,A,15-18 +PS00004,1WXL,A,4-7 +PS00005,1WXL,A,20-22 +PS00006,1WXL,A,48-51 +PS00007,1WXL,A,60-68 +PS00008,1WXL,A,27-32 +PS00005,1WXN,A,"21-23,28-30" +PS00006,1WXN,A,38-41 +PS00008,1WXN,A,"0-5,6-11" +PS00006,1WY3,A,1-4 +PS00008,1WY3,A,10-15 +PS00001,1WYM,A,97-100 +PS00008,1WYM,A,"0-5,50-55,95-100,125-130,133-138" +PS00006,1WY4,A,1-4 +PS00008,1WY4,A,10-15 +PS00004,1WY8,A,27-30 +PS00005,1WY8,A,26-28 +PS00006,1WY8,A,"21-24,30-33,63-66" +PS00007,1WY8,A,56-62 +PS00008,1WY8,A,"0-5,16-21" +PS00005,1WYH,A,18-20 +PS00006,1WYH,A,"27-30,36-39" +PS00008,1WYH,A,"0-5,6-11,52-57" +PS00478,1WYH,A,7-42 +PS00005,1WYJ,A,"20-22,36-38" +PS00006,1WYJ,A,"15-18,36-39" +PS00008,1WYJ,A,"0-5,6-11,23-28" +PS00232,1WYJ,A,102-112 +PS00006,1WYL,A,"7-10,33-36" +PS00008,1WYL,A,"0-5,24-29,37-42,61-66" +PS00001,1WYN,A,"63-66,74-77,103-106" +PS00005,1WYN,A,134-136 +PS00006,1WYN,A,"11-14,23-26,125-128" +PS00008,1WYN,A,"0-5,40-45,122-127,130-135" +PS00001,1WYO,A,"20-23,31-34,37-40" +PS00006,1WYO,A,"22-25,39-42" +PS00007,1WYO,A,118-125 +PS00008,1WYO,A,"0-5,6-11,47-52" +PS00001,1WYP,A,"63-66,103-106" +PS00005,1WYP,A,"29-31,58-60" +PS00008,1WYP,A,"0-5,6-11,40-45,122-127" +PS00009,1WYP,A,29-32 +PS00001,1WYQ,A,29-32 +PS00005,1WYQ,A,"33-35,56-58" +PS00006,1WYQ,A,33-36 +PS00008,1WYQ,A,"0-5,6-11,37-42" +PS00017,1WYQ,A,114-121 +PS00001,1WYR,A,98-101 +PS00005,1WYR,A,"22-24,37-39" +PS00006,1WYR,A,"4-7,26-29,65-68" +PS00008,1WYR,A,"0-5,41-46,96-101" +PS00007,1WYS,A,61-68 +PS00008,1WYS,A,0-5 +PS00008,1WZ5,A,"5-10,18-23" +PS01138,1WZ5,A,9-31 +PS00001,1WZ0,A,74-77 +PS00004,1WZ0,A,41-44 +PS00005,1WZ0,A,60-62 +PS00008,1WZ0,A,"0-5,30-35,70-75" +PS00008,1WZ6,A,0-5 +PS00001,1X0F,A,36-39 +PS00005,1X0F,A,"38-40,48-50" +PS00006,1X0F,A,"12-15,48-51,69-72" +PS00007,1X0F,A,56-63 +PS00008,1X0F,A,67-72 +PS00005,1X0N,A,42-44 +PS00006,1X0N,A,71-74 +PS00005,1X05,A,"103-105,120-122" +PS00006,1X05,A,"70-73,81-84,91-94,103-106" +PS00008,1X05,A,"0-5,66-71" +PS00009,1X05,A,77-80 +PS00005,1X0H,A,8-10 +PS00006,1X0H,A,41-44 +PS00008,1X0H,A,0-5 +PS00001,1X0O,A,114-117 +PS00006,1X0O,A,"22-25,115-118" +PS00008,1X0O,A,"0-5,68-73" +PS00005,1X61,A,37-39 +PS00007,1X61,A,53-60 +PS00008,1X61,A,"0-5,6-11,31-36,58-63" +PS00478,1X61,A,7-42 +PS00004,1X1R,A,133-136 +PS00005,1X1R,A,"12-14,94-96,155-157" +PS00006,1X1R,A,"44-47,53-56,92-95,155-158,166-169" +PS00008,1X1R,A,22-27 +PS00017,1X1R,A,19-26 +PS00004,1X1S,A,133-136 +PS00005,1X1S,A,"12-14,94-96,155-157" +PS00006,1X1S,A,"44-47,53-56,92-95,155-158,166-169" +PS00008,1X1S,A,22-27 +PS00017,1X1S,A,19-26 +PS00001,1X1F,A,"72-75,118-121" +PS00005,1X1F,A,"49-51,74-76" +PS00006,1X1F,A,"5-8,99-102,109-112" +PS00008,1X1F,A,0-5 +PS00004,1X1G,A,119-122 +PS00005,1X1G,A,"64-66,106-108" +PS00006,1X1G,A,"9-12,53-56,71-74,95-98,107-110" +PS00008,1X1G,A,"0-5,6-11,67-72,77-82,84-89" +PS01189,1X1G,A,64-82 +PS00006,1X1M,A,"8-11,60-63" +PS00008,1X1M,A,"0-5,6-11,86-91" +PS00009,1X1M,A,72-75 +PS00006,1X6M,A,"129-132,135-138,145-148,149-152,154-157" +PS00008,1X6M,A,"17-22,28-33,54-59,63-68,150-155" +PS00006,1X6M,B,"129-132,135-138,145-148,149-152,154-157" +PS00008,1X6M,B,"17-22,28-33,54-59,63-68,150-155" +PS00006,1X6M,C,"129-132,135-138,145-148,149-152,154-157" +PS00008,1X6M,C,"17-22,28-33,54-59,63-68,150-155" +PS00006,1X6M,D,"129-132,135-138,145-148,149-152,154-157" +PS00008,1X6M,D,"17-22,28-33,54-59,63-68,150-155" +PS00004,1X60,A,1-4 +PS00005,1X60,A,53-55 +PS00006,1X60,A,"27-30,53-56" +PS00008,1X60,A,50-55 +PS00008,1X62,A,"0-5,6-11" +PS00478,1X62,A,17-50 +PS00005,1X63,A,"5-7,9-11,14-16" +PS00006,1X63,A,"9-12,68-71" +PS00008,1X63,A,"0-5,19-24" +PS00478,1X63,A,17-52 +PS00008,1X64,A,"0-5,16-21,33-38" +PS00478,1X64,A,27-60 +PS00005,1X65,A,5-7 +PS00006,1X65,A,5-8 +PS00008,1X65,A,"0-5,10-15" +PS00352,1X65,A,19-38 +PS00001,1X66,A,9-12 +PS00006,1X66,A,"11-14,43-46" +PS00008,1X66,A,0-5 +PS00001,1X67,A,"10-13,89-92" +PS00005,1X67,A,"27-29,65-67" +PS00006,1X67,A,30-33 +PS00008,1X67,A,"0-5,6-11,50-55,101-106,116-121" +PS00006,1X68,A,63-66 +PS00008,1X68,A,"0-5,6-11,16-21" +PS00478,1X68,A,7-44 +PS00006,1X69,A,"7-10,42-45" +PS00008,1X69,A,"0-5,54-59,61-66" +PS00005,1X6A,A,"5-7,45-47" +PS00006,1X6A,A,5-8 +PS00008,1X6A,A,0-5 +PS00478,1X6A,A,17-50 +PS00005,1X6B,A,11-13 +PS00006,1X6B,A,12-15 +PS00008,1X6B,A,0-5 +PS00006,1X6C,A,"83-86,94-97" +PS00007,1X6C,A,65-73 +PS00008,1X6C,A,"0-5,15-20,70-75,76-81,95-100" +PS00001,1X6D,A,111-114 +PS00004,1X6D,A,100-103 +PS00005,1X6D,A,"8-10,73-75,99-101" +PS00006,1X6D,A,78-81 +PS00008,1X6D,A,"0-5,14-19,25-30" +PS00008,1X6E,A,"0-5,6-11,15-20" +PS00028,1X6E,A,"16-36,44-64" +PS00001,1X6F,A,22-25 +PS00006,1X6F,A,36-39 +PS00008,1X6F,A,0-5 +PS00028,1X6F,A,27-47 +PS00001,1X6G,A,49-52 +PS00005,1X6G,A,"5-7,10-12" +PS00006,1X6G,A,"21-24,42-45,60-63" +PS00008,1X6G,A,"0-5,64-69" +PS00004,1X6H,A,58-61 +PS00005,1X6H,A,"5-7,23-25,57-59" +PS00006,1X6H,A,18-21 +PS00008,1X6H,A,0-5 +PS00028,1X6H,A,17-38 +PS00005,1X9A,A,40-42 +PS00006,1X9V,A,3-6 +PS00008,1X9V,A,23-28 +PS00006,1X9V,B,3-6 +PS00008,1X9V,B,23-28 +PS00006,1X9A,A,"80-83,90-93" +PS00008,1X9A,A,"17-22,53-58" +PS00005,1X9A,B,40-42 +PS00006,1X9A,B,"80-83,90-93" +PS00008,1X9A,B,"17-22,53-58" +PS00001,1X9B,A,1-4 +PS00005,1X9B,A,"3-5,37-39" +PS00001,1X9L,A,"52-55,124-127" +PS00005,1X9L,A,"40-42,51-53,126-128,140-142" +PS00006,1X9L,A,40-43 +PS00008,1X9L,A,"31-36,80-85" +PS00006,1X9X,A,32-35 +PS00006,1X9X,B,32-35 +PS00001,1XA5,A,59-62 +PS00005,1XA5,A,"27-29,145-147" +PS00006,1XA5,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1XA5,A,"24-29,39-44" +PS00018,1XA5,A,"19-31,55-67,92-104,128-140" +PS00006,1XA8,A,"129-132,135-138,145-148,149-152,154-157" +PS00008,1XA8,A,"17-22,28-33,54-59,63-68,150-155" +PS00006,1XA8,B,"129-132,135-138,145-148,149-152,154-157" +PS00008,1XA8,B,"17-22,28-33,54-59,63-68,150-155" +PS00006,1XA8,C,"129-132,135-138,145-148,149-152,154-157" +PS00008,1XA8,C,"17-22,28-33,54-59,63-68,150-155" +PS00006,1XA8,D,"129-132,135-138,145-148,149-152,154-157" +PS00008,1XA8,D,"17-22,28-33,54-59,63-68,150-155" +PS00001,1XAX,A,54-57 +PS00005,1XAX,A,"41-43,56-58" +PS00006,1XAX,A,97-100 +PS01306,1XAX,A,113-123 +PS00001,1XBD,A,"17-20,35-38,47-50,60-63,73-76" +PS00005,1XBD,A,"13-15,53-55" +PS00006,1XBD,A,7-10 +PS00008,1XBD,A,"1-6,50-55,61-66" +PS00007,1XBH,A,4-11 +PS00005,1XBL,A,58-60 +PS00006,1XBL,A,13-16 +PS00008,1XBL,A,"9-14,75-80,85-90,101-106" +PS00636,1XBL,A,45-64 +PS00001,2XBD,A,"17-20,35-38,47-50,60-63,73-76" +PS00005,2XBD,A,"13-15,53-55" +PS00006,2XBD,A,7-10 +PS00008,2XBD,A,"1-6,50-55,61-66" +PS00008,1XC0,A,22-27 +PS00005,1XC5,A,"29-31,63-65" +PS00006,1XC5,A,"23-26,29-32,46-49,52-55" +PS00007,1XC5,A,51-59 +PS00008,1XC5,A,"0-5,42-47" +PS00001,1XDF,A,80-83 +PS00004,1XDF,A,52-55 +PS00005,1XDF,A,"50-52,115-117" +PS00006,1XDF,A,"3-6,55-58,120-123" +PS00008,1XDF,A,"46-51,88-93,105-110" +PS00016,1XDF,A,137-139 +PS00001,1XDF,B,80-83 +PS00004,1XDF,B,52-55 +PS00005,1XDF,B,"50-52,115-117" +PS00006,1XDF,B,"3-6,55-58,120-123" +PS00008,1XDF,B,"46-51,88-93,105-110" +PS00016,1XDF,B,137-139 +PS00004,1XEE,A,19-22 +PS00007,1XEE,A,84-90 +PS00008,1XEE,A,"2-7,21-26" +PS00001,1XDX,A,99-102 +PS00004,1XDX,A,52-55 +PS00005,1XDX,A,94-96 +PS00006,1XDX,A,"45-48,87-90" +PS00008,1XDX,A,"2-7,76-81" +PS00001,1XDX,B,99-102 +PS00004,1XDX,B,52-55 +PS00005,1XDX,B,94-96 +PS00006,1XDX,B,"45-48,87-90" +PS00008,1XDX,B,"2-7,76-81" +PS00001,1XEQ,A,"3-6,17-20,62-65" +PS00004,1XEQ,A,69-72 +PS00006,1XEQ,A,"7-10,64-67,72-75" +PS00008,1XEQ,A,"14-19,25-30" +PS00001,1XEQ,B,"3-6,17-20,62-65" +PS00004,1XEQ,B,69-72 +PS00006,1XEQ,B,"7-10,64-67,72-75" +PS00008,1XEQ,B,"14-19,25-30" +PS00004,1XF7,A,9-12 +PS00006,1XF7,A,12-15 +PS00028,1XF7,A,4-24 +PS00001,1XFE,A,1-4 +PS00006,1XFE,A,3-6 +PS00008,1XFE,A,43-48 +PS00010,1XFE,A,58-69 +PS01186,1XFE,A,67-81 +PS01209,1XFE,A,18-42 +PS00001,1XFL,A,34-37 +PS00006,1XFL,A,25-28 +PS00008,1XFL,A,15-20 +PS00194,1XFL,A,41-59 +PS00005,1XFN,A,37-39 +PS00006,1XFN,A,"7-10,37-40,77-80" +PS00008,1XFN,A,69-74 +PS00005,1XFQ,A,37-39 +PS00006,1XFQ,A,"7-10,37-40,77-80" +PS00008,1XFQ,A,69-74 +PS00001,1XFR,A,6-9 +PS00005,1XFR,A,55-57 +PS00006,1XFR,A,23-26 +PS00008,1XFR,A,"80-85,95-100,112-117" +PS60014,1XGA,A,1-12 +PS60014,1XGB,A,1-12 +PS60014,1XGC,A,1-12 +PS00262,1XGL,A,5-19 +PS00005,1XGL,B,26-28 +PS00001,1XG1,A,"9-12,47-50" +PS00005,1XG1,A,"11-13,59-61" +PS00006,1XG1,A,"1-4,17-20" +PS00008,1XG1,A,34-39 +PS00001,1XHH,A,6-9 +PS00005,1XHH,A,"8-10,57-59" +PS00006,1XHH,A,"53-56,72-75" +PS00005,1XHJ,A,56-58 +PS00006,1XHJ,A,"6-9,30-33" +PS00008,1XHJ,A,"26-31,45-50,60-65" +PS00001,1XHS,A,"47-50,59-62" +PS00005,1XHS,A,7-9 +PS00006,1XHS,A,61-64 +PS00008,1XHS,A,"42-47,48-53,72-77" +PS00005,1XI7,A,24-26 +PS00008,1XI7,A,51-56 +PS00005,1XJ1,A,24-26 +PS00008,1XJ1,A,51-56 +PS00006,1XJH,A,19-22 +PS00001,1XJS,A,28-31 +PS00005,1XJS,A,"47-49,131-133" +PS00006,1XJS,A,39-42 +PS00008,1XJS,A,64-69 +PS00005,1XKE,A,"11-13,75-77,127-129" +PS00006,1XKE,A,"1-4,73-76,87-90" +PS00008,1XKE,A,74-79 +PS00005,1XKM,A,14-16 +PS00294,1XKM,A,18-21 +PS00008,1XKM,B,4-9 +PS00342,1XKM,B,22-24 +PS00005,1XKM,C,14-16 +PS00294,1XKM,C,18-21 +PS00008,1XKM,D,4-9 +PS00342,1XKM,D,22-24 +PS00001,1XM2,A,26-29 +PS00005,1XM2,A,12-14 +PS00006,1XM2,A,55-58 +PS00007,1XM2,A,"31-39,46-52" +PS00008,1XM2,A,"72-77,96-101,138-143" +PS00294,1XM2,A,169-172 +PS00001,1XM2,B,26-29 +PS00005,1XM2,B,12-14 +PS00006,1XM2,B,55-58 +PS00007,1XM2,B,"31-39,46-52" +PS00008,1XM2,B,"72-77,96-101,138-143" +PS00294,1XM2,B,169-172 +PS00001,1XM2,C,26-29 +PS00005,1XM2,C,12-14 +PS00006,1XM2,C,55-58 +PS00007,1XM2,C,"31-39,46-52" +PS00008,1XM2,C,"72-77,96-101,138-143" +PS00294,1XM2,C,169-172 +PS00001,1XM2,D,26-29 +PS00005,1XM2,D,12-14 +PS00006,1XM2,D,55-58 +PS00007,1XM2,D,"31-39,46-52" +PS00008,1XM2,D,"72-77,96-101,138-143" +PS00294,1XM2,D,169-172 +PS00001,1XM2,E,26-29 +PS00005,1XM2,E,12-14 +PS00006,1XM2,E,55-58 +PS00007,1XM2,E,"31-39,46-52" +PS00008,1XM2,E,"72-77,96-101,138-143" +PS00294,1XM2,E,169-172 +PS00001,1XM2,F,26-29 +PS00005,1XM2,F,12-14 +PS00006,1XM2,F,55-58 +PS00007,1XM2,F,"31-39,46-52" +PS00008,1XM2,F,"72-77,96-101,138-143" +PS00294,1XM2,F,169-172 +PS00001,1XM8,A,45-48 +PS00005,1XM8,A,"38-40,42-44,144-146,200-202,209-211" +PS00006,1XM8,A,"30-33,76-79,157-160,223-226" +PS00008,1XM8,A,85-90 +PS00001,1XM8,B,45-48 +PS00005,1XM8,B,"38-40,42-44,144-146,200-202,209-211" +PS00006,1XM8,B,"30-33,76-79,157-160,223-226" +PS00008,1XM8,B,85-90 +PS00005,1XMT,A,"45-47,88-90" +PS00006,1XMT,A,0-3 +PS00008,1XMT,A,49-54 +PS00009,1XMT,A,11-14 +PS00001,1XMW,A,"127-130,144-147" +PS00005,1XMW,A,"66-68,106-108" +PS00006,1XMW,A,"14-17,51-54,80-83" +PS00008,1XMW,A,"103-108,138-143,158-163" +PS00009,1XMW,A,149-152 +PS00001,1XN5,A,88-91 +PS00006,1XN5,A,"24-27,60-63,104-107" +PS00008,1XN5,A,"89-94,110-115" +PS00001,1XN6,A,"16-19,92-95" +PS00006,1XN6,A,"5-8,27-30" +PS00008,1XN6,A,126-131 +PS00005,1XN7,A,59-61 +PS00006,1XN7,A,62-65 +PS00008,1XN7,A,54-59 +PS00005,1XN8,A,"16-18,55-57,82-84" +PS00006,1XN8,A,"4-7,12-15,19-22,45-48,91-94" +PS00007,1XN8,A,84-90 +PS00006,1XN9,A,"30-33,93-96" +PS00007,1XN9,A,77-83 +PS00008,1XN9,A,"26-31,59-64" +PS00529,1XN9,A,58-80 +PS00005,1XNA,A,"28-30,161-163" +PS00006,1XNA,A,"12-15,94-97,150-153" +PS00008,1XNA,A,"60-65,72-77,101-106" +PS00005,1XNE,A,"17-19,58-60" +PS00007,1XNE,A,91-97 +PS00009,1XNE,A,17-20 +PS00016,1XNE,A,36-38 +PS00005,1XNL,A,2-4 +PS00008,1XNL,A,13-18 +PS00005,1XNT,A,"28-30,161-163" +PS00006,1XNT,A,"12-15,94-97,150-153" +PS00008,1XNT,A,"60-65,72-77,101-106" +PS00005,1XO3,A,61-63 +PS00005,1XO8,A,"80-82,136-138,145-147" +PS00006,1XO8,A,"2-5,24-27,87-90,137-140,145-148" +PS00008,1XO8,A,79-84 +PS00008,1XOO,A,3-8 +PS00005,1XOA,A,0-2 +PS00194,1XOA,A,23-41 +PS00005,1XOB,A,0-2 +PS00194,1XOB,A,23-41 +PS00004,1XOX,A,77-80 +PS00005,1XOX,A,"20-22,87-89" +PS00006,1XOX,A,"47-50,96-99" +PS00004,1XOX,B,77-80 +PS00005,1XOX,B,"20-22,87-89" +PS00006,1XOX,B,"47-50,96-99" +PS00001,1XOY,A,"28-31,142-145" +PS00005,1XOY,A,"86-88,91-93" +PS00006,1XOY,A,"0-3,22-25,53-56,91-94,144-147" +PS00008,1XOY,A,145-150 +PS00008,1XOP,A,3-8 +PS00001,1XPW,A,149-152 +PS00005,1XPW,A,"80-82,87-89" +PS00006,1XPW,A,"28-31,87-90,129-132" +PS00008,1XPW,A,"42-47,107-112,144-149" +PS00006,1XPA,A,42-45 +PS00008,1XPA,A,97-102 +PS00752,1XPA,A,7-31 +PS00753,1XPA,A,40-56 +PS00001,1XPN,A,125-128 +PS00004,1XPN,A,102-105 +PS00006,1XPN,A,144-147 +PS00008,1XPN,A,"16-21,42-47,83-88,148-153" +PS00008,1XPV,A,26-31 +PS00006,1XQ8,A,53-56 +PS00007,1XQ8,A,31-38 +PS00008,1XQ8,A,"6-11,13-18,24-29,46-51,67-72,85-90" +PS00005,1XQQ,A,8-10 +PS00006,1XQQ,A,54-57 +PS00299,1XQQ,A,26-51 +PS00001,1XR0,B,99-102 +PS00004,1XR0,B,43-46 +PS00005,1XR0,B,"41-43,46-48,68-70,124-126" +PS00006,1XR0,B,"4-7,33-36,117-120" +PS00008,1XR0,B,22-27 +PS00009,1XR0,B,68-71 +PS00005,1XRD,A,"34-36,44-46" +PS00968,1XRD,A,22-40 +PS00005,1XS3,A,9-11 +PS00006,1XS3,A,"57-60,75-78" +PS00008,1XS3,A,"17-22,64-69" +PS00006,1XS8,A,85-88 +PS00009,1XS8,A,25-28 +PS00004,1XS9,A,"7-10,51-54,65-68" +PS00005,1XS9,A,"6-8,36-38,64-66,99-101" +PS00006,1XS9,A,17-20 +PS00007,1XS9,A,"34-41,75-83" +PS00008,1XS9,A,0-5 +PS00041,1XS9,A,66-108 +PS00005,1XS9,D,17-19 +PS00006,1XS9,D,"1-4,39-42,53-56,79-82" +PS00008,1XS9,D,65-70 +PS00009,1XS9,D,49-52 +PS00006,1XSA,A,"63-66,75-78" +PS00007,1XSA,A,110-118 +PS00008,1XSA,A,"68-73,122-127" +PS00006,1XSB,A,"63-66,75-78" +PS00007,1XSB,A,110-118 +PS00008,1XSB,A,"68-73,122-127" +PS00006,1XSC,A,"63-66,75-78" +PS00007,1XSC,A,110-118 +PS00008,1XSC,A,"68-73,122-127" +PS00006,1XSF,A,"28-31,77-80" +PS00008,1XSF,A,"14-19,35-40,59-64" +PS00005,1XSW,A,35-37 +PS00008,1XSW,A,"0-5,9-14,21-26" +PS01138,1XSW,A,13-34 +PS00001,1XSX,A,30-33 +PS00004,1XSX,A,1-4 +PS00005,1XSX,A,"20-22,36-38,59-61,91-93" +PS00006,1XSX,A,4-7 +PS00008,1XSX,A,"19-24,28-33" +PS00001,1XSX,B,30-33 +PS00004,1XSX,B,1-4 +PS00005,1XSX,B,"20-22,36-38,59-61,91-93" +PS00006,1XSX,B,4-7 +PS00008,1XSX,B,"19-24,28-33" +PS00001,1XT7,A,2-5 +PS00006,1XT7,A,4-7 +PS00005,1XUT,A,6-8 +PS00008,1XUT,A,0-5 +PS00001,1XU0,A,"86-89,101-104" +PS00004,1XU0,A,126-129 +PS00005,1XU0,A,111-113 +PS00006,1XU0,A,88-91 +PS00008,1XU0,A,"0-5,22-27,34-39" +PS00001,1XU6,A,74-77 +PS00004,1XU6,A,48-51 +PS00005,1XU6,A,"8-10,64-66" +PS00006,1XU6,A,64-67 +PS00008,1XU6,A,71-76 +PS00001,1XUA,A,"61-64,128-131" +PS00006,1XUA,A,279-282 +PS00008,1XUA,A,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1XUA,A,209-212 +PS00001,1XUA,B,"61-64,128-131" +PS00006,1XUA,B,279-282 +PS00008,1XUA,B,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1XUA,B,209-212 +PS00001,1XUB,A,"61-64,128-131" +PS00006,1XUB,A,279-282 +PS00008,1XUB,A,"36-41,97-102,129-134,157-162,258-263,285-290" +PS00009,1XUB,A,209-212 +PS00004,1XV3,A,9-12 +PS00005,1XV3,A,32-34 +PS00008,1XV3,A,"21-26,27-32" +PS00342,1XV3,A,44-46 +PS00005,1XX8,A,"16-18,39-41,45-47" +PS00006,1XX8,A,"32-35,45-48" +PS00001,1XWE,A,104-107 +PS00004,1XWE,A,"22-25,76-79" +PS00005,1XWE,A,"21-23,106-108" +PS00006,1XWE,A,"54-57,81-84,117-120" +PS00008,1XWE,A,0-5 +PS00005,1XWH,A,45-47 +PS00006,1XWH,A,55-58 +PS00008,1XWH,A,"24-29,44-49" +PS01359,1XWH,A,10-51 +PS00001,1XWJ,A,251-254 +PS00005,1XWJ,A,"217-219,234-236" +PS00006,1XWJ,A,"31-34,84-87,145-148,166-169,173-176,203-206,217-220,271-274" +PS00008,1XWJ,A,"134-139,242-247" +PS00663,1XWJ,A,182-202 +PS00004,1XWJ,B,10-13 +PS00005,1XWJ,B,"1-3,8-10,13-15" +PS00006,1XWJ,B,1-4 +PS00001,1XWN,A,"48-51,107-110" +PS00005,1XWN,A,"34-36,69-71" +PS00006,1XWN,A,164-167 +PS00008,1XWN,A,"63-68,142-147" +PS00170,1XWN,A,47-64 +PS00001,1XX3,A,137-140 +PS00005,1XX3,A,"46-48,99-101" +PS00006,1XX3,A,27-30 +PS00008,1XX3,A,127-132 +PS00001,1XXE,A,"56-59,85-88" +PS00005,1XXE,A,"5-7,198-200,247-249" +PS00006,1XXE,A,"5-8,101-104,164-167" +PS00008,1XXE,A,"1-6,16-21,192-197" +PS00005,1XX0,A,"107-109,124-126" +PS00006,1XX0,A,"74-77,85-88,95-98,107-110" +PS00008,1XX0,A,70-75 +PS00009,1XX0,A,81-84 +PS00005,1XYD,A,18-20 +PS00006,1XYD,A,"1-4,18-21,59-62" +PS00018,1XYD,A,61-73 +PS00303,1XYD,A,56-77 +PS00005,1XYD,B,18-20 +PS00006,1XYD,B,"1-4,18-21,59-62" +PS00018,1XYD,B,61-73 +PS00303,1XYD,B,56-77 +PS00005,1XY4,A,7-9 +PS00005,1XY6,A,7-9 +PS00001,1XYJ,A,"60-63,76-79" +PS00004,1XYJ,A,107-110 +PS00005,1XYJ,A,"62-64,71-73" +PS00006,1XYJ,A,"72-75,78-81" +PS00007,1XYJ,A,"27-34,99-105" +PS00008,1XYJ,A,"2-7,10-15" +PS00706,1XYJ,A,79-97 +PS00001,1XYK,A,"60-63,76-79" +PS00005,1XYK,A,"62-64,71-73" +PS00006,1XYK,A,"72-75,78-81" +PS00007,1XYK,A,"27-34,35-42,99-105" +PS00008,1XYK,A,"2-7,10-15" +PS00706,1XYK,A,79-97 +PS00001,1XYQ,A,"60-63,76-79" +PS00005,1XYQ,A,"62-64,71-73" +PS00006,1XYQ,A,"22-25,72-75,78-81" +PS00007,1XYQ,A,27-34 +PS00008,1XYQ,A,"2-7,10-15" +PS00706,1XYQ,A,79-97 +PS00001,1XYU,A,"60-63,76-79" +PS00005,1XYU,A,"62-64,71-73" +PS00006,1XYU,A,"72-75,78-81" +PS00007,1XYU,A,27-34 +PS00008,1XYU,A,"2-7,10-15" +PS00706,1XYU,A,79-97 +PS00001,1XYW,A,"60-63,76-79" +PS00005,1XYW,A,"62-64,71-73" +PS00006,1XYW,A,"72-75,78-81" +PS00007,1XYW,A,"27-34,99-105" +PS00008,1XYW,A,"2-7,10-15" +PS00706,1XYW,A,79-97 +PS00001,1XYX,A,"60-63,76-79" +PS00004,1XYX,A,108-111 +PS00005,1XYX,A,"62-64,71-73" +PS00006,1XYX,A,"72-75,78-81" +PS00007,1XYX,A,27-34 +PS00008,1XYX,A,"2-7,10-15" +PS00009,1XYX,A,106-109 +PS00706,1XYX,A,79-97 +PS00005,1XZ9,A,"4-6,15-17" +PS00008,1XZ9,A,21-26 +PS00006,1XZY,A,"32-35,38-41" +PS00006,1Y03,A,"12-15,23-26" +PS00006,1Y04,A,"12-15,23-26" +PS00344,1Y0J,A,6-30 +PS00005,1Y0J,B,32-34 +PS00006,1Y0J,B,21-24 +PS00008,1Y0J,B,14-19 +PS00005,1Y00,A,4-6 +PS00008,1Y00,A,23-28 +PS00005,1Y00,B,4-6 +PS00008,1Y00,B,23-28 +PS00001,1Y15,A,"60-63,76-79" +PS00004,1Y15,A,108-111 +PS00005,1Y15,A,"62-64,71-73" +PS00006,1Y15,A,"72-75,78-81" +PS00007,1Y15,A,27-34 +PS00008,1Y15,A,"2-7,10-15" +PS00009,1Y15,A,106-109 +PS00706,1Y15,A,79-97 +PS00001,1Y16,A,"60-63,76-79" +PS00004,1Y16,A,108-111 +PS00005,1Y16,A,"62-64,71-73" +PS00006,1Y16,A,"72-75,78-81" +PS00007,1Y16,A,27-34 +PS00008,1Y16,A,"2-7,10-15" +PS00009,1Y16,A,106-109 +PS00706,1Y16,A,79-97 +PS00001,1Y19,B,16-19 +PS00004,1Y19,B,193-196 +PS00005,1Y19,B,"95-97,153-155" +PS00006,1Y19,B,"81-84,174-177" +PS00661,1Y19,B,74-103 +PS00001,1Y19,D,16-19 +PS00004,1Y19,D,193-196 +PS00005,1Y19,D,"95-97,153-155" +PS00006,1Y19,D,"81-84,174-177" +PS00661,1Y19,D,74-103 +PS00001,1Y19,F,16-19 +PS00004,1Y19,F,193-196 +PS00005,1Y19,F,"95-97,153-155" +PS00006,1Y19,F,"81-84,174-177" +PS00661,1Y19,F,74-103 +PS00001,1Y19,H,16-19 +PS00004,1Y19,H,193-196 +PS00005,1Y19,H,"95-97,153-155" +PS00006,1Y19,H,"81-84,174-177" +PS00661,1Y19,H,74-103 +PS00001,1Y19,J,16-19 +PS00004,1Y19,J,193-196 +PS00005,1Y19,J,"95-97,153-155" +PS00006,1Y19,J,"81-84,174-177" +PS00661,1Y19,J,74-103 +PS00001,1Y19,L,16-19 +PS00004,1Y19,L,193-196 +PS00005,1Y19,L,"95-97,153-155" +PS00006,1Y19,L,"81-84,174-177" +PS00661,1Y19,L,74-103 +PS00005,1Y1B,A,32-34 +PS00006,1Y1B,A,37-40 +PS00008,1Y1B,A,19-24 +PS00005,1Y1C,A,32-34 +PS00006,1Y1C,A,37-40 +PS00008,1Y1C,A,19-24 +PS00282,1Y1C,A,7-30 +PS00001,1Y2S,A,"62-65,78-81" +PS00005,1Y2S,A,"64-66,73-75" +PS00006,1Y2S,A,"74-77,80-83" +PS00007,1Y2S,A,29-36 +PS00008,1Y2S,A,"0-5,12-17" +PS00706,1Y2S,A,81-99 +PS00004,1Y2P,A,13-16 +PS00005,1Y2P,A,"1-3,4-6" +PS00006,1Y2P,A,4-7 +PS00008,1Y2P,A,17-22 +PS01138,1Y2P,A,8-30 +PS00004,1Y2Y,A,17-20 +PS00005,1Y2Y,A,"15-17,46-48" +PS00006,1Y2Y,A,35-38 +PS00007,1Y2Y,A,33-40 +PS00008,1Y2Y,A,52-57 +PS00009,1Y2Y,A,9-12 +PS00006,1Y32,A,13-16 +PS00001,1Y3J,A,0-3 +PS00005,1Y3J,A,1-3 +PS00006,1Y3J,A,68-71 +PS00007,1Y3J,A,25-31 +PS00008,1Y3J,A,10-15 +PS01047,1Y3J,A,8-37 +PS00001,1Y3K,A,0-3 +PS00005,1Y3K,A,1-3 +PS00006,1Y3K,A,68-71 +PS00007,1Y3K,A,25-31 +PS00008,1Y3K,A,10-15 +PS01047,1Y3K,A,8-37 +PS00005,1Y47,A,20-22 +PS00005,1Y47,B,20-22 +PS00005,1Y4O,A,"14-16,20-22,63-65,80-82" +PS00006,1Y4O,A,"39-42,63-66" +PS00005,1Y4O,B,"14-16,20-22,63-65,80-82" +PS00006,1Y4O,B,"39-42,63-66" +PS00001,1Y57,A,"30-33,205-208" +PS00004,1Y57,A,73-76 +PS00005,1Y57,A,"19-21,72-74,76-78,97-99,133-135,165-167,184-186,207-209,214-216,272-274,335-337,358-360,374-376" +PS00006,1Y57,A,"12-15,32-35,72-75,105-108,263-266,347-350,408-411,439-442" +PS00007,1Y57,A,327-334 +PS00008,1Y57,A,"202-207,367-372" +PS00107,1Y57,A,191-213 +PS00109,1Y57,A,300-312 +PS00001,1Y5O,A,92-95 +PS00005,1Y5O,A,"27-29,54-56,68-70" +PS00006,1Y5O,A,"22-25,31-34,42-45,94-97" +PS00006,1Y66,A,25-28 +PS00006,1Y66,B,25-28 +PS00006,1Y66,C,25-28 +PS00006,1Y66,D,25-28 +PS00006,1Y6D,A,45-48 +PS00008,1Y6D,A,97-102 +PS00006,1Y6U,A,17-20 +PS00005,1Y62,A,26-28 +PS00006,1Y62,A,"4-7,16-19" +PS00008,1Y62,A,38-43 +PS00005,1Y62,B,26-28 +PS00006,1Y62,B,"4-7,16-19" +PS00008,1Y62,B,38-43 +PS00005,1Y62,C,26-28 +PS00006,1Y62,C,"4-7,16-19" +PS00008,1Y62,C,38-43 +PS00005,1Y62,D,26-28 +PS00006,1Y62,D,"4-7,16-19" +PS00008,1Y62,D,38-43 +PS00005,1Y62,E,26-28 +PS00006,1Y62,E,"4-7,16-19" +PS00008,1Y62,E,38-43 +PS00005,1Y62,F,26-28 +PS00006,1Y62,F,"4-7,16-19" +PS00008,1Y62,F,38-43 +PS00007,1Y74,A,43-50 +PS00007,1Y74,C,43-50 +PS00005,1Y76,A,"37-39,52-54" +PS00006,1Y76,A,26-29 +PS00005,1Y76,B,12-14 +PS00006,1Y76,B,"19-22,25-28" +PS00005,1Y76,C,"37-39,52-54" +PS00006,1Y76,C,26-29 +PS00005,1Y76,D,12-14 +PS00006,1Y76,D,"19-22,25-28" +PS00005,1Y7J,A,19-21 +PS60024,1Y7J,A,13-52 +PS00005,1Y7K,A,19-21 +PS60024,1Y7K,A,13-52 +PS00001,1Y7M,A,155-158 +PS00008,1Y7M,A,"35-40,104-109,120-125,156-161" +PS00001,1Y7M,B,155-158 +PS00008,1Y7M,B,"35-40,104-109,120-125,156-161" +PS00005,1Y7Q,A,"13-15,78-80,93-95" +PS00006,1Y7Q,A,"78-81,84-87" +PS00005,1Y7Q,B,"13-15,78-80,93-95" +PS00006,1Y7Q,B,"78-81,84-87" +PS00004,1Y9O,A,3-6 +PS00005,1Y9O,A,1-3 +PS00006,1Y9O,A,"6-9,88-91" +PS00008,1Y9O,A,23-28 +PS00150,1Y9O,A,21-31 +PS00151,1Y9O,A,45-61 +PS00001,1Y7N,A,10-13 +PS00006,1Y7N,A,65-68 +PS00007,1Y7N,A,17-23 +PS00008,1Y7N,A,"9-14,32-37,47-52" +PS00006,1Y7X,A,83-86 +PS00018,1Y7X,A,22-34 +PS00001,1Y8B,A,"181-184,585-588" +PS00004,1Y8B,A,428-431 +PS00005,1Y8B,A,"208-210,418-420,519-521,633-635" +PS00006,1Y8B,A,"27-30,102-105,136-139,155-158,183-186,266-269,296-299,319-322,406-409,456-459,462-465,587-590,721-724" +PS00007,1Y8B,A,310-318 +PS00008,1Y8B,A,"28-33,151-156,291-296,323-328,359-364,413-418,492-497,528-533,613-618,681-686" +PS00016,1Y8B,A,219-221 +PS00589,1Y8B,A,325-340 +PS00008,1Y8F,A,"3-8,10-15,31-36,40-45" +PS00294,1Y8F,A,62-65 +PS00479,1Y8F,A,13-62 +PS00005,1Y8M,A,"8-10,73-75,127-129" +PS00006,1Y8M,A,"1-4,8-11,101-104,117-120" +PS00007,1Y8M,A,"10-17,74-81" +PS00008,1Y8M,A,"32-37,47-52,113-118,130-135" +PS00005,1Y93,A,"10-12,134-136,142-144" +PS00006,1Y93,A,146-149 +PS00008,1Y93,A,"73-78,83-88,120-125" +PS00142,1Y93,A,110-119 +PS00005,1Y9J,A,"20-22,67-69,84-86" +PS00006,1Y9J,A,"20-23,43-46,67-70,84-87,131-134" +PS00008,1Y9J,A,"3-8,10-15" +PS00006,1Y9X,A,"77-80,87-90" +PS00009,1Y9X,A,13-16 +PS00006,1Y9X,B,"77-80,87-90" +PS00009,1Y9X,B,13-16 +PS00006,1ZRX,A,16-19 +PS00008,1ZRX,A,32-37 +PS00005,1YCM,A,"10-12,134-136,142-144" +PS00006,1YCM,A,146-149 +PS00008,1YCM,A,"73-78,83-88,120-125" +PS00142,1YCM,A,110-119 +PS00004,1YDU,A,81-84 +PS00005,1YDU,A,80-82 +PS00006,1YDU,A,"32-35,72-75,89-92,117-120" +PS00008,1YDU,A,"13-18,24-29,65-70,147-152,158-163" +PS00005,1YJJ,A,"10-12,56-58" +PS00006,1YJJ,A,10-13 +PS00008,1YJJ,A,"39-44,68-73" +PS00814,1YJJ,A,38-48 +PS00001,1YE3,A,299-302 +PS00005,1YE3,A,"81-83,126-128,130-132,309-311,312-314,366-368" +PS00006,1YE3,A,"21-24,74-77,121-124,149-152,163-166" +PS00008,1YE3,A,"43-48,70-75,172-177,191-196,201-206,209-214,220-225,235-240,260-265,315-320" +PS00059,1YE3,A,65-79 +PS00005,1YEL,A,"16-18,19-21,47-49,52-54" +PS00006,1YEL,A,1-4 +PS00001,1YFC,A,67-70 +PS00004,1YFC,A,103-106 +PS00005,1YFC,A,6-8 +PS00006,1YFC,A,51-54 +PS00007,1YFC,A,93-101 +PS00008,1YFC,A,"45-50,81-86" +PS00006,1YEZ,A,"19-22,64-67" +PS00008,1YEZ,A,42-47 +PS00001,1YGM,A,59-62 +PS00006,1YGM,A,"7-10,33-36,42-45,61-64,105-108" +PS00008,1YGM,A,"3-8,25-30" +PS00006,1YGW,A,"11-14,62-65" +PS00008,1YGW,A,"69-74,93-98" +PS00001,1YGO,A,73-76 +PS00005,1YGO,A,52-54 +PS00006,1YGO,A,4-7 +PS00008,1YGO,A,"0-5,69-74" +PS00006,1YH5,A,8-11 +PS00008,1YH5,A,"2-7,48-53" +PS00006,1YHD,A,86-89 +PS00009,1YHD,A,26-29 +PS00006,1YHO,A,"40-43,58-61,91-94" +PS00008,1YHO,A,"1-6,14-19" +PS00009,1YHO,A,51-54 +PS00075,1YHO,A,14-37 +PS00001,1YIC,A,67-70 +PS00004,1YIC,A,103-106 +PS00005,1YIC,A,6-8 +PS00006,1YIC,A,51-54 +PS00007,1YIC,A,93-101 +PS00008,1YIC,A,"45-50,81-86" +PS00005,1YIK,A,42-44 +PS00008,1YIK,A,"25-30,101-106" +PS00128,1YIK,A,75-93 +PS00342,1YIK,A,126-128 +PS00005,1YIL,A,42-44 +PS00008,1YIL,A,"25-30,101-106" +PS00128,1YIL,A,75-93 +PS00342,1YIL,A,126-128 +PS00006,1YIU,A,29-32 +PS01159,1YIU,A,9-34 +PS00001,1YJA,A,"60-63,122-125,239-242,251-254" +PS00006,1YJA,A,"32-35,37-40,247-250" +PS00008,1YJA,A,"33-38,64-69,82-87,96-101,109-114,126-131,153-158,159-164,177-182,210-215,218-223" +PS00136,1YJA,A,27-38 +PS00137,1YJA,A,63-73 +PS00138,1YJA,A,218-228 +PS00001,1YJB,A,"60-63,122-125,239-242,251-254" +PS00006,1YJB,A,"32-35,37-40,247-250" +PS00008,1YJB,A,"33-38,64-69,82-87,96-101,109-114,126-131,153-158,159-164,177-182,210-215,218-223" +PS00136,1YJB,A,27-38 +PS00137,1YJB,A,63-73 +PS00138,1YJB,A,218-228 +PS00001,1YJC,A,"60-63,122-125,239-242,251-254" +PS00006,1YJC,A,"32-35,37-40,247-250" +PS00008,1YJC,A,"33-38,64-69,82-87,96-101,109-114,126-131,153-158,159-164,177-182,210-215,218-223" +PS00136,1YJC,A,27-38 +PS00137,1YJC,A,63-73 +PS00138,1YJC,A,218-228 +PS00005,1YJI,A,"10-12,56-58" +PS00006,1YJI,A,10-13 +PS00008,1YJI,A,"39-44,68-73" +PS00814,1YJI,A,38-48 +PS00005,1YKA,A,23-25 +PS00006,1YKA,A,2-5 +PS00005,1YKG,A,"55-57,84-86,111-113" +PS00006,1YKG,A,"65-68,99-102,103-106,111-114" +PS00007,1YKG,A,130-137 +PS00005,1YLB,B,"68-70,74-76,78-80" +PS00006,1YLB,B,"22-25,47-50,55-58,72-75" +PS00008,1YLB,B,"5-10,48-53" +PS00196,1YLB,B,77-91 +PS00006,1YMZ,A,"16-19,32-35" +PS00007,1YMZ,A,15-23 +PS01159,1YMZ,A,12-37 +PS00001,1YNR,A,62-65 +PS00005,1YNR,A,77-79 +PS00006,1YNR,A,64-67 +PS00008,1YNR,A,"8-13,51-56" +PS00009,1YNR,A,32-35 +PS00001,1YNR,B,62-65 +PS00005,1YNR,B,77-79 +PS00006,1YNR,B,64-67 +PS00008,1YNR,B,"8-13,51-56" +PS00009,1YNR,B,32-35 +PS00001,1YNR,C,62-65 +PS00005,1YNR,C,77-79 +PS00006,1YNR,C,64-67 +PS00008,1YNR,C,"8-13,51-56" +PS00009,1YNR,C,32-35 +PS00001,1YNR,D,62-65 +PS00005,1YNR,D,77-79 +PS00006,1YNR,D,64-67 +PS00008,1YNR,D,"8-13,51-56" +PS00009,1YNR,D,32-35 +PS00006,1YOP,A,2-5 +PS00006,1YP8,A,"15-18,29-32" +PS00008,1YP8,A,"7-12,13-18,24-29" +PS60009,1YP8,A,0-9 +PS00005,1YP6,A,"17-19,37-39,69-71,85-87" +PS00006,1YP6,A,"69-72,106-109" +PS00008,1YP6,A,10-15 +PS00029,1YP6,A,148-169 +PS00213,1YP6,A,20-33 +PS00005,1YP7,A,"17-19,37-39,69-71,85-87" +PS00006,1YP7,A,"69-72,106-109" +PS00008,1YP7,A,10-15 +PS00029,1YP7,A,148-169 +PS00213,1YP7,A,20-33 +PS00005,1YQA,A,"8-10,26-28" +PS00006,1YQA,A,"8-11,46-49" +PS00008,1YQA,A,43-48 +PS00006,1YRF,A,1-4 +PS00008,1YRF,A,10-15 +PS00006,1YRI,A,1-4 +PS00008,1YRI,A,10-15 +PS00001,1YSG,A,36-39 +PS00005,1YSG,A,"7-9,17-19,21-23,166-168" +PS00006,1YSG,A,"7-10,31-34,44-47,153-156" +PS00008,1YSG,A,"97-102,110-115,149-154,159-164" +PS01080,1YSG,A,93-111 +PS01258,1YSG,A,144-155 +PS01259,1YSG,A,49-63 +PS01260,1YSG,A,7-27 +PS00001,1YSI,A,36-39 +PS00005,1YSI,A,"7-9,17-19,21-23,166-168" +PS00006,1YSI,A,"7-10,31-34,44-47,153-156" +PS00008,1YSI,A,"97-102,110-115,149-154,159-164" +PS01080,1YSI,A,93-111 +PS01258,1YSI,A,144-155 +PS01259,1YSI,A,49-63 +PS01260,1YSI,A,7-27 +PS00001,1YSN,A,36-39 +PS00005,1YSN,A,"7-9,17-19,21-23,166-168" +PS00006,1YSN,A,"7-10,31-34,44-47,153-156" +PS00008,1YSN,A,"97-102,110-115,149-154,159-164" +PS01080,1YSN,A,93-111 +PS01258,1YSN,A,144-155 +PS01259,1YSN,A,49-63 +PS01260,1YSN,A,7-27 +PS00001,1YSW,A,36-39 +PS00005,1YSW,A,"21-23,52-54,61-63,81-83,161-163" +PS00006,1YSW,A,"4-7,44-47,88-91" +PS00008,1YSW,A,"97-102,110-115,149-154" +PS01080,1YSW,A,93-111 +PS01258,1YSW,A,144-155 +PS01259,1YSW,A,49-63 +PS01260,1YSW,A,7-27 +PS00004,1YSX,A,139-142 +PS00005,1YSX,A,"27-29,85-87,132-134" +PS00006,1YSX,A,"37-40,104-107,130-133" +PS00008,1YSX,A,49-54 +PS00009,1YSX,A,186-189 +PS00212,1YSX,A,166-190 +PS00005,1YSM,A,"21-23,32-34,49-51,72-74" +PS00006,1YSM,A,"2-5,35-38" +PS00005,1YSY,A,26-28 +PS00005,1ZUE,A,19-21 +PS00006,1ZUE,A,29-32 +PS00001,1YUA,A,81-84 +PS00005,1YUA,A,"88-90,98-100" +PS00006,1YUA,A,98-101 +PS00007,1YUA,A,62-69 +PS00008,1YUA,A,34-39 +PS00009,1YUA,A,118-121 +PS00001,1YUB,A,"64-67,221-224" +PS00005,1YUB,A,"13-15,37-39,43-45,67-69" +PS00006,1YUB,A,"31-34,54-57" +PS00007,1YUB,A,27-33 +PS00008,1YUB,A,36-41 +PS00009,1YUB,A,241-244 +PS01131,1YUB,A,32-59 +PS00005,1YUF,A,19-21 +PS00022,1YUF,A,31-42 +PS01186,1YUF,A,31-42 +PS00005,1YUG,A,19-21 +PS00022,1YUG,A,31-42 +PS01186,1YUG,A,31-42 +PS00005,1YUI,A,11-13 +PS00006,1YUI,A,18-21 +PS00028,1YUI,A,26-47 +PS00005,1YUJ,A,11-13 +PS00006,1YUJ,A,18-21 +PS00028,1YUJ,A,26-47 +PS00005,1YU5,X,26-28 +PS00006,1YU5,X,"1-4,14-17,26-29,33-36" +PS00008,1YU5,X,"22-27,42-47" +PS00005,1YU7,X,26-28 +PS00006,1YU7,X,"1-4,14-17,26-29,33-36" +PS00008,1YU7,X,"22-27,42-47" +PS00005,1YU8,X,26-28 +PS00006,1YU8,X,"1-4,14-17,26-29,33-36" +PS00008,1YU8,X,"22-27,42-47" +PS00004,1YUR,A,28-31 +PS00006,1YUR,A,"6-9,33-36,54-57" +PS00009,1YUR,A,26-29 +PS00004,1YUR,B,28-31 +PS00006,1YUR,B,"6-9,33-36,54-57" +PS00009,1YUR,B,26-29 +PS00004,1YUS,A,28-31 +PS00006,1YUS,A,"6-9,33-36,54-57" +PS00009,1YUS,A,26-29 +PS00004,1YUS,B,28-31 +PS00006,1YUS,B,"6-9,33-36,54-57" +PS00009,1YUS,B,26-29 +PS00004,1YUT,A,28-31 +PS00006,1YUT,A,"6-9,33-36,54-57" +PS00009,1YUT,A,26-29 +PS00004,1YUT,B,28-31 +PS00006,1YUT,B,"6-9,33-36,54-57" +PS00009,1YUT,B,26-29 +PS00004,1YUU,A,28-31 +PS00006,1YUU,A,"6-9,33-36,54-57" +PS00009,1YUU,A,26-29 +PS00004,1YUU,B,28-31 +PS00006,1YUU,B,"6-9,33-36,54-57" +PS00009,1YUU,B,26-29 +PS00006,1YVC,A,21-24 +PS00008,1YVC,A,48-53 +PS00005,1YWU,A,11-13 +PS00006,1YWU,A,"11-14,142-145" +PS00007,1YWU,A,76-83 +PS00008,1YWU,A,61-66 +PS00029,1YWU,A,82-103 +PS00004,1YWI,A,2-5 +PS00005,1YWI,A,"1-3,8-10" +PS00006,1YWI,A,33-36 +PS00007,1YWI,A,17-24 +PS00008,1YWI,A,"0-5,7-12" +PS01159,1YWI,A,13-38 +PS00004,1YWJ,A,2-5 +PS00005,1YWJ,A,"1-3,8-10" +PS00006,1YWJ,A,33-36 +PS00007,1YWJ,A,17-24 +PS00008,1YWJ,A,"0-5,7-12" +PS01159,1YWJ,A,13-38 +PS00004,1YWL,A,"28-31,72-75" +PS00005,1YWL,A,"55-57,75-77" +PS00006,1YWL,A,"24-27,60-63,65-68" +PS00008,1YWL,A,"16-21,38-43" +PS00006,1YWS,A,1-4 +PS00005,1YWW,A,"33-35,81-83" +PS00006,1YWW,A,44-47 +PS00008,1YWW,A,17-22 +PS00005,1YWX,A,"6-8,30-32" +PS00006,1YWX,A,"30-33,83-86" +PS00529,1YWX,A,58-80 +PS00005,1YWY,A,26-28 +PS00006,1YWY,A,"31-34,50-53" +PS00009,1YWY,A,43-46 +PS00005,1YX0,A,"8-10,74-76,147-149" +PS00006,1YX0,A,"27-30,49-52" +PS00008,1YX0,A,111-116 +PS00008,1YX3,A,17-22 +PS00009,1YX3,A,92-95 +PS00430,1YX3,A,0-29 +PS00006,1YX4,A,"27-30,48-51,67-70,76-79,91-94,105-108" +PS00008,1YX4,A,"23-28,32-37,72-77,122-127" +PS00006,1YX5,A,"27-30,48-51,67-70,76-79,91-94,105-108" +PS00008,1YX5,A,"23-28,32-37,72-77,122-127" +PS00001,1YX5,B,79-82 +PS00005,1YX5,B,8-10 +PS00006,1YX5,B,"54-57,81-84" +PS00299,1YX5,B,26-51 +PS00006,1YX6,A,"27-30,48-51,67-70,76-79,91-94,105-108" +PS00008,1YX6,A,"23-28,32-37,72-77,122-127" +PS00001,1YX6,B,79-82 +PS00005,1YX6,B,8-10 +PS00006,1YX6,B,"54-57,81-84" +PS00299,1YX6,B,26-51 +PS00005,1YX7,A,50-52 +PS00006,1YX7,A,"24-27,66-69" +PS00018,1YX7,A,"16-28,58-70" +PS00005,1YX8,A,50-52 +PS00006,1YX8,A,"24-27,66-69" +PS00018,1YX8,A,"16-28,58-70" +PS00001,1YXE,A,"74-77,124-127" +PS00005,1YXE,A,109-111 +PS00006,1YXE,A,"48-51,61-64" +PS00008,1YXE,A,"86-91,103-108" +PS00001,1ZDX,A,87-90 +PS00005,1ZDX,A,"7-9,96-98" +PS00008,1ZDX,A,"34-39,48-53" +PS00005,1YXR,A,"48-50,54-56" +PS00006,1YXR,A,16-19 +PS00004,1YY6,A,101-104 +PS00005,1YY6,A,"13-15,100-102" +PS00006,1YY6,A,"3-6,126-129" +PS00008,1YY6,A,0-5 +PS00005,1YZB,A,121-123 +PS00006,1YZB,A,"28-31,53-56,137-140" +PS00008,1YZB,A,"10-15,50-55" +PS00005,1YYC,A,"68-70,168-170" +PS00006,1YYC,A,"10-13,25-28,47-50,97-100,110-113,132-135,160-163,168-171" +PS00008,1YYC,A,102-107 +PS00005,1YYJ,A,96-98 +PS00006,1YYJ,A,8-11 +PS00005,1YYX,A,96-98 +PS00006,1YYX,A,8-11 +PS00006,1YYB,A,1-4 +PS00004,1YZE,A,101-104 +PS00005,1YZE,A,"13-15,100-102" +PS00006,1YZE,A,"3-6,126-129" +PS00008,1YZE,A,0-5 +PS00004,1YZE,B,101-104 +PS00005,1YZE,B,"13-15,100-102" +PS00006,1YZE,B,"3-6,126-129" +PS00008,1YZE,B,0-5 +PS00004,1YZE,C,101-104 +PS00005,1YZE,C,"13-15,100-102" +PS00006,1YZE,C,"3-6,126-129" +PS00008,1YZE,C,0-5 +PS00005,1YZS,A,"18-20,51-53" +PS00006,1YZS,A,"38-41,47-50,51-54,104-107,115-118" +PS00008,1YZS,A,"9-14,69-74" +PS00004,1YZ6,A,81-84 +PS00005,1YZ6,A,"16-18,79-81" +PS00006,1YZ6,A,"227-230,240-243" +PS00008,1YZ6,A,253-258 +PS00006,1YZ7,A,"141-144,154-157" +PS00008,1YZ7,A,167-172 +PS00005,1YZA,A,96-98 +PS00006,1YZA,A,8-11 +PS00008,1YZA,A,"9-14,15-20" +PS00005,1Z09,A,"6-8,12-14,55-57,72-74" +PS00006,1Z09,A,"31-34,55-58" +PS00005,1Z09,B,"6-8,12-14,55-57,72-74" +PS00006,1Z09,B,"31-34,55-58" +PS00001,1Z00,A,27-30 +PS00005,1Z00,A,22-24 +PS00006,1Z00,A,48-51 +PS00005,1Z00,B,8-10 +PS00006,1Z00,B,"4-7,47-50,71-74" +PS00008,1Z00,B,56-61 +PS00009,1Z00,B,80-83 +PS00005,1Z1D,A,73-75 +PS00006,1Z1D,A,"89-92,99-102" +PS00008,1Z1D,A,"0-5,19-24,36-41" +PS00001,1Z1D,B,24-27 +PS00005,1Z1D,B,"23-25,34-36" +PS00006,1Z1D,B,"1-4,34-37,113-116" +PS00001,1Z1M,A,4-7 +PS00005,1Z1M,A,"48-50,62-64,91-93" +PS00006,1Z1M,A,"21-24,48-51,91-94" +PS00008,1Z1M,A,11-16 +PS00001,1Z23,A,152-155 +PS00005,1Z23,A,"1-3,85-87,116-118" +PS00006,1Z23,A,"1-4,44-47,124-127" +PS00008,1Z23,A,"21-26,40-45" +PS00342,1Z23,A,160-162 +PS00005,1Z2Q,A,33-35 +PS00006,1Z2Q,A,"4-7,63-66" +PS00007,1Z2Q,A,67-73 +PS00008,1Z2Q,A,27-32 +PS00001,1Z2K,A,57-60 +PS00005,1Z2K,A,"12-14,39-41,74-76,77-79" +PS00006,1Z2K,A,"4-7,59-62" +PS00007,1Z2K,A,79-86 +PS00008,1Z2K,A,94-99 +PS00005,1Z2G,A,"3-5,43-45" +PS00006,1Z2G,A,1-4 +PS00001,1Z2D,A,60-63 +PS00005,1Z2D,A,"13-15,136-138" +PS00006,1Z2D,A,111-114 +PS00008,1Z2D,A,"42-47,55-60" +PS00001,1Z2E,A,60-63 +PS00005,1Z2E,A,"13-15,136-138" +PS00006,1Z2E,A,111-114 +PS00008,1Z2E,A,"42-47,55-60" +PS00008,1Z2F,A,"1-6,69-74,84-89,91-96,114-119" +PS00005,1Z3J,A,"10-12,134-136,142-144" +PS00006,1Z3J,A,146-149 +PS00008,1Z3J,A,"73-78,83-88,120-125" +PS00142,1Z3J,A,110-119 +PS00001,1Z3K,A,6-9 +PS00005,1Z3K,A,"40-42,44-46" +PS00006,1Z3K,A,"33-36,68-71" +PS00006,1Z4H,A,8-11 +PS00017,1Z4H,A,17-24 +PS00028,1Z60,A,32-52 +PS00005,1Z6C,A,6-8 +PS00006,1Z6C,A,40-43 +PS00008,1Z6C,A,"13-18,61-66" +PS00009,1Z6C,A,68-71 +PS00010,1Z6C,A,"17-28,56-67" +PS01186,1Z6C,A,26-41 +PS01187,1Z6C,A,"1-26,43-65" +PS00004,1Z6V,A,"2-5,38-41" +PS00006,1Z6V,A,12-15 +PS00004,1Z6W,A,"2-5,38-41" +PS00006,1Z6W,A,12-15 +PS00006,1Z8S,A,"89-92,117-120" +PS00008,1Z8S,A,"34-39,62-67" +PS00005,1Z8M,A,32-34 +PS00006,1Z8M,A,82-85 +PS00004,1Z9I,A,6-9 +PS00005,1Z9I,A,9-11 +PS00001,1Z9E,A,"96-99,109-112" +PS00005,1Z9E,A,"17-19,54-56" +PS00006,1Z9E,A,"1-4,98-101" +PS00009,1Z9E,A,114-117 +PS00005,1ZA8,A,18-20 +PS60008,1ZA8,A,0-10 +PS00005,1Z9B,A,"9-11,19-21,112-114" +PS00006,1Z9B,A,"10-13,25-28,81-84" +PS00008,1Z9B,A,"5-10,51-56" +PS00008,1Z9V,A,17-22 +PS00005,1ZAC,A,37-39 +PS00006,1ZAC,A,"1-4,37-40,53-56" +PS00008,1ZAC,A,"33-38,49-54" +PS00018,1ZAC,A,"29-41,65-77" +PS00001,1ZAE,A,6-9 +PS00005,1ZAE,A,"50-52,67-69" +PS00006,1ZAE,A,"8-11,40-43" +PS00001,1ZAE,B,6-9 +PS00005,1ZAE,B,"50-52,67-69" +PS00006,1ZAE,B,"8-11,40-43" +PS00001,1ZAQ,A,18-21 +PS00004,1ZBN,B,4-7 +PS00009,1ZBN,B,10-13 +PS00001,1ZBJ,A,29-32 +PS00006,1ZBJ,A,"13-16,31-34,42-45" +PS00001,1ZC1,A,"73-76,149-152" +PS00005,1ZC1,A,"75-77,167-169,180-182" +PS00006,1ZC1,A,"19-22,71-74,114-117,154-157" +PS00008,1ZC1,A,"8-13,104-109" +PS00005,1ZDA,A,33-35 +PS00006,1ZDA,A,33-36 +PS00005,1ZDB,A,33-35 +PS00006,1ZDB,A,33-36 +PS00005,1ZDC,A,28-30 +PS00006,1ZDC,A,28-31 +PS00005,1ZDD,A,28-30 +PS00006,1ZDD,A,28-31 +PS00005,1ZDM,A,"15-17,70-72" +PS00006,1ZDM,A,114-117 +PS00008,1ZDM,A,75-80 +PS00005,1ZDM,B,"15-17,70-72" +PS00006,1ZDM,B,114-117 +PS00008,1ZDM,B,75-80 +PS00001,1ZDV,A,87-90 +PS00005,1ZDV,A,"7-9,96-98" +PS00008,1ZDV,A,"34-39,48-53" +PS00008,1ZEC,A,1-6 +PS00006,1ZE7,A,8-11 +PS00006,1ZE9,A,8-11 +PS00001,1ZEQ,X,72-75 +PS00004,1ZEQ,X,25-28 +PS00005,1ZEQ,X,"24-26,43-45" +PS00006,1ZEQ,X,2-5 +PS00008,1ZEQ,X,15-20 +PS00004,1ZES,A,"68-71,120-123" +PS00005,1ZES,A,"82-84,107-109" +PS00006,1ZES,A,"96-99,107-110" +PS00008,1ZES,A,93-98 +PS00004,1ZES,B,"68-71,120-123" +PS00005,1ZES,B,"82-84,107-109" +PS00006,1ZES,B,"96-99,107-110" +PS00008,1ZES,B,93-98 +PS00004,1ZES,C,"68-71,120-123" +PS00005,1ZES,C,"82-84,107-109" +PS00006,1ZES,C,"96-99,107-110" +PS00008,1ZES,C,93-98 +PS00006,1ZFD,A,26-29 +PS00008,1ZFD,A,9-14 +PS00028,1ZFD,A,5-27 +PS00005,1ZFO,A,15-17 +PS00006,1ZFI,A,"3-6,29-32" +PS00008,1ZFI,A,55-60 +PS00006,1ZFL,A,"3-6,29-32" +PS00008,1ZFL,A,55-60 +PS00005,1ZFU,A,20-22 +PS00008,1ZFU,A,"26-31,32-37" +PS00001,1ZG2,A,91-94 +PS00005,1ZG2,A,"36-38,74-76,83-85,92-94" +PS00006,1ZG2,A,"25-28,59-62,97-100" +PS00008,1ZG2,A,"17-22,39-44" +PS00001,1ZGW,A,"50-53,56-59" +PS00004,1ZGW,A,1-4 +PS00005,1ZGW,A,"40-42,126-128" +PS00041,1ZGW,A,85-127 +PS00001,1ZHC,A,39-42 +PS00005,1ZHC,A,72-74 +PS00006,1ZHC,A,41-44 +PS00001,1X40,A,48-51 +PS00005,1X40,A,40-42 +PS00006,1X40,A,"9-12,40-43" +PS00007,1X40,A,76-83 +PS00008,1X40,A,"0-5,56-61" +PS00006,1ZNF,A,9-12 +PS00028,1ZNF,A,3-23 +PS00004,1ZNM,A,10-13 +PS00009,1ZNM,A,8-11 +PS00028,1ZNM,A,3-25 +PS00342,2ZNF,A,15-17 +PS00001,3ZNF,A,"8-11,16-19" +PS00005,3ZNF,A,"10-12,27-29" +PS00028,3ZNF,A,4-26 +PS00001,4ZNF,A,"8-11,16-19" +PS00005,4ZNF,A,"10-12,27-29" +PS00028,4ZNF,A,4-26 +PS00028,7ZNF,A,4-25 +PS00006,1ZN5,A,5-8 +PS00008,1ZN5,A,"0-5,36-41" +PS00008,1ZNT,A,11-16 +PS00026,1ZNT,A,8-27 +PS60011,1ZNT,A,3-27 +PS00008,1ZOK,A,"12-17,40-45" +PS00001,1ZRR,A,148-151 +PS00005,1ZRR,A,"6-8,76-78" +PS00006,1ZRR,A,"6-9,18-21,96-99,166-169" +PS00007,1ZRR,A,62-69 +PS00008,1ZRR,A,"44-49,144-149" +PS00001,1ZO0,A,8-11 +PS00005,1ZO0,A,35-37 +PS00006,1ZO0,A,"14-17,27-30" +PS00008,1ZO0,A,57-62 +PS01337,1ZO0,A,65-73 +PS00001,1ZP5,A,"12-15,104-107,146-149" +PS00005,1ZP5,A,14-16 +PS00006,1ZP5,A,"25-28,52-55,71-74" +PS00008,1ZP5,A,"87-92,124-129" +PS00142,1ZP5,A,114-123 +PS00006,1ZRJ,A,5-8 +PS00008,1ZRJ,A,0-5 +PS00005,1ZTN,A,8-10 +PS00009,1ZTN,A,10-13 +PS00006,1ZRP,A,"26-29,45-48" +PS00008,1ZRP,A,"21-26,41-46" +PS00202,1ZRP,A,31-41 +PS00005,1ZR9,A,29-31 +PS00006,1ZR9,A,87-90 +PS00008,1ZR9,A,48-53 +PS00028,1ZR9,A,52-74 +PS00342,1ZRV,A,22-24 +PS00342,1ZRW,A,22-24 +PS00006,1ZSG,A,"19-22,27-30,35-38" +PS00008,1ZSG,A,45-50 +PS00029,1ZTA,A,6-27 +PS00005,1ZTS,A,"16-18,55-57,82-84" +PS00006,1ZTS,A,"4-7,12-15,19-22,45-48,91-94,129-132" +PS00007,1ZTS,A,84-90 +PS00005,1ZTR,A,28-30 +PS00007,1ZTR,A,19-26 +PS00008,1ZTR,A,40-45 +PS00027,1ZTR,A,35-58 +PS00005,1ZUG,A,"4-6,40-42,64-66" +PS00006,1ZUG,A,"2-5,17-20" +PS00008,1ZUG,A,63-68 +PS00005,1ZUF,A,19-21 +PS00006,1ZUF,A,29-32 +PS00001,1ZU2,A,37-40 +PS00005,1ZU2,A,"27-29,133-135" +PS00006,1ZU2,A,"7-10,53-56,66-69,96-99" +PS00007,1ZU2,A,21-28 +PS00008,1ZU2,A,"3-8,86-91,147-152" +PS00008,1ZUV,A,11-16 +PS00026,1ZUV,A,8-27 +PS60011,1ZUV,A,3-27 +PS00005,1ZWV,A,30-32 +PS00006,1ZWV,A,30-33 +PS00009,1ZWV,A,3-6 +PS00004,1ZUB,A,"26-29,61-64" +PS00006,1ZUB,A,"64-67,90-93,101-104" +PS00008,1ZUB,A,"0-5,35-40,44-49,54-59" +PS00029,1ZUB,A,65-86 +PS00001,1ZU1,A,99-102 +PS00005,1ZU1,A,"45-47,53-55" +PS00006,1ZU1,A,86-89 +PS00008,1ZU1,A,4-9 +PS00028,1ZU1,A,"34-56,94-117" +PS00006,1ZWA,A,0-3 +PS00335,1ZWA,A,1-11 +PS00335,1ZWB,A,0-10 +PS00006,1ZWC,A,15-18 +PS00335,1ZWC,A,1-11 +PS00001,1ZWM,A,52-55 +PS00005,1ZWM,A,"37-39,80-82,127-129,170-172" +PS00006,1ZWM,A,"7-10,109-112,115-118" +PS00008,1ZWM,A,"3-8,42-47,79-84" +PS00009,1ZWM,A,15-18 +PS00001,1ZWO,A,52-55 +PS00005,1ZWO,A,"37-39,80-82,127-129,170-172" +PS00006,1ZWO,A,"7-10,109-112,115-118" +PS00008,1ZWO,A,"3-8,42-47,79-84" +PS00009,1ZWO,A,15-18 +PS00001,1ZWT,A,"8-11,44-47,75-78,111-114,117-120" +PS00004,1ZWT,A,58-61 +PS00005,1ZWT,A,"7-9,56-58,104-106,149-151" +PS00006,1ZWT,A,"3-6,35-38,86-89,135-138" +PS00008,1ZWT,A,"26-31,36-41,65-70,109-114" +PS00008,1ZWU,A,11-16 +PS00026,1ZWU,A,8-27 +PS60011,1ZWU,A,3-27 +PS00001,1ZXJ,A,"172-175,210-213" +PS00005,1ZXJ,A,"32-34,67-69,174-176" +PS00006,1ZXJ,A,"67-70,174-177" +PS00007,1ZXJ,A,69-77 +PS00008,1ZXJ,A,"124-129,187-192" +PS00142,1ZXJ,A,75-84 +PS00001,1ZXJ,B,"172-175,210-213" +PS00005,1ZXJ,B,"32-34,67-69,174-176" +PS00006,1ZXJ,B,"67-70,174-177" +PS00007,1ZXJ,B,69-77 +PS00008,1ZXJ,B,"124-129,187-192" +PS00142,1ZXJ,B,75-84 +PS00001,1ZXJ,C,"172-175,210-213" +PS00005,1ZXJ,C,"32-34,67-69,174-176" +PS00006,1ZXJ,C,"67-70,174-177" +PS00007,1ZXJ,C,69-77 +PS00008,1ZXJ,C,"124-129,187-192" +PS00142,1ZXJ,C,75-84 +PS00001,1ZXJ,D,"172-175,210-213" +PS00005,1ZXJ,D,"32-34,67-69,174-176" +PS00006,1ZXJ,D,"67-70,174-177" +PS00007,1ZXJ,D,69-77 +PS00008,1ZXJ,D,"124-129,187-192" +PS00142,1ZXJ,D,75-84 +PS00004,1ZXA,A,31-34 +PS00005,1ZXA,A,34-36 +PS00006,1ZXA,A,"7-10,34-37" +PS00008,1ZXA,A,3-8 +PS00004,1ZXA,B,31-34 +PS00005,1ZXA,B,34-36 +PS00006,1ZXA,B,"7-10,34-37" +PS00008,1ZXA,B,3-8 +PS00005,1ZXG,A,32-34 +PS00006,1ZXG,A,32-35 +PS00005,1ZXH,A,"24-26,32-34" +PS00006,1ZXH,A,"32-35,43-46" +PS00001,1ZXF,A,92-95 +PS00005,1ZXF,A,"10-12,36-38" +PS00006,1ZXF,A,"21-24,108-111,115-118,142-145" +PS00008,1ZXF,A,"40-45,104-109,121-126,131-136" +PS00005,1ZYI,A,123-125 +PS00006,1ZYI,A,"53-56,101-104,108-111,126-129" +PS00008,1ZYI,A,"19-24,39-44,57-62" +PS00005,1ZZI,A,"38-40,72-74,77-79" +PS00008,1ZZI,A,18-23 +PS00005,1ZZI,B,"38-40,72-74,77-79" +PS00008,1ZZI,B,18-23 +PS00005,1ZZJ,A,"38-40,72-74,77-79" +PS00008,1ZZJ,A,18-23 +PS00005,1ZZJ,B,"38-40,72-74,77-79" +PS00008,1ZZJ,B,18-23 +PS00005,1ZZJ,C,"38-40,72-74,77-79" +PS00008,1ZZJ,C,18-23 +PS00005,1ZZK,A,"38-40,72-74,77-79" +PS00008,1ZZK,A,18-23 +PS00005,1X4D,A,"13-15,88-90" +PS00006,1X4D,A,60-63 +PS00008,1X4D,A,"0-5,40-45" +PS00005,1ZZP,A,"4-6,8-10,117-119" +PS00006,1ZZP,A,"66-69,117-120" +PS00008,1ZZP,A,"0-5,102-107" +PS00004,1ZLL,A,12-15 +PS00006,1ZLL,A,15-18 +PS00004,1ZLL,B,12-15 +PS00006,1ZLL,B,15-18 +PS00004,1ZLL,C,12-15 +PS00006,1ZLL,C,15-18 +PS00004,1ZLL,D,12-15 +PS00006,1ZLL,D,15-18 +PS00004,1ZLL,E,12-15 +PS00006,1ZLL,E,15-18 +PS00005,1ZZA,A,67-69 +PS00006,1ZZA,A,"3-6,43-46" +PS00006,1X22,A,26-29 +PS00008,1X22,A,11-16 +PS00005,1X2K,A,"5-7,45-47" +PS00006,1X2K,A,19-22 +PS00007,1X2K,A,18-24 +PS00008,1X2K,A,"0-5,44-49,51-56" +PS00004,1X2L,A,62-65 +PS00005,1X2L,A,65-67 +PS00006,1X2L,A,50-53 +PS00008,1X2L,A,"0-5,6-11,45-50" +PS00008,1X2M,A,0-5 +PS00001,1X2N,A,47-50 +PS00005,1X2N,A,5-7 +PS00006,1X2N,A,35-38 +PS00008,1X2N,A,0-5 +PS00006,1X2P,A,"4-7,37-40" +PS00008,1X2P,A,0-5 +PS00005,1X2Q,A,34-36 +PS00006,1X2Q,A,5-8 +PS00008,1X2Q,A,"0-5,61-66" +PS00005,1ZJQ,A,24-26 +PS00008,1ZJQ,A,2-7 +PS60021,1ZJQ,A,1-28 +PS00005,1ZKH,A,2-4 +PS00008,1ZKH,A,45-50 +PS00007,1ZL8,A,45-52 +PS00006,1X32,A,12-15 +PS00008,1X32,A,9-14 +PS00009,1X3P,A,6-9 +PS00007,1X3Q,A,"18-24,48-56" +PS00008,1X3Q,A,39-44 +PS00004,1X37,A,75-78 +PS00005,1X37,A,80-82 +PS00006,1X37,A,"4-7,78-81" +PS00008,1X37,A,"25-30,96-101,105-110" +PS00009,1X37,A,88-91 +PS00006,1X3A,A,7-10 +PS00008,1X3A,A,"0-5,34-39" +PS00005,1X3B,A,105-107 +PS00006,1X3B,A,9-12 +PS00008,1X3B,A,"0-5,31-36,86-91" +PS00005,1X3C,A,5-7 +PS00008,1X3C,A,"0-5,33-38" +PS00009,1X3C,A,5-8 +PS00028,1X3C,A,29-52 +PS00001,1X3D,A,"27-30,43-46" +PS00005,1X3D,A,"70-72,90-92" +PS00006,1X3D,A,5-8 +PS00008,1X3D,A,0-5 +PS00004,1X3H,A,71-74 +PS00005,1X3H,A,"5-7,14-16" +PS00006,1X3H,A,"5-8,30-33,54-57" +PS00007,1X3H,A,61-68 +PS00008,1X3H,A,"0-5,73-78" +PS00478,1X3H,A,17-50 +PS00006,1X41,A,"4-7,11-14,41-44" +PS00007,1X41,A,42-49 +PS00008,1X41,A,0-5 +PS00001,1X43,A,29-32 +PS00006,1X43,A,68-71 +PS00008,1X43,A,"0-5,59-64" +PS00005,1X44,A,88-90 +PS00006,1X44,A,"31-34,71-74" +PS00007,1X44,A,11-19 +PS00008,1X44,A,"0-5,6-11,69-74,84-89" +PS00009,1X44,A,59-62 +PS00001,1X45,A,"61-64,82-85" +PS00005,1X45,A,48-50 +PS00006,1X45,A,4-7 +PS00008,1X45,A,"0-5,67-72" +PS00005,1X47,A,64-66 +PS00006,1X47,A,4-7 +PS00008,1X47,A,"0-5,48-53,55-60,61-66" +PS00004,1X48,A,18-21 +PS00006,1X48,A,55-58 +PS00008,1X48,A,"0-5,9-14,49-54" +PS00004,1X49,A,44-47 +PS00005,1X49,A,31-33 +PS00006,1X49,A,"31-34,64-67" +PS00008,1X49,A,"0-5,27-32" +PS00005,1X4A,A,97-99 +PS00007,1X4A,A,"36-43,71-78,80-88" +PS00008,1X4A,A,"0-5,6-11,18-23,102-107" +PS00005,1X4B,A,"42-44,64-66" +PS00006,1X4B,A,"5-8,38-41,77-80" +PS00008,1X4B,A,"0-5,6-11,109-114" +PS00005,1X4C,A,10-12 +PS00006,1X4C,A,27-30 +PS00007,1X4C,A,"36-43,58-64" +PS00008,1X4C,A,"0-5,6-11,21-26" +PS00005,1X4E,A,"33-35,42-44" +PS00006,1X4E,A,17-20 +PS00008,1X4E,A,"0-5,11-16" +PS00005,1X4F,A,"5-7,98-100" +PS00006,1X4F,A,70-73 +PS00008,1X4F,A,0-5 +PS00009,1X4F,A,5-8 +PS00001,1X4G,A,"18-21,24-27,81-84" +PS00005,1X4G,A,21-23 +PS00006,1X4G,A,"68-71,83-86" +PS00007,1X4G,A,55-62 +PS00008,1X4G,A,"0-5,30-35" +PS00001,1X4H,A,21-24 +PS00006,1X4H,A,"26-29,99-102" +PS00008,1X4H,A,"0-5,57-62" +PS00004,1X4I,A,57-60 +PS00006,1X4I,A,14-17 +PS00008,1X4I,A,0-5 +PS01359,1X4I,A,8-51 +PS00001,1X4J,A,59-62 +PS00005,1X4J,A,10-12 +PS00008,1X4J,A,"0-5,6-11" +PS00005,1X4K,A,18-20 +PS00006,1X4K,A,27-30 +PS00008,1X4K,A,"0-5,6-11" +PS00478,1X4K,A,7-42 +PS00004,1X4L,A,38-41 +PS00005,1X4L,A,51-53 +PS00006,1X4L,A,"24-27,51-54" +PS00008,1X4L,A,"0-5,6-11,16-21" +PS00478,1X4L,A,7-44 +PS00005,1X4M,A,35-37 +PS00006,1X4M,A,57-60 +PS00008,1X4M,A,"0-5,26-31,87-92" +PS00005,1X4N,A,72-74 +PS00008,1X4N,A,"0-5,65-70" +PS00005,1X4O,A,5-7 +PS00006,1X4O,A,9-12 +PS00008,1X4O,A,0-5 +PS00005,1X4P,A,23-25 +PS00006,1X4P,A,23-26 +PS00008,1X4P,A,0-5 +PS00005,1X4Q,A,"10-12,24-26,65-67,81-83" +PS00006,1X4Q,A,10-13 +PS00008,1X4Q,A,"0-5,6-11" +PS00001,1X4R,A,34-37 +PS00004,1X4R,A,55-58 +PS00005,1X4R,A,"5-7,8-10" +PS00006,1X4R,A,"17-20,24-27" +PS00008,1X4R,A,"0-5,81-86" +PS00005,1X4S,A,37-39 +PS00006,1X4S,A,"5-8,46-49" +PS00008,1X4S,A,"0-5,6-11" +PS00005,1X4T,A,"5-7,37-39" +PS00008,1X4T,A,0-5 +PS00001,1X4U,A,"15-18,72-75" +PS00004,1X4U,A,28-31 +PS00005,1X4U,A,"5-7,45-47" +PS00006,1X4U,A,56-59 +PS00008,1X4U,A,"0-5,14-19,36-41" +PS00005,1X4V,A,"5-7,11-13" +PS00008,1X4V,A,0-5 +PS00009,1X4V,A,5-8 +PS00005,1X4W,A,"13-15,33-35" +PS00006,1X4W,A,22-25 +PS00008,1X4W,A,"0-5,32-37,60-65" +PS00001,1X4X,A,33-36 +PS00005,1X4X,A,16-18 +PS00006,1X4X,A,5-8 +PS00008,1X4X,A,"0-5,34-39,45-50,66-71" +PS00001,1X4Y,A,"20-23,54-57" +PS00006,1X4Y,A,"14-17,50-53,79-82" +PS00007,1X4Y,A,60-68 +PS00008,1X4Y,A,0-5 +PS00005,1X4Z,A,"49-51,87-89" +PS00006,1X4Z,A,"7-10,15-18,27-30,80-83" +PS00008,1X4Z,A,"0-5,81-86,114-119" +PS00005,1ZV4,X,96-98 +PS00006,1ZV4,X,"8-11,25-28,96-99,149-152" +PS00008,1ZV4,X,9-14 +PS00001,1X50,A,"77-80,87-90" +PS00004,1X50,A,95-98 +PS00005,1X50,A,"37-39,51-53,111-113" +PS00006,1X50,A,63-66 +PS00008,1X50,A,"0-5,34-39,88-93" +PS00004,1X51,A,8-11 +PS00005,1X51,A,11-13 +PS00006,1X51,A,125-128 +PS00008,1X51,A,"0-5,29-34,44-49" +PS00005,1X52,A,"81-83,88-90" +PS00006,1X52,A,81-84 +PS00007,1X52,A,22-28 +PS00008,1X52,A,"0-5,6-11" +PS00001,1X53,A,59-62 +PS00005,1X53,A,"9-11,13-15" +PS00006,1X53,A,"13-16,20-23,30-33,81-84,93-96" +PS00008,1X53,A,"0-5,6-11,58-63,129-134" +PS00005,1X57,A,"27-29,47-49" +PS00006,1X57,A,"4-7,27-30" +PS00008,1X57,A,0-5 +PS00005,1X58,A,5-7 +PS00006,1X58,A,11-14 +PS00008,1X58,A,"0-5,26-31" +PS00009,1X58,A,"5-8,40-43" +PS00639,1X58,A,18-28 +PS00005,1X59,A,64-66 +PS00008,1X59,A,0-5 +PS00762,1X59,A,20-48 +PS00001,1X5A,A,40-43 +PS00005,1X5A,A,14-16 +PS00006,1X5A,A,5-8 +PS00007,1X5A,A,67-74 +PS00008,1X5A,A,"0-5,38-43" +PS00001,1X5B,A,27-30 +PS00005,1X5B,A,"138-140,141-143" +PS00006,1X5B,A,"28-31,141-144" +PS00008,1X5B,A,"0-5,43-48,76-81,153-158" +PS00005,1X5C,A,"52-54,81-83" +PS00006,1X5C,A,"52-55,67-70,92-95" +PS00008,1X5C,A,0-5 +PS00194,1X5C,A,28-46 +PS00005,1X5D,A,85-87 +PS00006,1X5D,A,"4-7,94-97,103-106" +PS00008,1X5D,A,0-5 +PS00194,1X5D,A,28-46 +PS00005,1X5E,A,"69-71,96-98,105-107" +PS00006,1X5E,A,"45-48,96-99,105-108" +PS00007,1X5E,A,84-91 +PS00008,1X5E,A,0-5 +PS00194,1X5E,A,25-43 +PS00001,1X5F,A,"48-51,67-70" +PS00005,1X5F,A,"29-31,36-38" +PS00006,1X5F,A,"4-7,110-113" +PS00008,1X5F,A,"0-5,98-103" +PS00004,1X5G,A,78-81 +PS00005,1X5G,A,"5-7,59-61,84-86" +PS00006,1X5G,A,"10-13,59-62,98-101,106-109" +PS00008,1X5G,A,0-5 +PS00001,1X5H,A,"23-26,99-102" +PS00004,1X5H,A,58-61 +PS00005,1X5H,A,61-63 +PS00006,1X5H,A,"4-7,12-15,115-118" +PS00008,1X5H,A,"0-5,48-53,73-78,82-87,100-105" +PS00005,1X5I,A,"72-74,96-98" +PS00006,1X5I,A,"19-22,47-50" +PS00008,1X5I,A,"0-5,66-71" +PS00001,1X5J,A,63-66 +PS00004,1X5J,A,90-93 +PS00005,1X5J,A,"23-25,46-48" +PS00006,1X5J,A,"27-30,78-81,102-105" +PS00007,1X5J,A,38-45 +PS00008,1X5J,A,"0-5,13-18,73-78" +PS00009,1X5J,A,88-91 +PS00005,1X5K,A,114-116 +PS00006,1X5K,A,11-14 +PS00008,1X5K,A,"0-5,6-11,75-80" +PS00005,1X5L,A,"59-61,64-66,101-103" +PS00007,1X5L,A,50-57 +PS00008,1X5L,A,"0-5,71-76" +PS00005,1X5M,A,"16-18,27-29,53-55,85-87" +PS00006,1X5M,A,"105-108,111-114" +PS00008,1X5M,A,0-5 +PS00005,1X5N,A,"86-88,105-107" +PS00006,1X5N,A,73-76 +PS00008,1X5N,A,"0-5,6-11,27-32,41-46,50-55,57-62,69-74" +PS00005,1X5O,A,"53-55,63-65,75-77" +PS00006,1X5O,A,35-38 +PS00008,1X5O,A,"0-5,6-11,49-54,62-67" +PS00001,1X5P,A,69-72 +PS00006,1X5P,A,"4-7,71-74" +PS00008,1X5P,A,0-5 +PS00006,1X5Q,A,4-7 +PS00008,1X5Q,A,"0-5,26-31,33-38,46-51,62-67,91-96" +PS00006,1X5R,A,"55-58,81-84" +PS00008,1X5R,A,"0-5,34-39" +PS00001,1X5S,A,94-97 +PS00005,1X5S,A,49-51 +PS00008,1X5S,A,0-5 +PS00004,1X5T,A,84-87 +PS00005,1X5T,A,34-36 +PS00008,1X5T,A,"0-5,6-11,44-49,69-74,89-94" +PS00001,1X5W,A,51-54 +PS00005,1X5W,A,"19-21,33-35" +PS00007,1X5W,A,10-16 +PS00008,1X5W,A,0-5 +PS00028,1X5W,A,11-31 +PS00004,1X5X,A,71-74 +PS00005,1X5X,A,"66-68,73-75" +PS00006,1X5X,A,"33-36,99-102" +PS00007,1X5X,A,57-65 +PS00008,1X5X,A,0-5 +PS00017,1X5X,A,82-89 +PS00005,1X5Y,A,"25-27,68-70,101-103" +PS00006,1X5Y,A,"15-18,68-71,101-104" +PS00008,1X5Y,A,"0-5,37-42,84-89" +PS00005,1X5Z,A,"70-72,102-104" +PS00006,1X5Z,A,"4-7,97-100" +PS00008,1X5Z,A,"0-5,18-23,75-80,93-98" +PS00005,1WVO,A,26-28 +PS00006,1WVO,A,"51-54,57-60" +PS00007,1WVO,A,28-35 +PS00008,1WVO,A,"0-5,6-11,17-22" +PS00009,1WVO,A,"44-47,66-69" +PS00001,1WVZ,A,"82-85,95-98" +PS00005,1WVZ,A,"13-15,28-30,42-44,78-80" +PS00006,1WVZ,A,11-14 +PS00008,1WVZ,A,81-86 +PS00005,1WWQ,A,17-19 +PS00006,1WWQ,A,"24-27,30-33" +PS00007,1WWQ,A,18-25 +PS00008,1WWQ,A,0-5 +PS01290,1WWQ,A,58-74 +PS00001,1YBJ,A,"29-32,34-37,70-73,117-120,161-164" +PS00006,1YBJ,A,"13-16,24-27,91-94,97-100,162-165" +PS00008,1YBJ,A,"19-24,41-46,50-55,68-73,85-90,95-100,115-120,136-141,143-148,157-162" +PS00005,1YBO,A,"63-65,81-83" +PS00006,1YBO,A,81-84 +PS00008,1YBO,A,"43-48,140-145,154-159" +PS00070,1YBO,A,51-62 +PS00005,1YBO,B,"63-65,81-83" +PS00006,1YBO,B,81-84 +PS00008,1YBO,B,"43-48,140-145,154-159" +PS00070,1YBO,B,51-62 +PS00009,1YBO,C,0-3 +PS00009,1YBO,D,0-3 +PS00005,1YJR,A,40-42 +PS00008,1YJR,A,"11-16,30-35" +PS01047,1YJR,A,9-38 +PS00005,1YJT,A,40-42 +PS00008,1YJT,A,"11-16,30-35" +PS01047,1YJT,A,9-38 +PS00005,1YJU,A,40-42 +PS00008,1YJU,A,"11-16,30-35" +PS01047,1YJU,A,9-38 +PS00005,1YJV,A,40-42 +PS00008,1YJV,A,"11-16,30-35" +PS01047,1YJV,A,9-38 +PS00001,1YNX,A,90-93 +PS00005,1YNX,A,"17-19,23-25" +PS00006,1YNX,A,"48-51,103-106" +PS00016,1YNX,A,35-37 +PS00001,1YSE,A,49-52 +PS00005,1YSE,A,131-133 +PS00006,1YSE,A,17-20 +PS00008,1YSE,A,"0-5,37-42" +PS00006,1ZW8,A,14-17 +PS00001,2A4O,A,"21-24,179-182" +PS00005,2A4O,A,23-25 +PS00006,2A4O,A,"0-3,150-153" +PS00007,2A4O,A,135-142 +PS00008,2A4O,A,"62-67,169-174,188-193" +PS00005,2A9H,A,151-153 +PS00006,2A9H,A,"11-14,83-86" +PS00008,2A9H,A,"65-70,75-80,126-131" +PS00005,2A9H,B,151-153 +PS00006,2A9H,B,"11-14,83-86" +PS00008,2A9H,B,"65-70,75-80,126-131" +PS00005,2A9H,C,151-153 +PS00006,2A9H,C,"11-14,83-86" +PS00008,2A9H,C,"65-70,75-80,126-131" +PS00005,2A9H,D,151-153 +PS00006,2A9H,D,"11-14,83-86" +PS00008,2A9H,D,"65-70,75-80,126-131" +PS00001,2A9H,E,"3-6,21-24" +PS00005,2A9H,E,"8-10,22-24" +PS00006,2A9H,E,8-11 +PS01138,2A9H,E,12-34 +PS00005,2AFJ,A,"2-4,219-221" +PS00006,2AFJ,A,"18-21,120-123" +PS00007,2AFJ,A,139-146 +PS00008,2AFJ,A,101-106 +PS00009,2AFJ,A,73-76 +PS00678,2AFJ,A,115-129 +PS00005,2AGM,A,"54-56,59-61" +PS00006,2AGM,A,"1-4,19-22,54-57,103-106,148-151" +PS00008,2AGM,A,"17-22,44-49,90-95,159-164" +PS00009,2AGM,A,120-123 +PS00330,2AGM,A,13-31 +PS00005,2C34,A,8-10 +PS00006,2C34,A,8-11 +PS00008,2C34,A,30-35 +PS00006,2C6A,A,"0-3,8-11,17-20" +PS01358,2C6A,A,13-32 +PS00006,2C6B,A,"0-3,8-11,17-20" +PS01358,2C6B,A,13-32 +PS00005,2CA7,A,26-28 +PS00006,2CA7,A,"4-7,16-19" +PS00008,2CA7,A,38-43 +PS00001,2CXF,A,68-71 +PS00004,2CXF,A,116-119 +PS00005,2CXF,A,"21-23,91-93" +PS00006,2CXF,A,91-94 +PS00007,2CXF,A,34-40 +PS00008,2CXF,A,"0-5,24-29,66-71,147-152" +PS00029,2CXF,A,111-132 +PS00001,2CXL,A,68-71 +PS00004,2CXL,A,116-119 +PS00005,2CXL,A,"21-23,91-93" +PS00006,2CXL,A,91-94 +PS00007,2CXL,A,34-40 +PS00008,2CXL,A,"0-5,24-29,66-71,147-152" +PS00029,2CXL,A,111-132 +PS00001,2CXV,A,"21-24,179-182" +PS00005,2CXV,A,23-25 +PS00006,2CXV,A,"0-3,150-153" +PS00007,2CXV,A,135-142 +PS00008,2CXV,A,"62-67,169-174,188-193" +PS00001,2D1U,A,65-68 +PS00430,2D1U,A,0-29 +PS00001,2ERR,A,"24-27,102-105" +PS00005,2ERR,A,104-106 +PS00006,2ERR,A,91-94 +PS00008,2ERR,A,17-22 +PS00009,2ERR,A,94-97 +PS00001,2FB7,A,42-45 +PS00005,2FB7,A,60-62 +PS00006,2FB7,A,"25-28,85-88" +PS00008,2FB7,A,"18-23,33-38" +PS00005,1W6V,A,"31-33,43-45,98-100" +PS00006,1W6V,A,"98-101,125-128" +PS00007,1W6V,A,45-51 +PS00005,1WWN,A,9-11 +PS00006,1WWN,A,61-64 +PS00005,1YO4,A,69-71 +PS00008,1YO4,A,"24-29,56-61" +PS00005,2A05,A,29-31 +PS00006,2A05,A,25-28 +PS00008,2A05,A,"0-5,12-17" +PS00001,2ACM,A,23-26 +PS00006,2ACM,A,24-27 +PS00008,2ACM,A,52-57 +PS00001,2ACM,B,35-38 +PS00006,2ACM,B,"37-40,42-45" +PS00004,2B0H,A,118-121 +PS00005,2B0H,A,"23-25,109-111,121-123" +PS00006,2B0H,A,"5-8,12-15,30-33,40-43,103-106,109-112" +PS00008,2B0H,A,98-103 +PS00006,2B5X,A,"71-74,83-86" +PS00006,2B5Y,A,"71-74,83-86" +PS00006,2EVZ,A,"161-164,197-200" +PS00008,2EVZ,A,"17-22,27-32,176-181" +PS00001,2F63,A,70-73 +PS00005,2F63,A,"72-74,107-109" +PS00006,2F63,A,12-15 +PS00008,2F63,A,7-12 +PS00794,2F63,A,87-98 +PS00001,2F65,A,70-73 +PS00005,2F65,A,"72-74,107-109" +PS00006,2F65,A,12-15 +PS00008,2F65,A,7-12 +PS00794,2F65,A,87-98 +PS00004,2FFT,A,57-60 +PS00005,2FFT,A,"47-49,55-57,65-67" +PS00006,2FFT,A,"8-11,13-16,23-26" +PS00007,2FFT,A,21-29 +PS00008,2FFT,A,"4-9,44-49,51-56,72-77" +PS00009,2FFT,A,"47-50,55-58" +PS00006,2FI2,A,76-79 +PS00008,2FI2,A,71-76 +PS00006,2FI2,B,76-79 +PS00008,2FI2,B,71-76 +PS00006,1YG0,A,29-32 +PS01047,1YG0,A,6-35 +PS00004,1Z86,A,1-4 +PS00005,1Z86,A,"4-6,16-18,73-75" +PS00006,1Z86,A,"62-65,73-76" +PS00008,1Z86,A,"12-17,19-24" +PS00001,1Z87,A,200-203 +PS00004,1Z87,A,"78-81,216-219" +PS00005,1Z87,A,"1-3,81-83,93-95,150-152,208-210,215-217,248-250" +PS00006,1Z87,A,"32-35,41-44,139-142,150-153,219-222" +PS00007,1Z87,A,159-167 +PS00008,1Z87,A,"16-21,89-94,96-101,174-179,254-259" +PS00009,1Z87,A,1-4 +PS00001,2ADZ,A,115-118 +PS00004,2ADZ,A,131-134 +PS00005,2ADZ,A,"1-3,123-125,130-132,163-165" +PS00006,2ADZ,A,"32-35,41-44,134-137" +PS00008,2ADZ,A,"16-21,89-94,169-174" +PS00009,2ADZ,A,1-4 +PS00001,2AM1,A,"273-276,306-309" +PS00004,2AM1,A,249-252 +PS00005,2AM1,A,"67-69,112-114,122-124,127-129,151-153,254-256,269-271" +PS00006,2AM1,A,"3-6,18-21,23-26,56-59,65-68,97-100,112-115" +PS00008,2AM1,A,"46-51,61-66,132-137,139-144,207-212" +PS00009,2AM1,A,346-349 +PS00001,2AM2,A,"273-276,306-309" +PS00004,2AM2,A,249-252 +PS00005,2AM2,A,"67-69,112-114,122-124,127-129,151-153,254-256,269-271" +PS00006,2AM2,A,"3-6,18-21,23-26,56-59,65-68,97-100,112-115" +PS00008,2AM2,A,"46-51,61-66,132-137,139-144,207-212" +PS00009,2AM2,A,346-349 +PS00005,2AV5,A,"1-3,10-12,50-52,71-73,104-106" +PS00006,2AV5,A,"10-13,44-47" +PS00008,2AV5,A,"49-54,67-72,100-105" +PS00005,2AV5,B,"1-3,10-12,50-52,71-73,104-106" +PS00006,2AV5,B,"10-13,44-47" +PS00008,2AV5,B,"49-54,67-72,100-105" +PS00005,2AV5,C,"1-3,10-12,50-52,71-73,104-106" +PS00006,2AV5,C,"10-13,44-47" +PS00008,2AV5,C,"49-54,67-72,100-105" +PS00005,2AV5,D,"1-3,10-12,50-52,71-73,104-106" +PS00006,2AV5,D,"10-13,44-47" +PS00008,2AV5,D,"49-54,67-72,100-105" +PS00005,2AV5,E,"1-3,10-12,50-52,71-73,104-106" +PS00006,2AV5,E,"10-13,44-47" +PS00008,2AV5,E,"49-54,67-72,100-105" +PS00001,2B6G,A,"5-8,34-37" +PS00005,2B6G,A,57-59 +PS00006,2B6G,A,41-44 +PS00007,2B6G,A,110-118 +PS00006,2BAI,A,"2-5,14-17" +PS00001,2BKD,N,59-62 +PS00006,2BKD,N,101-104 +PS00008,2BKD,N,9-14 +PS00001,2C7H,A,71-74 +PS00005,2C7H,A,13-15 +PS00006,2C7H,A,"29-32,57-60" +PS00008,2C7H,A,"3-8,25-30" +PS00008,2DCI,A,0-5 +PS00005,2ES6,A,39-41 +PS00006,2ES6,A,23-26 +PS00007,2ES6,A,92-100 +PS00005,2ESE,A,39-41 +PS00006,2ESE,A,23-26 +PS00007,2ESE,A,92-100 +PS00001,2FE9,A,1-4 +PS00005,2FE9,A,24-26 +PS00006,2FE9,A,8-11 +PS00007,2FE9,A,77-85 +PS00006,2FHW,A,15-18 +PS00008,2FHW,A,"4-9,13-18" +PS00262,2FHW,A,9-23 +PS00008,2FHW,B,5-10 +PS00008,2FJ4,A,21-26 +PS00008,2FJ5,A,21-26 +PS00004,2FK4,A,69-72 +PS00005,2FK4,A,"56-58,65-67,68-70" +PS00006,2FK4,A,"9-12,34-37,68-71" +PS00001,2FN6,A,"65-68,195-198" +PS00004,2FN6,A,144-147 +PS00005,2FN6,A,"295-297,370-372" +PS00006,2FN6,A,"185-188,335-338" +PS00007,2FN6,A,"261-268,334-340" +PS00008,2FN6,A,"45-50,190-195" +PS00009,2FN6,A,29-32 +PS00001,2FN6,B,"65-68,195-198" +PS00004,2FN6,B,144-147 +PS00005,2FN6,B,"295-297,370-372" +PS00006,2FN6,B,"185-188,335-338" +PS00007,2FN6,B,"261-268,334-340" +PS00008,2FN6,B,"45-50,190-195" +PS00009,2FN6,B,29-32 +PS00001,2FNI,A,"65-68,195-198" +PS00004,2FNI,A,144-147 +PS00005,2FNI,A,"295-297,370-372" +PS00006,2FNI,A,"185-188,335-338" +PS00007,2FNI,A,"261-268,334-340" +PS00008,2FNI,A,"45-50,190-195" +PS00009,2FNI,A,29-32 +PS00001,2FNI,B,"65-68,195-198" +PS00004,2FNI,B,144-147 +PS00005,2FNI,B,"295-297,370-372" +PS00006,2FNI,B,"185-188,335-338" +PS00007,2FNI,B,"261-268,334-340" +PS00008,2FNI,B,"45-50,190-195" +PS00009,2FNI,B,29-32 +PS00001,2FNU,A,"65-68,195-198" +PS00004,2FNU,A,144-147 +PS00005,2FNU,A,"295-297,370-372" +PS00006,2FNU,A,"185-188,335-338" +PS00007,2FNU,A,"261-268,334-340" +PS00008,2FNU,A,"45-50,190-195" +PS00009,2FNU,A,29-32 +PS00001,2FNU,B,"65-68,195-198" +PS00004,2FNU,B,144-147 +PS00005,2FNU,B,"295-297,370-372" +PS00006,2FNU,B,"185-188,335-338" +PS00007,2FNU,B,"261-268,334-340" +PS00008,2FNU,B,"45-50,190-195" +PS00009,2FNU,B,29-32 +PS00001,1YHP,A,"13-16,107-110,166-169,192-195,200-203" +PS00005,1YHP,A,"26-28,153-155,209-211" +PS00006,1YHP,A,"74-77,142-145,159-162,196-199" +PS00008,1YHP,A,72-77 +PS00005,1ZRY,A,"49-51,52-54,92-94,121-123" +PS00006,1ZRY,A,"70-73,90-93" +PS00009,1ZRY,A,73-76 +PS00214,1ZRY,A,3-20 +PS00004,2ABZ,A,83-86 +PS00005,2ABZ,A,"56-58,236-238,273-275" +PS00006,2ABZ,A,"13-16,110-113,171-174,177-180,211-214,288-291,298-301" +PS00008,2ABZ,A,"78-83,90-95,139-144,186-191,240-245,261-266" +PS00132,2ABZ,A,59-81 +PS00133,2ABZ,A,195-205 +PS00004,2ABZ,B,83-86 +PS00005,2ABZ,B,"56-58,236-238,273-275" +PS00006,2ABZ,B,"13-16,110-113,171-174,177-180,211-214,288-291,298-301" +PS00008,2ABZ,B,"78-83,90-95,139-144,186-191,240-245,261-266" +PS00132,2ABZ,B,59-81 +PS00133,2ABZ,B,195-205 +PS00006,2ABZ,C,"3-6,29-32" +PS00008,2ABZ,C,55-60 +PS00006,2ABZ,D,"3-6,29-32" +PS00008,2ABZ,D,55-60 +PS00006,2ABZ,E,"3-6,29-32" +PS00008,2ABZ,E,55-60 +PS00006,2ABZ,F,"3-6,29-32" +PS00008,2ABZ,F,55-60 +PS00001,2AQF,A,"12-15,71-74" +PS00005,2AQF,A,"3-5,19-21,73-75" +PS00008,2AQF,A,"0-5,15-20,56-61" +PS00009,2AQF,A,3-6 +PS00342,2AQF,A,87-89 +PS00008,2B38,A,"7-12,13-18" +PS00008,2F2I,A,"6-11,13-18" +PS60009,2F2I,A,0-9 +PS00008,2F2J,A,"6-11,13-18" +PS60009,2F2J,A,0-9 +PS00005,2FCI,A,47-49 +PS00006,2FCI,A,"71-74,75-78,81-84" +PS00007,2FCI,A,36-44 +PS00008,2FCI,A,3-8 +PS00001,2FEJ,A,145-148 +PS00005,2FEJ,A,"5-7,24-26,117-119" +PS00006,2FEJ,A,"89-92,162-165,190-193" +PS00008,2FEJ,A,"23-28,132-137,168-173" +PS00348,2FEJ,A,143-155 +PS00005,2FQA,A,15-17 +PS00006,2FQA,A,3-6 +PS00005,1YR1,A,95-97 +PS00005,1YS5,A,"20-22,51-53" +PS00006,1YS5,A,39-42 +PS00008,1YS5,A,"47-52,54-59,63-68,125-130" +PS00009,1YS5,A,101-104 +PS60005,1YZ2,A,0-23 +PS00005,1Z65,A,22-24 +PS00005,2ERS,A,59-61 +PS00006,2ERS,A,40-43 +PS00001,2ETZ,A,10-13 +PS00005,2ETZ,A,"25-27,69-71" +PS00006,2ETZ,A,25-28 +PS00008,2ETZ,A,96-101 +PS00001,2EU0,A,10-13 +PS00005,2EU0,A,"25-27,69-71" +PS00006,2EU0,A,25-28 +PS00008,2EU0,A,96-101 +PS00006,2FEW,A,"19-22,125-128,134-137" +PS00008,2FEW,A,"65-70,77-82,86-91" +PS00009,2FEW,A,"13-16,144-147" +PS00005,2FEW,B,"54-56,59-61,87-89" +PS00006,2FEW,B,"54-57,85-88,97-100" +PS00008,2FEW,B,"12-17,81-86" +PS00006,2FNF,X,5-8 +PS00479,2FNF,X,23-70 +PS00006,1Z1V,A,"8-11,18-21,74-77" +PS00006,1Z8R,A,39-42 +PS00008,1Z8R,A,"76-81,127-132" +PS00005,1ZQ3,P,35-37 +PS00027,1ZQ3,P,34-57 +PS00005,1ZY3,A,167-169 +PS00006,1ZY3,A,"4-7,58-61" +PS00008,1ZY3,A,"28-33,101-106,163-168" +PS01080,1ZY3,A,83-102 +PS01258,1ZY3,A,135-146 +PS01260,1ZY3,A,7-27 +PS01259,1ZY3,B,4-18 +PS00005,2ACF,A,151-153 +PS00008,2ACF,A,"51-56,135-140" +PS00005,2ACF,B,151-153 +PS00008,2ACF,B,"51-56,135-140" +PS00005,2ACF,C,151-153 +PS00008,2ACF,C,"51-56,135-140" +PS00005,2ACF,D,151-153 +PS00008,2ACF,D,"51-56,135-140" +PS00005,2GGT,A,"16-18,86-88" +PS00006,2GGT,A,"16-19,57-60,95-98" +PS00007,2GGT,A,"14-20,115-121" +PS00008,2GGT,A,"2-7,91-96" +PS00005,2GGT,B,"16-18,86-88" +PS00006,2GGT,B,"16-19,57-60,95-98" +PS00007,2GGT,B,"14-20,115-121" +PS00008,2GGT,B,"2-7,91-96" +PS00008,2C06,A,"47-52,64-69" +PS00009,2C06,A,85-88 +PS00008,2C06,B,"47-52,64-69" +PS00009,2C06,B,85-88 +PS00001,2D3D,A,3-6 +PS00005,2D3D,A,26-28 +PS00006,2D3D,A,10-13 +PS00007,2D3D,A,79-87 +PS00005,2EZW,A,"0-2,26-28" +PS00006,2EZW,A,0-3 +PS00005,2EZW,B,"0-2,26-28" +PS00006,2EZW,B,0-3 +PS00006,2FJ6,A,"18-21,35-38,44-47,58-61" +PS00006,2FVT,A,"47-50,74-77" +PS00008,1YY1,A,5-10 +PS00005,2ASE,A,"2-4,24-26,160-162" +PS00006,2ASE,A,"34-37,87-90,114-117,123-126" +PS00008,2ASE,A,53-58 +PS00017,2ASE,A,9-16 +PS00005,2FGX,A,"11-13,48-50" +PS00006,2FGX,A,"11-14,56-59" +PS00008,2FGX,A,38-43 +PS00001,2FLG,A,0-3 +PS00005,1Z5F,A,13-15 +PS00127,1Z5F,A,29-35 +PS00005,2ARF,A,84-86 +PS00006,2ARF,A,"75-78,138-141" +PS00008,2ARF,A,"29-34,40-45,67-72,99-104,126-131,154-159" +PS00005,2BAF,A,"2-4,19-21,24-26,45-47,67-69,136-138" +PS00006,2BAF,A,"2-5,13-16,25-28,59-62,67-70,112-115,158-161" +PS00008,2BAF,A,"7-12,77-82,133-138" +PS00005,2BYE,A,8-10 +PS00006,2BYE,A,106-109 +PS00008,2BYE,A,29-34 +PS00004,2BYF,A,69-72 +PS00005,2BYF,A,"67-69,73-75,77-79" +PS00006,2BYF,A,"0-3,29-32,111-114" +PS00001,2C5L,A,91-94 +PS00005,2C5L,A,"45-47,151-153" +PS00006,2C5L,A,"6-9,41-44,95-98" +PS00007,2C5L,A,"94-102,155-163" +PS00008,2C5L,A,"0-5,19-24,157-162" +PS00017,2C5L,A,16-23 +PS00001,2C5L,B,91-94 +PS00005,2C5L,B,"45-47,151-153" +PS00006,2C5L,B,"6-9,41-44,95-98" +PS00007,2C5L,B,"94-102,155-163" +PS00008,2C5L,B,"0-5,19-24,157-162" +PS00017,2C5L,B,16-23 +PS00004,2C5L,C,70-73 +PS00005,2C5L,C,"68-70,74-76,78-80" +PS00006,2C5L,C,"1-4,30-33,112-115" +PS00004,2C5L,D,70-73 +PS00005,2C5L,D,"68-70,74-76,78-80" +PS00006,2C5L,D,"1-4,30-33,112-115" +PS00005,2GE4,A,"80-82,167-169" +PS00006,2GE4,A,"137-140,155-158" +PS00007,2GE4,A,64-72 +PS00008,2GE4,A,"10-15,38-43,65-70,76-81,126-131,171-176" +PS00005,2FKI,A,48-50 +PS00006,2FKI,A,"1-4,51-54,85-88" +PS00008,2FKI,A,14-19 +PS00005,2G0Q,A,"65-67,107-109,145-147" +PS00006,2G0Q,A,"24-27,79-82" +PS00005,2G2B,A,71-73 +PS00006,2G2B,A,"40-43,47-50,84-87,104-107" +PS00007,2G2B,A,31-39 +PS00008,2G2B,A,"16-21,80-85,98-103" +PS00009,2G2B,A,113-116 +PS00001,1X02,A,59-62 +PS00005,1X02,A,"27-29,145-147" +PS00006,1X02,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,1X02,A,"24-29,39-44" +PS00018,1X02,A,"19-31,55-67,92-104,128-140" +PS00008,1YV8,A,19-24 +PS00271,1YV8,A,2-15 +PS00008,1YVA,A,19-24 +PS00271,1YVA,A,2-15 +PS00005,2D21,A,"236-238,248-250,351-353" +PS00006,2D21,A,"127-130,210-213,232-235,305-308,355-358" +PS00007,2D21,A,82-89 +PS00008,2D21,A,"31-36,181-186,259-264" +PS00009,2D21,A,22-25 +PS01037,2D21,A,106-123 +PS00001,2EUD,A,"265-268,279-282,344-347,666-669,798-801" +PS00004,2EUD,A,774-777 +PS00005,2EUD,A,"18-20,39-41,89-91,108-110,193-195,209-211,233-235,281-283,381-383,586-588,629-631,690-692" +PS00006,2EUD,A,"51-54,233-236,371-374,390-393,434-437,455-458,685-688,806-809,836-839,847-850,862-865" +PS00007,2EUD,A,"95-103,148-154,482-489" +PS00008,2EUD,A,"45-50,229-234,258-263,266-271,357-362,419-424,510-515,561-566,595-600,667-672,734-739" +PS00009,2EUD,A,6-9 +PS00089,2EUD,A,584-606 +PS00237,2EUD,A,689-705 +PS00005,2EVQ,A,6-8 +PS00001,2FXP,A,"16-19,37-40" +PS00006,2FXP,A,"3-6,39-42" +PS00008,2FXP,A,14-19 +PS00001,2FXP,B,"16-19,37-40" +PS00006,2FXP,B,"3-6,39-42" +PS00008,2FXP,B,14-19 +PS00001,2FXP,C,"16-19,37-40" +PS00006,2FXP,C,"3-6,39-42" +PS00008,2FXP,C,14-19 +PS00001,2FZ0,A,"4-7,117-120,143-146" +PS00006,2FZ0,A,"6-9,35-38,81-84,95-98,133-136" +PS00008,2FZ0,A,"31-36,62-67" +PS00005,1W7D,A,29-31 +PS00006,1W7D,A,"19-22,53-56,114-117" +PS00007,1W7D,A,65-72 +PS00008,1W7D,A,"12-17,25-30,95-100,110-115" +PS00005,1W7E,A,29-31 +PS00006,1W7E,A,"19-22,53-56,114-117" +PS00007,1W7E,A,65-72 +PS00008,1W7E,A,"12-17,25-30,95-100,110-115" +PS00005,1Z3R,A,15-17 +PS00006,1Z3R,A,"7-10,23-26" +PS00008,1Z3R,A,"3-8,36-41" +PS00004,1Z99,A,37-40 +PS00459,1Z99,A,1-38 +PS00005,1ZZF,A,12-14 +PS00005,1ZZF,B,12-14 +PS00006,2AIZ,P,"3-6,20-23,107-110" +PS00008,2AIZ,P,"9-14,82-87,97-102" +PS01068,2AIZ,P,65-109 +PS00005,2B7T,A,52-54 +PS00008,2B7T,A,48-53 +PS00005,2B7V,A,"1-3,46-48" +PS00008,2B7V,A,45-50 +PS00001,2BF6,A,"18-21,151-154,166-169,174-177,263-266,313-316,351-354,374-377" +PS00005,2BF6,A,"94-96,134-136,139-141,150-152,260-262,353-355,376-378" +PS00006,2BF6,A,"67-70,82-85,134-137,139-142,168-171,193-196,199-202,265-268,269-272,286-289,322-325,329-332,430-433,436-439" +PS00007,2BF6,A,"120-127,394-401" +PS00008,2BF6,A,"2-7,33-38,114-119,219-224,386-391" +PS00005,2BJS,A,"54-56,305-307" +PS00006,2BJS,A,"65-68,201-204,291-294,305-308,311-314" +PS00007,2BJS,A,"96-104,304-312" +PS00008,2BJS,A,"150-155,205-210,253-258" +PS00009,2BJS,A,94-97 +PS00185,2BJS,A,96-105 +PS00186,2BJS,A,249-262 +PS00005,2FJL,A,"0-2,25-27" +PS00006,2FJL,A,"34-37,57-60,131-134" +PS00005,2FZ5,A,32-34 +PS00006,2FZ5,A,"38-41,64-67" +PS00008,2FZ5,A,"8-13,83-88" +PS00009,2FZ5,A,78-81 +PS00201,2FZ5,A,3-19 +PS00342,2FZ5,A,134-136 +PS00008,1YTP,A,"9-14,20-25" +PS00294,1YTP,A,49-52 +PS00005,1Z2T,A,0-2 +PS00005,1Z9Q,A,56-58 +PS00006,1Z9Q,A,30-33 +PS00008,1Z9Q,A,55-60 +PS00005,1ZV6,A,13-15 +PS00006,1ZV6,A,"34-37,45-48" +PS00004,2AL3,A,19-22 +PS00005,2AL3,A,"22-24,38-40" +PS00006,2AL3,A,"47-50,56-59" +PS00008,2AL3,A,5-10 +PS00009,2AL3,A,17-20 +PS00001,2BPN,A,20-23 +PS00005,2BPN,A,"23-25,26-28,60-62" +PS00008,2BPN,A,"46-51,87-92,98-103" +PS00001,2BUG,A,59-62 +PS00001,2C52,A,1-4 +PS00005,2C52,A,"15-17,47-49" +PS00005,2C52,B,21-23 +PS00006,2C52,B,"1-4,21-24" +PS00001,2GA5,A,102-105 +PS00005,2GA5,A,99-101 +PS00006,2GA5,A,"2-5,35-38" +PS00007,2GA5,A,20-28 +PS00008,2GA5,A,103-108 +PS01344,2GA5,A,68-82 +PS00005,1W9E,A,"63-65,81-83" +PS00006,1W9E,A,81-84 +PS00008,1W9E,A,"43-48,140-145,154-159" +PS00070,1W9E,A,51-62 +PS00005,1W9E,B,"63-65,81-83" +PS00006,1W9E,B,81-84 +PS00008,1W9E,B,"43-48,140-145,154-159" +PS00070,1W9E,B,51-62 +PS00005,1W9O,A,"63-65,81-83" +PS00006,1W9O,A,81-84 +PS00008,1W9O,A,"43-48,140-145,154-159" +PS00070,1W9O,A,51-62 +PS00005,1W9O,B,"63-65,81-83" +PS00006,1W9O,B,81-84 +PS00008,1W9O,B,"43-48,140-145,154-159" +PS00070,1W9O,B,51-62 +PS00005,1W9Q,A,"63-65,81-83" +PS00006,1W9Q,A,81-84 +PS00008,1W9Q,A,"43-48,140-145,154-159" +PS00070,1W9Q,A,51-62 +PS00005,1W9Q,B,"63-65,81-83" +PS00006,1W9Q,B,81-84 +PS00008,1W9Q,B,"43-48,140-145,154-159" +PS00070,1W9Q,B,51-62 +PS00005,1YZC,A,96-98 +PS00006,1YZC,A,8-11 +PS00008,1YZC,A,"9-14,15-20,100-105" +PS00005,1Z66,A,13-15 +PS00006,1Z66,A,"5-8,21-24" +PS00008,1Z66,A,"1-6,34-39" +PS00001,1Z6H,A,68-71 +PS00005,1Z6H,A,31-33 +PS00008,1Z6H,A,23-28 +PS00005,1Z7P,A,"46-48,69-71,109-111" +PS00006,1Z7P,A,"2-5,89-92" +PS00008,1Z7P,A,"72-77,85-90" +PS00194,1Z7P,A,22-40 +PS00005,1Z7R,A,"46-48,69-71,109-111" +PS00006,1Z7R,A,"2-5,89-92" +PS00008,1Z7R,A,"72-77,85-90" +PS00194,1Z7R,A,22-40 +PS00005,1ZGG,A,"10-12,103-105" +PS00006,1ZGG,A,"22-25,103-106,111-114,129-132" +PS00008,1ZGG,A,28-33 +PS00005,1ZK6,A,1-3 +PS00006,1ZK6,A,16-19 +PS00008,1ZK6,A,46-51 +PS01096,1ZK6,A,30-50 +PS00005,2BBL,A,"14-16,17-19" +PS00008,2BBL,A,0-5 +PS00005,2BBP,A,"14-16,17-19" +PS00008,2BBP,A,0-5 +PS00004,2BZM,A,45-48 +PS00005,2BZM,A,"48-50,81-83,105-107,110-112" +PS00006,2BZM,A,"29-32,114-117" +PS00006,2EZ5,P,4-7 +PS00004,2EZ5,W,32-35 +PS00005,2EZ5,W,31-33 +PS00006,2EZ5,W,"4-7,35-38" +PS01159,2EZ5,W,14-39 +PS00001,2F05,A,90-93 +PS00006,2F05,A,"29-32,53-56" +PS00008,2F05,A,89-94 +PS00001,2F0R,A,67-70 +PS00005,2F0R,A,"34-36,61-63,109-111,112-114" +PS00006,2F0R,A,"34-37,61-64" +PS00008,2F0R,A,78-83 +PS00001,2F0R,B,67-70 +PS00005,2F0R,B,"34-36,61-63,109-111,112-114" +PS00006,2F0R,B,"34-37,61-64" +PS00008,2F0R,B,78-83 +PS00001,2FFY,A,"148-151,181-184,281-284" +PS00005,2FFY,A,"85-87,93-95,142-144" +PS00006,2FFY,A,"54-57,123-126,221-224" +PS00008,2FFY,A,"23-28,67-72,152-157,210-215,218-223,247-252,313-318,319-324" +PS00336,2FFY,A,56-63 +PS00001,2FFY,B,"148-151,181-184,281-284" +PS00005,2FFY,B,"85-87,93-95,142-144" +PS00006,2FFY,B,"54-57,123-126,221-224" +PS00008,2FFY,B,"23-28,67-72,152-157,210-215,218-223,247-252,313-318,319-324" +PS00336,2FFY,B,56-63 +PS00005,2FMC,A,56-58 +PS00006,2FMC,A,9-12 +PS00008,2FMC,A,"43-48,50-55" +PS00956,2FMC,A,50-61 +PS00001,2FUH,A,79-82 +PS00005,2FUH,A,"68-70,127-129,140-142" +PS00006,2FUH,A,127-130 +PS00183,2FUH,A,72-87 +PS00005,2FUH,B,8-10 +PS00006,2FUH,B,54-57 +PS00299,2FUH,B,26-51 +PS00004,2FWL,A,115-118 +PS00006,2FWL,A,105-108 +PS00008,2FWL,A,"22-27,63-68" +PS00005,2FWL,B,"24-26,101-103,105-107" +PS00006,2FWL,B,75-78 +PS00008,2FWL,B,"10-15,87-92" +PS00078,2FWL,B,79-127 +PS00001,2G0K,A,68-71 +PS00005,2G0K,A,76-78 +PS00006,2G0K,A,38-41 +PS00008,2G0K,A,"8-13,20-25,33-38,51-56,69-74,88-93,104-109,115-120" +PS00001,2G0L,A,68-71 +PS00005,2G0L,A,76-78 +PS00006,2G0L,A,38-41 +PS00008,2G0L,A,"8-13,20-25,33-38,51-56,69-74,88-93,104-109,115-120" +PS00006,2G57,A,11-14 +PS00008,2G57,A,16-21 +PS00001,1ZGU,A,85-88 +PS00005,1ZGU,A,"57-59,72-74,107-109" +PS00006,1ZGU,A,49-52 +PS00007,1ZGU,A,48-56 +PS00008,1ZGU,A,"18-23,83-88,89-94,133-138" +PS00005,1ZGU,B,8-10 +PS00006,1ZGU,B,54-57 +PS00299,1ZGU,B,26-51 +PS00004,2D82,A,92-95 +PS00005,2D82,A,"60-62,94-96" +PS00007,2D82,A,62-70 +PS00633,2D82,A,31-90 +PS00001,2FO8,A,"47-50,86-89" +PS00005,2FO8,A,"2-4,76-78,100-102" +PS00006,2FO8,A,45-48 +PS00008,2FO8,A,"11-16,66-71" +PS00005,1ZFS,A,"18-20,28-30" +PS00006,1ZFS,A,"1-4,5-8,18-21,28-31,42-45" +PS00018,1ZFS,A,61-73 +PS00303,1ZFS,A,56-77 +PS00005,1ZFS,B,"18-20,28-30" +PS00006,1ZFS,B,"1-4,5-8,18-21,28-31,42-45" +PS00018,1ZFS,B,61-73 +PS00303,1ZFS,B,56-77 +PS00004,2FVF,A,1-4 +PS00012,2FVF,A,32-47 +PS00005,2A0A,A,"12-14,34-36,55-57,123-125,126-128" +PS00009,2A0A,A,75-78 +PS00005,2ALJ,A,95-97 +PS00004,2AVA,A,1-4 +PS00012,2AVA,A,32-47 +PS00006,2DF6,A,"15-18,23-26,31-34" +PS00008,2DF6,A,41-46 +PS00006,2DF6,B,"15-18,23-26,31-34" +PS00008,2DF6,B,41-46 +PS00005,2FF0,A,"22-24,44-46,50-52" +PS00006,2FF0,A,38-41 +PS00008,2FF0,A,16-21 +PS00031,2FF0,A,3-29 +PS00004,2FVA,A,1-4 +PS00012,2FVA,A,32-47 +PS00004,2FVE,A,1-4 +PS00012,2FVE,A,32-47 +PS00006,2G6F,X,"15-18,23-26,31-34" +PS00008,2G6F,X,41-46 +PS00001,2GBS,A,32-35 +PS00005,2GBS,A,"34-36,77-79" +PS00006,2GBS,A,123-126 +PS00007,2GBS,A,43-50 +PS00016,2GBS,A,44-46 +PS00004,2GC0,A,25-28 +PS00005,2GC0,A,23-25 +PS00006,2GC0,A,"28-31,162-165" +PS00007,2GC0,A,25-33 +PS00008,2GC0,A,15-20 +PS00004,2GC0,B,25-28 +PS00005,2GC0,B,23-25 +PS00006,2GC0,B,"28-31,162-165" +PS00007,2GC0,B,25-33 +PS00008,2GC0,B,15-20 +PS00004,2GC1,A,25-28 +PS00005,2GC1,A,23-25 +PS00006,2GC1,A,"28-31,162-165" +PS00007,2GC1,A,25-33 +PS00008,2GC1,A,15-20 +PS00004,2GC1,B,25-28 +PS00005,2GC1,B,23-25 +PS00006,2GC1,B,"28-31,162-165" +PS00007,2GC1,B,25-33 +PS00008,2GC1,B,15-20 +PS00004,2GC2,A,25-28 +PS00005,2GC2,A,23-25 +PS00006,2GC2,A,"28-31,162-165" +PS00007,2GC2,A,25-33 +PS00008,2GC2,A,15-20 +PS00004,2GC2,B,25-28 +PS00005,2GC2,B,23-25 +PS00006,2GC2,B,"28-31,162-165" +PS00007,2GC2,B,25-33 +PS00008,2GC2,B,15-20 +PS00004,2GC3,A,25-28 +PS00005,2GC3,A,23-25 +PS00006,2GC3,A,"28-31,162-165" +PS00007,2GC3,A,25-33 +PS00008,2GC3,A,15-20 +PS00004,2GC3,B,25-28 +PS00005,2GC3,B,23-25 +PS00006,2GC3,B,"28-31,162-165" +PS00007,2GC3,B,25-33 +PS00008,2GC3,B,15-20 +PS00001,2GHF,A,"47-50,88-91" +PS00005,2GHF,A,59-61 +PS00006,2GHF,A,"90-93,95-98" +PS00007,2GHF,A,12-18 +PS00008,2GHF,A,16-21 +PS00008,2GJ0,A,"0-5,18-23" +PS00005,1WXS,A,9-11 +PS00006,1WXS,A,26-29 +PS00008,1WXS,A,60-65 +PS00006,1Z1Z,A,"21-24,43-46,48-51,74-77,104-107,118-121" +PS00008,1Z1Z,A,"44-49,115-120" +PS00006,2BTT,A,"15-18,30-33" +PS00008,2BTT,A,"12-17,45-50" +PS00005,2F9S,A,90-92 +PS00006,2F9S,A,"35-38,122-125,141-144" +PS00008,2F9S,A,27-32 +PS00009,2F9S,A,14-17 +PS00005,2F9S,B,90-92 +PS00006,2F9S,B,"35-38,122-125,141-144" +PS00008,2F9S,B,27-32 +PS00009,2F9S,B,14-17 +PS00005,2FWS,A,65-67 +PS00006,2FWS,A,"49-52,65-68,124-127,135-138" +PS00007,2FWS,A,2-10 +PS00008,2FWS,A,"8-13,27-32,43-48,102-107,116-121" +PS00001,2FWU,A,83-86 +PS00005,2FWU,A,"44-46,71-73,99-101,118-120" +PS00006,2FWU,A,"5-8,55-58,106-109,118-121,139-142,153-156" +PS00007,2FWU,A,73-80 +PS00008,2FWU,A,"29-34,43-48" +PS00001,2GI4,A,"67-70,98-101" +PS00004,2GI4,A,71-74 +PS00005,2GI4,A,"69-71,74-76,133-135" +PS00006,2GI4,A,41-44 +PS00008,2GI4,A,49-54 +PS00004,1ZMZ,A,16-19 +PS00005,1ZMZ,A,"13-15,19-21,80-82,93-95" +PS00006,1ZMZ,A,73-76 +PS00018,1ZMZ,A,40-52 +PS00008,1ZNU,A,"6-11,13-18" +PS60009,1ZNU,A,0-9 +PS00001,2D3J,A,63-66 +PS00005,2D3J,A,80-82 +PS00005,2DJJ,A,83-85 +PS00006,2DJJ,A,"70-73,103-106" +PS00007,2DJJ,A,109-117 +PS00008,2DJJ,A,"50-55,93-98" +PS00194,2DJJ,A,28-46 +PS00005,2DJK,A,"40-42,75-77,120-122" +PS00006,2DJK,A,"14-17,32-35" +PS00008,2DJK,A,"22-27,57-62,65-70" +PS00005,2F2Q,A,"127-129,162-164" +PS00006,2F2Q,A,"43-46,54-57,69-72" +PS00007,2F2Q,A,15-23 +PS00008,2F2Q,A,"61-66,87-92,166-171" +PS00005,2F32,A,"127-129,162-164" +PS00006,2F32,A,"43-46,54-57,69-72" +PS00007,2F32,A,15-23 +PS00008,2F32,A,"61-66,87-92,166-171" +PS00005,2F47,A,"127-129,162-164" +PS00006,2F47,A,"43-46,54-57,69-72" +PS00007,2F47,A,15-23 +PS00008,2F47,A,"61-66,87-92,166-171" +PS00005,2GG1,A,19-21 +PS00006,2GG1,A,"11-14,27-30" +PS00008,2GG1,A,"0-5,7-12,40-45" +PS00005,2GI9,A,10-12 +PS00006,2GI9,A,"15-18,43-46,52-55" +PS00009,2GM2,A,111-114 +PS00001,2GOW,A,"36-39,77-80" +PS00005,2GOW,A,25-27 +PS00006,2GOW,A,"34-37,38-41,100-103" +PS00294,2GOW,A,121-124 +PS00001,1X3U,A,33-36 +PS00005,1X3U,A,"17-19,43-45" +PS00006,1X3U,A,"1-4,15-18" +PS00622,1X3U,A,30-57 +PS60014,1ZLC,A,3-17 +PS00005,1ZRI,A,30-32 +PS00006,1ZRI,A,143-146 +PS00007,1ZRI,A,46-52 +PS00008,1ZRI,A,"81-86,147-152" +PS00005,2AAV,A,90-92 +PS00006,2AAV,A,"47-50,52-55,94-97" +PS00008,2AAV,A,"15-20,38-43,86-91" +PS00008,2AJ0,A,"10-15,29-34" +PS01047,2AJ0,A,8-37 +PS00008,2AJ1,A,"10-15,29-34" +PS01047,2AJ1,A,8-37 +PS00001,2B4N,A,38-41 +PS00008,2B4N,A,3-8 +PS00009,2B4N,A,29-32 +PS00260,2B4N,A,0-22 +PS00005,2BBU,A,"4-6,61-63,138-140" +PS00006,2BBU,A,"5-8,30-33,147-150" +PS00007,2BBU,A,17-25 +PS00008,2BBU,A,"31-36,77-82" +PS00006,2BBU,B,3-6 +PS00004,2F42,A,32-35 +PS00005,2F42,A,5-7 +PS00006,2F42,A,"28-31,77-80,91-94" +PS00007,2F42,A,97-105 +PS00008,2F42,A,69-74 +PS00001,2DJY,A,28-31 +PS00005,2DJY,A,18-20 +PS01159,2DJY,A,11-36 +PS00006,2DJY,B,4-7 +PS00006,2DMO,A,"4-7,19-22" +PS00008,2DMO,A,"0-5,51-56" +PS00001,2F2D,A,43-46 +PS00004,2F2D,A,13-16 +PS00005,2F2D,A,"24-26,109-111" +PS00006,2F2D,A,"39-42,56-59,112-115" +PS00008,2F2D,A,30-35 +PS00005,2F3I,A,33-35 +PS00006,2F3I,A,"62-65,68-71,82-85,103-106" +PS00009,2F3I,A,17-20 +PS00005,2G35,A,57-59 +PS00006,2G35,A,78-81 +PS00001,2G7J,A,23-26 +PS00005,2G7J,A,"22-24,96-98" +PS00006,2G7J,A,"60-63,114-117" +PS00007,2G7J,A,29-36 +PS00008,2G7J,A,90-95 +PS00005,2GOV,A,"51-53,123-125" +PS00006,2GOV,A,"34-37,157-160" +PS00008,2GOV,A,"15-20,42-47,77-82,161-166" +PS00009,2GOV,A,183-186 +PS00005,1ZIT,A,"29-31,32-34,111-113" +PS00006,1ZIT,A,32-35 +PS00008,1ZIT,A,82-87 +PS00001,2B86,A,45-48 +PS00005,2DN1,A,"37-39,136-138" +PS00006,2DN1,A,2-5 +PS00008,2DN1,A,17-22 +PS00009,2DN1,A,57-60 +PS00005,2DN1,B,37-39 +PS00006,2DN1,B,"3-6,43-46,48-51,86-89" +PS00008,2DN1,B,"82-87,135-140" +PS00009,2DN1,B,62-65 +PS00005,2DN2,A,"37-39,136-138" +PS00006,2DN2,A,2-5 +PS00008,2DN2,A,17-22 +PS00009,2DN2,A,57-60 +PS00005,2DN2,B,37-39 +PS00006,2DN2,B,"3-6,43-46,48-51,86-89" +PS00008,2DN2,B,"82-87,135-140" +PS00009,2DN2,B,62-65 +PS00005,2DN2,C,"37-39,136-138" +PS00006,2DN2,C,2-5 +PS00008,2DN2,C,17-22 +PS00009,2DN2,C,57-60 +PS00005,2DN2,D,37-39 +PS00006,2DN2,D,"3-6,43-46,48-51,86-89" +PS00008,2DN2,D,"82-87,135-140" +PS00009,2DN2,D,62-65 +PS00005,2DN3,A,"37-39,136-138" +PS00006,2DN3,A,2-5 +PS00008,2DN3,A,17-22 +PS00009,2DN3,A,57-60 +PS00005,2DN3,B,37-39 +PS00006,2DN3,B,"3-6,43-46,48-51,86-89" +PS00008,2DN3,B,"82-87,135-140" +PS00009,2DN3,B,62-65 +PS00005,2FEK,A,"88-90,153-155" +PS00006,2FEK,A,148-151 +PS00008,2FEK,A,"57-62,63-68" +PS00005,2FFW,A,13-15 +PS00006,2FFW,A,"9-12,13-16,25-28,53-56" +PS00001,2FTU,A,28-31 +PS00005,2FTU,A,"30-32,97-99,106-108" +PS00006,2FTU,A,"8-11,30-33,70-73" +PS00007,2FTU,A,90-96 +PS00014,2FTU,A,114-117 +PS00005,2G3Q,A,1-3 +PS00006,2G3Q,A,16-19 +PS00008,2G3Q,A,12-17 +PS00005,2G3Q,B,8-10 +PS00006,2G3Q,B,54-57 +PS00299,2G3Q,B,26-51 +PS00001,2GN4,A,20-23 +PS00005,2GN4,A,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN4,A,"53-56,219-222,303-306" +PS00007,2GN4,A,"79-86,318-325" +PS00008,2GN4,A,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GN4,B,20-23 +PS00005,2GN4,B,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN4,B,"53-56,219-222,303-306" +PS00007,2GN4,B,"79-86,318-325" +PS00008,2GN4,B,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GN6,A,20-23 +PS00005,2GN6,A,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN6,A,"53-56,219-222,303-306" +PS00007,2GN6,A,"79-86,318-325" +PS00008,2GN6,A,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GN6,B,20-23 +PS00005,2GN6,B,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN6,B,"53-56,219-222,303-306" +PS00007,2GN6,B,"79-86,318-325" +PS00008,2GN6,B,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GN8,A,20-23 +PS00005,2GN8,A,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN8,A,"53-56,219-222,303-306" +PS00007,2GN8,A,"79-86,318-325" +PS00008,2GN8,A,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GN8,B,20-23 +PS00005,2GN8,B,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN8,B,"53-56,219-222,303-306" +PS00007,2GN8,B,"79-86,318-325" +PS00008,2GN8,B,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GN9,A,20-23 +PS00005,2GN9,A,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN9,A,"53-56,219-222,303-306" +PS00007,2GN9,A,"79-86,318-325" +PS00008,2GN9,A,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GN9,B,20-23 +PS00005,2GN9,B,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GN9,B,"53-56,219-222,303-306" +PS00007,2GN9,B,"79-86,318-325" +PS00008,2GN9,B,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GNA,A,20-23 +PS00005,2GNA,A,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GNA,A,"53-56,219-222,303-306" +PS00007,2GNA,A,"79-86,318-325" +PS00008,2GNA,A,"27-32,90-95,170-175,182-187,266-271" +PS00001,2GNA,B,20-23 +PS00005,2GNA,B,"141-143,158-160,230-232,246-248,303-305" +PS00006,2GNA,B,"53-56,219-222,303-306" +PS00007,2GNA,B,"79-86,318-325" +PS00008,2GNA,B,"27-32,90-95,170-175,182-187,266-271" +PS00001,1WZ4,A,0-3 +PS00006,1ZW7,A,54-57 +PS00008,1ZW7,A,9-14 +PS00299,1ZW7,A,26-51 +PS00005,2ABO,A,"1-3,84-86" +PS00006,2ABO,A,"21-24,106-109" +PS00007,2ABO,A,48-55 +PS00008,2ABO,A,6-11 +PS00005,2EW9,A,116-118 +PS00006,2EW9,A,19-22 +PS00008,2EW9,A,"11-16,76-81,87-92,106-111" +PS01047,2EW9,A,"9-38,85-114" +PS00001,2FU4,A,3-6 +PS00006,2FU4,A,"34-37,77-80" +PS00008,2FU4,A,11-16 +PS00001,2FU4,B,3-6 +PS00006,2FU4,B,"34-37,77-80" +PS00008,2FU4,B,11-16 +PS00006,2GBJ,A,62-65 +PS00008,2GBJ,A,"9-14,15-20" +PS00017,2GBJ,A,12-19 +PS00299,2GBJ,A,34-59 +PS00006,2GBJ,B,62-65 +PS00008,2GBJ,B,"9-14,15-20" +PS00017,2GBJ,B,12-19 +PS00299,2GBJ,B,34-59 +PS00006,2GBK,A,61-64 +PS00299,2GBK,A,33-58 +PS00006,2GBK,B,61-64 +PS00299,2GBK,B,33-58 +PS00006,2GBK,C,61-64 +PS00299,2GBK,C,33-58 +PS00006,2GBK,D,61-64 +PS00299,2GBK,D,33-58 +PS00005,2GBM,A,8-10 +PS00006,2GBM,A,62-65 +PS00008,2GBM,A,34-39 +PS00005,2GBM,B,8-10 +PS00006,2GBM,B,62-65 +PS00008,2GBM,B,34-39 +PS00005,2GBM,C,8-10 +PS00006,2GBM,C,62-65 +PS00008,2GBM,C,34-39 +PS00005,2GBM,D,8-10 +PS00006,2GBM,D,62-65 +PS00008,2GBM,D,34-39 +PS00005,2GBN,A,8-10 +PS00006,2GBN,A,62-65 +PS00008,2GBN,A,34-39 +PS00005,2GBR,A,8-10 +PS00006,2GBR,A,59-62 +PS00005,2GBR,B,8-10 +PS00006,2GBR,B,59-62 +PS00005,2GBR,C,8-10 +PS00006,2GBR,C,59-62 +PS00005,2GW6,A,91-93 +PS00006,2GW6,A,"40-43,60-63" +PS00005,2GW6,B,91-93 +PS00006,2GW6,B,"40-43,60-63" +PS00005,1Z0Q,A,25-27 +PS00006,1Z0Q,A,7-10 +PS00008,1Z0Q,A,"24-29,32-37" +PS00005,1ZS5,A,"16-18,59-61,69-71" +PS00006,1ZS5,A,57-60 +PS00007,1ZS5,A,"8-14,38-45" +PS00008,1ZS5,A,0-5 +PS00633,1ZS5,A,30-87 +PS00001,2AI5,A,62-65 +PS00005,2AI5,A,77-79 +PS00006,2AI5,A,64-67 +PS00008,2AI5,A,"8-13,51-56" +PS00009,2AI5,A,32-35 +PS00004,2D0S,A,29-32 +PS00005,2D0S,A,"23-25,76-78" +PS00006,2D0S,A,"23-26,32-35" +PS00008,2D0S,A,8-13 +PS00005,2B87,A,32-34 +PS00006,2B87,A,32-35 +PS00005,2B87,B,32-34 +PS00006,2B87,B,32-35 +PS00005,2B88,A,32-34 +PS00006,2B88,A,32-35 +PS00005,2B89,A,32-34 +PS00006,2B89,A,32-35 +PS00001,2CH0,A,76-79 +PS00005,2CH0,A,84-86 +PS00006,2CH0,A,"7-10,29-32" +PS00008,2EYA,A,19-24 +PS00271,2EYA,A,2-15 +PS00008,2EYB,A,19-24 +PS00271,2EYB,A,2-15 +PS00008,2EYC,A,19-24 +PS00271,2EYC,A,2-15 +PS00008,2EYD,A,19-24 +PS00271,2EYD,A,2-15 +PS00005,2FLJ,A,"54-56,65-67,118-120" +PS00006,2FLJ,A,15-18 +PS00009,2FLJ,A,78-81 +PS00214,2FLJ,A,7-24 +PS00001,2G0U,A,41-44 +PS00005,2G0U,A,75-77 +PS00006,2G0U,A,"75-78,82-85" +PS00008,2G0U,A,19-24 +PS00004,2GTP,A,281-284 +PS00005,2GRG,A,"11-13,102-104" +PS00006,2GRG,A,"11-14,40-43,69-72,79-82" +PS00001,2GTP,A,"109-112,117-120" +PS00005,2GTP,A,"12-14,66-68,158-160,174-176,214-216" +PS00006,2GTP,A,"30-33,138-141,158-161,196-199,263-266" +PS00007,2GTP,A,22-29 +PS00008,2GTP,A,"8-13,103-108,151-156,170-175" +PS00017,2GTP,A,8-15 +PS00294,2GTP,A,319-322 +PS00001,2GTP,B,"109-112,117-120" +PS00004,2GTP,B,281-284 +PS00005,2GTP,B,"12-14,66-68,158-160,174-176,214-216" +PS00006,2GTP,B,"30-33,138-141,158-161,196-199,263-266" +PS00007,2GTP,B,22-29 +PS00008,2GTP,B,"8-13,103-108,151-156,170-175" +PS00017,2GTP,B,8-15 +PS00294,2GTP,B,319-322 +PS00001,2GTP,C,31-34 +PS00005,2GTP,C,"6-8,98-100" +PS00006,2GTP,C,"14-17,63-66,108-111,119-122" +PS00008,2GTP,C,3-8 +PS00001,2GTP,D,31-34 +PS00005,2GTP,D,"6-8,98-100" +PS00006,2GTP,D,"14-17,63-66,108-111,119-122" +PS00008,2GTP,D,3-8 +PS00005,1WC2,A,24-26 +PS00006,1WC2,A,149-152 +PS00008,1WC2,A,"27-32,45-50,65-70,91-96,115-120,141-146,173-178" +PS00006,1ZR7,A,"1-4,22-25" +PS00007,1ZR7,A,6-13 +PS01159,1ZR7,A,2-27 +PS00006,2B1U,A,23-26 +PS00018,2B1U,A,"15-27,51-63" +PS00006,2BTG,A,35-38 +PS00008,2BTG,A,"0-5,27-32" +PS00342,2BTG,A,44-46 +PS00006,2BTH,A,35-38 +PS00008,2BTH,A,"0-5,27-32" +PS00342,2BTH,A,44-46 +PS00001,2DO8,A,"33-36,154-157" +PS00005,2DO8,A,"96-98,132-134" +PS00006,2DO8,A,"42-45,47-50,53-56,87-90,107-110,119-122,156-159,161-164" +PS00008,2DO8,A,"2-7,37-42,74-79" +PS00001,2D7L,A,19-22 +PS00004,2D7L,A,72-75 +PS00005,2D7L,A,5-7 +PS00006,2D7L,A,"48-51,63-66" +PS00008,2D7L,A,0-5 +PS00001,2D7M,A,21-24 +PS00005,2D7M,A,"78-80,84-86" +PS00007,2D7M,A,"62-69,86-94" +PS00008,2D7M,A,"0-5,6-11,19-24" +PS00001,2D7N,A,38-41 +PS00005,2D7N,A,"31-33,34-36,48-50,54-56" +PS00008,2D7N,A,0-5 +PS00005,2D7O,A,"56-58,94-96,102-104" +PS00006,2D7O,A,"51-54,56-59,98-101" +PS00008,2D7O,A,"0-5,6-11,19-24,42-47,90-95" +PS00004,2D7P,A,11-14 +PS00005,2D7P,A,"63-65,67-69" +PS00006,2D7P,A,"5-8,17-20,59-62" +PS00008,2D7P,A,"0-5,6-11,22-27,40-45,105-110" +PS00008,2F5H,A,21-26 +PS00006,2GCF,A,18-21 +PS00008,2GCF,A,"10-15,29-34" +PS01047,2GCF,A,8-37 +PS00001,1Z7T,A,68-71 +PS00005,1Z7T,A,31-33 +PS00008,1Z7T,A,23-28 +PS00005,2A3J,A,71-73 +PS00006,2A3J,A,"55-58,104-107" +PS00004,2A63,A,61-64 +PS00005,2A63,A,"5-7,18-20,59-61" +PS00006,2A63,A,"5-8,18-21" +PS00008,2A63,A,"14-19,23-28,47-52" +PS00009,2A63,A,35-38 +PS00001,2B8F,A,68-71 +PS00005,2B8F,A,31-33 +PS00008,2B8F,A,23-28 +PS00001,2B8G,A,68-71 +PS00005,2B8G,A,31-33 +PS00008,2B8G,A,23-28 +PS00001,2CKN,A,52-55 +PS00005,2CKN,A,51-53 +PS00006,2CKN,A,"1-4,57-60,82-85" +PS00008,2CKN,A,"72-77,83-88" +PS00001,2D85,A,16-19 +PS00004,2D85,A,115-118 +PS00005,2D85,A,"18-20,30-32" +PS00006,2D85,A,"5-8,18-21,30-33" +PS00008,2D85,A,0-5 +PS00005,2CWB,A,"16-18,83-85" +PS00006,2CWB,A,"21-24,49-52,58-61,90-93" +PS00001,2D87,A,29-32 +PS00004,2D87,A,119-122 +PS00005,2D87,A,118-120 +PS00006,2D87,A,"33-36,71-74,75-78" +PS00008,2D87,A,"0-5,37-42,114-119" +PS00001,2D88,A,28-31 +PS00005,2D88,A,"10-12,35-37,86-88" +PS00006,2D88,A,"58-61,86-89,92-95" +PS00008,2D88,A,"0-5,6-11,26-31,39-44" +PS00001,2D89,A,"8-11,31-34" +PS00005,2D89,A,35-37 +PS00008,2D89,A,"0-5,26-31,39-44" +PS00001,2D8B,A,55-58 +PS00005,2D8B,A,"40-42,79-81,111-113,120-122" +PS00006,2D8B,A,"4-7,111-114" +PS00007,2D8B,A,"74-82,88-95" +PS00008,2D8B,A,0-5 +PS00001,2D8C,A,50-53 +PS00005,2D8C,A,"9-11,12-14,20-22,78-80" +PS00006,2D8C,A,"12-15,44-47,52-55" +PS00007,2D8C,A,11-18 +PS00008,2D8C,A,"0-5,6-11" +PS00006,2D8H,A,"5-8,45-48,49-52" +PS00008,2D8H,A,"0-5,27-32,63-68" +PS00001,2D8I,A,79-82 +PS00005,2D8I,A,"49-51,57-59" +PS00006,2D8I,A,"4-7,25-28,35-38,49-52,98-101" +PS00008,2D8I,A,"0-5,60-65" +PS00004,2D8J,A,49-52 +PS00005,2D8J,A,24-26 +PS00006,2D8J,A,"19-22,36-39" +PS00008,2D8J,A,"0-5,51-56" +PS00001,2D8K,A,76-79 +PS00005,2D8K,A,28-30 +PS00006,2D8K,A,105-108 +PS00008,2D8K,A,"0-5,6-11" +PS00005,2D8M,A,"69-71,100-102" +PS00006,2D8M,A,"4-7,110-113" +PS00008,2D8M,A,"0-5,122-127" +PS00004,2GQK,A,169-172 +PS00005,2GQK,A,"2-4,22-24,92-94" +PS00006,2GQK,A,"22-25,63-66,101-104" +PS00007,2GQK,A,"20-26,121-127" +PS00008,2GQK,A,"8-13,97-102" +PS00004,2GQL,A,169-172 +PS00005,2GQL,A,"2-4,22-24,92-94" +PS00006,2GQL,A,"22-25,63-66,101-104" +PS00007,2GQL,A,"20-26,121-127" +PS00008,2GQL,A,"8-13,97-102" +PS00004,2GQM,A,169-172 +PS00005,2GQM,A,"2-4,22-24,92-94" +PS00006,2GQM,A,"22-25,63-66,101-104" +PS00007,2GQM,A,"20-26,121-127" +PS00008,2GQM,A,"8-13,97-102" +PS00004,2GT5,A,169-172 +PS00005,2GT5,A,"2-4,22-24,92-94" +PS00006,2GT5,A,"22-25,63-66,101-104" +PS00007,2GT5,A,"20-26,121-127" +PS00008,2GT5,A,"8-13,97-102" +PS00004,2GT6,A,169-172 +PS00005,2GT6,A,"2-4,22-24,92-94" +PS00006,2GT6,A,"22-25,63-66,101-104" +PS00007,2GT6,A,"20-26,121-127" +PS00008,2GT6,A,"8-13,97-102" +PS00004,2GVP,A,169-172 +PS00005,2GVP,A,"2-4,22-24,92-94" +PS00006,2GVP,A,"22-25,63-66,101-104" +PS00007,2GVP,A,"20-26,121-127" +PS00008,2GVP,A,"8-13,97-102" +PS00008,1ZY6,A,1-6 +PS00008,1ZY6,B,1-6 +PS00008,2A2B,A,"6-11,27-32" +PS60030,2A2B,A,3-14 +PS00001,2A3S,A,53-56 +PS00005,2A3S,A,49-51 +PS00006,2A3S,A,"17-20,66-69" +PS00657,2A3S,A,2-15 +PS00658,2A3S,A,46-52 +PS00005,2CJS,A,"36-38,95-97" +PS00006,2CJS,A,99-102 +PS00008,2CJS,A,"3-8,9-14,18-23,51-56" +PS00005,2CJS,B,"36-38,95-97" +PS00006,2CJS,B,99-102 +PS00008,2CJS,B,"3-8,9-14,18-23,51-56" +PS00001,2CJS,C,26-29 +PS00005,2CJS,C,"43-45,46-48" +PS00008,2CJS,C,"22-27,39-44" +PS00005,2CJT,A,"27-29,86-88" +PS00006,2CJT,A,90-93 +PS00008,2CJT,A,"0-5,9-14,42-47" +PS00005,2CJT,B,"27-29,86-88" +PS00006,2CJT,B,90-93 +PS00008,2CJT,B,"0-5,9-14,42-47" +PS00005,2CJT,C,"27-29,86-88" +PS00006,2CJT,C,90-93 +PS00008,2CJT,C,"0-5,9-14,42-47" +PS00005,2CJT,D,"27-29,86-88" +PS00006,2CJT,D,90-93 +PS00008,2CJT,D,"0-5,9-14,42-47" +PS00004,2D8Q,A,26-29 +PS00005,2D8Q,A,25-27 +PS00006,2D8Q,A,5-8 +PS00008,2D8Q,A,0-5 +PS01360,2D8Q,A,17-53 +PS00001,2D8R,A,25-28 +PS00005,2D8R,A,74-76 +PS00006,2D8R,A,"66-69,84-87" +PS00008,2D8R,A,"0-5,6-11,15-20" +PS00006,2D8S,A,12-15 +PS00007,2D8S,A,58-65 +PS00008,2D8S,A,0-5 +PS00006,2D8T,A,13-16 +PS00008,2D8T,A,0-5 +PS00009,2D8T,A,47-50 +PS00518,2D8T,A,32-41 +PS00008,2D8U,A,"0-5,37-42" +PS00005,2D8V,A,18-20 +PS00008,2D8V,A,"0-5,6-11" +PS00001,2D8X,A,23-26 +PS00008,2D8X,A,"0-5,6-11" +PS00478,2D8X,A,7-40 +PS00006,2D8Y,A,16-19 +PS00008,2D8Y,A,"0-5,54-59,84-89" +PS00478,2D8Y,A,17-51 +PS00005,2D8Z,A,"20-22,46-48" +PS00006,2D8Z,A,"20-23,46-49" +PS00008,2D8Z,A,"0-5,6-11,42-47" +PS00478,2D8Z,A,7-40 +PS00001,2D92,A,78-81 +PS00006,2D92,A,"4-7,30-33,70-73,80-83" +PS00008,2D92,A,"0-5,26-31,61-66" +PS00001,2D93,A,"25-28,65-68" +PS00005,2D93,A,29-31 +PS00006,2D93,A,"4-7,71-74,103-106" +PS00008,2D93,A,"0-5,83-88,99-104" +PS00004,2D99,A,80-83 +PS00005,2D99,A,72-74 +PS00008,2D99,A,"0-5,47-52" +PS00001,2D9A,A,39-42 +PS00005,2D9A,A,5-7 +PS00006,2D9A,A,11-14 +PS00008,2D9A,A,0-5 +PS00005,2D9B,A,"16-18,74-76" +PS00006,2D9B,A,20-23 +PS00008,2D9B,A,"0-5,57-62,102-107" +PS00005,2D9E,A,51-53 +PS00007,2D9E,A,53-61 +PS00008,2D9E,A,"0-5,24-29,114-119" +PS00633,2D9E,A,24-81 +PS00001,2D9F,A,49-52 +PS00004,2D9F,A,19-22 +PS00005,2D9F,A,"30-32,116-118" +PS00006,2D9F,A,"4-7,45-48,62-65,119-122" +PS00008,2D9F,A,"0-5,36-41" +PS00004,2D9G,A,33-36 +PS00005,2D9G,A,"17-19,37-39" +PS00006,2D9G,A,4-7 +PS00008,2D9G,A,0-5 +PS01358,2D9G,A,11-30 +PS00005,2D9H,A,15-17 +PS00008,2D9H,A,0-5 +PS00009,2D9H,A,43-46 +PS00028,2D9H,A,"9-29,40-61" +PS00001,2D9I,A,52-55 +PS00005,2D9I,A,"48-50,73-75" +PS00008,2D9I,A,0-5 +PS00006,2D9K,A,"5-8,59-62" +PS00007,2D9K,A,30-37 +PS00008,2D9K,A,"0-5,68-73" +PS00001,2D9M,A,27-30 +PS00005,2D9M,A,35-37 +PS00006,2D9M,A,"20-23,29-32" +PS00008,2D9M,A,0-5 +PS00005,2D9N,A,50-52 +PS00006,2D9N,A,"4-7,50-53" +PS00007,2D9N,A,36-43 +PS00008,2D9N,A,0-5 +PS00005,2D9O,A,"9-11,49-51,62-64" +PS00006,2D9O,A,84-87 +PS00008,2D9O,A,0-5 +PS00005,2D9P,A,43-45 +PS00006,2D9P,A,"4-7,62-65" +PS00008,2D9P,A,"0-5,39-44" +PS00005,2D9T,A,5-7 +PS00007,2D9T,A,43-50 +PS00008,2D9T,A,0-5 +PS00006,2D9V,A,"43-46,97-100" +PS00008,2D9V,A,"0-5,6-11" +PS00005,2D9W,A,83-85 +PS00006,2D9W,A,83-86 +PS00008,2D9W,A,"0-5,6-11,38-43,78-83" +PS00009,2D9W,A,25-28 +PS00016,2D9W,A,108-110 +PS00001,2D9X,A,112-115 +PS00006,2D9X,A,"4-7,62-65" +PS00008,2D9X,A,0-5 +PS00001,2D9Y,A,69-72 +PS00004,2D9Y,A,72-75 +PS00005,2D9Y,A,"58-60,71-73,75-77" +PS00006,2D9Y,A,92-95 +PS00008,2D9Y,A,0-5 +PS00001,2DA0,A,75-78 +PS00004,2DA0,A,29-32 +PS00005,2DA0,A,"9-11,32-34,45-47" +PS00006,2DA0,A,98-101 +PS00008,2DA0,A,0-5 +PS00005,2DA1,A,5-7 +PS00006,2DA1,A,30-33 +PS00008,2DA1,A,0-5 +PS00009,2DA1,A,5-8 +PS00027,2DA1,A,39-62 +PS00005,2DA2,A,"5-7,8-10" +PS00008,2DA2,A,0-5 +PS00005,2DA3,A,42-44 +PS00006,2DA3,A,8-11 +PS00008,2DA3,A,"0-5,6-11" +PS00027,2DA3,A,49-72 +PS00005,2DA4,A,"15-17,21-23" +PS00006,2DA4,A,15-18 +PS00008,2DA4,A,"0-5,70-75" +PS00005,2DA5,A,"46-48,55-57,66-68" +PS00006,2DA5,A,46-49 +PS00008,2DA5,A,0-5 +PS00005,2DA9,A,24-26 +PS00006,2DA9,A,"4-7,24-27" +PS00008,2DA9,A,0-5 +PS00009,2DA9,A,49-52 +PS00001,2DAD,A,53-56 +PS00005,2DAD,A,"35-37,38-40,79-81,82-84" +PS00006,2DAD,A,"22-25,28-31" +PS00008,2DAD,A,"0-5,73-78" +PS00005,2DEN,A,"16-18,83-85" +PS00006,2DEN,A,"21-24,49-52,58-61,90-93" +PS00005,2DEN,B,8-10 +PS00006,2DEN,B,54-57 +PS00299,2DEN,B,26-51 +PS00004,2V1V,A,10-13 +PS00286,2V1V,A,2-21 +PS00001,2FC6,A,24-27 +PS00005,2FC6,A,13-15 +PS00006,2FC6,A,20-23 +PS00008,2FC6,A,0-5 +PS00006,2FC7,A,52-55 +PS00008,2FC7,A,0-5 +PS01357,2FC7,A,23-53 +PS00005,2FC8,A,"30-32,38-40,45-47,51-53" +PS00006,2FC8,A,"26-29,30-33,45-48,62-65" +PS00008,2FC8,A,"0-5,37-42,50-55,80-85,95-100" +PS00001,2FC9,A,"7-10,21-24" +PS00006,2FC9,A,"25-28,30-33,61-64" +PS00008,2FC9,A,"0-5,91-96" +PS00006,2FV4,A,7-10 +PS00008,2FV4,A,"0-5,8-13" +PS00001,2FV4,B,60-63 +PS00001,2G2K,A,"5-8,76-79" +PS00004,2G2K,A,113-116 +PS00005,2G2K,A,"120-122,152-154" +PS00006,2G2K,A,"7-10,64-67" +PS00007,2G2K,A,6-13 +PS00008,2G2K,A,"57-62,77-82,128-133" +PS00009,2G2K,A,152-155 +PS00005,2DAY,A,78-80 +PS00006,2DAY,A,"4-7,14-17,37-40,49-52" +PS00008,2DAY,A,"0-5,32-37,104-109" +PS00001,2AVX,A,86-89 +PS00005,2AVX,A,"1-3,7-9,138-140" +PS00006,2AVX,A,"1-4,21-24,138-141" +PS00008,2AVX,A,113-118 +PS00005,1ZAD,A,55-57 +PS00006,1ZAD,A,12-15 +PS00272,1ZAD,A,36-56 +PS00005,2A51,A,11-13 +PS00008,2A51,A,22-27 +PS00006,2DAG,A,"5-8,35-38,46-49" +PS00008,2DAG,A,"0-5,6-11,33-38" +PS00001,2DAF,A,68-71 +PS00005,2DAF,A,"16-18,61-63" +PS00006,2DAF,A,"5-8,9-12,89-92" +PS00008,2DAF,A,"0-5,50-55" +PS00006,2DAH,A,33-36 +PS00008,2DAH,A,0-5 +PS00006,2DAI,A,4-7 +PS00008,2DAI,A,0-5 +PS00005,2DAJ,A,"9-11,19-21" +PS00006,2DAJ,A,"4-7,31-34,41-44,67-70" +PS00008,2DAJ,A,0-5 +PS00001,2DAK,A,33-36 +PS00006,2DAK,A,45-48 +PS00008,2DAK,A,0-5 +PS00008,2DAL,A,"0-5,6-11,26-31,55-60" +PS00005,2DAM,A,18-20 +PS00006,2DAM,A,28-31 +PS00008,2DAM,A,"0-5,60-65" +PS00004,2DAN,A,26-29 +PS00005,2DAN,A,25-27 +PS00006,2DAN,A,5-8 +PS00008,2DAN,A,0-5 +PS01360,2DAN,A,17-53 +PS00001,2DAQ,A,84-87 +PS00005,2DAQ,A,"5-7,86-88" +PS00006,2DAQ,A,75-78 +PS00008,2DAQ,A,0-5 +PS00004,2DAS,A,38-41 +PS00008,2DAS,A,"0-5,6-11" +PS00004,2DAV,A,37-40 +PS00005,2DAV,A,"17-19,40-42,94-96" +PS00006,2DAV,A,94-97 +PS00008,2DAV,A,"0-5,87-92,113-118" +PS00005,2DAW,A,10-12 +PS00006,2DAW,A,"10-13,98-101" +PS00008,2DAW,A,"0-5,6-11,52-57" +PS00001,2DAX,A,126-129 +PS00005,2DAX,A,"53-55,92-94" +PS00006,2DAX,A,4-7 +PS00008,2DAX,A,0-5 +PS00001,2DAZ,A,90-93 +PS00006,2DAZ,A,4-7 +PS00008,2DAZ,A,"0-5,36-41" +PS00005,2DB1,A,94-96 +PS00006,2DB1,A,"29-32,41-44,69-72,97-100" +PS00008,2DB1,A,"0-5,23-28" +PS00004,2DB2,A,50-53 +PS00005,2DB2,A,69-71 +PS00007,2DB2,A,60-67 +PS00008,2DB2,A,"0-5,31-36,112-117" +PS00001,2DB5,A,89-92 +PS00005,2DB5,A,105-107 +PS00006,2DB5,A,"64-67,84-87" +PS00008,2DB5,A,"0-5,37-42" +PS00006,2DB6,A,"4-7,60-63" +PS00008,2DB6,A,0-5 +PS00479,2DB6,A,17-67 +PS00001,2DB8,A,"23-26,74-77,85-88" +PS00005,2DB8,A,29-31 +PS00008,2DB8,A,"0-5,70-75,103-108" +PS00005,2DB9,A,"71-73,82-84,138-140" +PS00006,2DB9,A,"14-17,103-106,108-111,128-131,138-141" +PS00008,2DB9,A,"0-5,52-57,67-72,78-83" +PS00001,2DBA,A,140-143 +PS00006,2DBA,A,"25-28,59-62" +PS00008,2DBA,A,"0-5,6-11,44-49" +PS00005,2DBC,A,5-7 +PS00006,2DBC,A,"24-27,70-73,123-126" +PS00008,2DBC,A,"0-5,89-94,97-102,119-124" +PS00005,2DBG,A,"30-32,42-44,80-82" +PS00008,2DBG,A,0-5 +PS00006,2FRW,A,25-28 +PS00008,2FRW,A,"21-26,37-42" +PS00006,2FRY,A,12-15 +PS00001,2GLG,A,2-5 +PS00258,2GLG,A,0-15 +PS00001,2GLH,A,2-5 +PS00258,2GLH,A,0-15 +PS00001,2GZO,A,94-97 +PS00005,2GZO,A,"106-108,116-118" +PS00006,2GZO,A,"13-16,17-20,49-52,106-109" +PS00008,2GZO,A,"36-41,44-49,74-79,101-106" +PS00004,2H2R,A,65-68 +PS00005,2H2R,A,"64-66,104-106,118-120" +PS00006,2H2R,A,"15-18,56-59,91-94,107-110,157-160" +PS00008,2H2R,A,"49-54,71-76,131-136,148-153" +PS00615,2H2R,A,112-135 +PS00004,2H2R,B,65-68 +PS00005,2H2R,B,"64-66,104-106,118-120" +PS00006,2H2R,B,"15-18,56-59,91-94,107-110,157-160" +PS00008,2H2R,B,"49-54,71-76,131-136,148-153" +PS00615,2H2R,B,112-135 +PS00004,2H2T,B,65-68 +PS00005,2H2T,B,"64-66,104-106,118-120" +PS00006,2H2T,B,"15-18,56-59,91-94,107-110,157-160" +PS00008,2H2T,B,"49-54,71-76,131-136,148-153" +PS00615,2H2T,B,112-135 +PS00005,2H3J,A,8-10 +PS00008,2H3J,A,30-35 +PS00001,2A38,A,"83-86,176-179" +PS00005,2A38,A,"74-76,78-80,113-115" +PS00006,2A38,A,"56-59,90-93,145-148,186-189" +PS00008,2A38,A,"19-24,42-47,52-57,84-89" +PS00001,2A38,B,"83-86,176-179" +PS00005,2A38,B,"74-76,78-80,113-115" +PS00006,2A38,B,"56-59,90-93,145-148,186-189" +PS00008,2A38,B,"19-24,42-47,52-57,84-89" +PS00001,2A38,C,"83-86,176-179" +PS00005,2A38,C,"74-76,78-80,113-115" +PS00006,2A38,C,"56-59,90-93,145-148,186-189" +PS00008,2A38,C,"19-24,42-47,52-57,84-89" +PS00005,2AUV,A,49-51 +PS00001,2AX5,A,69-72 +PS00005,2AX5,A,59-61 +PS00006,2AX5,A,"32-35,71-74" +PS00008,2AX5,A,9-14 +PS00005,2B5B,A,8-10 +PS00001,2GF5,A,"135-138,154-157,187-190" +PS00005,2GF5,A,"68-70,137-139,143-145,150-152" +PS00006,2GF5,A,"15-18,40-43,123-126,127-130,150-153" +PS00008,2GF5,A,"84-89,162-167" +PS00009,2GF5,A,30-33 +PS00001,2GM1,A,"5-8,97-100,149-152,288-291" +PS00004,2GM1,A,"32-35,219-222" +PS00005,2GM1,A,"7-9,50-52,60-62,74-76,108-110,154-156,178-180,231-233" +PS00006,2GM1,A,"38-41,119-122,125-128,158-161,247-250,347-350" +PS00008,2GM1,A,"104-109,150-155" +PS00017,2GM1,A,104-111 +PS00411,2GM1,A,258-269 +PS00001,2GM1,B,"5-8,97-100,149-152,288-291" +PS00004,2GM1,B,"32-35,219-222" +PS00005,2GM1,B,"7-9,50-52,60-62,74-76,108-110,154-156,178-180,231-233" +PS00006,2GM1,B,"38-41,119-122,125-128,158-161,247-250,347-350" +PS00008,2GM1,B,"104-109,150-155" +PS00017,2GM1,B,104-111 +PS00411,2GM1,B,258-269 +PS00001,2GM1,D,"5-8,97-100,149-152,288-291" +PS00004,2GM1,D,"32-35,219-222" +PS00005,2GM1,D,"7-9,50-52,60-62,74-76,108-110,154-156,178-180,231-233" +PS00006,2GM1,D,"38-41,119-122,125-128,158-161,247-250,347-350" +PS00008,2GM1,D,"104-109,150-155" +PS00017,2GM1,D,104-111 +PS00411,2GM1,D,258-269 +PS00001,2GM1,E,"5-8,97-100,149-152,288-291" +PS00004,2GM1,E,"32-35,219-222" +PS00005,2GM1,E,"7-9,50-52,60-62,74-76,108-110,154-156,178-180,231-233" +PS00006,2GM1,E,"38-41,119-122,125-128,158-161,247-250,347-350" +PS00008,2GM1,E,"104-109,150-155" +PS00017,2GM1,E,104-111 +PS00411,2GM1,E,258-269 +PS00006,2GZP,A,"24-27,121-124" +PS00008,2GZP,A,104-109 +PS60014,2H8S,A,1-15 +PS00005,2A31,A,146-148 +PS00008,2A31,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,2A31,A,35-40 +PS00135,2A31,A,170-181 +PS00005,2A32,A,146-148 +PS00008,2A32,A,"2-7,20-25,26-31,121-126,153-158,167-172,184-189" +PS00134,2A32,A,35-40 +PS00135,2A32,A,170-181 +PS00005,2AJE,A,"32-34,64-66" +PS00006,2AJE,A,"16-19,50-53" +PS00001,2AXD,S,64-67 +PS00006,2AXD,S,10-13 +PS00005,2CJK,A,"2-4,40-42,86-88" +PS00006,2CJK,A,"14-17,28-31,55-58,112-115" +PS00008,2CJK,A,125-130 +PS00004,2CXJ,A,28-31 +PS00006,2CXJ,A,"4-7,54-57" +PS00009,2CXJ,A,26-29 +PS00004,2CXJ,B,28-31 +PS00006,2CXJ,B,"4-7,54-57" +PS00009,2CXJ,B,26-29 +PS00001,2F1N,A,"82-85,195-198" +PS00004,2F1N,A,201-204 +PS00005,2F1N,A,"65-67,112-114,216-218,259-261" +PS00006,2F1N,A,"61-64,97-100" +PS00008,2F1N,A,"9-14,24-29,56-61,103-108,134-139,226-231,239-244" +PS00001,2F33,A,"136-139,231-234" +PS00005,2F33,A,"107-109,234-236" +PS00006,2F33,A,"1-4,61-64,100-103,138-141,157-160,258-261" +PS00008,2F33,A,184-189 +PS00018,2F33,A,"25-37,112-124,156-168,200-212" +PS00004,2F7O,A,962-965 +PS00005,2F7O,A,"24-26,52-54,231-233,419-421,476-478,612-614,676-678,951-953,968-970,971-973,993-995" +PS00006,2F7O,A,"52-55,88-91,97-100,304-307,347-350,377-380,405-408,524-527,533-536,578-581,634-637,638-641,718-721,735-738,795-798,871-874,923-926,951-954,988-991" +PS00008,2F7O,A,"472-477,534-539,680-685,691-696,782-787,848-853,876-881,943-948" +PS00004,2F7P,A,962-965 +PS00005,2F7P,A,"24-26,52-54,231-233,419-421,476-478,612-614,676-678,951-953,968-970,971-973,993-995" +PS00006,2F7P,A,"52-55,88-91,97-100,304-307,347-350,377-380,405-408,524-527,533-536,578-581,634-637,638-641,718-721,735-738,795-798,871-874,923-926,951-954,988-991" +PS00008,2F7P,A,"472-477,534-539,680-685,691-696,782-787,848-853,876-881,943-948" +PS00001,2G9B,A,"136-139,231-234" +PS00005,2G9B,A,"107-109,234-236" +PS00006,2G9B,A,"1-4,61-64,100-103,138-141,157-160,258-261" +PS00008,2G9B,A,184-189 +PS00018,2G9B,A,"25-37,112-124,156-168,200-212" +PS00005,2CWR,A,37-39 +PS00006,2CWR,A,20-23 +PS00008,2CWR,A,45-50 +PS00001,2DCE,A,69-72 +PS00005,2DCE,A,72-74 +PS00006,2DCE,A,"5-8,91-94" +PS00008,2DCE,A,"0-5,76-81,102-107" +PS00005,2F6J,A,69-71 +PS00006,2F6J,A,"14-17,42-45,57-60,69-72,116-119" +PS00007,2F6J,A,138-145 +PS00008,2F6J,A,"24-29,38-43" +PS01186,2F6J,A,10-25 +PS01359,2F6J,A,10-55 +PS00005,2F6J,B,69-71 +PS00006,2F6J,B,"14-17,42-45,57-60,69-72,116-119" +PS00007,2F6J,B,138-145 +PS00008,2F6J,B,"24-29,38-43" +PS01186,2F6J,B,10-25 +PS01359,2F6J,B,10-55 +PS00005,2F6J,C,69-71 +PS00006,2F6J,C,"14-17,42-45,57-60,69-72,116-119" +PS00007,2F6J,C,138-145 +PS00008,2F6J,C,"24-29,38-43" +PS01186,2F6J,C,10-25 +PS01359,2F6J,C,10-55 +PS00004,2F6J,P,7-10 +PS00005,2F6J,P,5-7 +PS00342,2F6J,P,12-14 +PS00005,2F6N,A,69-71 +PS00006,2F6N,A,"14-17,42-45,57-60,69-72,116-119" +PS00007,2F6N,A,138-145 +PS00008,2F6N,A,"24-29,38-43" +PS01186,2F6N,A,10-25 +PS01359,2F6N,A,10-55 +PS00005,2F6N,B,69-71 +PS00006,2F6N,B,"14-17,42-45,57-60,69-72,116-119" +PS00007,2F6N,B,138-145 +PS00008,2F6N,B,"24-29,38-43" +PS01186,2F6N,B,10-25 +PS01359,2F6N,B,10-55 +PS00005,2FSA,A,69-71 +PS00006,2FSA,A,"14-17,42-45,57-60,69-72,116-119" +PS00007,2FSA,A,138-145 +PS00008,2FSA,A,"24-29,38-43" +PS01186,2FSA,A,10-25 +PS01359,2FSA,A,10-55 +PS00005,2FSA,B,69-71 +PS00006,2FSA,B,"14-17,42-45,57-60,69-72,116-119" +PS00007,2FSA,B,138-145 +PS00008,2FSA,B,"24-29,38-43" +PS01186,2FSA,B,10-25 +PS01359,2FSA,B,10-55 +PS00005,2FSA,C,69-71 +PS00006,2FSA,C,"14-17,42-45,57-60,69-72,116-119" +PS00007,2FSA,C,138-145 +PS00008,2FSA,C,"24-29,38-43" +PS01186,2FSA,C,10-25 +PS01359,2FSA,C,10-55 +PS00004,2FSA,P,7-10 +PS00005,2FSA,P,5-7 +PS00342,2FSA,P,12-14 +PS00006,2FUI,A,"14-17,42-45,57-60" +PS00008,2FUI,A,"24-29,38-43" +PS01186,2FUI,A,10-25 +PS01359,2FUI,A,10-55 +PS00006,2FUU,A,"14-17,42-45,57-60" +PS00008,2FUU,A,"24-29,38-43" +PS01186,2FUU,A,10-25 +PS01359,2FUU,A,10-55 +PS00004,2FUU,B,7-10 +PS00005,2FUU,B,5-7 +PS00342,2FUU,B,12-14 +PS00001,2H7B,A,39-42 +PS00005,2H7B,A,1-3 +PS00006,2H7B,A,43-46 +PS00008,2H7B,A,36-41 +PS00005,2HGL,A,121-123 +PS00006,2HGL,A,"56-59,68-71,96-99,124-127" +PS00008,2HGL,A,"17-22,26-31,50-55" +PS00006,2HGM,A,"38-41,54-57,63-66,117-120" +PS00008,2HGM,A,"17-22,26-31,32-37,48-53" +PS00001,2HGN,A,119-122 +PS00006,2HGN,A,"58-61,94-97" +PS00007,2HGN,A,56-63 +PS00008,2HGN,A,"17-22,26-31,32-37,123-128" +PS00005,2AIN,A,9-11 +PS00008,2AIN,A,15-20 +PS00005,2AKL,A,11-13 +PS00006,2AKL,A,"11-14,37-40,54-57,60-63" +PS00006,2CYU,A,29-32 +PS00008,2CYU,A,21-26 +PS00005,2CZN,A,37-39 +PS00006,2CZN,A,20-23 +PS00008,2CZN,A,45-50 +PS00005,2DEZ,A,22-24 +PS00006,2DEZ,A,12-15 +PS00265,2DEZ,A,19-35 +PS00005,2DF0,A,20-22 +PS00006,2DF0,A,10-13 +PS00265,2DF0,A,17-33 +PS00262,2H67,A,5-19 +PS00262,2HH4,A,5-19 +PS00262,2HHO,A,5-19 +PS00001,2BQQ,A,107-110 +PS00005,2BQQ,A,"36-38,72-74" +PS00006,2BQQ,A,"52-55,77-80" +PS00008,2BQQ,A,29-34 +PS60014,2GCZ,A,1-15 +PS00016,2GWP,A,12-14 +PS00001,2GZK,A,127-130 +PS00005,2GZK,A,78-80 +PS00006,2GZK,A,"46-49,114-117,129-132" +PS00007,2GZK,A,147-155 +PS00008,2GZK,A,112-117 +PS00001,2H3F,A,"107-110,122-125" +PS00005,2H3F,A,109-111 +PS00006,2H3F,A,"7-10,68-71" +PS00008,2H3F,A,"0-5,47-52" +PS00009,2H3F,A,22-25 +PS00001,2H3I,A,"107-110,122-125" +PS00005,2H3I,A,109-111 +PS00006,2H3I,A,"7-10,68-71" +PS00008,2H3I,A,"0-5,47-52" +PS00009,2H3I,A,22-25 +PS00001,2H3Q,A,"107-110,122-125" +PS00005,2H3Q,A,109-111 +PS00006,2H3Q,A,"7-10,68-71" +PS00008,2H3Q,A,"0-5,47-52" +PS00009,2H3Q,A,22-25 +PS00001,2H3V,A,"107-110,122-125" +PS00005,2H3V,A,109-111 +PS00006,2H3V,A,"7-10,68-71" +PS00008,2H3V,A,"0-5,47-52" +PS00009,2H3V,A,22-25 +PS00001,2H3Z,A,"107-110,122-125" +PS00005,2H3Z,A,109-111 +PS00006,2H3Z,A,"7-10,68-71" +PS00008,2H3Z,A,"0-5,47-52" +PS00009,2H3Z,A,22-25 +PS00004,2ABY,A,79-82 +PS00005,2ABY,A,"11-13,78-80" +PS00006,2ABY,A,"11-14,48-51" +PS00008,2ABY,A,"25-30,35-40,46-51" +PS00001,2HFI,A,30-33 +PS00005,2HFI,A,38-40 +PS00006,2HFI,A,"4-7,121-124" +PS00007,2HFI,A,99-107 +PS00001,2HFV,A,54-57 +PS00005,2HFV,A,11-13 +PS00006,2HFV,A,"11-14,56-59" +PS00008,2HFV,A,43-48 +PS00005,2HG6,A,"11-13,46-48,77-79" +PS00006,2HG6,A,"11-14,25-28,77-80" +PS00008,2HG6,A,59-64 +PS00001,2HGA,A,"57-60,75-78,92-95" +PS00005,2HGA,A,"11-13,87-89,94-96" +PS00006,2HGA,A,"11-14,69-72" +PS00008,2HGA,A,"34-39,52-57,100-105" +PS00005,2HM2,Q,"2-4,52-54" +PS00006,2HM2,Q,"2-5,15-18,58-61" +PS00001,2AF5,A,"48-51,213-216,225-228,274-277" +PS00004,2AF5,A,"89-92,112-115,135-138" +PS00005,2AF5,A,"44-46,88-90,92-94,110-112,133-135,156-158,178-180,233-235,252-254" +PS00006,2AF5,A,"66-69,74-77,92-95,97-100,115-118,120-123,138-141,143-146,161-164,166-169,276-279,281-284,286-289" +PS00007,2AF5,A,23-29 +PS00008,2AF5,A,"51-56,177-182,192-197" +PS00005,2AIH,A,"20-22,52-54" +PS00006,2AIH,A,"32-35,63-66" +PS00281,2AIH,A,23-37 +PS00008,2AP7,A,6-11 +PS00008,2AP8,A,6-11 +PS00001,2EWA,A,"32-35,219-222" +PS00004,2EWA,A,"71-74,266-269,313-316" +PS00005,2EWA,A,"86-88,236-238,272-274,311-313" +PS00006,2EWA,A,"34-37,86-89,113-116,193-196,359-362" +PS00008,2EWA,A,"16-21,51-56,65-70,128-133,228-233,258-263" +PS00107,2EWA,A,48-72 +PS01351,2EWA,A,77-180 +PS00005,2G7H,A,"71-73,80-82,108-110,159-161" +PS00006,2G7H,A,"40-43,97-100" +PS00007,2G7H,A,64-72 +PS00374,2G7H,A,125-131 +PS00001,2G9O,A,"0-3,39-42,47-50" +PS00005,2G9O,A,55-57 +PS00006,2G9O,A,"18-21,74-77" +PS01047,2G9O,A,8-37 +PS00001,2GA7,A,"0-3,39-42,47-50" +PS00005,2GA7,A,55-57 +PS00006,2GA7,A,"18-21,74-77" +PS01047,2GA7,A,8-37 +PS00005,2GDW,A,"44-46,72-74" +PS00008,2GDW,A,"1-6,32-37" +PS00012,2GDW,A,39-54 +PS00005,2GDX,A,"44-46,72-74" +PS00008,2GDX,A,"1-6,32-37" +PS00012,2GDX,A,39-54 +PS00005,2GDY,A,"44-46,72-74" +PS00008,2GDY,A,"1-6,32-37" +PS00012,2GDY,A,39-54 +PS00001,2GGR,A,41-44 +PS00008,2GGR,A,44-49 +PS00009,2GGR,A,51-54 +PS00006,2H8B,A,15-18 +PS00262,2H8B,A,9-23 +PS00004,2HGH,A,40-43 +PS00028,2HGH,A,"3-25,33-55" +PS00006,2HJ8,A,"16-19,34-37" +PS00029,2HJ8,A,22-43 +PS00004,2AUX,A,38-41 +PS00005,2AUX,A,"41-43,100-102" +PS00006,2AUX,A,"57-60,182-185" +PS00008,2AUX,A,"19-24,31-36,61-66,90-95,115-120,169-174" +PS00139,2AUX,A,18-29 +PS00639,2AUX,A,159-169 +PS00640,2AUX,A,176-195 +PS00004,2AUZ,A,38-41 +PS00005,2AUZ,A,"41-43,100-102" +PS00006,2AUZ,A,"57-60,182-185" +PS00008,2AUZ,A,"19-24,31-36,61-66,90-95,115-120,169-174" +PS00139,2AUZ,A,18-29 +PS00639,2AUZ,A,159-169 +PS00640,2AUZ,A,176-195 +PS00005,2BBX,A,23-25 +PS00008,2BBX,A,0-5 +PS00006,2F8B,A,28-31 +PS00008,2F8B,A,0-5 +PS00006,2F8B,B,28-31 +PS00008,2F8B,B,0-5 +PS00001,2FQ0,A,"27-30,51-54" +PS00006,2FQ0,A,"2-5,16-19,53-56,64-67" +PS00012,2FQ0,A,31-46 +PS00001,2FQ2,A,"27-30,51-54" +PS00006,2FQ2,A,"2-5,16-19,53-56,64-67" +PS00012,2FQ2,A,31-46 +PS00004,2GAQ,A,94-97 +PS00005,2GAQ,A,49-51 +PS00006,2GAQ,A,49-52 +PS00008,2GAQ,A,15-20 +PS00005,2GGP,A,"62-64,68-70" +PS00006,2GGP,A,"26-29,33-36,62-65" +PS00008,2GGP,A,16-21 +PS01047,2GGP,A,9-39 +PS00005,2GGP,B,53-55 +PS00006,2GGP,B,"30-33,53-56" +PS00008,2GGP,B,"9-14,28-33" +PS01047,2GGP,B,7-36 +PS00009,2GOF,A,29-32 +PS00009,2GOH,A,29-32 +PS00005,2GUT,A,35-37 +PS00006,2GUT,A,"19-22,35-38,49-52" +PS00008,2GUT,A,29-34 +PS00001,2HR9,A,50-53 +PS00005,2HR9,A,97-99 +PS00006,2HR9,A,"8-11,36-39,67-70" +PS00008,2HR9,A,"48-53,60-65" +PS01002,2HR9,A,47-57 +PS01003,2HR9,A,128-150 +PS00005,2HVA,A,"48-50,120-122" +PS00006,2HVA,A,"31-34,154-157" +PS00008,2HVA,A,"0-5,12-17,39-44,74-79,158-163" +PS00009,2HVA,A,180-183 +PS00005,2ALB,A,77-79 +PS00007,2ALB,A,82-90 +PS00194,2ALB,A,24-42 +PS00001,2BO2,A,"16-19,86-89" +PS00005,2BO2,A,"83-85,119-121" +PS00006,2BO2,A,"28-31,35-38,39-42,91-94,139-142" +PS00008,2BO2,A,"65-70,101-106,116-121,131-136" +PS00010,2BO2,A,"60-71,111-122" +PS01187,2BO2,A,"42-69,94-120" +PS00001,2BO2,B,"16-19,86-89" +PS00005,2BO2,B,"83-85,119-121" +PS00006,2BO2,B,"28-31,35-38,39-42,91-94,139-142" +PS00008,2BO2,B,"65-70,101-106,116-121,131-136" +PS00010,2BO2,B,"60-71,111-122" +PS01187,2BO2,B,"42-69,94-120" +PS00006,2HC5,A,76-79 +PS00005,2HEP,A,"43-45,47-49,50-52" +PS00006,2HEP,A,22-25 +PS00009,2HEQ,A,31-34 +PS00001,2A24,A,46-49 +PS00006,2A24,A,"13-16,34-37,103-106" +PS00007,2A24,A,18-25 +PS00008,2A24,A,58-63 +PS00006,2A24,B,16-19 +PS00008,2A24,B,62-67 +PS00001,2ADL,A,"22-25,61-64" +PS00006,2ADL,A,63-66 +PS00008,2ADL,A,25-30 +PS00001,2ADL,B,"22-25,61-64" +PS00006,2ADL,B,63-66 +PS00008,2ADL,B,25-30 +PS00001,2ADN,A,"22-25,61-64" +PS00006,2ADN,A,63-66 +PS00008,2ADN,A,25-30 +PS00001,2ADN,B,"22-25,61-64" +PS00006,2ADN,B,63-66 +PS00008,2ADN,B,25-30 +PS00001,2AKK,A,17-20 +PS00004,2AKK,A,34-37 +PS00005,2AKK,A,55-57 +PS00006,2AKK,A,45-48 +PS00008,2AKK,A,"9-14,41-46" +PS00005,2AYJ,A,52-54 +PS00001,2BZ2,A,93-96 +PS00005,2BZ2,A,117-119 +PS00006,2BZ2,A,"28-31,95-98" +PS00001,2FFK,A,167-170 +PS00004,2FFK,A,171-174 +PS00005,2FFK,A,"169-171,195-197,234-236" +PS00006,2FFK,A,"13-16,32-35,46-49,51-54,55-58,63-66,68-71,101-104,130-133,150-153,174-177,182-185,206-209,230-233" +PS00008,2FFK,A,"86-91,108-113,165-170" +PS00005,2FFK,B,15-17 +PS00472,2FFK,B,10-51 +PS00001,2FIN,A,167-170 +PS00004,2FIN,A,171-174 +PS00005,2FIN,A,"169-171,195-197,234-236" +PS00006,2FIN,A,"13-16,32-35,46-49,51-54,55-58,63-66,68-71,101-104,130-133,150-153,174-177,182-185,206-209,230-233" +PS00008,2FIN,A,"86-91,108-113,165-170" +PS00005,2FIN,B,15-17 +PS00472,2FIN,B,10-51 +PS00001,2G31,A,45-48 +PS00005,2G31,A,47-49 +PS00006,2G31,A,47-50 +PS00008,2G31,A,4-9 +PS00001,2GKD,A,92-95 +PS00005,2GKD,A,"10-12,36-38" +PS00006,2GKD,A,"21-24,108-111,115-118,142-145" +PS00008,2GKD,A,"40-45,104-109,121-126,131-136" +PS00001,2H3K,A,35-38 +PS00005,2H3K,A,"3-5,44-46,54-56,69-71" +PS00006,2H3K,A,"3-6,44-47,116-119,124-127" +PS00007,2H3K,A,"33-40,46-53" +PS00006,2HFD,A,"4-7,24-27" +PS00008,2HFD,A,100-105 +PS00001,2HG7,A,"26-29,85-88" +PS00005,2HG7,A,15-17 +PS00006,2HG7,A,"15-18,28-31,41-44,47-50" +PS00008,2HG7,A,89-94 +PS00001,2HGC,A,75-78 +PS00005,2HGC,A,"65-67,84-86" +PS00006,2HGC,A,"21-24,84-87" +PS00008,2HGC,A,47-52 +PS00001,2HH8,A,35-38 +PS00005,2HH8,A,"68-70,82-84" +PS00006,2HH8,A,91-94 +PS00007,2HH8,A,17-24 +PS00006,2I18,A,"22-25,54-57" +PS00018,2I18,A,"14-26,46-58" +PS00005,2CVR,A,"1-3,39-41,45-47" +PS00006,2CVR,A,"31-34,45-48" +PS00008,2CVR,A,35-40 +PS00006,2DSM,A,"15-18,29-32" +PS00006,2DSM,B,"15-18,29-32" +PS00001,2DWK,A,68-71 +PS00004,2DWK,A,116-119 +PS00005,2DWK,A,"21-23,91-93" +PS00006,2DWK,A,91-94 +PS00007,2DWK,A,34-40 +PS00008,2DWK,A,"0-5,24-29,66-71,147-152" +PS00029,2DWK,A,111-132 +PS00005,2G5N,A,"146-148,183-185" +PS00006,2G5N,A,129-132 +PS00008,2G5N,A,"2-7,26-31,121-126,153-158,167-172,193-198" +PS00134,2G5N,A,35-40 +PS00135,2G5N,A,170-181 +PS00005,2G5V,A,"146-148,183-185" +PS00006,2G5V,A,129-132 +PS00008,2G5V,A,"2-7,26-31,121-126,153-158,167-172,193-198" +PS00134,2G5V,A,35-40 +PS00135,2G5V,A,170-181 +PS00005,2GLO,A,"1-3,16-18,30-32" +PS00008,2GLO,A,25-30 +PS00005,2H8L,A,"21-23,83-85,100-102,174-176,201-203" +PS00006,2H8L,A,"12-15,21-24,34-37,58-61,190-193" +PS00008,2H8L,A,"3-8,186-191" +PS00005,2H8L,B,"21-23,83-85,100-102,174-176,201-203" +PS00006,2H8L,B,"12-15,21-24,34-37,58-61,190-193" +PS00008,2H8L,B,"3-8,186-191" +PS00005,2H8L,C,"21-23,83-85,100-102,174-176,201-203" +PS00006,2H8L,C,"12-15,21-24,34-37,58-61,190-193" +PS00008,2H8L,C,"3-8,186-191" +PS00001,2HJJ,A,25-28 +PS00005,2HJJ,A,12-14 +PS00006,2HJJ,A,"27-30,77-80" +PS00008,2HI6,A,"57-62,93-98" +PS00001,2HW6,A,166-169 +PS00006,2HW6,A,"173-176,200-203,251-254" +PS00007,2HW6,A,58-64 +PS00008,2HW6,A,"0-5,95-100,162-167,230-235" +PS00107,2HW6,A,20-43 +PS00108,2HW6,A,131-143 +PS00001,2HW6,B,166-169 +PS00006,2HW6,B,"173-176,200-203,251-254" +PS00007,2HW6,B,58-64 +PS00008,2HW6,B,"0-5,95-100,162-167,230-235" +PS00107,2HW6,B,20-43 +PS00108,2HW6,B,131-143 +PS00005,2HW7,A,6-8 +PS00006,2HW7,A,"36-39,121-124,173-176,200-203,251-254" +PS00007,2HW7,A,58-64 +PS00008,2HW7,A,"0-5,95-100,158-163,230-235" +PS00107,2HW7,A,20-43 +PS00108,2HW7,A,131-143 +PS00004,2HYN,A,12-15 +PS00006,2HYN,A,15-18 +PS00004,2HYN,B,12-15 +PS00006,2HYN,B,15-18 +PS00004,2HYN,C,12-15 +PS00006,2HYN,C,15-18 +PS00004,2HYN,D,12-15 +PS00006,2HYN,D,15-18 +PS00004,2HYN,E,12-15 +PS00006,2HYN,E,15-18 +PS00005,2J2S,A,"2-4,9-11" +PS00008,2J2S,A,"13-18,25-30" +PS00009,2J2S,A,5-8 +PS00005,2AN7,A,"14-16,25-27,65-67" +PS00006,2AN7,A,68-71 +PS00008,2AN7,A,53-58 +PS00005,2AN7,B,"14-16,25-27,65-67" +PS00006,2AN7,B,68-71 +PS00008,2AN7,B,53-58 +PS00001,2AVG,A,112-115 +PS00005,2AVG,A,"34-36,59-61,101-103" +PS00006,2AVG,A,"7-10,101-104,114-117" +PS00008,2AVG,A,"28-33,94-99" +PS00001,2B0F,A,"106-109,124-127" +PS00005,2B0F,A,"19-21,130-132,152-154" +PS00006,2B0F,A,"20-23,110-113" +PS00008,2B0F,A,"95-100,143-148,157-162" +PS00001,2BRU,A,"18-21,115-118,351-354" +PS00005,2BRU,A,"25-27,280-282" +PS00006,2BRU,A,"50-53,202-205" +PS00008,2BRU,A,"46-51,161-166,178-183,188-193,227-232" +PS00836,2BRU,A,10-36 +PS00837,2BRU,A,176-201 +PS00001,2BRU,B,"18-21,115-118,351-354" +PS00005,2BRU,B,"25-27,280-282" +PS00006,2BRU,B,"50-53,202-205" +PS00008,2BRU,B,"46-51,161-166,178-183,188-193,227-232" +PS00836,2BRU,B,10-36 +PS00837,2BRU,B,176-201 +PS00001,2BRU,C,114-117 +PS00005,2BRU,C,53-55 +PS00006,2BRU,C,"7-10,18-21" +PS00008,2BRU,C,"39-44,112-117" +PS00430,2BRU,C,0-113 +PS00001,2D2W,A,53-56 +PS00005,2D2W,A,49-51 +PS00006,2D2W,A,"17-20,66-69" +PS00657,2D2W,A,2-15 +PS00658,2D2W,A,46-52 +PS00005,2G8T,A,"146-148,183-185" +PS00006,2G8T,A,129-132 +PS00008,2G8T,A,"2-7,26-31,121-126,153-158,167-172,193-198" +PS00134,2G8T,A,35-40 +PS00135,2G8T,A,170-181 +PS00001,2HLW,A,116-119 +PS00005,2HLW,A,"88-90,138-140" +PS00006,2HLW,A,80-83 +PS00007,2HLW,A,79-87 +PS00008,2HLW,A,"49-54,114-119,164-169" +PS00001,2ARW,A,"10-13,34-37" +PS00006,2ARW,A,26-29 +PS00007,2ARW,A,39-46 +PS00008,2ARW,A,101-106 +PS01354,2ARW,A,3-44 +PS00009,2G9P,A,9-12 +PS00004,2GO0,A,31-34 +PS00005,2GO0,A,18-20 +PS00006,2GO0,A,"21-24,42-45,84-87" +PS00008,2GO0,A,"35-40,43-48,57-62,73-78" +PS00615,2GO0,A,107-132 +PS00001,2GVS,A,36-39 +PS00005,2GVS,A,"4-6,67-69,96-98" +PS00006,2GVS,A,5-8 +PS00007,2GVS,A,88-95 +PS00007,2H3S,B,6-14 +PS00265,2H3S,B,7-23 +PS00007,2H3T,B,6-14 +PS00265,2H3T,B,7-23 +PS00007,2H4B,C,6-14 +PS00265,2H4B,C,7-23 +PS00007,2H4B,D,6-14 +PS00265,2H4B,D,7-23 +PS00005,2B19,A,22-24 +PS00006,2B19,A,3-6 +PS00005,2B6F,A,"18-20,51-53" +PS00006,2B6F,A,"38-41,47-50,51-54,104-107,115-118" +PS00008,2B6F,A,"9-14,69-74" +PS00004,2DGO,A,8-11 +PS00005,2DGO,A,"52-54,92-94" +PS00006,2DGO,A,"27-30,100-103" +PS00008,2DGO,A,"0-5,78-83" +PS00006,2DGP,A,60-63 +PS00008,2DGP,A,"0-5,51-56,99-104" +PS00008,2DGQ,A,"0-5,53-58" +PS00005,2DGR,A,"30-32,74-76" +PS00008,2DGR,A,"0-5,6-11,57-62" +PS00005,2DGS,A,9-11 +PS00006,2DGS,A,57-60 +PS00008,2DGS,A,"0-5,6-11,16-21" +PS00009,2DGS,A,76-79 +PS00005,2DGT,A,"5-7,9-11,79-81" +PS00006,2DGT,A,22-25 +PS00008,2DGT,A,"0-5,62-67" +PS00009,2DGT,A,69-72 +PS00006,2DGU,A,21-24 +PS00008,2DGU,A,"0-5,56-61" +PS00001,2DGV,A,84-87 +PS00005,2DGV,A,"20-22,73-75" +PS00006,2DGV,A,73-76 +PS00008,2DGV,A,"0-5,69-74" +PS00001,2DGW,A,"20-23,47-50" +PS00005,2DGW,A,"11-13,22-24" +PS00006,2DGW,A,57-60 +PS00008,2DGW,A,"0-5,16-21,46-51" +PS00005,2DGX,A,"21-23,78-80" +PS00006,2DGX,A,"14-17,21-24" +PS00008,2DGX,A,"0-5,66-71" +PS00006,2DGY,A,4-7 +PS00008,2DGY,A,0-5 +PS00016,2DGY,A,55-57 +PS00005,2DGZ,A,"47-49,102-104" +PS00006,2DGZ,A,"13-16,60-63" +PS00008,2DGZ,A,"0-5,70-75" +PS00006,2DK9,A,"13-16,39-42" +PS00008,2DK9,A,"9-14,30-35,43-48,67-72" +PS00005,2ESX,A,0-2 +PS00006,2ESX,A,14-17 +PS00005,2ESZ,A,0-2 +PS00006,2ESZ,A,14-17 +PS00001,2F52,A,61-64 +PS00005,2F52,A,10-12 +PS00006,2F52,A,39-42 +PS00008,2F52,A,43-48 +PS00352,2F52,A,14-32 +PS00005,2GJ2,A,19-21 +PS00006,2GJ2,A,"8-11,20-23,38-41,71-74" +PS00007,2GJ2,A,37-45 +PS00008,2GJ2,A,0-5 +PS00005,2GJ2,B,19-21 +PS00006,2GJ2,B,"8-11,20-23,38-41,71-74" +PS00007,2GJ2,B,37-45 +PS00008,2GJ2,B,0-5 +PS00005,2GJ2,C,19-21 +PS00006,2GJ2,C,"8-11,20-23,38-41,71-74" +PS00007,2GJ2,C,37-45 +PS00008,2GJ2,C,0-5 +PS00005,2GJ2,D,19-21 +PS00006,2GJ2,D,"8-11,20-23,38-41,71-74" +PS00007,2GJ2,D,37-45 +PS00008,2GJ2,D,0-5 +PS00005,2GJI,A,19-21 +PS00006,2GJI,A,"8-11,20-23,38-41,71-74" +PS00007,2GJI,A,37-45 +PS00008,2GJI,A,0-5 +PS00005,2HFQ,A,"11-13,81-83" +PS00006,2HFQ,A,"11-14,63-66,72-75" +PS00008,2HFQ,A,68-73 +PS00005,2HNA,A,119-121 +PS00008,2HNA,A,"8-13,112-117,139-144" +PS00005,2HNB,A,119-121 +PS00008,2HNB,A,"8-13,112-117,139-144" +PS00005,2I9Y,A,"95-97,117-119" +PS00006,2I9Y,A,20-23 +PS00008,2I9Y,A,"48-53,61-66,121-126" +PS00001,1ZZV,A,65-68 +PS00430,1ZZV,A,0-29 +PS00005,2A02,A,51-53 +PS00006,2A02,A,30-33 +PS00008,2A02,A,"35-40,67-72" +PS00430,2A02,A,0-75 +PS00001,2AYX,A,19-22 +PS00005,2AYX,A,"9-11,58-60,119-121,191-193" +PS00006,2AYX,A,"3-6,38-41,46-49,124-127,157-160,221-224" +PS00008,2AYX,A,"34-39,205-210,222-227" +PS00009,2AYX,A,9-12 +PS00001,2AYY,A,19-22 +PS00005,2AYY,A,"9-11,58-60" +PS00006,2AYY,A,"3-6,38-41,46-49" +PS00008,2AYY,A,34-39 +PS00009,2AYY,A,9-12 +PS00005,2AYZ,A,70-72 +PS00006,2AYZ,A,"3-6,36-39,100-103" +PS00008,2AYZ,A,"84-89,101-106" +PS00001,2B1O,A,"13-16,107-110,166-169,192-195,200-203" +PS00005,2B1O,A,"26-28,153-155,209-211" +PS00006,2B1O,A,"74-77,142-145,159-162,196-199" +PS00008,2B1O,A,72-77 +PS00005,2B1W,A,13-15 +PS00006,2B1W,A,"13-16,39-42,51-54,65-68" +PS00008,2B1W,A,0-5 +PS00001,2B3A,A,73-76 +PS00004,2B3A,A,83-86 +PS00006,2B3A,A,22-25 +PS00009,2D2P,A,26-29 +PS00260,2D2P,A,0-22 +PS00008,2DC2,A,"21-26,52-57" +PS00626,2DC2,A,26-36 +PS00004,2DH7,A,8-11 +PS00005,2DH7,A,"52-54,92-94" +PS00006,2DH7,A,27-30 +PS00008,2DH7,A,"0-5,78-83" +PS00001,2DH8,A,"8-11,54-57" +PS00005,2DH8,A,"31-33,92-94" +PS00006,2DH8,A,"10-13,27-30" +PS00008,2DH8,A,"0-5,6-11,22-27,71-76,95-100" +PS00001,2DH9,A,81-84 +PS00005,2DH9,A,"17-19,70-72" +PS00006,2DH9,A,70-73 +PS00008,2DH9,A,"0-5,66-71" +PS00006,2DHA,A,"9-12,35-38,60-63,102-105" +PS00008,2DHA,A,"0-5,6-11,29-34,51-56" +PS00009,2DHA,A,91-94 +PS00005,2DHG,A,35-37 +PS00006,2DHG,A,5-8 +PS00008,2DHG,A,"0-5,47-52" +PS00006,2DHI,A,"46-49,62-65,97-100,107-110" +PS00008,2DHI,A,0-5 +PS00005,2DHJ,A,"21-23,30-32,79-81" +PS00006,2DHJ,A,"4-7,57-60,75-78,88-91,110-113" +PS00008,2DHJ,A,0-5 +PS00009,2DHJ,A,23-26 +PS00005,2DHK,A,"5-7,82-84" +PS00006,2DHK,A,44-47 +PS00008,2DHK,A,0-5 +PS00009,2DHK,A,5-8 +PS00005,2DHM,A,"32-34,51-53,87-89" +PS00006,2DHM,A,"69-72,87-90" +PS00008,2DHM,A,"0-5,93-98" +PS00001,2GOL,A,"109-112,124-127" +PS00005,2GOL,A,111-113 +PS00006,2GOL,A,"9-12,70-73" +PS00008,2GOL,A,"2-7,49-54" +PS00009,2GOL,A,24-27 +PS00005,2GOL,B,15-17 +PS00006,2GOL,B,"47-50,71-74,109-112" +PS00008,2GOL,B,"59-64,100-105" +PS00005,2GOL,D,15-17 +PS00006,2GOL,D,"47-50,71-74,109-112" +PS00008,2GOL,D,"59-64,100-105" +PS00005,2GON,A,15-17 +PS00006,2GON,A,"47-50,71-74,109-112" +PS00008,2GON,A,"59-64,100-105" +PS00005,2GON,B,15-17 +PS00006,2GON,B,"47-50,71-74,109-112" +PS00008,2GON,B,"59-64,100-105" +PS00005,2GON,C,15-17 +PS00006,2GON,C,"47-50,71-74,109-112" +PS00008,2GON,C,"59-64,100-105" +PS00005,2GON,D,15-17 +PS00006,2GON,D,"47-50,71-74,109-112" +PS00008,2GON,D,"59-64,100-105" +PS00001,2HJN,A,"19-22,201-204" +PS00005,2HJN,A,"6-8,203-205" +PS00006,2HJN,A,"44-47,95-98,159-162" +PS00008,2HJN,A,39-44 +PS00001,2HV4,A,67-70 +PS00004,2HV4,A,103-106 +PS00005,2HV4,A,6-8 +PS00006,2HV4,A,51-54 +PS00007,2HV4,A,93-101 +PS00008,2HV4,A,"45-50,81-86" +PS00001,2C0S,A,1-4 +PS00004,2C0S,A,52-55 +PS00005,2C0S,A,49-51 +PS00006,2C0S,A,55-58 +PS00007,2C0S,A,12-18 +PS00005,2IXQ,A,"23-25,135-137" +PS00006,2IXQ,A,66-69 +PS00008,2IXQ,A,"9-14,18-23,131-136" +PS00001,2IXQ,B,110-113 +PS00005,2IXQ,B,136-138 +PS00008,2IXQ,B,"89-94,101-106,117-122,132-137" +PS00001,2APN,A,100-103 +PS00006,2APN,A,"9-12,23-26,49-52" +PS00008,2APN,A,"38-43,88-93,106-111" +PS01152,2APN,A,94-111 +PS00005,2AQ0,A,8-10 +PS00006,2AQ0,A,"4-7,47-50,71-74" +PS00008,2AQ0,A,56-61 +PS00009,2AQ0,A,80-83 +PS00005,2AQ0,B,8-10 +PS00006,2AQ0,B,"4-7,47-50,71-74" +PS00008,2AQ0,B,56-61 +PS00009,2AQ0,B,80-83 +PS00004,2BA3,A,5-8 +PS00005,2BA3,A,"18-20,28-30" +PS00006,2BA3,A,22-25 +PS00008,2BA3,A,37-42 +PS00004,2BA3,B,5-8 +PS00005,2BA3,B,"18-20,28-30" +PS00006,2BA3,B,22-25 +PS00008,2BA3,B,37-42 +PS00008,2BZB,A,3-8 +PS00008,2BZB,B,3-8 +PS00001,2CZO,A,8-11 +PS00005,2CZO,A,"10-12,83-85,102-104" +PS00006,2CZO,A,124-127 +PS00007,2CZO,A,104-112 +PS00008,2CZO,A,79-84 +PS00005,2DHY,A,5-7 +PS00008,2DHY,A,"0-5,45-50" +PS00005,2DHZ,A,"22-24,39-41" +PS00006,2DHZ,A,"4-7,30-33,37-40,62-65,107-110" +PS00008,2DHZ,A,0-5 +PS00006,2DI0,A,59-62 +PS00008,2DI0,A,0-5 +PS00005,2DI7,A,93-95 +PS00006,2DI7,A,"4-7,8-11,52-55,63-66" +PS00008,2DI7,A,"0-5,46-51,105-110,117-122" +PS00005,2DI8,A,"64-66,80-82,94-96" +PS00006,2DI8,A,51-54 +PS00008,2DI8,A,"0-5,6-11,19-24,42-47,90-95" +PS00006,2DI9,A,4-7 +PS00008,2DI9,A,"0-5,17-22,39-44,57-62" +PS00005,2DIA,A,82-84 +PS00006,2DIA,A,53-56 +PS00008,2DIA,A,"0-5,19-24" +PS00005,2DIB,A,20-22 +PS00006,2DIB,A,"87-90,99-102" +PS00008,2DIB,A,"0-5,117-122" +PS00001,2DIC,A,80-83 +PS00005,2DIC,A,25-27 +PS00008,2DIC,A,"0-5,7-12,19-24,37-42,63-68" +PS00005,2DID,A,37-39 +PS00006,2DID,A,4-7 +PS00008,2DID,A,0-5 +PS00005,2DIF,A,37-39 +PS00006,2DIF,A,4-7 +PS00008,2DIF,A,0-5 +PS00005,2DIG,A,"9-11,44-46" +PS00006,2DIG,A,51-54 +PS00008,2DIG,A,0-5 +PS00006,2DII,A,42-45 +PS00008,2DII,A,0-5 +PS00001,2DIP,A,12-15 +PS00005,2DIP,A,"13-15,72-74" +PS00006,2DIP,A,"5-8,72-75" +PS00007,2DIP,A,47-54 +PS00008,2DIP,A,"0-5,30-35" +PS01357,2DIP,A,33-60 +PS00001,2DIQ,A,45-48 +PS00005,2DIQ,A,5-7 +PS00006,2DIQ,A,25-28 +PS00008,2DIQ,A,"0-5,55-60" +PS00001,2DIR,A,41-44 +PS00005,2DIR,A,5-7 +PS00006,2DIR,A,19-22 +PS00008,2DIR,A,"0-5,56-61" +PS00005,2DIS,A,60-62 +PS00006,2DIS,A,43-46 +PS00008,2DIS,A,0-5 +PS00005,2DIT,A,69-71 +PS00006,2DIT,A,69-72 +PS00007,2DIT,A,71-78 +PS00008,2DIT,A,0-5 +PS00004,2DIU,A,30-33 +PS00005,2DIU,A,"26-28,80-82" +PS00008,2DIU,A,0-5 +PS00005,2DIV,A,38-40 +PS00006,2DIV,A,31-34 +PS00008,2DIV,A,"0-5,6-11,48-53,78-83" +PS00006,2DIW,A,"4-7,21-24" +PS00008,2DIW,A,"0-5,145-150" +PS00001,2DIX,A,76-79 +PS00005,2DIX,A,"5-7,41-43,56-58" +PS00006,2DIX,A,45-48 +PS00008,2DIX,A,0-5 +PS00004,2DIZ,A,90-93 +PS00005,2DIZ,A,"48-50,76-78" +PS00006,2DIZ,A,"19-22,43-46,48-51" +PS00008,2DIZ,A,"0-5,6-11,57-62" +PS00009,2DIZ,A,88-91 +PS00014,2DIZ,A,113-116 +PS00194,2DIZ,A,26-44 +PS00001,2DJ0,A,"35-38,55-58" +PS00004,2DJ0,A,24-27 +PS00005,2DJ0,A,"51-53,73-75" +PS00006,2DJ0,A,"15-18,115-118" +PS00008,2DJ0,A,"0-5,58-63,95-100" +PS00005,2DJ1,A,"61-63,93-95" +PS00006,2DJ1,A,"4-7,61-64,84-87,110-113,122-125" +PS00008,2DJ1,A,"0-5,24-29" +PS00194,2DJ1,A,37-55 +PS00005,2DJ2,A,"53-55,83-85" +PS00007,2DJ2,A,74-81 +PS00008,2DJ2,A,"0-5,6-11,113-118" +PS00194,2DJ2,A,27-45 +PS00005,2DJ3,A,117-119 +PS00006,2DJ3,A,"67-70,122-125" +PS00007,2DJ3,A,40-46 +PS00008,2DJ3,A,0-5 +PS00009,2DJ3,A,49-52 +PS00194,2DJ3,A,28-46 +PS00005,2DJ4,A,"36-38,83-85" +PS00008,2DJ4,A,"0-5,19-24" +PS00005,2DJ7,A,5-7 +PS00008,2DJ7,A,"0-5,60-65,73-78" +PS00478,2DJ7,A,17-51 +PS00004,2DJ8,A,22-25 +PS00005,2DJ8,A,33-35 +PS00008,2DJ8,A,"0-5,30-35" +PS00009,2DJ8,A,20-23 +PS01360,2DJ8,A,17-53 +PS00001,2DJA,A,71-74 +PS00006,2DJA,A,"5-8,19-22,56-59" +PS00008,2DJA,A,0-5 +PS00001,2ERM,A,112-115 +PS00005,2ERM,A,"97-99,114-116" +PS00006,2ERM,A,"48-51,76-79" +PS00007,2ERM,A,"55-62,86-92" +PS00008,2ERM,A,"27-32,60-65,69-74,108-113" +PS00247,2ERM,A,69-92 +PS00005,2FM4,A,"63-65,118-120" +PS00006,2FM4,A,"26-29,47-50,105-108" +PS00008,2FM4,A,"17-22,54-59,66-71,78-83" +PS00370,2FM4,A,66-77 +PS00004,2I4K,A,43-46 +PS00005,2I4K,A,56-58 +PS00006,2I4K,A,"8-11,88-91" +PS00008,2DJT,A,"0-5,6-11,24-29,72-77" +PS00005,2DJU,A,59-61 +PS00005,2DJN,A,5-7 +PS00008,2DJN,A,"0-5,44-49" +PS00009,2DJN,A,5-8 +PS00027,2DJN,A,39-62 +PS00001,2DJP,A,48-51 +PS00008,2DJP,A,0-5 +PS00006,2DJQ,A,56-59 +PS00007,2DJQ,A,34-42 +PS00008,2DJQ,A,"0-5,51-56" +PS00005,2DJR,A,29-31 +PS00006,2DJR,A,5-8 +PS00008,2DJR,A,"0-5,42-47" +PS00001,2DJS,A,53-56 +PS00005,2DJS,A,"19-21,63-65,91-93" +PS00006,2DJS,A,98-101 +PS00008,2DJS,A,"0-5,68-73" +PS00008,2DJU,A,"0-5,56-61" +PS00004,2DJV,A,70-73 +PS00005,2DJV,A,8-10 +PS00008,2DJV,A,0-5 +PS00009,2DJV,A,67-70 +PS00762,2DJV,A,24-52 +PS00004,2DK1,A,41-44 +PS00005,2DK1,A,5-7 +PS00006,2DK1,A,28-31 +PS00008,2DK1,A,0-5 +PS01159,2DK1,A,8-33 +PS00004,2DK2,A,88-91 +PS00006,2DK2,A,"4-7,25-28,34-37" +PS00008,2DK2,A,0-5 +PS00005,2DK3,A,62-64 +PS00008,2DK3,A,"0-5,34-39,40-45,58-63" +PS00006,2DK4,A,"27-30,48-51" +PS00007,2DK4,A,43-50 +PS00008,2DK4,A,"0-5,69-74" +PS00001,2DK5,A,83-86 +PS00005,2DK5,A,"61-63,74-76" +PS00006,2DK5,A,4-7 +PS00008,2DK5,A,0-5 +PS00006,2DK8,A,5-8 +PS00008,2DK8,A,0-5 +PS00001,2EV8,A,"64-67,70-73" +PS00005,2EV8,A,"28-30,88-90" +PS00008,2EV8,A,65-70 +PS00005,2FYJ,A,"0-2,13-15" +PS01209,2FYJ,A,"16-39,57-79" +PS00009,2FYL,A,74-77 +PS00029,2FYL,A,11-32 +PS00005,2FYL,B,"0-2,13-15" +PS01209,2FYL,B,"16-39,57-79" +PS00001,2H7W,A,"67-70,106-109" +PS00005,2H7W,A,"22-24,96-98,120-122" +PS00006,2H7W,A,"10-13,65-68" +PS00008,2H7W,A,"31-36,86-91" +PS00001,2H7W,B,"67-70,106-109" +PS00005,2H7W,B,"22-24,96-98,120-122" +PS00006,2H7W,B,"10-13,65-68" +PS00008,2H7W,B,"31-36,86-91" +PS00001,2HYM,A,"30-33,59-62,88-91,160-163,164-167" +PS00005,2HYM,A,"12-14,16-18,60-62" +PS00006,2HYM,A,"46-49,63-66,73-76,80-83,128-131" +PS00008,2HYM,A,159-164 +PS00004,2HYM,B,"21-24,132-135" +PS00005,2HYM,B,"10-12,67-69,159-161" +PS00006,2HYM,B,"67-70,78-81" +PS00008,2HYM,B,"9-14,101-106" +PS00252,2HYM,B,121-139 +PS00001,2I94,A,113-116 +PS00005,2I94,A,"40-42,167-169" +PS00006,2I94,A,"23-26,44-47,106-109,117-120,133-136,167-170" +PS00008,2I94,A,"1-6,174-179" +PS00009,2I94,A,158-161 +PS00018,2I94,A,"73-85,109-121" +PS00008,2I94,B,"3-8,19-24" +PS00004,2J5H,A,15-18 +PS00008,2J5H,A,25-30 +PS00001,2J5O,A,58-61 +PS00004,2J5O,A,21-24 +PS00005,2J5O,A,20-22 +PS00006,2J5O,A,4-7 +PS00008,2J5O,A,0-5 +PS00004,2J5P,A,26-29 +PS00005,2J5P,A,23-25 +PS00005,2AI6,A,105-107 +PS00008,2AI6,A,"33-38,75-80" +PS00001,2D49,A,24-27 +PS00005,2D49,A,26-28 +PS00006,2D49,A,31-34 +PS00008,2D49,A,"15-20,46-51" +PS00001,2DCP,A,132-135 +PS00006,2DCP,A,"4-7,19-22,79-82,119-122" +PS00008,2DCP,A,"0-5,133-138" +PS00001,2DCQ,A,"73-76,116-119" +PS00004,2DCQ,A,"62-65,125-128" +PS00005,2DCQ,A,"7-9,65-67" +PS00008,2DCQ,A,"0-5,6-11,16-21" +PS00009,2DCQ,A,43-46 +PS00005,2DCR,A,95-97 +PS00006,2DCR,A,4-7 +PS00007,2DCR,A,10-18 +PS00008,2DCR,A,0-5 +PS00005,2DKL,A,11-13 +PS00008,2DKL,A,"0-5,6-11,66-71" +PS00005,2DKM,A,"20-22,45-47,79-81" +PS00008,2DKM,A,"0-5,66-71" +PS00005,2DKP,A,"5-7,11-13,102-104" +PS00006,2DKP,A,"75-78,102-105" +PS00008,2DKP,A,"0-5,59-64" +PS00009,2DKP,A,5-8 +PS00004,2DKQ,A,97-100 +PS00005,2DKQ,A,"50-52,106-108" +PS00006,2DKQ,A,"9-12,26-29,68-71,90-93,100-103,119-122" +PS00008,2DKQ,A,"0-5,6-11,17-22,66-71,138-143,150-155" +PS00005,2DKR,A,80-82 +PS00008,2DKR,A,"0-5,16-21,47-52" +PS00016,2DKR,A,50-52 +PS00005,2DKT,A,37-39 +PS00006,2DKT,A,"44-47,72-75" +PS00008,2DKT,A,"0-5,6-11" +PS00005,2DKU,A,"28-30,39-41,50-52,61-63" +PS00006,2DKU,A,67-70 +PS00008,2DKU,A,"0-5,82-87" +PS00009,2DKU,A,93-96 +PS00005,2DKW,A,"8-10,20-22,25-27,63-65,98-100" +PS00006,2DKW,A,"8-11,54-57,63-66,98-101" +PS00008,2DKW,A,0-5 +PS00633,2DKW,A,29-81 +PS00001,2DKX,A,18-21 +PS00008,2DKX,A,0-5 +PS00001,2DKZ,A,76-79 +PS00005,2DKZ,A,"25-27,41-43" +PS00006,2DKZ,A,18-21 +PS00008,2DKZ,A,"0-5,77-82" +PS00006,2DL0,A,24-27 +PS00008,2DL0,A,"0-5,6-11,20-25,39-44" +PS00005,2DL1,A,"58-60,71-73" +PS00006,2DL1,A,"4-7,58-61,88-91" +PS00008,2DL1,A,"0-5,54-59,96-101" +PS00005,2DL3,A,"5-7,19-21" +PS00006,2DL3,A,"19-22,56-59" +PS00007,2DL3,A,35-42 +PS00008,2DL3,A,0-5 +PS00006,2DL4,A,"32-35,37-40" +PS00008,2DL4,A,0-5 +PS00005,2DL5,A,"7-9,14-16,20-22" +PS00006,2DL5,A,"24-27,30-33" +PS00008,2DL5,A,"0-5,6-11" +PS00001,2DL6,A,75-78 +PS00006,2DL6,A,4-7 +PS00008,2DL6,A,0-5 +PS00006,2DL7,A,"20-23,25-28" +PS00008,2DL7,A,"0-5,55-60" +PS00005,2DL8,A,"21-23,26-28" +PS00006,2DL8,A,"4-7,21-24" +PS00008,2DL8,A,0-5 +PS00001,2DL9,A,"17-20,42-45,64-67,88-91,94-97" +PS00005,2DL9,A,35-37 +PS00008,2DL9,A,"0-5,43-48,74-79,85-90" +PS00006,2EWL,A,28-31 +PS00008,2EWL,A,0-5 +PS00005,2EXG,A,"4-6,15-17" +PS00008,2EXG,A,21-26 +PS00001,2GJH,A,35-38 +PS00005,2GJH,A,"8-10,11-13" +PS00006,2GJH,A,11-14 +PS00007,2GJH,A,24-31 +PS00008,2GJH,A,47-52 +PS00430,2GJH,A,0-48 +PS00001,2GJH,B,35-38 +PS00005,2GJH,B,"8-10,11-13" +PS00006,2GJH,B,11-14 +PS00007,2GJH,B,24-31 +PS00008,2GJH,B,47-52 +PS00430,2GJH,B,0-48 +PS00004,2HAJ,A,13-16 +PS00005,2HAJ,A,16-18 +PS00006,2HAJ,A,"86-89,100-103,111-114,130-133" +PS00008,2HAJ,A,"63-68,75-80" +PS00005,2I19,A,"133-135,204-206,329-331,334-336,384-386" +PS00006,2I19,A,"75-78,200-203,215-218,284-287" +PS00008,2I19,A,"17-22,67-72,247-252,325-330" +PS00444,2I19,A,269-281 +PS00723,2I19,A,122-136 +PS00005,2I19,B,"133-135,204-206,329-331,334-336,384-386" +PS00006,2I19,B,"75-78,200-203,215-218,284-287" +PS00008,2I19,B,"17-22,67-72,247-252,325-330" +PS00444,2I19,B,269-281 +PS00723,2I19,B,122-136 +PS00001,2I2H,A,11-14 +PS00008,2I2H,A,1-6 +PS00001,2I2J,A,11-14 +PS00008,2I2J,A,1-6 +PS00005,2IL4,A,"45-47,88-90" +PS00008,2IL4,A,49-54 +PS00009,2IL4,A,11-14 +PS00006,2JM0,A,1-4 +PS00008,2JM0,A,10-15 +PS00001,2AWT,A,67-70 +PS00004,2AWT,A,34-37 +PS00005,2AWT,A,53-55 +PS00008,2AWT,A,"23-28,63-68" +PS00005,2B9K,A,31-33 +PS00008,2B9K,A,9-14 +PS00001,2BOU,A,"16-19,86-89" +PS00005,2BOU,A,"83-85,119-121" +PS00006,2BOU,A,"28-31,35-38,39-42,91-94,139-142" +PS00008,2BOU,A,"65-70,101-106,116-121,131-136" +PS00010,2BOU,A,"60-71,111-122" +PS01187,2BOU,A,"42-69,94-120" +PS00001,2BOX,A,"16-19,86-89" +PS00005,2BOX,A,"83-85,119-121" +PS00006,2BOX,A,"28-31,35-38,39-42,91-94,139-142" +PS00008,2BOX,A,"65-70,101-106,116-121,131-136" +PS00010,2BOX,A,"60-71,111-122" +PS01187,2BOX,A,"42-69,94-120" +PS00006,2DLO,A,4-7 +PS00008,2DLO,A,"0-5,8-13,39-44,52-57" +PS00478,2DLO,A,17-50 +PS00001,2DLP,A,20-23 +PS00008,2DLP,A,"0-5,47-52,54-59,78-83" +PS00016,2DLP,A,28-30 +PS00001,2DLE,A,"17-20,32-35,37-40,54-57,72-75" +PS00005,2DLE,A,39-41 +PS00006,2DLE,A,30-33 +PS00008,2DLE,A,"0-5,64-69" +PS00001,2DLG,A,28-31 +PS00005,2DLG,A,"5-7,40-42,71-73" +PS00006,2DLG,A,"16-19,44-47" +PS00008,2DLG,A,"0-5,76-81,95-100" +PS00005,2DLH,A,89-91 +PS00006,2DLH,A,97-100 +PS00008,2DLH,A,"0-5,46-51,114-119" +PS00005,2DLK,A,19-21 +PS00006,2DLK,A,39-42 +PS00007,2DLK,A,60-68 +PS00008,2DLK,A,0-5 +PS00028,2DLK,A,"9-32,40-62" +PS00001,2DLL,A,86-89 +PS00005,2DLL,A,"5-7,18-20,76-78" +PS00006,2DLL,A,98-101 +PS00008,2DLL,A,0-5 +PS00601,2DLL,A,26-59 +PS00005,2DLM,A,"5-7,19-21" +PS00006,2DLM,A,19-22 +PS00008,2DLM,A,"0-5,51-56" +PS00001,2DLQ,A,60-63 +PS00004,2DLQ,A,27-30 +PS00005,2DLQ,A,74-76 +PS00006,2DLQ,A,5-8 +PS00008,2DLQ,A,0-5 +PS00028,2DLQ,A,"9-29,68-88,96-117" +PS00005,2DLR,A,"7-9,11-13,75-77" +PS00006,2DLR,A,134-137 +PS00008,2DLR,A,"0-5,6-11" +PS00001,2DLS,A,"56-59,62-65" +PS00005,2DLS,A,34-36 +PS00006,2DLS,A,64-67 +PS00008,2DLS,A,"0-5,6-11,45-50,57-62,75-80" +PS00004,2DLT,A,51-54 +PS00005,2DLT,A,"18-20,37-39,50-52,89-91" +PS00007,2DLT,A,70-77 +PS00008,2DLT,A,0-5 +PS00005,2DLU,A,88-90 +PS00006,2DLU,A,5-8 +PS00008,2DLU,A,"0-5,24-29,30-35" +PS00005,2DLW,A,"13-15,20-22,30-32" +PS00006,2DLW,A,36-39 +PS00008,2DLW,A,0-5 +PS00009,2DLW,A,72-75 +PS00004,2DLX,A,9-12 +PS00005,2DLX,A,32-34 +PS00006,2DLX,A,"5-8,13-16,32-35,105-108,125-128" +PS00007,2DLX,A,97-103 +PS00008,2DLX,A,"0-5,28-33,37-42,138-143" +PS00001,2DLY,A,36-39 +PS00005,2DLY,A,"48-50,79-81" +PS00006,2DLY,A,"5-8,56-59,86-89,96-99" +PS00008,2DLY,A,0-5 +PS00001,2DM0,A,"21-24,75-78" +PS00004,2DM0,A,60-63 +PS00006,2DM0,A,"10-13,90-93" +PS00008,2DM0,A,"0-5,6-11,58-63,114-119" +PS00001,2DM4,A,"62-65,89-92" +PS00005,2DM4,A,"56-58,76-78,83-85,98-100" +PS00006,2DM4,A,5-8 +PS00008,2DM4,A,"0-5,23-28,101-106" +PS00005,2DM7,A,"45-47,53-55,90-92" +PS00006,2DM7,A,"45-48,59-62,69-72" +PS00008,2DM7,A,"0-5,22-27,49-54,81-86,101-106" +PS00005,2GQJ,A,"33-35,78-80" +PS00006,2GQJ,A,"73-76,82-85" +PS00008,2GQJ,A,0-5 +PS00028,2GQJ,A,56-77 +PS00001,2DM8,A,77-80 +PS00006,2DM8,A,78-81 +PS00008,2DM8,A,"0-5,28-33" +PS00005,2DMB,A,23-25 +PS00006,2DMB,A,"26-29,54-57,101-104,106-109" +PS00008,2DMB,A,"0-5,6-11,19-24" +PS00004,2DMC,A,21-24 +PS00005,2DMC,A,"13-15,20-22,49-51,54-56,85-87" +PS00006,2DMC,A,"30-33,39-42,54-57" +PS00008,2DMC,A,"0-5,9-14,90-95" +PS00001,2DMD,A,75-78 +PS00005,2DMD,A,18-20 +PS00006,2DMD,A,18-21 +PS00008,2DMD,A,0-5 +PS00028,2DMD,A,10-30 +PS00004,2DME,A,"25-28,111-114" +PS00005,2DME,A,"14-16,18-20" +PS00006,2DME,A,"18-21,44-47,98-101" +PS00007,2DME,A,55-61 +PS00008,2DME,A,0-5 +PS00005,2DMF,A,78-80 +PS00006,2DMF,A,"4-7,14-17,37-40,49-52" +PS00008,2DMF,A,"0-5,32-37,104-109" +PS00004,2DMG,A,"55-58,60-63" +PS00005,2DMG,A,"15-17,20-22,58-60,66-68" +PS00006,2DMG,A,83-86 +PS00008,2DMG,A,"0-5,6-11,100-105" +PS00009,2DMG,A,58-61 +PS00004,2DMH,A,38-41 +PS00005,2DMH,A,41-43 +PS00008,2DMH,A,"0-5,117-122" +PS00001,2DMI,A,39-42 +PS00004,2DMI,A,"57-60,63-66" +PS00005,2DMI,A,5-7 +PS00006,2DMI,A,"30-33,66-69,91-94" +PS00008,2DMI,A,"0-5,10-15" +PS00028,2DMI,A,"21-43,82-104" +PS00005,2DMK,A,19-21 +PS00006,2DMK,A,"4-7,19-22,38-41,45-48" +PS00008,2DMK,A,"0-5,85-90,103-108" +PS00005,2DML,A,91-93 +PS00006,2DML,A,13-16 +PS00008,2DML,A,"0-5,6-11,70-75,81-86,96-101,107-112" +PS00194,2DML,A,38-56 +PS00005,2HDL,A,"6-8,37-39,57-59" +PS00008,2HDL,A,46-51 +PS00006,2DMM,A,"5-8,87-90,93-96" +PS00007,2DMM,A,"60-66,121-129" +PS00008,2DMM,A,0-5 +PS00194,2DMM,A,48-66 +PS00001,2DMN,A,47-50 +PS00005,2DMN,A,"5-7,17-19,43-45" +PS00006,2DMN,A,35-38 +PS00007,2DMN,A,19-26 +PS00008,2DMN,A,"0-5,11-16" +PS00009,2DMN,A,5-8 +PS00005,2DMP,A,"52-54,61-63,80-82" +PS00006,2DMP,A,"38-41,52-55" +PS00008,2DMP,A,"0-5,79-84" +PS00005,2DMQ,A,"5-7,12-14,20-22,46-48" +PS00008,2DMQ,A,0-5 +PS00009,2DMQ,A,5-8 +PS00027,2DMQ,A,39-62 +PS00005,2DMS,A,5-7 +PS00008,2DMS,A,0-5 +PS00009,2DMS,A,5-8 +PS00027,2DMS,A,39-62 +PS00006,2DMT,A,"5-8,42-45" +PS00007,2DMT,A,33-40 +PS00008,2DMT,A,"0-5,6-11" +PS00009,2DMT,A,15-18 +PS00027,2DMT,A,49-72 +PS00005,2DMU,A,5-7 +PS00008,2DMU,A,0-5 +PS00009,2DMU,A,5-8 +PS00027,2DMU,A,39-62 +PS00004,2DMV,A,29-32 +PS00006,2DMV,A,31-34 +PS00008,2DMV,A,"0-5,6-11" +PS01159,2DMV,A,11-36 +PS00006,2DMW,A,72-75 +PS00008,2DMW,A,0-5 +PS00004,2DMX,A,66-69 +PS00005,2DMX,A,"65-67,78-80" +PS00006,2DMX,A,"21-24,69-72" +PS00008,2DMX,A,"0-5,15-20,82-87" +PS00636,2DMX,A,52-71 +PS00005,2DMY,A,"5-7,64-66,67-69" +PS00006,2DMY,A,"56-59,84-87" +PS00008,2DMY,A,0-5 +PS00009,2DMY,A,5-8 +PS00029,2DMY,A,10-31 +PS00004,2DMZ,A,103-106 +PS00005,2DMZ,A,117-119 +PS00006,2DMZ,A,"11-14,111-114" +PS00008,2DMZ,A,"0-5,6-11,25-30,37-42" +PS00005,2DN0,A,"47-49,56-58" +PS00006,2DN0,A,"35-38,47-50" +PS00007,2DN0,A,53-60 +PS00008,2DN0,A,0-5 +PS00001,2DWG,A,68-71 +PS00004,2DWG,A,116-119 +PS00005,2DWG,A,"21-23,91-93" +PS00006,2DWG,A,91-94 +PS00007,2DWG,A,34-40 +PS00008,2DWG,A,"0-5,24-29,66-71,147-152" +PS00029,2DWG,A,111-132 +PS00001,2DWG,B,68-71 +PS00004,2DWG,B,116-119 +PS00005,2DWG,B,"21-23,91-93" +PS00006,2DWG,B,91-94 +PS00007,2DWG,B,34-40 +PS00008,2DWG,B,"0-5,24-29,66-71,147-152" +PS00029,2DWG,B,111-132 +PS00006,2DYF,A,"1-4,22-25" +PS00007,2DYF,A,6-13 +PS01159,2DYF,A,2-27 +PS00005,2F1E,A,"13-15,33-35" +PS00006,2F1E,A,21-24 +PS00007,2F1E,A,76-83 +PS00008,2F1E,A,"40-45,56-61,94-99" +PS00005,2GQI,A,5-7 +PS00008,2GQI,A,0-5 +PS00009,2GQI,A,5-8 +PS00005,2GE9,A,40-42 +PS00006,2GE9,A,"1-4,20-23,54-57,85-88" +PS00001,2GQB,A,99-102 +PS00005,2GQB,A,83-85 +PS00006,2GQB,A,68-71 +PS00008,2GQB,A,29-34 +PS00005,2GQH,A,"52-54,89-91" +PS00008,2GQH,A,"0-5,6-11,21-26,66-71,73-78,80-85" +PS00001,2HJI,A,148-151 +PS00005,2HJI,A,"6-8,76-78" +PS00006,2HJI,A,"6-9,18-21,96-99,166-169" +PS00007,2HJI,A,62-69 +PS00008,2HJI,A,"44-49,144-149" +PS00005,2HPU,A,"102-104,117-119" +PS00006,2HPU,A,"117-120,146-149,150-153" +PS00007,2HPU,A,155-161 +PS00008,2HPU,A,"76-81,88-93,109-114,131-136" +PS00005,2HQ3,A,"102-104,117-119" +PS00006,2HQ3,A,"117-120,146-149,150-153" +PS00007,2HQ3,A,155-161 +PS00008,2HQ3,A,"76-81,88-93,109-114,131-136" +PS00004,2HYS,A,62-65 +PS00005,2HYS,A,"7-9,19-21,43-45,50-52,82-84,145-147" +PS00006,2HYS,A,"43-46,50-53,107-110" +PS00007,2HYS,A,"9-17,96-104" +PS00008,2HYS,A,"11-16,78-83,156-161" +PS00004,2HZD,A,72-75 +PS00005,2HZD,A,"54-56,59-61" +PS00006,2HZD,A,15-18 +PS00009,2HZD,A,26-29 +PS00554,2HZD,A,41-69 +PS00008,2GZY,A,17-22 +PS00194,2GZY,A,20-38 +PS00005,2IDA,A,87-89 +PS00008,2IDA,A,19-24 +PS00001,2IN2,A,"106-109,124-127" +PS00005,2IN2,A,"19-21,130-132,152-154" +PS00006,2IN2,A,"20-23,110-113" +PS00008,2IN2,A,"95-100,143-148,157-162" +PS00004,2JM5,A,140-143 +PS00005,2JM5,A,19-21 +PS00006,2JM5,A,"3-6,19-22,147-150" +PS00001,2BCX,A,59-62 +PS00005,2BCX,A,"27-29,145-147" +PS00006,2BCX,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2BCX,A,"24-29,39-44" +PS00018,2BCX,A,"19-31,55-67,92-104,128-140" +PS00005,2BCX,B,1-3 +PS00008,2GZZ,A,17-22 +PS00194,2GZZ,A,20-38 +PS00001,2DN4,A,86-89 +PS00004,2DN4,A,55-58 +PS00005,2DN4,A,87-89 +PS00006,2DN4,A,"38-41,87-90" +PS00008,2DN4,A,"0-5,47-52" +PS00001,2DN5,A,81-84 +PS00008,2DN5,A,0-5 +PS00001,2DN6,A,22-25 +PS00005,2DN6,A,"24-26,85-87" +PS00006,2DN6,A,"60-63,83-86" +PS00008,2DN6,A,0-5 +PS00009,2DN6,A,65-68 +PS00006,2DN7,A,96-99 +PS00008,2DN7,A,"0-5,67-72" +PS00006,2DN8,A,"31-34,43-46" +PS00008,2DN8,A,"0-5,41-46,77-82" +PS00005,2DNO,A,"50-52,74-76,92-94" +PS00006,2DNO,A,"7-10,24-27,37-40,61-64,92-95" +PS00008,2DNO,A,"0-5,49-54,80-85" +PS00001,2DN9,A,17-20 +PS00005,2DN9,A,"19-21,38-40" +PS00006,2DN9,A,"4-7,19-22,38-41" +PS00008,2DN9,A,"0-5,13-18,72-77" +PS00636,2DN9,A,49-68 +PS00006,2DNA,A,43-46 +PS00008,2DNA,A,0-5 +PS00005,2DNC,A,45-47 +PS00006,2DNC,A,"17-20,35-38" +PS00008,2DNC,A,"0-5,75-80" +PS00189,2DNC,A,31-60 +PS00001,2DNE,A,93-96 +PS00005,2DNE,A,45-47 +PS00006,2DNE,A,54-57 +PS00008,2DNE,A,"0-5,75-80" +PS00189,2DNE,A,31-60 +PS00005,2DNF,A,"5-7,49-51,53-55" +PS00006,2DNF,A,72-75 +PS00008,2DNF,A,0-5 +PS00009,2DNF,A,5-8 +PS00029,2DNF,A,24-45 +PS00005,2DNG,A,"5-7,39-41,42-44,51-53,67-69,83-85" +PS00006,2DNG,A,"5-8,67-70" +PS00008,2DNG,A,"0-5,76-81" +PS00009,2DNG,A,90-93 +PS00005,2DNH,A,"53-55,95-97" +PS00006,2DNH,A,"5-8,27-30,64-67,95-98" +PS00008,2DNH,A,"0-5,52-57,83-88" +PS00005,2DNK,A,"13-15,95-97" +PS00006,2DNK,A,"27-30,64-67,95-98" +PS00008,2DNK,A,"0-5,52-57,83-88" +PS00001,2DNL,A,98-101 +PS00005,2DNL,A,"7-9,27-29,86-88" +PS00006,2DNL,A,"86-89,100-103" +PS00008,2DNL,A,0-5 +PS00001,2DNM,A,19-22 +PS00005,2DNM,A,"14-16,21-23,28-30" +PS00006,2DNM,A,"5-8,24-27" +PS00008,2DNM,A,0-5 +PS00009,2DNM,A,91-94 +PS00005,2DNN,A,"5-7,90-92" +PS00006,2DNN,A,"26-29,64-67" +PS00008,2DNN,A,"0-5,22-27,98-103" +PS00001,2DNP,A,15-18 +PS00005,2DNP,A,"8-10,77-79" +PS00006,2DNP,A,"21-24,27-30" +PS00008,2DNP,A,"0-5,14-19,80-85" +PS00009,2DNP,A,68-71 +PS00001,2DNQ,A,78-81 +PS00006,2DNQ,A,"20-23,26-29,52-55" +PS00008,2DNQ,A,"0-5,68-73" +PS00001,2DNR,A,74-77 +PS00005,2DNR,A,12-14 +PS00006,2DNR,A,"16-19,37-40,54-57" +PS00008,2DNR,A,0-5 +PS00004,2DNT,A,63-66 +PS00005,2DNT,A,66-68 +PS00006,2DNT,A,40-43 +PS00008,2DNT,A,0-5 +PS00598,2DNT,A,31-51 +PS00006,2DNU,A,"4-7,20-23" +PS00007,2DNU,A,36-44 +PS00008,2DNU,A,0-5 +PS00005,2DNV,A,35-37 +PS00006,2DNV,A,"4-7,39-42" +PS00008,2DNV,A,0-5 +PS00598,2DNV,A,27-47 +PS00008,2DNW,A,0-5 +PS00012,2DNW,A,43-58 +PS00018,2DNW,A,68-80 +PS00004,2DNX,A,111-114 +PS00005,2DNX,A,"45-47,114-116" +PS00006,2DNX,A,"41-44,81-84,114-117" +PS00008,2DNX,A,0-5 +PS00029,2DNX,A,48-69 +PS00008,2DO0,A,"0-5,6-11" +PS00006,2DO1,A,5-8 +PS00008,2DO1,A,0-5 +PS00006,2DO3,A,"4-7,52-55" +PS00008,2DO3,A,0-5 +PS00005,2DO9,A,"30-32,33-35" +PS00006,2DO9,A,"14-17,55-58" +PS00008,2DO9,A,"0-5,6-11,68-73" +PS00001,2DOC,A,83-86 +PS00005,2DOC,A,32-34 +PS00006,2DOC,A,"5-8,84-87,102-105" +PS00008,2DOC,A,0-5 +PS00006,2DOD,A,"35-38,68-71" +PS00007,2DOD,A,43-50 +PS00008,2DOD,A,0-5 +PS00005,2DOE,A,57-59 +PS00006,2DOE,A,"4-7,13-16,57-60" +PS00007,2DOE,A,43-50 +PS00008,2DOE,A,0-5 +PS00004,2DOF,A,76-79 +PS00005,2DOF,A,"40-42,43-45,73-75" +PS00006,2DOF,A,"4-7,36-39,54-57" +PS00008,2DOF,A,0-5 +PS00005,2EWG,A,"133-135,204-206,329-331,334-336,384-386" +PS00006,2EWG,A,"75-78,200-203,215-218,284-287" +PS00008,2EWG,A,"17-22,67-72,247-252,325-330" +PS00444,2EWG,A,269-281 +PS00723,2EWG,A,122-136 +PS00005,2EWG,B,"133-135,204-206,329-331,334-336,384-386" +PS00006,2EWG,B,"75-78,200-203,215-218,284-287" +PS00008,2EWG,B,"17-22,67-72,247-252,325-330" +PS00444,2EWG,B,269-281 +PS00723,2EWG,B,122-136 +PS00001,2F2V,A,34-37 +PS00005,2F2V,A,"3-5,18-20,23-25,36-38" +PS00006,2F2V,A,"3-6,18-21,36-39" +PS00001,2F2W,A,34-37 +PS00005,2F2W,A,"3-5,23-25,36-38" +PS00006,2F2W,A,"3-6,18-21,36-39" +PS00001,2F2X,A,34-37 +PS00005,2F2X,A,"3-5,23-25,36-38" +PS00006,2F2X,A,"3-6,18-21,36-39" +PS00005,2F3J,A,"113-115,124-126" +PS00006,2F3J,A,"21-24,93-96,100-103,165-168" +PS00008,2F3J,A,"6-11,77-82,83-88,98-103" +PS00001,2GS0,A,92-95 +PS00005,2GS0,A,"27-29,54-56,68-70" +PS00006,2GS0,A,"22-25,31-34,42-45,94-97" +PS00006,2GS0,B,26-29 +PS00008,2GTV,X,48-53 +PS00005,2GV1,A,68-70 +PS00006,2GV1,A,22-25 +PS00008,2GV1,A,64-69 +PS00150,2GV1,A,9-19 +PS00151,2GV1,A,33-49 +PS00005,2H25,A,"236-238,248-250,351-353" +PS00006,2H25,A,"127-130,210-213,232-235,305-308,355-358" +PS00007,2H25,A,82-89 +PS00008,2H25,A,"31-36,181-186,259-264" +PS00009,2H25,A,22-25 +PS01037,2H25,A,106-123 +PS00008,2HAC,A,15-20 +PS00008,2HAC,B,15-20 +PS00005,2HX6,A,137-139 +PS00007,2HX6,A,55-61 +PS60014,2I28,A,1-12 +PS00005,2I59,A,"3-5,7-9,71-73" +PS00006,2I59,A,130-133 +PS00005,2IZ3,A,16-18 +PS00006,2IZ3,A,"43-46,90-93" +PS00007,2IZ3,A,71-77 +PS00008,2IZ3,A,0-5 +PS00001,2IZ4,A,9-12 +PS00005,2IZ4,A,"11-13,60-62" +PS00006,2IZ4,A,"56-59,75-78" +PS00008,2IZ4,A,0-5 +PS00005,2FCE,A,18-20 +PS00006,2FCE,A,"22-25,38-41,53-56" +PS00001,2DYP,A,86-89 +PS00005,2DYP,A,"4-6,42-44,73-75,80-82,143-145,200-202" +PS00006,2DYP,A,"134-137,163-166,251-254" +PS00007,2DYP,A,111-118 +PS00008,2DYP,A,100-105 +PS00290,2DYP,A,257-263 +PS00005,2DYP,B,"4-6,73-75" +PS00006,2DYP,B,"33-36,71-74" +PS00290,2DYP,B,78-84 +PS00004,2DYP,D,166-169 +PS00005,2DYP,D,"69-71,152-154,169-171" +PS00006,2DYP,D,185-188 +PS00008,2DYP,D,"18-23,27-32,113-118,151-156" +PS00005,2FCD,A,50-52 +PS00006,2FCD,A,"10-13,24-27,50-53" +PS00006,2G9J,C,4-7 +PS00008,2G9J,C,0-5 +PS00006,2G9J,D,4-7 +PS00008,2G9J,D,0-5 +PS00005,2GNU,H,"176-178,189-191,207-209" +PS00006,2GNU,H,"210-213,215-218" +PS00008,2GNU,H,"36-41,97-102,229-234" +PS00006,2GNU,L,151-154 +PS00008,2GNU,L,"13-18,76-81,94-99,232-237" +PS00244,2GNU,L,165-191 +PS00001,2GNU,M,"26-29,186-189,257-260" +PS00006,2GNU,M,"168-171,179-182,241-244,287-290" +PS00008,2GNU,M,"100-105,201-206,281-286" +PS00244,2GNU,M,193-219 +PS00005,2HN8,A,13-15 +PS00006,2HN8,A,34-37 +PS00008,2J15,A,1-6 +PS00005,2AYA,A,61-63 +PS00006,2AYA,A,"84-87,89-92,100-103" +PS00005,2D56,A,25-27 +PS00008,2D56,A,"20-25,32-37,40-45" +PS00005,2E1O,A,"5-7,27-29,46-48" +PS00006,2E1O,A,32-35 +PS00007,2E1O,A,23-30 +PS00008,2E1O,A,0-5 +PS00027,2E1O,A,39-62 +PS00008,2EW3,A,40-45 +PS00001,2EYV,A,61-64 +PS00006,2EYV,A,"17-20,41-44,48-51,111-114" +PS00008,2EYV,A,"27-32,79-84" +PS00007,2EYW,A,9-15 +PS00008,2EYW,A,0-5 +PS00009,2EYW,A,55-58 +PS00001,2EYX,A,38-41 +PS00008,2EYX,A,41-46 +PS00009,2EYX,A,48-51 +PS00001,2EYY,A,62-65 +PS00006,2EYY,A,"18-21,42-45,49-52,112-115" +PS00007,2EYY,A,129-135 +PS00008,2EYY,A,"2-7,28-33,80-85" +PS00009,2EYY,A,175-178 +PS00001,2EYZ,A,"62-65,269-272" +PS00006,2EYZ,A,"18-21,42-45,49-52,112-115" +PS00007,2EYZ,A,129-135 +PS00008,2EYZ,A,"2-7,28-33,80-85,202-207,272-277" +PS00009,2EYZ,A,"175-178,279-282" +PS00005,2GPQ,A,209-211 +PS00006,2GPQ,A,"15-18,23-26,63-66,67-70,123-126,140-143,167-170,198-201" +PS00008,2GPQ,A,"87-92,150-155" +PS00813,2GPQ,A,89-112 +PS00005,2H35,A,"37-39,136-138" +PS00006,2H35,A,2-5 +PS00008,2H35,A,17-22 +PS00009,2H35,A,57-60 +PS00005,2H35,B,37-39 +PS00006,2H35,B,"3-6,43-46,48-51,86-89" +PS00008,2H35,B,"82-87,135-140" +PS00009,2H35,B,62-65 +PS00005,2H35,C,"37-39,136-138" +PS00006,2H35,C,2-5 +PS00008,2H35,C,17-22 +PS00009,2H35,C,57-60 +PS00005,2H35,D,37-39 +PS00006,2H35,D,"3-6,43-46,48-51,86-89" +PS00008,2H35,D,"82-87,135-140" +PS00009,2H35,D,62-65 +PS00004,2HWG,A,28-31 +PS00005,2HWG,A,"44-46,55-57,247-249,276-278" +PS00006,2HWG,A,"63-66,112-115,163-166,276-279,308-311,394-397,491-494,539-542,556-559" +PS00008,2HWG,A,"9-14,109-114,183-188,205-210,282-287,292-297" +PS00009,2HWG,A,132-135 +PS00742,2HWG,A,446-464 +PS00004,2HWG,B,28-31 +PS00005,2HWG,B,"44-46,55-57,247-249,276-278" +PS00006,2HWG,B,"63-66,112-115,163-166,276-279,308-311,394-397,491-494,539-542,556-559" +PS00008,2HWG,B,"9-14,109-114,183-188,205-210,282-287,292-297" +PS00009,2HWG,B,132-135 +PS00742,2HWG,B,446-464 +PS00006,2J8P,A,2-5 +PS00001,2NNT,A,25-28 +PS00006,2NNT,A,30-33 +PS00008,2NNT,A,0-5 +PS01159,2NNT,A,10-35 +PS00001,2NNT,B,25-28 +PS00006,2NNT,B,30-33 +PS00008,2NNT,B,0-5 +PS01159,2NNT,B,10-35 +PS00001,2NNT,C,25-28 +PS00006,2NNT,C,30-33 +PS00008,2NNT,C,0-5 +PS01159,2NNT,C,10-35 +PS00001,2NNT,D,25-28 +PS00006,2NNT,D,30-33 +PS00008,2NNT,D,0-5 +PS01159,2NNT,D,10-35 +PS00005,2NPB,A,58-60 +PS00016,2NPB,A,61-63 +PS00004,2D5U,A,95-98 +PS00005,2D5U,A,"57-59,66-68,114-116,120-122" +PS00006,2D5U,A,"31-34,41-44,115-118" +PS00007,2D5U,A,48-55 +PS00008,2D5U,A,"3-8,11-16,74-79" +PS00001,2FKG,A,"48-51,236-239,248-251,297-300" +PS00004,2FKG,A,"89-92,112-115,135-138,158-161" +PS00005,2FKG,A,"44-46,88-90,92-94,110-112,133-135,156-158,179-181,201-203,256-258,275-277" +PS00006,2FKG,A,"66-69,74-77,92-95,97-100,115-118,120-123,138-141,143-146,161-164,166-169,184-187,189-192,299-302,304-307,309-312" +PS00007,2FKG,A,23-29 +PS00008,2FKG,A,"51-56,200-205,215-220" +PS00001,2FKJ,A,"48-51,282-285,294-297,343-346" +PS00004,2FKJ,A,"89-92,112-115,135-138,158-161,181-184,204-207" +PS00005,2FKJ,A,"44-46,88-90,92-94,110-112,133-135,156-158,179-181,202-204,225-227,247-249,302-304,321-323" +PS00006,2FKJ,A,"66-69,74-77,92-95,97-100,115-118,120-123,138-141,143-146,161-164,166-169,184-187,189-192,207-210,212-215,230-233,235-238,345-348,350-353,355-358" +PS00007,2FKJ,A,23-29 +PS00008,2FKJ,A,"51-56,246-251,261-266" +PS00001,2FKJ,B,"48-51,282-285,294-297,343-346" +PS00004,2FKJ,B,"89-92,112-115,135-138,158-161,181-184,204-207" +PS00005,2FKJ,B,"44-46,88-90,92-94,110-112,133-135,156-158,179-181,202-204,225-227,247-249,302-304,321-323" +PS00006,2FKJ,B,"66-69,74-77,92-95,97-100,115-118,120-123,138-141,143-146,161-164,166-169,184-187,189-192,207-210,212-215,230-233,235-238,345-348,350-353,355-358" +PS00007,2FKJ,B,23-29 +PS00008,2FKJ,B,"51-56,246-251,261-266" +PS00001,2FKJ,C,"48-51,282-285,294-297,343-346" +PS00004,2FKJ,C,"89-92,112-115,135-138,158-161,181-184,204-207" +PS00005,2FKJ,C,"44-46,88-90,92-94,110-112,133-135,156-158,179-181,202-204,225-227,247-249,302-304,321-323" +PS00006,2FKJ,C,"66-69,74-77,92-95,97-100,115-118,120-123,138-141,143-146,161-164,166-169,184-187,189-192,207-210,212-215,230-233,235-238,345-348,350-353,355-358" +PS00007,2FKJ,C,23-29 +PS00008,2FKJ,C,"51-56,246-251,261-266" +PS00001,2FLH,A,151-154 +PS00005,2FLH,A,"11-13,100-102" +PS00006,2FLH,A,"6-9,71-74,76-79,104-107,123-126" +PS00008,2FLH,A,"47-52,87-92" +PS00001,2FLH,B,151-154 +PS00005,2FLH,B,"11-13,100-102" +PS00006,2FLH,B,"6-9,71-74,76-79,104-107,123-126" +PS00008,2FLH,B,"47-52,87-92" +PS00001,2FLH,C,151-154 +PS00005,2FLH,C,"11-13,100-102" +PS00006,2FLH,C,"6-9,71-74,76-79,104-107,123-126" +PS00008,2FLH,C,"47-52,87-92" +PS00001,2FLH,D,151-154 +PS00005,2FLH,D,"11-13,100-102" +PS00006,2FLH,D,"6-9,71-74,76-79,104-107,123-126" +PS00008,2FLH,D,"47-52,87-92" +PS00005,2GB8,A,69-71 +PS00006,2GB8,A,"14-17,102-105,132-135,136-139,184-187,287-290" +PS00007,2GB8,A,28-35 +PS00008,2GB8,A,"63-68,83-88,110-115,191-196" +PS00017,2GB8,A,172-179 +PS00435,2GB8,A,166-176 +PS00436,2GB8,A,42-53 +PS00001,2GB8,B,67-70 +PS00005,2GB8,B,6-8 +PS00006,2GB8,B,51-54 +PS00007,2GB8,B,93-101 +PS00008,2GB8,B,"45-50,81-86" +PS00001,2H3A,A,"22-25,61-64" +PS00006,2H3A,A,63-66 +PS00008,2H3A,A,25-30 +PS00001,2H3A,B,"22-25,61-64" +PS00006,2H3A,B,63-66 +PS00008,2H3A,B,25-30 +PS00001,2H3C,A,"22-25,61-64" +PS00006,2H3C,A,63-66 +PS00008,2H3C,A,25-30 +PS00001,2H3C,B,"22-25,61-64" +PS00006,2H3C,B,63-66 +PS00008,2H3C,B,25-30 +PS00017,2HDP,A,19-26 +PS00017,2HDP,B,19-26 +PS00001,2HKD,A,"48-51,236-239,248-251,297-300" +PS00004,2HKD,A,"89-92,112-115,135-138,158-161" +PS00005,2HKD,A,"14-16,44-46,88-90,92-94,110-112,133-135,156-158,179-181,201-203,256-258,275-277" +PS00006,2HKD,A,"23-26,66-69,74-77,92-95,97-100,115-118,120-123,138-141,143-146,161-164,166-169,184-187,189-192,299-302,304-307,309-312" +PS00008,2HKD,A,"51-56,200-205,215-220" +PS00006,2HVZ,A,78-81 +PS00008,2HVZ,A,5-10 +PS00001,2DM2,A,79-82 +PS00005,2DM2,A,"28-30,49-51,94-96" +PS00006,2DM2,A,72-75 +PS00008,2DM2,A,"0-5,22-27" +PS00001,2I83,A,"6-9,38-41,81-84,91-94,101-104" +PS00005,2I83,A,"8-10,57-59" +PS00006,2I83,A,"26-29,93-96,112-115,144-147,155-158" +PS00007,2I83,A,143-150 +PS01241,2I83,A,34-78 +PS00268,2IGR,A,"1-9,11-19,24-32" +PS00001,2IHB,A,117-120 +PS00004,2IHB,A,281-284 +PS00005,2IHB,A,"12-14,158-160,174-176,214-216" +PS00006,2IHB,A,"30-33,81-84,138-141,158-161,196-199,263-266" +PS00007,2IHB,A,22-29 +PS00008,2IHB,A,"8-13,102-107,151-156,170-175" +PS00017,2IHB,A,8-15 +PS00294,2IHB,A,319-322 +PS00005,2IHB,B,"2-4,23-25,27-29,91-93" +PS00008,2IHB,B,15-20 +PS00004,2IHD,A,24-27 +PS00005,2IHD,A,"43-45,79-81,112-114" +PS00006,2IHD,A,"8-11,27-30,122-125,133-136" +PS00008,2IHD,A,9-14 +PS00001,2IK8,A,"110-113,118-121" +PS00004,2IK8,A,282-285 +PS00005,2IK8,A,"13-15,67-69,159-161,175-177,215-217" +PS00006,2IK8,A,"31-34,139-142,159-162,197-200,264-267" +PS00007,2IK8,A,23-30 +PS00008,2IK8,A,"9-14,104-109,152-157,171-176" +PS00017,2IK8,A,9-16 +PS00294,2IK8,A,320-323 +PS00001,2IK8,B,3-6 +PS00005,2IK8,B,"0-2,20-22" +PS00006,2IK8,B,"99-102,110-113" +PS00007,2IK8,B,109-117 +PS00001,2IK8,C,"110-113,118-121" +PS00004,2IK8,C,282-285 +PS00005,2IK8,C,"13-15,67-69,159-161,175-177,215-217" +PS00006,2IK8,C,"31-34,139-142,159-162,197-200,264-267" +PS00007,2IK8,C,23-30 +PS00008,2IK8,C,"9-14,104-109,152-157,171-176" +PS00017,2IK8,C,9-16 +PS00294,2IK8,C,320-323 +PS00001,2IK8,D,3-6 +PS00005,2IK8,D,"0-2,20-22" +PS00006,2IK8,D,"99-102,110-113" +PS00007,2IK8,D,109-117 +PS00005,2NMQ,A,"0-2,9-11,15-17" +PS00006,2NMQ,A,"42-45,51-54" +PS00005,2BZC,A,"71-73,99-101" +PS00006,2BZC,A,"21-24,58-61,66-69" +PS00008,2BZC,A,45-50 +PS00196,2BZC,A,80-94 +PS00005,2BZ7,A,"71-73,99-101" +PS00006,2BZ7,A,"21-24,58-61,66-69" +PS00008,2BZ7,A,45-50 +PS00196,2BZ7,A,80-94 +PS00008,2D7Q,A,"0-5,11-16,19-24,104-109" +PS00006,2DY7,A,"17-20,28-31" +PS00008,2DY7,A,62-67 +PS00598,2DY7,A,41-61 +PS00001,2DY8,A,44-47 +PS00005,2DY8,A,14-16 +PS00006,2DY8,A,18-21 +PS00598,2DY8,A,28-48 +PS00001,2EWK,A,20-23 +PS00005,2EWK,A,60-62 +PS00008,2EWK,A,"49-54,87-92,98-103" +PS00005,2GMG,A,"10-12,40-42" +PS00006,2GMG,A,"10-13,25-28" +PS00005,2H5M,A,26-28 +PS00006,2H5M,A,"1-4,86-89" +PS00007,2H5M,A,6-13 +PS00008,2H5M,A,48-53 +PS00009,2H5M,A,51-54 +PS00006,2NOC,A,"27-30,44-47,49-52" +PS00008,2NOC,A,"40-45,74-79" +PS00005,2D86,A,42-44 +PS00006,2D86,A,"5-8,42-45" +PS00008,2D86,A,"0-5,46-51,93-98" +PS00005,2F3V,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,2F3V,A,28-33 +PS01123,2F3V,A,18-42 +PS01284,2F3V,A,82-92 +PS00005,2E2W,A,"5-7,68-70,102-104" +PS00006,2E2W,A,"21-24,102-105" +PS00007,2E2W,A,34-41 +PS00008,2E2W,A,0-5 +PS00005,2F3W,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,2F3W,A,28-33 +PS01123,2F3W,A,18-42 +PS01284,2F3W,A,82-92 +PS00006,2F76,X,5-8 +PS00008,2F76,X,1-6 +PS00006,2F77,X,5-8 +PS00008,2F77,X,1-6 +PS00001,2FE0,A,"13-16,56-59" +PS00006,2FE0,A,"59-62,68-71,81-84,115-118" +PS00008,2FE0,A,3-8 +PS00008,2FEI,A,"38-43,45-50" +PS00005,2FS1,A,43-45 +PS00001,2G46,A,"55-58,68-71" +PS00005,2G46,A,"52-54,90-92" +PS00006,2G46,A,"44-47,103-106" +PS00008,2G46,A,64-69 +PS00001,2G46,B,"55-58,68-71" +PS00005,2G46,B,"52-54,90-92" +PS00006,2G46,B,"44-47,103-106" +PS00008,2G46,B,64-69 +PS00322,2G46,C,1-7 +PS00322,2G46,D,1-7 +PS00005,2GLW,A,"22-24,52-54" +PS00008,2GLW,A,"27-32,49-54,72-77" +PS00008,2GX1,A,0-5 +PS00005,2H2M,A,"79-81,99-101" +PS00008,2H2M,A,"13-18,56-61,83-88" +PS00001,2HHI,A,"28-31,69-72" +PS00005,2HHI,A,"60-62,103-105" +PS00006,2HHI,A,"2-5,60-63,196-199" +PS00008,2HHI,A,"9-14,97-102,146-151" +PS00006,2I8L,A,40-43 +PS00007,2I8L,A,128-135 +PS00008,2I8L,A,66-71 +PS00001,2IDY,A,97-100 +PS00005,2IDY,A,99-101 +PS00006,2IDY,A,"6-9,11-14,46-49" +PS00008,2IDY,A,"4-9,47-52" +PS00001,2IV4,A,1-4 +PS00005,2IV4,A,"3-5,12-14" +PS00001,2IV5,A,8-11 +PS00005,2IV5,A,"10-12,19-21" +PS00001,2IV6,A,8-11 +PS00005,2IV6,A,"10-12,19-21" +PS00262,2JMN,A,5-19 +PS00001,2NYB,A,71-74 +PS00005,2NYB,A,88-90 +PS00006,2NYB,A,"44-47,50-53,101-104" +PS00008,2NYB,A,"60-65,84-89,118-123,141-146" +PS00017,2NYB,A,43-50 +PS00088,2NYB,A,155-162 +PS00001,2NYB,B,71-74 +PS00005,2NYB,B,88-90 +PS00006,2NYB,B,"44-47,50-53,101-104" +PS00008,2NYB,B,"60-65,84-89,118-123,141-146" +PS00017,2NYB,B,43-50 +PS00088,2NYB,B,155-162 +PS00001,2NYB,C,71-74 +PS00005,2NYB,C,88-90 +PS00006,2NYB,C,"44-47,50-53,101-104" +PS00008,2NYB,C,"60-65,84-89,118-123,141-146" +PS00017,2NYB,C,43-50 +PS00088,2NYB,C,155-162 +PS00001,2NYB,D,71-74 +PS00005,2NYB,D,88-90 +PS00006,2NYB,D,"44-47,50-53,101-104" +PS00008,2NYB,D,"60-65,84-89,118-123,141-146" +PS00017,2NYB,D,43-50 +PS00088,2NYB,D,155-162 +PS00005,2BZT,A,25-27 +PS00007,2BZT,A,8-15 +PS00008,2BZT,A,1-6 +PS00004,2CM5,A,80-83 +PS00005,2CM5,A,"1-3,130-132" +PS00006,2CM5,A,109-112 +PS00008,2CM5,A,"0-5,37-42,124-129" +PS00009,2CM5,A,69-72 +PS00004,2CM6,A,80-83 +PS00005,2CM6,A,"1-3,130-132" +PS00006,2CM6,A,109-112 +PS00008,2CM6,A,"0-5,37-42,124-129" +PS00009,2CM6,A,69-72 +PS00004,2CM6,B,80-83 +PS00005,2CM6,B,"1-3,130-132" +PS00006,2CM6,B,109-112 +PS00008,2CM6,B,"0-5,37-42,124-129" +PS00009,2CM6,B,69-72 +PS00005,2D35,A,13-15 +PS00006,2D35,A,"13-16,41-44" +PS00004,2D90,A,12-15 +PS00005,2D90,A,5-7 +PS00006,2D90,A,40-43 +PS00007,2D90,A,87-93 +PS00008,2D90,A,"0-5,46-51,76-81" +PS00005,2D96,A,47-49 +PS00006,2D96,A,"10-13,31-34,43-46" +PS00008,2D96,A,"0-5,8-13,66-71,80-85" +PS00004,2D9C,A,99-102 +PS00005,2D9C,A,"26-28,71-73,117-119" +PS00006,2D9C,A,"4-7,66-69,86-89,102-105" +PS00008,2D9C,A,"0-5,45-50,91-96,113-118,129-134" +PS00005,2D9D,A,37-39 +PS00006,2D9D,A,"38-41,76-79" +PS00008,2D9D,A,0-5 +PS00006,2D9J,A,102-105 +PS00008,2D9J,A,"0-5,17-22,76-81" +PS00001,2D9L,A,34-37 +PS00005,2D9L,A,48-50 +PS00006,2D9L,A,67-70 +PS00008,2D9L,A,"0-5,15-20,38-43,47-52,78-83" +PS00001,2DAO,A,54-57 +PS00005,2DAO,A,"97-99,100-102" +PS00006,2DAO,A,"21-24,91-94" +PS00007,2DAO,A,8-15 +PS00008,2DAO,A,"0-5,50-55" +PS00346,2DAO,A,55-70 +PS00006,2DAR,A,4-7 +PS00008,2DAR,A,"0-5,70-75" +PS00009,2DAR,A,20-23 +PS00004,2EXD,A,0-3 +PS00006,2EXD,A,48-51 +PS00007,2EXD,A,24-30 +PS00008,2EXD,A,8-13 +PS00001,2GT2,A,92-95 +PS00005,2GT2,A,37-39 +PS00006,2GT2,A,"27-30,66-69,94-97,112-115" +PS00008,2GT2,A,"79-84,95-100" +PS00009,2GT2,A,33-36 +PS00893,2GT2,A,50-71 +PS00001,2GT2,B,92-95 +PS00005,2GT2,B,37-39 +PS00006,2GT2,B,"27-30,66-69,94-97,112-115" +PS00008,2GT2,B,"79-84,95-100" +PS00009,2GT2,B,33-36 +PS00893,2GT2,B,50-71 +PS00001,2GT2,C,92-95 +PS00005,2GT2,C,37-39 +PS00006,2GT2,C,"27-30,66-69,94-97,112-115" +PS00008,2GT2,C,"79-84,95-100" +PS00009,2GT2,C,33-36 +PS00893,2GT2,C,50-71 +PS00001,2GT2,D,92-95 +PS00005,2GT2,D,37-39 +PS00006,2GT2,D,"27-30,66-69,94-97,112-115" +PS00008,2GT2,D,"79-84,95-100" +PS00009,2GT2,D,33-36 +PS00893,2GT2,D,50-71 +PS00001,2GT4,A,92-95 +PS00005,2GT4,A,37-39 +PS00006,2GT4,A,"27-30,66-69,94-97,112-115" +PS00008,2GT4,A,"79-84,95-100" +PS00009,2GT4,A,33-36 +PS00893,2GT4,A,50-71 +PS00001,2GT4,B,92-95 +PS00005,2GT4,B,37-39 +PS00006,2GT4,B,"27-30,66-69,94-97,112-115" +PS00008,2GT4,B,"79-84,95-100" +PS00009,2GT4,B,33-36 +PS00893,2GT4,B,50-71 +PS00001,2GT4,C,92-95 +PS00005,2GT4,C,37-39 +PS00006,2GT4,C,"27-30,66-69,94-97,112-115" +PS00008,2GT4,C,"79-84,95-100" +PS00009,2GT4,C,33-36 +PS00893,2GT4,C,50-71 +PS00001,2I2Y,A,85-88 +PS00005,2I2Y,A,10-12 +PS00006,2I2Y,A,"15-18,43-46,52-55,87-90,144-147" +PS00008,2I2Y,A,78-83 +PS00001,2I38,A,85-88 +PS00005,2I38,A,10-12 +PS00006,2I38,A,"15-18,43-46,52-55,87-90,144-147" +PS00008,2I38,A,78-83 +PS00001,2NVH,A,6-9 +PS00005,2NVH,A,8-10 +PS00006,2NVH,A,"8-11,124-127" +PS00008,2NVH,A,134-139 +PS00253,2NVH,A,111-131 +PS00001,2JM4,A,15-18 +PS00008,2JM4,A,28-33 +PS01209,2JM4,A,19-41 +PS00008,2DW7,G,"222-227,333-338" +PS00005,2DBD,A,15-17 +PS00006,2DBD,A,"15-18,41-44,53-56,67-70" +PS00008,2DBD,A,0-5 +PS00005,2DBF,A,68-70 +PS00006,2DBF,A,"4-7,57-60,68-71" +PS00008,2DBF,A,"0-5,42-47" +PS00001,2DBH,A,13-16 +PS00004,2DBH,A,21-24 +PS00006,2DBH,A,82-85 +PS00008,2DBH,A,"0-5,14-19" +PS00001,2DBJ,A,"23-26,29-32,76-79,88-91" +PS00005,2DBJ,A,92-94 +PS00006,2DBJ,A,11-14 +PS00008,2DBJ,A,"0-5,74-79" +PS00001,2DBK,A,80-83 +PS00008,2DBK,A,"0-5,51-56" +PS00009,2DBK,A,58-61 +PS00008,2DBM,A,"0-5,44-49" +PS00006,2DDI,A,54-57 +PS00008,2DDI,A,40-45 +PS00280,2DDI,A,37-55 +PS00006,2DDJ,A,54-57 +PS00008,2DDJ,A,40-45 +PS00280,2DDJ,A,37-55 +PS00001,2DW6,A,339-342 +PS00005,2DW6,A,1-3 +PS00006,2DW6,A,"268-271,341-344,364-367" +PS00007,2DW6,A,170-177 +PS00008,2DW6,A,"222-227,333-338" +PS00009,2DW6,A,42-45 +PS00017,2DW6,A,370-377 +PS00001,2DW6,B,339-342 +PS00005,2DW6,B,1-3 +PS00006,2DW6,B,"268-271,341-344,364-367" +PS00007,2DW6,B,170-177 +PS00008,2DW6,B,"222-227,333-338" +PS00009,2DW6,B,42-45 +PS00017,2DW6,B,370-377 +PS00001,2DW6,C,339-342 +PS00005,2DW6,C,1-3 +PS00006,2DW6,C,"268-271,341-344,364-367" +PS00007,2DW6,C,170-177 +PS00008,2DW6,C,"222-227,333-338" +PS00009,2DW6,C,42-45 +PS00017,2DW6,C,370-377 +PS00001,2DW6,D,339-342 +PS00005,2DW6,D,1-3 +PS00006,2DW6,D,"268-271,341-344,364-367" +PS00007,2DW6,D,170-177 +PS00008,2DW6,D,"222-227,333-338" +PS00009,2DW6,D,42-45 +PS00017,2DW6,D,370-377 +PS00001,2DW7,A,339-342 +PS00005,2DW7,A,1-3 +PS00006,2DW7,A,"268-271,341-344,364-367" +PS00007,2DW7,A,170-177 +PS00008,2DW7,A,"222-227,333-338" +PS00009,2DW7,A,42-45 +PS00017,2DW7,A,370-377 +PS00001,2DW7,B,339-342 +PS00005,2DW7,B,1-3 +PS00006,2DW7,B,"268-271,341-344,364-367" +PS00007,2DW7,B,170-177 +PS00008,2DW7,B,"222-227,333-338" +PS00009,2DW7,B,42-45 +PS00017,2DW7,B,370-377 +PS00001,2DW7,C,339-342 +PS00005,2DW7,C,1-3 +PS00006,2DW7,C,"268-271,341-344,364-367" +PS00007,2DW7,C,170-177 +PS00008,2DW7,C,"222-227,333-338" +PS00009,2DW7,C,42-45 +PS00017,2DW7,C,370-377 +PS00001,2DW7,D,339-342 +PS00005,2DW7,D,1-3 +PS00006,2DW7,D,"268-271,341-344,364-367" +PS00007,2DW7,D,170-177 +PS00008,2DW7,D,"222-227,333-338" +PS00009,2DW7,D,42-45 +PS00017,2DW7,D,370-377 +PS00001,2DW7,E,339-342 +PS00005,2DW7,E,1-3 +PS00006,2DW7,E,"268-271,341-344,364-367" +PS00007,2DW7,E,170-177 +PS00008,2DW7,E,"222-227,333-338" +PS00009,2DW7,E,42-45 +PS00017,2DW7,E,370-377 +PS00001,2DW7,F,339-342 +PS00005,2DW7,F,1-3 +PS00006,2DW7,F,"268-271,341-344,364-367" +PS00007,2DW7,F,170-177 +PS00008,2DW7,F,"222-227,333-338" +PS00009,2DW7,F,42-45 +PS00017,2DW7,F,370-377 +PS00001,2DW7,G,339-342 +PS00005,2DW7,G,1-3 +PS00006,2DW7,G,"268-271,341-344,364-367" +PS00007,2DW7,G,170-177 +PS00009,2DW7,G,42-45 +PS00017,2DW7,G,370-377 +PS00001,2DW7,H,339-342 +PS00005,2DW7,H,1-3 +PS00006,2DW7,H,"268-271,341-344,364-367" +PS00007,2DW7,H,170-177 +PS00008,2DW7,H,"222-227,333-338" +PS00009,2DW7,H,42-45 +PS00017,2DW7,H,370-377 +PS00001,2DW7,I,339-342 +PS00005,2DW7,I,1-3 +PS00006,2DW7,I,"268-271,341-344,364-367" +PS00007,2DW7,I,170-177 +PS00008,2DW7,I,"222-227,333-338" +PS00009,2DW7,I,42-45 +PS00017,2DW7,I,370-377 +PS00001,2DW7,J,339-342 +PS00005,2DW7,J,1-3 +PS00006,2DW7,J,"268-271,341-344,364-367" +PS00007,2DW7,J,170-177 +PS00008,2DW7,J,"222-227,333-338" +PS00009,2DW7,J,42-45 +PS00017,2DW7,J,370-377 +PS00001,2DW7,K,339-342 +PS00005,2DW7,K,1-3 +PS00006,2DW7,K,"268-271,341-344,364-367" +PS00007,2DW7,K,170-177 +PS00008,2DW7,K,"222-227,333-338" +PS00009,2DW7,K,42-45 +PS00017,2DW7,K,370-377 +PS00001,2DW7,L,339-342 +PS00005,2DW7,L,1-3 +PS00006,2DW7,L,"268-271,341-344,364-367" +PS00007,2DW7,L,170-177 +PS00008,2DW7,L,"222-227,333-338" +PS00009,2DW7,L,42-45 +PS00017,2DW7,L,370-377 +PS00001,2DW7,M,339-342 +PS00005,2DW7,M,1-3 +PS00006,2DW7,M,"268-271,341-344,364-367" +PS00007,2DW7,M,170-177 +PS00008,2DW7,M,"222-227,333-338" +PS00009,2DW7,M,42-45 +PS00017,2DW7,M,370-377 +PS00001,2DW7,N,339-342 +PS00005,2DW7,N,1-3 +PS00006,2DW7,N,"268-271,341-344,364-367" +PS00007,2DW7,N,170-177 +PS00008,2DW7,N,"222-227,333-338" +PS00009,2DW7,N,42-45 +PS00017,2DW7,N,370-377 +PS00001,2DW7,O,339-342 +PS00005,2DW7,O,1-3 +PS00006,2DW7,O,"268-271,341-344,364-367" +PS00007,2DW7,O,170-177 +PS00008,2DW7,O,"222-227,333-338" +PS00009,2DW7,O,42-45 +PS00017,2DW7,O,370-377 +PS00001,2DW7,P,339-342 +PS00005,2DW7,P,1-3 +PS00006,2DW7,P,"268-271,341-344,364-367" +PS00007,2DW7,P,170-177 +PS00008,2DW7,P,"222-227,333-338" +PS00009,2DW7,P,42-45 +PS00017,2DW7,P,370-377 +PS00001,2E30,A,"42-45,145-148" +PS00004,2E30,A,17-20 +PS00005,2E30,A,"111-113,189-191" +PS00006,2E30,A,"35-38,46-49,130-133,153-156,158-161,171-174" +PS00008,2E30,A,"1-6,143-148" +PS00005,2E30,B,11-13 +PS00006,2E30,B,"14-17,29-32" +PS00005,2FKX,A,"31-33,50-52" +PS00006,2FKX,A,2-5 +PS00362,2FKX,A,37-67 +PS00005,2FXY,A,7-9 +PS00001,2GRI,A,97-100 +PS00005,2GRI,A,99-101 +PS00006,2GRI,A,"6-9,11-14,46-49" +PS00008,2GRI,A,"4-9,47-52" +PS00005,2HU6,A,"10-12,134-136,142-144" +PS00006,2HU6,A,146-149 +PS00008,2HU6,A,"73-78,83-88,120-125" +PS00142,2HU6,A,110-119 +PS00005,2JAC,A,5-7 +PS00006,2JAC,A,35-38 +PS00005,2JMU,A,"33-35,111-113,122-124,126-128" +PS00006,2JMU,A,"33-36,37-40,59-62,213-216" +PS00005,2NPH,A,11-13 +PS00006,2NPH,A,"25-28,30-33" +PS00008,2NPH,A,"26-31,47-52,93-98" +PS00141,2NPH,A,21-32 +PS00005,2NPH,B,11-13 +PS00006,2NPH,B,"25-28,30-33" +PS00008,2NPH,B,"26-31,47-52,93-98" +PS00141,2NPH,B,21-32 +PS00005,2NSN,A,9-11 +PS00006,2NSN,A,"9-12,35-38,47-50,61-64" +PS00005,2NWD,X,10-12 +PS00008,2NWD,X,"21-26,71-76" +PS00128,2NWD,X,76-94 +PS00005,2BN8,A,38-40 +PS00006,2BN8,A,"38-41,66-69" +PS00005,2DA6,A,5-7 +PS00006,2DA6,A,31-34 +PS00008,2DA6,A,"0-5,51-56,59-64" +PS00027,2DA6,A,59-82 +PS00008,2DA7,A,0-5 +PS00004,2DS4,A,59-62 +PS00005,2DS4,A,"81-83,107-109" +PS00006,2DS4,A,"4-7,81-84" +PS00008,2DS4,A,"0-5,101-106" +PS00006,2DT7,B,27-30 +PS00006,2E45,A,"15-18,42-45" +PS01159,2E45,A,23-47 +PS00001,2FEB,A,"10-13,90-93" +PS00005,2FEB,A,"24-26,34-36,83-85" +PS00008,2FEB,A,"13-18,27-32,60-65" +PS00016,2FEB,A,19-21 +PS00021,2FEB,A,65-77 +PS00006,2FHO,A,22-25 +PS00006,2FHO,B,24-27 +PS00007,2FHO,B,22-29 +PS00001,2G1E,A,63-66 +PS00005,2G1E,A,"2-4,8-10,13-15,66-68" +PS00008,2G1E,A,"38-43,61-66" +PS00001,2HKY,A,99-102 +PS00004,2HKY,A,111-114 +PS00005,2HKY,A,"34-36,57-59,85-87" +PS00008,2HKY,A,4-9 +PS00127,2HKY,A,37-43 +PS00001,2ITA,A,65-68 +PS00008,2ITA,A,"29-34,35-40" +PS00005,2JAD,A,"42-44,49-51,249-251" +PS00006,2JAD,A,"1-4,105-108,279-282" +PS00008,2JAD,A,"101-106,131-136,157-162,225-230,237-242" +PS00001,2NRG,A,65-68 +PS00006,2NRG,A,72-75 +PS00008,2NRG,A,"29-34,35-40,68-73" +PS00006,2FHM,A,"54-57,72-75" +PS00008,2FHM,A,62-67 +PS00150,2FHM,A,7-17 +PS00151,2FHM,A,31-47 +PS00005,2D9U,A,"17-19,35-37" +PS00006,2D9U,A,4-7 +PS00008,2D9U,A,0-5 +PS00598,2D9U,A,27-47 +PS00001,2D9Z,A,"40-43,66-69" +PS00005,2D9Z,A,"17-19,60-62" +PS00006,2D9Z,A,"17-20,60-63" +PS00008,2D9Z,A,"0-5,106-111" +PS00005,2DAT,A,"31-33,44-46,113-115" +PS00006,2DAT,A,"44-47,75-78" +PS00008,2DAT,A,0-5 +PS00633,2DAT,A,36-93 +PS00001,2FH0,A,"48-51,73-76" +PS00005,2FH0,A,50-52 +PS00006,2FH0,A,54-57 +PS00008,2FH0,A,7-12 +PS00005,2FHD,A,"3-5,6-8,71-73,84-86,140-142" +PS00006,2FHD,A,"87-90,140-143" +PS00005,2FHD,B,"3-5,6-8,71-73,84-86,140-142" +PS00006,2FHD,B,"87-90,140-143" +PS00005,2FHD,C,"3-5,6-8,71-73,84-86,140-142" +PS00006,2FHD,C,"87-90,140-143" +PS00001,2FJ3,A,"89-92,105-108" +PS00005,2FJ3,A,"16-18,91-93,100-102" +PS00006,2FJ3,A,"101-104,107-110" +PS00007,2FJ3,A,56-63 +PS00008,2FJ3,A,"1-6,22-27,31-36,39-44" +PS00291,2FJ3,A,21-36 +PS00706,2FJ3,A,108-126 +PS00004,2G3R,A,81-84 +PS00005,2G3R,A,22-24 +PS00006,2G3R,A,67-70 +PS00007,2G3R,A,"35-42,82-89" +PS00008,2G3R,A,75-80 +PS00005,2GPF,A,61-63 +PS00006,2GPF,A,2-5 +PS00017,2GPF,A,33-40 +PS00005,2HI3,A,46-48 +PS00006,2HI3,A,69-72 +PS00004,2IG0,A,81-84 +PS00005,2IG0,A,22-24 +PS00006,2IG0,A,67-70 +PS00007,2IG0,A,"35-42,82-89" +PS00008,2IG0,A,75-80 +PS00005,2BZE,A,"79-81,90-92,146-148" +PS00006,2BZE,A,"22-25,111-114,116-119,136-139,146-149" +PS00008,2BZE,A,"60-65,75-80,86-91" +PS00006,2FN5,A,40-43 +PS00008,2FN5,A,"15-20,22-27,69-74" +PS00005,2FQH,A,60-62 +PS00006,2FQH,A,25-28 +PS00008,2FQH,A,18-23 +PS00006,2G5M,B,40-43 +PS00008,2G5M,B,"15-20,22-27,69-74" +PS00001,2I0N,A,19-22 +PS00005,2I0N,A,37-39 +PS00006,2I0N,A,37-40 +PS00008,2I0N,A,48-53 +PS00001,2J0E,A,249-252 +PS00005,2J0E,A,"1-3,46-48,192-194" +PS00006,2J0E,A,"11-14,118-121,141-144,172-175,218-221" +PS00008,2J0E,A,245-250 +PS00342,2J0E,A,263-265 +PS00001,2J0E,B,249-252 +PS00005,2J0E,B,"1-3,46-48,192-194" +PS00006,2J0E,B,"11-14,118-121,141-144,172-175,218-221" +PS00008,2J0E,B,245-250 +PS00342,2J0E,B,263-265 +PS00001,2JN7,A,2-5 +PS00005,2JN7,A,"12-14,36-38,102-104" +PS00006,2JN7,A,"40-43,56-59,63-66" +PS00004,2ODX,A,14-17 +PS00005,2ODX,A,"12-14,17-19" +PS00006,2ODX,A,"17-20,26-29,51-54" +PS00008,2ODX,A,37-42 +PS00848,2ODX,A,45-67 +PS00005,2G9L,A,"4-6,29-31" +PS00008,2G9L,A,"0-5,19-24" +PS00006,2GJF,A,16-19 +PS00008,2GJF,A,68-73 +PS00006,2GJF,B,16-19 +PS00008,2GJF,B,68-73 +PS00004,2HRF,A,169-172 +PS00005,2HRF,A,"2-4,22-24,92-94" +PS00006,2HRF,A,"22-25,63-66,101-104" +PS00007,2HRF,A,"20-26,121-127" +PS00008,2HRF,A,"8-13,97-102" +PS00004,2HRN,A,169-172 +PS00005,2HRN,A,"2-4,22-24,92-94" +PS00006,2HRN,A,"22-25,63-66,101-104" +PS00007,2HRN,A,"20-26,121-127" +PS00008,2HRN,A,"8-13,97-102" +PS00001,2IFS,A,33-36 +PS00004,2IFS,A,77-80 +PS00005,2IFS,A,"22-24,76-78,120-122,163-165" +PS00007,2IFS,A,105-113 +PS00008,2IFS,A,43-48 +PS00009,2IFS,A,"52-55,156-159" +PS00004,2IHX,A,22-25 +PS00008,2IHX,A,"4-9,37-42,53-58" +PS00006,2D9S,A,"10-13,21-24" +PS00008,2D9S,A,"0-5,6-11" +PS00006,2D9S,B,"10-13,21-24" +PS00008,2D9S,B,"0-5,6-11" +PS00005,2DCO,A,"17-19,26-28" +PS00006,2DCO,A,"7-10,26-29" +PS00008,2DCO,A,0-5 +PS00005,2DCV,A,"14-16,37-39" +PS00008,2DCV,A,30-35 +PS00005,2DCW,A,"14-16,37-39" +PS00008,2DCW,A,30-35 +PS00005,2JN4,A,11-13 +PS00006,2JN4,A,11-14 +PS00008,2JN4,A,55-60 +PS00005,2OFQ,A,49-51 +PS00006,2OFQ,A,"30-33,49-52" +PS00008,2OFQ,A,86-91 +PS00001,2OFQ,B,13-16 +PS00005,2DUN,A,"7-9,25-27" +PS00006,2DUN,A,"57-60,64-67" +PS00008,2DUN,A,"0-5,32-37" +PS00004,2H7D,A,97-100 +PS00005,2H7D,A,57-59 +PS00006,2H7D,A,78-81 +PS00008,2H7D,A,2-7 +PS00005,2H7D,B,31-33 +PS00006,2H7D,B,4-7 +PS00004,2H7E,A,97-100 +PS00005,2H7E,A,57-59 +PS00006,2H7E,A,78-81 +PS00008,2H7E,A,2-7 +PS00005,2H7E,B,31-33 +PS00006,2H7E,B,4-7 +PS00006,2HTJ,A,71-74 +PS00008,2HTJ,A,"13-18,65-70" +PS00001,2JCP,A,"6-9,38-41,81-84,92-95,102-105" +PS00005,2JCP,A,"8-10,57-59,138-140" +PS00006,2JCP,A,"26-29,94-97,113-116,145-148" +PS00007,2JCP,A,53-60 +PS00008,2JCP,A,134-139 +PS01241,2JCP,A,34-78 +PS00001,2JCQ,A,"6-9,38-41,81-84,92-95,102-105" +PS00005,2JCQ,A,"8-10,57-59,138-140" +PS00006,2JCQ,A,"26-29,94-97,113-116,145-148" +PS00007,2JCQ,A,53-60 +PS00008,2JCQ,A,134-139 +PS01241,2JCQ,A,34-78 +PS00001,2JCR,A,"6-9,38-41,81-84,92-95,102-105" +PS00005,2JCR,A,"8-10,57-59,138-140" +PS00006,2JCR,A,"26-29,94-97,113-116,145-148" +PS00007,2JCR,A,53-60 +PS00008,2JCR,A,134-139 +PS01241,2JCR,A,34-78 +PS00001,2JN8,A,23-26 +PS00005,2JN8,A,"36-38,70-72" +PS00006,2JN8,A,"10-13,31-34" +PS00008,2JN8,A,20-25 +PS00005,2NS4,A,3-5 +PS00009,2NS4,A,5-8 +PS00006,2NWT,A,"45-48,59-62" +PS00007,2NWT,A,2-8 +PS00008,2NWT,A,55-60 +PS00006,2NWT,B,"45-48,59-62" +PS00007,2NWT,B,2-8 +PS00008,2NWT,B,55-60 +PS00001,2ORL,A,67-70 +PS00004,2ORL,A,103-106 +PS00005,2ORL,A,6-8 +PS00006,2ORL,A,51-54 +PS00007,2ORL,A,93-101 +PS00008,2ORL,A,"45-50,81-86" +PS00005,2OED,A,"10-12,16-18" +PS00006,2OED,A,"43-46,52-55" +PS00005,2OJ2,A,66-68 +PS00006,2OJ2,A,66-69 +PS00008,2OJ2,A,16-21 +PS00005,2DDY,A,"6-8,10-12,15-17,169-171" +PS00006,2DDY,A,152-155 +PS00008,2DDY,A,"78-83,88-93,106-111,126-131" +PS00009,2DDY,A,163-166 +PS00142,2DDY,A,116-125 +PS00004,2FY1,A,83-86 +PS00005,2FY1,A,"43-45,98-100" +PS00009,2FY1,A,90-93 +PS00017,2FY1,A,64-71 +PS00001,2GDT,A,36-39 +PS00006,2GDT,A,22-25 +PS00008,2GDT,A,"82-87,89-94" +PS00001,2H8W,A,115-118 +PS00005,2H8W,A,129-131 +PS00006,2H8W,A,117-120 +PS00008,2H8W,A,"27-32,82-87,128-133" +PS00359,2H8W,A,124-139 +PS00001,2HD7,A,34-37 +PS00005,2HD7,A,"19-21,58-60,90-92,99-101" +PS00006,2HD7,A,90-93 +PS00007,2HD7,A,"53-61,67-74" +PS00008,2HM3,A,0-5 +PS00008,2HM4,A,0-5 +PS00008,2HM5,A,0-5 +PS00008,2HM6,A,0-5 +PS00001,2HSX,A,36-39 +PS00006,2HSX,A,22-25 +PS00008,2HSX,A,"82-87,89-94" +PS00008,2JM3,A,"0-5,19-24" +PS00001,2JMG,A,"107-110,122-125" +PS00005,2JMG,A,109-111 +PS00006,2JMG,A,"7-10,68-71" +PS00008,2JMG,A,"0-5,47-52" +PS00009,2JMG,A,22-25 +PS00001,2JNA,A,41-44 +PS00006,2JNA,A,"25-28,51-54,94-97" +PS00008,2JNA,A,46-51 +PS00001,2JNA,B,41-44 +PS00006,2JNA,B,"25-28,51-54,94-97" +PS00008,2JNA,B,46-51 +PS00005,2NLW,A,90-92 +PS00006,2NLW,A,97-100 +PS00001,2NV3,A,"107-110,122-125" +PS00005,2NV3,A,109-111 +PS00006,2NV3,A,"7-10,68-71" +PS00008,2NV3,A,"0-5,47-52" +PS00009,2NV3,A,22-25 +PS00001,2ODE,A,147-150 +PS00004,2ODE,A,311-314 +PS00005,2ODE,A,"42-44,188-190,204-206,244-246" +PS00006,2ODE,A,"4-7,60-63,111-114,168-171,188-191,226-229,293-296" +PS00007,2ODE,A,52-59 +PS00008,2ODE,A,"38-43,132-137,181-186,200-205" +PS00017,2ODE,A,38-45 +PS00004,2ODE,B,"3-6,137-140" +PS00005,2ODE,B,"22-24,58-60,91-93,135-137" +PS00006,2ODE,B,"6-9,101-104,112-115" +PS00001,2ODE,C,147-150 +PS00004,2ODE,C,311-314 +PS00005,2ODE,C,"42-44,188-190,204-206,244-246" +PS00006,2ODE,C,"4-7,60-63,111-114,168-171,188-191,226-229,293-296" +PS00007,2ODE,C,52-59 +PS00008,2ODE,C,"38-43,132-137,181-186,200-205" +PS00017,2ODE,C,38-45 +PS00004,2ODE,D,"3-6,137-140" +PS00005,2ODE,D,"22-24,58-60,91-93,135-137" +PS00006,2ODE,D,"6-9,101-104,112-115" +PS00006,2OO9,A,"5-8,16-19" +PS00008,2OO9,A,0-5 +PS00006,2OO9,B,"5-8,16-19" +PS00008,2OO9,B,0-5 +PS00006,2OO9,C,"5-8,16-19" +PS00008,2OO9,C,0-5 +PS00005,2CEH,A,8-10 +PS00006,2CEH,A,8-11 +PS00008,2CEH,A,4-9 +PS00006,2E8D,A,13-16 +PS00006,2E8D,B,13-16 +PS00006,2E8D,C,13-16 +PS00006,2E8D,D,13-16 +PS00001,2H60,A,6-9 +PS00005,2H60,A,"8-10,26-28,39-41,108-110" +PS00006,2H60,A,"39-42,70-73" +PS00633,2H60,A,31-88 +PS00001,2HEL,A,113-116 +PS00004,2HEL,A,208-211 +PS00005,2HEL,A,"46-48,63-65,69-71,189-191,275-277,296-298" +PS00006,2HEL,A,"4-7,10-13,200-203,212-215,228-231,238-241,300-303" +PS00007,2HEL,A,244-250 +PS00008,2HEL,A,"114-119,134-139,281-286" +PS00009,2HEL,A,52-55 +PS00107,2HEL,A,36-62 +PS00001,2HEN,A,91-94 +PS00004,2HEN,A,188-191 +PS00005,2HEN,A,"41-43,47-49,276-278" +PS00006,2HEN,A,"180-183,192-195,208-211,218-221" +PS00007,2HEN,A,122-129 +PS00008,2HEN,A,"92-97,112-117,261-266" +PS00009,2HEN,A,30-33 +PS00107,2HEN,A,14-40 +PS00001,2HEN,B,91-94 +PS00004,2HEN,B,188-191 +PS00005,2HEN,B,"41-43,47-49,276-278" +PS00006,2HEN,B,"180-183,192-195,208-211,218-221" +PS00007,2HEN,B,122-129 +PS00008,2HEN,B,"92-97,112-117,261-266" +PS00009,2HEN,B,30-33 +PS00107,2HEN,B,14-40 +PS00001,2HEN,C,91-94 +PS00004,2HEN,C,188-191 +PS00005,2HEN,C,"41-43,47-49,276-278" +PS00006,2HEN,C,"180-183,192-195,208-211,218-221" +PS00007,2HEN,C,122-129 +PS00008,2HEN,C,"92-97,112-117,261-266" +PS00009,2HEN,C,30-33 +PS00107,2HEN,C,14-40 +PS00001,2HEN,D,91-94 +PS00004,2HEN,D,188-191 +PS00005,2HEN,D,"41-43,47-49,276-278" +PS00006,2HEN,D,"180-183,192-195,208-211,218-221" +PS00007,2HEN,D,122-129 +PS00008,2HEN,D,"92-97,112-117,261-266" +PS00009,2HEN,D,30-33 +PS00107,2HEN,D,14-40 +PS00001,2I1P,A,5-8 +PS00007,2I1P,A,23-30 +PS00008,2I1P,A,28-33 +PS01209,2I1P,A,19-41 +PS00005,2IEM,A,80-82 +PS00006,2IEM,A,"0-3,9-12,80-83,85-88" +PS00008,2IEM,A,"40-45,49-54,63-68,122-127,201-206" +PS00005,2IIJ,A,101-103 +PS00006,2IIJ,A,119-122 +PS00008,2IIJ,A,47-52 +PS00008,2IPA,A,17-22 +PS00001,2IPA,B,60-63 +PS00005,2IPA,B,"13-15,136-138" +PS00006,2IPA,B,111-114 +PS00008,2IPA,B,"42-47,55-60" +PS00001,2IVW,A,95-98 +PS00005,2IVW,A,"1-3,11-13,87-89,97-99" +PS00006,2IVW,A,66-69 +PS00007,2IVW,A,20-28 +PS00008,2IVW,A,"30-35,54-59,83-88" +PS00005,2JML,A,"4-6,20-22" +PS00006,2JML,A,"45-48,65-68" +PS00007,2JML,A,22-28 +PS00008,2JML,A,"0-5,15-20,63-68" +PS00004,2JNE,A,6-9 +PS00005,2JNE,A,"3-5,91-93" +PS00006,2JNE,A,"28-31,52-55" +PS00005,2NWG,A,6-8 +PS00005,2NWG,B,6-8 +PS00005,2O6V,A,8-10 +PS00006,2O6V,A,54-57 +PS00299,2O6V,A,26-51 +PS00005,2O6V,B,8-10 +PS00006,2O6V,B,54-57 +PS00299,2O6V,B,26-51 +PS00005,2O6V,C,8-10 +PS00006,2O6V,C,54-57 +PS00299,2O6V,C,26-51 +PS00005,2O6V,D,8-10 +PS00006,2O6V,D,54-57 +PS00299,2O6V,D,26-51 +PS00005,2O6V,E,8-10 +PS00006,2O6V,E,54-57 +PS00299,2O6V,E,26-51 +PS00005,2O6V,F,8-10 +PS00006,2O6V,F,54-57 +PS00299,2O6V,F,26-51 +PS00005,2O6V,G,8-10 +PS00006,2O6V,G,54-57 +PS00299,2O6V,G,26-51 +PS00005,2O6V,H,8-10 +PS00006,2O6V,H,54-57 +PS00299,2O6V,H,26-51 +PS00001,2CDT,A,34-37 +PS00005,2CDT,A,"3-5,18-20,23-25,36-38" +PS00006,2CDT,A,"3-6,18-21,36-39" +PS00001,2DAE,A,61-64 +PS00005,2DAE,A,50-52 +PS00008,2DAE,A,0-5 +PS00004,2DHX,A,31-34 +PS00005,2DHX,A,"52-54,76-78" +PS00006,2DHX,A,52-55 +PS00008,2DHX,A,"0-5,14-19,48-53,72-77,92-97" +PS00005,2DWV,A,33-35 +PS00008,2DWV,A,"0-5,12-17" +PS00005,2DWV,B,33-35 +PS00008,2DWV,B,"0-5,12-17" +PS00004,2FYH,A,162-165 +PS00005,2FYH,A,"11-13,41-43,167-169" +PS00006,2FYH,A,11-14 +PS00008,2FYH,A,"24-29,119-124" +PS00005,2G1D,A,"26-28,59-61" +PS00006,2G1D,A,31-34 +PS00007,2G1D,A,14-20 +PS00529,2G1D,A,59-81 +PS00006,2HM8,A,"31-34,60-63,110-113" +PS00007,2HM8,A,88-95 +PS00005,2OI3,A,66-68 +PS00006,2OI3,A,66-69 +PS00008,2OI3,A,16-21 +PS00005,2CG6,A,"12-14,54-56,60-62,85-87" +PS00006,2CG6,A,3-6 +PS00007,2CG6,A,62-70 +PS00008,2CG6,A,"34-39,78-83" +PS01253,2CG6,A,"4-42,48-86" +PS00005,2CG7,A,"12-14,54-56,60-62,85-87" +PS00006,2CG7,A,3-6 +PS00007,2CG7,A,62-70 +PS00008,2CG7,A,"34-39,78-83" +PS01253,2CG7,A,"4-42,48-86" +PS00006,2DIL,A,"27-30,57-60" +PS00008,2DIL,A,0-5 +PS00001,2ECB,A,31-34 +PS00004,2ECB,A,61-64 +PS00005,2ECB,A,"50-52,59-61" +PS00006,2ECB,A,"5-8,36-39,50-53" +PS00008,2ECB,A,0-5 +PS00001,2ECC,A,68-71 +PS00004,2ECC,A,7-10 +PS00005,2ECC,A,5-7 +PS00008,2ECC,A,0-5 +PS00009,2ECC,A,5-8 +PS00005,2FVN,A,"34-36,146-148" +PS00006,2FVN,A,77-80 +PS00008,2FVN,A,"20-25,29-34,142-147" +PS00005,2G4A,A,"14-16,50-52" +PS00007,2G4A,A,52-60 +PS00633,2G4A,A,21-80 +PS00004,2GMO,A,61-64 +PS00005,2GMO,A,74-76 +PS00006,2GMO,A,"7-10,32-35" +PS00008,2GMO,A,8-13 +PS00001,2GO9,A,118-121 +PS00005,2GO9,A,"38-40,63-65,92-94,109-111,114-116,119-121,129-131" +PS00006,2GO9,A,129-132 +PS00008,2GO9,A,55-60 +PS00228,2GO9,A,0-3 +PS00005,2GT3,A,81-83 +PS00006,2GT3,A,"1-4,10-13,81-84" +PS00008,2GT3,A,"41-46,50-55,64-69,123-128,202-207" +PS00008,2HGO,A,"9-14,18-23" +PS00005,2HTF,A,"4-6,22-24" +PS00006,2HTF,A,"54-57,61-64" +PS00008,2HTF,A,"0-5,29-34" +PS00001,2JDQ,A,"77-80,273-276,301-304,343-346,398-401" +PS00005,2JDQ,A,"40-42,286-288,290-292,333-335" +PS00006,2JDQ,A,"117-120,203-206,262-265,286-289,312-315,333-336,370-373,443-446" +PS00008,2JDQ,A,"17-22,131-136,258-263" +PS00001,2JDQ,B,"77-80,273-276,301-304,343-346,398-401" +PS00005,2JDQ,B,"40-42,286-288,290-292,333-335" +PS00006,2JDQ,B,"117-120,203-206,262-265,286-289,312-315,333-336,370-373,443-446" +PS00008,2JDQ,B,"17-22,131-136,258-263" +PS00004,2JDQ,D,61-64 +PS00005,2JDQ,D,74-76 +PS00006,2JDQ,D,"7-10,32-35" +PS00008,2JDQ,D,8-13 +PS00004,2JDQ,E,61-64 +PS00005,2JDQ,E,74-76 +PS00006,2JDQ,E,"7-10,32-35" +PS00008,2JDQ,E,8-13 +PS00004,2JMO,A,43-46 +PS00008,2JMO,A,"14-19,31-36,50-55" +PS00005,2JN6,A,38-40 +PS00006,2JN6,A,"4-7,62-65,87-90" +PS00008,2JN6,A,"47-52,54-59" +PS00005,2JNG,A,61-63 +PS00006,2JNG,A,37-40 +PS00008,2JNG,A,"10-15,92-97" +PS00001,2JNU,A,39-42 +PS00005,2JNU,A,144-146 +PS00006,2JNU,A,0-3 +PS00008,2JNU,A,148-153 +PS00001,2O1Y,A,36-39 +PS00005,2O1Y,A,"7-9,17-19,21-23,166-168" +PS00006,2O1Y,A,"7-10,31-34,44-47,153-156" +PS00008,2O1Y,A,"97-102,110-115,149-154,159-164" +PS01080,2O1Y,A,93-111 +PS01258,2O1Y,A,144-155 +PS01259,2O1Y,A,49-63 +PS01260,2O1Y,A,7-27 +PS00001,2O21,A,36-39 +PS00005,2O21,A,"21-23,52-54,61-63,81-83,161-163" +PS00006,2O21,A,"4-7,44-47,88-91" +PS00008,2O21,A,"97-102,110-115,149-154" +PS01080,2O21,A,93-111 +PS01258,2O21,A,144-155 +PS01259,2O21,A,49-63 +PS01260,2O21,A,7-27 +PS00001,2O22,A,36-39 +PS00005,2O22,A,"21-23,52-54,61-63,81-83,161-163" +PS00006,2O22,A,"4-7,44-47,88-91" +PS00008,2O22,A,"97-102,110-115,149-154" +PS01080,2O22,A,93-111 +PS01258,2O22,A,144-155 +PS01259,2O22,A,49-63 +PS01260,2O22,A,7-27 +PS00005,2O2F,A,"16-18,29-31,38-40,58-60" +PS00006,2O2F,A,65-68 +PS00008,2O2F,A,"74-79,87-92,126-131" +PS01080,2O2F,A,70-88 +PS01258,2O2F,A,121-132 +PS01259,2O2F,A,26-40 +PS01260,2O2F,A,2-22 +PS00005,2O2M,A,"2-4,12-14,16-18" +PS00006,2O2M,A,"2-5,138-141" +PS00008,2O2M,A,"23-28,29-34,82-87,95-100,134-139" +PS01080,2O2M,A,78-96 +PS01258,2O2M,A,129-140 +PS01259,2O2M,A,34-48 +PS00005,2O2N,A,"2-4,12-14,16-18" +PS00006,2O2N,A,"2-5,138-141" +PS00008,2O2N,A,"23-28,29-34,82-87,95-100,134-139" +PS01080,2O2N,A,78-96 +PS01258,2O2N,A,129-140 +PS01259,2O2N,A,34-48 +PS00004,2OWI,A,140-143 +PS00005,2OWI,A,19-21 +PS00006,2OWI,A,"3-6,19-22,147-150" +PS00005,2I3E,A,"68-70,107-109" +PS00006,2I3E,A,"1-4,166-169,184-187,217-220" +PS00007,2I3E,A,51-58 +PS00008,2I3E,A,"112-117,133-138,156-161" +PS00004,2ILX,A,15-18 +PS00005,2ILX,A,"14-16,20-22,72-74,111-113" +PS00006,2ILX,A,"47-50,82-85,131-134,137-140,163-166,178-181" +PS00007,2ILX,A,52-60 +PS00008,2ILX,A,"33-38,67-72,176-181" +PS00009,2ILX,A,61-64 +PS00006,2J48,A,35-38 +PS00005,2OA4,A,"30-32,36-38" +PS00006,2OA4,A,"13-16,21-24,51-54,62-65" +PS00008,2OA4,A,"17-22,44-49" +PS00005,2JGW,A,53-55 +PS00006,2JGW,A,44-47 +PS00009,2JGW,A,16-19 +PS00005,2DI2,A,17-19 +PS00001,2DJB,A,7-10 +PS00005,2DJB,A,49-51 +PS00006,2DJB,A,29-32 +PS00008,2DJB,A,0-5 +PS00518,2DJB,A,33-42 +PS00001,2DTS,A,72-75 +PS00005,2DTS,A,"74-76,99-101,212-214" +PS00006,2DTS,A,"42-45,129-132" +PS00007,2DTS,A,65-71 +PS00008,2DTS,A,"160-165,195-200" +PS00290,2DTS,A,198-204 +PS00001,2DTS,B,72-75 +PS00005,2DTS,B,"74-76,99-101,212-214" +PS00006,2DTS,B,"42-45,129-132" +PS00007,2DTS,B,65-71 +PS00008,2DTS,B,"160-165,195-200" +PS00290,2DTS,B,198-204 +PS00005,2GKG,A,"4-6,19-21" +PS00006,2GKG,A,"22-25,30-33" +PS00008,2GKG,A,"0-5,86-91,119-124" +PS00001,2GLE,A,31-34 +PS00006,2GLE,A,52-55 +PS00008,2GLE,A,49-54 +PS00001,2HI9,A,"205-208,218-221,294-297" +PS00005,2HI9,A,"0-2,42-44,59-61,207-209,239-241,242-244,327-329,330-332,335-337" +PS00006,2HI9,A,"0-3,59-62,193-196,285-288" +PS00007,2HI9,A,"172-180,261-268" +PS00008,2HI9,A,"38-43,50-55,217-222,315-320,323-328" +PS00284,2HI9,A,338-348 +PS00001,2HI9,B,"205-208,218-221,294-297" +PS00005,2HI9,B,"0-2,42-44,59-61,207-209,239-241,242-244,327-329,330-332,335-337" +PS00006,2HI9,B,"0-3,59-62,193-196,285-288" +PS00007,2HI9,B,"172-180,261-268" +PS00008,2HI9,B,"38-43,50-55,217-222,315-320,323-328" +PS00284,2HI9,B,338-348 +PS00001,2HI9,C,"205-208,218-221,294-297" +PS00005,2HI9,C,"0-2,42-44,59-61,207-209,239-241,242-244,327-329,330-332,335-337" +PS00006,2HI9,C,"0-3,59-62,193-196,285-288" +PS00007,2HI9,C,"172-180,261-268" +PS00008,2HI9,C,"38-43,50-55,217-222,315-320,323-328" +PS00284,2HI9,C,338-348 +PS00001,2I3B,A,166-169 +PS00005,2I3B,A,185-187 +PS00006,2I3B,A,84-87 +PS00008,2I3B,A,"10-15,104-109" +PS00009,2I3B,A,"42-45,69-72" +PS00017,2I3B,A,7-14 +PS00008,2I5O,A,0-5 +PS00005,2I6F,A,"4-6,19-21" +PS00006,2I6F,A,"22-25,30-33" +PS00008,2I6F,A,"0-5,86-91,119-124" +PS00005,2I6F,B,"4-6,19-21" +PS00006,2I6F,B,"22-25,30-33" +PS00008,2I6F,B,"0-5,86-91,119-124" +PS00005,2I6F,C,"4-6,19-21" +PS00006,2I6F,C,"22-25,30-33" +PS00008,2I6F,C,"0-5,86-91,119-124" +PS00005,2NT4,A,"4-6,19-21" +PS00006,2NT4,A,"22-25,30-33" +PS00008,2NT4,A,"0-5,86-91,119-124" +PS00001,2JNC,A,"37-40,46-49,79-82,91-94,99-102" +PS00005,2JNC,A,80-82 +PS00006,2JNC,A,"24-27,47-50,101-104" +PS00007,2JNC,A,112-118 +PS00008,2JNC,A,"2-7,75-80,92-97" +PS00649,2JNC,A,45-70 +PS00001,2JND,A,"37-40,46-49,79-82,91-94,99-102" +PS00005,2JND,A,80-82 +PS00006,2JND,A,"24-27,47-50,101-104" +PS00007,2JND,A,112-118 +PS00008,2JND,A,"2-7,75-80,92-97" +PS00649,2JND,A,45-70 +PS00001,2NPL,X,61-64 +PS00005,2NPL,X,"41-43,58-60,73-75,93-95" +PS00008,2NPL,X,"0-5,68-73,79-84" +PS00005,2NT3,A,"4-6,19-21" +PS00006,2NT3,A,"22-25,30-33" +PS00008,2NT3,A,"0-5,86-91,119-124" +PS00005,2ODC,I,"28-30,42-44" +PS00006,2ODC,I,7-10 +PS00005,2ODG,A,3-5 +PS00007,2ODG,A,36-42 +PS00008,2ODG,A,20-25 +PS00009,2ODG,A,29-32 +PS00005,2ODG,B,3-5 +PS00007,2ODG,B,36-42 +PS00008,2ODG,B,20-25 +PS00009,2ODG,B,29-32 +PS00005,2ODG,C,"28-30,42-44" +PS00006,2ODG,C,7-10 +PS00001,2OL2,A,"237-240,250-253,326-329" +PS00005,2OL2,A,"31-33,74-76,91-93,239-241,271-273,274-276,359-361,362-364,367-369" +PS00006,2OL2,A,"32-35,91-94,225-228,317-320" +PS00007,2OL2,A,"204-212,293-300" +PS00008,2OL2,A,"70-75,82-87,249-254,347-352,355-360" +PS00284,2OL2,A,370-380 +PS00001,2OL2,B,"237-240,250-253,326-329" +PS00005,2OL2,B,"31-33,74-76,91-93,239-241,271-273,274-276,359-361,362-364,367-369" +PS00006,2OL2,B,"32-35,91-94,225-228,317-320" +PS00007,2OL2,B,"204-212,293-300" +PS00008,2OL2,B,"70-75,82-87,249-254,347-352,355-360" +PS00284,2OL2,B,370-380 +PS00004,2GCX,A,53-56 +PS00005,2GCX,A,52-54 +PS00008,2GCX,A,29-34 +PS00005,2GDL,A,27-29 +PS00342,2GDL,A,28-30 +PS00006,2HSY,A,6-9 +PS00008,2HSY,A,89-94 +PS00194,2HSY,A,22-40 +PS00005,2JGX,A,53-55 +PS00006,2JGX,A,44-47 +PS00009,2JGX,A,16-19 +PS00005,2JM6,B,"46-48,135-137" +PS00006,2JM6,B,"4-7,119-122,127-130,135-138" +PS00008,2JM6,B,"26-31,53-58,105-110" +PS00009,2JM6,B,39-42 +PS01080,2JM6,B,87-106 +PS01258,2JM6,B,139-150 +PS01259,2JM6,B,43-57 +PS00001,2NPR,A,46-49 +PS00005,2NPR,A,"33-35,48-50,67-69" +PS00006,2NPR,A,"6-9,33-36,48-51" +PS00001,2DJM,A,96-99 +PS00004,2DJM,A,33-36 +PS00005,2DJM,A,"21-23,32-34,74-76,88-90" +PS00006,2DJM,A,"64-67,91-94" +PS00008,2DJM,A,"17-22,50-55" +PS00004,2H0P,A,104-107 +PS00005,2H0P,A,14-16 +PS00006,2H0P,A,76-79 +PS00008,2H0P,A,"7-12,92-97,106-111" +PS00006,2JM2,A,27-30 +PS00008,2JM2,A,"6-11,14-19,25-30,31-36" +PS00004,2GJY,A,84-87 +PS00006,2GJY,A,"55-58,75-78,87-90,107-110" +PS00008,2GJY,A,"0-5,53-58,91-96" +PS00005,2JO6,A,93-95 +PS00006,2JO6,A,45-48 +PS00005,2JOL,A,163-165 +PS00006,2JOL,A,"1-4,149-152,172-175" +PS00008,2JOL,A,"81-86,114-119,177-182" +PS00005,2GL1,A,"8-10,31-33" +PS00006,2GL1,A,18-21 +PS00940,2GL1,A,0-23 +PS00005,2CKU,A,"12-14,54-56,60-62,85-87" +PS00006,2CKU,A,3-6 +PS00007,2CKU,A,62-70 +PS00008,2CKU,A,"34-39,78-83" +PS01253,2CKU,A,"4-42,48-86" +PS00005,2DIM,A,"5-7,42-44,57-59" +PS00006,2DIM,A,14-17 +PS00008,2DIM,A,"0-5,9-14" +PS00005,2DIN,A,5-7 +PS00006,2DIN,A,12-15 +PS00008,2DIN,A,0-5 +PS00009,2DIN,A,5-8 +PS00005,2DIY,A,"83-85,100-102,115-117" +PS00008,2DIY,A,"0-5,6-11" +PS00008,2DJ9,A,4-9 +PS00008,2DJC,A,5-10 +PS00005,2DLZ,A,"54-56,95-97,99-101,106-108" +PS00006,2DLZ,A,"83-86,95-98" +PS00007,2DLZ,A,8-15 +PS00008,2DLZ,A,0-5 +PS00005,2DM1,A,24-26 +PS00006,2DM1,A,"24-27,58-61" +PS00008,2DM1,A,"0-5,7-12,38-43" +PS00004,2DZI,A,60-63 +PS00005,2DZI,A,"10-12,31-33,37-39" +PS00008,2DZI,A,"0-5,6-11" +PS00009,2DZI,A,58-61 +PS00029,2DZI,A,14-35 +PS00299,2DZI,A,33-58 +PS00005,2DZJ,A,"55-57,64-66" +PS00006,2DZJ,A,"34-37,64-67" +PS00008,2DZJ,A,"0-5,77-82" +PS00001,2DZK,A,52-55 +PS00005,2DZK,A,5-7 +PS00006,2DZK,A,"5-8,65-68,100-103" +PS00008,2DZK,A,"0-5,22-27,47-52" +PS00008,2DZL,A,"0-5,6-11" +PS00005,2DZQ,A,53-55 +PS00008,2DZQ,A,"0-5,47-52" +PS00008,2DZR,A,"0-5,47-52" +PS00001,2JOQ,A,"49-52,60-63,67-70" +PS00004,2JOQ,A,8-11 +PS00005,2JOQ,A,"7-9,25-27,31-33,50-52,69-71" +PS00006,2JOQ,A,"25-28,31-34,79-82" +PS00017,2JOS,A,7-14 +PS00005,2DM3,A,"73-75,85-87" +PS00006,2DM3,A,"19-22,73-76" +PS00008,2DM3,A,"0-5,78-83" +PS00005,2GFU,A,"58-60,76-78,99-101" +PS00006,2GFU,A,"18-21,23-26" +PS00008,2GFU,A,7-12 +PS00005,2GQE,A,28-30 +PS00008,2GQE,A,5-10 +PS01358,2GQE,A,7-26 +PS00006,2H41,A,"12-15,27-30" +PS00009,2H41,A,67-70 +PS00006,2H45,A,"12-15,27-30" +PS00009,2H45,A,67-70 +PS00005,2H9J,A,42-44 +PS00008,2H9J,A,"25-30,101-106" +PS00128,2H9J,A,75-93 +PS00342,2H9J,A,126-128 +PS00005,2H9K,A,42-44 +PS00008,2H9K,A,"25-30,101-106" +PS00128,2H9K,A,75-93 +PS00342,2H9K,A,126-128 +PS00005,2HA1,A,58-60 +PS00006,2HA1,A,"84-87,118-121,133-136" +PS00008,2HA1,A,"61-66,70-75" +PS00009,2HA1,A,173-176 +PS00005,2HBP,A,"1-3,13-15" +PS00006,2HBP,A,46-49 +PS00007,2HBP,A,44-52 +PS00008,2HBP,A,"0-5,22-27,35-40" +PS00005,2ILN,A,"146-148,183-185" +PS00006,2ILN,A,129-132 +PS00008,2ILN,A,"2-7,26-31,121-126,153-158,167-172,193-198" +PS00134,2ILN,A,35-40 +PS00135,2ILN,A,170-181 +PS00005,2ILN,B,"146-148,183-185" +PS00006,2ILN,B,129-132 +PS00008,2ILN,B,"2-7,26-31,121-126,153-158,167-172,193-198" +PS00134,2ILN,B,35-40 +PS00135,2ILN,B,170-181 +PS00281,2ILN,I,23-37 +PS00005,2JMD,A,35-37 +PS00006,2JMD,A,"4-7,35-38" +PS00518,2JMD,A,23-32 +PS00005,2JNJ,A,71-73 +PS00009,2JNJ,A,31-34 +PS00005,2JNJ,B,71-73 +PS00009,2JNJ,B,31-34 +PS00001,2JOE,A,"14-17,82-85,102-105" +PS00004,2JOE,A,7-10 +PS00005,2JOE,A,"6-8,46-48,59-61" +PS00006,2JOE,A,"46-49,73-76,104-107" +PS00008,2JOE,A,"15-20,100-105,111-116" +PS00005,2JOT,A,"2-4,7-9" +PS00007,2JOT,A,13-20 +PS00008,2JOT,A,32-37 +PS00280,2JOT,A,29-47 +PS00342,2JOT,A,52-54 +PS00001,2P70,A,6-9 +PS00005,2P70,A,55-57 +PS00006,2P70,A,23-26 +PS00008,2P70,A,"80-85,95-100,112-117" +PS00001,2P71,A,6-9 +PS00005,2P71,A,55-57 +PS00006,2P71,A,23-26 +PS00008,2P71,A,"80-85,95-100,112-117" +PS00005,2DLV,A,23-25 +PS00006,2DLV,A,"7-10,23-26" +PS00008,2DLV,A,0-5 +PS00005,2DNY,A,"5-7,78-80" +PS00008,2DNY,A,0-5 +PS00009,2DNY,A,91-94 +PS00001,2DNZ,A,15-18 +PS00005,2DNZ,A,"42-44,82-84" +PS00006,2DNZ,A,52-55 +PS00008,2DNZ,A,"0-5,6-11,88-93" +PS00001,2DO4,A,66-69 +PS00005,2DO4,A,"42-44,50-52,81-83" +PS00006,2DO4,A,"12-15,29-32,42-45,81-84" +PS00008,2DO4,A,"0-5,23-28" +PS00008,2DO5,A,"0-5,8-13,45-50" +PS00005,2DO7,A,20-22 +PS00006,2DO7,A,"12-15,18-21,73-76" +PS00007,2DO7,A,22-29 +PS00008,2DO7,A,0-5 +PS01256,2DO7,A,67-94 +PS00005,2DOG,A,60-62 +PS00006,2DOG,A,63-66 +PS00007,2DOG,A,40-46 +PS00008,2DOG,A,9-14 +PS00005,2H7A,A,"20-22,107-109" +PS00006,2H7A,A,21-24 +PS00008,2H7A,A,6-11 +PS00009,2H7A,A,59-62 +PS00001,2J5D,A,1-4 +PS00004,2J5D,A,39-42 +PS00008,2J5D,A,"8-13,34-39" +PS00009,2J5D,A,37-40 +PS00001,2J5D,B,1-4 +PS00004,2J5D,B,39-42 +PS00008,2J5D,B,"8-13,34-39" +PS00009,2J5D,B,37-40 +PS00006,2JO9,A,29-32 +PS01159,2JO9,A,9-34 +PS00005,2DDL,A,10-12 +PS00008,2DDL,A,16-21 +PS01138,2DDL,A,7-29 +PS00001,2DHS,A,1-4 +PS00004,2DHS,A,116-119 +PS00005,2DHS,A,"27-29,67-69,98-100,115-117,155-157" +PS00006,2DHS,A,"25-28,119-122" +PS00008,2DHS,A,144-149 +PS00001,2DK6,A,80-83 +PS00005,2DK6,A,"51-53,64-66,68-70,83-85" +PS00006,2DK6,A,"5-8,44-47" +PS00008,2DK6,A,0-5 +PS00005,2DK7,A,"5-7,37-39" +PS00006,2DK7,A,"26-29,41-44" +PS00008,2DK7,A,"0-5,18-23" +PS00006,2DKY,A,18-21 +PS00008,2DKY,A,0-5 +PS00004,2DMJ,A,28-31 +PS00005,2DMJ,A,"11-13,22-24,26-28,38-40,69-71" +PS00008,2DMJ,A,"0-5,6-11,99-104" +PS00347,2DMJ,A,27-62 +PS00006,2E19,A,28-31 +PS00008,2E19,A,0-5 +PS00005,2EXF,A,"12-14,38-40" +PS00008,2EXF,A,23-28 +PS00005,2GGF,A,59-61 +PS00006,2GGF,A,"25-28,54-57,104-107" +PS00007,2GGF,A,82-89 +PS00008,2GGF,A,0-5 +PS00006,2GYT,A,11-14 +PS00004,2GZU,A,12-15 +PS00006,2GZU,A,"15-18,54-57" +PS00008,2GZU,A,32-37 +PS00004,2GZU,B,12-15 +PS00006,2GZU,B,"15-18,54-57" +PS00008,2GZU,B,32-37 +PS00005,2H7T,A,"21-23,71-73,80-82,102-104" +PS00007,2H7T,A,28-35 +PS00016,2H7T,A,82-84 +PS00484,2H7T,A,38-72 +PS00004,2HDE,A,"80-83,111-114" +PS00005,2HDE,A,"63-65,109-111,122-124,145-147" +PS00006,2HDE,A,"6-9,58-61,63-66" +PS00008,2HDE,A,"47-52,82-87,105-110,113-118" +PS00009,2HDE,A,109-112 +PS00001,2JM8,A,34-37 +PS00005,2JM8,A,"3-5,23-25,36-38" +PS00006,2JM8,A,"3-6,18-21,36-39" +PS00001,2JM9,A,34-37 +PS00005,2JM9,A,"3-5,23-25,36-38" +PS00006,2JM9,A,"3-6,18-21,36-39" +PS00001,2JMA,A,34-37 +PS00005,2JMA,A,"3-5,23-25,36-38" +PS00006,2JMA,A,"3-6,18-21,36-39" +PS00001,2JMC,A,19-22 +PS00005,2JMC,A,"8-10,21-23,49-51" +PS00006,2JMC,A,"21-24,49-52" +PS00005,2JMX,A,"62-64,72-74" +PS00006,2JMX,A,"67-70,72-75" +PS00006,2JMX,B,"9-12,20-23" +PS00008,2JMX,B,17-22 +PS00005,2NWM,A,13-15 +PS00006,2NWM,A,13-16 +PS00008,2NWM,A,45-50 +PS00005,2PHE,A,11-13 +PS00006,2PHE,A,"11-14,56-59" +PS00007,2PHE,A,18-26 +PS00009,2PHE,A,36-39 +PS00005,2PHE,B,11-13 +PS00006,2PHE,B,"11-14,56-59" +PS00007,2PHE,B,18-26 +PS00009,2PHE,B,36-39 +PS00005,2PHG,A,"39-41,65-67,76-78,159-161,173-175,177-179" +PS00006,2PHG,A,"12-15,65-68,76-79,93-96,99-102,159-162,197-200" +PS00008,2PHG,A,61-66 +PS00782,2PHG,A,"42-57,136-151" +PS00001,2DKS,A,"78-81,85-88,89-92" +PS00005,2DKS,A,"70-72,118-120" +PS00006,2DKS,A,"70-73,87-90" +PS00008,2DKS,A,0-5 +PS00008,2E0G,A,59-64 +PS00005,2GSB,A,5-7 +PS00006,2GSB,A,"5-8,23-26,48-51,84-87" +PS00008,2GSB,A,"0-5,35-40" +PS00001,2H9Z,A,"46-49,57-60,64-67" +PS00004,2H9Z,A,5-8 +PS00005,2H9Z,A,"4-6,22-24,28-30,47-49,66-68" +PS00006,2H9Z,A,"22-25,28-31,76-79" +PS00005,2HDM,A,"4-6,14-16,31-33,39-41" +PS00006,2HDM,A,26-29 +PS00008,2HDM,A,"0-5,30-35,42-47,78-83" +PS00001,2HF5,A,14-17 +PS00006,2HF5,A,"33-36,55-58" +PS00018,2HF5,A,"10-22,47-59" +PS00005,2I9S,A,"11-13,28-30,57-59" +PS00006,2I9S,A,28-31 +PS00008,2I9S,A,"41-46,56-61" +PS00006,2JN0,A,30-33 +PS00001,2JN9,A,"8-11,31-34,66-69" +PS00005,2JN9,A,3-5 +PS00006,2JN9,A,"36-39,88-91" +PS00005,2HH2,A,14-16 +PS00008,2HH2,A,"5-10,18-23" +PS00005,2OUT,A,"101-103,106-108" +PS00006,2OUT,A,"1-4,112-115" +PS00008,2OUT,A,58-63 +PS00008,2PJV,A,"12-17,19-24" +PS00009,2PJV,A,24-27 +PS00005,2CKA,A,19-21 +PS00005,2HH3,A,79-81 +PS00006,2HH3,A,51-54 +PS00008,2HH3,A,"0-5,22-27,92-97" +PS00008,2DO6,A,"0-5,6-11" +PS00008,2DO6,B,"0-5,6-11" +PS00001,2DVJ,A,64-67 +PS00006,2DVJ,A,"20-23,44-47,51-54,114-117" +PS00007,2DVJ,A,131-137 +PS00008,2DVJ,A,"0-5,30-35,82-87,204-209" +PS00009,2DVJ,A,177-180 +PS00005,2HQN,A,91-93 +PS00006,2HQN,A,"14-17,87-90" +PS00008,2HQN,A,0-5 +PS00005,2HQO,A,"50-52,100-102" +PS00006,2HQO,A,"31-34,78-81" +PS00005,2HQO,B,"50-52,100-102" +PS00006,2HQO,B,"31-34,78-81" +PS00005,2HQR,A,"50-52,100-102,205-207" +PS00006,2HQR,A,"31-34,78-81,128-131,201-204" +PS00005,2HQR,B,"50-52,100-102,205-207" +PS00006,2HQR,B,"31-34,78-81,128-131,201-204" +PS00005,2CK4,A,35-37 +PS00008,2CK4,A,"0-5,21-26" +PS01138,2CK4,A,13-34 +PS00005,2CK5,A,28-30 +PS00008,2CK5,A,14-19 +PS01138,2CK5,A,6-27 +PS00008,2JNR,B,12-17 +PS00005,2JOV,A,"14-16,24-26" +PS00006,2JOV,A,62-65 +PS00008,2JOV,A,52-57 +PS00005,2NR2,A,8-10 +PS00006,2NR2,A,54-57 +PS00299,2NR2,A,26-51 +PS00005,2PJF,A,17-19 +PS00006,2PJF,A,6-9 +PS00008,2PJF,A,23-28 +PS00016,2PJF,A,48-50 +PS00427,2PJF,A,26-45 +PS00005,2PJG,A,17-19 +PS00006,2PJG,A,6-9 +PS00008,2PJG,A,23-28 +PS00427,2PJG,A,26-45 +PS00001,2PJH,A,50-53 +PS00004,2PJH,A,"15-18,21-24" +PS00005,2PJH,A,"20-22,59-61" +PS00006,2PJH,A,20-23 +PS00006,2PJH,B,"55-58,176-179" +PS00008,2PJH,B,"104-109,135-140" +PS00009,2PJH,B,"39-42,89-92" +PS00016,2PJH,B,32-34 +PS00005,2PJI,A,17-19 +PS00006,2PJI,A,6-9 +PS00008,2PJI,A,23-28 +PS00016,2PJI,A,48-50 +PS00427,2PJI,A,26-45 +PS00005,2PLP,A,"0-2,9-11" +PS00006,2PLP,A,"14-17,42-45" +PS00001,2UZG,A,72-75 +PS00005,2UZG,A,75-77 +PS00006,2UZG,A,"10-13,15-18,26-29,53-56" +PS00008,2UZG,A,49-54 +PS00004,2E29,A,42-45 +PS00005,2E29,A,"15-17,73-75" +PS00006,2E29,A,"5-8,26-29,71-74" +PS00008,2E29,A,0-5 +PS00005,2H80,A,78-80 +PS00005,2JO8,A,38-40 +PS00006,2JO8,A,"1-4,10-13" +PS00005,2JO8,B,38-40 +PS00006,2JO8,B,"1-4,10-13" +PS00001,2JOY,A,79-82 +PS00005,2JOY,A,56-58 +PS00006,2JOY,A,67-70 +PS00001,2JOZ,A,94-97 +PS00005,2JOZ,A,"88-90,115-117" +PS00006,2JOZ,A,"19-22,38-41,109-112,115-118" +PS00008,2JOZ,A,"31-36,103-108" +PS00006,2JP2,A,"1-4,6-9,23-26,105-108" +PS00008,2JP2,A,"36-41,52-57,115-120" +PS00001,2JPE,A,96-99 +PS00005,2JPE,A,"127-129,132-134" +PS00006,2JPE,A,132-135 +PS00007,2JPE,A,47-55 +PS00008,2JPE,A,"3-8,100-105" +PS00001,2NUZ,A,34-37 +PS00005,2NUZ,A,"3-5,18-20,23-25,36-38" +PS00006,2NUZ,A,"3-6,18-21,36-39" +PS00005,2CNJ,D,"25-27,35-37,97-99,113-115" +PS00008,2CNJ,D,54-59 +PS00001,2DOA,A,56-59 +PS00004,2DOA,A,95-98 +PS00005,2DOA,A,"8-10,58-60" +PS00006,2DOA,A,"40-43,58-61,65-68,82-85" +PS00008,2DOA,A,"0-5,38-43" +PS00005,2DOS,A,126-128 +PS00006,2DOS,A,"33-36,58-61,142-145" +PS00008,2DOS,A,"3-8,15-20,55-60" +PS00005,2DYD,A,20-22 +PS00006,2DYD,A,16-19 +PS00008,2DYD,A,3-8 +PS00342,2H1Z,A,36-38 +PS00001,2JOD,A,"31-34,43-46,79-82" +PS00006,2JOD,A,59-62 +PS00008,2JOD,A,39-44 +PS00649,2JOD,A,37-61 +PS00009,2JOD,B,21-24 +PS00005,2JOG,A,"5-7,9-11,140-142,150-152,231-233" +PS00006,2JOG,A,"9-12,187-190" +PS00007,2JOG,A,"148-154,196-203" +PS00008,2JOG,A,"84-89,128-133,219-224" +PS00125,2JOG,A,126-131 +PS00005,2ORU,A,"10-12,14-16" +PS00005,2PPH,A,"71-73,74-76" +PS00006,2V0F,A,"13-16,69-72" +PS00009,2V0F,A,25-28 +PS00005,2CKX,A,19-21 +PS00006,2CKX,A,"3-6,37-40" +PS00005,2E3L,A,64-66 +PS00008,2E3L,A,"0-5,6-11,47-52,92-97" +PS00009,2HBA,A,11-14 +PS00651,2HBA,A,12-39 +PS00009,2HBA,B,11-14 +PS00651,2HBA,B,12-39 +PS00009,2HBB,A,11-14 +PS00651,2HBB,A,12-39 +PS00005,2OFS,A,51-53 +PS00006,2OFS,A,21-24 +PS00007,2OFS,A,55-62 +PS00983,2OFS,A,2-45 +PS00006,2PPZ,A,2-5 +PS00008,2PPZ,A,11-16 +PS00006,2CNR,A,"3-6,31-34,42-45,68-71" +PS00007,2CNR,A,67-75 +PS00008,2E1X,A,6-11 +PS00017,2E1X,A,6-13 +PS00001,2E44,A,"57-60,80-83" +PS00005,2E44,A,"61-63,82-84" +PS00006,2E44,A,"49-52,61-64" +PS00008,2E44,A,"0-5,39-44" +PS00005,2GTJ,A,"44-46,68-70,87-89" +PS00006,2GTJ,A,79-82 +PS00005,2GTO,A,"44-46,68-70,87-89" +PS00006,2GTO,A,79-82 +PS00008,2H9X,A,"14-19,24-29" +PS00001,2HGK,A,34-37 +PS00006,2HGK,A,1-4 +PS00029,2HGK,A,47-68 +PS00001,2HJQ,A,55-58 +PS00005,2HJQ,A,"2-4,17-19" +PS00006,2HJQ,A,57-60 +PS00007,2HJQ,A,84-92 +PS00008,2HJQ,A,"21-26,63-68" +PS00017,2HJQ,A,3-10 +PS00005,2HM9,A,139-141 +PS00006,2HM9,A,"62-65,142-145" +PS00008,2HM9,A,119-124 +PS00009,2HM9,A,40-43 +PS00075,2HM9,A,11-33 +PS00005,2HQP,A,139-141 +PS00006,2HQP,A,"62-65,142-145" +PS00008,2HQP,A,119-124 +PS00009,2HQP,A,40-43 +PS00075,2HQP,A,11-33 +PS00001,2I8F,A,49-52 +PS00005,2I8F,A,79-81 +PS00006,2I8F,A,66-69 +PS00008,2I8F,A,35-40 +PS00001,2IUE,A,"49-52,102-105,128-131" +PS00005,2IUE,A,"39-41,75-77,80-82" +PS00006,2IUE,A,"111-114,143-146,189-192" +PS00007,2IUE,A,"133-141,142-149" +PS00008,2IUE,A,"10-15,45-50,83-88,124-129,139-144" +PS00342,2IUE,A,209-211 +PS00001,2OBU,A,38-41 +PS00008,2OBU,A,3-8 +PS00009,2OBU,A,29-32 +PS00260,2OBU,A,0-22 +PS00005,2PNG,A,"64-66,72-74" +PS00006,2PNG,A,"29-32,77-80" +PS00012,2PNG,A,32-47 +PS00001,2UUR,A,147-150 +PS00004,2UUR,A,224-227 +PS00005,2UUR,A,"46-48,92-94,99-101,113-115,132-134" +PS00006,2UUR,A,"113-116,150-153,227-230,240-243" +PS00008,2UUR,A,"119-124,135-140,162-167" +PS00001,2GD7,A,28-31 +PS00005,2GD7,A,59-61 +PS00006,2GD7,A,"30-33,46-49,88-91" +PS00008,2GD7,A,"0-5,63-68" +PS00001,2GD7,B,28-31 +PS00005,2GD7,B,59-61 +PS00006,2GD7,B,"30-33,46-49,88-91" +PS00008,2GD7,B,"0-5,63-68" +PS00001,2HF6,A,49-52 +PS00005,2HF6,A,"11-13,36-38,51-53" +PS00006,2HF6,A,"36-39,54-57,70-73,81-84" +PS00007,2HF6,A,"28-34,69-77" +PS00008,2HF6,A,119-124 +PS00989,2HF6,A,66-76 +PS00004,2HW0,A,64-67 +PS00005,2HW0,A,1-3 +PS00006,2HW0,A,"23-26,36-39" +PS00008,2HW0,A,"47-52,106-111" +PS00001,2HW9,A,119-122 +PS00005,2HW9,A,"104-106,121-123" +PS00006,2HW9,A,"55-58,83-86" +PS00007,2HW9,A,"62-69,93-99" +PS00008,2HW9,A,"34-39,67-72,76-81,115-120" +PS00247,2HW9,A,76-99 +PS00001,2HW9,B,119-122 +PS00005,2HW9,B,"104-106,121-123" +PS00006,2HW9,B,"55-58,83-86" +PS00007,2HW9,B,"62-69,93-99" +PS00008,2HW9,B,"34-39,67-72,76-81,115-120" +PS00247,2HW9,B,76-99 +PS00001,2HWA,A,119-122 +PS00004,2HWA,A,14-17 +PS00005,2HWA,A,"104-106,121-123" +PS00006,2HWA,A,"55-58,83-86" +PS00007,2HWA,A,"62-69,93-99" +PS00008,2HWA,A,"34-39,67-72,76-81,115-120" +PS00247,2HWA,A,76-99 +PS00001,2HWA,B,119-122 +PS00004,2HWA,B,14-17 +PS00005,2HWA,B,"104-106,121-123" +PS00006,2HWA,B,"55-58,83-86" +PS00007,2HWA,B,"62-69,93-99" +PS00008,2HWA,B,"34-39,67-72,76-81,115-120" +PS00247,2HWA,B,76-99 +PS00001,2HWM,A,119-122 +PS00005,2HWM,A,"104-106,121-123" +PS00006,2HWM,A,"55-58,83-86" +PS00007,2HWM,A,"62-69,93-99" +PS00008,2HWM,A,"34-39,67-72,76-81,115-120" +PS00247,2HWM,A,76-99 +PS00001,2HWM,B,119-122 +PS00005,2HWM,B,"104-106,121-123" +PS00006,2HWM,B,"55-58,83-86" +PS00007,2HWM,B,"62-69,93-99" +PS00008,2HWM,B,"34-39,67-72,76-81,115-120" +PS00247,2HWM,B,76-99 +PS00005,2IDR,A,"117-119,166-168" +PS00006,2IDR,A,34-37 +PS00007,2IDR,A,143-151 +PS00008,2IDR,A,"41-46,77-82,113-118" +PS00813,2IDR,A,57-80 +PS00005,2IDR,B,"117-119,166-168" +PS00006,2IDR,B,34-37 +PS00007,2IDR,B,143-151 +PS00008,2IDR,B,"41-46,77-82,113-118" +PS00813,2IDR,B,57-80 +PS00005,2IDV,A,"117-119,166-168" +PS00006,2IDV,A,34-37 +PS00007,2IDV,A,143-151 +PS00008,2IDV,A,"41-46,77-82,113-118" +PS00813,2IDV,A,57-80 +PS00005,2JMV,A,40-42 +PS00008,2JMV,A,"0-5,27-32,75-80" +PS00006,2JPB,A,"26-29,59-62" +PS00342,2JPB,A,101-103 +PS00001,2JQ4,A,23-26 +PS00005,2JQ4,A,"11-13,25-27,86-88,93-95" +PS00006,2JQ4,A,"11-14,25-28,38-41,42-45" +PS00008,2JQ4,A,65-70 +PS00001,2JQA,A,"52-55,124-127" +PS00005,2JQA,A,"40-42,51-53,126-128,140-142" +PS00006,2JQA,A,40-43 +PS00008,2JQA,A,"31-36,80-85" +PS00005,2P7C,B,39-41 +PS00006,2P7C,B,7-10 +PS00005,2P81,A,11-13 +PS00007,2P81,A,2-9 +PS00008,2P81,A,23-28 +PS00027,2P81,A,18-41 +PS00001,2PQU,A,"1-4,38-41" +PS00005,2PQU,A,"5-7,25-27" +PS00008,2PQU,A,"16-21,34-39" +PS00009,2PQU,A,19-22 +PS00001,2PQU,B,"1-4,38-41" +PS00005,2PQU,B,"5-7,25-27" +PS00008,2PQU,B,"16-21,34-39" +PS00009,2PQU,B,19-22 +PS00001,2PQU,C,"1-4,38-41" +PS00005,2PQU,C,"5-7,25-27" +PS00008,2PQU,C,"16-21,34-39" +PS00009,2PQU,C,19-22 +PS00001,2PQU,D,"1-4,38-41" +PS00005,2PQU,D,"5-7,25-27" +PS00008,2PQU,D,"16-21,34-39" +PS00009,2PQU,D,19-22 +PS00004,2PY1,A,122-125 +PS00005,2PY1,A,"5-7,95-97,125-127" +PS00006,2PY1,A,"65-68,101-104,115-118" +PS00214,2PY1,A,6-23 +PS00001,2PY9,A,"1-4,38-41" +PS00005,2PY9,A,"5-7,25-27" +PS00008,2PY9,A,"16-21,34-39" +PS00009,2PY9,A,19-22 +PS00001,2PY9,B,"1-4,38-41" +PS00005,2PY9,B,"5-7,25-27" +PS00008,2PY9,B,"16-21,34-39" +PS00009,2PY9,B,19-22 +PS00001,2PY9,C,"1-4,38-41" +PS00005,2PY9,C,"5-7,25-27" +PS00008,2PY9,C,"16-21,34-39" +PS00009,2PY9,C,19-22 +PS00001,2PY9,D,"1-4,38-41" +PS00005,2PY9,D,"5-7,25-27" +PS00008,2PY9,D,"16-21,34-39" +PS00009,2PY9,D,19-22 +PS00001,2PZV,A,123-126 +PS00005,2PZV,A,125-127 +PS00006,2PZV,A,"4-7,125-128" +PS00008,2PZV,A,"59-64,93-98" +PS00001,2PZV,B,123-126 +PS00005,2PZV,B,125-127 +PS00006,2PZV,B,"4-7,125-128" +PS00008,2PZV,B,"59-64,93-98" +PS00001,2PZV,C,123-126 +PS00005,2PZV,C,125-127 +PS00006,2PZV,C,"4-7,125-128" +PS00008,2PZV,C,"59-64,93-98" +PS00001,2PZV,D,123-126 +PS00005,2PZV,D,125-127 +PS00006,2PZV,D,"4-7,125-128" +PS00008,2PZV,D,"59-64,93-98" +PS00001,2UZ5,A,120-123 +PS00004,2UZ5,A,133-136 +PS00005,2UZ5,A,"55-57,67-69,70-72,131-133" +PS00006,2UZ5,A,"62-65,96-99" +PS00008,2UZ5,A,41-46 +PS00342,2V1S,A,70-72 +PS00342,2V1S,B,70-72 +PS00342,2V1S,C,70-72 +PS00342,2V1S,D,70-72 +PS00342,2V1S,E,70-72 +PS00342,2V1S,F,70-72 +PS00342,2V1S,G,70-72 +PS00342,2V1T,A,70-72 +PS00342,2V1T,B,70-72 +PS00001,2E34,A,115-118 +PS00005,2E34,A,129-131 +PS00006,2E34,A,117-120 +PS00008,2E34,A,"27-32,82-87,128-133" +PS00359,2E34,A,124-139 +PS00001,2E35,A,115-118 +PS00005,2E35,A,129-131 +PS00006,2E35,A,117-120 +PS00008,2E35,A,"27-32,82-87,128-133" +PS00359,2E35,A,124-139 +PS00001,2E36,A,115-118 +PS00005,2E36,A,129-131 +PS00006,2E36,A,117-120 +PS00008,2E36,A,"27-32,82-87,128-133" +PS00359,2E36,A,124-139 +PS00001,2HZ9,A,119-122 +PS00005,2HZ9,A,"104-106,121-123" +PS00006,2HZ9,A,"55-58,83-86" +PS00007,2HZ9,A,"62-69,93-99" +PS00008,2HZ9,A,"34-39,67-72,76-81,115-120" +PS00247,2HZ9,A,76-99 +PS00001,2HZ9,B,119-122 +PS00005,2HZ9,B,"104-106,121-123" +PS00006,2HZ9,B,"55-58,83-86" +PS00007,2HZ9,B,"62-69,93-99" +PS00008,2HZ9,B,"34-39,67-72,76-81,115-120" +PS00247,2HZ9,B,76-99 +PS00005,2JPQ,A,"3-5,51-53,70-72" +PS00006,2JPQ,A,"66-69,73-76" +PS00008,2JPQ,A,37-42 +PS00005,2JPQ,B,"3-5,51-53,70-72" +PS00006,2JPQ,B,"66-69,73-76" +PS00008,2JPQ,B,37-42 +PS00001,2JQP,A,51-54 +PS00005,2JQP,A,"15-17,59-61" +PS00008,2JQP,A,40-45 +PS00272,2JQP,A,40-60 +PS00001,2JQQ,A,"42-45,96-99,191-194" +PS00004,2JQQ,A,108-111 +PS00005,2JQQ,A,"12-14,93-95,142-144,174-176,179-181" +PS00006,2JQQ,A,"18-21,25-28,36-39,51-54,60-63,113-116,148-151" +PS00007,2JQQ,A,85-91 +PS00008,2JQQ,A,92-97 +PS00009,2JQQ,A,106-109 +PS00004,2OD1,A,20-23 +PS00005,2OD1,A,31-33 +PS00008,2OD1,A,"0-5,28-33" +PS00009,2OD1,A,18-21 +PS01360,2OD1,A,15-51 +PS00004,2ODD,A,24-27 +PS00005,2ODD,A,35-37 +PS00008,2ODD,A,32-37 +PS00009,2ODD,A,22-25 +PS01360,2ODD,A,19-55 +PS00005,2ODD,B,14-16 +PS00008,2ODD,B,0-5 +PS00001,2OQP,A,68-71 +PS00005,2OQP,A,"70-72,124-126" +PS00006,2OQP,A,40-43 +PS00009,2OQP,A,83-86 +PS00001,2PP4,A,38-41 +PS00006,2PP4,A,42-45 +PS00008,2PP4,A,35-40 +PS00001,2PQE,A,117-120 +PS00005,2PQE,A,"2-4,21-23,32-34,46-48,61-63,81-83" +PS00008,2PQE,A,"28-33,54-59" +PS01284,2PQE,A,82-92 +PS00001,2DW3,A,64-67 +PS00008,2DW3,A,"28-33,34-39" +PS00005,2E5G,A,90-92 +PS00008,2E5G,A,"0-5,18-23,55-60" +PS00001,2E5H,A,72-75 +PS00005,2E5H,A,53-55 +PS00006,2E5H,A,28-31 +PS00008,2E5H,A,"0-5,6-11" +PS00001,2E5I,A,110-113 +PS00004,2E5I,A,7-10 +PS00005,2E5I,A,"5-7,92-94" +PS00007,2E5I,A,107-115 +PS00008,2E5I,A,0-5 +PS00009,2E5I,A,"5-8,120-123" +PS00005,2E5J,A,84-86 +PS00008,2E5J,A,"0-5,8-13,14-19,77-82" +PS00006,2E5K,A,"43-46,49-52,74-77" +PS00008,2E5K,A,"0-5,57-62" +PS00005,2E5N,A,"9-11,66-68,95-97" +PS00006,2E5N,A,"66-69,83-86" +PS00008,2E5N,A,0-5 +PS00005,2E5P,A,"28-30,34-36" +PS00006,2E5P,A,34-37 +PS00007,2E5P,A,18-25 +PS00008,2E5P,A,0-5 +PS00004,2E5Q,A,28-31 +PS00005,2E5Q,A,32-34 +PS00006,2E5Q,A,40-43 +PS00007,2E5Q,A,16-23 +PS00008,2E5Q,A,"0-5,6-11" +PS00008,2E5R,A,"0-5,47-52" +PS01357,2E5R,A,13-40 +PS00005,2E5S,A,"10-12,16-18" +PS00006,2E5S,A,46-49 +PS00007,2E5S,A,65-73 +PS00008,2E5S,A,"0-5,6-11" +PS00009,2JPX,A,29-32 +PS00005,2E5Z,A,44-46 +PS00006,2E5Z,A,86-89 +PS00008,2E5Z,A,0-5 +PS00001,2E60,A,89-92 +PS00004,2E60,A,94-97 +PS00005,2E60,A,23-25 +PS00006,2E60,A,"16-19,56-59" +PS00007,2E60,A,76-83 +PS00008,2E60,A,0-5 +PS00001,2E61,A,43-46 +PS00006,2E61,A,"4-7,65-68" +PS00008,2E61,A,0-5 +PS00006,2E62,A,30-33 +PS00007,2E62,A,50-57 +PS00008,2E62,A,0-5 +PS00005,2E63,A,"12-14,24-26,52-54" +PS00006,2E63,A,"4-7,71-74,76-79,105-108" +PS00008,2E63,A,"0-5,31-36,37-42,86-91,124-129,143-148" +PS00005,2JOW,A,"12-14,63-65" +PS00006,2JOW,A,17-20 +PS00007,2JOW,A,49-56 +PS00001,2HDZ,A,78-81 +PS00005,2HDZ,A,"6-8,79-81" +PS00007,2HDZ,A,55-63 +PS00006,2HST,A,97-100 +PS00007,2HST,A,112-118 +PS00008,2HST,A,"15-20,43-48,83-88,119-124" +PS00004,2HWT,A,"47-50,67-70" +PS00005,2HWT,A,"22-24,78-80" +PS00006,2HWT,A,"18-21,70-73,78-81,83-86" +PS00006,2JM1,A,"99-102,126-129" +PS00008,2JM1,A,"11-16,19-24,71-76" +PS00009,2JM1,A,92-95 +PS00005,2JQ5,A,"6-8,81-83" +PS00006,2JQ5,A,"9-12,50-53,104-107,121-124" +PS00008,2JQ5,A,"5-10,84-89" +PS00008,2JQU,A,1-6 +PS00001,2PF5,A,82-85 +PS00005,2PF5,A,"8-10,31-33,84-86" +PS00006,2PF5,A,14-17 +PS00008,2PF5,A,"26-31,78-83" +PS01241,2PF5,A,22-67 +PS00001,2PF5,B,82-85 +PS00005,2PF5,B,"8-10,31-33,84-86" +PS00006,2PF5,B,14-17 +PS00008,2PF5,B,"26-31,78-83" +PS01241,2PF5,B,22-67 +PS00001,2PF5,C,82-85 +PS00005,2PF5,C,"8-10,31-33,84-86" +PS00006,2PF5,C,14-17 +PS00008,2PF5,C,"26-31,78-83" +PS01241,2PF5,C,22-67 +PS00001,2PF5,D,82-85 +PS00005,2PF5,D,"8-10,31-33,84-86" +PS00006,2PF5,D,14-17 +PS00008,2PF5,D,"26-31,78-83" +PS01241,2PF5,D,22-67 +PS00001,2PF5,E,82-85 +PS00005,2PF5,E,"8-10,31-33,84-86" +PS00006,2PF5,E,14-17 +PS00008,2PF5,E,"26-31,78-83" +PS01241,2PF5,E,22-67 +PS00001,2E6I,A,"7-10,45-48" +PS00005,2E6I,A,47-49 +PS00006,2E6I,A,"28-31,54-57" +PS00008,2E6I,A,0-5 +PS00005,2E6J,A,"59-61,103-105" +PS00006,2E6J,A,59-62 +PS00008,2E6J,A,"0-5,24-29,37-42" +PS00005,2E6N,A,"77-79,88-90" +PS00006,2E6N,A,8-11 +PS00007,2E6N,A,42-49 +PS00008,2E6N,A,0-5 +PS00007,2E6O,A,59-66 +PS00008,2E6O,A,"0-5,6-11" +PS00005,2E6P,A,24-26 +PS00006,2E6P,A,"12-15,22-25,34-37,93-96" +PS00008,2E6P,A,0-5 +PS00009,2E6P,A,60-63 +PS00005,2E6Q,A,7-9 +PS00006,2E6Q,A,101-104 +PS00008,2E6Q,A,"0-5,84-89,93-98" +PS00006,2E6R,A,22-25 +PS00008,2E6R,A,"0-5,35-40" +PS00016,2E6R,A,23-25 +PS01359,2E6R,A,18-62 +PS00001,2E6S,A,8-11 +PS00005,2E6S,A,"5-7,27-29,72-74" +PS00006,2E6S,A,10-13 +PS00007,2E6S,A,61-69 +PS00008,2E6S,A,0-5 +PS01359,2E6S,A,12-73 +PS00001,2JMI,A,32-35 +PS00005,2JMI,A,82-84 +PS00008,2JMI,A,3-8 +PS00001,2JMJ,A,32-35 +PS00005,2JMJ,A,82-84 +PS00008,2JMJ,A,3-8 +PS00005,2JMJ,P,5-7 +PS00001,2JMM,A,134-137 +PS00004,2JMM,A,117-120 +PS00005,2JMM,A,"59-61,88-90,146-148" +PS00006,2JMM,A,"88-91,97-100,125-128" +PS00008,2JMM,A,"9-14,26-31,55-60,150-155" +PS00005,2JN3,A,"49-51,52-54,92-94,121-123" +PS00006,2JN3,A,"70-73,90-93" +PS00009,2JN3,A,73-76 +PS00214,2JN3,A,3-20 +PS00005,2JPC,A,"19-21,25-27,31-33" +PS00007,2JPC,A,7-13 +PS00622,2JPC,A,12-39 +PS00001,2JPU,A,74-77 +PS00006,2JPU,A,"4-7,18-21,97-100" +PS00005,2JQ7,A,"100-102,130-132" +PS00006,2JQ7,A,58-61 +PS00008,2JQ7,A,"83-88,129-134" +PS00359,2JQ7,A,125-140 +PS00006,2JQN,A,"8-11,24-27,36-39" +PS00001,2JQO,A,42-45 +PS00004,2JQO,A,83-86 +PS00005,2JQO,A,82-84 +PS00006,2JQO,A,"62-65,82-85" +PS00008,2JQO,A,46-51 +PS00001,2JR2,A,58-61 +PS00005,2JR2,A,50-52 +PS00006,2JR2,A,66-69 +PS00008,2JR2,A,37-42 +PS00001,2JR2,B,58-61 +PS00005,2JR2,B,50-52 +PS00006,2JR2,B,66-69 +PS00008,2JR2,B,37-42 +PS00005,2JRA,A,4-6 +PS00006,2JRA,A,2-5 +PS00008,2JRA,A,"8-13,19-24" +PS00005,2JRA,B,4-6 +PS00006,2JRA,B,2-5 +PS00008,2JRA,B,"8-13,19-24" +PS00006,2E5T,A,"18-21,40-43" +PS00006,2E5U,A,18-21 +PS00342,2E5U,A,37-39 +PS00005,2E5Y,A,23-25 +PS00006,2E5Y,A,"105-108,127-130" +PS00008,2E5Y,A,32-37 +PS00005,2E5Y,B,23-25 +PS00006,2E5Y,B,"105-108,127-130" +PS00008,2E5Y,B,32-37 +PS00008,2E6Z,A,"0-5,32-37" +PS00005,2E70,A,"22-24,44-46,68-70" +PS00008,2E70,A,"0-5,6-11" +PS00009,2E70,A,11-14 +PS00006,2E71,A,"4-7,36-39" +PS00008,2E71,A,0-5 +PS00006,2E72,A,5-8 +PS00008,2E72,A,"0-5,6-11" +PS00009,2E72,A,9-12 +PS00005,2E7B,A,"26-28,54-56,74-76" +PS00006,2E7B,A,80-83 +PS00007,2E7B,A,70-77 +PS00008,2E7B,A,"0-5,22-27" +PS00005,2E7C,A,"13-15,66-68,107-109" +PS00006,2E7C,A,"13-16,74-77" +PS00008,2E7C,A,0-5 +PS00005,2E7G,A,"5-7,93-95" +PS00008,2E7G,A,0-5 +PS00009,2E7G,A,5-8 +PS01319,2E7G,A,84-105 +PS00005,2E7H,A,54-56 +PS00006,2E7H,A,99-102 +PS00007,2E7H,A,81-88 +PS00008,2E7H,A,"0-5,69-74" +PS00001,2HO9,A,5-8 +PS00006,2HO9,A,"14-17,22-25,75-78" +PS00007,2HO9,A,34-41 +PS00029,2HO9,A,136-157 +PS00005,2I7K,A,52-54 +PS00006,2I7K,A,"52-55,64-67" +PS60014,2NS3,A,1-12 +PS00001,2JMZ,A,"131-134,159-162" +PS00004,2JMZ,A,79-82 +PS00005,2JMZ,A,"38-40,82-84,89-91" +PS00006,2JMZ,A,"2-5,155-158" +PS00007,2JMZ,A,121-127 +PS00008,2JMZ,A,19-24 +PS00001,2JNQ,A,"131-134,159-162" +PS00004,2JNQ,A,79-82 +PS00005,2JNQ,A,"38-40,82-84,89-91" +PS00006,2JNQ,A,"2-5,155-158" +PS00007,2JNQ,A,121-127 +PS00008,2JNQ,A,19-24 +PS00005,2JPN,A,55-57 +PS00006,2JPN,A,"15-18,55-58,70-73" +PS00009,2JPN,A,61-64 +PS00001,2JQX,A,"181-184,585-588" +PS00004,2JQX,A,428-431 +PS00005,2JQX,A,"208-210,418-420,519-521,633-635" +PS00006,2JQX,A,"27-30,102-105,136-139,155-158,183-186,266-269,296-299,319-322,406-409,456-459,462-465,587-590" +PS00007,2JQX,A,310-318 +PS00008,2JQX,A,"28-33,151-156,291-296,323-328,359-364,413-418,492-497,528-533,613-618,681-686" +PS00016,2JQX,A,219-221 +PS00589,2JQX,A,325-340 +PS00008,2JRD,A,"0-5,7-12,15-20" +PS00009,2JRD,A,21-24 +PS00005,2JRH,A,"71-73,74-76" +PS00001,2JRJ,A,1-4 +PS00005,2JRJ,A,16-18 +PS00006,2JRJ,A,33-36 +PS00005,2JRP,A,61-63 +PS00005,2JRZ,A,28-30 +PS00006,2JRZ,A,"0-3,84-87" +PS00007,2JRZ,A,"46-54,83-91" +PS00008,2JRZ,A,52-57 +PS00005,2PE9,A,8-10 +PS00006,2PE9,A,54-57 +PS00299,2PE9,A,26-51 +PS00005,2PE9,B,8-10 +PS00006,2PE9,B,54-57 +PS00299,2PE9,B,26-51 +PS00005,2PEA,A,8-10 +PS00006,2PEA,A,54-57 +PS00299,2PEA,A,26-51 +PS00005,2PEA,B,8-10 +PS00006,2PEA,B,54-57 +PS00299,2PEA,B,26-51 +PS00005,2UWQ,A,"54-56,73-75" +PS00006,2UWQ,A,13-16 +PS00008,2UWQ,A,72-77 +PS00001,2E7M,A,"72-75,99-102" +PS00005,2E7M,A,"9-11,101-103" +PS00006,2E7M,A,"9-12,16-19,24-27" +PS00008,2E7M,A,0-5 +PS00005,2E7N,A,"25-27,61-63" +PS00007,2E7N,A,"8-15,63-71" +PS00008,2E7N,A,"0-5,6-11" +PS00342,2E7N,A,114-116 +PS00633,2E7N,A,32-91 +PS00004,2E7O,A,104-107 +PS00005,2E7O,A,"54-56,109-111" +PS00006,2E7O,A,"4-7,19-22,23-26,54-57,83-86" +PS00008,2E7O,A,"0-5,62-67" +PS00633,2E7O,A,27-84 +PS00006,2I9H,A,6-9 +PS00008,2I9H,A,88-93 +PS00194,2I9H,A,21-39 +PS00005,2IJY,A,"94-96,162-164,178-180" +PS00006,2IJY,A,165-168 +PS00008,2IJY,A,"61-66,113-118" +PS00194,2IJY,A,21-39 +PS00005,2O8K,A,56-58 +PS00006,2JMP,A,"57-60,70-73" +PS00008,2JMP,A,1-6 +PS00001,2JQF,R,48-51 +PS00006,2JQF,R,"44-47,61-64" +PS00008,2JQF,R,"68-73,85-90,100-105,116-121" +PS00001,2JQF,S,48-51 +PS00006,2JQF,S,"44-47,61-64" +PS00008,2JQF,S,"68-73,85-90,100-105,116-121" +PS00005,2JRB,A,"3-5,19-21,32-34,80-82" +PS00006,2JRB,A,32-35 +PS00007,2JRB,A,77-85 +PS00005,2JRF,A,"12-14,65-67,83-85,127-129,133-135,141-143" +PS00006,2JRF,A,"25-28,50-53,90-93,133-136" +PS00007,2JRF,A,123-130 +PS00008,2JRF,A,"8-13,26-31,111-116,167-172" +PS00007,2JRM,A,23-30 +PS00006,2JRR,A,54-57 +PS00008,2JRR,A,19-24 +PS00006,2O8K,A,"3-6,25-28,56-59" +PS00008,2O8K,A,53-58 +PS00718,2O8K,A,42-49 +PS00005,2O9L,A,56-58 +PS00006,2O9L,A,"3-6,25-28,56-59" +PS00008,2O9L,A,53-58 +PS00718,2O9L,A,42-49 +PS00005,2V24,A,"93-95,197-199" +PS00006,2V24,A,109-112 +PS00008,2V24,A,"2-7,90-95,168-173" +PS00009,2V24,A,179-182 +PS00678,2V24,A,104-118 +PS00001,2E8M,A,28-31 +PS00006,2E8M,A,33-36 +PS00008,2E8M,A,"0-5,56-61" +PS00005,2E8O,A,98-100 +PS00006,2E8O,A,"68-71,77-80" +PS00008,2E8O,A,0-5 +PS00005,2E8P,A,13-15 +PS00006,2E8P,A,"47-50,52-55" +PS00008,2E8P,A,"0-5,12-17,58-63" +PS00006,2HLU,A,"54-57,72-75" +PS00008,2HLU,A,62-67 +PS00150,2HLU,A,7-17 +PS00151,2HLU,A,31-47 +PS00001,2JQG,R,48-51 +PS00006,2JQG,R,"44-47,61-64" +PS00008,2JQG,R,"68-73,85-90,100-105,116-121" +PS00001,2JR5,A,80-83 +PS00006,2JR5,A,"34-37,38-41" +PS00006,2JR6,A,53-56 +PS00001,2JS1,A,20-23 +PS00006,2JS1,A,70-73 +PS00001,2JS1,B,20-23 +PS00006,2JS1,B,70-73 +PS00001,2NTD,A,119-122 +PS00005,2NTD,A,"104-106,121-123" +PS00006,2NTD,A,"55-58,83-86" +PS00007,2NTD,A,"62-69,93-99" +PS00008,2NTD,A,"34-39,67-72,76-81,115-120" +PS00247,2NTD,A,76-99 +PS00001,2NTD,B,119-122 +PS00005,2NTD,B,"104-106,121-123" +PS00006,2NTD,B,"55-58,83-86" +PS00007,2NTD,B,"62-69,93-99" +PS00008,2NTD,B,"34-39,67-72,76-81,115-120" +PS00247,2NTD,B,76-99 +PS00001,2NTD,C,119-122 +PS00005,2NTD,C,"104-106,121-123" +PS00006,2NTD,C,"55-58,83-86" +PS00007,2NTD,C,"62-69,93-99" +PS00008,2NTD,C,"34-39,67-72,76-81,115-120" +PS00247,2NTD,C,76-99 +PS00001,2NTD,D,119-122 +PS00005,2NTD,D,"104-106,121-123" +PS00006,2NTD,D,"55-58,83-86" +PS00007,2NTD,D,"62-69,93-99" +PS00008,2NTD,D,"34-39,67-72,76-81,115-120" +PS00247,2NTD,D,76-99 +PS00001,2PX9,A,129-132 +PS00004,2PX9,A,70-73 +PS00005,2PX9,A,"0-2,8-10,73-75,162-164" +PS00006,2PX9,A,"12-15,54-57,63-66,73-76,81-84,123-126,184-187,206-209" +PS00007,2PX9,A,91-99 +PS00865,2PX9,A,5-13 +PS00004,2PX9,B,47-50 +PS00005,2PX9,B,107-109 +PS00006,2PX9,B,"50-53,94-97" +PS00008,2PX9,B,2-7 +PS00009,2PX9,B,45-48 +PS00183,2PX9,B,81-96 +PS00005,2DUW,A,"11-13,21-23,28-30,46-48" +PS00006,2DUW,A,62-65 +PS00007,2DUW,A,33-40 +PS00008,2DUW,A,7-12 +PS00001,2DZM,A,72-75 +PS00005,2DZM,A,5-7 +PS00006,2DZM,A,29-32 +PS00008,2DZM,A,0-5 +PS00008,2E0H,A,29-34 +PS00001,2E0P,A,"45-48,55-58,170-173,200-203,397-400,461-464,469-472,484-487" +PS00004,2E0P,A,265-268 +PS00005,2E0P,A,"38-40,130-132,202-204,305-307,420-422,466-468,486-488" +PS00006,2E0P,A,"1-4,15-18,29-32,91-94,123-126,150-153,202-205,242-245,248-251,268-271,315-318,320-323,357-360,407-410,426-429" +PS00007,2E0P,A,314-321 +PS00008,2E0P,A,"43-48,76-81,141-146,351-356,364-369,370-375,384-389,413-418,473-478" +PS00009,2E0P,A,271-274 +PS00008,2E2F,A,35-40 +PS00006,2E2S,A,27-30 +PS00005,2E2Z,A,"14-16,89-91" +PS00006,2E2Z,A,89-92 +PS00001,2E3E,A,15-18 +PS00006,2E3E,A,13-16 +PS00001,2E3F,A,15-18 +PS00006,2E3F,A,13-16 +PS00008,2E3F,A,30-35 +PS00009,2E3F,A,34-37 +PS00001,2E3G,A,11-14 +PS00008,2E3G,A,26-31 +PS00008,2E3H,A,"10-15,44-49" +PS00845,2E3H,A,21-52 +PS00005,2E3I,A,69-71 +PS00008,2E3I,A,"12-17,29-34,45-50" +PS00845,2E3I,A,22-53 +PS00005,2E4H,A,1-3 +PS00008,2E4H,A,"18-23,52-57" +PS00845,2E4H,A,29-60 +PS00001,2E4J,A,"28-31,55-58" +PS00005,2E4J,A,131-133 +PS00006,2E4J,A,"96-99,131-134,150-153" +PS00008,2E4J,A,"24-29,53-58,90-95" +PS00213,2E4J,A,10-23 +PS00001,2E4T,A,"45-48,55-58,170-173,200-203,397-400,461-464,469-472,484-487" +PS00004,2E4T,A,265-268 +PS00005,2E4T,A,"38-40,130-132,202-204,305-307,420-422,466-468,486-488" +PS00006,2E4T,A,"1-4,15-18,29-32,91-94,123-126,150-153,202-205,242-245,248-251,268-271,315-318,320-323,357-360,407-410,426-429" +PS00007,2E4T,A,314-321 +PS00008,2E4T,A,"43-48,76-81,141-146,351-356,364-369,370-375,384-389,413-418,473-478" +PS00009,2E4T,A,271-274 +PS00005,2EBK,A,88-90 +PS00006,2EBK,A,"32-35,45-48,88-91,122-125" +PS00008,2EBK,A,"0-5,73-78" +PS00001,2E9G,A,"26-29,47-50" +PS00006,2E9G,A,"49-52,114-117" +PS00008,2E9G,A,"0-5,22-27,83-88" +PS00001,2E9I,A,38-41 +PS00005,2E9I,A,"5-7,15-17,50-52,81-83" +PS00006,2E9I,A,"26-29,54-57" +PS00008,2E9I,A,"0-5,86-91" +PS00005,2E9J,A,"5-7,88-90" +PS00006,2E9J,A,60-63 +PS00008,2E9J,A,"0-5,34-39,94-99" +PS00001,2E9K,A,28-31 +PS00005,2E9K,A,"35-37,86-88" +PS00006,2E9K,A,"4-7,58-61,86-89,92-95" +PS00008,2E9K,A,"0-5,39-44" +PS00001,2EA5,A,22-25 +PS00006,2EA5,A,5-8 +PS00008,2EA5,A,"0-5,6-11" +PS00005,2EA6,A,"51-53,60-62" +PS00008,2EA6,A,"0-5,8-13" +PS00518,2EA6,A,39-48 +PS00008,2EAM,A,"0-5,55-60" +PS00006,2EAN,A,47-50 +PS00008,2EAN,A,"0-5,21-26" +PS00005,2EAO,A,79-81 +PS00006,2EAO,A,"14-17,22-25,55-58" +PS00008,2EAO,A,"0-5,63-68" +PS00001,2EAV,A,38-41 +PS00007,2EAV,A,59-65 +PS00008,2EAV,A,"11-16,70-75,78-83,102-107" +PS00001,2EAV,B,38-41 +PS00007,2EAV,B,59-65 +PS00008,2EAV,B,"11-16,70-75,78-83,102-107" +PS00001,2EAX,A,37-40 +PS00007,2EAX,A,58-64 +PS00008,2EAX,A,"10-15,69-74,77-82,101-106" +PS00001,2EAX,B,37-40 +PS00007,2EAX,B,58-64 +PS00008,2EAX,B,"10-15,69-74,77-82,101-106" +PS00001,2EAX,C,37-40 +PS00007,2EAX,C,58-64 +PS00008,2EAX,C,"10-15,69-74,77-82,101-106" +PS00009,2EDG,A,5-8 +PS00005,2EBM,A,"57-59,63-65" +PS00006,2EBM,A,61-64 +PS00007,2EBM,A,65-73 +PS00008,2EBM,A,0-5 +PS00005,2EBP,A,"26-28,56-58" +PS00006,2EBP,A,20-23 +PS00008,2EBP,A,"0-5,44-49" +PS00005,2EBQ,A,32-34 +PS00008,2EBQ,A,"0-5,6-11" +PS01358,2EBQ,A,11-30 +PS00005,2EBR,A,"24-26,32-34" +PS00006,2EBR,A,5-8 +PS00008,2EBR,A,"0-5,9-14,36-41" +PS01358,2EBR,A,11-30 +PS00001,2EBU,A,55-58 +PS00005,2EBU,A,"5-7,57-59,74-76" +PS00006,2EBU,A,"43-46,72-75,102-105" +PS00008,2EBU,A,"0-5,17-22,31-36,49-54,70-75" +PS00009,2EBU,A,98-101 +PS00005,2EBV,A,52-54 +PS00008,2EBV,A,"0-5,6-11,29-34" +PS01358,2EBV,A,31-50 +PS00005,2EBW,A,80-82 +PS00006,2EBW,A,26-29 +PS00008,2EBW,A,"0-5,6-11" +PS00001,2EC1,A,94-97 +PS00005,2EC1,A,"16-18,75-77" +PS00006,2EC1,A,"4-7,107-110" +PS00007,2EC1,A,9-15 +PS00008,2EC1,A,0-5 +PS00008,2ECJ,A,"0-5,6-11" +PS00294,2ECJ,A,54-57 +PS00518,2ECJ,A,32-41 +PS00001,2ECL,A,48-51 +PS00008,2ECL,A,0-5 +PS00005,2ECM,A,16-18 +PS00006,2ECM,A,33-36 +PS00008,2ECM,A,"0-5,6-11" +PS00001,2ECN,A,61-64 +PS00005,2ECN,A,"5-7,44-46" +PS00006,2ECN,A,12-15 +PS00008,2ECN,A,"0-5,59-64" +PS00518,2ECN,A,31-40 +PS00006,2ED2,A,88-91 +PS00008,2ED2,A,"0-5,24-29,47-52" +PS00005,2EDF,A,"50-52,70-72" +PS00006,2EDF,A,70-73 +PS00008,2EDF,A,0-5 +PS00001,2EDG,A,91-94 +PS00004,2EDG,A,7-10 +PS00005,2EDG,A,"5-7,10-12,61-63" +PS00006,2EDG,A,"17-20,42-45,93-96,104-107,109-112,126-129" +PS00008,2EDG,A,"0-5,57-62" +PS00189,2EDG,A,47-76 +PS00005,2EDH,A,"5-7,13-15,56-58,64-66,101-103" +PS00006,2EDH,A,56-59 +PS00008,2EDH,A,0-5 +PS00001,2EDI,A,89-92 +PS00004,2EDI,A,9-12 +PS00005,2EDI,A,"7-9,12-14,32-34,116-118" +PS00006,2EDI,A,"12-15,51-54,116-119" +PS00008,2EDI,A,0-5 +PS00029,2EDI,A,117-138 +PS00183,2EDI,A,86-101 +PS00001,2EDJ,A,16-19 +PS00006,2EDJ,A,"56-59,83-86" +PS00007,2EDJ,A,69-76 +PS00008,2EDJ,A,"0-5,74-79" +PS00005,2EDK,A,52-54 +PS00006,2EDK,A,"12-15,48-51" +PS00008,2EDK,A,"0-5,44-49,88-93" +PS00009,2EDK,A,62-65 +PS00004,2EDL,A,40-43 +PS00005,2EDL,A,"45-47,53-55,90-92" +PS00006,2EDL,A,"59-62,69-72" +PS00008,2EDL,A,"0-5,67-72,81-86" +PS00005,2EDN,A,"25-27,45-47,65-67" +PS00006,2EDN,A,"5-8,25-28,65-68" +PS00008,2EDN,A,"0-5,57-62" +PS00001,2EDO,A,"20-23,24-27,84-87" +PS00005,2EDO,A,51-53 +PS00006,2EDO,A,"28-31,95-98" +PS00008,2EDO,A,"0-5,18-23" +PS00004,2EDP,A,91-94 +PS00005,2EDP,A,"25-27,50-52,81-83" +PS00006,2EDP,A,"39-42,55-58,70-73" +PS00008,2EDP,A,"0-5,19-24,29-34,44-49" +PS00005,2EDQ,A,"45-47,53-55,90-92" +PS00006,2EDQ,A,"20-23,45-48,59-62" +PS00008,2EDQ,A,"0-5,81-86" +PS00005,2EDR,A,"26-28,45-47,53-55,90-92" +PS00006,2EDR,A,45-48 +PS00008,2EDR,A,"0-5,22-27,67-72" +PS00005,2EDT,A,90-92 +PS00006,2EDT,A,59-62 +PS00008,2EDT,A,"0-5,67-72,81-86" +PS00005,2EDU,A,"37-39,78-80" +PS00006,2EDU,A,"4-7,37-40,66-69" +PS00008,2EDU,A,"0-5,92-97" +PS00005,2EDV,A,10-12 +PS00008,2EDV,A,"0-5,6-11,41-46" +PS00004,2EDW,A,40-43 +PS00005,2EDW,A,"45-47,53-55,90-92" +PS00006,2EDW,A,"45-48,59-62" +PS00008,2EDW,A,"0-5,67-72,81-86" +PS00005,2EDX,A,33-35 +PS00006,2EDX,A,"78-81,114-117" +PS00008,2EDX,A,"0-5,6-11" +PS00001,2EDY,A,58-61 +PS00005,2EDY,A,84-86 +PS00006,2EDY,A,"22-25,52-55,74-77" +PS00008,2EDY,A,"0-5,18-23" +PS00001,2EE0,A,"67-70,108-111" +PS00005,2EE0,A,60-62 +PS00006,2EE0,A,"5-8,38-41,44-47" +PS00008,2EE0,A,0-5 +PS00001,2EE1,A,18-21 +PS00005,2EE1,A,5-7 +PS00007,2EE1,A,32-38 +PS00008,2EE1,A,0-5 +PS00598,2EE1,A,29-48 +PS00004,2EE2,A,110-113 +PS00005,2EE2,A,"74-76,109-111" +PS00006,2EE2,A,"12-15,30-33,69-72" +PS00008,2EE2,A,"0-5,91-96" +PS00001,2EE3,A,57-60 +PS00005,2EE3,A,"73-75,89-91,93-95" +PS00008,2EE3,A,"0-5,46-51,56-61,82-87" +PS00001,2EE4,A,"53-56,160-163" +PS00005,2EE4,A,"116-118,182-184" +PS00006,2EE4,A,"5-8,55-58,188-191" +PS00008,2EE4,A,"0-5,84-89" +PS00001,2EE5,A,"63-66,170-173" +PS00005,2EE5,A,"5-7,13-15,126-128,192-194" +PS00006,2EE5,A,"65-68,198-201" +PS00007,2EE5,A,14-21 +PS00008,2EE5,A,"0-5,94-99" +PS00001,2EE6,A,62-65 +PS00005,2EE6,A,80-82 +PS00006,2EE6,A,"4-7,51-54,56-59" +PS00008,2EE6,A,"0-5,19-24,42-47" +PS00001,2EE7,A,"34-37,87-90" +PS00006,2EE7,A,"9-12,89-92" +PS00007,2EE7,A,55-62 +PS00008,2EE7,A,"0-5,6-11,42-47" +PS00005,2EE8,A,13-15 +PS00006,2EE8,A,"13-16,38-41" +PS00007,2EE8,A,37-45 +PS00008,2EE8,A,0-5 +PS00028,2EE8,A,"19-39,47-67,75-95" +PS00005,2EE9,A,"39-41,56-58" +PS00008,2EE9,A,0-5 +PS00001,2EEA,A,36-39 +PS00005,2EEA,A,"104-106,111-113" +PS00006,2EEA,A,"5-8,61-64,66-69" +PS00008,2EEA,A,"0-5,21-26,29-34,52-57,100-105" +PS00001,2EEB,A,85-88 +PS00004,2EEB,A,11-14 +PS00006,2EEB,A,"5-8,17-20,59-62" +PS00008,2EEB,A,"0-5,6-11,22-27" +PS00001,2EEC,A,"44-47,119-122" +PS00005,2EEC,A,"45-47,89-91" +PS00006,2EEC,A,"28-31,117-120" +PS00008,2EEC,A,"0-5,29-34" +PS00001,2EED,A,68-71 +PS00005,2EED,A,"14-16,58-60" +PS00006,2EED,A,52-55 +PS00008,2EED,A,"0-5,6-11,17-22,26-31" +PS00016,2EED,A,76-78 +PS00001,2EEE,A,127-130 +PS00004,2EEE,A,81-84 +PS00005,2EEE,A,"79-81,84-86" +PS00008,2EEE,A,"0-5,7-12,37-42" +PS00005,2EEF,A,"50-52,61-63,70-72,89-91,126-128" +PS00006,2EEF,A,"5-8,73-76,89-92,99-102,122-125,150-153" +PS00008,2EEF,A,0-5 +PS00005,2EEG,A,12-14 +PS00006,2EEG,A,67-70 +PS00008,2EEG,A,"0-5,6-11,41-46" +PS00005,2EEH,A,"12-14,26-28,82-84" +PS00006,2EEH,A,"5-8,40-43,46-49" +PS00008,2EEH,A,"0-5,30-35,36-41,52-57,93-98" +PS00005,2EEL,A,19-21 +PS00006,2EEL,A,"14-17,28-31,56-59,66-69" +PS00008,2EEL,A,"0-5,23-28" +PS00001,2EEX,A,"45-48,55-58,170-173,200-203,397-400,461-464,469-472,484-487" +PS00004,2EEX,A,265-268 +PS00005,2EEX,A,"38-40,130-132,202-204,305-307,420-422,466-468,486-488" +PS00006,2EEX,A,"1-4,15-18,29-32,91-94,123-126,150-153,202-205,242-245,248-251,268-271,315-318,320-323,357-360,407-410,426-429" +PS00007,2EEX,A,314-321 +PS00008,2EEX,A,"43-48,76-81,141-146,351-356,364-369,370-375,384-389,413-418,473-478" +PS00009,2EEX,A,271-274 +PS00001,2EFF,A,"1-4,44-47" +PS00005,2EFF,A,103-105 +PS00006,2EFF,A,"15-18,27-30,85-88" +PS00008,2EFF,A,35-40 +PS01344,2EFF,A,49-63 +PS00008,2EFI,A,0-5 +PS00001,2EGA,A,38-41 +PS00006,2EGA,A,"5-8,46-49,57-60" +PS00008,2EGA,A,0-5 +PS00004,2EGC,A,66-69 +PS00006,2EGC,A,14-17 +PS00008,2EGC,A,0-5 +PS00005,2EMG,A,22-24 +PS00008,2EMG,A,0-5 +PS00028,2EMG,A,14-34 +PS00005,2EGE,A,5-7 +PS00008,2EGE,A,"0-5,20-25,55-60" +PS00005,2EGM,A,47-49 +PS00008,2EGM,A,"0-5,11-16" +PS00005,2EGP,A,41-43 +PS00006,2EGP,A,41-44 +PS00008,2EGP,A,"0-5,50-55,59-64" +PS00518,2EGP,A,29-38 +PS00004,2EGQ,A,49-52 +PS00006,2EGQ,A,"4-7,40-43" +PS00008,2EGQ,A,0-5 +PS00478,2EGQ,A,17-55 +PS00004,2EH0,A,86-89 +PS00005,2EH0,A,61-63 +PS00008,2EH0,A,"0-5,35-40" +PS00009,2EH0,A,84-87 +PS00008,2EJS,A,"0-5,6-11" +PS00006,2EHE,A,"16-19,51-54,58-61" +PS00008,2EHE,A,"0-5,41-46" +PS00478,2EHE,A,17-52 +PS00006,2EHF,A,4-7 +PS00008,2EHF,A,"0-5,61-66" +PS00009,2EHF,A,21-24 +PS00001,2EHR,A,"8-11,25-28,84-87" +PS00005,2EHR,A,111-113 +PS00006,2EHR,A,"78-81,86-89" +PS00008,2EHR,A,0-5 +PS00005,2EMH,A,22-24 +PS00008,2EMH,A,0-5 +PS00028,2EMH,A,14-34 +PS00001,2EJ1,A,"45-48,55-58,170-173,200-203,397-400,461-464,469-472,484-487" +PS00004,2EJ1,A,265-268 +PS00005,2EJ1,A,"38-40,130-132,202-204,305-307,420-422,466-468,486-488" +PS00006,2EJ1,A,"1-4,15-18,29-32,91-94,123-126,150-153,202-205,242-245,248-251,268-271,315-318,320-323,357-360,407-410,426-429" +PS00007,2EJ1,A,314-321 +PS00008,2EJ1,A,"43-48,76-81,141-146,351-356,364-369,370-375,384-389,413-418,473-478" +PS00009,2EJ1,A,271-274 +PS00008,2EJ7,A,"0-5,75-80" +PS00636,2EJ7,A,52-71 +PS00004,2EJE,A,48-51 +PS00005,2EJE,A,"30-32,67-69,78-80" +PS00006,2EJE,A,"4-7,13-16,72-75" +PS00008,2EJE,A,"0-5,61-66,99-104" +PS00004,2EJM,A,88-91 +PS00005,2EJM,A,"52-54,55-57,60-62,86-88" +PS00006,2EJM,A,"8-11,55-58" +PS00008,2EJM,A,"0-5,69-74" +PS00188,2EJM,A,38-55 +PS00008,2EKF,A,0-5 +PS00005,2EKH,A,70-72 +PS00006,2EKH,A,70-73 +PS00008,2EKH,A,0-5 +PS00005,2EKI,A,61-63 +PS00006,2EKI,A,"35-38,74-77" +PS00008,2EKI,A,0-5 +PS00005,2EKJ,A,5-7 +PS00006,2EKJ,A,63-66 +PS00008,2EKJ,A,0-5 +PS00001,2EKK,A,31-34 +PS00006,2EKK,A,33-36 +PS00008,2EKK,A,0-5 +PS00005,2EKO,A,"35-37,40-42" +PS00006,2EKO,A,"5-8,35-38" +PS00008,2EKO,A,0-5 +PS00009,2EKO,A,40-43 +PS00001,2EKX,A,"16-19,39-42" +PS00004,2EKX,A,58-61 +PS00005,2EKX,A,61-63 +PS00006,2EKX,A,"5-8,20-23,69-72" +PS00008,2EKX,A,0-5 +PS00005,2EL4,A,22-24 +PS00008,2EL4,A,"0-5,13-18,36-41" +PS00028,2EL4,A,14-34 +PS00006,2EL5,A,4-7 +PS00008,2EL5,A,0-5 +PS00028,2EL5,A,12-32 +PS00005,2EL6,A,22-24 +PS00006,2EL6,A,15-18 +PS00008,2EL6,A,0-5 +PS00028,2EL6,A,14-34 +PS00001,2EL8,A,66-69 +PS00005,2EL8,A,"60-62,107-109" +PS00006,2EL8,A,"4-7,28-31,94-97" +PS00007,2EL8,A,75-83 +PS00008,2EL8,A,"0-5,56-61" +PS00001,2ELJ,A,"7-10,57-60" +PS00006,2ELJ,A,"9-12,23-26" +PS00008,2ELJ,A,"0-5,55-60" +PS00029,2ELJ,A,22-43 +PS00006,2ELK,A,"5-8,43-46,54-57" +PS00008,2ELK,A,"0-5,39-44" +PS00005,2ELY,A,22-24 +PS00008,2ELY,A,0-5 +PS00028,2ELY,A,14-34 +PS00008,2ELZ,A,0-5 +PS00028,2ELZ,A,14-34 +PS00005,2EM0,A,"11-13,26-28" +PS00008,2EM0,A,0-5 +PS00028,2EM0,A,14-34 +PS00005,2EM1,A,20-22 +PS00006,2EM1,A,"4-7,11-14" +PS00008,2EM1,A,"0-5,30-35" +PS00028,2EM1,A,12-32 +PS00008,2EM2,A,0-5 +PS00028,2EM2,A,14-34 +PS00005,2EM3,A,22-24 +PS00008,2EM3,A,0-5 +PS00028,2EM3,A,14-34 +PS00005,2EP4,A,5-7 +PS00008,2EP4,A,"0-5,31-36" +PS00008,2EM4,A,0-5 +PS00028,2EM4,A,14-34 +PS00005,2EM5,A,"8-10,22-24" +PS00008,2EM5,A,0-5 +PS00028,2EM5,A,14-34 +PS00008,2EM6,A,0-5 +PS00028,2EM6,A,14-34 +PS00008,2EM7,A,0-5 +PS00028,2EM7,A,14-34 +PS00008,2EM8,A,0-5 +PS00028,2EM8,A,14-34 +PS00005,2EM9,A,20-22 +PS00008,2EM9,A,0-5 +PS00028,2EM9,A,14-34 +PS00008,2EMA,A,0-5 +PS00028,2EMA,A,14-34 +PS00005,2EMB,A,8-10 +PS00008,2EMB,A,0-5 +PS00028,2EMB,A,14-34 +PS00008,2EMC,A,0-5 +PS00028,2EMC,A,14-34 +PS00008,2EME,A,0-5 +PS00028,2EME,A,14-34 +PS00004,2EMF,A,23-26 +PS00005,2EMF,A,22-24 +PS00008,2EMF,A,0-5 +PS00028,2EMF,A,14-34 +PS00008,2EMI,A,0-5 +PS00028,2EMI,A,14-34 +PS00008,2EMJ,A,0-5 +PS00028,2EMJ,A,14-34 +PS00008,2EMK,A,0-5 +PS00028,2EMK,A,14-34 +PS00004,2EML,A,37-40 +PS00005,2EML,A,"22-24,35-37" +PS00008,2EML,A,0-5 +PS00009,2EML,A,35-38 +PS00028,2EML,A,14-34 +PS00008,2EMM,A,0-5 +PS00028,2EMM,A,14-34 +PS00008,2EMP,A,0-5 +PS00028,2EMP,A,14-34 +PS00008,2EMV,A,0-5 +PS00028,2EMV,A,14-34 +PS00005,2EMW,A,20-22 +PS00006,2EMW,A,4-7 +PS00008,2EMW,A,"0-5,11-16" +PS00028,2EMW,A,12-32 +PS00005,2EMX,A,20-22 +PS00006,2EMX,A,"4-7,13-16,31-34" +PS00008,2EMX,A,"0-5,11-16" +PS00028,2EMX,A,12-32 +PS00005,2EMY,A,22-24 +PS00008,2EMY,A,0-5 +PS00028,2EMY,A,14-34 +PS00008,2EMZ,A,0-5 +PS00009,2EMZ,A,21-24 +PS00028,2EMZ,A,14-34 +PS00008,2EN0,A,0-5 +PS00028,2EN0,A,12-32 +PS00004,2EN1,A,19-22 +PS00008,2EN1,A,0-5 +PS00009,2EN1,A,17-20 +PS00028,2EN1,A,14-34 +PS00006,2EN2,A,5-8 +PS00008,2EN2,A,"0-5,35-40" +PS00028,2EN2,A,13-33 +PS00001,2EN3,A,20-23 +PS00008,2EN3,A,"0-5,18-23" +PS00028,2EN3,A,14-34 +PS00001,2EN4,A,26-29 +PS00008,2EN4,A,0-5 +PS00028,2EN4,A,14-34 +PS00005,2EN6,A,22-24 +PS00008,2EN6,A,"0-5,13-18" +PS00017,2EN6,A,13-20 +PS00028,2EN6,A,14-34 +PS00008,2EN7,A,0-5 +PS00028,2EN7,A,14-34 +PS00006,2EN8,A,13-16 +PS00008,2EN8,A,0-5 +PS00028,2EN8,A,14-34 +PS00008,2EN9,A,0-5 +PS00009,2EN9,A,7-10 +PS00028,2EN9,A,14-34 +PS00005,2ENA,A,"20-22,29-31" +PS00008,2ENA,A,0-5 +PS00028,2ENA,A,14-34 +PS00008,2ENC,A,0-5 +PS00028,2ENC,A,14-34 +PS00008,2ENE,A,0-5 +PS00028,2ENE,A,14-34 +PS00008,2ENF,A,"0-5,32-37" +PS00028,2ENF,A,14-34 +PS00008,2ENH,A,0-5 +PS00028,2ENH,A,14-34 +PS00004,2ENK,A,37-40 +PS00005,2ENK,A,5-7 +PS00006,2ENK,A,"28-31,40-43,54-57" +PS00007,2ENK,A,77-84 +PS00008,2ENK,A,"0-5,65-70" +PS00006,2ENM,A,27-30 +PS00008,2ENM,A,"0-5,56-61" +PS00001,2ENO,A,"21-24,44-47" +PS00005,2ENO,A,99-101 +PS00006,2ENO,A,16-19 +PS00008,2ENO,A,"0-5,28-33,47-52" +PS00004,2ENP,A,74-77 +PS00005,2ENP,A,"28-30,77-79" +PS00006,2ENP,A,"18-21,46-49,103-106" +PS00007,2ENP,A,79-86 +PS00008,2ENP,A,0-5 +PS00005,2ENY,A,"11-13,52-54,82-84,87-89" +PS00006,2ENY,A,35-38 +PS00008,2ENY,A,0-5 +PS00009,2ENY,A,60-63 +PS00004,2EO1,A,48-51 +PS00005,2EO1,A,"5-7,53-55,64-66,90-92" +PS00008,2EO1,A,"0-5,25-30,73-78,86-91" +PS00009,2EO1,A,46-49 +PS00005,2EO2,A,10-12 +PS00006,2EO2,A,"8-11,48-51" +PS00008,2EO2,A,"0-5,6-11,40-45" +PS00001,2EO7,A,"45-48,55-58,170-173,200-203,397-400,461-464,469-472,484-487" +PS00004,2EO7,A,265-268 +PS00005,2EO7,A,"38-40,130-132,202-204,305-307,420-422,466-468,486-488" +PS00006,2EO7,A,"1-4,15-18,29-32,91-94,123-126,150-153,202-205,242-245,248-251,268-271,315-318,320-323,357-360,407-410,426-429" +PS00007,2EO7,A,314-321 +PS00008,2EO7,A,"43-48,76-81,141-146,351-356,364-369,370-375,384-389,413-418,473-478" +PS00009,2EO7,A,271-274 +PS00001,2EO9,A,16-19 +PS00005,2EO9,A,73-75 +PS00006,2EO9,A,49-52 +PS00007,2EO9,A,69-76 +PS00008,2EO9,A,"0-5,45-50" +PS00008,2EOE,A,"0-5,36-41" +PS00028,2EOE,A,14-34 +PS00008,2EOF,A,0-5 +PS00028,2EOF,A,14-34 +PS00008,2EOG,A,"0-5,11-16" +PS00028,2EOG,A,12-32 +PS00005,2EOH,A,7-9 +PS00008,2EOH,A,0-5 +PS00009,2EOH,A,7-10 +PS00028,2EOH,A,14-34 +PS00006,2EOI,A,4-7 +PS00008,2EOI,A,0-5 +PS00028,2EOI,A,12-32 +PS00005,2EOJ,A,22-24 +PS00006,2EOJ,A,22-25 +PS00008,2EOJ,A,0-5 +PS00028,2EOJ,A,14-34 +PS00005,2EOK,A,20-22 +PS00006,2EOK,A,4-7 +PS00008,2EOK,A,"0-5,30-35" +PS00028,2EOK,A,12-32 +PS00006,2EOL,A,4-7 +PS00008,2EOL,A,0-5 +PS00028,2EOL,A,12-32 +PS00008,2EOM,A,0-5 +PS00028,2EOM,A,14-34 +PS00008,2EON,A,0-5 +PS00028,2EON,A,14-34 +PS00008,2EOO,A,"0-5,13-18" +PS00028,2EOO,A,14-34 +PS00008,2EOP,A,0-5 +PS00028,2EOP,A,14-34 +PS00008,2EOQ,A,0-5 +PS00028,2EOQ,A,14-34 +PS00008,2EOR,A,0-5 +PS00028,2EOR,A,14-34 +PS00005,2EOS,A,25-27 +PS00006,2EOS,A,5-8 +PS00008,2EOS,A,"0-5,35-40" +PS00028,2EOS,A,13-33 +PS00006,2EOU,A,10-13 +PS00008,2EOU,A,"0-5,6-11" +PS00028,2EOU,A,14-34 +PS00005,2EOV,A,22-24 +PS00008,2EOV,A,0-5 +PS00028,2EOV,A,14-34 +PS00008,2EOW,A,0-5 +PS00028,2EOW,A,14-34 +PS00005,2EOX,A,35-37 +PS00006,2EOX,A,5-8 +PS00008,2EOX,A,0-5 +PS00028,2EOX,A,14-34 +PS00006,2EOY,A,28-31 +PS00008,2EOY,A,0-5 +PS00028,2EOY,A,14-34 +PS00008,2EOZ,A,0-5 +PS00028,2EOZ,A,14-34 +PS00005,2EP0,A,20-22 +PS00008,2EP0,A,"0-5,24-29" +PS00028,2EP0,A,14-34 +PS00008,2EP1,A,0-5 +PS00028,2EP1,A,14-34 +PS00005,2EP2,A,22-24 +PS00008,2EP2,A,0-5 +PS00028,2EP2,A,14-34 +PS00005,2EP3,A,22-24 +PS00008,2EP3,A,0-5 +PS00028,2EP3,A,14-34 +PS00005,2EP6,A,"30-32,99-101" +PS00006,2EP6,A,"4-7,77-80,99-102" +PS00008,2EP6,A,"0-5,103-108" +PS00017,2EP6,A,26-33 +PS00584,2EP6,A,1-14 +PS00005,2EP8,A,5-7 +PS00008,2EP8,A,"0-5,36-41,67-72" +PS00006,2EPB,A,"27-30,46-49" +PS00008,2EPB,A,0-5 +PS00005,2EPC,A,21-23 +PS00006,2EPC,A,5-8 +PS00008,2EPC,A,0-5 +PS00005,2EPD,A,"19-21,27-29,67-69" +PS00006,2EPD,A,"4-7,22-25" +PS00008,2EPD,A,"0-5,8-13" +PS00016,2EPD,A,30-32 +PS00005,2EPS,A,37-39 +PS00006,2EPS,A,22-25 +PS00008,2EPS,A,0-5 +PS00028,2EPS,A,14-35 +PS00005,2EPT,A,18-20 +PS00006,2EPT,A,26-29 +PS00008,2EPT,A,"0-5,34-39" +PS00028,2EPT,A,12-32 +PS00005,2EPU,A,20-22 +PS00008,2EPU,A,"0-5,25-30" +PS00028,2EPU,A,14-34 +PS00008,2EPV,A,0-5 +PS00028,2EPV,A,14-34 +PS00006,2EPW,A,33-36 +PS00008,2EPW,A,0-5 +PS00028,2EPW,A,12-34 +PS00001,2EPX,A,24-27 +PS00005,2EPX,A,7-9 +PS00008,2EPX,A,0-5 +PS00009,2EPX,A,7-10 +PS00028,2EPX,A,14-35 +PS00005,2EPY,A,20-22 +PS00006,2EPY,A,4-7 +PS00008,2EPY,A,0-5 +PS00028,2EPY,A,12-32 +PS00008,2EPZ,A,0-5 +PS00028,2EPZ,A,14-34 +PS00004,2EQ0,A,22-25 +PS00008,2EQ0,A,0-5 +PS00028,2EQ0,A,14-34 +PS00001,2EQ1,A,26-29 +PS00008,2EQ1,A,0-5 +PS00028,2EQ1,A,14-34 +PS00005,2EQ2,A,24-26 +PS00008,2EQ2,A,0-5 +PS00028,2EQ2,A,14-34 +PS00004,2EQ3,A,37-40 +PS00005,2EQ3,A,"22-24,35-37" +PS00008,2EQ3,A,0-5 +PS00009,2EQ3,A,35-38 +PS00028,2EQ3,A,14-34 +PS00006,2EQU,A,5-8 +PS00007,2EQU,A,18-25 +PS00008,2EQU,A,"0-5,45-50" +PS00008,2EQ4,A,0-5 +PS00028,2EQ4,A,14-34 +PS00001,2EQD,A,"45-48,55-58,170-173,200-203,397-400,461-464,469-472,484-487" +PS00004,2EQD,A,265-268 +PS00005,2EQD,A,"38-40,130-132,202-204,305-307,420-422,466-468,486-488" +PS00006,2EQD,A,"1-4,15-18,29-32,91-94,123-126,150-153,202-205,242-245,248-251,268-271,315-318,320-323,357-360,407-410,426-429" +PS00007,2EQD,A,314-321 +PS00008,2EQD,A,"43-48,76-81,141-146,351-356,364-369,370-375,384-389,413-418,473-478" +PS00009,2EQD,A,271-274 +PS00005,2EQE,A,14-16 +PS00006,2EQE,A,7-10 +PS00008,2EQE,A,"0-5,13-18,26-31" +PS00008,2EQF,A,"0-5,20-25,39-44" +PS00005,2EQG,A,34-36 +PS00006,2EQG,A,7-10 +PS00008,2EQG,A,0-5 +PS00006,2EQK,A,"14-17,49-52" +PS00008,2EQK,A,"0-5,6-11" +PS00029,2EQK,A,55-76 +PS00005,2EQM,A,"8-10,57-59,68-70" +PS00006,2EQM,A,37-40 +PS00007,2EQM,A,59-65 +PS00008,2EQM,A,0-5 +PS00001,2EQN,A,83-86 +PS00005,2EQN,A,58-60 +PS00006,2EQN,A,"4-7,10-13,32-35" +PS00007,2EQN,A,94-100 +PS00008,2EQN,A,"0-5,28-33" +PS00005,2EQO,A,29-31 +PS00006,2EQO,A,"60-63,126-129" +PS00008,2EQO,A,"0-5,6-11" +PS00005,2EQS,A,81-83 +PS00006,2EQS,A,"4-7,10-13,81-84,89-92" +PS00008,2EQS,A,"0-5,75-80" +PS00211,2EQS,A,60-74 +PS00006,2EQW,A,4-7 +PS00008,2EQW,A,0-5 +PS00028,2EQW,A,12-32 +PS00005,2EQX,A,"91-93,95-97" +PS00006,2EQX,A,"23-26,95-98" +PS00007,2EQX,A,21-28 +PS00008,2EQX,A,"0-5,6-11,63-68" +PS00001,2EQY,A,111-114 +PS00004,2EQY,A,63-66 +PS00005,2EQY,A,"30-32,103-105" +PS00006,2EQY,A,4-7 +PS00008,2EQY,A,0-5 +PS00004,2HI5,A,42-45 +PS00005,2HI5,A,45-47 +PS00006,2HI5,A,16-19 +PS00008,2HI5,A,33-38 +PS00006,2HLT,A,"54-57,72-75" +PS00008,2HLT,A,62-67 +PS00150,2HLT,A,7-17 +PS00151,2HLT,A,31-47 +PS00005,2HQH,A,"8-10,39-41" +PS00006,2HQH,A,"16-19,65-68,89-92" +PS00008,2HQH,A,"0-5,56-61,85-90" +PS00009,2HQH,A,59-62 +PS00845,2HQH,A,33-64 +PS00005,2HQH,B,"8-10,39-41" +PS00006,2HQH,B,"16-19,65-68,89-92" +PS00008,2HQH,B,"0-5,56-61,85-90" +PS00009,2HQH,B,59-62 +PS00845,2HQH,B,33-64 +PS00005,2HQH,C,"8-10,39-41" +PS00006,2HQH,C,"16-19,65-68,89-92" +PS00008,2HQH,C,"0-5,56-61,85-90" +PS00009,2HQH,C,59-62 +PS00845,2HQH,C,33-64 +PS00005,2HQH,D,"8-10,39-41" +PS00006,2HQH,D,"16-19,65-68,89-92" +PS00008,2HQH,D,"0-5,56-61,85-90" +PS00009,2HQH,D,59-62 +PS00845,2HQH,D,33-64 +PS00007,2HUG,A,"18-24,48-56" +PS00008,2HUG,A,39-44 +PS00005,2HUG,B,4-6 +PS00001,2HV1,A,114-117 +PS00006,2HV1,A,"22-25,115-118" +PS00008,2HV1,A,"0-5,68-73" +PS00001,2HV1,B,114-117 +PS00006,2HV1,B,"22-25,115-118" +PS00008,2HV1,B,"0-5,68-73" +PS00005,2HVL,A,"2-4,14-16,41-43,180-182,194-196" +PS00006,2HVL,A,"14-17,58-61,91-94,123-126,158-161" +PS00008,2HVL,A,"242-247,280-285" +PS00001,2I50,A,93-96 +PS00005,2I50,A,79-81 +PS00008,2I50,A,"12-17,63-68" +PS00008,2I7U,A,27-32 +PS00029,2I7U,A,3-24 +PS00008,2I7U,B,27-32 +PS00029,2I7U,B,3-24 +PS00001,2I85,A,"11-14,114-117" +PS00005,2I85,A,"65-67,86-88" +PS00008,2I85,A,"115-120,126-131" +PS01299,2I85,A,84-111 +PS00005,2I8N,A,50-52 +PS00006,2I8N,A,53-56 +PS00007,2I8N,A,52-60 +PS00001,2I96,A,20-23 +PS00006,2I96,A,"12-15,100-103" +PS00008,2I96,A,55-60 +PS00191,2I96,A,39-46 +PS00006,2I9M,A,0-3 +PS00006,2I9N,A,16-19 +PS00008,2I9N,A,12-17 +PS00006,2I9O,A,20-23 +PS00008,2I9O,A,"12-17,18-23" +PS00005,2IB1,A,60-62 +PS00006,2IB1,A,82-85 +PS00008,2IB1,A,56-61 +PS00005,2IFJ,A,3-5 +PS00005,2IFZ,A,3-5 +PS60014,2IGU,A,1-11 +PS00005,2IKD,A,"21-23,36-38,59-61" +PS00006,2IKD,A,41-44 +PS00008,2IKD,A,"9-14,20-25" +PS00004,2IKE,A,16-19 +PS00001,2INX,A,123-126 +PS00005,2INX,A,125-127 +PS00006,2INX,A,"4-7,125-128" +PS00008,2INX,A,"59-64,93-98" +PS00286,2IT7,A,1-20 +PS00004,2IT8,A,10-13 +PS00008,2IT8,A,"17-22,23-28" +PS00286,2IT8,A,2-21 +PS00005,2ITH,A,"50-52,66-68,159-161" +PS00006,2ITH,A,"46-49,50-53,64-67,80-83,144-147,150-153" +PS00008,2IWJ,A,6-11 +PS00017,2IWJ,A,6-13 +PS00001,2J4M,A,"50-53,56-59" +PS00005,2J4M,A,"18-20,89-91" +PS00006,2J4M,A,"19-22,68-71" +PS00008,2J4M,A,"31-36,39-44,45-50,57-62,81-86" +PS00001,2J4N,A,"50-53,56-59" +PS00005,2J4N,A,"18-20,89-91" +PS00006,2J4N,A,"19-22,68-71" +PS00008,2J4N,A,"31-36,39-44,45-50,57-62,81-86" +PS00005,2J52,A,"1-3,10-12" +PS00006,2J52,A,"15-18,52-55" +PS00005,2J53,A,"1-3,10-12" +PS00006,2J53,A,"15-18,52-55" +PS00001,2J6W,A,"36-39,66-69,73-76" +PS00005,2J6W,A,"35-37,94-96" +PS00006,2J6W,A,4-7 +PS00008,2J6W,A,"54-59,62-67" +PS00017,2J6W,A,92-99 +PS00001,2J6W,B,"36-39,66-69,73-76" +PS00005,2J6W,B,"35-37,94-96" +PS00006,2J6W,B,4-7 +PS00008,2J6W,B,"54-59,62-67" +PS00017,2J6W,B,92-99 +PS00005,2J8J,A,80-82 +PS00006,2J8J,A,48-51 +PS00008,2J8J,A,74-79 +PS00495,2J8J,A,1-84 +PS00005,2J8J,B,80-82 +PS00006,2J8J,B,48-51 +PS00008,2J8J,B,74-79 +PS00495,2J8J,B,1-84 +PS00005,2J8L,A,80-82 +PS00006,2J8L,A,48-51 +PS00008,2J8L,A,74-79 +PS00495,2J8L,A,1-84 +PS00005,2J8L,B,80-82 +PS00006,2J8L,B,48-51 +PS00008,2J8L,B,74-79 +PS00495,2J8L,B,1-84 +PS00001,2JH2,A,"115-118,120-123" +PS00005,2JH2,A,136-138 +PS00006,2JH2,A,122-125 +PS00008,2JH2,A,"0-5,69-74,113-118,135-140" +PS00001,2JH2,B,"115-118,120-123" +PS00005,2JH2,B,136-138 +PS00006,2JH2,B,122-125 +PS00008,2JH2,B,"0-5,69-74,113-118,135-140" +PS00001,2JH2,C,"115-118,120-123" +PS00005,2JH2,C,136-138 +PS00006,2JH2,C,122-125 +PS00008,2JH2,C,"0-5,69-74,113-118,135-140" +PS00006,2JV3,A,11-14 +PS00006,2JMB,A,63-66 +PS00008,2JMB,A,"6-11,30-35,44-49" +PS00004,2JMF,A,40-43 +PS00005,2JMF,A,39-41 +PS00006,2JMF,A,42-45 +PS01159,2JMF,A,22-47 +PS00006,2JMF,B,14-17 +PS00008,2JMF,B,3-8 +PS00001,2JMH,A,47-50 +PS00008,2JMH,A,69-74 +PS00001,2JMK,A,"8-11,40-43" +PS00006,2JMK,A,"29-32,80-83" +PS00008,2JMK,A,"0-5,13-18" +PS00001,2JMR,A,"24-27,144-147" +PS00005,2JMR,A,"6-8,170-172" +PS00008,2JMR,A,"15-20,57-62,69-74" +PS00001,2JMS,A,30-33 +PS00006,2JMS,A,"0-3,10-13,32-35" +PS00008,2JMS,A,46-51 +PS00005,2JNF,A,"27-29,50-52,70-72" +PS00006,2JNF,A,"124-127,153-156" +PS00008,2JNF,A,"43-48,150-155" +PS00018,2JNF,A,136-148 +PS00005,2JNW,A,"22-24,60-62,129-131" +PS00006,2JNW,A,119-122 +PS00008,2JNW,A,51-56 +PS00005,2JO0,A,26-28 +PS00006,2JO0,A,"4-7,65-68" +PS00007,2JO0,A,17-24 +PS00004,2JO1,A,64-67 +PS00005,2JO1,A,"1-3,36-38,58-60,62-64,67-69" +PS00006,2JO1,A,1-4 +PS00007,2JO1,A,3-10 +PS00008,2JO1,A,"19-24,57-62" +PS01310,2JO1,A,6-19 +PS00004,2JOI,A,40-43 +PS00005,2JOI,A,"11-13,37-39,106-108" +PS00006,2JOI,A,"11-14,33-36,51-54,64-67,84-87,94-97,106-109" +PS00005,2JOK,A,163-165 +PS00006,2JOK,A,"1-4,149-152,172-175" +PS00008,2JOK,A,"81-86,114-119,177-182" +PS00005,2JOR,A,"13-15,35-37" +PS00006,2JOR,A,"27-30,35-38" +PS00008,2JOR,A,45-50 +PS00001,2JOX,A,"18-21,24-27,41-44" +PS00005,2JOX,A,"32-34,40-42,43-45" +PS00006,2JOX,A,"14-17,32-35,43-46,74-77" +PS00008,2JOX,A,27-32 +PS00004,2JP9,A,"28-31,45-48,58-61,73-76" +PS00005,2JP9,A,"1-3,27-29,95-97" +PS00006,2JP9,A,"48-51,76-79" +PS00007,2JP9,A,29-36 +PS00028,2JP9,A,"8-30,38-60,68-88,96-118" +PS00004,2JPA,A,"28-31,45-48,58-61,73-76" +PS00005,2JPA,A,"1-3,27-29,95-97" +PS00006,2JPA,A,"48-51,76-79" +PS00007,2JPA,A,29-36 +PS00028,2JPA,A,"8-30,38-60,68-88,96-118" +PS00005,2JPD,A,"9-11,47-49,116-118" +PS00006,2JPD,A,106-109 +PS00008,2JPD,A,38-43 +PS00005,2JPI,A,11-13 +PS00006,2JPI,A,"11-14,65-68,82-85" +PS00001,2JPO,A,6-9 +PS00005,2JPO,A,43-45 +PS00006,2JPO,A,"23-26,56-59" +PS00008,2JPO,A,"48-53,80-85,95-100" +PS00004,2JPP,A,59-62 +PS00005,2JPP,A,4-6 +PS00006,2JPP,A,55-58 +PS00004,2JPP,B,59-62 +PS00005,2JPP,B,4-6 +PS00006,2JPP,B,55-58 +PS00005,2JPR,A,15-17 +PS00006,2JPR,A,"47-50,71-74,109-112" +PS00008,2JPR,A,"59-64,100-105" +PS00005,2JQ8,A,3-5 +PS00006,2JQ8,A,43-46 +PS00016,2JQ8,A,44-46 +PS00524,2JQ8,A,18-38 +PS00005,2JQ9,A,"48-50,54-56" +PS00006,2JQ9,A,16-19 +PS00009,2JQ9,A,79-82 +PS00005,2JQ9,B,8-10 +PS00006,2JQ9,B,2-5 +PS00005,2JQH,A,59-61 +PS00005,2JQK,A,59-61 +PS00006,2JQK,B,2-5 +PS00005,2JQV,A,"58-60,98-100,136-138" +PS00006,2JQV,A,"1-4,15-18,70-73,151-154,161-164" +PS00008,2JQV,A,"68-73,157-162" +PS00001,2JQY,A,"141-144,161-164,202-205,276-279" +PS00004,2JQY,A,60-63 +PS00005,2JQY,A,265-267 +PS00006,2JQY,A,"63-66,148-151,159-162,188-191,217-220" +PS00007,2JQY,A,67-74 +PS00008,2JQY,A,"85-90,155-160,236-241,246-251,272-277" +PS00009,2JQY,A,58-61 +PS00001,2JQZ,A,115-118 +PS00005,2JQZ,A,"42-44,117-119" +PS00007,2JQZ,A,96-102 +PS00008,2JQZ,A,33-38 +PS00005,2JR1,A,43-45 +PS00008,2JR1,A,39-44 +PS00006,2JRO,A,68-71 +PS00008,2NZ3,A,26-31 +PS00001,2JRS,A,36-39 +PS00005,2JRS,A,"63-65,103-105" +PS00006,2JRS,A,73-76 +PS00005,2JRT,A,"29-31,35-37,50-52" +PS00006,2JRT,A,"12-15,20-23,50-53,59-62" +PS00008,2JRT,A,16-21 +PS00001,2JRX,A,45-48 +PS00006,2JRX,A,67-70 +PS00008,2JRX,A,37-42 +PS00001,2JRX,B,45-48 +PS00006,2JRX,B,67-70 +PS00008,2JRX,B,37-42 +PS00008,2JRY,A,"0-5,36-41" +PS60019,2JRY,A,4-37 +PS00005,2JS3,A,"11-13,87-89" +PS00006,2JS3,A,"11-14,24-27,39-42,45-48,67-70" +PS00008,2JS3,A,"20-25,49-54" +PS00005,2JS3,B,"11-13,87-89" +PS00006,2JS3,B,"11-14,24-27,39-42,45-48,67-70" +PS00008,2JS3,B,"20-25,49-54" +PS00004,2JS5,A,57-60 +PS00029,2JS5,A,7-28 +PS00004,2JS5,B,57-60 +PS00029,2JS5,B,7-28 +PS00005,2JS7,A,49-51 +PS00006,2JS7,A,"3-6,49-52,127-130" +PS00007,2JS7,A,35-42 +PS00001,2JSC,A,49-52 +PS00008,2JSC,A,"37-42,44-49,61-66" +PS00001,2JSC,B,49-52 +PS00008,2JSC,B,"37-42,44-49,61-66" +PS00005,2JSO,A,62-64 +PS00006,2JSO,A,72-75 +PS00005,2JSP,A,"11-13,29-31,32-34" +PS00006,2JSP,A,"15-18,44-47" +PS00008,2JSP,A,28-33 +PS00005,2JSX,A,"15-17,61-63,85-87" +PS00008,2JSX,A,30-35 +PS00005,2JT3,A,"36-38,83-85" +PS00006,2JT3,A,"36-39,52-55,83-86,92-95,126-129" +PS00008,2JT3,A,29-34 +PS00018,2JT3,A,"64-76,104-116,140-152" +PS00004,2JT4,A,66-69 +PS00005,2JT4,A,"4-6,23-25,49-51" +PS00006,2JT4,A,18-21 +PS00007,2JT4,A,25-31 +PS00008,2JT4,A,53-58 +PS00005,2JT4,B,8-10 +PS00006,2JT4,B,54-57 +PS00299,2JT4,B,26-51 +PS00005,2JT8,A,"36-38,83-85" +PS00006,2JT8,A,"36-39,52-55,83-86,92-95,126-129" +PS00008,2JT8,A,29-34 +PS00018,2JT8,A,"64-76,104-116" +PS00005,2JTB,A,22-24 +PS60021,2JTB,A,1-28 +PS00006,2JTD,A,"17-20,40-43" +PS00007,2JTD,A,76-84 +PS00004,2JTV,A,40-43 +PS00005,2JTV,A,54-56 +PS00006,2JTV,A,"2-5,42-45" +PS00008,2JTV,A,57-62 +PS00009,2JTV,A,16-19 +PS00005,2JTZ,A,"36-38,83-85" +PS00006,2JTZ,A,"36-39,52-55,83-86,92-95,126-129" +PS00008,2JTZ,A,29-34 +PS00018,2JTZ,A,"64-76,104-116,140-152" +PS00005,2JU0,A,"4-6,91-93" +PS00006,2JU0,A,"8-11,19-22,59-62,69-72,95-98,116-119,136-139,164-167,172-175" +PS00008,2JU0,A,"1-6,132-137" +PS00018,2JU0,A,"108-120,156-168" +PS00001,2JU0,B,20-23 +PS00005,2JU0,B,25-27 +PS00006,2JU0,B,23-26 +PS00008,2JU0,B,24-29 +PS00001,2JU1,A,81-84 +PS00008,2JU1,A,10-15 +PS00012,2JU1,A,48-63 +PS00001,2JU2,A,81-84 +PS00008,2JU2,A,10-15 +PS00012,2JU2,A,48-63 +PS00005,2JU4,A,21-23 +PS00008,2JU4,A,60-65 +PS00005,2JUF,A,"8-10,61-63" +PS00006,2JUF,A,37-40 +PS00008,2JUF,A,92-97 +PS00262,2JUM,A,5-19 +PS00001,2JUP,W,22-25 +PS00006,2JUP,W,27-30 +PS00007,2JUP,W,11-18 +PS01159,2JUP,W,7-32 +PS00262,2JUU,A,5-19 +PS00262,2JUV,A,5-19 +PS00005,2JUW,A,67-69 +PS00006,2JUW,A,"9-12,70-73" +PS00008,2JUW,A,37-42 +PS00005,2JUW,B,67-69 +PS00006,2JUW,B,"9-12,70-73" +PS00008,2JUW,B,37-42 +PS00006,2JUZ,A,"51-54,70-73" +PS00008,2JUZ,A,37-42 +PS00006,2JUZ,B,"51-54,70-73" +PS00008,2JUZ,B,37-42 +PS00005,2JV2,A,40-42 +PS00008,2JV2,A,8-13 +PS00005,2JV3,A,"11-13,60-62" +PS00008,2JV3,A,73-78 +PS00005,2JV4,A,44-46 +PS00006,2JV4,A,"32-35,40-43" +PS00008,2JV4,A,"0-5,6-11" +PS01159,2JV4,A,11-37 +PS00001,2JVA,A,"43-46,59-62" +PS00008,2JVA,A,26-31 +PS00005,2JVD,A,43-45 +PS00006,2JVD,A,22-25 +PS00005,2JVM,A,"10-12,25-27" +PS00006,2JVM,A,6-9 +PS00008,2JVM,A,32-37 +PS00005,2JVW,A,"46-48,50-52" +PS00007,2JVW,A,61-68 +PS00005,2JW5,A,13-15 +PS00006,2JW5,A,3-6 +PS00008,2JW5,A,"0-5,22-27" +PS00001,2JWE,A,"48-51,54-57" +PS00005,2JWE,A,7-9 +PS00006,2JWE,A,"50-53,56-59,62-65" +PS00008,2JWE,A,14-19 +PS00001,2JWE,B,"48-51,54-57" +PS00005,2JWE,B,7-9 +PS00006,2JWE,B,"50-53,56-59,62-65" +PS00008,2JWE,B,14-19 +PS00001,2JWG,A,38-41 +PS00005,2JWG,A,39-41 +PS00005,2JWH,A,44-46 +PS00006,2JWH,A,"20-23,44-47" +PS00008,2JWH,A,"0-5,7-12,17-22" +PS00005,2JWN,A,"105-107,121-123" +PS00006,2JWN,A,"26-29,48-51,119-122" +PS00008,2JWN,A,117-122 +PS00005,2JWN,B,"105-107,121-123" +PS00006,2JWN,B,"26-29,48-51,119-122" +PS00008,2JWN,B,117-122 +PS00005,2JWO,A,67-69 +PS00006,2JWO,A,41-44 +PS00342,2JWO,A,79-81 +PS00006,2NLN,A,"0-3,6-9,77-80,83-86" +PS00018,2NLN,A,"50-62,89-101" +PS00005,2NLU,A,"3-5,93-95" +PS00008,2NLU,A,50-55 +PS00005,2NLU,B,"3-5,93-95" +PS00008,2NLU,B,50-55 +PS00005,2NNZ,A,"11-13,52-54" +PS00006,2NNZ,A,11-14 +PS00007,2NNZ,A,68-74 +PS00008,2NNZ,A,140-145 +PS00006,2NO8,A,"5-8,10-13,28-31" +PS00004,2NPU,A,120-123 +PS00005,2NPU,A,75-77 +PS00006,2NPU,A,75-78 +PS00008,2NPU,A,41-46 +PS00006,2NS5,A,11-14 +PS00006,2NSV,A,35-38 +PS00001,2NSW,A,14-17 +PS00008,2NSW,A,"25-30,31-36,49-54" +PS00008,2NX7,A,10-15 +PS00294,2NX7,A,24-27 +PS00005,2NXQ,A,26-28 +PS00006,2NXQ,A,"17-20,92-95,124-127" +PS00008,2NXQ,A,62-67 +PS00018,2NXQ,A,"9-21,45-57,84-96,116-128" +PS00005,2NXQ,B,26-28 +PS00006,2NXQ,B,"17-20,92-95,124-127" +PS00008,2NXQ,B,62-67 +PS00018,2NXQ,B,"9-21,45-57,84-96,116-128" +PS00001,2NXU,A,46-49 +PS00005,2NXU,A,"9-11,114-116" +PS00006,2NXU,A,"9-12,100-103" +PS00009,2NXU,A,27-30 +PS00008,2NY8,X,"9-14,26-31" +PS00008,2NY9,X,9-14 +PS00005,2O2O,A,9-11 +PS00006,2O2O,A,82-85 +PS00008,2O2O,A,"4-9,55-60,62-67" +PS00005,2O3D,A,10-12 +PS00006,2O3D,A,27-30 +PS00007,2O3D,A,"36-43,58-64" +PS00008,2O3D,A,21-26 +PS00001,2O49,A,35-38 +PS00005,2O49,A,87-89 +PS00008,2O49,A,"0-5,23-28" +PS00001,2O4A,A,35-38 +PS00005,2O4A,A,87-89 +PS00008,2O4A,A,"0-5,23-28" +PS00001,2O4E,A,"132-135,137-140" +PS00005,2O4E,A,153-155 +PS00006,2O4E,A,139-142 +PS00008,2O4E,A,"17-22,86-91,130-135,152-157" +PS00005,2OCA,A,"91-93,237-239,260-262,284-286,310-312,329-331,412-414,466-468" +PS00006,2OCA,A,"20-23,91-94,100-103,195-198,260-263,317-320,390-393,449-452" +PS00007,2OCA,A,"68-76,109-116,367-375,486-494" +PS00008,2OCA,A,"44-49,191-196,209-214,226-231,247-252,256-261,405-410" +PS00005,2OEH,A,"51-53,76-78" +PS00006,2OEH,A,19-22 +PS00007,2OEH,A,18-26 +PS00008,2OEH,A,"45-50,64-69" +PS00005,2OQ3,A,"19-21,138-140" +PS00006,2OQ3,A,"19-22,33-36,84-87,106-109" +PS00008,2OQ3,A,"75-80,104-109,115-120" +PS00372,2OQ3,A,54-70 +PS00001,2OQS,A,75-78 +PS00006,2OQS,A,65-68 +PS00007,2OQS,A,74-81 +PS00008,2OQS,A,"10-15,17-22" +PS00004,2OQS,B,0-3 +PS00001,2OSG,A,"49-52,55-58" +PS00006,2OSG,A,"51-54,57-60" +PS00008,2OSG,A,15-20 +PS00001,2OSG,B,"49-52,55-58" +PS00006,2OSG,B,"51-54,57-60" +PS00008,2OSG,B,15-20 +PS00006,2OT2,A,34-37 +PS00008,2OT2,A,6-11 +PS01097,2OT2,A,0-8 +PS00001,2OUC,A,36-39 +PS00004,2OUC,A,9-12 +PS00005,2OUC,A,"53-55,69-71,76-78,110-112,127-129" +PS00006,2OUC,A,"63-66,69-72" +PS00008,2OUC,A,123-128 +PS00001,2OUC,B,36-39 +PS00004,2OUC,B,9-12 +PS00005,2OUC,B,"53-55,69-71,76-78,110-112,127-129" +PS00006,2OUC,B,"63-66,69-72" +PS00008,2OUC,B,123-128 +PS00001,2OUD,A,38-41 +PS00005,2OUD,A,"63-65,152-154,157-159" +PS00006,2OUD,A,115-118 +PS00008,2OUD,A,96-101 +PS00009,2OUD,A,124-127 +PS00383,2OUD,A,91-101 +PS00001,2P01,A,233-236 +PS00004,2P01,A,"12-15,204-207" +PS00005,2P01,A,"10-12,126-128,235-237,302-304,311-313" +PS00006,2P01,A,"15-18,106-109,130-133,159-162,170-173,213-216,235-238,275-278" +PS00007,2P01,A,295-301 +PS00009,2P01,A,90-93 +PS00014,2P01,A,319-322 +PS00029,2P01,A,27-48 +PS00001,2P03,A,233-236 +PS00004,2P03,A,"12-15,204-207" +PS00005,2P03,A,"10-12,126-128,235-237,302-304,311-313" +PS00006,2P03,A,"15-18,106-109,130-133,159-162,170-173,213-216,235-238,275-278" +PS00007,2P03,A,295-301 +PS00009,2P03,A,90-93 +PS00014,2P03,A,319-322 +PS00029,2P03,A,27-48 +PS00001,2P0X,A,35-38 +PS00005,2P0X,A,"1-3,37-39" +PS00006,2P0X,A,40-43 +PS00007,2P0X,A,39-45 +PS00001,2P1X,A,"1-4,44-47" +PS00005,2P1X,A,103-105 +PS00006,2P1X,A,"15-18,27-30,85-88" +PS00008,2P1X,A,35-40 +PS01344,2P1X,A,49-63 +PS00008,2P3M,A,13-18 +PS00009,2P3M,A,67-70 +PS00008,2P4L,A,"0-5,36-41" +PS60019,2P4L,A,4-37 +PS00006,2P6J,A,22-25 +PS00001,2PFG,A,135-138 +PS00004,2PFG,A,208-211 +PS00005,2PFG,A,"34-36,54-56,67-69,108-110,141-143,177-179,268-270" +PS00006,2PFG,A,"34-37,160-163,241-244" +PS00008,2PFG,A,"2-7,10-15,264-269" +PS00061,2PFG,A,179-207 +PS00004,2PFU,A,54-57 +PS00005,2PFU,A,"24-26,94-96" +PS00009,2PFU,A,52-55 +PS00001,2PON,A,5-8 +PS00005,2PON,A,7-9 +PS00008,2PON,A,1-6 +PS00001,2PON,B,32-35 +PS00005,2PON,B,"3-5,13-15,17-19" +PS00006,2PON,B,"3-6,27-30,40-43,149-152" +PS00008,2PON,B,"93-98,106-111,145-150" +PS01080,2PON,B,89-107 +PS01258,2PON,B,140-151 +PS01259,2PON,B,45-59 +PS01260,2PON,B,3-23 +PS00005,2PWM,A,15-17 +PS00006,2PWM,A,"47-50,71-74,109-112" +PS00008,2PWM,A,"59-64,100-105" +PS00005,2PWM,B,15-17 +PS00006,2PWM,B,"47-50,71-74,109-112" +PS00008,2PWM,B,"59-64,100-105" +PS00005,2PWM,C,15-17 +PS00006,2PWM,C,"47-50,71-74,109-112" +PS00008,2PWM,C,"59-64,100-105" +PS00005,2PWM,D,15-17 +PS00006,2PWM,D,"47-50,71-74,109-112" +PS00008,2PWM,D,"59-64,100-105" +PS00005,2PWM,E,15-17 +PS00006,2PWM,E,"47-50,71-74,109-112" +PS00008,2PWM,E,"59-64,100-105" +PS00005,2PWM,F,15-17 +PS00006,2PWM,F,"47-50,71-74,109-112" +PS00008,2PWM,F,"59-64,100-105" +PS00005,2PWM,G,15-17 +PS00006,2PWM,G,"47-50,71-74,109-112" +PS00008,2PWM,G,"59-64,100-105" +PS00005,2PWM,H,15-17 +PS00006,2PWM,H,"47-50,71-74,109-112" +PS00008,2PWM,H,"59-64,100-105" +PS00005,2PWO,A,15-17 +PS00006,2PWO,A,"47-50,71-74,109-112" +PS00008,2PWO,A,"59-64,100-105" +PS00005,2PWO,B,15-17 +PS00006,2PWO,B,"47-50,71-74,109-112" +PS00008,2PWO,B,"59-64,100-105" +PS00005,2PWO,C,15-17 +PS00006,2PWO,C,"47-50,71-74,109-112" +PS00008,2PWO,C,"59-64,100-105" +PS00005,2PWO,D,15-17 +PS00006,2PWO,D,"47-50,71-74,109-112" +PS00008,2PWO,D,"59-64,100-105" +PS00005,2PXR,C,15-17 +PS00006,2PXR,C,"47-50,71-74,109-112" +PS00008,2PXR,C,"59-64,100-105" +PS00004,2Q3X,A,"68-71,152-155" +PS00005,2Q3X,A,"42-44,151-153" +PS00006,2Q3X,A,"141-144,157-160" +PS00007,2Q3X,A,75-82 +PS00008,2Q3X,A,63-68 +PS00572,2Q3X,A,57-65 +PS00004,2Q3X,B,"68-71,152-155" +PS00005,2Q3X,B,"42-44,151-153" +PS00006,2Q3X,B,"141-144,157-160" +PS00007,2Q3X,B,75-82 +PS00008,2Q3X,B,63-68 +PS00572,2Q3X,B,57-65 +PS00006,2Q82,A,47-50 +PS00008,2Q82,A,92-97 +PS00004,2QED,A,253-256 +PS00005,2QED,A,"100-102,252-254" +PS00006,2QED,A,"24-27,160-163,252-255" +PS00005,2QHO,A,8-10 +PS00006,2QHO,A,54-57 +PS00299,2QHO,A,26-51 +PS00006,2QHO,B,"34-37,47-50" +PS00008,2QHO,B,0-5 +PS00005,2QHO,C,8-10 +PS00006,2QHO,C,54-57 +PS00299,2QHO,C,26-51 +PS00006,2QHO,D,"34-37,47-50" +PS00008,2QHO,D,0-5 +PS00005,2QHO,E,8-10 +PS00006,2QHO,E,54-57 +PS00299,2QHO,E,26-51 +PS00006,2QHO,F,"34-37,47-50" +PS00008,2QHO,F,0-5 +PS00005,2QHO,G,8-10 +PS00006,2QHO,G,54-57 +PS00299,2QHO,G,26-51 +PS00006,2QHO,H,"34-37,47-50" +PS00008,2QHO,H,0-5 +PS00004,2QNJ,A,"251-254,323-326" +PS00005,2QNJ,A,"35-37,81-83" +PS00006,2QNJ,A,"35-38,93-96,235-238,298-301" +PS00008,2QNJ,A,"0-5,294-299" +PS00009,2QNJ,A,"182-185,321-324" +PS00107,2QNJ,A,19-42 +PS00108,2QNJ,A,131-143 +PS00004,2QNJ,B,"251-254,323-326" +PS00005,2QNJ,B,"35-37,81-83" +PS00006,2QNJ,B,"35-38,93-96,235-238,298-301" +PS00008,2QNJ,B,"0-5,294-299" +PS00009,2QNJ,B,"182-185,321-324" +PS00107,2QNJ,B,19-42 +PS00108,2QNJ,B,131-143 +PS00001,2QTD,A,"63-66,89-92" +PS00004,2QTD,A,70-73 +PS00005,2QTD,A,"37-39,46-48,73-75" +PS00006,2QTD,A,18-21 +PS00007,2QTD,A,62-69 +PS00009,2QTD,A,46-49 +PS00004,2QZH,A,64-67 +PS00005,2QZH,A,"13-15,45-47" +PS00006,2QZH,A,"28-31,58-61" +PS00008,2QZH,A,"84-89,103-108" +PS00005,2R2O,A,"8-10,70-72" +PS00006,2R2O,A,"8-11,93-96" +PS00007,2R2O,A,58-64 +PS00008,2R2O,A,"35-40,66-71,119-124" +PS00213,2R2O,A,96-108 +PS00005,2R2O,B,"8-10,70-72" +PS00006,2R2O,B,"8-11,93-96" +PS00007,2R2O,B,58-64 +PS00008,2R2O,B,"35-40,66-71,119-124" +PS00213,2R2O,B,96-108 +PS00005,2RLI,A,"98-100,108-110,157-159" +PS00007,2RLI,A,118-124 +PS00008,2RLI,A,"0-5,94-99" +PS00008,2RLJ,A,0-5 +PS00005,2RLK,A,22-24 +PS00006,2RLK,A,12-15 +PS00265,2RLK,A,19-35 +PS00001,2RLY,W,22-25 +PS00006,2RLY,W,27-30 +PS00007,2RLY,W,11-18 +PS01159,2RLY,W,7-32 +PS00001,2RM0,W,22-25 +PS00006,2RM0,W,27-30 +PS00007,2RM0,W,11-18 +PS01159,2RM0,W,7-32 +PS00006,2RM4,A,"5-8,33-36" +PS00008,2RM4,A,"11-16,23-28" +PS00001,2RMK,A,38-41 +PS00004,2RMK,A,131-134 +PS00005,2RMK,A,160-162 +PS00006,2RMK,A,"34-37,114-117,166-169" +PS00008,2RMK,A,"53-58,141-146" +PS00017,2RMK,A,9-16 +PS00294,2RMK,A,188-191 +PS00001,2RMK,B,"5-8,35-38" +PS00005,2RMK,B,37-39 +PS00006,2RMK,B,"37-40,56-59" +PS00008,2RMK,B,0-5 +PS00005,2YRC,A,15-17 +PS00006,2YRC,A,4-7 +PS00008,2YRC,A,0-5 +PS00005,2V93,A,"236-238,248-250,351-353" +PS00006,2V93,A,"127-130,232-235,305-308,355-358" +PS00007,2V93,A,82-89 +PS00008,2V93,A,"31-36,181-186,259-264" +PS00009,2V93,A,22-25 +PS01037,2V93,A,106-123 +PS00001,2VA5,A,"154-157,173-176,224-227,355-358" +PS00004,2VA5,A,57-60 +PS00005,2VA5,A,"121-123,156-158,167-169,309-311,316-318,357-359" +PS00006,2VA5,A,"48-51,60-63,121-124,165-168,175-178,287-290,314-317,376-379" +PS00008,2VA5,A,"6-11,12-17,22-27,37-42,182-187,240-245,392-397" +PS00009,2VA5,A,55-58 +PS00141,2VA5,A,91-102 +PS00001,2VA6,A,"154-157,173-176,224-227,355-358" +PS00004,2VA6,A,57-60 +PS00005,2VA6,A,"121-123,156-158,167-169,309-311,316-318,357-359" +PS00006,2VA6,A,"48-51,60-63,121-124,165-168,175-178,287-290,314-317,376-379" +PS00008,2VA6,A,"6-11,12-17,22-27,37-42,182-187,240-245,392-397" +PS00009,2VA6,A,55-58 +PS00141,2VA6,A,91-102 +PS00001,2VA7,A,"154-157,173-176,224-227,355-358" +PS00004,2VA7,A,57-60 +PS00005,2VA7,A,"121-123,156-158,167-169,309-311,316-318,357-359" +PS00006,2VA7,A,"48-51,60-63,121-124,165-168,175-178,287-290,314-317,376-379" +PS00008,2VA7,A,"6-11,12-17,22-27,37-42,182-187,240-245,392-397" +PS00009,2VA7,A,55-58 +PS00141,2VA7,A,91-102 +PS00005,2VB5,A,"4-6,73-75" +PS00006,2VB5,A,"33-36,71-74" +PS00290,2VB5,A,78-84 +PS00001,2YQD,A,28-31 +PS00004,2YQD,A,35-38 +PS00005,2YQD,A,"5-7,30-32,56-58,116-118" +PS00006,2YQD,A,"46-49,80-83,94-97,116-119" +PS00008,2YQD,A,0-5 +PS00009,2YQD,A,"5-8,33-36" +PS00633,2YQD,A,38-95 +PS00001,2YQG,A,72-75 +PS00005,2YQG,A,"25-27,46-48,50-52" +PS00006,2YQG,A,75-78 +PS00008,2YQG,A,"0-5,6-11,42-47" +PS00232,2YQG,A,107-117 +PS00004,2YQK,A,54-57 +PS00006,2YQK,A,"5-8,12-15" +PS00008,2YQK,A,"0-5,6-11" +PS00005,2YQM,A,38-40 +PS00006,2YQM,A,56-59 +PS00008,2YQM,A,0-5 +PS00005,2YQP,A,10-12 +PS00006,2YQP,A,35-38 +PS00008,2YQP,A,0-5 +PS00008,2YQQ,A,"0-5,6-11" +PS00005,2YQR,A,65-67 +PS00006,2YQR,A,65-68 +PS00007,2YQR,A,67-74 +PS00008,2YQR,A,"0-5,18-23,84-89" +PS00005,2YR3,A,33-35 +PS00006,2YR3,A,"5-8,56-59" +PS00008,2YR3,A,"0-5,76-81,87-92" +PS00006,2YRA,A,21-24 +PS00008,2YRA,A,"0-5,28-33" +PS00001,2YRB,A,68-71 +PS00005,2YRB,A,119-121 +PS00006,2YRB,A,"4-7,100-103,131-134" +PS00008,2YRB,A,0-5 +PS00005,2YRD,A,15-17 +PS00006,2YRD,A,4-7 +PS00008,2YRD,A,0-5 +PS00005,2YRE,A,"21-23,49-51" +PS00006,2YRE,A,"5-8,26-29" +PS00008,2YRE,A,"0-5,72-77" +PS00008,2YRG,A,"0-5,6-11" +PS00005,2YRH,A,"5-7,18-20" +PS00008,2YRH,A,0-5 +PS00009,2YRH,A,5-8 +PS00028,2YRH,A,12-32 +PS00001,2YRJ,A,26-29 +PS00008,2YRJ,A,0-5 +PS00028,2YRJ,A,14-34 +PS00005,2YRK,A,"23-25,27-29" +PS00006,2YRK,A,"11-14,27-30,47-50" +PS00008,2YRK,A,"0-5,6-11,19-24" +PS00028,2YRK,A,15-37 +PS00001,2YRL,A,56-59 +PS00005,2YRL,A,75-77 +PS00006,2YRL,A,"23-26,30-33,75-78" +PS00008,2YRL,A,"0-5,6-11,27-32,64-69" +PS00004,2YRM,A,26-29 +PS00005,2YRM,A,"24-26,34-36" +PS00006,2YRM,A,32-35 +PS00008,2YRM,A,"0-5,8-13" +PS00028,2YRM,A,12-33 +PS00001,2YRY,A,80-83 +PS00004,2YRY,A,83-86 +PS00005,2YRY,A,"12-14,69-71,82-84,86-88" +PS00006,2YRY,A,103-106 +PS00008,2YRY,A,"0-5,6-11" +PS00009,2YRY,A,6-9 +PS00005,2YSQ,A,40-42 +PS00006,2YSQ,A,"4-7,40-43" +PS00008,2YSQ,A,"0-5,74-79" +PS00001,2YS0,A,39-42 +PS00004,2YS0,A,17-20 +PS00008,2YS0,A,0-5 +PS00524,2YS0,A,24-44 +PS00005,2YS2,A,30-32 +PS00006,2YS2,A,38-41 +PS00008,2YS2,A,0-5 +PS00001,2YS3,A,68-71 +PS00004,2YS3,A,20-23 +PS00005,2YS3,A,23-25 +PS00006,2YS3,A,"44-47,114-117" +PS00007,2YS3,A,"92-99,113-120" +PS00008,2YS3,A,"0-5,71-76,105-110" +PS00006,2YS8,A,39-42 +PS00008,2YS8,A,"0-5,6-11,33-38,63-68" +PS00008,2YS9,A,0-5 +PS00004,2YSA,A,37-40 +PS00006,2YSA,A,24-27 +PS00008,2YSA,A,"0-5,41-46" +PS00001,2YSB,A,33-36 +PS00005,2YSB,A,20-22 +PS00006,2YSB,A,4-7 +PS00008,2YSB,A,0-5 +PS00009,2YSB,A,22-25 +PS00006,2YSD,A,"5-8,39-42" +PS00008,2YSD,A,"0-5,6-11" +PS01159,2YSD,A,18-43 +PS00005,2YST,A,"10-12,58-60,101-103" +PS00006,2YST,A,"5-8,16-19" +PS00008,2YST,A,0-5 +PS00232,2YST,A,108-118 +PS00006,2YSE,A,"5-8,9-12,37-40" +PS00007,2YSE,A,19-25 +PS00008,2YSE,A,0-5 +PS01159,2YSE,A,17-42 +PS00004,2YSF,A,28-31 +PS00006,2YSF,A,32-35 +PS00007,2YSF,A,14-22 +PS00008,2YSF,A,"0-5,6-11" +PS01159,2YSF,A,11-36 +PS00008,2YSG,A,"0-5,6-11" +PS01159,2YSG,A,11-36 +PS00001,2YSH,A,"25-28,29-32" +PS00006,2YSH,A,"27-30,31-34" +PS00008,2YSH,A,"0-5,6-11" +PS00009,2YSH,A,18-21 +PS01159,2YSH,A,11-36 +PS00006,2YSI,A,"5-8,34-37" +PS00007,2YSI,A,15-22 +PS00008,2YSI,A,0-5 +PS00008,2YSJ,A,"0-5,6-11" +PS00294,2YSJ,A,59-62 +PS00518,2YSJ,A,37-46 +PS00005,2YSL,A,65-67 +PS00008,2YSL,A,"0-5,6-11" +PS00518,2YSL,A,37-46 +PS00006,2YSM,A,"14-17,62-65" +PS00008,2YSM,A,"0-5,6-11" +PS01359,2YSM,A,9-74 +PS00006,2YSO,A,26-29 +PS00008,2YSO,A,"0-5,36-41" +PS00028,2YSO,A,14-34 +PS00008,2YSP,A,0-5 +PS00028,2YSP,A,14-34 +PS00001,2YSR,A,55-58 +PS00005,2YSR,A,19-21 +PS00006,2YSR,A,41-44 +PS00008,2YSR,A,"0-5,37-42" +PS00006,2YSV,A,4-7 +PS00008,2YSV,A,0-5 +PS00028,2YSV,A,12-32 +PS00006,2YT9,A,75-78 +PS00007,2YT9,A,45-52 +PS00008,2YT9,A,0-5 +PS00028,2YT9,A,"9-29,37-57,67-88" +PS00005,2YTA,A,20-22 +PS00006,2YTA,A,4-7 +PS00008,2YTA,A,"0-5,34-39" +PS00028,2YTA,A,12-32 +PS00005,2YTB,A,21-23 +PS00006,2YTB,A,5-8 +PS00008,2YTB,A,"0-5,35-40" +PS00028,2YTB,A,13-33 +PS00006,2YTC,A,"4-7,22-25" +PS00008,2YTC,A,"0-5,18-23" +PS00009,2YTC,A,74-77 +PS00008,2YTD,A,0-5 +PS00028,2YTD,A,14-34 +PS00005,2YTE,A,33-35 +PS00006,2YTE,A,"4-7,11-14,18-21" +PS00008,2YTE,A,0-5 +PS00028,2YTE,A,12-32 +PS00008,2YTF,A,0-5 +PS00028,2YTF,A,14-34 +PS00008,2YTG,A,0-5 +PS00028,2YTG,A,14-34 +PS00004,2YTH,A,19-22 +PS00008,2YTH,A,0-5 +PS00009,2YTH,A,17-20 +PS00028,2YTH,A,14-34 +PS00008,2YTI,A,"0-5,32-37" +PS00028,2YTI,A,14-34 +PS00005,2YTJ,A,22-24 +PS00008,2YTJ,A,0-5 +PS00028,2YTJ,A,14-34 +PS00008,2YTK,A,0-5 +PS00028,2YTK,A,14-34 +PS00001,2YTM,A,24-27 +PS00008,2YTM,A,"0-5,36-41" +PS00028,2YTM,A,14-34 +PS00005,2YTN,A,7-9 +PS00008,2YTN,A,"0-5,32-37" +PS00009,2YTN,A,7-10 +PS00028,2YTN,A,14-34 +PS00005,2YTO,A,22-24 +PS00008,2YTO,A,0-5 +PS00028,2YTO,A,14-34 +PS00004,2YTP,A,23-26 +PS00008,2YTP,A,0-5 +PS00028,2YTP,A,14-34 +PS00005,2YTQ,A,22-24 +PS00008,2YTQ,A,"0-5,13-18" +PS00028,2YTQ,A,14-34 +PS00005,2YTR,A,24-26 +PS00008,2YTR,A,0-5 +PS00028,2YTR,A,14-34 +PS00008,2YTS,A,0-5 +PS00028,2YTS,A,14-34 +PS00005,2YTT,A,24-26 +PS00006,2YTT,A,4-7 +PS00008,2YTT,A,0-5 +PS00028,2YTT,A,14-34 +PS00005,2YU3,A,78-80 +PS00008,2YU3,A,0-5 +PS00006,2YU4,A,"12-15,28-31,56-59" +PS00008,2YU4,A,"0-5,54-59" +PS00005,2YU5,A,22-24 +PS00006,2YU5,A,15-18 +PS00008,2YU5,A,0-5 +PS00028,2YU5,A,14-34 +PS00004,2YU6,A,94-97 +PS00008,2YU6,A,"0-5,27-32" +PS00008,2YU8,A,"0-5,36-41" +PS00028,2YU8,A,14-34 +PS00005,2YUA,A,73-75 +PS00006,2YUA,A,"7-10,84-87" +PS00008,2YUA,A,"0-5,23-28,51-56,92-97" +PS00001,2YUD,A,37-40 +PS00005,2YUD,A,"15-17,63-65,72-74,76-78,105-107" +PS00006,2YUD,A,72-75 +PS00008,2YUD,A,"0-5,45-50,155-160" +PS00001,2YUE,A,152-155 +PS00005,2YUE,A,"40-42,90-92" +PS00006,2YUE,A,"70-73,135-138,145-148,154-157" +PS00008,2YUE,A,"0-5,64-69,131-136,151-156" +PS00001,2YUM,A,44-47 +PS00005,2YUM,A,"32-34,46-48" +PS00006,2YUM,A,11-14 +PS00008,2YUM,A,"0-5,43-48,65-70" +PS00005,2YUN,A,5-7 +PS00008,2YUN,A,"0-5,44-49,66-71" +PS00009,2YUN,A,47-50 +PS00005,2YUO,A,"5-7,35-37" +PS00006,2YUO,A,35-38 +PS00008,2YUO,A,0-5 +PS00009,2YUO,A,5-8 +PS00005,2YUP,A,"5-7,24-26,34-36,59-61" +PS00007,2YUP,A,45-52 +PS00008,2YUP,A,"0-5,63-68" +PS00006,2YUQ,A,4-7 +PS00008,2YUQ,A,0-5 +PS00001,2Z4F,A,99-102 +PS00005,2Z4F,A,109-111 +PS00008,2Z4F,A,"13-18,162-167" +PS01285,2Z4F,A,49-82 +PS01286,2Z4F,A,146-163 +PS00001,3EUZ,A,33-36 +PS00005,3EUZ,A,"58-60,88-90" +PS00006,3EUZ,A,"49-52,79-82" +PS00008,3EUZ,A,67-72 +PS00127,3EUZ,A,39-45 +PS00001,3EUZ,B,33-36 +PS00005,3EUZ,B,"58-60,88-90" +PS00006,3EUZ,B,"49-52,79-82" +PS00008,3EUZ,B,67-72 +PS00127,3EUZ,B,39-45 +PS00001,3B32,A,59-62 +PS00005,3B32,A,27-29 +PS00006,3B32,A,"16-19,27-30,43-46" +PS00008,3B32,A,"24-29,39-44" +PS00018,3B32,A,"19-31,55-67" +PS00005,2JNT,A,1-3 +PS00006,2JNT,A,"21-24,49-52,64-67" +PS00008,2JNT,A,"50-55,61-66" +PS00004,2JOA,A,77-80 +PS00005,2JOA,A,16-18 +PS00006,2JOA,A,"45-48,68-71" +PS00008,2JOA,A,51-56 +PS00004,2JSD,A,5-8 +PS00005,2JSD,A,"10-12,134-136" +PS00006,2JSD,A,"21-24,90-93" +PS00008,2JSD,A,120-125 +PS00142,2JSD,A,110-119 +PS00001,2JU3,A,1-4 +PS00004,2JU3,A,120-123 +PS00005,2JU3,A,"3-5,93-95,123-125" +PS00006,2JU3,A,"63-66,99-102,113-116" +PS00009,2JU3,A,43-46 +PS00214,2JU3,A,4-21 +PS00001,2JU7,A,1-4 +PS00004,2JU7,A,120-123 +PS00005,2JU7,A,"3-5,93-95,123-125" +PS00006,2JU7,A,"63-66,99-102,113-116" +PS00009,2JU7,A,43-46 +PS00214,2JU7,A,4-21 +PS00001,2JU8,A,1-4 +PS00004,2JU8,A,120-123 +PS00005,2JU8,A,"3-5,93-95,123-125" +PS00006,2JU8,A,"63-66,99-102,113-116" +PS00009,2JU8,A,43-46 +PS00214,2JU8,A,4-21 +PS00005,2JWY,A,"27-29,62-64,80-82" +PS00006,2JWY,A,130-133 +PS00008,2JWY,A,"76-81,101-106" +PS00006,2OGH,A,14-17 +PS00009,2OGH,A,33-36 +PS00007,2RMW,A,6-13 +PS00005,2PKU,A,59-61 +PS00006,2PKU,A,64-67 +PS00008,2PKU,A,"16-21,44-49" +PS00017,2PKU,A,57-64 +PS00342,2PKU,A,84-86 +PS00005,2PKU,B,1-3 +PS00001,2JVF,A,85-88 +PS00005,2JVF,A,"8-10,26-28" +PS00006,2JVF,A,26-29 +PS00005,2Z2D,A,"15-17,139-141,147-149" +PS00006,2Z2D,A,151-154 +PS00008,2Z2D,A,"78-83,88-93,125-130" +PS00142,2Z2D,A,115-124 +PS00006,2E6W,A,"5-8,26-29,36-39,74-77" +PS00008,2E6W,A,0-5 +PS00018,2E6W,A,"18-30,66-78" +PS00004,2JU5,A,12-15 +PS00006,2JU5,A,"34-37,42-45,54-57" +PS00008,2JU5,A,"50-55,137-142" +PS00017,2OJM,A,7-14 +PS00005,2QSK,A,40-42 +PS00008,2QSK,A,"0-5,27-32,75-80" +PS00005,2QT4,A,40-42 +PS00008,2QT4,A,"0-5,27-32,75-80" +PS00001,2V1N,A,58-61 +PS00005,2V1N,A,"36-38,50-52,83-85,98-100" +PS00006,2V1N,A,"50-53,60-63,64-67" +PS00001,2VDA,A,"264-267,360-363" +PS00004,2VDA,A,"338-341,795-798" +PS00005,2VDA,A,"8-10,66-68,113-115,266-268,331-333,405-407,437-439,550-552,555-557,566-568,574-576,591-593,652-654,669-671,725-727,808-810" +PS00006,2VDA,A,"3-6,30-33,121-124,169-172,185-188,255-258,421-424,580-583,669-672,687-690,725-728" +PS00007,2VDA,A,412-419 +PS00008,2VDA,A,"82-87,142-147,343-348,380-385,464-469,508-513,602-607" +PS00009,2VDA,A,336-339 +PS01312,2VDA,A,491-506 +PS00005,2VDA,B,3-5 +PS00008,2VDA,B,19-24 +PS00001,3EV0,A,33-36 +PS00005,3EV0,A,"58-60,88-90" +PS00006,3EV0,A,"49-52,79-82" +PS00008,3EV0,A,67-72 +PS00127,3EV0,A,39-45 +PS00001,3EV0,B,33-36 +PS00005,3EV0,B,"58-60,88-90" +PS00006,3EV0,B,"49-52,79-82" +PS00008,3EV0,B,67-72 +PS00127,3EV0,B,39-45 +PS00001,2JT2,A,"56-59,85-88" +PS00005,2JT2,A,"5-7,198-200,247-249" +PS00006,2JT2,A,"5-8,101-104,164-167" +PS00008,2JT2,A,"1-6,16-21,192-197" +PS00005,2JU6,X,10-12 +PS00006,2JU6,X,"15-18,43-46,52-55" +PS00008,2JX5,A,"18-23,32-37" +PS00005,2JXL,A,36-38 +PS00006,2JXL,A,"36-39,52-55" +PS00008,2JXL,A,29-34 +PS00018,2JXL,A,64-76 +PS00005,2POJ,A,"15-17,139-141,147-149" +PS00006,2POJ,A,151-154 +PS00008,2POJ,A,"78-83,88-93,125-130" +PS00005,2RM8,A,"11-13,30-32" +PS00006,2RM8,A,"11-14,33-36" +PS00005,2RMM,A,10-12 +PS00006,2RMM,A,"15-18,43-46,52-55" +PS00005,2RMM,B,10-12 +PS00006,2RMM,B,"15-18,43-46,52-55" +PS00004,2V00,A,109-112 +PS00005,2V00,A,"65-67,107-109,188-190,207-209,267-269" +PS00006,2V00,A,"7-10,11-14,48-51,77-80,84-87,114-117,119-122,142-145,211-214" +PS00008,2V00,A,"2-7,71-76,81-86,97-102,126-131,206-211,215-220,240-245,264-269,285-290,291-296,298-303" +PS00141,2V00,A,"31-42,215-226" +PS00001,2JMW,A,"26-29,75-78" +PS00005,2JMW,A,"27-29,30-32,39-41,55-57,77-79" +PS00008,2JMW,A,"23-28,74-79" +PS00005,2JNP,A,10-12 +PS00006,2JNP,A,"27-30,137-140,147-150" +PS00008,2JNP,A,"73-78,120-125" +PS00142,2JNP,A,110-119 +PS00005,2JO7,A,"50-52,135-137" +PS00006,2JO7,A,"51-54,100-103,138-141,156-159,165-168" +PS00008,2JO7,A,"12-17,91-96,170-175,183-188" +PS00009,2JO7,A,56-59 +PS00016,2JO7,A,70-72 +PS00005,2JTE,A,23-25 +PS00006,2JTE,A,"17-20,23-26" +PS00008,2JTE,A,0-5 +PS00005,2JTX,A,75-77 +PS00006,2JTX,A,"20-23,25-28,70-73,85-88" +PS00008,2JTX,A,0-5 +PS00005,2JUB,A,38-40 +PS00006,2JUB,A,"20-23,49-52" +PS00008,2JUG,A,3-8 +PS00342,2JUG,A,75-77 +PS00008,2JUG,B,3-8 +PS00342,2JUG,B,75-77 +PS00262,2JV1,A,5-19 +PS00005,2JV1,B,26-28 +PS00005,2JX1,A,20-22 +PS00008,2JX1,A,"7-12,16-21" +PS00005,2JXP,A,70-72 +PS00006,2JXP,A,"28-31,66-69,96-99" +PS00007,2JXP,A,"74-80,116-124" +PS00008,2JXP,A,23-28 +PS00006,2JXT,A,62-65 +PS00004,2JXX,A,64-67 +PS00005,2JXX,A,"62-64,76-78" +PS00006,2JXX,A,"53-56,76-79" +PS00008,2JXX,A,"17-22,72-77,85-90" +PS00009,2JXX,A,62-65 +PS00008,2O10,A,0-5 +PS00009,2O10,A,55-58 +PS00478,2O10,A,3-37 +PS00001,2O13,A,39-42 +PS00005,2O13,A,41-43 +PS00006,2O13,A,41-44 +PS00478,2O13,A,1-35 +PS00005,2OP7,A,29-31 +PS00006,2OP7,A,29-32 +PS00007,2OP7,A,11-19 +PS01159,2OP7,A,8-33 +PS00005,2OPM,A,"10-12,131-133,209-211,275-277" +PS00006,2OPM,A,"10-13,49-52" +PS00007,2OPM,A,"64-71,207-213" +PS00008,2OPM,A,"75-80,311-316" +PS00444,2OPM,A,255-267 +PS00723,2OPM,A,120-134 +PS00001,2P80,A,61-64 +PS00005,2P80,A,"202-204,263-265" +PS00006,2P80,A,"1-4,268-271" +PS00008,2P80,A,"100-105,145-150,157-162,218-223,281-286,335-340" +PS00001,2P80,B,61-64 +PS00005,2P80,B,"202-204,263-265" +PS00006,2P80,B,"1-4,268-271" +PS00008,2P80,B,"100-105,145-150,157-162,218-223,281-286,335-340" +PS00001,2P80,C,61-64 +PS00005,2P80,C,"202-204,263-265" +PS00006,2P80,C,"1-4,268-271" +PS00008,2P80,C,"100-105,145-150,157-162,218-223,281-286,335-340" +PS00005,2P80,D,"43-45,103-105,120-122" +PS00006,2P80,D,43-46 +PS00008,2P80,D,10-15 +PS00196,2P80,D,71-85 +PS00005,2JNV,A,"54-56,77-79" +PS00006,2JNV,A,"11-14,77-80,81-84" +PS00008,2JNV,A,"1-6,7-12,24-29,43-48" +PS00005,2E73,A,10-12 +PS00008,2E73,A,0-5 +PS00479,2E73,A,7-56 +PS00005,2JNB,A,"34-36,120-122" +PS00006,2JNB,A,"9-12,17-20,120-123" +PS00008,2JNB,A,"10-15,53-58" +PS01082,2JNB,A,88-105 +PS00005,2JVR,A,31-33 +PS00006,2JVR,A,40-43 +PS00008,2JVR,A,"17-22,93-98" +PS00006,2JY7,A,1-4 +PS00008,2JY7,A,25-30 +PS00006,2JY8,A,1-4 +PS00008,2JY8,A,25-30 +PS00005,2O5F,A,97-99 +PS00006,2O5F,A,"76-79,134-137" +PS00008,2O5F,A,69-74 +PS00893,2O5F,A,69-90 +PS00005,2O5F,B,97-99 +PS00006,2O5F,B,"76-79,134-137" +PS00008,2O5F,B,69-74 +PS00893,2O5F,B,69-90 +PS00001,2O6W,A,"61-64,86-89" +PS00005,2O6W,A,142-144 +PS00006,2O6W,A,"88-91,146-149" +PS00008,2O6W,A,"48-53,124-129" +PS00005,2OFG,X,"20-22,44-46,89-91" +PS00006,2OFG,X,"60-63,71-74,89-92" +PS00008,2OFG,X,"14-19,34-39" +PS00014,2OFG,X,107-110 +PS01047,2OFG,X,13-42 +PS00005,2OFH,X,"20-22,44-46,89-91" +PS00006,2OFH,X,"60-63,71-74,89-92" +PS00008,2OFH,X,"14-19,34-39" +PS00014,2OFH,X,107-110 +PS01047,2OFH,X,13-42 +PS00005,2OSR,A,9-11 +PS00006,2OSR,A,18-21 +PS00008,2OSR,A,71-76 +PS00005,2OTR,A,5-7 +PS00006,2OTR,A,84-87 +PS00008,2OTR,A,31-36 +PS00004,2PVE,A,1-4 +PS00005,2PVE,A,4-6 +PS00006,2PVE,A,46-49 +PS00008,2PVE,A,"22-27,42-47" +PS00202,2PVE,A,32-42 +PS00004,2PVE,B,1-4 +PS00005,2PVE,B,4-6 +PS00006,2PVE,B,46-49 +PS00008,2PVE,B,"22-27,42-47" +PS00202,2PVE,B,32-42 +PS00004,2PVE,C,1-4 +PS00005,2PVE,C,4-6 +PS00006,2PVE,C,46-49 +PS00008,2PVE,C,"22-27,42-47" +PS00202,2PVE,C,32-42 +PS00006,2PVX,A,27-30 +PS00008,2PVX,A,22-27 +PS00202,2PVX,A,32-42 +PS00006,2PVX,B,27-30 +PS00008,2PVX,B,22-27 +PS00202,2PVX,B,32-42 +PS00006,2PVX,C,27-30 +PS00008,2PVX,C,22-27 +PS00202,2PVX,C,32-42 +PS00006,2PVX,D,27-30 +PS00008,2PVX,D,22-27 +PS00202,2PVX,D,32-42 +PS00006,2PVX,E,27-30 +PS00008,2PVX,E,22-27 +PS00202,2PVX,E,32-42 +PS00006,2PVX,F,27-30 +PS00008,2PVX,F,22-27 +PS00202,2PVX,F,32-42 +PS00006,2PVX,G,27-30 +PS00008,2PVX,G,22-27 +PS00202,2PVX,G,32-42 +PS00006,2PVX,H,27-30 +PS00008,2PVX,H,22-27 +PS00202,2PVX,H,32-42 +PS00005,2RN9,A,32-34 +PS00008,2RN9,A,6-11 +PS00005,2RNB,A,32-34 +PS00008,2RNB,A,6-11 +PS00005,2OOP,A,22-24 +PS00006,2OOP,A,12-15 +PS00265,2OOP,A,19-35 +PS00001,2E5B,A,"36-39,403-406" +PS00005,2E5B,A,"24-26,37-39,405-407,432-434" +PS00006,2E5B,A,"42-45,144-147,206-209,367-370,449-452,479-482" +PS00007,2E5B,A,"60-67,196-202" +PS00008,2E5B,A,"188-193,212-217,362-367,388-393,415-420,445-450" +PS00009,2E5B,A,335-338 +PS00001,2E5B,B,"36-39,403-406" +PS00005,2E5B,B,"24-26,37-39,405-407,432-434" +PS00006,2E5B,B,"42-45,144-147,206-209,367-370,449-452,479-482" +PS00007,2E5B,B,"60-67,196-202" +PS00008,2E5B,B,"188-193,212-217,362-367,388-393,415-420,445-450" +PS00009,2E5B,B,335-338 +PS00001,2E5C,A,"36-39,403-406" +PS00005,2E5C,A,"24-26,37-39,405-407,432-434" +PS00006,2E5C,A,"42-45,144-147,206-209,367-370,449-452,479-482" +PS00007,2E5C,A,"60-67,196-202" +PS00008,2E5C,A,"188-193,212-217,362-367,388-393,415-420,445-450" +PS00009,2E5C,A,335-338 +PS00001,2E5C,B,"36-39,403-406" +PS00005,2E5C,B,"24-26,37-39,405-407,432-434" +PS00006,2E5C,B,"42-45,144-147,206-209,367-370,449-452,479-482" +PS00007,2E5C,B,"60-67,196-202" +PS00008,2E5C,B,"188-193,212-217,362-367,388-393,415-420,445-450" +PS00009,2E5C,B,335-338 +PS00001,2E5D,A,"36-39,403-406" +PS00005,2E5D,A,"24-26,37-39,405-407,432-434" +PS00006,2E5D,A,"42-45,144-147,206-209,367-370,449-452,479-482" +PS00007,2E5D,A,"60-67,196-202" +PS00008,2E5D,A,"188-193,212-217,362-367,388-393,415-420,445-450" +PS00009,2E5D,A,335-338 +PS00001,2E5D,B,"36-39,403-406" +PS00005,2E5D,B,"24-26,37-39,405-407,432-434" +PS00006,2E5D,B,"42-45,144-147,206-209,367-370,449-452,479-482" +PS00007,2E5D,B,"60-67,196-202" +PS00008,2E5D,B,"188-193,212-217,362-367,388-393,415-420,445-450" +PS00009,2E5D,B,335-338 +PS00001,2E5E,A,"4-7,60-63" +PS00005,2E5E,A,"6-8,34-36" +PS00008,2E5E,A,74-79 +PS00005,2JV8,A,39-41 +PS00006,2JV8,A,"46-49,50-53" +PS00008,2JV8,A,67-72 +PS00008,2JW6,A,0-5 +PS01360,2JW6,A,11-47 +PS00001,2JYA,A,96-99 +PS00005,2JYA,A,"4-6,19-21,83-85" +PS00006,2JYA,A,"45-48,88-91" +PS00008,2JYA,A,18-23 +PS00004,2JYN,A,68-71 +PS00006,2JYN,A,"44-47,71-74,89-92" +PS00007,2JYN,A,45-51 +PS00008,2JYN,A,113-118 +PS00005,2OFN,A,"50-52,83-85,123-125" +PS00006,2OFN,A,"2-5,56-59,123-126" +PS00008,2OFN,A,"16-21,36-41,104-109" +PS00004,2OGP,A,11-14 +PS00005,2OGP,A,"22-24,79-81" +PS00006,2OGP,A,"22-25,69-72,80-83" +PS00008,2OGP,A,"16-21,62-67" +PS00009,2OGP,A,2-5 +PS00017,2OGP,A,62-69 +PS00005,2OON,A,22-24 +PS00006,2OON,A,12-15 +PS00265,2OON,A,19-35 +PS00001,2OV6,A,66-69 +PS00005,2OV6,A,85-87 +PS00006,2OV6,A,"37-40,85-88" +PS00008,2OV6,A,77-82 +PS00005,2QMT,A,10-12 +PS00006,2QMT,A,"15-18,43-46,52-55" +PS00006,2RN8,A,1-4 +PS00007,2RN8,A,24-30 +PS00006,2RNA,A,1-4 +PS00007,2RNA,A,24-30 +PS00005,2V17,H,64-66 +PS00006,2V17,H,"27-30,212-215" +PS00007,2V17,H,88-95 +PS00008,2V17,H,"9-14,102-107,114-119,135-140,141-146,165-170" +PS00005,2V17,L,"27-29,42-44,152-154,196-198" +PS00006,2V17,L,"13-16,66-69,75-78,101-104,161-164,181-184" +PS00008,2V17,L,"63-68,157-162" +PS00290,2V17,L,191-197 +PS00005,2RMF,A,24-26 +PS00006,2RMF,A,"15-18,24-27" +PS00511,2RMF,A,2-17 +PS00004,2E5O,A,46-49 +PS00005,2E5O,A,"44-46,59-61,90-92" +PS00006,2E5O,A,49-52 +PS00008,2E5O,A,"0-5,77-82,141-146" +PS00342,2RMG,A,35-37 +PS00001,2JY9,A,30-33 +PS00004,2JY9,A,"104-107,116-119" +PS00005,2JY9,A,"103-105,119-121,126-128" +PS00006,2JY9,A,8-11 +PS00008,2JY9,A,26-31 +PS00745,2JY9,A,20-36 +PS00004,2JYO,A,42-45 +PS00005,2JYO,A,"10-12,40-42,63-65" +PS00006,2JYO,A,1-4 +PS00008,2JYO,A,30-35 +PS00472,2JYO,A,5-48 +PS00001,2QSQ,A,70-73 +PS00005,2QSQ,A,62-64 +PS00006,2QSQ,A,62-65 +PS00008,2QSQ,A,51-56 +PS00001,2QSQ,B,70-73 +PS00005,2QSQ,B,62-64 +PS00006,2QSQ,B,62-65 +PS00008,2QSQ,B,51-56 +PS00001,2QST,A,70-73 +PS00005,2QST,A,62-64 +PS00006,2QST,A,62-65 +PS00008,2QST,A,51-56 +PS00001,2QST,B,70-73 +PS00005,2QST,B,62-64 +PS00006,2QST,B,62-65 +PS00008,2QST,B,51-56 +PS00005,2RME,A,29-31 +PS00004,3B8I,A,"126-129,266-269" +PS00005,3B8I,A,"18-20,32-34,265-267" +PS00006,3B8I,A,"4-7,26-29,65-68,101-104,114-117,159-162,260-263,269-272" +PS00008,3B8I,A,"44-49,93-98,253-258" +PS00009,3B8I,A,124-127 +PS00004,3B8I,B,"126-129,266-269" +PS00005,3B8I,B,"18-20,32-34,265-267" +PS00006,3B8I,B,"4-7,26-29,65-68,101-104,114-117,159-162,260-263,269-272" +PS00008,3B8I,B,"44-49,93-98,253-258" +PS00009,3B8I,B,124-127 +PS00004,3B8I,C,"126-129,266-269" +PS00005,3B8I,C,"18-20,32-34,265-267" +PS00006,3B8I,C,"4-7,26-29,65-68,101-104,114-117,159-162,260-263,269-272" +PS00008,3B8I,C,"44-49,93-98,253-258" +PS00009,3B8I,C,124-127 +PS00004,3B8I,D,"126-129,266-269" +PS00005,3B8I,D,"18-20,32-34,265-267" +PS00006,3B8I,D,"4-7,26-29,65-68,101-104,114-117,159-162,260-263,269-272" +PS00008,3B8I,D,"44-49,93-98,253-258" +PS00009,3B8I,D,124-127 +PS00004,3B8I,E,"126-129,266-269" +PS00005,3B8I,E,"18-20,32-34,265-267" +PS00006,3B8I,E,"4-7,26-29,65-68,101-104,114-117,159-162,260-263,269-272" +PS00008,3B8I,E,"44-49,93-98,253-258" +PS00009,3B8I,E,124-127 +PS00004,3B8I,F,"126-129,266-269" +PS00005,3B8I,F,"18-20,32-34,265-267" +PS00006,3B8I,F,"4-7,26-29,65-68,101-104,114-117,159-162,260-263,269-272" +PS00008,3B8I,F,"44-49,93-98,253-258" +PS00009,3B8I,F,124-127 +PS00005,2JWZ,A,8-10 +PS00006,2JWZ,A,54-57 +PS00299,2JWZ,A,26-51 +PS00005,2JXC,A,97-99 +PS00006,2JXC,A,56-59 +PS00007,2JXC,A,9-16 +PS00008,2JXC,A,3-8 +PS00018,2JXC,A,57-69 +PS00001,2JXC,B,21-24 +PS00006,2JXC,B,"6-9,23-26" +PS00005,2JZ0,A,44-46 +PS00007,2JZ0,A,"14-21,45-52" +PS00008,2JZ0,A,0-5 +PS00005,2JZ0,B,44-46 +PS00007,2JZ0,B,"14-21,45-52" +PS00008,2JZ0,B,0-5 +PS00001,2JZ1,A,73-76 +PS00005,2JZ1,A,"44-46,74-76" +PS00007,2JZ1,A,"14-21,45-52" +PS00008,2JZ1,A,0-5 +PS00001,2JZ1,B,73-76 +PS00005,2JZ1,B,"44-46,74-76" +PS00007,2JZ1,B,"14-21,45-52" +PS00008,2JZ1,B,0-5 +PS00008,2V76,A,19-24 +PS00009,2V76,A,70-73 +PS00008,2V76,B,19-24 +PS00009,2V76,B,70-73 +PS00008,2V76,C,19-24 +PS00009,2V76,C,70-73 +PS00008,2V76,D,19-24 +PS00009,2V76,D,70-73 +PS00001,2VER,A,110-113 +PS00005,2VER,A,136-138 +PS00008,2VER,A,"89-94,101-106,117-122,132-137" +PS00001,2VER,N,"69-72,80-83" +PS00005,2VER,N,61-63 +PS00006,2VER,N,61-64 +PS00008,2VER,N,50-55 +PS00001,2E9H,A,"12-15,83-86" +PS00004,2E9H,A,120-123 +PS00005,2E9H,A,127-129 +PS00006,2E9H,A,"14-17,71-74" +PS00007,2E9H,A,13-20 +PS00008,2E9H,A,"0-5,6-11,64-69,84-89,135-140" +PS00005,2JYD,A,28-30 +PS00008,2JYD,A,"0-5,15-20,24-29,34-39" +PS00001,2JZ8,A,66-69 +PS00006,2JZ8,A,44-47 +PS00005,2P2T,A,1-3 +PS00007,2P2T,A,42-49 +PS00008,2P2T,A,62-67 +PS01239,2P2T,A,54-68 +PS00005,2RN7,A,45-47 +PS00006,2RN7,A,"21-24,57-60,65-68" +PS00008,2RN7,A,58-63 +PS00001,2E7K,A,74-77 +PS00005,2E7K,A,"5-7,22-24" +PS00006,2E7K,A,14-17 +PS00008,2E7K,A,"0-5,10-15,38-43,58-63" +PS00006,2E85,A,43-46 +PS00007,2E85,A,131-138 +PS00008,2E85,A,69-74 +PS00006,2E85,B,43-46 +PS00007,2E85,B,131-138 +PS00008,2E85,B,69-74 +PS00005,2E8J,A,"11-13,17-19,60-62,77-79" +PS00006,2E8J,A,"4-7,36-39,60-63" +PS00005,2E8J,B,"11-13,17-19,60-62,77-79" +PS00006,2E8J,B,"4-7,36-39,60-63" +PS00008,2JN5,A,6-11 +PS00001,2JV0,A,5-8 +PS00004,2JV0,A,65-68 +PS00005,2JV0,A,"127-129,159-161" +PS00006,2JV0,A,"15-18,36-39,92-95,108-111" +PS00008,2JV0,A,44-49 +PS00009,2JV0,A,53-56 +PS00008,2JWA,A,27-32 +PS00008,2JWA,B,27-32 +PS00005,2JZ2,A,"6-8,45-47" +PS00006,2JZ2,A,"10-13,49-52" +PS00006,2JZA,A,"42-45,106-109" +PS00007,2JZA,A,31-39 +PS00008,2JZA,A,15-20 +PS00029,2OII,A,137-158 +PS00029,2OII,B,137-158 +PS00029,2OII,C,137-158 +PS00001,2OMJ,A,55-58 +PS00005,2OMJ,A,33-35 +PS00006,2OMJ,A,33-36 +PS00008,2OMJ,A,"0-5,20-25,44-49,56-61,74-79" +PS00006,2RMR,A,9-12 +PS00007,2RMR,A,3-10 +PS00006,2RMS,A,9-12 +PS00007,2RMS,A,3-10 +PS00006,2RMS,B,"5-8,19-22,36-39,42-45,56-59" +PS00005,2RNJ,A,"30-32,56-58,59-61" +PS00006,2RNJ,A,"30-33,45-48,69-72" +PS00001,2VK5,A,"18-21,151-154,166-169,174-177,263-266,313-316,351-354,374-377" +PS00005,2VK5,A,"94-96,134-136,139-141,150-152,260-262,353-355,376-378" +PS00006,2VK5,A,"67-70,82-85,134-137,139-142,168-171,193-196,199-202,265-268,269-272,286-289,322-325,329-332,430-433,436-439" +PS00007,2VK5,A,"120-127,394-401" +PS00008,2VK5,A,"2-7,33-38,114-119,219-224,386-391" +PS00001,2VK6,A,"18-21,151-154,166-169,174-177,263-266,313-316,351-354,374-377" +PS00005,2VK6,A,"94-96,134-136,139-141,150-152,260-262,353-355,376-378" +PS00006,2VK6,A,"67-70,82-85,134-137,139-142,168-171,193-196,199-202,265-268,269-272,286-289,322-325,329-332,430-433,436-439" +PS00007,2VK6,A,"120-127,394-401" +PS00008,2VK6,A,"2-7,33-38,114-119,219-224,386-391" +PS00001,2VK7,A,"18-21,151-154,166-169,174-177,263-266,313-316,351-354,374-377" +PS00005,2VK7,A,"94-96,134-136,139-141,150-152,260-262,353-355,376-378" +PS00006,2VK7,A,"67-70,82-85,134-137,139-142,168-171,193-196,199-202,265-268,269-272,286-289,322-325,329-332,430-433,436-439" +PS00007,2VK7,A,"120-127,394-401" +PS00008,2VK7,A,"2-7,33-38,114-119,219-224,386-391" +PS00001,2VK7,B,"18-21,151-154,166-169,174-177,263-266,313-316,351-354,374-377" +PS00005,2VK7,B,"94-96,134-136,139-141,150-152,260-262,353-355,376-378" +PS00006,2VK7,B,"67-70,82-85,134-137,139-142,168-171,193-196,199-202,265-268,269-272,286-289,322-325,329-332,430-433,436-439" +PS00007,2VK7,B,"120-127,394-401" +PS00008,2VK7,B,"2-7,33-38,114-119,219-224,386-391" +PS00001,3EV1,A,33-36 +PS00005,3EV1,A,"58-60,88-90" +PS00006,3EV1,A,"49-52,79-82" +PS00008,3EV1,A,67-72 +PS00127,3EV1,A,39-45 +PS00001,3EV1,B,33-36 +PS00005,3EV1,B,"58-60,88-90" +PS00006,3EV1,B,"49-52,79-82" +PS00008,3EV1,B,67-72 +PS00127,3EV1,B,39-45 +PS00005,2E8N,A,20-22 +PS00006,2E8N,A,"4-7,13-16,36-39,45-48" +PS00008,2E8N,A,"0-5,78-83" +PS00006,2EDZ,A,"19-22,48-51" +PS00008,2EDZ,A,"0-5,6-11,23-28,54-59,85-90" +PS00001,2JNK,A,106-109 +PS00006,2JNK,A,"14-17,53-56,79-82,107-110,116-119" +PS00008,2JNK,A,"31-36,102-107" +PS00018,2JNK,A,"82-94,110-122" +PS00001,2JOM,A,"91-94,107-110" +PS00005,2JOM,A,"18-20,93-95,102-104" +PS00006,2JOM,A,"103-106,109-112" +PS00007,2JOM,A,58-65 +PS00008,2JOM,A,"3-8,24-29,33-38,41-46" +PS00291,2JOM,A,23-38 +PS00706,2JOM,A,110-128 +PS00005,2JON,A,"5-7,52-54" +PS00004,2JSW,A,170-173 +PS00005,2JSW,A,133-135 +PS00008,2JSW,A,"17-22,83-88,98-103" +PS00005,2JZ6,A,"25-27,29-31,48-50,61-63" +PS00006,2JZ6,A,23-26 +PS00008,2JZ6,A,19-24 +PS00001,3EV2,A,33-36 +PS00005,3EV2,A,"58-60,88-90" +PS00006,3EV2,A,"49-52,79-82" +PS00008,3EV2,A,67-72 +PS00127,3EV2,A,39-45 +PS00001,3EV2,B,33-36 +PS00005,3EV2,B,"58-60,88-90" +PS00006,3EV2,B,"49-52,79-82" +PS00008,3EV2,B,67-72 +PS00127,3EV2,B,39-45 +PS00001,2PXG,A,70-73 +PS00005,2PXG,A,57-59 +PS00006,2PXG,A,"42-45,90-93" +PS00008,2QDQ,A,0-5 +PS00008,2QDQ,B,0-5 +PS00001,3EV3,A,33-36 +PS00005,3EV3,A,"58-60,88-90" +PS00006,3EV3,A,"49-52,79-82" +PS00008,3EV3,A,67-72 +PS00127,3EV3,A,39-45 +PS00001,3EV3,B,33-36 +PS00005,3EV3,B,"58-60,88-90" +PS00006,3EV3,B,"49-52,79-82" +PS00008,3EV3,B,67-72 +PS00127,3EV3,B,39-45 +PS00001,2RLF,A,2-5 +PS00001,2RLF,B,2-5 +PS00001,2RLF,C,2-5 +PS00001,2RLF,D,2-5 +PS00001,3EV4,A,33-36 +PS00005,3EV4,A,"58-60,88-90" +PS00006,3EV4,A,"49-52,79-82" +PS00008,3EV4,A,67-72 +PS00127,3EV4,A,39-45 +PS00001,3EV4,B,33-36 +PS00005,3EV4,B,"58-60,88-90" +PS00006,3EV4,B,"49-52,79-82" +PS00008,3EV4,B,67-72 +PS00127,3EV4,B,39-45 +PS00001,2EAP,A,54-57 +PS00006,2EAP,A,"25-28,56-59" +PS00008,2EAP,A,0-5 +PS00005,2EJ4,A,"14-16,70-72" +PS00006,2EJ4,A,36-39 +PS00008,2EJ4,A,0-5 +PS00005,2JNS,A,"50-52,65-67,70-72" +PS00006,2JNS,A,"4-7,8-11,18-21,54-57,70-73" +PS00008,2JNS,A,0-5 +PS00006,2JVI,A,122-125 +PS00008,2JVI,A,96-101 +PS00006,2JVJ,A,122-125 +PS00006,2JVK,A,122-125 +PS00008,2JVK,A,61-66 +PS00005,2JZD,A,"20-22,61-63,103-105" +PS00006,2JZD,A,"61-64,75-78,113-116" +PS00008,2JZD,A,0-5 +PS00005,2JZE,A,"20-22,61-63,103-105" +PS00006,2JZE,A,"61-64,75-78,113-116" +PS00008,2JZE,A,0-5 +PS00005,2JZF,A,"34-36,75-77,117-119" +PS00006,2JZF,A,"75-78,89-92,127-130" +PS00127,3EV5,B,39-45 +PS00001,3EV5,A,33-36 +PS00005,3EV5,A,"58-60,88-90" +PS00006,3EV5,A,"49-52,79-82" +PS00008,3EV5,A,67-72 +PS00127,3EV5,A,39-45 +PS00001,3EV5,B,33-36 +PS00005,3EV5,B,"58-60,88-90" +PS00006,3EV5,B,"49-52,79-82" +PS00008,3EV5,B,67-72 +PS00005,2RNK,A,"34-36,75-77,117-119" +PS00006,2RNK,A,"75-78,89-92,127-130" +PS00001,3EV6,A,33-36 +PS00005,3EV6,A,"58-60,88-90" +PS00006,3EV6,A,"49-52,79-82" +PS00008,3EV6,A,67-72 +PS00127,3EV6,A,39-45 +PS00001,3EV6,B,33-36 +PS00005,3EV6,B,"58-60,88-90" +PS00006,3EV6,B,"49-52,79-82" +PS00008,3EV6,B,67-72 +PS00127,3EV6,B,39-45 +PS00001,2EJY,A,"64-67,70-73" +PS00005,2EJY,A,88-90 +PS00008,2EJY,A,65-70 +PS00005,2EJY,B,4-6 +PS00006,2EJY,B,5-8 +PS00008,2EPP,A,"0-5,6-11,56-61" +PS00028,2EPP,A,15-35 +PS00006,2EPQ,A,4-7 +PS00007,2EPQ,A,20-27 +PS00008,2EPQ,A,0-5 +PS00028,2EPQ,A,12-32 +PS00005,2JNX,A,26-28 +PS00006,2JNX,A,"17-20,92-95,124-127" +PS00018,2JNX,A,"9-21,45-57,84-96,116-128" +PS00303,2JNX,A,4-25 +PS00001,2JVU,A,76-79 +PS00005,2JVU,A,78-80 +PS00006,2JVU,A,71-74 +PS00008,2JVU,A,"1-6,19-24,27-32,34-39,42-47,54-59" +PS00004,2JX3,A,22-25 +PS00005,2JX3,A,"21-23,44-46,111-113,118-120,126-128" +PS00006,2JX3,A,"81-84,126-129" +PS00008,2JX3,A,"7-12,40-45,50-55" +PS00005,2JXM,A,8-10 +PS00006,2JXM,A,23-26 +PS00008,2JXM,A,"64-69,72-77,88-93" +PS00196,2JXM,A,75-89 +PS00005,2JXM,B,"10-12,15-17" +PS00006,2JXM,B,"10-13,107-110" +PS00008,2JXM,B,"63-68,141-146,152-157,178-183,223-228,236-241" +PS00005,2JYL,A,44-46 +PS00006,2JYL,A,"22-25,83-86" +PS00007,2JYL,A,35-42 +PS00008,2JYL,A,17-22 +PS00005,2JYP,A,3-5 +PS00006,2JYP,A,16-19 +PS00001,2OS6,A,55-58 +PS00005,2OS6,A,33-35 +PS00006,2OS6,A,33-36 +PS00008,2OS6,A,"0-5,20-25,44-49,56-61,74-79" +PS00005,2OTK,C,25-27 +PS00006,2OTK,C,7-10 +PS00008,2OTK,C,"24-29,32-37" +PS00006,2OTK,E,43-46 +PS00006,2OTK,F,43-46 +PS00001,2YRN,A,73-76 +PS00005,2YRN,A,5-7 +PS00006,2YRN,A,99-102 +PS00008,2YRN,A,"0-5,49-54,69-74,106-111,113-118" +PS00009,2YRN,A,5-8 +PS00001,2YRO,A,86-89 +PS00006,2YRO,A,"79-82,129-132" +PS00008,2YRO,A,0-5 +PS00004,2YRP,A,"78-81,95-98" +PS00005,2YRP,A,"19-21,76-78,102-104" +PS00006,2YRP,A,71-74 +PS00008,2YRP,A,0-5 +PS00009,2YRP,A,92-95 +PS00001,2YRQ,A,"43-46,140-143" +PS00004,2YRQ,A,49-52 +PS00005,2YRQ,A,"28-30,48-50,52-54,59-61,91-93" +PS00006,2YRQ,A,"28-31,59-62,127-130,142-145" +PS00007,2YRQ,A,"76-84,160-168" +PS00008,2YRQ,A,"0-5,6-11,125-130" +PS00353,2YRQ,A,47-58 +PS00001,2Z6G,A,"69-72,218-221,285-288,385-388,424-427,689-692" +PS00004,2Z6G,A,"547-550,670-673" +PS00005,2Z6G,A,"46-48,177-179,208-210,338-340,350-352,372-374,382-384,470-472,545-547,713-715" +PS00006,2Z6G,A,"2-5,28-31,100-103,110-113,177-180,244-247,391-394,603-606,644-647,687-690" +PS00007,2Z6G,A,708-714 +PS00008,2Z6G,A,"33-38,214-219,233-238,266-271,305-310,317-322,359-364,365-370,398-403,420-425,440-445,510-515,695-700,763-768" +PS00001,2Z6H,A,"82-85,149-152,249-252,288-291,553-556" +PS00004,2Z6H,A,"411-414,534-537" +PS00005,2Z6H,A,"41-43,72-74,202-204,214-216,236-238,246-248,334-336,409-411,577-579" +PS00006,2Z6H,A,"41-44,108-111,255-258,467-470,508-511" +PS00007,2Z6H,A,572-578 +PS00008,2Z6H,A,"78-83,97-102,130-135,169-174,181-186,223-228,229-234,262-267,284-289,304-309,374-379,434-439,559-564,627-632" +PS00005,1VSQ,A,"56-58,119-121" +PS00006,1VSQ,A,"42-45,108-111,119-122" +PS00007,1VSQ,A,77-85 +PS00008,1VSQ,A,69-74 +PS00005,1VSQ,B,"56-58,119-121" +PS00006,1VSQ,B,"42-45,108-111,119-122" +PS00007,1VSQ,B,77-85 +PS00008,1VSQ,B,69-74 +PS00001,1VSQ,C,28-31 +PS00004,1VSQ,C,145-148 +PS00005,1VSQ,C,43-45 +PS00006,1VSQ,C,"89-92,123-126,160-163" +PS00008,1VSQ,C,"17-22,98-103" +PS00001,2EBI,A,"26-29,75-78" +PS00005,2EBI,A,"27-29,30-32,39-41,55-57,77-79" +PS00008,2EBI,A,"23-28,74-79" +PS00001,2EBL,A,40-43 +PS00005,2EBL,A,"17-19,36-38,44-46" +PS00006,2EBL,A,5-8 +PS00008,2EBL,A,"0-5,22-27,82-87" +PS00031,2EBL,A,9-35 +PS00001,2EBT,A,81-84 +PS00004,2EBT,A,67-70 +PS00006,2EBT,A,"5-8,85-88" +PS00008,2EBT,A,0-5 +PS00028,2EBT,A,"17-39,47-69,77-97" +PS00005,2EC7,A,17-19 +PS00008,2EC7,A,28-33 +PS00017,2EC7,A,28-35 +PS00001,2ECD,A,"36-39,67-70,111-114" +PS00005,2ECD,A,54-56 +PS00006,2ECD,A,"25-28,68-71,84-87,94-97" +PS00008,2ECD,A,"0-5,6-11,98-103" +PS00005,2ECT,A,29-31 +PS00006,2ECT,A,"5-8,13-16" +PS00008,2ECT,A,"0-5,63-68" +PS00006,2ECV,A,52-55 +PS00008,2ECV,A,"0-5,6-11" +PS00518,2ECV,A,36-45 +PS00001,2JOH,A,"91-94,107-110" +PS00005,2JOH,A,"18-20,93-95,102-104" +PS00006,2JOH,A,"103-106,109-112" +PS00007,2JOH,A,58-65 +PS00008,2JOH,A,"3-8,24-29,33-38,41-46" +PS00291,2JOH,A,23-38 +PS00706,2JOH,A,110-128 +PS00001,2JPJ,A,22-25 +PS00006,2JPJ,A,1-4 +PS00008,2JPJ,A,6-11 +PS00414,2JPJ,A,0-7 +PS00001,2JPL,A,22-25 +PS00006,2JPL,A,1-4 +PS00008,2JPL,A,6-11 +PS00414,2JPL,A,0-7 +PS00005,2JPT,A,"18-20,28-30" +PS00006,2JPT,A,"1-4,5-8,18-21,28-31" +PS00018,2JPT,A,61-73 +PS00303,2JPT,A,56-77 +PS00005,2JPT,B,"18-20,28-30" +PS00006,2JPT,B,"1-4,5-8,18-21,28-31" +PS00018,2JPT,B,61-73 +PS00303,2JPT,B,56-77 +PS00005,2JR0,A,"136-138,143-145" +PS00006,2JR0,A,"62-65,136-139" +PS00007,2JR0,A,38-45 +PS00008,2JR0,A,"5-10,124-129" +PS00005,2JT5,A,10-12 +PS00006,2JT5,A,"27-30,137-140,147-150" +PS00008,2JT5,A,"73-78,120-125" +PS00142,2JT5,A,110-119 +PS00005,2JT6,A,10-12 +PS00006,2JT6,A,"27-30,137-140,147-150" +PS00008,2JT6,A,"73-78,120-125" +PS00142,2JT6,A,110-119 +PS00004,2JZ4,A,153-156 +PS00005,2JZ4,A,"97-99,110-112,250-252" +PS00006,2JZ4,A,"13-16,164-167,226-229,264-267" +PS00007,2JZ4,A,130-136 +PS00008,2JZ4,A,"6-11,17-22,50-55,139-144,159-164,169-174,202-207,240-245,259-264" +PS00009,2JZ4,A,53-56 +PS00001,2JZ5,A,47-50 +PS00005,2JZ5,A,59-61 +PS00008,2JZ5,A,43-48 +PS00001,2JZC,A,"71-74,159-162" +PS00005,2JZC,A,"89-91,102-104,121-123,147-149,199-201" +PS00006,2JZC,A,"74-77,143-146,161-164,197-200" +PS00007,2JZC,A,"173-179,215-222" +PS00008,2JZC,A,"85-90,98-103,189-194" +PS00001,2JZH,A,36-39 +PS00004,2JZH,A,153-156 +PS00005,2JZH,A,"1-3,51-53" +PS00006,2JZH,A,"97-100,131-134,168-171" +PS00008,2JZH,A,"25-30,106-111" +PS00005,2JZN,A,"56-58,119-121" +PS00006,2JZN,A,"42-45,108-111,119-122" +PS00007,2JZN,A,77-85 +PS00008,2JZN,A,69-74 +PS00005,2JZN,B,"56-58,119-121" +PS00006,2JZN,B,"42-45,108-111,119-122" +PS00007,2JZN,B,77-85 +PS00008,2JZN,B,69-74 +PS00001,2JZN,C,28-31 +PS00004,2JZN,C,145-148 +PS00005,2JZN,C,43-45 +PS00006,2JZN,C,"89-92,123-126,160-163" +PS00008,2JZN,C,"17-22,98-103" +PS00005,2JZO,A,"56-58,119-121" +PS00006,2JZO,A,"42-45,108-111,119-122" +PS00007,2JZO,A,77-85 +PS00008,2JZO,A,69-74 +PS00005,2JZO,B,"56-58,119-121" +PS00006,2JZO,B,"42-45,108-111,119-122" +PS00007,2JZO,B,77-85 +PS00008,2JZO,B,69-74 +PS00001,2JZO,D,28-31 +PS00004,2JZO,D,145-148 +PS00005,2JZO,D,43-45 +PS00006,2JZO,D,"89-92,123-126,160-163" +PS00008,2JZO,D,"17-22,98-103" +PS00006,2JZT,A,"24-27,121-124" +PS00008,2JZT,A,104-109 +PS00005,2K07,A,"5-7,57-59,105-107" +PS00006,2K07,A,"57-60,92-95" +PS00008,2K07,A,111-116 +PS00006,2K0B,X,1-4 +PS00008,2K0B,X,25-30 +PS00005,2K0M,A,"55-57,90-92" +PS00006,2K0M,A,37-40 +PS00004,2RLP,A,13-16 +PS00006,2RLP,A,"22-25,27-30,99-102" +PS00006,2RLQ,A,"35-38,72-75,82-85" +PS00008,2YU0,A,0-5 +PS00001,3BQE,A,88-91 +PS00004,3BQE,A,183-186 +PS00005,3BQE,A,"46-48,55-57,181-183" +PS00006,3BQE,A,"41-44,66-69,186-189" +PS00007,3BQE,A,"132-140,175-182" +PS00008,3BQE,A,"10-15,24-29,87-92,97-102" +PS00001,3BQF,A,88-91 +PS00004,3BQF,A,183-186 +PS00005,3BQF,A,"46-48,55-57,181-183" +PS00006,3BQF,A,"41-44,66-69,186-189" +PS00007,3BQF,A,"132-140,175-182" +PS00008,3BQF,A,"10-15,24-29,87-92,97-102" +PS00001,3BQG,A,88-91 +PS00004,3BQG,A,183-186 +PS00005,3BQG,A,"46-48,55-57,181-183" +PS00006,3BQG,A,"41-44,66-69,153-156,186-189" +PS00007,3BQG,A,"132-140,175-182" +PS00008,3BQG,A,"10-15,24-29,87-92,97-102" +PS00001,3BQH,A,87-90 +PS00004,3BQH,A,182-185 +PS00005,3BQH,A,"45-47,54-56,180-182" +PS00006,3BQH,A,"40-43,65-68,185-188" +PS00007,3BQH,A,"131-139,174-181" +PS00008,3BQH,A,"9-14,23-28,86-91,96-101" +PS00001,2ECW,A,37-40 +PS00005,2ECW,A,51-53 +PS00006,2ECW,A,10-13 +PS00008,2ECW,A,"0-5,6-11" +PS00518,2ECW,A,36-45 +PS00005,2ECY,A,"26-28,49-51" +PS00006,2ECY,A,10-13 +PS00007,2ECY,A,9-15 +PS00008,2ECY,A,0-5 +PS00518,2ECY,A,32-41 +PS00005,2ECZ,A,"24-26,49-51" +PS00006,2ECZ,A,"5-8,19-22,58-61" +PS00007,2ECZ,A,35-42 +PS00008,2ECZ,A,0-5 +PS00006,2ED0,A,"4-7,14-17,34-37" +PS00007,2ED0,A,45-52 +PS00008,2ED0,A,"0-5,54-59,61-66" +PS00006,2ED1,A,"14-17,27-30,37-40" +PS00008,2ED1,A,0-5 +PS00001,2ED7,A,66-69 +PS00005,2ED7,A,"5-7,29-31,36-38,87-89" +PS00006,2ED7,A,109-112 +PS00008,2ED7,A,"0-5,45-50" +PS00004,2ED8,A,68-71 +PS00005,2ED8,A,"49-51,61-63,74-76" +PS00006,2ED8,A,"49-52,88-91,96-99" +PS00008,2ED8,A,0-5 +PS00005,2EEI,A,"23-25,91-93" +PS00006,2EEI,A,67-70 +PS00008,2EEI,A,"0-5,17-22,32-37" +PS00009,2EEI,A,28-31 +PS00001,2EEJ,A,80-83 +PS00005,2EEJ,A,77-79 +PS00008,2EEJ,A,"0-5,28-33" +PS00009,2EEJ,A,86-89 +PS00001,2EFW,A,52-55 +PS00004,2EFW,A,4-7 +PS00005,2EFW,A,109-111 +PS00006,2EFW,A,"24-27,59-62" +PS00007,2EFW,A,80-87 +PS00001,2EFW,B,52-55 +PS00004,2EFW,B,4-7 +PS00005,2EFW,B,109-111 +PS00006,2EFW,B,"24-27,59-62" +PS00007,2EFW,B,80-87 +PS00001,2EFW,F,52-55 +PS00004,2EFW,F,4-7 +PS00005,2EFW,F,109-111 +PS00006,2EFW,F,"24-27,59-62" +PS00007,2EFW,F,80-87 +PS00001,2EFW,G,52-55 +PS00004,2EFW,G,4-7 +PS00005,2EFW,G,109-111 +PS00006,2EFW,G,"24-27,59-62" +PS00007,2EFW,G,80-87 +PS00001,2JOP,A,112-115 +PS00005,2JOP,A,63-65 +PS00006,2JOP,A,"23-26,116-119,127-130" +PS00008,2JOP,A,105-110 +PS00001,2JP0,A,112-115 +PS00005,2JP0,A,63-65 +PS00006,2JP0,A,"23-26,116-119,127-130" +PS00008,2JP0,A,105-110 +PS00008,2JS0,A,41-46 +PS00001,2JS2,A,47-50 +PS00004,2JS2,A,59-62 +PS00006,2JS2,A,1-4 +PS00005,2JYG,A,23-25 +PS00006,2JYG,A,"1-4,62-65" +PS00007,2JYG,A,14-21 +PS00001,2JYW,A,39-42 +PS00005,2JYW,A,"121-123,182-184" +PS00006,2JYW,A,"137-140,149-152,159-162" +PS00007,2JYW,A,80-87 +PS00008,2JYW,A,142-147 +PS00903,2JYW,A,67-105 +PS00262,2JZQ,A,41-55 +PS00006,2OPU,A,14-17 +PS00008,2OPU,A,"27-32,66-71" +PS00001,2OPV,A,11-14 +PS00005,2OPV,A,34-36 +PS00006,2OPV,A,"13-16,56-59" +PS00008,2OPV,A,"8-13,25-30,52-57" +PS00001,2Q91,A,29-32 +PS00005,2Q91,A,"19-21,63-65" +PS00006,2Q91,A,"19-22,59-62,63-66" +PS00009,2Q91,A,45-48 +PS00018,2Q91,A,62-74 +PS00303,2Q91,A,57-78 +PS00001,2Q91,B,29-32 +PS00005,2Q91,B,"19-21,63-65" +PS00006,2Q91,B,"19-22,59-62,63-66" +PS00009,2Q91,B,45-48 +PS00018,2Q91,B,62-74 +PS00303,2Q91,B,57-78 +PS00005,2RML,A,72-74 +PS00006,2RML,A,123-126 +PS00007,2RML,A,128-136 +PS00008,2RML,A,"13-18,32-37,81-86" +PS01047,2RML,A,"11-40,79-108" +PS00005,2JP3,A,37-39 +PS00006,2JP3,A,50-53 +PS00008,2JP3,A,"20-25,31-36" +PS01310,2JP3,A,7-20 +PS00001,2JYT,A,6-9 +PS00006,2JYT,A,20-23 +PS00118,2JYT,A,34-41 +PS00799,2JYT,A,35-48 +PS00005,2EBZ,A,"5-7,65-67" +PS00006,2EBZ,A,5-8 +PS00008,2EBZ,A,0-5 +PS00005,2EC3,A,15-17 +PS00006,2EC3,A,62-65 +PS00008,2EC3,A,"0-5,39-44,48-53" +PS01253,2EC3,A,19-56 +PS00001,2EC4,A,152-155 +PS00004,2EC4,A,139-142 +PS00005,2EC4,A,"24-26,101-103,121-123,124-126" +PS00006,2EC4,A,"4-7,141-144,153-156" +PS00008,2EC4,A,"0-5,37-42,115-120" +PS00009,2EC4,A,137-140 +PS00001,2ED9,A,"33-36,107-110" +PS00004,2ED9,A,68-71 +PS00005,2ED9,A,"43-45,70-72" +PS00006,2ED9,A,"14-17,22-25,89-92" +PS00008,2ED9,A,"0-5,54-59,90-95" +PS00005,2EDB,A,"62-64,86-88,104-106" +PS00006,2EDB,A,5-8 +PS00008,2EDB,A,"0-5,56-61" +PS00004,2EDD,A,100-103 +PS00005,2EDD,A,"56-58,66-68" +PS00006,2EDD,A,"10-13,37-40,88-91,112-115" +PS00007,2EDD,A,48-55 +PS00008,2EDD,A,"0-5,83-88" +PS00005,2EDE,A,104-106 +PS00008,2EDE,A,0-5 +PS00006,2JUN,A,26-29 +PS00005,2JNZ,A,"57-59,67-69,102-104" +PS00006,2JNZ,A,39-42 +PS00007,2JNZ,A,26-33 +PS00008,2JNZ,A,83-88 +PS00005,2JOF,A,13-15 +PS00008,2JOF,A,9-14 +PS00001,2JVB,A,14-17 +PS00004,2JVB,A,108-111 +PS00006,2JVB,A,"24-27,37-40" +PS00893,2JVB,A,34-55 +PS00001,2K0Z,A,34-37 +PS00006,2K0Z,A,"7-10,39-42,74-77" +PS00007,2K0Z,A,73-80 +PS00009,2K0Z,A,64-67 +PS00004,2PRT,A,"28-31,45-48,58-61,73-76" +PS00005,2PRT,A,"1-3,27-29,95-97" +PS00006,2PRT,A,"48-51,76-79" +PS00007,2PRT,A,29-36 +PS00028,2PRT,A,"8-30,38-60,68-88,96-118" +PS00004,2RG8,A,154-157 +PS00005,2RG8,A,"58-60,63-65,98-100,125-127" +PS00006,2RG8,A,"58-61,76-79,121-124" +PS00008,2RG8,A,"72-77,106-111,116-121,128-133" +PS00009,2RG8,A,151-154 +PS00004,2RG8,B,154-157 +PS00005,2RG8,B,"58-60,63-65,98-100,125-127" +PS00006,2RG8,B,"58-61,76-79,121-124" +PS00008,2RG8,B,"72-77,106-111,116-121,128-133" +PS00009,2RG8,B,151-154 +PS00005,2Z84,A,175-177 +PS00006,2Z84,A,"1-4,195-198,208-211" +PS00007,2Z84,A,122-129 +PS00008,2Z84,A,"60-65,74-79,94-99,106-111,174-179" +PS00005,2JOB,A,"36-38,65-67,76-78" +PS00006,2JOB,A,"76-79,91-94" +PS00008,2JOB,A,19-24 +PS00005,2JP1,A,"5-7,15-17,32-34,40-42" +PS00006,2JP1,A,27-30 +PS00008,2JP1,A,"1-6,31-36,43-48,79-84" +PS00005,2JP1,B,"5-7,15-17,32-34,40-42" +PS00006,2JP1,B,27-30 +PS00008,2JP1,B,"1-6,31-36,43-48,79-84" +PS00008,2JWM,A,"7-12,13-18" +PS60009,2JWM,A,0-9 +PS00005,2JXU,A,"12-14,95-97" +PS00006,2JXU,A,"1-4,12-15,48-51,61-64,82-85" +PS00008,2JXU,A,"8-13,116-121" +PS00005,2K1B,A,"8-10,25-27" +PS00006,2K1B,A,"8-11,50-53" +PS00598,2K1B,A,38-58 +PS00005,2RFM,A,"99-101,160-162,172-174" +PS00006,2RFM,A,"1-4,160-163" +PS00008,2RFM,A,"45-50,90-95,123-128,156-161" +PS00005,2RFM,B,"99-101,160-162,172-174" +PS00006,2RFM,B,"1-4,160-163" +PS00008,2RFM,B,"45-50,90-95,123-128,156-161" +PS00001,2JYU,A,6-9 +PS00006,2JYU,A,20-23 +PS00118,2JYU,A,34-41 +PS00799,2JYU,A,35-48 +PS00006,2JYV,A,"8-11,35-38" +PS00008,2JYV,A,24-29 +PS00799,2JYV,A,37-50 +PS00005,2ECG,A,"47-49,66-68" +PS00006,2ECG,A,13-16 +PS00008,2ECG,A,0-5 +PS00005,2ECI,A,54-56 +PS00006,2ECI,A,"5-8,23-26,54-57" +PS00008,2ECI,A,0-5 +PS00518,2ECI,A,42-51 +PS00001,2JOJ,A,18-21 +PS00005,2JOJ,A,"17-19,69-71" +PS00018,2JOJ,A,16-28 +PS00005,2JOO,A,44-46 +PS00008,2JOO,A,"9-14,17-22" +PS00016,2JOO,A,31-33 +PS00005,2JPH,A,55-57 +PS00006,2JPH,A,78-81 +PS00007,2JPH,A,43-49 +PS00008,2JPH,A,"20-25,51-56,104-109" +PS00006,2JPS,A,"46-49,53-56" +PS00008,2JPS,A,42-47 +PS00006,2JY5,A,36-39 +PS00008,2JY5,A,37-42 +PS00005,2JY6,A,8-10 +PS00006,2JY6,A,54-57 +PS00299,2JY6,A,26-51 +PS00006,2JY6,B,36-39 +PS00008,2JY6,B,37-42 +PS00005,2K1G,A,"25-27,39-41,80-82" +PS00006,2K1G,A,"39-42,51-54,106-109" +PS00008,2K1G,A,"29-34,85-90,101-106" +PS00005,2K1H,A,13-15 +PS00006,2K1H,A,"17-20,84-87" +PS00001,2PV6,A,12-15 +PS00005,2QRZ,A,"2-4,24-26,160-162,184-186" +PS00006,2QRZ,A,"34-37,87-90,114-117,123-126" +PS00008,2QRZ,A,53-58 +PS00017,2QRZ,A,9-16 +PS00005,2QRZ,B,"2-4,24-26,160-162,184-186" +PS00006,2QRZ,B,"34-37,87-90,114-117,123-126" +PS00008,2QRZ,B,53-58 +PS00017,2QRZ,B,9-16 +PS00005,2RMZ,A,2-4 +PS00006,2RMZ,A,35-38 +PS00005,2RN0,A,2-4 +PS00006,2RN0,A,35-38 +PS00005,2VLG,A,"69-71,90-92,96-98" +PS00006,2VLG,A,"6-9,91-94,96-99" +PS00005,2VLG,B,"69-71,90-92,96-98" +PS00006,2VLG,B,"6-9,91-94,96-99" +PS00005,2VLG,C,"69-71,90-92,96-98" +PS00006,2VLG,C,"6-9,91-94,96-99" +PS00005,2VLG,D,"69-71,90-92,96-98" +PS00006,2VLG,D,"6-9,91-94,96-99" +PS00006,2YQL,A,5-8 +PS00008,2YQL,A,0-5 +PS01359,2YQL,A,11-52 +PS00001,2JR7,A,30-33 +PS00006,2JR7,A,34-37 +PS00006,2JR8,A,26-29 +PS00005,2JZJ,A,72-74 +PS00006,2JZJ,A,"9-12,83-86,104-107,112-115" +PS00007,2JZJ,A,74-80 +PS00008,2JZJ,A,"41-46,92-97" +PS00016,2JZJ,A,19-21 +PS00001,2JZK,A,56-59 +PS00004,2JZK,A,71-74 +PS00005,2JZK,A,"8-10,20-22,74-76" +PS00006,2JZK,A,"4-7,35-38,60-63" +PS00008,2JZK,A,"0-5,30-35,44-49,89-94" +PS00009,2JZK,A,69-72 +PS00001,2JZL,A,"19-22,58-61,97-100" +PS00006,2JZL,A,"8-11,62-65" +PS00008,2JZL,A,"0-5,46-51,56-61" +PS00342,2JZL,A,111-113 +PS00005,2JZZ,A,8-10 +PS00006,2JZZ,A,54-57 +PS00299,2JZZ,A,26-51 +PS00005,2K0N,A,"55-57,77-79" +PS00006,2K0N,A,"7-10,56-59,63-66" +PS00008,2K0N,A,31-36 +PS00005,2K0S,A,89-91 +PS00006,2K0S,A,"36-39,107-110" +PS00005,2OZW,A,105-107 +PS00008,2OZW,A,"33-38,75-80" +PS00005,2OZX,A,105-107 +PS00008,2OZX,A,"33-38,75-80" +PS00004,2P0P,A,"48-51,52-55" +PS00005,2P0P,A,"51-53,93-95" +PS00006,2P0P,A,"55-58,97-100" +PS00004,2P0Q,A,"48-51,52-55" +PS00005,2P0Q,A,"51-53,93-95" +PS00006,2P0Q,A,"55-58,97-100" +PS00004,2PK3,A,93-96 +PS00005,2PK3,A,"11-13,41-43,62-64,85-87,290-292,316-318" +PS00006,2PK3,A,"85-88,114-117,125-128,309-312" +PS00008,2PK3,A,"10-15,40-45,95-100,152-157,185-190,214-219" +PS00004,2PK3,B,93-96 +PS00005,2PK3,B,"11-13,41-43,62-64,85-87,290-292,316-318" +PS00006,2PK3,B,"85-88,114-117,125-128,309-312" +PS00008,2PK3,B,"10-15,40-45,95-100,152-157,185-190,214-219" +PS00001,2RMJ,A,76-79 +PS00006,2RMJ,A,62-65 +PS00007,2RMJ,A,32-39 +PS00001,3BOD,A,103-106 +PS00005,3BOD,A,"16-18,26-28" +PS00006,3BOD,A,27-30 +PS00008,3BOD,A,"12-17,68-73,101-106,145-150" +PS00001,3BOP,A,100-103 +PS00005,3BOP,A,23-25 +PS00006,3BOP,A,"24-27,76-79" +PS00008,3BOP,A,"9-14,65-70,98-103,142-147" +PS00001,3BOP,B,100-103 +PS00005,3BOP,B,23-25 +PS00006,3BOP,B,"24-27,76-79" +PS00008,3BOP,B,"9-14,65-70,98-103,142-147" +PS00001,3BOP,C,100-103 +PS00005,3BOP,C,23-25 +PS00006,3BOP,C,"24-27,76-79" +PS00008,3BOP,C,"9-14,65-70,98-103,142-147" +PS00005,2ELH,A,"23-25,53-55" +PS00006,2ELH,A,"23-26,71-74" +PS00008,2ELH,A,"0-5,48-53" +PS00009,2ELH,A,14-17 +PS00005,2ELI,A,71-73 +PS00006,2ELI,A,28-31 +PS00008,2ELI,A,"0-5,6-11,67-72" +PS00479,2ELI,A,17-66 +PS00001,2ELL,A,"95-98,100-103" +PS00006,2ELL,A,"5-8,110-113,149-152,164-167" +PS00008,2ELL,A,0-5 +PS00008,2ELM,A,0-5 +PS00006,2ELN,A,"19-22,34-37" +PS00007,2ELN,A,10-18 +PS00008,2ELN,A,"0-5,15-20" +PS00005,2ELO,A,5-7 +PS00006,2ELO,A,17-20 +PS00008,2ELO,A,0-5 +PS00028,2ELO,A,11-32 +PS00001,2ELP,A,21-24 +PS00005,2ELP,A,5-7 +PS00008,2ELP,A,0-5 +PS00005,2ELQ,A,"5-7,33-35" +PS00006,2ELQ,A,12-15 +PS00008,2ELQ,A,0-5 +PS00005,2ELR,A,"5-7,23-25,26-28" +PS00008,2ELR,A,"0-5,22-27" +PS00009,2ELR,A,14-17 +PS00028,2ELR,A,11-31 +PS00005,2ELS,A,5-7 +PS00008,2ELS,A,0-5 +PS00028,2ELS,A,11-31 +PS00004,2ELT,A,29-32 +PS00005,2ELT,A,5-7 +PS00008,2ELT,A,0-5 +PS00004,2ELU,A,16-19 +PS00008,2ELU,A,0-5 +PS00028,2ELU,A,11-32 +PS00008,2ELV,A,0-5 +PS00028,2ELV,A,11-31 +PS00004,2ELW,A,16-19 +PS00008,2ELW,A,0-5 +PS00028,2ELW,A,11-32 +PS00005,2ELX,A,19-21 +PS00008,2ELX,A,0-5 +PS00028,2ELX,A,9-30 +PS00004,2ENJ,A,54-57 +PS00006,2ENJ,A,"16-19,64-67,91-94,97-100" +PS00008,2ENJ,A,"0-5,21-26" +PS00008,2ENN,A,"0-5,6-11" +PS00479,2ENN,A,23-72 +PS00005,2ENQ,A,"49-51,84-86,114-116" +PS00007,2ENQ,A,"25-31,58-65" +PS00008,2ENQ,A,"0-5,35-40,136-141" +PS00009,2ENQ,A,86-89 +PS00029,2ENQ,A,98-119 +PS00006,2ENS,A,"5-8,91-94" +PS00008,2ENS,A,"0-5,24-29,69-74" +PS00290,2ENS,A,71-77 +PS00006,2ENT,A,24-27 +PS00008,2ENT,A,"0-5,38-43" +PS00028,2ENT,A,14-36 +PS00005,2ENZ,A,5-7 +PS00006,2ENZ,A,23-26 +PS00008,2ENZ,A,0-5 +PS00294,2ENZ,A,61-64 +PS00479,2ENZ,A,12-61 +PS00001,2EO6,A,"9-12,119-122" +PS00004,2EO6,A,50-53 +PS00005,2EO6,A,"41-43,124-126" +PS00006,2EO6,A,"11-14,33-36,41-44,53-56,99-102" +PS00008,2EO6,A,0-5 +PS00009,2EO6,A,87-90 +PS00005,2EOB,A,57-59 +PS00006,2EOB,A,"4-7,26-29,86-89,92-95" +PS00008,2EOB,A,0-5 +PS00001,2EOC,A,"33-36,37-40" +PS00005,2EOC,A,57-59 +PS00006,2EOC,A,"5-8,39-42,82-85,117-120" +PS00008,2EOC,A,0-5 +PS00005,2EOD,A,5-7 +PS00008,2EOD,A,0-5 +PS00009,2EOD,A,5-8 +PS00005,2EPA,A,"11-13,50-52" +PS00008,2EPA,A,"0-5,23-28" +PS00028,2EPA,A,"19-41,49-71" +PS00005,2EPR,A,"5-7,8-10" +PS00008,2EPR,A,0-5 +PS00028,2EPR,A,14-34 +PS00001,2EQH,A,1-4 +PS00008,2EQH,A,4-9 +PS00005,2EQP,A,33-35 +PS00006,2EQP,A,4-7 +PS00008,2EQP,A,"0-5,11-16,18-23" +PS00001,2EQQ,A,1-4 +PS00008,2EQQ,A,4-9 +PS00005,2EQR,A,55-57 +PS00006,2EQR,A,"4-7,15-18,38-41,44-47" +PS00007,2EQR,A,43-51 +PS00008,2EQR,A,"0-5,34-39" +PS00001,2EQT,A,1-4 +PS00008,2EQT,A,4-9 +PS00004,2EQZ,A,49-52 +PS00005,2EQZ,A,"28-30,48-50,52-54,59-61" +PS00006,2EQZ,A,"28-31,59-62,64-67" +PS00007,2EQZ,A,76-84 +PS00008,2EQZ,A,"0-5,6-11" +PS00353,2EQZ,A,47-58 +PS00001,2JWK,A,43-46 +PS00006,2JWK,A,35-38 +PS00001,2JWK,B,43-46 +PS00006,2JWK,B,35-38 +PS00001,2JWL,A,43-46 +PS00006,2JWL,A,35-38 +PS00001,2JWL,B,43-46 +PS00006,2JWL,B,35-38 +PS00005,2JWT,A,28-30 +PS00007,2JWT,A,19-26 +PS00008,2JWT,A,40-45 +PS00027,2JWT,A,35-58 +PS00005,2YQF,A,99-101 +PS00006,2YQF,A,"11-14,30-33,41-44,55-58" +PS00008,2YQF,A,"0-5,8-13,28-33,72-77" +PS00005,2RNM,A,10-12 +PS00006,2RNM,A,10-13 +PS00008,2RNM,A,"25-30,36-41,61-66" +PS00005,2RNM,B,10-12 +PS00006,2RNM,B,10-13 +PS00008,2RNM,B,"25-30,36-41,61-66" +PS00005,2RNM,C,10-12 +PS00006,2RNM,C,10-13 +PS00008,2RNM,C,"25-30,36-41,61-66" +PS00005,2RNM,D,10-12 +PS00006,2RNM,D,10-13 +PS00008,2RNM,D,"25-30,36-41,61-66" +PS00005,2RNM,E,10-12 +PS00006,2RNM,E,10-13 +PS00008,2RNM,E,"25-30,36-41,61-66" +PS00005,2RNQ,A,33-35 +PS00006,2RNQ,A,"1-4,28-31,43-46" +PS00005,2RNR,A,33-35 +PS00006,2RNR,A,"1-4,28-31,43-46" +PS00001,2RNR,B,82-85 +PS00006,2RNR,B,4-7 +PS00007,2RNR,B,19-26 +PS00008,2RNR,B,0-5 +PS00001,2YQI,A,51-54 +PS00005,2YQI,A,53-55 +PS00006,2YQI,A,35-38 +PS00007,2YQI,A,68-76 +PS00008,2YQI,A,"0-5,33-38" +PS00005,2VNF,A,43-45 +PS00006,2VNF,A,18-21 +PS01359,2VNF,A,12-55 +PS00005,2VNF,B,5-7 +PS00005,2VNF,C,43-45 +PS00006,2VNF,C,18-21 +PS01359,2VNF,C,12-55 +PS00005,2VNF,D,5-7 +PS00005,2YQE,A,27-29 +PS00006,2YQE,A,83-86 +PS00007,2YQE,A,"45-53,82-90" +PS00008,2YQE,A,"0-5,51-56" +PS00005,3BVA,A,11-13 +PS00006,3BVA,A,"25-28,30-33" +PS00008,3BVA,A,"26-31,47-52,93-98" +PS00005,3BVA,B,11-13 +PS00006,3BVA,B,"25-28,30-33" +PS00008,3BVA,B,"26-31,47-52,93-98" +PS00005,3BVB,A,11-13 +PS00006,3BVB,A,"25-28,30-33" +PS00008,3BVB,A,"26-31,47-52,93-98" +PS00005,3BVB,B,11-13 +PS00006,3BVB,B,"25-28,30-33" +PS00008,3BVB,B,"26-31,47-52,93-98" +PS00005,3BW6,A,84-86 +PS00006,3BW6,A,"14-17,61-64,84-87,139-142" +PS00007,3BW6,A,59-67 +PS00008,3BW6,A,"10-15,40-45,57-62,65-70,80-85" +PS00005,2ROB,A,67-69 +PS00006,2ROB,A,"21-24,37-40" +PS00018,2ROB,A,"13-25,49-61" +PS00001,2ROA,A,59-62 +PS00006,2ROA,A,"27-30,43-46,52-55" +PS00018,2ROA,A,"19-31,55-67" +PS00005,2ENV,A,"36-38,49-51" +PS00006,2ENV,A,5-8 +PS00008,2ENV,A,"0-5,22-27,72-77,81-86" +PS00031,2ENV,A,9-35 +PS00005,2EO3,A,"9-11,15-17" +PS00006,2EO3,A,"26-29,57-60,103-106" +PS00008,2EO3,A,"0-5,6-11,36-41" +PS00001,2EQI,A,33-36 +PS00005,2EQI,A,"5-7,8-10" +PS00008,2EQI,A,0-5 +PS00005,2EQJ,A,"5-7,32-34,50-52" +PS00007,2EQJ,A,22-29 +PS00008,2EQJ,A,0-5 +PS00009,2EQJ,A,5-8 +PS00006,2JUO,A,46-49 +PS00001,2JX2,A,93-96 +PS00005,2JX2,A,117-119 +PS00006,2JX2,A,"28-31,95-98" +PS00006,2K1V,A,12-15 +PS00008,2K1V,A,10-15 +PS00262,2K1V,A,6-20 +PS00008,2K1V,B,5-10 +PS00005,2K28,A,30-32 +PS00598,2K28,A,22-42 +PS00001,2RO8,A,59-62 +PS00005,2RO8,A,27-29 +PS00006,2RO8,A,"16-19,27-30,43-46" +PS00008,2RO8,A,"24-29,39-44" +PS00018,2RO8,A,"19-31,55-67" +PS00006,2RO9,A,"1-4,21-24,37-40" +PS00018,2RO9,A,"13-25,49-61" +PS00001,2VKJ,A,80-83 +PS00005,2VKJ,A,15-17 +PS00006,2VKJ,A,"10-13,25-28,82-85" +PS00007,2VKJ,A,60-68 +PS00008,2VKJ,A,0-5 +PS00001,2VKJ,B,80-83 +PS00005,2VKJ,B,15-17 +PS00006,2VKJ,B,"10-13,25-28,82-85" +PS00007,2VKJ,B,60-68 +PS00008,2VKJ,B,0-5 +PS00001,2VKO,A,80-83 +PS00005,2VKO,A,15-17 +PS00006,2VKO,A,"10-13,25-28,82-85" +PS00007,2VKO,A,60-68 +PS00008,2VKO,A,0-5 +PS00001,2VKO,B,80-83 +PS00005,2VKO,B,15-17 +PS00006,2VKO,B,"10-13,25-28,82-85" +PS00007,2VKO,B,60-68 +PS00008,2VKO,B,0-5 +PS00001,2VKO,C,80-83 +PS00005,2VKO,C,15-17 +PS00006,2VKO,C,"10-13,25-28,82-85" +PS00007,2VKO,C,60-68 +PS00008,2VKO,C,0-5 +PS00001,2VKO,D,80-83 +PS00005,2VKO,D,15-17 +PS00006,2VKO,D,"10-13,25-28,82-85" +PS00007,2VKO,D,60-68 +PS00008,2VKO,D,0-5 +PS00005,2YRV,A,"22-24,42-44,80-82" +PS00006,2YRV,A,"20-23,36-39,52-55" +PS00007,2YRV,A,51-59 +PS00008,2YRV,A,"0-5,84-89" +PS00005,2VRD,A,"18-20,25-27" +PS00006,2VRD,A,47-50 +PS00009,2VRD,A,25-28 +PS00004,2YRT,A,50-53 +PS00005,2YRT,A,72-74 +PS00006,2YRT,A,24-27 +PS00008,2YRT,A,"0-5,64-69" +PS00005,2YRU,A,"32-34,41-43" +PS00006,2YRU,A,12-15 +PS00008,2YRU,A,"0-5,6-11,53-58" +PS00001,2YRZ,A,82-85 +PS00005,2YRZ,A,32-34 +PS00006,2YRZ,A,36-39 +PS00008,2YRZ,A,"0-5,6-11" +PS00001,2YS1,A,17-20 +PS00005,2YS1,A,"68-70,102-104" +PS00006,2YS1,A,96-99 +PS00008,2YS1,A,0-5 +PS00001,2YS4,A,32-35 +PS00005,2YS4,A,"7-9,42-44,62-64,96-98" +PS00006,2YS4,A,"5-8,91-94" +PS00008,2YS4,A,"0-5,52-57" +PS00005,2YS5,A,75-77 +PS00006,2YS5,A,"11-14,23-26,40-43,91-94" +PS00008,2YS5,A,"0-5,29-34" +PS00009,2YS5,A,75-78 +PS00008,2YSC,A,"0-5,7-12" +PS01159,2YSC,A,12-36 +PS00001,2YSX,A,15-18 +PS00005,2YSX,A,"28-30,58-60,78-80" +PS00006,2YSX,A,"19-22,28-31,83-86,114-117" +PS00008,2YSX,A,"0-5,6-11" +PS00001,2YSZ,A,120-123 +PS00005,2YSZ,A,"8-10,47-49,68-70,175-177" +PS00006,2YSZ,A,"38-41,47-50,134-137,150-153,157-160" +PS00008,2YSZ,A,"0-5,140-145,146-151" +PS00320,2YSZ,A,170-177 +PS00001,2YT0,A,166-169 +PS00005,2YT0,A,"29-31,54-56,93-95,114-116" +PS00006,2YT0,A,"4-7,11-14,84-87,93-96" +PS00008,2YT0,A,"0-5,40-45,46-51" +PS00320,2YT0,A,24-31 +PS00001,2YT1,A,175-178 +PS00005,2YT1,A,"29-31,63-65,102-104,123-125" +PS00006,2YT1,A,"4-7,11-14,43-46,93-96,102-105" +PS00008,2YT1,A,"0-5,49-54,55-60" +PS00320,2YT1,A,24-31 +PS00005,2YT2,A,75-77 +PS00006,2YT2,A,"11-14,23-26,40-43,91-94" +PS00008,2YT2,A,"0-5,29-34,121-126,127-132" +PS00009,2YT2,A,75-78 +PS00001,2YT6,A,55-58 +PS00005,2YT6,A,"44-46,69-71" +PS00006,2YT6,A,"39-42,57-60" +PS00008,2YT6,A,"0-5,6-11,21-26" +PS00009,2YT6,A,96-99 +PS00005,2YT8,A,86-88 +PS00008,2YT8,A,"0-5,6-11,28-33,43-48" +PS00001,2YTU,A,"23-26,110-113" +PS00005,2YTU,A,"118-120,122-124" +PS00006,2YTU,A,"11-14,25-28,57-60,113-116,122-125" +PS00008,2YTU,A,"0-5,6-11" +PS00004,2YTV,A,8-11 +PS00005,2YTV,A,"29-31,61-63" +PS00008,2YTV,A,"0-5,6-11" +PS00004,2YTW,A,90-93 +PS00005,2YTW,A,"5-7,15-17,29-31" +PS00006,2YTW,A,"58-61,81-84" +PS00008,2YTW,A,"0-5,64-69" +PS00005,2YTX,A,64-66 +PS00006,2YTX,A,64-67 +PS00008,2YTX,A,"0-5,20-25" +PS00016,2YTX,A,34-36 +PS00352,2YTX,A,29-48 +PS00001,2YTY,A,79-82 +PS00005,2YTY,A,"5-7,15-17,24-26" +PS00006,2YTY,A,24-27 +PS00008,2YTY,A,"0-5,70-75" +PS00352,2YTY,A,29-48 +PS00005,2YUB,A,79-81 +PS00008,2YUB,A,0-5 +PS00008,2K1A,A,15-20 +PS00242,2K1A,A,31-38 +PS00005,2YUC,A,27-29 +PS00006,2YUC,A,27-30 +PS00008,2YUC,A,"0-5,50-55" +PS00004,2YUF,A,68-71 +PS00005,2YUF,A,"42-44,79-81,110-112,127-129,131-133" +PS00006,2YUF,A,"4-7,16-19,88-91,93-96,110-113" +PS00007,2YUF,A,63-70 +PS00008,2YUF,A,0-5 +PS00004,2YUK,A,59-62 +PS00005,2YUK,A,"12-14,48-50" +PS00006,2YUK,A,62-65 +PS00008,2YUK,A,0-5 +PS00005,2YUL,A,44-46 +PS00006,2YUL,A,49-52 +PS00008,2YUL,A,0-5 +PS00006,2YUR,A,"4-7,36-39" +PS00008,2YUR,A,"0-5,34-39" +PS00006,2YUS,A,"21-24,50-53" +PS00007,2YUS,A,60-67 +PS00008,2YUS,A,"0-5,13-18" +PS00005,2YUU,A,5-7 +PS00008,2YUU,A,"0-5,68-73" +PS00479,2YUU,A,17-66 +PS00005,2YUV,A,50-52 +PS00006,2YUV,A,80-83 +PS00007,2YUV,A,11-17 +PS00008,2YUV,A,"0-5,6-11" +PS00005,2YUW,A,24-26 +PS00006,2YUW,A,17-20 +PS00008,2YUW,A,0-5 +PS00006,2YUX,A,"65-68,76-79" +PS00008,2YUX,A,0-5 +PS00004,2YUY,A,14-17 +PS00005,2YUY,A,"12-14,23-25,39-41" +PS00006,2YUY,A,"39-42,109-112" +PS00008,2YUY,A,"0-5,6-11,46-51,77-82" +PS00017,2YUY,A,89-96 +PS00001,2YUZ,A,83-86 +PS00005,2YUZ,A,48-50 +PS00006,2YUZ,A,69-72 +PS00008,2YUZ,A,0-5 +PS00006,3B42,A,"1-4,31-34,107-110,123-126" +PS00008,3B42,A,118-123 +PS00009,3B42,A,88-91 +PS00006,3B42,B,"1-4,31-34,107-110,123-126" +PS00008,3B42,B,118-123 +PS00009,3B42,B,88-91 +PS00006,3B47,A,"106-109,122-125" +PS00008,3B47,A,111-116 +PS00009,3B47,A,59-62 +PS00005,2JQ6,A,133-135 +PS00006,2JQ6,A,51-54 +PS00007,2JQ6,A,49-57 +PS00008,2JQ6,A,"16-21,33-38" +PS00018,2JQ6,A,93-105 +PS00005,2JSV,X,10-12 +PS00006,2JSV,X,"15-18,43-46,52-55" +PS00005,2K10,A,"4-6,23-25" +PS00008,2K10,A,"0-5,7-12" +PS00005,2K1J,A,43-45 +PS00006,2K1J,A,18-21 +PS01359,2K1J,A,12-55 +PS00005,2K2C,A,"3-5,38-40" +PS00006,2K2C,A,"3-6,10-13,73-76" +PS00008,2K2C,A,15-20 +PS00001,2K2D,A,32-35 +PS00004,2K2D,A,71-74 +PS00006,2K2D,A,6-9 +PS00009,2K2D,A,69-72 +PS00005,2PRU,A,17-19 +PS00006,2PRU,A,"0-3,17-20" +PS00018,2PRU,A,60-72 +PS00303,2PRU,A,55-76 +PS00005,2PRU,B,17-19 +PS00006,2PRU,B,"0-3,17-20" +PS00018,2PRU,B,60-72 +PS00303,2PRU,B,55-76 +PS00005,2VD0,A,175-177 +PS00006,2VD0,A,"80-83,93-96,146-149" +PS00007,2VD0,A,11-19 +PS00008,2VD0,A,142-147 +PS00342,2VD0,A,196-198 +PS00005,2VD0,B,175-177 +PS00006,2VD0,B,"80-83,93-96,146-149" +PS00007,2VD0,B,11-19 +PS00008,2VD0,B,142-147 +PS00342,2VD0,B,196-198 +PS00005,2VD0,C,175-177 +PS00006,2VD0,C,"80-83,93-96,146-149" +PS00007,2VD0,C,11-19 +PS00008,2VD0,C,142-147 +PS00342,2VD0,C,196-198 +PS00005,2VD0,D,175-177 +PS00006,2VD0,D,"80-83,93-96,146-149" +PS00007,2VD0,D,11-19 +PS00008,2VD0,D,142-147 +PS00342,2VD0,D,196-198 +PS00001,2RKS,A,117-120 +PS00005,2RKS,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,2RKS,A,28-33 +PS01123,2RKS,A,18-42 +PS01284,2RKS,A,82-92 +PS00005,2VCQ,A,175-177 +PS00006,2VCQ,A,"80-83,93-96,146-149" +PS00007,2VCQ,A,11-19 +PS00008,2VCQ,A,142-147 +PS00342,2VCQ,A,196-198 +PS00005,2VCQ,B,175-177 +PS00006,2VCQ,B,"80-83,93-96,146-149" +PS00007,2VCQ,B,11-19 +PS00008,2VCQ,B,142-147 +PS00342,2VCQ,B,196-198 +PS00005,2VCQ,C,175-177 +PS00006,2VCQ,C,"80-83,93-96,146-149" +PS00007,2VCQ,C,11-19 +PS00008,2VCQ,C,142-147 +PS00342,2VCQ,C,196-198 +PS00005,2VCQ,D,175-177 +PS00006,2VCQ,D,"80-83,93-96,146-149" +PS00007,2VCQ,D,11-19 +PS00008,2VCQ,D,142-147 +PS00342,2VCQ,D,196-198 +PS00005,2VCW,A,175-177 +PS00006,2VCW,A,"80-83,93-96,146-149" +PS00007,2VCW,A,11-19 +PS00008,2VCW,A,142-147 +PS00342,2VCW,A,196-198 +PS00005,2VCW,B,175-177 +PS00006,2VCW,B,"80-83,93-96,146-149" +PS00007,2VCW,B,11-19 +PS00008,2VCW,B,142-147 +PS00342,2VCW,B,196-198 +PS00005,2VCW,C,175-177 +PS00006,2VCW,C,"80-83,93-96,146-149" +PS00007,2VCW,C,11-19 +PS00008,2VCW,C,142-147 +PS00342,2VCW,C,196-198 +PS00005,2VCW,D,175-177 +PS00006,2VCW,D,"80-83,93-96,146-149" +PS00007,2VCW,D,11-19 +PS00008,2VCW,D,142-147 +PS00342,2VCW,D,196-198 +PS00005,2VCX,A,175-177 +PS00006,2VCX,A,"80-83,93-96,146-149" +PS00007,2VCX,A,11-19 +PS00008,2VCX,A,142-147 +PS00342,2VCX,A,196-198 +PS00005,2VCX,B,175-177 +PS00006,2VCX,B,"80-83,93-96,146-149" +PS00007,2VCX,B,11-19 +PS00008,2VCX,B,142-147 +PS00342,2VCX,B,196-198 +PS00005,2VCX,C,175-177 +PS00006,2VCX,C,"80-83,93-96,146-149" +PS00007,2VCX,C,11-19 +PS00008,2VCX,C,142-147 +PS00342,2VCX,C,196-198 +PS00005,2VCX,D,175-177 +PS00006,2VCX,D,"80-83,93-96,146-149" +PS00007,2VCX,D,11-19 +PS00008,2VCX,D,142-147 +PS00342,2VCX,D,196-198 +PS00005,2VCZ,A,175-177 +PS00006,2VCZ,A,"80-83,93-96,146-149" +PS00007,2VCZ,A,11-19 +PS00008,2VCZ,A,142-147 +PS00342,2VCZ,A,196-198 +PS00005,2VCZ,B,175-177 +PS00006,2VCZ,B,"80-83,93-96,146-149" +PS00007,2VCZ,B,11-19 +PS00008,2VCZ,B,142-147 +PS00342,2VCZ,B,196-198 +PS00005,2VCZ,C,175-177 +PS00006,2VCZ,C,"80-83,93-96,146-149" +PS00007,2VCZ,C,11-19 +PS00008,2VCZ,C,142-147 +PS00342,2VCZ,C,196-198 +PS00005,2VCZ,D,175-177 +PS00006,2VCZ,D,"80-83,93-96,146-149" +PS00007,2VCZ,D,11-19 +PS00008,2VCZ,D,142-147 +PS00342,2VCZ,D,196-198 +PS00005,2VD1,A,175-177 +PS00006,2VD1,A,"80-83,93-96,146-149" +PS00007,2VD1,A,11-19 +PS00008,2VD1,A,142-147 +PS00342,2VD1,A,196-198 +PS00005,2VD1,B,175-177 +PS00006,2VD1,B,"80-83,93-96,146-149" +PS00007,2VD1,B,11-19 +PS00008,2VD1,B,142-147 +PS00342,2VD1,B,196-198 +PS00005,2VD1,C,175-177 +PS00006,2VD1,C,"80-83,93-96,146-149" +PS00007,2VD1,C,11-19 +PS00008,2VD1,C,142-147 +PS00342,2VD1,C,196-198 +PS00005,2VD1,D,175-177 +PS00006,2VD1,D,"80-83,93-96,146-149" +PS00007,2VD1,D,11-19 +PS00008,2VD1,D,142-147 +PS00342,2VD1,D,196-198 +PS00005,2YT5,A,62-64 +PS00006,2YT5,A,44-47 +PS00008,2YT5,A,0-5 +PS01359,2YT5,A,8-57 +PS00001,2YT7,A,65-68 +PS00006,2YT7,A,"4-7,56-59" +PS00008,2YT7,A,"0-5,21-26,71-76" +PS00006,2YU7,A,"83-86,94-97" +PS00007,2YU7,A,65-73 +PS00008,2YU7,A,"0-5,15-20,70-75,76-81,95-100" +PS00006,2YU7,B,"1-4,6-9" +PS00001,2YUG,A,135-138 +PS00006,2YUG,A,"5-8,58-61,137-140,148-151" +PS00008,2YUG,A,"0-5,11-16,89-94" +PS00213,2YUG,A,3-16 +PS00001,2YUH,A,"39-42,158-161" +PS00004,2YUH,A,22-25 +PS00005,2YUH,A,"41-43,50-52,58-60,91-93,102-104" +PS00006,2YUH,A,"13-16,91-94,121-124,132-135" +PS00008,2YUH,A,"0-5,6-11,46-51,133-138" +PS00001,2YUI,A,111-114 +PS00005,2YUI,A,"148-150,166-168" +PS00006,2YUI,A,"26-29,42-45,64-67,107-110,142-145,148-151" +PS00008,2YUI,A,"0-5,11-16,72-77,175-180" +PS00009,2YUI,A,166-169 +PS00001,2YUJ,A,56-59 +PS00005,2YUJ,A,"66-68,70-72" +PS00006,2YUJ,A,"34-37,47-50,149-152,170-173,177-180" +PS00008,2YUJ,A,0-5 +PS00006,2ZAJ,A,"5-8,9-12,37-40" +PS00007,2ZAJ,A,19-25 +PS00008,2ZAJ,A,0-5 +PS01159,2ZAJ,A,17-42 +PS00001,2JQD,A,98-101 +PS00006,2JQD,A,"19-22,108-111,162-165" +PS00001,2JQR,A,67-70 +PS00004,2JQR,A,103-106 +PS00005,2JQR,A,6-8 +PS00006,2JQR,A,51-54 +PS00007,2JQR,A,93-101 +PS00008,2JQR,A,"45-50,81-86" +PS00001,2JQR,B,98-101 +PS00005,2JQR,B,"16-18,81-83,100-102" +PS00006,2JQR,B,"24-27,67-70" +PS00008,2JQR,B,"40-45,87-92" +PS00814,2JQR,B,42-52 +PS00001,2JQT,A,26-29 +PS00004,2JQT,A,10-13 +PS00006,2JQT,A,"1-4,13-16,28-31" +PS00007,2JQT,A,20-27 +PS00004,2JUL,A,25-28 +PS00005,2JUL,A,"24-26,28-30,70-72,88-90,112-114" +PS00006,2JUL,A,"24-27,62-65,88-91,161-164,182-185,192-195,230-233" +PS00008,2JUL,A,"12-17,58-63" +PS00018,2JUL,A,"174-186,222-234" +PS00005,2JYE,A,51-53 +PS00006,2JYE,A,10-13 +PS00008,2JYE,A,23-28 +PS00118,2JYE,A,35-42 +PS00799,2JYE,A,36-49 +PS00006,2K29,A,28-31 +PS00008,2K29,A,"0-5,26-31" +PS00006,2K29,B,28-31 +PS00008,2K29,B,"0-5,26-31" +PS00005,2K2E,A,95-97 +PS00008,2K2E,A,81-86 +PS00009,2K2E,A,"95-98,135-138" +PS00005,2K2P,A,11-13 +PS00006,2K2P,A,11-14 +PS00008,2K2P,A,"20-25,37-42,65-70" +PS00005,2YW5,A,67-69 +PS00006,2YW5,A,"4-7,79-82" +PS00007,2YW5,A,69-77 +PS00008,2YW5,A,0-5 +PS00009,2YW5,A,14-17 +PS00633,2YW5,A,38-97 +PS00001,2YX1,A,155-158 +PS00004,2YX1,A,"71-74,134-137,190-193" +PS00005,2YX1,A,"14-16,74-76,80-82,178-180" +PS00006,2YX1,A,"74-77,193-196" +PS00007,2YX1,A,"29-36,117-124" +PS00008,2YX1,A,182-187 +PS00539,2YX1,A,177-182 +PS00001,2YX1,B,155-158 +PS00004,2YX1,B,"71-74,134-137,190-193" +PS00005,2YX1,B,"14-16,74-76,80-82,178-180" +PS00006,2YX1,B,"74-77,193-196" +PS00007,2YX1,B,"29-36,117-124" +PS00008,2YX1,B,182-187 +PS00539,2YX1,B,177-182 +PS00005,2Z33,A,"17-19,91-93,100-102" +PS00006,2Z33,A,42-45 +PS00342,2Z33,A,101-103 +PS00001,2Z3S,A,"4-7,30-33" +PS00004,2Z3S,A,18-21 +PS00005,2Z3S,A,32-34 +PS00008,2Z3S,A,"0-5,9-14,22-27" +PS01138,2Z3S,A,13-35 +PS00004,2JSF,A,104-107 +PS00005,2JSF,A,"14-16,70-72" +PS00006,2JSF,A,"70-73,107-110" +PS00008,2JSF,A,"7-12,92-97" +PS00005,2JPF,A,"11-13,65-67,72-74" +PS00006,2JPF,A,"11-14,84-87,99-102" +PS00008,2JPF,A,"41-46,95-100" +PS00001,3BJM,A,"46-49,53-56,111-114,180-183,190-193,242-245,282-285,481-484,646-649" +PS00005,3BJM,A,"0-2,13-15,20-22,143-145,149-151,212-214,226-228,295-297,472-474,498-500,513-515,628-630" +PS00006,3BJM,A,"5-8,25-28,54-57,62-65,149-152,284-287,337-340,446-449,459-462,618-621,636-639,651-654,667-670,697-700" +PS00007,3BJM,A,22-29 +PS00008,3BJM,A,"181-186,385-390,593-598,602-607,702-707" +PS00708,3BJM,A,566-596 +PS00001,3BJM,B,"46-49,53-56,111-114,180-183,190-193,242-245,282-285,481-484,646-649" +PS00005,3BJM,B,"0-2,13-15,20-22,143-145,149-151,212-214,226-228,295-297,472-474,498-500,513-515,628-630" +PS00006,3BJM,B,"5-8,25-28,54-57,62-65,149-152,284-287,337-340,446-449,459-462,618-621,636-639,651-654,667-670,697-700" +PS00007,3BJM,B,22-29 +PS00008,3BJM,B,"181-186,385-390,593-598,602-607,702-707" +PS00708,3BJM,B,566-596 +PS00004,3CS9,A,38-41 +PS00005,3CS9,A,"19-21,48-50,193-195,257-259" +PS00006,3CS9,A,"48-51,125-128,182-185,261-264" +PS00008,3CS9,A,"26-31,218-223" +PS00107,3CS9,A,24-47 +PS00109,3CS9,A,135-147 +PS00004,3CS9,B,38-41 +PS00005,3CS9,B,"19-21,48-50,193-195,257-259" +PS00006,3CS9,B,"48-51,125-128,182-185,261-264" +PS00008,3CS9,B,"26-31,218-223" +PS00107,3CS9,B,24-47 +PS00109,3CS9,B,135-147 +PS00004,3CS9,C,38-41 +PS00005,3CS9,C,"19-21,48-50,193-195,257-259" +PS00006,3CS9,C,"48-51,125-128,182-185,261-264" +PS00008,3CS9,C,"26-31,218-223" +PS00107,3CS9,C,24-47 +PS00109,3CS9,C,135-147 +PS00004,3CS9,D,38-41 +PS00005,3CS9,D,"19-21,48-50,193-195,257-259" +PS00006,3CS9,D,"48-51,125-128,182-185,261-264" +PS00008,3CS9,D,"26-31,218-223" +PS00107,3CS9,D,24-47 +PS00109,3CS9,D,135-147 +PS00005,2HLG,A,30-32 +PS00006,2HLG,A,7-10 +PS00008,2HLG,A,13-18 +PS00001,2HRJ,A,"36-39,99-102" +PS00005,2HRJ,A,115-117 +PS00006,2HRJ,A,101-104 +PS00007,2HRJ,A,45-52 +PS00005,2JP6,A,31-33 +PS00008,2JP6,A,19-24 +PS00017,2JP6,A,16-23 +PS00342,2JP6,A,34-36 +PS00005,2JQ3,A,"21-23,48-50,55-57" +PS00006,2JQ3,A,"0-3,21-24,28-31,48-51,55-58" +PS00005,2JTM,A,"2-4,45-47" +PS00007,2JTM,A,41-48 +PS00008,2JTM,A,34-39 +PS00009,2JTM,A,"2-5,30-33" +PS00001,2JX0,A,79-82 +PS00005,2JX0,A,"48-50,74-76,128-130" +PS00006,2JX0,A,"14-17,128-131" +PS00008,2JX0,A,11-16 +PS00001,2JX9,A,69-72 +PS00005,2JX9,A,"64-66,89-91" +PS00007,2JX9,A,91-97 +PS00008,2JX9,A,0-5 +PS00001,2JXA,A,69-72 +PS00005,2JXA,A,"64-66,89-91" +PS00007,2JXA,A,91-97 +PS00008,2JXA,A,0-5 +PS00005,2K18,A,"38-40,151-153" +PS00006,2K18,A,"9-12,18-21,58-61,134-137,147-150,189-192" +PS00008,2K18,A,"3-8,55-60" +PS00001,2QIM,A,81-84 +PS00004,2QIM,A,53-56 +PS00005,2QIM,A,"51-53,116-118" +PS00006,2QIM,A,"4-7,24-27,56-59,121-124" +PS00008,2QIM,A,"47-52,89-94,106-111" +PS00016,2QIM,A,138-140 +PS00005,2RLO,A,58-60 +PS00006,2RLO,A,"39-42,107-110" +PS00008,2RLO,A,14-19 +PS00009,2RLO,A,62-65 +PS00005,2RNZ,A,"49-51,73-75" +PS00006,2RNZ,A,"21-24,90-93" +PS00008,2RNZ,A,17-22 +PS00005,2RO0,A,"47-49,71-73" +PS00006,2RO0,A,"19-22,88-91" +PS00008,2RO0,A,0-5 +PS00001,2YXC,A,20-23 +PS00005,2YXC,A,"23-25,60-62" +PS00008,2YXC,A,"49-54,87-92,98-103" +PS00001,3BSQ,A,216-219 +PS00005,3BSQ,A,"68-70,166-168,218-220" +PS00006,3BSQ,A,"54-57,105-108,123-126,142-145" +PS00008,3BSQ,A,"3-8,27-32,111-116,162-167,183-188,192-197" +PS00134,3BSQ,A,36-41 +PS00135,3BSQ,A,169-180 +PS00001,3BSQ,B,216-219 +PS00005,3BSQ,B,"68-70,166-168,218-220" +PS00006,3BSQ,B,"54-57,105-108,123-126,142-145" +PS00008,3BSQ,B,"3-8,27-32,111-116,162-167,183-188,192-197" +PS00134,3BSQ,B,36-41 +PS00135,3BSQ,B,169-180 +PS00001,3BSQ,C,216-219 +PS00005,3BSQ,C,"68-70,166-168,218-220" +PS00006,3BSQ,C,"54-57,105-108,123-126,142-145" +PS00008,3BSQ,C,"3-8,27-32,111-116,162-167,183-188,192-197" +PS00134,3BSQ,C,36-41 +PS00135,3BSQ,C,169-180 +PS00004,2PO8,A,8-11 +PS00006,2PO8,A,27-30 +PS00008,2PO8,A,"15-20,21-26,28-33" +PS00286,2PO8,A,0-19 +PS00001,2RDK,A,"2-5,29-32" +PS00005,2RDK,A,"45-47,56-58,81-83,96-98" +PS00006,2RDK,A,"31-34,37-40" +PS00008,2RDK,A,"14-19,26-31" +PS00001,2RDK,B,"2-5,29-32" +PS00005,2RDK,B,"45-47,56-58,81-83,96-98" +PS00006,2RDK,B,"31-34,37-40" +PS00008,2RDK,B,"14-19,26-31" +PS00005,2RNW,A,"16-18,59-61,69-71" +PS00006,2RNW,A,57-60 +PS00007,2RNW,A,"8-14,38-45" +PS00008,2RNW,A,0-5 +PS00633,2RNW,A,30-87 +PS00005,2RNW,B,5-7 +PS00342,2RNW,B,12-14 +PS00005,2RNX,A,"16-18,59-61,69-71" +PS00006,2RNX,A,57-60 +PS00007,2RNX,A,"8-14,38-45" +PS00008,2RNX,A,0-5 +PS00633,2RNX,A,30-87 +PS00004,2RNY,A,92-95 +PS00005,2RNY,A,"60-62,94-96" +PS00007,2RNY,A,62-70 +PS00633,2RNY,A,31-90 +PS00047,2RNY,B,1-5 +PS00001,2V9H,A,81-84 +PS00005,2V9H,A,"41-43,83-85,129-131" +PS00006,2V9H,A,"32-35,83-86,108-111" +PS00007,2V9H,A,114-121 +PS00008,2V9H,A,97-102 +PS00001,2YZ0,A,105-108 +PS00004,2YZ0,A,34-37 +PS00005,2YZ0,A,"33-35,50-52,106-108" +PS00006,2YZ0,A,"37-40,76-79" +PS00005,2JVN,A,102-104 +PS00006,2JVN,A,"24-27,102-105" +PS00007,2JVN,A,104-111 +PS00008,2JVN,A,53-58 +PS00001,2K1S,A,"34-37,121-124" +PS00005,2K1S,A,43-45 +PS00006,2K1S,A,122-125 +PS00008,2K1S,A,"15-20,101-106,111-116" +PS01068,2K1S,A,69-113 +PS00001,2K3A,A,36-39 +PS00005,2K3A,A,136-138 +PS00006,2K3A,A,"134-137,141-144" +PS00008,2K3A,A,"12-17,19-24,45-50,65-70,73-78,130-135" +PS00001,2K3D,A,46-49 +PS00006,2K3D,A,"26-29,59-62" +PS00005,2R2Y,A,"21-23,34-36,92-94,104-106" +PS00006,2R2Y,A,"70-73,116-119,145-148" +PS00008,2R2Y,A,"2-7,16-21,137-142" +PS00001,2Z1O,A,102-105 +PS00005,2Z1O,A,"136-138,143-145,176-178" +PS00006,2Z1O,A,82-85 +PS00007,2Z1O,A,198-204 +PS00008,2Z1O,A,"0-5,18-23,29-34,98-103,151-156" +PS00001,2Z1O,B,102-105 +PS00005,2Z1O,B,"136-138,143-145,176-178" +PS00006,2Z1O,B,82-85 +PS00007,2Z1O,B,198-204 +PS00008,2Z1O,B,"0-5,18-23,29-34,98-103,151-156" +PS00001,2Z1O,C,102-105 +PS00005,2Z1O,C,"136-138,143-145,176-178" +PS00006,2Z1O,C,82-85 +PS00007,2Z1O,C,198-204 +PS00008,2Z1O,C,"0-5,18-23,29-34,98-103,151-156" +PS00001,2Z1O,D,102-105 +PS00005,2Z1O,D,"136-138,143-145,176-178" +PS00006,2Z1O,D,82-85 +PS00007,2Z1O,D,198-204 +PS00008,2Z1O,D,"0-5,18-23,29-34,98-103,151-156" +PS00001,3CGY,A,31-34 +PS00005,3CGY,A,"71-73,93-95,107-109,152-154" +PS00006,3CGY,A,152-155 +PS00008,3CGY,A,"29-34,89-94,111-116,128-133" +PS00001,3CGY,B,31-34 +PS00005,3CGY,B,"71-73,93-95,107-109,152-154" +PS00006,3CGY,B,152-155 +PS00008,3CGY,B,"29-34,89-94,111-116,128-133" +PS00001,3CGY,C,31-34 +PS00005,3CGY,C,"71-73,93-95,107-109,152-154" +PS00006,3CGY,C,152-155 +PS00008,3CGY,C,"29-34,89-94,111-116,128-133" +PS00001,3CGZ,A,31-34 +PS00005,3CGZ,A,"71-73,93-95,107-109,152-154" +PS00006,3CGZ,A,152-155 +PS00008,3CGZ,A,"29-34,89-94,111-116,128-133" +PS00001,3CGZ,B,31-34 +PS00005,3CGZ,B,"71-73,93-95,107-109,152-154" +PS00006,3CGZ,B,152-155 +PS00008,3CGZ,B,"29-34,89-94,111-116,128-133" +PS00001,3CGZ,C,31-34 +PS00005,3CGZ,C,"71-73,93-95,107-109,152-154" +PS00006,3CGZ,C,152-155 +PS00008,3CGZ,C,"29-34,89-94,111-116,128-133" +PS00004,2JSS,A,"0-3,52-55,157-160" +PS00005,2JSS,A,"22-24,57-59,98-100,119-121,160-162" +PS00006,2JSS,A,"15-18,57-60" +PS00008,2JSS,A,125-130 +PS00016,2JSS,A,169-171 +PS00046,2JSS,A,101-107 +PS00357,2JSS,A,59-81 +PS00005,2JSS,B,39-41 +PS00006,2JSS,B,"0-3,4-7,53-56" +PS00009,2JSS,B,39-42 +PS00008,2JUA,A,"24-29,49-54,76-81" +PS00005,2K2G,A,"16-18,140-142,148-150" +PS00006,2K2G,A,152-155 +PS00008,2K2G,A,"79-84,89-94,126-131" +PS00142,2K2G,A,116-125 +PS00005,2PQ4,A,"18-20,64-66" +PS00008,2PQ4,A,33-38 +PS00005,2PQ4,B,3-5 +PS00008,2PQ4,B,26-31 +PS00006,2RO1,A,133-136 +PS00008,2RO1,A,62-67 +PS01359,2RO1,A,4-45 +PS00005,2VN1,A,"50-52,83-85,123-125" +PS00006,2VN1,A,"2-5,56-59,123-126" +PS00008,2VN1,A,"16-21,36-41,104-109" +PS00005,2VN1,B,"50-52,83-85,123-125" +PS00006,2VN1,B,"2-5,56-59,123-126" +PS00008,2VN1,B,"16-21,36-41,104-109" +PS00005,2Z4D,A,"47-49,74-76,77-79" +PS00006,2Z4D,A,86-89 +PS00005,2Z59,A,"10-12,68-70,80-82" +PS00006,2Z59,A,"46-49,92-95" +PS00005,2Z59,B,8-10 +PS00006,2Z59,B,54-57 +PS00299,2Z59,B,26-51 +PS00262,3BXQ,A,5-19 +PS00005,3BXQ,B,26-28 +PS00262,3BXQ,C,5-19 +PS00005,3BXQ,D,26-28 +PS00001,2JV9,A,"26-29,62-65" +PS00005,2JV9,A,115-117 +PS00006,2JV9,A,68-71 +PS00007,2JV9,A,43-51 +PS00008,2JV9,A,"34-39,111-116" +PS00005,2JR3,A,4-6 +PS00008,2JR3,A,30-35 +PS00294,2JR3,A,38-41 +PS00001,2JRC,A,69-72 +PS00005,2JRC,A,"51-53,71-73" +PS00006,2JRC,A,"45-48,154-157,163-166" +PS00008,2JRC,A,"10-15,46-51,108-113,179-184" +PS00009,2JRC,A,140-143 +PS01195,2JRC,A,16-29 +PS01196,2JRC,A,110-120 +PS00008,2JST,A,27-32 +PS00029,2JST,A,3-24 +PS00008,2JST,B,27-32 +PS00029,2JST,B,3-24 +PS00005,2JT0,A,"36-38,83-85" +PS00006,2JT0,A,"36-39,52-55,83-86,92-95,126-129" +PS00008,2JT0,A,29-34 +PS00018,2JT0,A,"64-76,104-116,140-152" +PS00001,2JXY,A,8-11 +PS00005,2JXY,A,"34-36,184-186" +PS00006,2JXY,A,53-56 +PS00007,2JXY,A,130-137 +PS00008,2JXY,A,54-59 +PS00024,2JXY,A,44-59 +PS00001,2K2R,A,82-85 +PS00005,2K2R,A,113-115 +PS00006,2K2R,A,"8-11,40-43" +PS00008,2K2R,A,57-62 +PS00001,2K3S,A,"26-29,62-65" +PS00005,2K3S,A,115-117 +PS00006,2K3S,A,68-71 +PS00007,2K3S,A,43-51 +PS00008,2K3S,A,"34-39,111-116" +PS00005,2K3S,B,64-66 +PS00006,2K3S,B,"19-22,35-38" +PS00018,2K3S,B,"11-23,47-59" +PS00001,2RP4,A,12-15 +PS00005,2RP4,A,66-68 +PS00006,2RP4,A,7-10 +PS00007,2RP4,A,15-21 +PS00008,2RP4,A,3-8 +PS00001,2RP4,B,12-15 +PS00005,2RP4,B,66-68 +PS00006,2RP4,B,7-10 +PS00007,2RP4,B,15-21 +PS00008,2RP4,B,3-8 +PS00001,2RP4,C,12-15 +PS00005,2RP4,C,66-68 +PS00006,2RP4,C,7-10 +PS00007,2RP4,C,15-21 +PS00008,2RP4,C,3-8 +PS00001,2RP4,D,12-15 +PS00005,2RP4,D,66-68 +PS00006,2RP4,D,7-10 +PS00007,2RP4,D,15-21 +PS00008,2RP4,D,3-8 +PS00001,2RP5,A,20-23 +PS00005,2RP5,A,"12-14,22-24,111-113" +PS00006,2RP5,A,"29-32,89-92" +PS00008,2RP5,A,"3-8,108-113" +PS00001,2RP5,B,20-23 +PS00005,2RP5,B,"12-14,22-24,111-113" +PS00006,2RP5,B,"29-32,89-92" +PS00008,2RP5,B,"3-8,108-113" +PS00005,2UVO,A,"41-43,127-129" +PS00006,2UVO,A,7-10 +PS00008,2UVO,A,"26-31,33-38,46-51,69-74,89-94,112-117,118-123,136-141,153-158,162-167" +PS00026,2UVO,A,"11-30,54-73,97-116,140-159" +PS00005,2UVO,B,"41-43,127-129" +PS00006,2UVO,B,7-10 +PS00008,2UVO,B,"26-31,33-38,46-51,69-74,89-94,112-117,118-123,136-141,153-158,162-167" +PS00026,2UVO,B,"11-30,54-73,97-116,140-159" +PS00005,2UVO,E,"41-43,127-129" +PS00006,2UVO,E,7-10 +PS00008,2UVO,E,"26-31,33-38,46-51,69-74,89-94,112-117,118-123,136-141,153-158,162-167" +PS00026,2UVO,E,"11-30,54-73,97-116,140-159" +PS00005,2UVO,F,"41-43,127-129" +PS00006,2UVO,F,7-10 +PS00008,2UVO,F,"26-31,33-38,46-51,69-74,89-94,112-117,118-123,136-141,153-158,162-167" +PS00026,2UVO,F,"11-30,54-73,97-116,140-159" +PS00005,2UVS,A,35-37 +PS00008,2UVS,A,"0-5,9-14,21-26" +PS01138,2UVS,A,13-34 +PS00006,3BBZ,A,31-34 +PS00006,3BBZ,B,31-34 +PS00005,3CYU,A,"36-38,42-44,55-57,86-88,150-152,164-166,257-259" +PS00006,3CYU,A,"28-31,175-178" +PS00008,3CYU,A,"97-102,103-108" +PS00162,3CYU,A,104-120 +PS00005,2JYS,A,62-64 +PS00006,2JYS,A,77-80 +PS00007,2JYS,A,54-60 +PS00008,2JYS,A,25-30 +PS00009,2JYS,A,66-69 +PS00001,2K11,A,"33-36,75-78,87-90" +PS00005,2K11,A,"63-65,99-101" +PS00006,2K11,A,"99-102,122-125" +PS00008,2K11,A,67-72 +PS00127,2K11,A,39-45 +PS00005,2K31,A,"31-33,133-135" +PS00006,2K31,A,"31-34,48-51,131-134,160-163" +PS00007,2K31,A,135-143 +PS00008,2K31,A,"15-20,117-122,127-132" +PS00001,2K3K,A,5-8 +PS00005,2K3K,A,"44-46,96-98" +PS00006,2K3K,A,"83-86,96-99" +PS00008,2K3K,A,59-64 +PS00001,3D48,P,19-22 +PS00004,3D48,P,"30-33,164-167" +PS00005,3D48,P,"2-4,111-113,167-169" +PS00006,3D48,P,"2-5,26-29,53-56,78-81" +PS00007,3D48,P,77-84 +PS00266,3D48,P,46-79 +PS00338,3D48,P,162-179 +PS00001,3D48,R,"35-38,80-83" +PS00006,3D48,R,"88-91,131-134,207-210" +PS00007,3D48,R,"114-122,183-190" +PS00008,3D48,R,"27-32,57-62,86-91" +PS01352,3D48,R,123-200 +PS00005,2JQE,A,"10-12,77-79,103-105" +PS00006,2JQE,A,"10-13,63-66,90-93" +PS00005,2JQM,A,"4-6,9-11,14-16" +PS00006,2JQM,A,70-73 +PS00008,2JQM,A,"60-65,92-97,106-111" +PS00006,2JVG,A,18-21 +PS00008,2JVG,A,0-5 +PS00006,2JVH,A,18-21 +PS00008,2JVH,A,0-5 +PS00001,2K0E,A,59-62 +PS00005,2K0E,A,"27-29,145-147" +PS00006,2K0E,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2K0E,A,"24-29,39-44" +PS00018,2K0E,A,"19-31,55-67,92-104,128-140" +PS00001,2K0F,A,59-62 +PS00005,2K0F,A,"27-29,145-147" +PS00006,2K0F,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2K0F,A,"24-29,39-44" +PS00018,2K0F,A,"19-31,55-67,92-104,128-140" +PS00001,2K1Z,A,"12-15,26-29" +PS00004,2K1Z,A,100-103 +PS00005,2K1Z,A,"22-24,79-81" +PS00008,2K1Z,A,"18-23,45-50,88-93" +PS00001,2K20,A,"12-15,26-29" +PS00004,2K20,A,100-103 +PS00005,2K20,A,"22-24,79-81" +PS00008,2K20,A,"18-23,45-50,88-93" +PS00342,2K20,B,8-10 +PS00001,2K2O,A,19-22 +PS00005,2K2O,A,"99-101,120-122" +PS00006,2K2O,A,"34-37,45-48" +PS00007,2K2O,A,29-35 +PS00001,2POA,A,"58-61,100-103" +PS00004,2POA,A,129-132 +PS00005,2POA,A,"55-57,62-64,112-114" +PS00006,2POA,A,"81-84,94-97,118-121" +PS00008,2POA,A,23-28 +PS00214,2POA,A,5-22 +PS00001,2RDF,A,117-120 +PS00005,2RDF,A,"2-4,21-23,61-63,81-83" +PS01284,2RDF,A,82-92 +PS00005,2V37,A,"26-28,37-39" +PS00232,2V37,A,94-104 +PS00005,2JQW,A,2-4 +PS00008,2JQW,A,11-16 +PS00005,2JTN,A,178-180 +PS00006,2JTN,A,"28-31,33-36,102-105,158-161" +PS00007,2JTN,A,135-142 +PS00008,2JTN,A,"16-21,45-50,118-123,127-132" +PS00478,2JTN,A,"62-96,121-156" +PS00001,2JTQ,A,40-43 +PS00005,2JTQ,A,42-44 +PS00006,2JTQ,A,66-69 +PS00001,2JTR,A,40-43 +PS00005,2JTR,A,42-44 +PS00006,2JTR,A,66-69 +PS00001,2JTS,A,40-43 +PS00005,2JTS,A,42-44 +PS00006,2JTS,A,66-69 +PS00005,2JUC,A,"30-32,46-48" +PS00006,2JUC,A,"46-49,50-53" +PS00007,2JUC,A,32-40 +PS00001,2K19,A,33-36 +PS00005,2K19,A,"35-37,81-83" +PS00006,2K19,A,"29-32,75-78" +PS00008,2K19,A,73-78 +PS00001,2K2W,A,106-109 +PS00004,2K2W,A,"8-11,27-30" +PS00006,2K2W,A,"51-54,82-85,94-97" +PS00008,2K2W,A,36-41 +PS00005,2K3F,A,"100-102,130-132" +PS00006,2K3F,A,58-61 +PS00008,2K3F,A,"83-88,129-134" +PS00359,2K3F,A,125-140 +PS00006,2RLZ,A,56-59 +PS00008,2RLZ,A,57-62 +PS00009,2RLZ,A,37-40 +PS00589,2RLZ,A,38-53 +PS00006,2RLZ,B,56-59 +PS00008,2RLZ,B,57-62 +PS00009,2RLZ,B,37-40 +PS00589,2RLZ,B,38-53 +PS00001,2JQL,A,"37-40,86-89" +PS00001,2JQI,A,"66-69,93-96" +PS00005,2JQI,A,"1-3,47-49,71-73" +PS00006,2JQI,A,111-114 +PS00008,2JQI,A,94-99 +PS00001,2JQJ,A,"37-40,86-89" +PS00005,2JQJ,A,"7-9,34-36,141-143" +PS00006,2JQJ,A,"52-55,124-127" +PS00007,2JQJ,A,134-142 +PS00008,2JQJ,A,87-92 +PS00005,2JQL,A,"7-9,34-36,141-143" +PS00006,2JQL,A,"52-55,124-127" +PS00007,2JQL,A,134-142 +PS00008,2JQL,A,87-92 +PS00004,2JYQ,A,11-14 +PS00005,2JYQ,A,"10-12,14-16,35-37,71-73,103-105" +PS00006,2JYQ,A,"10-13,43-46" +PS00005,2K39,A,8-10 +PS00006,2K39,A,54-57 +PS00299,2K39,A,26-51 +PS00005,2QDC,A,"2-4,14-16,41-43,180-182,194-196" +PS00006,2QDC,A,"14-17,58-61,91-94,123-126,158-161" +PS00008,2QDC,A,"242-247,280-285" +PS00383,2QDC,A,237-247 +PS00001,2ROV,A,"12-15,97-100" +PS00005,2ROV,A,"14-16,27-29,88-90" +PS00006,2ROV,A,"0-3,36-39,61-64,98-101" +PS00008,2ROV,A,85-90 +PS00005,2ROW,A,1-3 +PS00006,2ROW,A,"1-4,35-38" +PS00001,2V31,A,81-84 +PS00004,2V31,A,98-101 +PS00005,2V31,A,101-103 +PS00006,2V31,A,"10-13,32-35,48-51,75-78,108-111" +PS00008,2V31,A,"29-34,88-93" +PS00009,2VW0,A,616-619 +PS00001,2VW0,A,"51-54,392-395,400-403,485-488,536-539" +PS00004,2VW0,A,526-529 +PS00005,2VW0,A,"253-255,335-337,383-385,395-397,429-431,500-502,524-526,559-561,566-568,616-618" +PS00006,2VW0,A,"203-206,215-218,258-261,279-282,287-290,323-326,328-331,383-386,402-405,429-432,509-512,566-569,578-581,674-677" +PS00008,2VW0,A,"88-93,181-186,266-271,348-353,388-393,492-497,549-554,582-587,589-594" +PS00001,2VW1,A,"51-54,392-395,400-403,485-488,536-539" +PS00004,2VW1,A,526-529 +PS00005,2VW1,A,"253-255,335-337,383-385,395-397,429-431,500-502,524-526,559-561,566-568,616-618" +PS00006,2VW1,A,"203-206,215-218,258-261,279-282,287-290,323-326,328-331,383-386,402-405,429-432,509-512,566-569,578-581,674-677" +PS00008,2VW1,A,"88-93,181-186,266-271,348-353,388-393,492-497,549-554,582-587,589-594" +PS00009,2VW1,A,616-619 +PS00001,2VW2,A,"51-54,392-395,400-403,485-488,536-539" +PS00004,2VW2,A,526-529 +PS00005,2VW2,A,"253-255,335-337,383-385,395-397,429-431,500-502,524-526,559-561,566-568,616-618" +PS00006,2VW2,A,"203-206,215-218,258-261,279-282,287-290,323-326,328-331,383-386,402-405,429-432,509-512,566-569,578-581,674-677" +PS00008,2VW2,A,"88-93,181-186,266-271,348-353,388-393,492-497,549-554,582-587,589-594" +PS00009,2VW2,A,616-619 +PS00006,2JRE,A,38-41 +PS00008,2JRE,A,"27-32,53-58,78-83" +PS00001,3CS1,A,"59-62,178-181" +PS00005,3CS1,A,"10-12,16-18,61-63,83-85,90-92" +PS00006,3CS1,A,"8-11,16-19,102-105,184-187,209-212" +PS00007,3CS1,A,63-70 +PS00008,3CS1,A,1-6 +PS00009,3CS1,A,19-22 +PS00018,3CS1,A,176-188 +PS00001,3DEF,A,113-116 +PS00005,3DEF,A,"174-176,184-186,209-211" +PS00006,3DEF,A,"163-166,213-216" +PS00007,3DEF,A,114-121 +PS00008,3DEF,A,"45-50,92-97" +PS00017,3DEF,A,42-49 +PS00005,2JRI,A,121-123 +PS00006,2JRI,A,"28-31,53-56,137-140" +PS00008,2JRI,A,"10-15,50-55" +PS00005,2JRI,B,8-10 +PS00006,2JRI,B,54-57 +PS00299,2JRI,B,26-51 +PS00005,2JRI,C,8-10 +PS00006,2JRI,C,54-57 +PS00299,2JRI,C,26-51 +PS00001,2JRK,A,40-43 +PS00008,2JRK,A,62-67 +PS00005,2JRL,A,"29-31,32-34,111-113" +PS00006,2JRL,A,32-35 +PS00008,2JRL,A,82-87 +PS00005,2JRL,B,"29-31,32-34,111-113" +PS00006,2JRL,B,32-35 +PS00008,2JRL,B,82-87 +PS00005,2JRV,A,9-11 +PS00006,2JRV,A,2-5 +PS00005,2JRW,A,12-14 +PS00006,2JRW,A,5-8 +PS00005,2JUI,A,"10-12,30-32" +PS00008,2JUI,A,"19-24,26-31" +PS00017,2JUI,A,3-10 +PS00005,2K0C,A,"0-2,43-45" +PS00008,2K0C,A,"8-13,20-25" +PS01358,2K0C,A,22-41 +PS00001,2QDB,A,117-120 +PS00005,2QDB,A,"2-4,21-23,61-63,81-83" +PS01284,2QDB,A,82-92 +PS00005,2RLW,A,5-7 +PS00008,2RLW,A,8-13 +PS00001,3BXU,A,11-14 +PS00005,3BXU,A,"6-8,49-51" +PS00001,3BXU,B,11-14 +PS00005,3BXU,B,"6-8,49-51" +PS00005,3COQ,A,"33-35,36-38" +PS00006,3COQ,A,"47-50,51-54,77-80" +PS00007,3COQ,A,25-32 +PS00463,3COQ,A,2-30 +PS00005,3COQ,B,"33-35,36-38" +PS00006,3COQ,B,"47-50,51-54,77-80" +PS00007,3COQ,B,25-32 +PS00463,3COQ,B,2-30 +PS00005,2JWP,A,"58-60,129-131,145-147" +PS00006,2JWP,A,"15-18,48-51,120-123" +PS00007,2JWP,A,60-68 +PS00001,3DBA,A,147-150 +PS00005,3DBA,A,"66-68,95-97" +PS00006,3DBA,A,"67-70,152-155" +PS00001,3DBA,B,147-150 +PS00005,3DBA,B,"66-68,95-97" +PS00006,3DBA,B,"67-70,152-155" +PS00004,2JTK,A,49-52 +PS00005,2JTK,A,"68-70,78-80" +PS00007,2JTK,A,70-77 +PS00001,2K3I,A,26-29 +PS00005,2K3I,A,"10-12,28-30,95-97" +PS00006,2K3I,A,"20-23,37-40,56-59" +PS00008,2K3I,A,61-66 +PS00005,2K49,A,"33-35,104-106" +PS00006,2K49,A,"9-12,49-52,95-98,104-107" +PS00008,2K49,A,37-42 +PS00006,2QL0,A,"27-30,46-49" +PS00008,2QL0,A,"22-27,42-47" +PS00202,2QL0,A,32-42 +PS00005,2RLG,A,12-14 +PS00005,2RLH,A,12-14 +PS00005,2ROC,A,"46-48,135-137" +PS00006,2ROC,A,"4-7,119-122,127-130,135-138" +PS00008,2ROC,A,"26-31,53-58,105-110" +PS00009,2ROC,A,39-42 +PS01080,2ROC,A,87-106 +PS01258,2ROC,A,139-150 +PS01259,2ROC,A,43-57 +PS00005,2ROD,A,"46-48,135-137" +PS00006,2ROD,A,"4-7,119-122,127-130,135-138" +PS00008,2ROD,A,"26-31,53-58,105-110" +PS00009,2ROD,A,39-42 +PS01080,2ROD,A,87-106 +PS01258,2ROD,A,139-150 +PS01259,2ROD,A,43-57 +PS00006,2ROD,B,22-25 +PS00007,2ROD,B,11-18 +PS00004,2JWW,A,35-38 +PS00005,2JWW,A,77-79 +PS00006,2JWW,A,"0-3,6-9,18-21,38-41,77-80" +PS00008,2JWW,A,15-20 +PS00018,2JWW,A,"50-62,89-101" +PS00005,2JSN,A,84-86 +PS00008,2JSN,A,"41-46,57-62,76-81" +PS00008,2JTO,A,"24-29,66-71" +PS00006,2JUJ,A,"8-11,19-22" +PS00008,2K16,A,"0-5,34-39" +PS01359,2K16,A,20-64 +PS00008,2K17,A,"0-5,34-39" +PS01359,2K17,A,20-64 +PS00004,2K17,P,7-10 +PS00005,2K17,P,5-7 +PS00005,2K50,A,"21-23,29-31,34-36" +PS00006,2K50,A,"10-13,99-102" +PS00008,2K50,A,85-90 +PS00009,2K50,A,88-91 +PS00005,2K52,A,39-41 +PS00006,2K52,A,13-16 +PS00007,2K52,A,62-69 +PS00008,2K52,A,19-24 +PS00001,2QKX,A,364-367 +PS00005,2QKX,A,"25-27,130-132,174-176" +PS00006,2QKX,A,"112-115,123-126,143-146,174-177,228-231,266-269,273-276,310-313,331-334" +PS00008,2QKX,A,"89-94,327-332,347-352" +PS00005,2RLT,A,68-70 +PS00006,2RLT,A,63-66 +PS00008,2RLT,A,"2-7,73-78" +PS00006,2VRG,A,"1-4,22-25,45-48,90-93" +PS00008,2VRG,A,"17-22,67-72" +PS00018,2VRG,A,"58-70,106-118" +PS00006,2VXD,A,"2-5,38-41" +PS00005,2JSY,A,"4-6,63-65" +PS00006,2JSY,A,"32-35,37-40,103-106,111-114" +PS00007,2JSY,A,72-79 +PS00008,2JSY,A,"7-12,57-62" +PS01265,2JSY,A,82-93 +PS00005,2JSZ,A,"4-6,63-65" +PS00006,2JSZ,A,"32-35,37-40,103-106,111-114" +PS00007,2JSZ,A,72-79 +PS00008,2JSZ,A,"7-12,57-62" +PS01265,2JSZ,A,82-93 +PS00005,2JTI,A,69-71 +PS00006,2JTI,A,"14-17,102-105,132-135,136-139,184-187,287-290" +PS00007,2JTI,A,28-35 +PS00008,2JTI,A,"63-68,83-88,110-115,191-196" +PS00017,2JTI,A,172-179 +PS00435,2JTI,A,166-176 +PS00436,2JTI,A,42-53 +PS00001,2JTI,B,67-70 +PS00005,2JTI,B,6-8 +PS00006,2JTI,B,51-54 +PS00007,2JTI,B,93-101 +PS00008,2JTI,B,"45-50,81-86" +PS00006,2JZ7,A,"9-12,27-30,57-60" +PS00008,2JZ7,A,23-28 +PS00006,2JZ7,B,"9-12,27-30,57-60" +PS00008,2JZ7,B,23-28 +PS00006,2JZ7,C,"9-12,27-30,57-60" +PS00008,2JZ7,C,23-28 +PS00006,2JZ7,D,"9-12,27-30,57-60" +PS00008,2JZ7,D,23-28 +PS00006,2JZ7,E,"9-12,27-30,57-60" +PS00008,2JZ7,E,23-28 +PS00001,2K0A,A,49-52 +PS00005,2K0A,A,"2-4,95-97" +PS00008,2K0A,A,"17-22,67-72" +PS00005,2K42,A,47-49 +PS00006,2K42,A,43-46 +PS00008,2K42,A,"36-41,59-64" +PS00008,2K42,B,18-23 +PS00005,2K4Z,A,117-119 +PS00006,2K4Z,A,"68-71,89-92,94-97" +PS00008,2K4Z,A,39-44 +PS00005,2K5T,A,"64-66,71-73" +PS00006,2K5T,A,"11-14,56-59" +PS00008,2K5T,A,"57-62,105-110" +PS00005,2ROZ,A,22-24 +PS00006,2ROZ,A,4-7 +PS00320,2ROZ,A,17-24 +PS00001,2ROZ,B,120-123 +PS00005,2ROZ,B,"8-10,47-49,68-70" +PS00006,2ROZ,B,"38-41,47-50" +PS00008,2ROZ,B,0-5 +PS00005,2Z6X,A,"166-168,173-175,206-208" +PS00006,2Z6X,A,112-115 +PS00007,2Z6X,A,228-234 +PS00008,2Z6X,A,"17-22,48-53,59-64,129-134,181-186" +PS00005,2Z6X,B,"166-168,173-175,206-208" +PS00006,2Z6X,B,112-115 +PS00007,2Z6X,B,228-234 +PS00008,2Z6X,B,"17-22,48-53,59-64,129-134,181-186" +PS00005,2Z6X,C,"166-168,173-175,206-208" +PS00006,2Z6X,C,112-115 +PS00007,2Z6X,C,228-234 +PS00008,2Z6X,C,"17-22,48-53,59-64,129-134,181-186" +PS00005,2Z6X,D,"166-168,173-175,206-208" +PS00006,2Z6X,D,112-115 +PS00007,2Z6X,D,228-234 +PS00008,2Z6X,D,"17-22,48-53,59-64,129-134,181-186" +PS00005,2Z6X,E,"166-168,173-175,206-208" +PS00006,2Z6X,E,112-115 +PS00007,2Z6X,E,228-234 +PS00008,2Z6X,E,"17-22,48-53,59-64,129-134,181-186" +PS00005,2Z6X,F,"166-168,173-175,206-208" +PS00006,2Z6X,F,112-115 +PS00007,2Z6X,F,228-234 +PS00008,2Z6X,F,"17-22,48-53,59-64,129-134,181-186" +PS00005,2Z6X,G,"166-168,173-175,206-208" +PS00006,2Z6X,G,112-115 +PS00007,2Z6X,G,228-234 +PS00008,2Z6X,G,"17-22,48-53,59-64,129-134,181-186" +PS00005,2Z6X,H,"166-168,173-175,206-208" +PS00006,2Z6X,H,112-115 +PS00007,2Z6X,H,228-234 +PS00008,2Z6X,H,"17-22,48-53,59-64,129-134,181-186" +PS00001,2Z6Y,A,102-105 +PS00005,2Z6Y,A,"136-138,143-145,176-178" +PS00006,2Z6Y,A,82-85 +PS00007,2Z6Y,A,198-204 +PS00008,2Z6Y,A,"0-5,18-23,29-34,98-103,151-156" +PS00001,2Z6Y,B,102-105 +PS00005,2Z6Y,B,"136-138,143-145,176-178" +PS00006,2Z6Y,B,82-85 +PS00007,2Z6Y,B,198-204 +PS00008,2Z6Y,B,"0-5,18-23,29-34,98-103,151-156" +PS00001,2Z6Y,C,102-105 +PS00005,2Z6Y,C,"136-138,143-145,176-178" +PS00006,2Z6Y,C,82-85 +PS00007,2Z6Y,C,198-204 +PS00008,2Z6Y,C,"0-5,18-23,29-34,98-103,151-156" +PS00001,2Z6Y,D,102-105 +PS00005,2Z6Y,D,"136-138,143-145,176-178" +PS00006,2Z6Y,D,82-85 +PS00007,2Z6Y,D,198-204 +PS00008,2Z6Y,D,"0-5,18-23,29-34,98-103,151-156" +PS00001,2Z6Z,A,132-135 +PS00005,2Z6Z,A,"166-168,173-175,206-208" +PS00006,2Z6Z,A,112-115 +PS00007,2Z6Z,A,228-234 +PS00008,2Z6Z,A,"17-22,48-53,59-64,128-133,181-186" +PS00001,2Z6Z,B,132-135 +PS00005,2Z6Z,B,"166-168,173-175,206-208" +PS00006,2Z6Z,B,112-115 +PS00007,2Z6Z,B,228-234 +PS00008,2Z6Z,B,"17-22,48-53,59-64,128-133,181-186" +PS00001,2Z6Z,C,132-135 +PS00005,2Z6Z,C,"166-168,173-175,206-208" +PS00006,2Z6Z,C,112-115 +PS00007,2Z6Z,C,228-234 +PS00008,2Z6Z,C,"17-22,48-53,59-64,128-133,181-186" +PS00001,2Z6Z,D,132-135 +PS00005,2Z6Z,D,"166-168,173-175,206-208" +PS00006,2Z6Z,D,112-115 +PS00007,2Z6Z,D,228-234 +PS00008,2Z6Z,D,"17-22,48-53,59-64,128-133,181-186" +PS00001,2Z6Z,E,132-135 +PS00005,2Z6Z,E,"166-168,173-175,206-208" +PS00006,2Z6Z,E,112-115 +PS00007,2Z6Z,E,228-234 +PS00008,2Z6Z,E,"17-22,48-53,59-64,128-133,181-186" +PS00001,2Z6Z,F,132-135 +PS00005,2Z6Z,F,"166-168,173-175,206-208" +PS00006,2Z6Z,F,112-115 +PS00007,2Z6Z,F,228-234 +PS00008,2Z6Z,F,"17-22,48-53,59-64,128-133,181-186" +PS00001,3DGD,A,97-100 +PS00004,3DGD,A,102-105 +PS00005,3DGD,A,45-47 +PS00006,3DGD,A,"58-61,95-98" +PS00007,3DGD,A,69-77 +PS00008,3DGD,A,3-8 +PS00768,3DGD,A,14-29 +PS00769,3DGD,A,104-116 +PS00001,3DGD,B,97-100 +PS00004,3DGD,B,102-105 +PS00005,3DGD,B,45-47 +PS00006,3DGD,B,"58-61,95-98" +PS00007,3DGD,B,69-77 +PS00008,3DGD,B,3-8 +PS00768,3DGD,B,14-29 +PS00769,3DGD,B,104-116 +PS00001,3DGD,C,97-100 +PS00004,3DGD,C,102-105 +PS00005,3DGD,C,45-47 +PS00006,3DGD,C,"58-61,95-98" +PS00007,3DGD,C,69-77 +PS00008,3DGD,C,3-8 +PS00768,3DGD,C,14-29 +PS00769,3DGD,C,104-116 +PS00001,3DGD,D,97-100 +PS00004,3DGD,D,102-105 +PS00005,3DGD,D,45-47 +PS00006,3DGD,D,"58-61,95-98" +PS00007,3DGD,D,69-77 +PS00008,3DGD,D,3-8 +PS00768,3DGD,D,14-29 +PS00769,3DGD,D,104-116 +PS00001,3DID,A,97-100 +PS00004,3DID,A,102-105 +PS00005,3DID,A,45-47 +PS00006,3DID,A,"58-61,95-98" +PS00007,3DID,A,69-77 +PS00008,3DID,A,3-8 +PS00768,3DID,A,14-29 +PS00769,3DID,A,104-116 +PS00001,3DID,B,97-100 +PS00004,3DID,B,102-105 +PS00005,3DID,B,45-47 +PS00006,3DID,B,"58-61,95-98" +PS00007,3DID,B,69-77 +PS00008,3DID,B,3-8 +PS00768,3DID,B,14-29 +PS00769,3DID,B,104-116 +PS00001,3DID,C,97-100 +PS00004,3DID,C,102-105 +PS00005,3DID,C,45-47 +PS00006,3DID,C,"58-61,95-98" +PS00007,3DID,C,69-77 +PS00008,3DID,C,3-8 +PS00768,3DID,C,14-29 +PS00769,3DID,C,104-116 +PS00001,3DID,D,97-100 +PS00004,3DID,D,102-105 +PS00005,3DID,D,45-47 +PS00006,3DID,D,"58-61,95-98" +PS00007,3DID,D,69-77 +PS00008,3DID,D,3-8 +PS00768,3DID,D,14-29 +PS00769,3DID,D,104-116 +PS00006,2JTA,A,5-8 +PS00001,2JZR,A,103-106 +PS00005,2JZR,A,"7-9,45-47" +PS00006,2JZR,A,126-129 +PS00008,2JZR,A,95-100 +PS00001,2JZS,A,103-106 +PS00005,2JZS,A,"7-9,45-47" +PS00006,2JZS,A,126-129 +PS00008,2JZS,A,95-100 +PS00005,2K2F,A,"18-20,28-30" +PS00006,2K2F,A,"1-4,5-8,18-21,28-31,42-45" +PS00018,2K2F,A,61-73 +PS00303,2K2F,A,56-77 +PS00005,2K2F,B,"18-20,28-30" +PS00006,2K2F,B,"1-4,5-8,18-21,28-31,42-45" +PS00018,2K2F,B,61-73 +PS00303,2K2F,B,56-77 +PS00006,2K3B,A,21-24 +PS00008,2K3B,A,50-55 +PS00006,2VUS,G,"68-71,111-114" +PS00001,2RM5,A,128-131 +PS00005,2RM5,A,"149-151,163-165" +PS00006,2RM5,A,"4-7,149-152" +PS00008,2RM5,A,"0-5,42-47,71-76,118-123" +PS00342,2RM5,A,164-166 +PS00460,2RM5,A,25-40 +PS00763,2RM5,A,62-69 +PS00001,2RM6,A,128-131 +PS00005,2RM6,A,"149-151,163-165" +PS00006,2RM6,A,"4-7,149-152" +PS00008,2RM6,A,"0-5,42-47,71-76,118-123" +PS00342,2RM6,A,164-166 +PS00460,2RM6,A,25-40 +PS00763,2RM6,A,62-69 +PS00001,2VJ2,A,50-53 +PS00005,2VJ2,A,"72-74,77-79" +PS00006,2VJ2,A,"19-22,52-55,148-151,156-159" +PS00008,2VJ2,A,"10-15,49-54,103-108,122-127,142-147" +PS00022,2VJ2,A,"84-95,115-126,155-166" +PS01186,2VJ2,A,"84-98,155-166" +PS00001,2VJ2,B,50-53 +PS00005,2VJ2,B,"72-74,77-79" +PS00006,2VJ2,B,"19-22,52-55,148-151,156-159" +PS00008,2VJ2,B,"10-15,49-54,103-108,122-127,142-147" +PS00022,2VJ2,B,"84-95,115-126,155-166" +PS01186,2VJ2,B,"84-98,155-166" +PS00006,2VJ3,A,"0-3,57-60" +PS00008,2VJ3,A,"10-15,25-30" +PS00010,2VJ3,A,"20-31,58-69,96-107" +PS00022,2VJ3,A,"29-40,67-78,105-116" +PS01186,2VJ3,A,"29-40,67-78,105-116" +PS01187,2VJ3,A,"3-29,43-67,81-105" +PS00001,2VUS,A,"11-14,51-54,79-82,155-158" +PS00004,2VUS,A,237-240 +PS00005,2VUS,A,"13-15,37-39,288-290,313-315" +PS00006,2VUS,A,"68-71,111-114" +PS00008,2VUS,A,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUS,B,"11-14,51-54,79-82,155-158" +PS00004,2VUS,B,237-240 +PS00005,2VUS,B,"13-15,37-39,288-290,313-315" +PS00006,2VUS,B,"68-71,111-114" +PS00008,2VUS,B,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUS,C,"11-14,51-54,79-82,155-158" +PS00004,2VUS,C,237-240 +PS00005,2VUS,C,"13-15,37-39,288-290,313-315" +PS00006,2VUS,C,"68-71,111-114" +PS00008,2VUS,C,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUS,D,"11-14,51-54,79-82,155-158" +PS00004,2VUS,D,237-240 +PS00005,2VUS,D,"13-15,37-39,288-290,313-315" +PS00006,2VUS,D,"68-71,111-114" +PS00008,2VUS,D,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUS,E,"11-14,51-54,79-82,155-158" +PS00004,2VUS,E,237-240 +PS00005,2VUS,E,"13-15,37-39,288-290,313-315" +PS00006,2VUS,E,"68-71,111-114" +PS00008,2VUS,E,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUS,F,"11-14,51-54,79-82,155-158" +PS00004,2VUS,F,237-240 +PS00005,2VUS,F,"13-15,37-39,288-290,313-315" +PS00006,2VUS,F,"68-71,111-114" +PS00008,2VUS,F,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUS,G,"11-14,51-54,79-82,155-158" +PS00004,2VUS,G,237-240 +PS00005,2VUS,G,"13-15,37-39,288-290,313-315" +PS00008,2VUS,G,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUS,H,"11-14,51-54,79-82,155-158" +PS00004,2VUS,H,237-240 +PS00005,2VUS,H,"13-15,37-39,288-290,313-315" +PS00006,2VUS,H,"68-71,111-114" +PS00008,2VUS,H,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00008,2VUS,I,20-25 +PS00344,2VUS,I,3-27 +PS00008,2VUS,J,20-25 +PS00344,2VUS,J,3-27 +PS00008,2VUS,K,20-25 +PS00344,2VUS,K,3-27 +PS00008,2VUS,L,20-25 +PS00344,2VUS,L,3-27 +PS00008,2VUS,M,20-25 +PS00344,2VUS,M,3-27 +PS00008,2VUS,N,20-25 +PS00344,2VUS,N,3-27 +PS00008,2VUS,O,20-25 +PS00344,2VUS,O,3-27 +PS00008,2VUS,P,20-25 +PS00344,2VUS,P,3-27 +PS00001,2VUT,A,"11-14,51-54,79-82,155-158" +PS00004,2VUT,A,237-240 +PS00005,2VUT,A,"13-15,37-39,288-290,313-315" +PS00006,2VUT,A,"68-71,111-114" +PS00008,2VUT,A,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUT,B,"11-14,51-54,79-82,155-158" +PS00004,2VUT,B,237-240 +PS00005,2VUT,B,"13-15,37-39,288-290,313-315" +PS00006,2VUT,B,"68-71,111-114" +PS00008,2VUT,B,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUT,C,"11-14,51-54,79-82,155-158" +PS00004,2VUT,C,237-240 +PS00005,2VUT,C,"13-15,37-39,288-290,313-315" +PS00006,2VUT,C,"68-71,111-114" +PS00008,2VUT,C,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUT,D,"11-14,51-54,79-82,155-158" +PS00004,2VUT,D,237-240 +PS00005,2VUT,D,"13-15,37-39,288-290,313-315" +PS00006,2VUT,D,"68-71,111-114" +PS00008,2VUT,D,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUT,E,"11-14,51-54,79-82,155-158" +PS00004,2VUT,E,237-240 +PS00005,2VUT,E,"13-15,37-39,288-290,313-315" +PS00006,2VUT,E,"68-71,111-114" +PS00008,2VUT,E,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUT,F,"11-14,51-54,79-82,155-158" +PS00004,2VUT,F,237-240 +PS00005,2VUT,F,"13-15,37-39,288-290,313-315" +PS00006,2VUT,F,"68-71,111-114" +PS00008,2VUT,F,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUT,G,"11-14,51-54,79-82,155-158" +PS00004,2VUT,G,237-240 +PS00005,2VUT,G,"13-15,37-39,288-290,313-315" +PS00006,2VUT,G,"68-71,111-114" +PS00008,2VUT,G,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUT,H,"11-14,51-54,79-82,155-158" +PS00004,2VUT,H,237-240 +PS00005,2VUT,H,"13-15,37-39,288-290,313-315" +PS00006,2VUT,H,"68-71,111-114" +PS00008,2VUT,H,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00008,2VUT,I,20-25 +PS00344,2VUT,I,3-27 +PS00008,2VUT,J,20-25 +PS00344,2VUT,J,3-27 +PS00008,2VUT,K,20-25 +PS00344,2VUT,K,3-27 +PS00008,2VUT,L,20-25 +PS00344,2VUT,L,3-27 +PS00008,2VUT,M,20-25 +PS00344,2VUT,M,3-27 +PS00008,2VUT,N,20-25 +PS00344,2VUT,N,3-27 +PS00008,2VUT,O,20-25 +PS00344,2VUT,O,3-27 +PS00008,2VUT,P,20-25 +PS00344,2VUT,P,3-27 +PS00001,2VUU,A,"11-14,51-54,79-82,155-158" +PS00004,2VUU,A,237-240 +PS00005,2VUU,A,"13-15,37-39,288-290,313-315" +PS00006,2VUU,A,"68-71,111-114" +PS00008,2VUU,A,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUU,B,"11-14,51-54,79-82,155-158" +PS00004,2VUU,B,237-240 +PS00005,2VUU,B,"13-15,37-39,288-290,313-315" +PS00006,2VUU,B,"68-71,111-114" +PS00008,2VUU,B,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUU,C,"11-14,51-54,79-82,155-158" +PS00004,2VUU,C,237-240 +PS00005,2VUU,C,"13-15,37-39,288-290,313-315" +PS00006,2VUU,C,"68-71,111-114" +PS00008,2VUU,C,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUU,D,"11-14,51-54,79-82,155-158" +PS00004,2VUU,D,237-240 +PS00005,2VUU,D,"13-15,37-39,288-290,313-315" +PS00006,2VUU,D,"68-71,111-114" +PS00008,2VUU,D,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUU,E,"11-14,51-54,79-82,155-158" +PS00004,2VUU,E,237-240 +PS00005,2VUU,E,"13-15,37-39,288-290,313-315" +PS00006,2VUU,E,"68-71,111-114" +PS00008,2VUU,E,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUU,F,"11-14,51-54,79-82,155-158" +PS00004,2VUU,F,237-240 +PS00005,2VUU,F,"13-15,37-39,288-290,313-315" +PS00006,2VUU,F,"68-71,111-114" +PS00008,2VUU,F,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUU,G,"11-14,51-54,79-82,155-158" +PS00004,2VUU,G,237-240 +PS00005,2VUU,G,"13-15,37-39,288-290,313-315" +PS00006,2VUU,G,"68-71,111-114" +PS00008,2VUU,G,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00001,2VUU,H,"11-14,51-54,79-82,155-158" +PS00004,2VUU,H,237-240 +PS00005,2VUU,H,"13-15,37-39,288-290,313-315" +PS00006,2VUU,H,"68-71,111-114" +PS00008,2VUU,H,"72-77,141-146,150-155,287-292,299-304,309-314" +PS00008,2VUU,I,20-25 +PS00344,2VUU,I,3-27 +PS00008,2VUU,J,20-25 +PS00344,2VUU,J,3-27 +PS00008,2VUU,K,20-25 +PS00344,2VUU,K,3-27 +PS00008,2VUU,L,20-25 +PS00344,2VUU,L,3-27 +PS00008,2VUU,M,20-25 +PS00344,2VUU,M,3-27 +PS00008,2VUU,N,20-25 +PS00344,2VUU,N,3-27 +PS00008,2VUU,O,20-25 +PS00344,2VUU,O,3-27 +PS00008,2VUU,P,20-25 +PS00344,2VUU,P,3-27 +PS00001,3BA0,A,179-182 +PS00005,3BA0,A,"9-11,133-135,141-143,205-207,355-357" +PS00006,3BA0,A,"145-148,224-227" +PS00007,3BA0,A,301-308 +PS00008,3BA0,A,"72-77,82-87,119-124,225-230" +PS00024,3BA0,A,215-230 +PS00142,3BA0,A,109-118 +PS00001,2K48,A,"42-45,72-75" +PS00005,2K48,A,52-54 +PS00006,2K48,A,"35-38,44-47,84-87" +PS00008,2K48,A,16-21 +PS00001,2V6Z,M,14-17 +PS00005,2V6Z,M,17-19 +PS00006,2V6Z,M,"58-61,88-91" +PS00001,2VYT,A,"53-56,114-117,127-130" +PS00006,2VYT,A,170-173 +PS00008,2VYT,A,"0-5,64-69,128-133" +PS00001,2VYT,B,"53-56,114-117,127-130" +PS00006,2VYT,B,170-173 +PS00008,2VYT,B,"0-5,64-69,128-133" +PS00005,2Z5V,A,46-48 +PS00006,2Z5V,A,"0-3,46-49,124-127" +PS00007,2Z5V,A,32-39 +PS00001,3C1U,A,"103-106,181-184,191-194" +PS00005,3C1U,A,"43-45,121-123,217-219" +PS00006,3C1U,A,"61-64,90-93,97-100,170-173,174-177,225-228" +PS00008,3C1U,A,"14-19,75-80,91-96,101-106,141-146" +PS00004,2RON,A,121-124 +PS00001,3DWV,A,148-151 +PS00004,3DWV,A,17-20 +PS00005,3DWV,A,"11-13,14-16,169-171,183-185" +PS00006,3DWV,A,"24-27,169-172" +PS00008,3DWV,A,"10-15,62-67,91-96,138-143" +PS00342,3DWV,A,184-186 +PS00460,3DWV,A,45-60 +PS00763,3DWV,A,82-89 +PS00001,3DWV,B,148-151 +PS00004,3DWV,B,17-20 +PS00005,3DWV,B,"11-13,14-16,169-171,183-185" +PS00006,3DWV,B,"24-27,169-172" +PS00008,3DWV,B,"10-15,62-67,91-96,138-143" +PS00342,3DWV,B,184-186 +PS00460,3DWV,B,45-60 +PS00763,3DWV,B,82-89 +PS00001,2JTY,A,125-128 +PS00005,2JTY,A,152-154 +PS00006,2JTY,A,75-78 +PS00008,2JTY,A,"34-39,45-50,93-98,107-112,114-119,145-150,159-164" +PS00001,2JZX,A,"1-4,38-41,79-82,130-133" +PS00005,2JZX,A,"5-7,25-27,89-91,132-134" +PS00006,2JZX,A,144-147 +PS00008,2JZX,A,"16-21,34-39,100-105,140-145" +PS00009,2JZX,A,19-22 +PS00001,2K2U,A,92-95 +PS00005,2K2U,A,"27-29,54-56,68-70" +PS00006,2K2U,A,"22-25,31-34,42-45,94-97" +PS00006,2K2U,B,2-5 +PS00005,2K46,A,"62-64,133-135,149-151" +PS00006,2K46,A,"19-22,52-55,124-127,175-178" +PS00007,2K46,A,64-72 +PS00008,2K46,A,0-5 +PS00005,2K4E,A,"119-121,127-129" +PS00006,2K4E,A,"47-50,60-63,68-71" +PS00008,2K4E,A,"0-5,43-48" +PS00009,2K4E,A,"7-10,22-25" +PS00005,2K4H,A,"119-121,127-129" +PS00006,2K4H,A,"47-50,60-63,68-71" +PS00008,2K4H,A,"0-5,43-48" +PS00009,2K4H,A,"7-10,22-25" +PS00005,2K4I,A,"119-121,127-129" +PS00006,2K4I,A,"47-50,60-63,68-71" +PS00008,2K4I,A,"0-5,43-48" +PS00009,2K4I,A,"7-10,22-25" +PS00004,2K4M,A,54-57 +PS00005,2K4M,A,"80-82,94-96,128-130" +PS00006,2K4M,A,"57-60,122-125" +PS00004,2K4N,A,98-101 +PS00006,2K4N,A,101-104 +PS00005,2RGT,A,124-126 +PS00006,2RGT,A,"1-4,48-51,104-107" +PS00007,2RGT,A,81-88 +PS00008,2RGT,A,"64-69,73-78,128-133,134-139,152-157" +PS00478,2RGT,A,"8-42,67-102" +PS00005,2RGT,B,124-126 +PS00006,2RGT,B,"1-4,48-51,104-107" +PS00007,2RGT,B,81-88 +PS00008,2RGT,B,"64-69,73-78,128-133,134-139,152-157" +PS00478,2RGT,B,"8-42,67-102" +PS00001,2RON,A,52-55 +PS00005,2RON,A,"10-12,27-29,91-93,158-160" +PS00006,2RON,A,"55-58,220-223" +PS00008,2RON,A,"22-27,50-55,87-92,139-144" +PS00005,2ROQ,A,"89-91,140-142" +PS00006,2ROQ,A,"81-84,163-166,246-249,252-255,285-288" +PS00008,2ROQ,A,"104-109,181-186,203-208,244-249" +PS00008,2K4X,A,26-31 +PS00005,3E2B,A,1-3 +PS00007,3E2B,A,42-49 +PS00008,3E2B,A,62-67 +PS01239,3E2B,A,54-68 +PS00005,3E2B,C,8-10 +PS00006,3E2B,C,12-15 +PS00004,2JTF,A,2-5 +PS00005,2JTF,A,"1-3,10-12,59-61,70-72" +PS00006,2JTF,A,39-42 +PS00007,2JTF,A,61-67 +PS00008,2JTF,A,0-5 +PS00005,2JTT,A,"19-21,29-31" +PS00006,2JTT,A,"2-5,19-22,29-32" +PS00008,2JTT,A,9-14 +PS00018,2JTT,A,60-72 +PS00303,2JTT,A,55-76 +PS00005,2JTT,B,"19-21,29-31" +PS00006,2JTT,B,"2-5,19-22,29-32" +PS00008,2JTT,B,9-14 +PS00018,2JTT,B,60-72 +PS00303,2JTT,B,55-76 +PS00008,2JTT,C,2-7 +PS00008,2JTT,D,2-7 +PS00008,2JTU,A,0-5 +PS60019,2JTU,A,4-37 +PS00007,2K4V,A,31-39 +PS00006,2K53,A,"35-38,39-42" +PS00007,2K53,A,53-61 +PS00008,2K53,A,31-36 +PS00005,2K54,A,119-121 +PS00006,2K54,A,2-5 +PS00007,2K54,A,55-62 +PS00005,2K5F,A,59-61 +PS00008,2K5F,A,"30-35,55-60" +PS00009,2K5F,A,92-95 +PS00005,2K5H,A,"11-13,31-33,36-38,64-66,80-82" +PS00006,2K5H,A,"11-14,71-74" +PS00009,2K5H,A,40-43 +PS00001,2K5N,A,3-6 +PS00008,2K5N,A,4-9 +PS00001,2K5V,A,10-13 +PS00005,2K5V,A,"29-31,49-51" +PS00006,2K5V,A,"29-32,80-83" +PS00008,2K5V,A,"13-18,36-41,48-53,81-86" +PS00005,2K6A,A,42-44 +PS00006,2K6A,A,10-13 +PS00008,2K6A,A,"29-34,36-41" +PS00956,2K6A,A,36-47 +PS00005,2K6D,A,20-22 +PS00006,2K6D,A,20-23 +PS00009,2K6D,A,45-48 +PS00005,2K6D,B,8-10 +PS00006,2K6D,B,54-57 +PS00299,2K6D,B,26-51 +PS00005,2K75,A,"34-36,47-49,86-88" +PS00006,2K75,A,"82-85,87-90" +PS00008,2K75,A,33-38 +PS00001,2K78,A,"40-43,69-72,133-136" +PS00005,2K78,A,"91-93,135-137" +PS00006,2K78,A,"91-94,98-101" +PS00008,2K78,A,17-22 +PS00001,2RP3,A,29-32 +PS00005,2RP3,A,"45-47,81-83,96-98" +PS00006,2RP3,A,"19-22,31-34" +PS00008,2RP3,A,"14-19,26-31,77-82" +PS00001,3CZZ,A,29-32 +PS00005,3CZZ,A,"45-47,81-83,96-98" +PS00006,3CZZ,A,"19-22,31-34" +PS00008,3CZZ,A,"14-19,26-31,77-82" +PS00001,3CZZ,B,29-32 +PS00005,3CZZ,B,"45-47,81-83,96-98" +PS00006,3CZZ,B,"19-22,31-34" +PS00008,3CZZ,B,"14-19,26-31,77-82" +PS00017,2K5C,A,57-64 +PS00001,2JTC,A,153-156 +PS00005,2JTC,A,"90-92,104-106,139-141" +PS00006,2JTC,A,"5-8,104-107,165-168" +PS00007,2JTC,A,"63-70,144-152" +PS00008,2JTC,A,"11-16,17-22,39-44,45-50,135-140,215-220,232-237,238-243" +PS00016,2JTC,A,161-163 +PS00005,2JTW,A,21-23 +PS00001,2JW4,A,48-51 +PS00004,2JW4,A,60-63 +PS00005,2JW4,A,63-65 +PS00006,2JW4,A,2-5 +PS00008,2JW4,A,0-5 +PS00001,2JW8,A,32-35 +PS00005,2JW8,A,"10-12,18-20" +PS00006,2JW8,A,13-16 +PS00008,2JW8,A,"9-14,91-96" +PS00009,2JW8,A,37-40 +PS00001,2JW8,B,32-35 +PS00005,2JW8,B,"10-12,18-20" +PS00006,2JW8,B,13-16 +PS00008,2JW8,B,"9-14,91-96" +PS00009,2JW8,B,37-40 +PS00006,2K14,A,"6-9,78-81" +PS00008,2K14,A,42-47 +PS00006,2K5D,A,"14-17,35-38" +PS00001,2K5E,A,39-42 +PS00005,2K5E,A,1-3 +PS00008,2K5E,A,"22-27,30-35" +PS00001,2K5I,A,57-60 +PS00004,2K5I,A,140-143 +PS00005,2K5I,A,"59-61,109-111,116-118" +PS00007,2K5I,A,125-131 +PS00008,2K5I,A,106-111 +PS00009,2K5I,A,"94-97,109-112,116-119" +PS00001,2K5J,A,48-51 +PS00005,2K5J,A,52-54 +PS00008,2K5J,A,"5-10,59-64" +PS00001,2K5J,B,48-51 +PS00005,2K5J,B,52-54 +PS00008,2K5J,B,"5-10,59-64" +PS00005,2K5K,A,7-9 +PS00006,2K5K,A,7-10 +PS00001,2K5P,A,"1-4,18-21" +PS00005,2K5P,A,52-54 +PS00006,2K5P,A,"9-12,52-55" +PS00005,2K5Q,A,69-71 +PS00006,2K5Q,A,"23-26,39-42,75-78" +PS00007,2K5Q,A,"4-11,30-36" +PS00001,2K5R,A,46-49 +PS00006,2K5R,A,"18-21,48-51" +PS00008,2K5R,A,42-47 +PS00001,2K5W,A,33-36 +PS00005,2K5W,A,"49-51,52-54,106-108" +PS00006,2K5W,A,"53-56,77-80,82-85,88-91" +PS00007,2K5W,A,7-14 +PS00005,2K37,A,"39-41,54-56" +PS00008,2K37,A,"3-8,48-53" +PS00005,2K4Y,A,63-65 +PS00008,2K4Y,A,"3-8,34-39" +PS00006,2JVL,A,"16-19,50-53,81-84" +PS00008,2JVL,A,"8-13,93-98" +PS00001,2JW1,A,"29-32,95-98" +PS00005,2JW1,A,"4-6,31-33,43-45" +PS00006,2JW1,A,2-5 +PS00008,2JW1,A,91-96 +PS00006,2JW1,B,4-7 +PS00005,2K5G,A,19-21 +PS00008,2K5G,A,"105-110,146-151" +PS00005,2K5L,A,"2-4,11-13,60-62" +PS00006,2K5L,A,"2-5,64-67" +PS00008,2K5L,A,31-36 +PS00001,2K6Q,A,59-62 +PS00005,2K6Q,A,"3-5,6-8,101-103" +PS00006,2K6Q,A,101-104 +PS00007,2K6Q,A,103-110 +PS00005,2K6Q,B,11-13 +PS00006,2K6Q,B,"1-4,11-14" +PS00005,2QMV,A,"31-33,35-37,148-150" +PS00006,2QMV,A,252-255 +PS00008,2QMV,A,131-136 +PS00001,2VCD,A,120-123 +PS00004,2VCD,A,133-136 +PS00005,2VCD,A,"55-57,67-69,70-72,131-133" +PS00006,2VCD,A,"62-65,96-99" +PS00008,2VCD,A,41-46 +PS00001,2VKC,A,"46-49,97-100" +PS00005,2VKC,A,"93-95,118-120" +PS00006,2VKC,A,24-27 +PS00005,2JWS,A,"1-3,43-45" +PS00006,2JWS,A,"43-46,52-55" +PS00005,2JWU,A,"1-3,43-45" +PS00006,2JWU,A,"43-46,52-55" +PS00005,2K00,A,53-55 +PS00006,2K00,A,74-77 +PS00005,2K1K,A,34-36 +PS00006,2K1K,A,8-11 +PS00008,2K1K,A,"6-11,18-23" +PS00005,2K1K,B,34-36 +PS00006,2K1K,B,8-11 +PS00008,2K1K,B,"6-11,18-23" +PS00005,2K1L,A,34-36 +PS00006,2K1L,A,8-11 +PS00008,2K1L,A,"6-11,18-23" +PS00005,2K1L,B,34-36 +PS00006,2K1L,B,8-11 +PS00008,2K1L,B,"6-11,18-23" +PS00005,2K2J,A,"6-8,100-102,112-114,117-119" +PS00006,2K2J,A,"6-9,40-43,48-51,112-115" +PS00007,2K2J,A,60-68 +PS00008,2K2J,A,0-5 +PS00004,2K47,A,15-18 +PS00005,2K47,A,"31-33,46-48" +PS00006,2K47,A,"25-28,32-35,46-49,69-72" +PS00001,2K4T,A,237-240 +PS00005,2K4T,A,"12-14,50-52,71-73,106-108,136-138,158-160,233-235,249-251" +PS00006,2K4T,A,"5-8,12-15,32-35,69-72,85-88" +PS00008,2K4T,A,"37-42,44-49,55-60,67-72,81-86,93-98,186-191,212-217,243-248,253-258" +PS00009,2K4T,A,106-109 +PS00558,2K4T,A,224-246 +PS00005,2K6V,A,160-162 +PS00008,2K6V,A,"0-5,105-110" +PS00006,2K6W,A,1-4 +PS00009,2K6W,A,53-56 +PS00006,2K6Y,A,1-4 +PS00009,2K6Y,A,53-56 +PS00006,2K6Z,A,1-4 +PS00009,2K6Z,A,53-56 +PS00006,2K70,A,1-4 +PS00009,2K70,A,53-56 +PS00006,2JK9,A,"0-3,13-16" +PS00008,2JK9,A,"6-11,94-99,172-177" +PS00009,2JK9,A,183-186 +PS00678,2JK9,A,108-122 +PS00008,2JK9,B,8-13 +PS00005,2JUH,A,"5-7,11-13,36-38" +PS00006,2JUH,A,"20-23,54-57" +PS00001,2JV5,A,45-48 +PS00005,2JV5,A,47-49 +PS00006,2JV5,A,47-50 +PS00008,2JV5,A,4-9 +PS00005,2JV6,A,"4-6,9-11,14-16" +PS00006,2JV6,A,70-73 +PS00008,2JV6,A,"60-65,92-97,106-111" +PS00005,2K0X,A,69-71 +PS00006,2K0X,A,"5-8,16-19,58-61,69-72" +PS00007,2K0X,A,33-39 +PS00008,2K0X,A,22-27 +PS00012,2K0X,A,36-51 +PS00005,2K0Y,A,69-71 +PS00006,2K0Y,A,"5-8,16-19,58-61,69-72" +PS00007,2K0Y,A,33-39 +PS00008,2K0Y,A,22-27 +PS00012,2K0Y,A,36-51 +PS00005,2K3X,A,33-35 +PS00006,2K3X,A,"65-68,85-88" +PS00008,2K3X,A,47-52 +PS00005,2K3Y,A,35-37 +PS00006,2K3Y,A,"67-70,87-90" +PS00008,2K3Y,A,"49-54,117-122" +PS00001,2K87,A,16-19 +PS00005,2K87,A,"72-74,92-94,96-98,109-111" +PS00001,2VXE,A,83-86 +PS00005,2VXE,A,43-45 +PS00006,2VXE,A,19-22 +PS00008,2VXE,A,12-17 +PS00001,2VXF,A,42-45 +PS00005,2VXF,A,60-62 +PS00006,2VXF,A,"25-28,85-88" +PS00008,2VXF,A,"18-23,33-38" +PS00005,2VZK,A,"0-2,114-116" +PS00006,2VZK,A,"72-75,114-117" +PS00008,2VZK,A,"56-61,92-97,159-164" +PS00005,2VZK,B,144-146 +PS00006,2VZK,B,"38-41,76-79,136-139" +PS00007,2VZK,B,146-153 +PS00008,2VZK,B,"117-122,182-187,196-201" +PS00016,2VZK,B,"158-160,175-177" +PS00005,2VZK,C,"0-2,114-116" +PS00006,2VZK,C,"72-75,114-117" +PS00008,2VZK,C,"56-61,92-97,159-164" +PS00005,2VZK,D,144-146 +PS00006,2VZK,D,"38-41,76-79,136-139" +PS00007,2VZK,D,146-153 +PS00008,2VZK,D,"117-122,182-187,196-201" +PS00016,2VZK,D,"158-160,175-177" +PS00005,2VZK,E,"0-2,114-116" +PS00006,2VZK,E,"72-75,114-117" +PS00008,2VZK,E,"56-61,92-97,159-164" +PS00005,2VZK,F,144-146 +PS00006,2VZK,F,"38-41,76-79,136-139" +PS00007,2VZK,F,146-153 +PS00008,2VZK,F,"117-122,182-187,196-201" +PS00016,2VZK,F,"158-160,175-177" +PS00005,2VZK,G,"0-2,114-116" +PS00006,2VZK,G,"72-75,114-117" +PS00008,2VZK,G,"56-61,92-97,159-164" +PS00005,2VZK,H,144-146 +PS00006,2VZK,H,"38-41,76-79,136-139" +PS00007,2VZK,H,146-153 +PS00008,2VZK,H,"117-122,182-187,196-201" +PS00016,2VZK,H,"158-160,175-177" +PS00004,3DB3,A,121-124 +PS00005,3DB3,A,"35-37,48-50,119-121,126-128" +PS00006,3DB3,A,"40-43,126-129,140-143" +PS00005,3DB3,B,0-2 +PS00004,3DB4,A,121-124 +PS00005,3DB4,A,"35-37,48-50,119-121,126-128" +PS00006,3DB4,A,"40-43,126-129,140-143" +PS00006,2JV7,A,"3-6,67-70" +PS00006,2JV7,B,"3-6,67-70" +PS00001,2JXB,A,72-75 +PS00004,2JXB,A,17-20 +PS00005,2JXB,A,15-17 +PS00005,2JZ3,B,65-67 +PS00006,2JZ3,B,"22-25,55-58,94-97,110-113" +PS00007,2JZ3,B,36-44 +PS00008,2JZ3,B,108-113 +PS00001,2JZ3,C,"38-41,68-71" +PS00005,2JZ3,C,"24-26,61-63" +PS00006,2JZ3,C,69-72 +PS00008,2JZ3,C,23-28 +PS00005,2K2N,A,"17-19,91-93" +PS00006,2K2N,A,"7-10,83-86,146-149" +PS00008,2K2N,A,"31-36,116-121,133-138" +PS00001,2K56,A,"62-65,78-81" +PS00005,2K56,A,"64-66,73-75" +PS00006,2K56,A,"74-77,80-83" +PS00008,2K56,A,"0-5,12-17" +PS00706,2K56,A,81-99 +PS00004,3BYP,A,88-91 +PS00005,3BYP,A,34-36 +PS00006,3BYP,A,"41-44,53-56" +PS00008,3BYP,A,75-80 +PS00016,3BYP,A,50-52 +PS00004,3BYP,B,88-91 +PS00005,3BYP,B,34-36 +PS00006,3BYP,B,"41-44,53-56" +PS00008,3BYP,B,75-80 +PS00016,3BYP,B,50-52 +PS00004,3BYR,A,88-91 +PS00005,3BYR,A,34-36 +PS00006,3BYR,A,"41-44,53-56" +PS00008,3BYR,A,75-80 +PS00016,3BYR,A,50-52 +PS00005,3CKH,A,"75-77,88-90,148-150,167-169,178-180" +PS00006,3CKH,A,"3-6,19-22,29-32,75-78,88-91,100-103,126-129" +PS00008,3CKH,A,"84-89,160-165" +PS00005,3CKH,B,"75-77,88-90,148-150,167-169,178-180" +PS00006,3CKH,B,"3-6,19-22,29-32,75-78,88-91,100-103,126-129" +PS00008,3CKH,B,"84-89,160-165" +PS00001,3CPO,A,123-126 +PS00005,3CPO,A,125-127 +PS00006,3CPO,A,"4-7,125-128" +PS00008,3CPO,A,"59-64,93-98" +PS00005,3E07,A,"11-13,78-80,91-93" +PS00006,3E07,A,"81-84,104-107" +PS00005,3E07,B,"11-13,78-80,91-93" +PS00006,3E07,B,"81-84,104-107" +PS00001,2JKA,A,"204-207,513-516,563-566,693-696" +PS00005,2JKA,A,"37-39,324-326,337-339,431-433,453-455,515-517,650-652,685-687,692-694,710-712" +PS00006,2JKA,A,"14-17,59-62,72-75,93-96,519-522,643-646,710-713" +PS00007,2JKA,A,"222-228,339-345,437-443,633-639" +PS00008,2JKA,A,"214-219,226-231,471-476,502-507,512-517,550-555,641-646,689-694,704-709" +PS00001,2JKA,B,"204-207,513-516,563-566,693-696" +PS00005,2JKA,B,"37-39,324-326,337-339,431-433,453-455,515-517,650-652,685-687,692-694,710-712" +PS00006,2JKA,B,"14-17,59-62,72-75,93-96,519-522,643-646,710-713" +PS00007,2JKA,B,"222-228,339-345,437-443,633-639" +PS00008,2JKA,B,"214-219,226-231,471-476,502-507,512-517,550-555,641-646,689-694,704-709" +PS00001,2JKE,A,"204-207,513-516,563-566,693-696" +PS00005,2JKE,A,"37-39,324-326,337-339,431-433,453-455,515-517,650-652,685-687,692-694,710-712" +PS00006,2JKE,A,"14-17,59-62,72-75,93-96,519-522,643-646,710-713" +PS00007,2JKE,A,"222-228,339-345,437-443,633-639" +PS00008,2JKE,A,"214-219,226-231,471-476,502-507,512-517,550-555,641-646,689-694,704-709" +PS00001,2JKE,B,"204-207,513-516,563-566,693-696" +PS00005,2JKE,B,"37-39,324-326,337-339,431-433,453-455,515-517,650-652,685-687,692-694,710-712" +PS00006,2JKE,B,"14-17,59-62,72-75,93-96,519-522,643-646,710-713" +PS00007,2JKE,B,"222-228,339-345,437-443,633-639" +PS00008,2JKE,B,"214-219,226-231,471-476,502-507,512-517,550-555,641-646,689-694,704-709" +PS00001,2JKP,A,"204-207,513-516,563-566,693-696" +PS00005,2JKP,A,"37-39,324-326,337-339,431-433,453-455,515-517,650-652,685-687,692-694,710-712" +PS00006,2JKP,A,"14-17,59-62,72-75,93-96,519-522,643-646,710-713" +PS00007,2JKP,A,"222-228,339-345,437-443,633-639" +PS00008,2JKP,A,"214-219,226-231,471-476,502-507,512-517,550-555,641-646,689-694,704-709" +PS00001,2JKP,B,"204-207,513-516,563-566,693-696" +PS00005,2JKP,B,"37-39,324-326,337-339,431-433,453-455,515-517,650-652,685-687,692-694,710-712" +PS00006,2JKP,B,"14-17,59-62,72-75,93-96,519-522,643-646,710-713" +PS00007,2JKP,B,"222-228,339-345,437-443,633-639" +PS00008,2JKP,B,"214-219,226-231,471-476,502-507,512-517,550-555,641-646,689-694,704-709" +PS00001,2JVE,A,86-89 +PS00006,2JVE,A,36-39 +PS00008,2JVE,A,17-22 +PS00004,2JXJ,A,57-60 +PS00005,2JXJ,A,24-26 +PS00006,2JXJ,A,80-83 +PS00007,2JXJ,A,79-87 +PS00008,2JXJ,A,63-68 +PS00005,2K25,A,16-18 +PS00006,2K25,A,62-65 +PS00299,2K25,A,34-59 +PS00001,2K27,A,118-121 +PS00005,2K27,A,"4-6,69-71,84-86" +PS00008,2K27,A,"17-22,40-45,73-78,114-119,146-151" +PS00034,2K27,A,42-58 +PS00005,2K57,A,"19-21,48-50" +PS00006,2K57,A,"7-10,48-51" +PS00007,2K57,A,21-29 +PS00001,2RMO,A,34-37 +PS00005,2RMO,A,"3-5,18-20,23-25,36-38" +PS00006,2RMO,A,"3-6,18-21,36-39" +PS00005,2W0N,A,"22-24,79-81,87-89,112-114" +PS00006,2W0N,A,"11-14,22-25,52-55,87-90,112-115" +PS00008,2W0N,A,104-109 +PS00005,2W0P,A,72-74 +PS00006,2W0P,A,"43-46,48-51" +PS00008,2W0P,A,"11-16,34-39" +PS00005,2W0P,B,72-74 +PS00006,2W0P,B,"43-46,48-51" +PS00008,2W0P,B,"11-16,34-39" +PS00005,3BJ5,A,59-61 +PS00006,3BJ5,A,"42-45,55-58,97-100" +PS00001,3CGA,A,29-32 +PS00005,3CGA,A,"19-21,63-65" +PS00006,3CGA,A,"19-22,59-62,63-66" +PS00009,3CGA,A,45-48 +PS00018,3CGA,A,62-74 +PS00303,3CGA,A,57-78 +PS00001,3CGA,B,29-32 +PS00005,3CGA,B,"19-21,63-65" +PS00006,3CGA,B,"19-22,59-62,63-66" +PS00009,3CGA,B,45-48 +PS00018,3CGA,B,62-74 +PS00303,3CGA,B,57-78 +PS00004,2RNE,A,8-11 +PS00005,2RNE,A,"52-54,92-94" +PS00006,2RNE,A,"27-30,100-103" +PS00008,2RNE,A,"0-5,78-83" +PS00001,2K1O,A,14-17 +PS00004,2K1O,A,55-58 +PS00005,2K1O,A,11-13 +PS00006,2K1O,A,"22-25,58-61" +PS00008,2K1O,A,10-15 +PS00001,2K1O,B,14-17 +PS00004,2K1O,B,55-58 +PS00005,2K1O,B,11-13 +PS00006,2K1O,B,"22-25,58-61" +PS00008,2K1O,B,10-15 +PS00001,2K60,A,"79-82,119-122" +PS00005,2K60,A,"50-52,101-103,130-132,133-135" +PS00006,2K60,A,"5-8,64-67,81-84,91-94" +PS00008,2K60,A,0-5 +PS00006,2K73,A,43-46 +PS00008,2K73,A,"52-57,83-88,147-152" +PS00029,2K73,A,15-36 +PS00006,2K74,A,43-46 +PS00008,2K74,A,"52-57,83-88,147-152" +PS00029,2K74,A,15-36 +PS00004,2K7I,A,66-69 +PS00005,2K7I,A,"11-13,64-66" +PS00006,2K7I,A,"11-14,41-44" +PS00004,2K7I,B,66-69 +PS00005,2K7I,B,"11-13,64-66" +PS00006,2K7I,B,"11-14,41-44" +PS00001,2RPQ,A,67-70 +PS00004,2RPQ,A,34-37 +PS00005,2RPQ,A,53-55 +PS00008,2RPQ,A,"23-28,63-68" +PS00005,2RPQ,B,12-14 +PS00006,2RPQ,B,"26-29,37-40" +PS00008,2RPQ,B,27-32 +PS00001,3E1U,A,37-40 +PS00005,3E1U,A,"119-121,180-182" +PS00006,3E1U,A,"135-138,147-150,157-160" +PS00007,3E1U,A,78-85 +PS00008,3E1U,A,140-145 +PS00903,3E1U,A,65-103 +PS00001,2JK4,A,240-243 +PS00005,2JK4,A,"15-17,53-55,74-76,109-111,139-141,161-163,236-238,252-254" +PS00006,2JK4,A,"8-11,15-18,35-38,72-75,88-91" +PS00008,2JK4,A,"40-45,47-52,58-63,70-75,84-89,96-101,189-194,215-220,246-251,256-261" +PS00009,2JK4,A,109-112 +PS00558,2JK4,A,227-249 +PS00006,2JS9,A,"11-14,72-75" +PS00008,2JS9,A,62-67 +PS00006,2JSA,A,"11-14,72-75" +PS00008,2JSA,A,62-67 +PS00005,2JVC,A,13-15 +PS00008,2JVC,A,28-33 +PS00299,2JVC,A,31-56 +PS00004,2JVV,A,56-59 +PS00005,2JVV,A,"24-26,59-61,96-98,103-105" +PS00006,2JVV,A,"15-18,24-27,103-106,125-128,168-171,175-178" +PS01014,2JVV,A,163-172 +PS00001,2K86,A,"10-13,52-55,64-67" +PS00004,2K86,A,27-30 +PS00005,2K86,A,"2-4,60-62,79-81,94-96" +PS00006,2K86,A,"12-15,23-26" +PS00008,2K86,A,"78-83,91-96" +PS00658,2K86,A,57-63 +PS00001,2K8E,A,115-118 +PS00005,2K8E,A,"49-51,60-62,111-113,120-122" +PS00006,2K8E,A,"52-55,65-68,120-123" +PS00008,2K8E,A,"13-18,37-42,116-121" +PS00004,2RMY,A,19-22 +PS00008,2RMY,A,7-12 +PS00004,2RND,A,19-22 +PS00008,2RND,A,7-12 +PS00001,2RNG,A,41-44 +PS00004,2RNG,A,35-38 +PS00008,2JSJ,A,7-12 +PS00008,2JSH,A,7-12 +PS00005,2JW2,A,78-80 +PS00005,2JWD,A,33-35 +PS00006,2JWD,A,33-36 +PS00005,2JYB,A,"50-52,66-68,159-161" +PS00006,2JYB,A,"46-49,50-53,64-67,80-83,144-147,150-153" +PS00001,2K13,X,72-75 +PS00004,2K13,X,"12-15,22-25" +PS00005,2K13,X,20-22 +PS00006,2K13,X,"15-18,25-28,79-82,92-95" +PS00008,2K13,X,87-92 +PS00001,2K2B,A,53-56 +PS00005,2K2B,A,"33-35,38-40" +PS00006,2K2B,A,"38-41,55-58" +PS00007,2K2B,A,35-43 +PS00001,2K3H,A,79-82 +PS00005,2K3H,A,"62-64,69-71,96-98,119-121" +PS00006,2K3H,A,"88-91,100-103" +PS00008,2K3H,A,58-63 +PS00004,2K7W,A,56-59 +PS00005,2K7W,A,"54-56,86-88" +PS00006,2K7W,A,"13-16,71-74,86-89" +PS00008,2K7W,A,"9-14,155-160,178-183" +PS01080,2K7W,A,98-117 +PS01258,2K7W,A,150-161 +PS01259,2K7W,A,58-72 +PS00007,2K7W,B,9-17 +PS00001,2ROP,A,"6-9,56-59" +PS00006,2ROP,A,"88-91,96-99,144-147,155-158,171-174" +PS00008,2ROP,A,"42-47,92-97,118-123,129-134" +PS01047,2ROP,A,"25-54,127-156" +PS00001,3CRZ,A,14-17 +PS00004,3CRZ,A,91-94 +PS00005,3CRZ,A,"4-6,19-21,22-24,66-68,75-77,90-92,195-197,238-240" +PS00006,3CRZ,A,221-224 +PS00007,3CRZ,A,"143-150,156-163,240-247" +PS00005,3DWH,A,"94-96,119-121" +PS00007,3DWH,A,42-48 +PS00008,3DWH,A,"13-18,63-68,78-83,131-136" +PS00005,3EVX,A,"5-7,57-59,105-107" +PS00006,3EVX,A,"57-60,92-95" +PS00008,3EVX,A,111-116 +PS00005,3EVX,B,"5-7,57-59,105-107" +PS00006,3EVX,B,"57-60,92-95" +PS00008,3EVX,B,111-116 +PS00005,3EVX,C,"5-7,57-59,105-107" +PS00006,3EVX,C,"57-60,92-95" +PS00008,3EVX,C,111-116 +PS00005,3EVX,D,"5-7,57-59,105-107" +PS00006,3EVX,D,"57-60,92-95" +PS00008,3EVX,D,111-116 +PS00001,2J76,E,43-46 +PS00005,2J76,E,34-36 +PS00006,2J76,E,"34-37,54-57,78-81" +PS00008,2J76,E,41-46 +PS00005,2K01,A,7-9 +PS00005,2K01,C,7-9 +PS00005,2K03,A,7-9 +PS00001,2K03,B,12-15 +PS00005,2K03,B,24-26 +PS00006,2K03,B,24-27 +PS00008,2K03,B,0-5 +PS00005,2K03,C,7-9 +PS00001,2K03,D,12-15 +PS00005,2K03,D,24-26 +PS00006,2K03,D,24-27 +PS00008,2K03,D,0-5 +PS00005,2K04,A,7-9 +PS00001,2K04,B,12-15 +PS00005,2K04,B,24-26 +PS00006,2K04,B,24-27 +PS00008,2K04,B,0-5 +PS00005,2K04,C,7-9 +PS00001,2K04,D,12-15 +PS00005,2K04,D,24-26 +PS00006,2K04,D,24-27 +PS00008,2K04,D,0-5 +PS00005,2K05,A,7-9 +PS00001,2K05,B,12-15 +PS00005,2K05,B,24-26 +PS00006,2K05,B,24-27 +PS00008,2K05,B,0-5 +PS00005,2K05,C,7-9 +PS00001,2K05,D,12-15 +PS00005,2K05,D,24-26 +PS00006,2K05,D,24-27 +PS00008,2K05,D,0-5 +PS00004,2K1I,A,11-14 +PS00269,2K1I,A,3-30 +PS00001,2K36,A,"87-90,126-129" +PS00004,2K36,A,114-117 +PS00005,2K36,A,34-36 +PS00006,2K36,A,"2-5,24-27,80-83" +PS00007,2K36,A,106-113 +PS00005,2K3W,A,"48-50,54-56" +PS00006,2K3W,A,16-19 +PS00009,2K3W,A,79-82 +PS00006,2K6X,A,24-27 +PS00009,2K6X,A,16-19 +PS00262,2RN5,A,5-19 +PS00005,2RN5,B,"26-28,29-31" +PS00005,3DXB,A,"10-12,187-189" +PS00006,3DXB,A,119-122 +PS00009,3DXB,A,200-203 +PS00194,3DXB,A,33-51 +PS00005,3DXB,B,"10-12,187-189" +PS00006,3DXB,B,119-122 +PS00009,3DXB,B,200-203 +PS00194,3DXB,B,33-51 +PS00005,3DXB,C,"10-12,187-189" +PS00006,3DXB,C,119-122 +PS00009,3DXB,C,200-203 +PS00194,3DXB,C,33-51 +PS00005,3DXB,D,"10-12,187-189" +PS00006,3DXB,D,119-122 +PS00009,3DXB,D,200-203 +PS00194,3DXB,D,33-51 +PS00005,3DXB,E,"10-12,187-189" +PS00006,3DXB,E,119-122 +PS00009,3DXB,E,200-203 +PS00194,3DXB,E,33-51 +PS00005,3DXB,F,"10-12,187-189" +PS00006,3DXB,F,119-122 +PS00009,3DXB,F,200-203 +PS00194,3DXB,F,33-51 +PS00005,3DXB,G,"10-12,187-189" +PS00006,3DXB,G,119-122 +PS00009,3DXB,G,200-203 +PS00194,3DXB,G,33-51 +PS00005,3DXB,H,"10-12,187-189" +PS00006,3DXB,H,119-122 +PS00009,3DXB,H,200-203 +PS00194,3DXB,H,33-51 +PS00006,3EMW,A,"8-11,21-24,123-126,153-156" +PS00008,3EMW,A,"9-14,104-109" +PS00009,3EMW,A,76-79 +PS00678,3EMW,A,118-132 +PS00005,2K62,A,"49-51,52-54,92-94,121-123" +PS00006,2K62,A,"70-73,90-93" +PS00009,2K62,A,73-76 +PS00214,2K62,A,3-20 +PS00005,2K8Y,A,"36-38,49-51,94-96" +PS00006,2K8Y,A,109-112 +PS00008,2K8Y,A,"9-14,79-84" +PS00004,2V5G,A,44-47 +PS00005,2V5G,A,"25-27,73-75,83-85" +PS00006,2V5G,A,6-9 +PS00004,2W0R,A,44-47 +PS00005,2W0R,A,"25-27,73-75,83-85" +PS00006,2W0R,A,6-9 +PS00001,3BDC,A,111-114 +PS00005,3BDC,A,"2-4,21-23,32-34,55-57,75-77" +PS00008,3BDC,A,28-33 +PS01123,3BDC,A,18-42 +PS01284,3BDC,A,76-86 +PS00005,3E9F,A,33-35 +PS00006,3E9F,A,"65-68,85-88" +PS00008,3E9F,A,47-52 +PS00005,3E9G,A,33-35 +PS00006,3E9G,A,"65-68,85-88,120-123" +PS00008,3E9G,A,47-52 +PS00005,3E9G,B,33-35 +PS00006,3E9G,B,"65-68,85-88,120-123" +PS00008,3E9G,B,47-52 +PS00001,2JX8,A,33-36 +PS00005,2JX8,A,19-21 +PS00006,2JX8,A,"4-7,19-22,35-38" +PS00001,2K0R,A,120-123 +PS00006,2K0R,A,"58-61,113-116" +PS00007,2K0R,A,30-36 +PS00008,2K0R,A,100-105 +PS00005,2K1E,A,22-24 +PS00006,2K1E,A,39-42 +PS00008,2K1E,A,31-36 +PS00009,2K1E,A,65-68 +PS00005,2K1E,B,22-24 +PS00006,2K1E,B,39-42 +PS00008,2K1E,B,31-36 +PS00009,2K1E,B,65-68 +PS00005,2K1E,C,22-24 +PS00006,2K1E,C,39-42 +PS00008,2K1E,C,31-36 +PS00009,2K1E,C,65-68 +PS00005,2K1E,D,22-24 +PS00006,2K1E,D,39-42 +PS00008,2K1E,D,31-36 +PS00009,2K1E,D,65-68 +PS00001,2K1N,A,50-53 +PS00001,2K1N,B,50-53 +PS00001,2K1N,C,50-53 +PS00001,2K1N,D,50-53 +PS00006,2K9A,A,"15-18,71-74,114-117" +PS00007,2K9A,A,42-49 +PS00262,2K9R,A,5-19 +PS00008,2K9R,B,22-27 +PS00001,2RMN,A,157-160 +PS00005,2RMN,A,"34-36,129-131,206-208,215-217" +PS00006,2RMN,A,"2-5,15-18" +PS00008,2RMN,A,"117-122,144-149,180-185" +PS00009,2RMN,A,183-186 +PS00348,2RMN,A,155-167 +PS00004,2RO5,A,46-49 +PS00005,2RO5,A,24-26 +PS00004,2RO5,B,46-49 +PS00005,2RO5,B,24-26 +PS00001,3F0O,A,14-17 +PS00005,3F0O,A,"76-78,109-111,207-209" +PS00006,3F0O,A,"60-63,76-79,128-131,169-172,187-190" +PS00008,3F0O,A,"68-73,120-125,139-144,195-200" +PS00001,3F0O,B,14-17 +PS00005,3F0O,B,"76-78,109-111,207-209" +PS00006,3F0O,B,"60-63,76-79,128-131,169-172,187-190" +PS00008,3F0O,B,"68-73,120-125,139-144,195-200" +PS00001,3F0P,A,14-17 +PS00005,3F0P,A,"76-78,109-111,207-209" +PS00006,3F0P,A,"60-63,76-79,128-131,169-172,187-190" +PS00008,3F0P,A,"68-73,120-125,139-144,195-200" +PS00001,3F0P,B,14-17 +PS00005,3F0P,B,"76-78,109-111,207-209" +PS00006,3F0P,B,"60-63,76-79,128-131,169-172,187-190" +PS00008,3F0P,B,"68-73,120-125,139-144,195-200" +PS00001,3F2F,A,14-17 +PS00005,3F2F,A,"76-78,109-111,207-209" +PS00006,3F2F,A,"60-63,76-79,128-131,169-172,187-190" +PS00008,3F2F,A,"68-73,120-125,139-144,195-200" +PS00001,3F2F,B,14-17 +PS00005,3F2F,B,"76-78,109-111,207-209" +PS00006,3F2F,B,"60-63,76-79,128-131,169-172,187-190" +PS00008,3F2F,B,"68-73,120-125,139-144,195-200" +PS00001,3F2G,A,14-17 +PS00005,3F2G,A,"76-78,109-111,207-209" +PS00006,3F2G,A,"60-63,76-79,128-131,169-172,187-190,210-213" +PS00008,3F2G,A,"68-73,120-125,139-144,195-200" +PS00001,3F2G,B,14-17 +PS00005,3F2G,B,"76-78,109-111,207-209" +PS00006,3F2G,B,"60-63,76-79,128-131,169-172,187-190,210-213" +PS00008,3F2G,B,"68-73,120-125,139-144,195-200" +PS00001,3F2H,A,14-17 +PS00005,3F2H,A,"76-78,109-111,207-209" +PS00006,3F2H,A,"60-63,76-79,128-131,169-172,187-190,210-213" +PS00008,3F2H,A,"68-73,120-125,139-144,195-200" +PS00001,3F2H,B,14-17 +PS00005,3F2H,B,"76-78,109-111,207-209" +PS00006,3F2H,B,"60-63,76-79,128-131,169-172,187-190,210-213" +PS00008,3F2H,B,"68-73,120-125,139-144,195-200" +PS00005,2JX4,A,"17-19,45-47" +PS00006,2JX4,A,31-34 +PS00008,2JX4,A,35-40 +PS00009,2JX4,A,"20-23,25-28" +PS00001,2JXD,A,12-15 +PS00008,2JXD,A,30-35 +PS00282,2JXD,A,21-43 +PS00005,2K35,A,50-52 +PS00006,2K35,A,25-28 +PS00008,2K35,A,17-22 +PS00009,2K35,A,33-36 +PS00001,2K4W,A,"51-54,132-135" +PS00005,2K4W,A,"1-3,78-80" +PS00006,2K4W,A,115-118 +PS00008,2K4W,A,"13-18,61-66,141-146" +PS00332,2K4W,A,141-152 +PS00005,2K7O,A,17-19 +PS00006,2K7O,A,"0-3,17-20,58-61" +PS00018,2K7O,A,60-72 +PS00303,2K7O,A,55-76 +PS00005,2K7O,B,17-19 +PS00006,2K7O,B,"0-3,17-20,58-61" +PS00018,2K7O,B,60-72 +PS00303,2K7O,B,55-76 +PS00262,2K91,A,5-19 +PS00008,2K91,B,22-27 +PS00005,2K9C,A,"3-5,127-129,135-137" +PS00006,2K9C,A,139-142 +PS00008,2K9C,A,"66-71,76-81,113-118" +PS00142,2K9C,A,103-112 +PS00005,2K9K,A,50-52 +PS00006,2K9K,A,8-11 +PS00008,2K9K,A,94-99 +PS00005,2K9Q,A,16-18 +PS00006,2K9Q,A,19-22 +PS00008,2K9Q,A,54-59 +PS00005,2K9Q,B,16-18 +PS00006,2K9Q,B,19-22 +PS00008,2K9Q,B,54-59 +PS00001,2RH8,A,"36-39,150-153,268-271" +PS00004,2RH8,A,46-49 +PS00005,2RH8,A,"38-40,121-123,159-161,259-261,279-281,304-306,313-315" +PS00006,2RH8,A,"38-41,152-155,172-175,218-221,270-273" +PS00007,2RH8,A,315-322 +PS00008,2RH8,A,"199-204,211-216" +PS00009,2RH8,A,6-9 +PS00004,2RN4,A,101-104 +PS00006,2RN4,A,"6-9,38-41" +PS00007,2RN4,A,82-88 +PS00008,2RN4,A,43-48 +PS00008,3DEA,B,"17-22,81-86,120-125" +PS00155,3DEA,B,102-114 +PS00005,3DCN,A,"9-11,128-130,156-158" +PS00006,3DCN,A,"10-13,157-160" +PS00008,3DCN,A,"17-22,81-86,120-125" +PS00155,3DCN,A,102-114 +PS00931,3DCN,A,163-180 +PS00005,3DD5,A,"9-11,128-130,156-158" +PS00006,3DD5,A,"10-13,157-160" +PS00008,3DD5,A,"17-22,81-86,120-125" +PS00155,3DD5,A,102-114 +PS00931,3DD5,A,163-180 +PS00005,3DD5,B,"9-11,128-130,156-158" +PS00006,3DD5,B,"10-13,157-160" +PS00008,3DD5,B,"17-22,81-86,120-125" +PS00155,3DD5,B,102-114 +PS00931,3DD5,B,163-180 +PS00005,3DD5,C,"9-11,128-130,156-158" +PS00006,3DD5,C,"10-13,157-160" +PS00008,3DD5,C,"17-22,81-86,120-125" +PS00155,3DD5,C,102-114 +PS00931,3DD5,C,163-180 +PS00005,3DD5,D,"9-11,128-130,156-158" +PS00006,3DD5,D,"10-13,157-160" +PS00008,3DD5,D,"17-22,81-86,120-125" +PS00155,3DD5,D,102-114 +PS00931,3DD5,D,163-180 +PS00005,3DD5,E,"9-11,128-130,156-158" +PS00006,3DD5,E,"10-13,157-160" +PS00008,3DD5,E,"17-22,81-86,120-125" +PS00155,3DD5,E,102-114 +PS00931,3DD5,E,163-180 +PS00005,3DD5,F,"9-11,128-130,156-158" +PS00006,3DD5,F,"10-13,157-160" +PS00008,3DD5,F,"17-22,81-86,120-125" +PS00155,3DD5,F,102-114 +PS00931,3DD5,F,163-180 +PS00005,3DD5,G,"9-11,128-130,156-158" +PS00006,3DD5,G,"10-13,157-160" +PS00008,3DD5,G,"17-22,81-86,120-125" +PS00155,3DD5,G,102-114 +PS00931,3DD5,G,163-180 +PS00005,3DD5,H,"9-11,128-130,156-158" +PS00006,3DD5,H,"10-13,157-160" +PS00008,3DD5,H,"17-22,81-86,120-125" +PS00155,3DD5,H,102-114 +PS00931,3DD5,H,163-180 +PS00005,3DEA,A,"9-11,128-130,156-158" +PS00006,3DEA,A,"10-13,157-160" +PS00008,3DEA,A,"17-22,81-86,120-125" +PS00155,3DEA,A,102-114 +PS00931,3DEA,A,163-180 +PS00005,3DEA,B,"9-11,128-130,156-158" +PS00006,3DEA,B,"10-13,157-160" +PS00931,3DEA,B,163-180 +PS00001,2K5U,A,59-62 +PS00005,2K5U,A,"139-141,146-148,175-177" +PS00006,2K5U,A,"63-66,134-137,160-163" +PS00008,2K5U,A,"1-6,23-28,164-169" +PS00017,2K5U,A,23-30 +PS00001,2JXZ,A,2-5 +PS00008,2JXZ,A,1-6 +PS00258,2JXZ,A,0-15 +PS00008,2JZM,A,"9-14,20-25" +PS00006,2K4P,A,59-62 +PS00008,2K4P,A,"17-22,43-48" +PS00005,2K7B,A,2-4 +PS00006,2K7B,A,43-46 +PS00018,2K7B,A,19-31 +PS00006,2K7C,A,"17-20,24-27" +PS00018,2K7C,A,"16-28,53-65" +PS00006,2K7D,A,"17-20,24-27" +PS00018,2K7D,A,"16-28,53-65" +PS00004,2K9S,A,91-94 +PS00005,2K9S,A,"50-52,66-68" +PS00006,2K9S,A,"18-21,50-53,97-100" +PS00007,2K9S,A,3-10 +PS00008,2K9S,A,95-100 +PS00041,2K9S,A,56-98 +PS00001,2K9Z,A,37-40 +PS00006,2K9Z,A,"28-31,50-53" +PS00007,2K9Z,A,25-33 +PS00009,2K9Z,A,53-56 +PS00029,2KA3,A,137-158 +PS00029,2KA3,B,137-158 +PS00029,2KA3,C,137-158 +PS00005,2KA5,A,2-4 +PS00006,2KA5,A,"59-62,90-93,102-105,113-116" +PS00008,2KA5,A,"70-75,83-88" +PS00005,2KAF,A,14-16 +PS00006,2KAF,A,"14-17,45-48" +PS00007,2KAF,A,33-40 +PS00016,2KAF,A,34-36 +PS00005,2KAN,A,"18-20,38-40" +PS00006,2KAN,A,"38-41,59-62" +PS00008,2KAN,A,60-65 +PS00001,3CCK,A,84-87 +PS00005,3CCK,A,"19-21,43-45,88-90" +PS00006,3CCK,A,"2-5,43-46,86-89,100-103" +PS00008,3CCK,A,"35-40,87-92" +PS00001,3CCK,B,84-87 +PS00005,3CCK,B,"19-21,43-45,88-90" +PS00006,3CCK,B,"2-5,43-46,86-89,100-103" +PS00008,3CCK,B,"35-40,87-92" +PS00001,3CQX,A,"39-42,155-158,364-367" +PS00005,3CQX,A,"51-53,157-159,344-346" +PS00006,3CQX,A,"49-52,70-73,215-218,226-229,269-272,290-293" +PS00008,3CQX,A,"0-5,12-17,166-171,194-199" +PS00009,3CQX,A,78-81 +PS00017,3CQX,A,135-142 +PS00297,3CQX,A,13-20 +PS00329,3CQX,A,201-214 +PS01036,3CQX,A,338-352 +PS00001,3CQX,B,"39-42,155-158,364-367" +PS00005,3CQX,B,"51-53,157-159,344-346" +PS00006,3CQX,B,"49-52,70-73,215-218,226-229,269-272,290-293" +PS00008,3CQX,B,"0-5,12-17,166-171,194-199" +PS00009,3CQX,B,78-81 +PS00017,3CQX,B,135-142 +PS00297,3CQX,B,13-20 +PS00329,3CQX,B,201-214 +PS01036,3CQX,B,338-352 +PS00005,3CQX,C,"7-9,82-84" +PS00008,3CQX,C,"0-5,27-32" +PS00005,3CQX,D,"7-9,82-84" +PS00008,3CQX,D,"0-5,27-32" +PS00005,3D0T,A,"7-9,82-84" +PS00008,3D0T,A,"0-5,27-32" +PS00005,3D0T,B,"7-9,82-84" +PS00008,3D0T,B,"0-5,27-32" +PS00005,3D0T,C,"7-9,82-84" +PS00008,3D0T,C,"0-5,27-32" +PS00005,3D0T,D,"7-9,82-84" +PS00008,3D0T,D,"0-5,27-32" +PS00005,3DZD,A,"28-30,31-33,110-112,119-121,162-164,175-177,211-213,269-271" +PS00006,3DZD,A,"31-34,162-165" +PS00008,3DZD,A,"81-86,204-209" +PS00009,3DZD,A,175-178 +PS00675,3DZD,A,154-167 +PS00005,3DZD,B,"28-30,31-33,110-112,119-121,162-164,175-177,211-213,269-271" +PS00006,3DZD,B,"31-34,162-165" +PS00008,3DZD,B,"81-86,204-209" +PS00009,3DZD,B,175-178 +PS00675,3DZD,B,154-167 +PS00006,3E7L,A,37-40 +PS00007,3E7L,A,26-32 +PS00008,3E7L,A,42-47 +PS00006,3E7L,B,37-40 +PS00007,3E7L,B,26-32 +PS00008,3E7L,B,42-47 +PS00006,3E7L,C,37-40 +PS00007,3E7L,C,26-32 +PS00008,3E7L,C,42-47 +PS00006,3E7L,D,37-40 +PS00007,3E7L,D,26-32 +PS00008,3E7L,D,42-47 +PS00001,2JXN,A,"17-20,83-86,108-111" +PS00005,2JXN,A,85-87 +PS00006,2JXN,A,"22-25,89-92" +PS00008,2JXN,A,"20-25,29-34,42-47" +PS00006,2JXW,A,"26-29,67-70" +PS01159,2JXW,A,"6-31,47-72" +PS00006,2K3R,A,22-25 +PS00007,2K3R,A,108-116 +PS00008,2K4F,A,14-19 +PS00005,2K8S,A,39-41 +PS00008,2K8S,A,"10-15,38-43" +PS00005,2K8S,B,39-41 +PS00008,2K8S,B,"10-15,38-43" +PS00006,2RMX,A,"83-86,94-97" +PS00007,2RMX,A,65-73 +PS00008,2RMX,A,"0-5,15-20,70-75,76-81,95-100" +PS00008,2RMX,B,4-9 +PS00005,3BRI,A,1-3 +PS00007,3BRI,A,42-49 +PS00008,3BRI,A,62-67 +PS01239,3BRI,A,54-68 +PS00005,2K4U,A,34-36 +PS00008,2K4U,A,20-25 +PS01138,2K4U,A,12-33 +PS00005,2JXO,A,"13-15,27-29" +PS00006,2JXO,A,43-46 +PS00008,2JXO,A,79-84 +PS00005,2JYI,A,5-7 +PS00008,2JYI,A,"9-14,21-26" +PS00009,2JYI,A,1-4 +PS00001,2K21,A,"13-16,34-37" +PS00005,2K21,A,"42-44,76-78,110-112" +PS00008,2K21,A,"8-13,32-37,68-73" +PS00005,2K2Q,A,"44-46,72-74" +PS00008,2K2Q,A,"1-6,32-37" +PS00012,2K2Q,A,39-54 +PS00001,2K2Q,B,52-55 +PS00004,2K2Q,B,121-124 +PS00005,2K2Q,B,"10-12,27-29,91-93,158-160" +PS00006,2K2Q,B,"55-58,220-223" +PS00008,2K2Q,B,"22-27,50-55,87-92,139-144" +PS00001,2K4R,A,9-12 +PS00006,2K4R,A,34-37 +PS00008,2K4R,A,"8-13,40-45" +PS00021,2K4R,A,45-57 +PS00001,2K51,A,9-12 +PS00006,2K51,A,34-37 +PS00008,2K51,A,"8-13,40-45" +PS00021,2K51,A,45-57 +PS00001,2K5B,A,37-40 +PS00004,2K5B,A,194-197 +PS00005,2K5B,A,"25-27,58-60,157-159" +PS00006,2K5B,A,"25-28,49-52,54-57,58-61,76-79,85-88" +PS00007,2K5B,A,139-146 +PS00008,2K5B,A,"81-86,111-116,153-158" +PS00298,2K5B,A,24-33 +PS00005,2K5B,B,"23-25,77-79" +PS00006,2K5B,B,2-5 +PS00007,2K5B,B,"18-26,94-100" +PS00001,2K5O,A,"62-65,78-81" +PS00004,2K5O,A,110-113 +PS00005,2K5O,A,"64-66,73-75" +PS00006,2K5O,A,"74-77,80-83" +PS00007,2K5O,A,29-36 +PS00008,2K5O,A,"0-5,12-17" +PS00009,2K5O,A,108-111 +PS00706,2K5O,A,81-99 +PS00004,2K5S,A,10-13 +PS00006,2K5S,A,"1-4,13-16,30-33,39-42" +PS00007,2K5S,A,20-27 +PS00005,2K5X,A,69-71 +PS00006,2K5X,A,"5-8,10-13,26-29,37-40,47-50" +PS00008,2K5X,A,65-70 +PS00001,2K5X,B,74-77 +PS00005,2K5X,B,"2-4,11-13,73-75,86-88,122-124" +PS00006,2K5X,B,48-51 +PS00009,2K5X,B,93-96 +PS00006,2K8O,A,33-36 +PS00008,2K8O,A,"18-23,34-39" +PS00005,2KB1,A,22-24 +PS00006,2KB1,A,39-42 +PS00008,2KB1,A,31-36 +PS00009,2KB1,A,65-68 +PS00005,2KB1,B,22-24 +PS00006,2KB1,B,39-42 +PS00008,2KB1,B,31-36 +PS00009,2KB1,B,65-68 +PS00005,2KB1,C,22-24 +PS00006,2KB1,C,39-42 +PS00008,2KB1,C,31-36 +PS00009,2KB1,C,65-68 +PS00005,2KB1,D,22-24 +PS00006,2KB1,D,39-42 +PS00008,2KB1,D,31-36 +PS00009,2KB1,D,65-68 +PS00005,2W0G,A,"23-25,77-79" +PS00006,2W0G,A,2-5 +PS00007,2W0G,A,"18-26,94-100" +PS00001,2ZPN,A,83-86 +PS00005,2ZPN,A,"6-8,20-22" +PS00007,2ZPN,A,101-108 +PS00001,2ZPN,B,83-86 +PS00005,2ZPN,B,"6-8,20-22" +PS00007,2ZPN,B,101-108 +PS00001,2ZPN,C,83-86 +PS00005,2ZPN,C,"6-8,20-22" +PS00007,2ZPN,C,101-108 +PS00001,2ZPN,D,83-86 +PS00005,2ZPN,D,"6-8,20-22" +PS00007,2ZPN,D,101-108 +PS00004,3EBE,A,"65-68,184-187" +PS00005,3EBE,A,"49-51,152-154,187-189" +PS00006,3EBE,A,24-27 +PS00008,3EBE,A,"111-116,151-156" +PS00009,3EBE,A,33-36 +PS00004,3EBE,B,"65-68,184-187" +PS00005,3EBE,B,"49-51,152-154,187-189" +PS00006,3EBE,B,24-27 +PS00008,3EBE,B,"111-116,151-156" +PS00009,3EBE,B,33-36 +PS00004,3EBE,C,"65-68,184-187" +PS00005,3EBE,C,"49-51,152-154,187-189" +PS00006,3EBE,C,24-27 +PS00008,3EBE,C,"111-116,151-156" +PS00009,3EBE,C,33-36 +PS00006,3F2O,A,"8-11,21-24,34-37" +PS00008,3F2O,A,"9-14,27-32,115-120,193-198" +PS00009,3F2O,A,204-207 +PS00678,3F2O,A,129-143 +PS00006,3F2O,B,"8-11,21-24,34-37" +PS00008,3F2O,B,"9-14,27-32,115-120,193-198" +PS00009,3F2O,B,204-207 +PS00678,3F2O,B,129-143 +PS00001,2K3G,A,22-25 +PS00005,2K3G,A,"62-64,99-101" +PS00006,2K6T,A,15-18 +PS00262,2K6T,A,9-23 +PS00006,2K6U,A,15-18 +PS00262,2K6U,A,9-23 +PS00005,2K8D,A,"49-51,130-132" +PS00006,2K8D,A,"23-26,75-78,85-88" +PS00008,2K8D,A,"59-64,104-109" +PS00009,2K8D,A,130-133 +PS00005,2KAT,A,4-6 +PS00006,2KAT,A,"27-30,84-87" +PS00008,2KAT,A,"70-75,78-83" +PS00016,2KAT,A,85-87 +PS00017,2KAT,A,54-61 +PS00004,2KA7,A,3-6 +PS00005,2KA7,A,"57-59,69-71" +PS00006,2KA7,A,"13-16,81-84" +PS00189,2KA7,A,43-72 +PS00001,3EMN,X,"66-69,249-252" +PS00005,3EMN,X,"24-26,62-64,83-85,118-120,148-150,170-172,245-247,261-263" +PS00006,3EMN,X,"17-20,24-27,44-47,81-84,97-100" +PS00008,3EMN,X,"49-54,56-61,67-72,79-84,93-98,105-110,198-203,224-229,255-260,265-270" +PS00009,3EMN,X,118-121 +PS00558,3EMN,X,236-258 +PS00001,2JYZ,A,"132-135,173-176" +PS00005,2JYZ,A,"15-17,133-135,136-138" +PS00006,2JYZ,A,"46-49,66-69,95-98" +PS00005,2K0L,A,"96-98,188-190" +PS00006,2K0L,A,"46-49,132-135,158-161,176-179" +PS00008,2K0L,A,"21-26,54-59,81-86,92-97,124-129,130-135,147-152,172-177,192-197" +PS00004,2K9U,A,112-115 +PS00005,2K9U,A,87-89 +PS00006,2K9U,A,"25-28,58-61,106-109" +PS00008,2K9U,A,"26-31,49-54" +PS00006,2K9U,B,2-5 +PS00001,2KBI,A,5-8 +PS00005,2KBI,A,89-91 +PS00006,2KBI,A,18-21 +PS00001,2W38,A,"180-183,223-226,258-261" +PS00004,2W38,A,39-42 +PS00005,2W38,A,"86-88,257-259,282-284,357-359,423-425" +PS00006,2W38,A,"2-5,18-21,55-58,94-97,165-168,211-214,217-220" +PS00007,2W38,A,13-20 +PS00008,2W38,A,"46-51,59-64,82-87,123-128,190-195,199-204,215-220,222-227,385-390,404-409,416-421" +PS00009,2W38,A,303-306 +PS00001,2ZEV,A,"23-26,73-76,172-175,247-250" +PS00005,2ZEV,A,"122-124,181-183,225-227,270-272" +PS00006,2ZEV,A,"21-24,122-125,270-273,317-320" +PS00007,2ZEV,A,304-311 +PS00008,2ZEV,A,"90-95,99-104" +PS00444,2ZEV,A,205-217 +PS00723,2ZEV,A,76-90 +PS00001,2ZEV,B,"23-26,73-76,172-175,247-250" +PS00005,2ZEV,B,"122-124,181-183,225-227,270-272" +PS00006,2ZEV,B,"21-24,122-125,270-273,317-320" +PS00007,2ZEV,B,304-311 +PS00008,2ZEV,B,"90-95,99-104" +PS00444,2ZEV,B,205-217 +PS00723,2ZEV,B,76-90 +PS00001,2ZEU,A,"23-26,73-76,172-175,247-250" +PS00005,2ZEU,A,"122-124,181-183,225-227,270-272" +PS00006,2ZEU,A,"21-24,122-125,270-273,317-320" +PS00007,2ZEU,A,304-311 +PS00008,2ZEU,A,"90-95,99-104" +PS00444,2ZEU,A,205-217 +PS00723,2ZEU,A,76-90 +PS00001,2ZEU,B,"23-26,73-76,172-175,247-250" +PS00005,2ZEU,B,"122-124,181-183,225-227,270-272" +PS00006,2ZEU,B,"21-24,122-125,270-273,317-320" +PS00007,2ZEU,B,304-311 +PS00008,2ZEU,B,"90-95,99-104" +PS00444,2ZEU,B,205-217 +PS00723,2ZEU,B,76-90 +PS00008,2JYY,A,"9-14,20-25" +PS00294,2JYY,A,49-52 +PS00001,2K4J,A,78-81 +PS00005,2K4J,A,"54-56,77-79,104-106" +PS00006,2K4J,A,"42-45,90-93" +PS00006,2KBX,A,22-25 +PS00008,2KBX,A,"10-15,56-61,122-127,155-160" +PS00016,2KBX,A,64-66 +PS00006,2KBX,B,25-28 +PS00009,2KBX,B,53-56 +PS00478,2KBX,B,9-44 +PS00005,2RNN,A,56-58 +PS00006,2RNN,A,34-37 +PS00009,2RNN,A,56-59 +PS00004,2RNO,A,63-66 +PS00005,2RNO,A,"11-13,79-81,102-104" +PS00006,2RNO,A,"11-14,97-100" +PS00007,2RNO,A,74-80 +PS00008,2RNO,A,"0-5,98-103" +PS00009,2RNO,A,"36-39,61-64" +PS00001,3B4O,A,28-31 +PS00005,3B4O,A,146-148 +PS00006,3B4O,A,"21-24,52-55" +PS00008,3B4O,A,"17-22,70-75,78-83,137-142" +PS00001,3B4O,B,28-31 +PS00005,3B4O,B,146-148 +PS00006,3B4O,B,"21-24,52-55" +PS00008,3B4O,B,"17-22,70-75,78-83,137-142" +PS00001,3B4P,A,28-31 +PS00005,3B4P,A,146-148 +PS00006,3B4P,A,"21-24,52-55" +PS00008,3B4P,A,"17-22,70-75,78-83,137-142" +PS00001,3B4P,B,28-31 +PS00005,3B4P,B,146-148 +PS00006,3B4P,B,"21-24,52-55" +PS00008,3B4P,B,"17-22,70-75,78-83,137-142" +PS00005,3CJK,A,"52-54,56-58" +PS00008,3CJK,A,12-17 +PS01047,3CJK,A,5-33 +PS00001,3CJK,B,40-43 +PS00005,3CJK,B,51-53 +PS00006,3CJK,B,"35-38,54-57" +PS00008,3CJK,B,9-14 +PS01047,3CJK,B,7-36 +PS00001,3CNM,A,28-31 +PS00005,3CNM,A,146-148 +PS00006,3CNM,A,"21-24,52-55" +PS00008,3CNM,A,"17-22,70-75,78-83,137-142" +PS00001,3CNM,B,28-31 +PS00005,3CNM,B,146-148 +PS00006,3CNM,B,"21-24,52-55" +PS00008,3CNM,B,"17-22,70-75,78-83,137-142" +PS00001,3DZL,A,28-31 +PS00005,3DZL,A,146-148 +PS00006,3DZL,A,"21-24,52-55" +PS00008,3DZL,A,"17-22,70-75,78-83,137-142" +PS00001,3DZL,B,28-31 +PS00005,3DZL,B,146-148 +PS00006,3DZL,B,"21-24,52-55" +PS00008,3DZL,B,"17-22,70-75,78-83,137-142" +PS00001,3EX9,A,28-31 +PS00005,3EX9,A,146-148 +PS00006,3EX9,A,"21-24,52-55" +PS00008,3EX9,A,"17-22,70-75,78-83,137-142" +PS00005,2K3M,A,29-31 +PS00006,2K3M,A,"8-11,25-28,144-147" +PS00008,2K3M,A,"9-14,99-104,121-126" +PS00001,2KAE,A,"12-15,43-46" +PS00005,2KAE,A,18-20 +PS00006,2KAE,A,14-17 +PS00008,2KAE,A,"0-5,29-34" +PS00344,2KAE,A,10-35 +PS00001,2KAV,A,24-27 +PS00005,2KAV,A,108-110 +PS00006,2KAV,A,37-40 +PS00008,2KAV,A,17-22 +PS00001,2KCL,A,20-23 +PS00005,2KCL,A,74-76 +PS00006,2KCL,A,"34-37,74-77" +PS00008,2KCL,A,65-70 +PS00001,2JZI,A,59-62 +PS00005,2JZI,A,"27-29,145-147" +PS00006,2JZI,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2JZI,A,"24-29,39-44" +PS00018,2JZI,A,"19-31,55-67,92-104,128-140" +PS00001,2JZP,A,13-16 +PS00005,2JZP,A,"4-6,38-40" +PS00008,2JZP,A,14-19 +PS00005,2JZW,A,"12-14,38-40" +PS00008,2JZW,A,23-28 +PS00008,2K8J,X,4-9 +PS00005,2KA0,A,8-10 +PS00006,2KA0,A,37-40 +PS00005,2KC7,A,5-7 +PS00006,2KC7,A,"5-8,59-62" +PS00001,2KCF,A,26-29 +PS00004,2KCF,A,9-12 +PS00005,2KCF,A,15-17 +PS00006,2KCF,A,28-31 +PS01159,2KCF,A,7-33 +PS00001,2KCO,A,127-130 +PS00004,2KCO,A,9-12 +PS00005,2KCO,A,"71-73,111-113,129-131" +PS00006,2KCO,A,37-40 +PS00007,2KCO,A,18-25 +PS00008,2KCO,A,"13-18,28-33,118-123" +PS01193,2KCO,A,9-28 +PS00005,3ELZ,A,"63-65,129-131" +PS00006,3ELZ,A,72-75 +PS00008,3ELZ,A,"2-7,90-95,119-124" +PS00009,3ELZ,A,78-81 +PS00005,3ELZ,B,"63-65,129-131" +PS00006,3ELZ,B,72-75 +PS00008,3ELZ,B,"2-7,90-95,119-124" +PS00009,3ELZ,B,78-81 +PS00005,3ELZ,C,"63-65,129-131" +PS00006,3ELZ,C,72-75 +PS00008,3ELZ,C,"2-7,90-95,119-124" +PS00009,3ELZ,C,78-81 +PS00005,3ELX,A,"63-65,129-131" +PS00006,3ELX,A,72-75 +PS00008,3ELX,A,"2-7,90-95,119-124" +PS00009,3ELX,A,78-81 +PS00005,3EM0,A,"63-65,129-131" +PS00006,3EM0,A,72-75 +PS00008,3EM0,A,"2-7,90-95,119-124" +PS00009,3EM0,A,78-81 +PS00005,3EM0,B,"63-65,129-131" +PS00006,3EM0,B,72-75 +PS00008,3EM0,B,"2-7,90-95,119-124" +PS00009,3EM0,B,78-81 +PS00004,2JZV,A,"7-10,54-57" +PS00005,2JZV,A,"6-8,18-20,21-23,62-64,77-79" +PS00006,2JZV,A,"21-24,77-80" +PS00007,2JZV,A,64-71 +PS00006,2K0D,X,"12-15,17-20" +PS00008,2K0D,X,72-77 +PS00006,2K4D,A,"1-4,52-55" +PS00008,2K4D,A,60-65 +PS00518,2K4D,A,41-50 +PS00001,2K7S,A,114-117 +PS00006,2K7S,A,"22-25,115-118" +PS00008,2K7S,A,"0-5,68-73" +PS00001,2K92,A,24-27 +PS00006,2K92,A,"0-3,26-29" +PS00008,2K92,A,11-16 +PS00012,2K92,A,30-45 +PS00001,2K93,A,24-27 +PS00006,2K93,A,"0-3,26-29" +PS00008,2K93,A,11-16 +PS00012,2K93,A,30-45 +PS00001,2K94,A,24-27 +PS00006,2K94,A,"0-3,26-29" +PS00008,2K94,A,11-16 +PS00012,2K94,A,30-45 +PS00005,2K9E,A,20-22 +PS00006,2K9E,A,2-5 +PS00005,2KCU,A,"83-85,93-95" +PS00006,2KCU,A,"32-35,141-144" +PS00008,2KCU,A,"62-67,78-83,89-94" +PS00001,2KCV,A,20-23 +PS00005,2KCV,A,74-76 +PS00006,2KCV,A,"34-37,74-77" +PS00008,2KCV,A,65-70 +PS00005,2KCY,A,"31-33,73-75" +PS00008,2KCY,A,80-85 +PS00005,2KCZ,A,108-110 +PS00006,2KCZ,A,66-69 +PS00007,2KCZ,A,13-19 +PS00008,2KCZ,A,"97-102,113-118" +PS00009,2KCZ,A,70-73 +PS00004,2KD1,A,"18-21,68-71" +PS00005,2KD1,A,"17-19,26-28,61-63" +PS00006,2KD1,A,"6-9,61-64" +PS00008,2KD1,A,"23-28,66-71" +PS00005,2KDN,A,"11-13,90-92" +PS00006,2KDN,A,"11-14,39-42,52-55,95-98" +PS00008,2KDN,A,49-54 +PS00005,2RNL,A,"5-7,34-36" +PS00008,2RNL,A,0-5 +PS00009,2RNL,A,5-8 +PS00022,2RNL,A,35-46 +PS00005,2W0T,A,"24-26,40-42" +PS00006,2W0T,A,1-4 +PS00008,2W0T,A,"2-7,12-17" +PS00005,2K9H,A,"14-16,20-22,54-56" +PS00006,2K9H,A,"14-17,35-38" +PS00008,2K9H,A,1-6 +PS00001,2K4B,A,31-34 +PS00005,2K4B,A,"68-70,84-86" +PS00006,2K4B,A,"33-36,45-48,84-87" +PS00009,2K4B,A,87-90 +PS00005,3DVH,A,3-5 +PS00007,3DVH,A,44-51 +PS00008,3DVH,A,64-69 +PS01239,3DVH,A,56-70 +PS00005,3DVH,B,3-5 +PS00007,3DVH,B,44-51 +PS00008,3DVH,B,64-69 +PS01239,3DVH,B,56-70 +PS00005,3DVH,C,3-5 +PS00007,3DVH,C,44-51 +PS00008,3DVH,C,64-69 +PS01239,3DVH,C,56-70 +PS00005,3DVP,A,3-5 +PS00007,3DVP,A,44-51 +PS00008,3DVP,A,64-69 +PS01239,3DVP,A,56-70 +PS00005,3DVP,B,3-5 +PS00007,3DVP,B,44-51 +PS00008,3DVP,B,64-69 +PS01239,3DVP,B,56-70 +PS00001,3ELL,A,165-168 +PS00006,3ELL,A,"14-17,60-63,166-169" +PS00008,3ELL,A,"39-44,52-57,99-104,138-143,149-154,175-180" +PS00001,3ELL,B,165-168 +PS00006,3ELL,B,"14-17,60-63,166-169" +PS00008,3ELL,B,"39-44,52-57,99-104,138-143,149-154,175-180" +PS00008,2K2Y,A,24-29 +PS00008,2K2Z,A,30-35 +PS00005,2JZY,A,"22-24,29-31,90-92" +PS00006,2JZY,A,"6-9,29-32,77-80" +PS00009,2JZY,A,22-25 +PS00005,2K02,A,"22-24,59-61" +PS00006,2K02,A,"2-5,62-65" +PS00008,2K02,A,54-59 +PS00005,2K1W,A,"37-39,44-46,80-82" +PS00006,2K1W,A,66-69 +PS00007,2K1W,A,46-53 +PS00008,2K1W,A,"26-31,72-77" +PS00005,2K1X,A,"37-39,44-46,80-82" +PS00006,2K1X,A,66-69 +PS00007,2K1X,A,46-53 +PS00008,2K1X,A,"26-31,72-77" +PS00008,2K2X,A,"24-29,66-71" +PS00008,2KBV,A,9-14 +PS00001,2KCK,A,20-23 +PS00005,2ZNW,A,"21-23,42-44,183-185,194-196" +PS00006,2ZNW,A,"66-69,101-104,207-210" +PS00008,2ZNW,A,"15-20,63-68,83-88,107-112,113-118,227-232" +PS00005,2ZNW,B,"21-23,42-44,183-185,194-196" +PS00006,2ZNW,B,"66-69,101-104,207-210" +PS00008,2ZNW,B,"15-20,63-68,83-88,107-112,113-118,227-232" +PS00005,2ZNW,Y,42-44 +PS00008,2ZNW,Y,"25-30,101-106" +PS00128,2ZNW,Y,75-93 +PS00342,2ZNW,Y,126-128 +PS00005,2ZNW,Z,42-44 +PS00008,2ZNW,Z,"25-30,101-106" +PS00128,2ZNW,Z,75-93 +PS00342,2ZNW,Z,126-128 +PS00005,2ZNX,A,"21-23,42-44,183-185,194-196" +PS00006,2ZNX,A,"66-69,101-104,207-210" +PS00008,2ZNX,A,"15-20,63-68,83-88,107-112,113-118,227-232" +PS00005,2ZNX,B,"21-23,42-44,183-185,194-196" +PS00006,2ZNX,B,"66-69,101-104,207-210" +PS00008,2ZNX,B,"15-20,63-68,83-88,107-112,113-118,227-232" +PS00005,2ZNX,Y,42-44 +PS00008,2ZNX,Y,"25-30,101-106" +PS00128,2ZNX,Y,75-93 +PS00342,2ZNX,Y,126-128 +PS00005,2ZNX,Z,42-44 +PS00008,2ZNX,Z,"25-30,101-106" +PS00128,2ZNX,Z,75-93 +PS00342,2ZNX,Z,126-128 +PS00001,3DYJ,A,"162-165,244-247" +PS00005,3DYJ,A,"60-62,155-157,169-171,224-226,233-235,246-248,311-313" +PS00006,3DYJ,A,"5-8,49-52,208-211,317-320" +PS00008,3DYJ,A,"12-17,56-61,219-224" +PS00001,3DYJ,B,"162-165,244-247" +PS00005,3DYJ,B,"60-62,155-157,169-171,224-226,233-235,246-248,311-313" +PS00006,3DYJ,B,"5-8,49-52,208-211,317-320" +PS00008,3DYJ,B,"12-17,56-61,219-224" +PS00004,2K06,A,56-59 +PS00005,2K06,A,"24-26,59-61,96-98,103-105" +PS00006,2K06,A,"15-18,24-27,103-106" +PS00005,2K1Q,A,"21-23,127-129,177-179,181-183" +PS00006,2K1Q,A,"21-24,75-78" +PS00008,2K1Q,A,"11-16,49-54,151-156,161-166" +PS00016,2K1Q,A,118-120 +PS00001,2K32,A,41-44 +PS00005,2K32,A,53-55 +PS00006,2K32,A,"53-56,76-79,91-94" +PS00008,2K32,A,9-14 +PS00001,2K33,A,41-44 +PS00005,2K33,A,53-55 +PS00006,2K33,A,"53-56,76-79,91-94" +PS00008,2K33,A,9-14 +PS00001,2KBO,A,38-41 +PS00005,2KBO,A,"120-122,181-183" +PS00006,2KBO,A,"136-139,148-151,158-161" +PS00007,2KBO,A,79-86 +PS00008,2KBO,A,141-146 +PS00903,2KBO,A,66-104 +PS00005,2KBT,A,"6-8,22-24,77-79,86-88" +PS00006,2KBT,A,"22-25,91-94,119-122,128-131" +PS00008,2KBT,A,"2-7,69-74" +PS00001,2KD7,A,133-136 +PS00005,2KD7,A,117-119 +PS00006,2KD7,A,"7-10,15-18,105-108,126-129" +PS00008,2KD7,A,"1-6,23-28,131-136,146-151" +PS00006,2K0G,A,"119-122,130-133" +PS00008,2K0G,A,"45-50,79-84,136-141" +PS00016,2K0G,A,6-8 +PS00888,2K0G,A,48-64 +PS00889,2K0G,A,82-99 +PS00006,2K3J,A,"19-22,27-30,81-84,138-141" +PS00008,2K3J,A,60-65 +PS00008,2K7G,A,"0-5,11-16,17-22" +PS60009,2K7G,A,4-13 +PS00005,2KBM,A,"18-20,28-30" +PS00006,2KBM,A,"1-4,5-8,18-21,28-31,42-45" +PS00018,2KBM,A,61-73 +PS00303,2KBM,A,56-77 +PS00005,2KBM,B,"18-20,28-30" +PS00006,2KBM,B,"1-4,5-8,18-21,28-31,42-45" +PS00018,2KBM,B,61-73 +PS00303,2KBM,B,56-77 +PS00006,2KBM,X,2-5 +PS00006,2KBM,Y,2-5 +PS00005,2KCD,A,46-48 +PS00006,2KCD,A,26-29 +PS00005,2KCM,A,53-55 +PS00001,2KCT,A,39-42 +PS00005,2KCT,A,"9-11,40-42,55-57,74-76" +PS00006,2KCT,A,"2-5,22-25" +PS00008,2KCT,A,"14-19,67-72" +PS00005,2KD0,A,"11-13,15-17,32-34,65-67" +PS00006,2KD0,A,32-35 +PS00001,2KD2,A,6-9 +PS00005,2KD2,A,70-72 +PS00006,2KD2,A,43-46 +PS00008,2KD2,A,"59-64,76-81" +PS00009,2KD2,A,70-73 +PS00005,2KD3,A,"22-24,39-41,99-101,107-109" +PS00006,2KD3,A,22-25 +PS00008,2KD3,A,0-5 +PS00001,2KDB,A,44-47 +PS00005,2KDB,A,"11-13,72-74" +PS00006,2KDB,A,11-14 +PS00001,2KEN,A,87-90 +PS00006,2KEN,A,88-91 +PS00008,2KEN,A,14-19 +PS00001,2ROK,A,66-69 +PS00005,2ROK,A,"67-69,73-75" +PS00006,2ROK,A,"44-47,56-59,78-81" +PS00008,2ROK,A,0-5 +PS00009,2ROK,A,83-86 +PS00008,3E4H,A,"7-12,13-18" +PS60009,3E4H,A,0-9 +PS00005,2JVZ,A,"22-24,159-161" +PS00006,2JVZ,A,"1-4,44-47,131-134" +PS00008,2JVZ,A,"13-18,40-45,85-90,102-107" +PS00001,2K2I,A,42-45 +PS00004,2K2I,A,73-76 +PS00005,2K2I,A,"0-2,4-6,24-26,28-30" +PS00006,2K2I,A,"4-7,8-11,44-47,64-67" +PS00018,2K2I,A,56-68 +PS00039,2K2I,A,51-59 +PS00001,2K2M,A,20-23 +PS00005,2K2M,A,"25-27,38-40" +PS00001,2K4Q,A,116-119 +PS00005,2K4Q,A,"134-136,142-144" +PS00006,2K4Q,A,"34-37,48-51,56-59,60-63,78-81,134-137,152-155" +PS00008,2K4Q,A,"14-19,75-80" +PS00004,2K7J,A,23-26 +PS00005,2K7J,A,42-44 +PS00006,2K7J,A,"26-29,73-76" +PS00008,2K7J,A,"0-5,45-50,69-74" +PS00009,2K7J,A,29-32 +PS00150,2K7J,A,13-23 +PS00151,2K7J,A,37-53 +PS00004,2K7K,A,23-26 +PS00005,2K7K,A,"42-44,70-72" +PS00006,2K7K,A,"26-29,73-76" +PS00008,2K7K,A,"0-5,45-50,69-74" +PS00009,2K7K,A,29-32 +PS00150,2K7K,A,13-23 +PS00151,2K7K,A,37-53 +PS00001,2K8P,A,"28-31,150-153" +PS00004,2K8P,A,143-146 +PS00005,2K8P,A,"54-56,71-73,139-141,176-178" +PS00006,2K8P,A,"54-57,103-106" +PS00008,2K8P,A,158-163 +PS00009,2K8P,A,166-169 +PS00005,2KC0,A,"32-34,58-60,113-115,144-146" +PS00006,2KC0,A,"67-70,132-135" +PS00008,2KC0,A,"6-11,45-50,51-56,79-84,140-145,147-152,156-161,218-223" +PS00009,2KC0,A,194-197 +PS00006,2KCC,A,"19-22,31-34" +PS00008,2KCC,A,"29-34,65-70" +PS00001,2KDY,A,48-51 +PS00005,2KDY,A,"70-72,125-127,156-158" +PS00006,2KDY,A,"40-43,79-82,116-119,144-147" +PS00008,2KDY,A,"1-6,7-12,18-23,57-62,63-68,91-96,159-164,168-173" +PS00001,2KE5,A,116-119 +PS00004,2KE5,A,167-170 +PS00005,2KE5,A,"38-40,146-148,166-168" +PS00006,2KE5,A,"34-37,82-85,118-121,133-136" +PS00008,2KE5,A,12-17 +PS00017,2KE5,A,9-16 +PS00005,2KER,A,14-16 +PS00008,2KER,A,"2-7,23-28,48-53,57-62,65-70" +PS00005,2RJW,A,26-28 +PS00006,2RJW,A,"1-4,14-17,26-29,33-36" +PS00008,2RJW,A,"22-27,42-47" +PS00005,2RJW,B,26-28 +PS00006,2RJW,B,"1-4,14-17,26-29,33-36" +PS00008,2RJW,B,"22-27,42-47" +PS00005,2RJX,A,26-28 +PS00006,2RJX,A,"1-4,14-17,26-29,33-36" +PS00008,2RJX,A,"22-27,42-47" +PS00005,2RJX,B,26-28 +PS00006,2RJX,B,"1-4,14-17,26-29,33-36" +PS00008,2RJX,B,"22-27,42-47" +PS00005,2W84,A,36-38 +PS00006,2W84,A,"47-50,60-63" +PS00005,2VY4,A,26-28 +PS00005,2VY5,A,26-28 +PS00005,2W85,A,36-38 +PS00006,2W85,A,"47-50,60-63" +PS00005,2KB8,A,8-10 +PS00008,2KB8,A,23-28 +PS00258,2KB8,A,1-15 +PS00005,2K2S,A,"7-9,24-26" +PS00006,2K2S,A,"11-14,25-28,54-57,106-109,126-129" +PS00008,2K2S,A,"15-20,32-37,51-56,104-109,115-120" +PS00001,2K2S,B,50-53 +PS00005,2K2S,B,25-27 +PS00006,2K2S,B,25-28 +PS00008,2K2S,B,49-54 +PS00001,2K2T,A,50-53 +PS00005,2K2T,A,25-27 +PS00006,2K2T,A,25-28 +PS00008,2K2T,A,49-54 +PS00005,2KCQ,A,"45-47,53-55,110-112" +PS00006,2KCQ,A,"2-5,29-32,59-62,83-86,92-95,110-113" +PS00008,2KCQ,A,"79-84,114-119" +PS00005,2KEO,A,8-10 +PS00006,2KEO,A,"8-11,41-44,57-60,106-109" +PS00008,2KEO,A,37-42 +PS00008,2KES,A,0-5 +PS00017,2KES,A,39-46 +PS00006,3EK9,A,"12-15,114-117" +PS00007,3EK9,A,133-140 +PS00008,3EK9,A,95-100 +PS00009,3EK9,A,67-70 +PS00678,3EK9,A,109-123 +PS00001,2KE0,A,104-107 +PS00004,2KE0,A,82-85 +PS00005,2KE0,A,48-50 +PS00006,2KE0,A,"22-25,48-51" +PS00008,2KE0,A,"29-34,75-80,93-98" +PS00005,2K0P,A,10-12 +PS00006,2K0P,A,"15-18,43-46,52-55" +PS00001,2K1D,A,"95-98,111-114" +PS00005,2K1D,A,"97-99,106-108" +PS00006,2K1D,A,"57-60,107-110,113-116,130-133" +PS00008,2K1D,A,"0-5,7-12,28-33,37-42,45-50" +PS00291,2K1D,A,27-42 +PS00706,2K1D,A,114-132 +PS00001,2K7R,A,65-68 +PS00005,2K7R,A,11-13 +PS00006,2K7R,A,70-73 +PS00007,2K7R,A,91-98 +PS00001,2K8F,A,29-32 +PS00004,2K8F,A,"8-11,49-52" +PS00005,2K8F,A,7-9 +PS00006,2K8F,A,3-6 +PS00008,2K8F,A,55-60 +PS00006,2K8F,B,17-20 +PS00005,2KE4,A,93-95 +PS00006,2KE4,A,68-71 +PS00007,2KE4,A,72-80 +PS00016,2KE4,A,95-97 +PS00008,2ROE,A,7-12 +PS01047,2ROE,A,5-34 +PS00008,2ROG,A,7-12 +PS01047,2ROG,A,5-34 +PS00001,2ROL,A,19-22 +PS00005,2ROL,A,"24-26,37-39" +PS00008,2ROL,A,0-5 +PS00005,2W0D,A,"10-12,134-136,142-144" +PS00006,2W0D,A,146-149 +PS00008,2W0D,A,"73-78,83-88,120-125" +PS00005,2W0D,B,"10-12,134-136,142-144" +PS00006,2W0D,B,146-149 +PS00008,2W0D,B,"73-78,83-88,120-125" +PS00005,2W0D,C,"10-12,134-136,142-144" +PS00006,2W0D,C,146-149 +PS00008,2W0D,C,"73-78,83-88,120-125" +PS00005,2W0D,D,"10-12,134-136,142-144" +PS00006,2W0D,D,146-149 +PS00008,2W0D,D,"73-78,83-88,120-125" +PS00001,2W5N,A,"175-178,286-289" +PS00004,2W5N,A,191-194 +PS00005,2W5N,A,"67-69,160-162,179-181" +PS00006,2W5N,A,"11-14,67-70,118-121,160-163,186-189,295-298" +PS00007,2W5N,A,195-202 +PS00008,2W5N,A,"38-43,102-107,268-273,283-288,348-353" +PS00001,2W5O,A,"175-178,286-289" +PS00004,2W5O,A,191-194 +PS00005,2W5O,A,"67-69,160-162,179-181" +PS00006,2W5O,A,"11-14,67-70,118-121,160-163,186-189,295-298" +PS00007,2W5O,A,195-202 +PS00008,2W5O,A,"38-43,102-107,268-273,283-288,348-353" +PS00001,2WAC,A,79-82 +PS00005,2WAC,A,"50-52,95-97,107-109,161-163,166-168" +PS00006,2WAC,A,"26-29,124-127,161-164,167-170" +PS00008,2WAC,A,"77-82,88-93,179-184" +PS00016,2WAC,A,53-55 +PS00001,2WAC,B,79-82 +PS00005,2WAC,B,"50-52,95-97,107-109,161-163,166-168" +PS00006,2WAC,B,"26-29,124-127,161-164,167-170" +PS00008,2WAC,B,"77-82,88-93,179-184" +PS00016,2WAC,B,53-55 +PS00001,3E85,A,81-84 +PS00004,3E85,A,53-56 +PS00005,3E85,A,"51-53,116-118" +PS00006,3E85,A,"4-7,24-27,56-59,121-124" +PS00008,3E85,A,"47-52,89-94,106-111" +PS00016,3E85,A,138-140 +PS00005,2KBB,A,129-131 +PS00006,2KBB,A,"118-121,129-132,164-167" +PS00008,2KBB,A,8-13 +PS00005,2K0J,A,"27-29,145-147" +PS00006,2K0J,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2K0J,A,"24-29,39-44" +PS00018,2K0J,A,"19-31,55-67,92-104,128-140" +PS00004,2K1F,A,29-32 +PS00006,2K1F,A,68-71 +PS00008,2K1F,A,"18-23,58-63" +PS00004,2K3U,A,19-22 +PS00007,2K3U,A,84-90 +PS00008,2K3U,A,"2-7,21-26" +PS00006,2K3U,B,"1-4,18-21" +PS00006,2K79,A,1-4 +PS00007,2K79,A,24-30 +PS00001,2K79,B,11-14 +PS00005,2K79,B,"26-28,70-72" +PS00006,2K79,B,26-29 +PS00008,2K79,B,97-102 +PS00006,2K7A,A,1-4 +PS00007,2K7A,A,24-30 +PS00001,2K7A,B,11-14 +PS00005,2K7A,B,"26-28,70-72" +PS00006,2K7A,B,26-29 +PS00008,2K7A,B,97-102 +PS00005,2K9X,A,62-64 +PS00008,2K9X,A,28-33 +PS00005,2KCX,A,45-47 +PS00006,2KCX,A,45-48 +PS00008,2KCX,A,40-45 +PS00001,3D8V,A,362-365 +PS00004,3D8V,A,"402-405,474-477" +PS00005,3D8V,A,"23-25,128-130,172-174,400-402,473-475" +PS00006,3D8V,A,"110-113,121-124,141-144,172-175,226-229,264-267,271-274,308-311,329-332,413-416,424-427" +PS00008,3D8V,A,"87-92,325-330,345-350,428-433,466-471" +PS00005,3CGM,A,9-11 +PS00006,3CGM,A,138-141 +PS00008,3CGM,A,38-43 +PS00005,3CGN,A,9-11 +PS00006,3CGN,A,138-141 +PS00008,3CGN,A,38-43 +PS00001,3D98,A,362-365 +PS00004,3D98,A,"402-405,474-477" +PS00005,3D98,A,"23-25,128-130,172-174,400-402,473-475" +PS00006,3D98,A,"110-113,121-124,141-144,172-175,226-229,264-267,271-274,308-311,329-332,413-416,424-427" +PS00008,3D98,A,"87-92,325-330,345-350,428-433,466-471" +PS00001,2KFU,A,116-119 +PS00005,2KFU,A,94-96 +PS00006,2KFU,A,"12-15,30-33,45-48" +PS00008,2KFU,A,"39-44,49-54,113-118" +PS00005,2K1M,A,"11-13,31-33,50-52,65-67,83-85" +PS00006,2K1M,A,65-68 +PS00008,2K1M,A,"44-49,59-64" +PS00009,2K1M,A,2-5 +PS00005,2K1P,A,27-29 +PS00006,2K1P,A,2-5 +PS00008,2K1P,A,0-5 +PS01358,2K1P,A,6-25 +PS00005,2K8M,A,71-73 +PS00006,2K8M,A,95-98 +PS00008,2K8M,A,21-26 +PS00004,2K8M,B,28-31 +PS00006,2K8M,B,"6-9,33-36,54-57" +PS00009,2K8M,B,26-29 +PS00004,2K8M,C,28-31 +PS00006,2K8M,C,"6-9,33-36,54-57" +PS00009,2K8M,C,26-29 +PS00005,2K8M,D,71-73 +PS00006,2K8M,D,95-98 +PS00008,2K8M,D,21-26 +PS00001,2K9N,A,83-86 +PS00006,2K9N,A,"4-7,56-59" +PS00005,2KC8,A,"23-25,38-40" +PS00006,2KC8,A,23-26 +PS00008,2KC8,A,"0-5,48-53" +PS00005,2KC8,B,1-3 +PS00006,2KC8,B,"8-11,31-34" +PS00005,2KC9,A,"23-25,38-40" +PS00006,2KC9,A,23-26 +PS00008,2KC9,A,"0-5,48-53" +PS00001,2KDP,A,21-24 +PS00004,2KDP,A,67-70 +PS00005,2KDP,A,"25-27,33-35,44-46,60-62" +PS00008,2KDP,A,3-8 +PS00001,2KDZ,A,83-86 +PS00006,2KDZ,A,"4-7,56-59" +PS00006,2KEW,A,29-32 +PS00008,2KEW,A,127-132 +PS00005,3D42,A,"2-4,13-15,40-42,179-181,193-195" +PS00006,3D42,A,"13-16,57-60,90-93,122-125,157-160" +PS00008,3D42,A,"241-246,279-284" +PS00005,3D44,A,"2-4,13-15,40-42,179-181,193-195" +PS00006,3D44,A,"13-16,57-60,90-93,122-125,157-160" +PS00008,3D44,A,"241-246,279-284" +PS00001,2K23,A,64-67 +PS00005,2K23,A,"23-25,85-87" +PS00006,2K23,A,"53-56,112-115" +PS00007,2K23,A,124-131 +PS00008,2K23,A,"34-39,94-99,159-164" +PS00001,2K7Z,A,47-50 +PS00005,2K7Z,A,"42-44,197-199,214-216,237-239,255-257" +PS00006,2K7Z,A,"42-45,49-52,58-61,91-94,102-105,159-162,214-217,237-240" +PS00007,2K7Z,A,199-207 +PS00008,2K7Z,A,"54-59,107-112" +PS00016,2K7Z,A,221-223 +PS01121,2K7Z,A,90-104 +PS00006,2K8I,A,"42-45,46-49,109-112,142-145" +PS00008,2K8I,A,"38-43,62-67" +PS00008,2K9J,A,15-20 +PS00242,2K9J,A,31-38 +PS00005,2K9J,B,2-4 +PS00006,2K9J,B,35-38 +PS00006,2KBC,A,12-15 +PS00008,2KBC,A,10-15 +PS00262,2KBC,A,6-20 +PS00005,2KBC,B,"2-4,20-22" +PS00005,2KFP,A,72-74 +PS00006,2KFP,A,"15-18,33-36,106-109,115-118" +PS00008,2KFP,A,78-83 +PS00005,2KGB,C,36-38 +PS00006,2KGB,C,"36-39,52-55" +PS00008,2KGB,C,29-34 +PS00018,2KGB,C,64-76 +PS00005,2ROH,A,"19-21,50-52,115-117" +PS00006,2ROH,A,"34-37,68-71" +PS00008,2ROH,A,0-5 +PS00005,2RPJ,A,33-35 +PS00006,2RPJ,A,4-7 +PS00008,2RPJ,A,"0-5,11-16,18-23" +PS00005,2RPW,X,21-23 +PS00001,2WBR,A,"13-16,69-72" +PS00005,2WBR,A,"22-24,50-52" +PS00006,2WBR,A,"50-53,76-79" +PS00008,2WBR,A,43-48 +PS00001,2KB3,A,107-110 +PS00005,2KB3,A,85-87 +PS00006,2KB3,A,"36-39,123-126" +PS00008,2KB3,A,"30-35,104-109" +PS00001,3CJJ,A,"3-6,59-62" +PS00005,3CJJ,A,"5-7,33-35,150-152,155-157" +PS00006,3CJJ,A,"107-110,150-153" +PS00008,3CJJ,A,"73-78,120-125,126-131" +PS00001,2KB4,A,107-110 +PS00005,2KB4,A,85-87 +PS00006,2KB4,A,"36-39,123-126" +PS00008,2KB4,A,"30-35,104-109" +PS00005,2K3V,A,83-85 +PS00006,2K3V,A,"3-6,40-43,76-79" +PS00008,2K3V,A,"12-17,53-58" +PS00001,2K1R,A,42-45 +PS00005,2K1R,A,53-55 +PS00006,2K1R,A,"37-40,56-59" +PS00008,2K1R,A,11-16 +PS01047,2K1R,A,9-38 +PS00005,2K1R,B,"53-55,57-59" +PS00008,2K1R,B,13-18 +PS01047,2K1R,B,6-34 +PS00001,2K3T,A,29-32 +PS00005,2K3T,A,74-76 +PS00008,2K3T,A,"6-11,14-19" +PS00005,2KBQ,A,77-79 +PS00005,2KBR,A,77-79 +PS00005,2KBS,A,72-74 +PS00006,2KBS,A,59-62 +PS00008,2KBS,A,"13-18,27-32,36-41,43-48,55-60" +PS00006,2KBS,B,0-3 +PS00005,2KG4,A,"12-14,31-33" +PS00006,2KG4,A,"1-4,6-9" +PS00008,2KG4,A,38-43 +PS00001,2KGO,A,35-38 +PS00004,2KGO,A,98-101 +PS00006,2KGO,A,"36-39,54-57" +PS00008,2KGO,A,"17-22,75-80,100-105" +PS01102,2KGO,A,58-82 +PS00001,2KGR,A,54-57 +PS00005,2KGR,A,"10-12,97-99" +PS00006,2KGR,A,"56-59,65-68" +PS00018,2KGR,A,57-69 +PS00005,2KGX,A,129-131 +PS00006,2KGX,A,"118-121,129-132,164-167" +PS00008,2KGX,A,8-13 +PS00005,2KGX,B,51-53 +PS00006,2KGX,B,72-75 +PS00001,2RPC,A,133-136 +PS00005,2RPC,A,"14-16,70-72,135-137,146-148" +PS00006,2RPC,A,36-39 +PS00008,2RPC,A,0-5 +PS00028,2RPC,A,"92-114,122-144" +PS00005,2RPI,A,3-5 +PS00007,2RPI,A,42-50 +PS00008,2RPI,A,"14-19,23-28" +PS00005,3CNR,A,"37-39,57-59,109-111" +PS00006,3CNR,A,"52-55,107-110" +PS00008,3CNR,A,"73-78,105-110" +PS00005,3CNR,B,"37-39,57-59,109-111" +PS00006,3CNR,B,"52-55,107-110" +PS00008,3CNR,B,"73-78,105-110" +PS00004,3D69,A,53-56 +PS00005,3D69,A,"52-54,190-192" +PS00006,3D69,A,"80-83,94-97,124-127,203-206" +PS00008,3D69,A,"14-19,23-28,64-69,103-108,110-115,161-166" +PS00290,3D69,A,194-200 +PS00005,3D69,B,"16-18,55-57,62-64,84-86,121-123,133-135" +PS00006,3D69,B,211-214 +PS00007,3D69,B,86-93 +PS00008,3D69,B,"112-117,139-144,163-168" +PS00290,3D69,B,200-206 +PS00005,3D69,H,"16-18,55-57,62-64,84-86,121-123,133-135" +PS00006,3D69,H,211-214 +PS00007,3D69,H,86-93 +PS00008,3D69,H,"112-117,139-144,163-168" +PS00290,3D69,H,200-206 +PS00004,3D69,L,53-56 +PS00005,3D69,L,"52-54,190-192" +PS00006,3D69,L,"80-83,94-97,124-127,203-206" +PS00008,3D69,L,"14-19,23-28,64-69,103-108,110-115,161-166" +PS00290,3D69,L,194-200 +PS00005,3GGW,A,"21-23,24-26,76-78,157-159,201-203" +PS00006,3GGW,A,"71-74,80-83,106-109,166-169,186-189" +PS00008,3GGW,A,"15-20,72-77,88-93,162-167" +PS00290,3GGW,A,196-202 +PS00005,3GGW,B,"16-18,64-66,114-116,204-206" +PS00006,3GGW,B,"72-75,205-208" +PS00007,3GGW,B,88-95 +PS00008,3GGW,B,"25-30,93-98,105-110,158-163" +PS00005,3GGW,C,"21-23,24-26,76-78,157-159,201-203" +PS00006,3GGW,C,"71-74,80-83,106-109,166-169,186-189" +PS00008,3GGW,C,"15-20,72-77,88-93,162-167" +PS00290,3GGW,C,196-202 +PS00005,3GGW,D,"16-18,64-66,114-116,204-206" +PS00006,3GGW,D,"72-75,205-208" +PS00007,3GGW,D,88-95 +PS00008,3GGW,D,"25-30,93-98,105-110,158-163" +PS00001,2K22,A,63-66 +PS00005,2K22,A,"2-4,8-10,13-15,66-68" +PS00008,2K22,A,"38-43,61-66" +PS00001,2K24,A,"7-10,39-42" +PS00006,2K24,A,"28-31,79-82" +PS00008,2K24,A,12-17 +PS00006,2K2A,A,"36-39,65-68" +PS00008,2K2A,A,62-67 +PS00018,2K2A,A,48-60 +PS00001,2KA6,A,26-29 +PS00004,2KA6,A,"5-8,46-49" +PS00005,2KA6,A,4-6 +PS00006,2KA6,A,0-3 +PS00008,2KA6,A,52-57 +PS00006,2KA6,B,21-24 +PS00008,2KA6,B,0-5 +PS00005,2KB2,A,30-32 +PS00008,2KB2,A,"55-60,138-143" +PS00005,2KDT,A,1-3 +PS00006,2KDT,A,2-5 +PS00008,2KDT,A,6-11 +PS00005,2ROO,A,2-4 +PS00006,2ROO,A,28-31 +PS00008,2ROO,A,1-6 +PS60018,2ROO,A,0-42 +PS00004,2WCC,3,2-5 +PS00005,2WCC,3,30-32 +PS00006,2WCC,3,30-33 +PS00009,2WCC,3,0-3 +PS00005,2KC3,A,67-69 +PS00006,2KC3,A,"8-11,42-45,67-70,76-79,129-132" +PS00008,2KC3,A,165-170 +PS00006,2KE3,A,0-3 +PS00008,2KE3,A,4-9 +PS00001,2KEY,A,77-80 +PS00005,2KEY,A,"21-23,28-30,80-82" +PS00006,2KEY,A,8-11 +PS00005,2KG6,A,69-71 +PS00006,2KG6,A,"5-8,16-19,58-61,69-72" +PS00007,2KG6,A,33-39 +PS00008,2KG6,A,22-27 +PS00012,2KG6,A,36-51 +PS00005,2KG8,A,69-71 +PS00006,2KG8,A,"5-8,16-19,58-61,69-72" +PS00007,2KG8,A,33-39 +PS00008,2KG8,A,22-27 +PS00012,2KG8,A,36-51 +PS00005,2KG9,A,69-71 +PS00006,2KG9,A,"5-8,16-19,58-61,69-72" +PS00007,2KG9,A,33-39 +PS00008,2KG9,A,22-27 +PS00012,2KG9,A,36-51 +PS00005,2KGA,A,69-71 +PS00006,2KGA,A,"5-8,16-19,58-61,69-72" +PS00007,2KGA,A,33-39 +PS00008,2KGA,A,22-27 +PS00012,2KGA,A,36-51 +PS00005,2KGC,A,69-71 +PS00006,2KGC,A,"5-8,16-19,58-61,69-72" +PS00007,2KGC,A,33-39 +PS00008,2KGC,A,22-27 +PS00012,2KGC,A,36-51 +PS00005,2KGD,A,69-71 +PS00006,2KGD,A,"5-8,16-19,58-61,69-72" +PS00007,2KGD,A,33-39 +PS00008,2KGD,A,22-27 +PS00012,2KGD,A,36-51 +PS00005,2KGE,A,69-71 +PS00006,2KGE,A,"5-8,16-19,58-61,69-72" +PS00007,2KGE,A,33-39 +PS00008,2KGE,A,22-27 +PS00012,2KGE,A,36-51 +PS00001,2RQ1,A,70-73 +PS00004,2RQ1,A,103-106 +PS00005,2RQ1,A,85-87 +PS00006,2RQ1,A,1-4 +PS00005,2ZUP,A,"100-102,180-182,185-187" +PS00006,2ZUP,A,"9-12,103-106,168-171" +PS00008,2ZUP,A,"52-57,64-69,94-99,164-169" +PS00008,2ZUP,B,"52-57,83-88,147-152" +PS00029,2ZUP,B,15-36 +PS00008,2ZUQ,A,"52-57,83-88,147-152" +PS00029,2ZUQ,A,15-36 +PS00005,2ZUQ,B,"41-43,53-55,68-70,77-79,177-179,221-223" +PS00006,2ZUQ,B,"17-20,33-36,77-80,92-95,126-129,186-189,206-209" +PS00008,2ZUQ,B,"89-94,182-187" +PS00290,2ZUQ,B,216-222 +PS00005,2ZUQ,C,"16-18,62-64,84-86,118-120,208-210" +PS00006,2ZUQ,C,"29-32,209-212" +PS00007,2ZUQ,C,"42-49,86-93" +PS00008,2ZUQ,C,"53-58,109-114,138-143,162-167" +PS00008,2ZUQ,D,"52-57,83-88,147-152" +PS00029,2ZUQ,D,15-36 +PS00005,2ZUQ,E,"41-43,53-55,68-70,77-79,177-179,221-223" +PS00006,2ZUQ,E,"17-20,33-36,77-80,92-95,126-129,186-189,206-209" +PS00008,2ZUQ,E,"89-94,182-187" +PS00290,2ZUQ,E,216-222 +PS00005,2ZUQ,F,"16-18,62-64,84-86,118-120,208-210" +PS00006,2ZUQ,F,"29-32,209-212" +PS00007,2ZUQ,F,"42-49,86-93" +PS00008,2ZUQ,F,"53-58,109-114,138-143,162-167" +PS00004,3EC3,A,"120-123,127-130" +PS00005,3EC3,A,"12-14,49-51,130-132,202-204" +PS00006,3EC3,A,"49-52,85-88,122-125,190-193" +PS00007,3EC3,A,121-129 +PS00008,3EC3,A,"3-8,30-35,98-103,186-191" +PS00009,3EC3,A,202-205 +PS00004,3EC3,B,"120-123,127-130" +PS00005,3EC3,B,"12-14,49-51,130-132,202-204" +PS00006,3EC3,B,"49-52,85-88,122-125,190-193" +PS00007,3EC3,B,121-129 +PS00008,3EC3,B,"3-8,30-35,98-103,186-191" +PS00009,3EC3,B,202-205 +PS00004,2K2V,A,"48-51,52-55" +PS00005,2K2V,A,"51-53,93-95" +PS00006,2K2V,A,"55-58,97-100" +PS00005,2K8H,A,"18-20,65-67" +PS00006,2K8H,A,"18-21,73-76,80-83" +PS00008,2K8H,A,"4-9,11-16,60-65" +PS00001,2KA4,A,"80-83,94-97" +PS00005,2KA4,A,"46-48,70-72,96-98" +PS00006,2KA4,A,82-85 +PS00005,2KA4,B,27-29 +PS00006,2KA4,B,46-49 +PS00005,2KHN,A,40-42 +PS00006,2KHN,A,27-30 +PS00008,2KHN,A,19-24 +PS00018,2KHN,A,75-87 +PS00005,2KHV,A,"16-18,29-31,81-83" +PS00006,2KHV,A,"1-4,42-45,75-78" +PS00001,2ROR,A,43-46 +PS00005,2ROR,A,"5-7,64-66,86-88,105-107" +PS00006,2ROR,A,105-108 +PS00008,2ROR,A,0-5 +PS00006,2ROR,B,8-11 +PS00005,2WC2,A,"97-99,127-129,139-141" +PS00006,2WC2,A,"89-92,157-160,167-170" +PS00008,2WC2,A,"78-83,172-177" +PS00042,2WC2,A,166-189 +PS00888,2WC2,A,28-44 +PS00889,2WC2,A,69-87 +PS00005,2WC2,B,"97-99,127-129,139-141" +PS00006,2WC2,B,"89-92,157-160,167-170" +PS00008,2WC2,B,"78-83,172-177" +PS00042,2WC2,B,166-189 +PS00888,2WC2,B,28-44 +PS00889,2WC2,B,69-87 +PS00006,3F2E,A,71-74 +PS00008,3F2E,A,"35-40,46-51,82-87" +PS00001,3G5F,A,"196-199,276-279" +PS00004,3G5F,A,57-60 +PS00005,3G5F,A,"11-13,60-62,102-104" +PS00006,3G5F,A,"37-40,60-63,118-121,169-172,278-281" +PS00007,3G5F,A,207-214 +PS00008,3G5F,A,"92-97,233-238,346-351,367-372" +PS00009,3G5F,A,349-352 +PS00016,3G5F,A,13-15 +PS00086,3G5F,A,337-346 +PS00001,3G5H,A,"196-199,276-279" +PS00004,3G5H,A,57-60 +PS00005,3G5H,A,"11-13,60-62,102-104" +PS00006,3G5H,A,"37-40,60-63,118-121,169-172,278-281" +PS00007,3G5H,A,207-214 +PS00008,3G5H,A,"92-97,233-238,346-351,367-372" +PS00009,3G5H,A,349-352 +PS00016,3G5H,A,13-15 +PS00086,3G5H,A,337-346 +PS00005,3GIN,A,86-88 +PS00006,3GIN,A,"70-73,86-89,145-148,156-159" +PS00007,3GIN,A,23-31 +PS00008,3GIN,A,"29-34,48-53,64-69,123-128,137-142" +PS00005,3GIN,B,86-88 +PS00006,3GIN,B,"70-73,86-89,145-148,156-159" +PS00007,3GIN,B,23-31 +PS00008,3GIN,B,"29-34,48-53,64-69,123-128,137-142" +PS00005,2JZB,A,32-34 +PS00006,2JZB,A,"54-57,68-71,94-97" +PS00008,2JZB,A,80-85 +PS00009,2JZB,A,64-67 +PS00006,2JZB,B,"2-5,33-36" +PS00005,2K77,A,"7-9,57-59,81-83" +PS00006,2K77,A,91-94 +PS00008,2K77,A,"71-76,128-133" +PS00006,2K8X,A,"4-7,15-18" +PS00007,2K8X,A,14-21 +PS00008,2K8X,A,0-5 +PS00006,2K8X,B,"4-7,15-18" +PS00007,2K8X,B,14-21 +PS00008,2K8X,B,0-5 +PS00007,2KBL,A,6-14 +PS00005,2KFT,A,42-44 +PS00006,2KFT,A,"1-4,52-55" +PS00008,2KFT,A,"21-26,41-46" +PS01359,2KFT,A,7-48 +PS00004,2KFT,B,7-10 +PS00005,2KFT,B,5-7 +PS00322,2KFT,B,13-19 +PS00005,2KHQ,A,"22-24,66-68,92-94" +PS00006,2KHQ,A,"2-5,100-103" +PS00007,2KHQ,A,24-31 +PS00008,2KHQ,A,59-64 +PS00001,2ROT,A,34-37 +PS00005,2ROT,A,"3-5,18-20,23-25,36-38" +PS00006,2ROT,A,"3-6,18-21,36-39" +PS00001,2KIH,A,2-5 +PS00001,2KIH,B,2-5 +PS00001,2KIH,C,2-5 +PS00001,2KIH,D,2-5 +PS00005,2K40,A,58-60 +PS00006,2K40,A,58-61 +PS00027,2K40,A,33-56 +PS00005,2K61,A,"27-29,145-147" +PS00006,2K61,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2K61,A,"24-29,39-44" +PS00018,2K61,A,"19-31,55-67,92-104,128-140" +PS00004,2K7H,A,52-55 +PS00005,2K7H,A,"35-37,50-52,115-117,133-135" +PS00006,2K7H,A,"3-6,23-26,55-58,71-74,120-123" +PS00008,2K7H,A,"46-51,108-113" +PS00451,2K7H,A,86-118 +PS00001,2K89,A,35-38 +PS00005,2K89,A,"5-7,29-31" +PS00006,2K89,A,36-39 +PS00008,2K89,A,71-76 +PS00001,2K8A,A,35-38 +PS00005,2K8A,A,"5-7,29-31" +PS00006,2K8A,A,36-39 +PS00008,2K8A,A,71-76 +PS00005,2K8B,A,8-10 +PS00006,2K8B,A,54-57 +PS00299,2K8B,A,26-51 +PS00001,2K8B,B,35-38 +PS00005,2K8B,B,"5-7,29-31" +PS00006,2K8B,B,36-39 +PS00008,2K8B,B,71-76 +PS00005,2K8C,A,8-10 +PS00006,2K8C,A,54-57 +PS00299,2K8C,A,26-51 +PS00001,2K8C,B,35-38 +PS00005,2K8C,B,"5-7,29-31" +PS00006,2K8C,B,36-39 +PS00008,2K8C,B,71-76 +PS00005,2K8Q,A,"2-4,117-119" +PS00006,2K8Q,A,"8-11,68-71" +PS00001,2K9P,A,"1-4,15-18,74-77" +PS00005,2K9P,A,"41-43,44-46" +PS00006,2K9P,A,6-9 +PS00008,2K9P,A,"0-5,12-17,25-30" +PS00001,2KAK,A,33-36 +PS00005,2KAK,A,25-27 +PS00008,2KAK,A,"12-17,22-27,37-42" +PS00005,2KCW,A,"3-5,124-126" +PS00006,2KCW,A,"7-10,36-39,127-130" +PS00008,2KCW,A,83-88 +PS00005,2KGI,B,5-7 +PS00005,2KHP,A,"51-53,87-89" +PS00006,2KHP,A,3-6 +PS00008,2KHP,A,"14-19,29-34" +PS00195,2KHP,A,9-25 +PS00001,2KHR,A,57-60 +PS00005,2KHR,A,65-67 +PS00006,2KHR,A,65-68 +PS00008,2KHR,A,0-5 +PS00001,2RQA,A,"41-44,47-50,129-132" +PS00004,2RQA,A,108-111 +PS00005,2RQA,A,"69-71,85-87" +PS00006,2RQA,A,116-119 +PS00008,2RQA,A,65-70 +PS00001,2RQB,A,"18-21,102-105" +PS00005,2RQB,A,"4-6,104-106" +PS00006,2RQB,A,"25-28,131-134" +PS00008,2RQB,A,"3-8,74-79" +PS00005,3DYF,A,"133-135,204-206,329-331,334-336,384-386" +PS00006,3DYF,A,"75-78,200-203,215-218,284-287" +PS00008,3DYF,A,"17-22,67-72,247-252,325-330" +PS00444,3DYF,A,269-281 +PS00723,3DYF,A,122-136 +PS00005,3DYF,B,"133-135,204-206,329-331,334-336,384-386" +PS00006,3DYF,B,"75-78,200-203,215-218,284-287" +PS00008,3DYF,B,"17-22,67-72,247-252,325-330" +PS00444,3DYF,B,269-281 +PS00723,3DYF,B,122-136 +PS00005,3DYG,A,"133-135,204-206,329-331,334-336,384-386" +PS00006,3DYG,A,"75-78,200-203,215-218,284-287" +PS00008,3DYG,A,"17-22,67-72,247-252,325-330" +PS00444,3DYG,A,269-281 +PS00723,3DYG,A,122-136 +PS00005,3DYG,B,"133-135,204-206,329-331,334-336,384-386" +PS00006,3DYG,B,"75-78,200-203,215-218,284-287" +PS00008,3DYG,B,"17-22,67-72,247-252,325-330" +PS00444,3DYG,B,269-281 +PS00723,3DYG,B,122-136 +PS00005,3DYH,A,"133-135,204-206,329-331,334-336,384-386" +PS00006,3DYH,A,"75-78,200-203,215-218,284-287" +PS00008,3DYH,A,"17-22,67-72,247-252,325-330" +PS00444,3DYH,A,269-281 +PS00723,3DYH,A,122-136 +PS00005,3DYH,B,"133-135,204-206,329-331,334-336,384-386" +PS00006,3DYH,B,"75-78,200-203,215-218,284-287" +PS00008,3DYH,B,"17-22,67-72,247-252,325-330" +PS00444,3DYH,B,269-281 +PS00723,3DYH,B,122-136 +PS00005,3EFQ,A,"133-135,204-206,329-331,334-336,384-386" +PS00006,3EFQ,A,"75-78,200-203,215-218,284-287" +PS00008,3EFQ,A,"17-22,67-72,247-252,325-330" +PS00444,3EFQ,A,269-281 +PS00723,3EFQ,A,122-136 +PS00005,3EFQ,B,"133-135,204-206,329-331,334-336,384-386" +PS00006,3EFQ,B,"75-78,200-203,215-218,284-287" +PS00008,3EFQ,B,"17-22,67-72,247-252,325-330" +PS00444,3EFQ,B,269-281 +PS00723,3EFQ,B,122-136 +PS00005,3EGT,A,"156-158,227-229,352-354,357-359,407-409" +PS00006,3EGT,A,"98-101,223-226,238-241,307-310" +PS00008,3EGT,A,"17-22,40-45,90-95,270-275,348-353" +PS00444,3EGT,A,292-304 +PS00723,3EGT,A,145-159 +PS00005,3EGT,B,"156-158,227-229,352-354,357-359,407-409" +PS00006,3EGT,B,"98-101,223-226,238-241,307-310" +PS00008,3EGT,B,"17-22,40-45,90-95,270-275,348-353" +PS00444,3EGT,B,292-304 +PS00723,3EGT,B,145-159 +PS00001,3FZN,A,"373-376,431-434,454-457" +PS00005,3FZN,A,"60-62,181-183,331-333,511-513" +PS00006,3FZN,A,"6-9,110-113,130-133,356-359,360-363,505-508" +PS00007,3FZN,A,32-40 +PS00008,3FZN,A,"21-26,51-56,73-78,79-84,250-255,318-323,401-406,411-416,455-460,465-470" +PS00187,3FZN,A,410-429 +PS00001,3FZN,B,"373-376,431-434,454-457" +PS00005,3FZN,B,"60-62,181-183,331-333,511-513" +PS00006,3FZN,B,"6-9,110-113,130-133,356-359,360-363,505-508" +PS00007,3FZN,B,32-40 +PS00008,3FZN,B,"21-26,51-56,73-78,79-84,250-255,318-323,401-406,411-416,455-460,465-470" +PS00187,3FZN,B,410-429 +PS00001,3FZN,C,"373-376,431-434,454-457" +PS00005,3FZN,C,"60-62,181-183,331-333,511-513" +PS00006,3FZN,C,"6-9,110-113,130-133,356-359,360-363,505-508" +PS00007,3FZN,C,32-40 +PS00008,3FZN,C,"21-26,51-56,73-78,79-84,250-255,318-323,401-406,411-416,455-460,465-470" +PS00187,3FZN,C,410-429 +PS00001,3FZN,D,"373-376,431-434,454-457" +PS00005,3FZN,D,"60-62,181-183,331-333,511-513" +PS00006,3FZN,D,"6-9,110-113,130-133,356-359,360-363,505-508" +PS00007,3FZN,D,32-40 +PS00008,3FZN,D,"21-26,51-56,73-78,79-84,250-255,318-323,401-406,411-416,455-460,465-470" +PS00187,3FZN,D,410-429 +PS00005,2K3Q,A,"23-25,26-28" +PS00006,2K3Q,A,"19-22,39-42" +PS00008,2K3Q,A,100-105 +PS00004,2K4K,A,84-87 +PS00005,2K4K,A,"11-13,74-76,109-111,121-123" +PS00006,2K4K,A,"52-55,109-112" +PS00008,2K4K,A,"7-12,21-26" +PS00006,2K7X,A,"39-42,98-101,105-108" +PS00008,2K7X,A,8-13 +PS00005,2KAM,A,23-25 +PS00006,2KAM,A,7-10 +PS00001,2KDS,A,78-81 +PS00005,2KDS,A,55-57 +PS00006,2KDS,A,66-69 +PS00004,2KGK,A,32-35 +PS00006,2KGK,A,"63-66,78-81" +PS00007,2KGK,A,23-30 +PS00008,2KGK,A,72-77 +PS00009,2KGK,A,"42-45,55-58" +PS00075,2KGK,A,13-35 +PS00005,2KHL,A,"19-21,51-53" +PS00008,2KHL,A,12-17 +PS00001,2KHO,A,"186-189,313-316,414-417,431-434,450-453" +PS00005,2KHO,A,"22-24,486-488,492-494,499-501,544-546,594-596" +PS00006,2KHO,A,"125-128,202-205,220-223,306-309,329-332,426-429,486-489,492-495,562-565,569-572" +PS00008,2KHO,A,"5-10,179-184,327-332,378-383,404-409" +PS00009,2KHO,A,72-75 +PS00297,2KHO,A,6-13 +PS00329,2KHO,A,191-204 +PS01036,2KHO,A,336-350 +PS00008,2KI9,A,8-13 +PS00005,2RPP,A,56-58 +PS00006,2RPP,A,"28-31,77-80" +PS00007,2RPP,A,60-68 +PS00008,2RPP,A,0-5 +PS00005,3DVT,A,3-5 +PS00007,3DVT,A,44-51 +PS00008,3DVT,A,64-69 +PS01239,3DVT,A,56-70 +PS00005,3DVT,B,3-5 +PS00007,3DVT,B,44-51 +PS00008,3DVT,B,64-69 +PS01239,3DVT,B,56-70 +PS00005,3DVT,C,3-5 +PS00007,3DVT,C,44-51 +PS00008,3DVT,C,64-69 +PS01239,3DVT,C,56-70 +PS00005,3DVT,D,3-5 +PS00007,3DVT,D,44-51 +PS00008,3DVT,D,64-69 +PS01239,3DVT,D,56-70 +PS00005,3DVT,E,3-5 +PS00007,3DVT,E,44-51 +PS00008,3DVT,E,64-69 +PS01239,3DVT,E,56-70 +PS00005,3DVT,F,3-5 +PS00007,3DVT,F,44-51 +PS00008,3DVT,F,64-69 +PS01239,3DVT,F,56-70 +PS00008,2KFS,A,"8-13,15-20,41-46,116-121" +PS00005,2K85,A,"9-11,33-35,51-53" +PS00006,2K85,A,9-12 +PS00008,2K85,A,"0-5,50-55" +PS00001,2K9F,A,103-106 +PS00005,2K9F,A,"7-9,45-47" +PS00006,2K9F,A,126-129 +PS00008,2K9F,A,95-100 +PS00001,2K9F,B,120-123 +PS00006,2K9F,B,"58-61,113-116" +PS00007,2K9F,B,30-36 +PS00008,2K9F,B,100-105 +PS00005,2KEI,A,30-32 +PS00006,2KEI,A,4-7 +PS00356,2KEI,A,5-23 +PS00005,2KEI,B,30-32 +PS00006,2KEI,B,4-7 +PS00356,2KEI,B,5-23 +PS00005,2KEJ,A,30-32 +PS00006,2KEJ,A,4-7 +PS00356,2KEJ,A,5-23 +PS00005,2KEJ,B,30-32 +PS00006,2KEJ,B,4-7 +PS00356,2KEJ,B,5-23 +PS00005,2KEK,A,30-32 +PS00006,2KEK,A,4-7 +PS00356,2KEK,A,5-23 +PS00005,2KEK,B,30-32 +PS00006,2KEK,B,4-7 +PS00356,2KEK,B,5-23 +PS00005,2KEQ,A,108-110 +PS00007,2KEQ,A,"25-32,51-59" +PS00008,2KEQ,A,"0-5,38-43" +PS00005,2KF2,A,"48-50,66-68,76-78" +PS00006,2KF2,A,4-7 +PS00001,2VK2,A,241-244 +PS00005,2VK2,A,"33-35,283-285" +PS00006,2VK2,A,"25-28,69-72,266-269,283-286" +PS00008,2VK2,A,"10-15,135-140,204-209,213-218,223-228" +PS00001,2WCY,A,65-68 +PS00005,2WCY,A,"45-47,69-71,97-99,145-147" +PS00006,2WCY,A,"69-72,106-109,125-128" +PS00008,2WCY,A,"132-137,138-143" +PS01186,2WCY,A,24-39 +PS00001,3ECU,A,85-88 +PS00005,3ECU,A,"33-35,67-69,133-135" +PS00006,3ECU,A,97-100 +PS00008,3ECU,A,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECU,A,43-53 +PS00332,3ECU,A,137-148 +PS00001,3ECU,B,85-88 +PS00005,3ECU,B,"33-35,67-69,133-135" +PS00006,3ECU,B,97-100 +PS00008,3ECU,B,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECU,B,43-53 +PS00332,3ECU,B,137-148 +PS00001,3ECU,C,85-88 +PS00005,3ECU,C,"33-35,67-69,133-135" +PS00006,3ECU,C,97-100 +PS00008,3ECU,C,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECU,C,43-53 +PS00332,3ECU,C,137-148 +PS00001,3ECU,D,85-88 +PS00005,3ECU,D,"33-35,67-69,133-135" +PS00006,3ECU,D,97-100 +PS00008,3ECU,D,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECU,D,43-53 +PS00332,3ECU,D,137-148 +PS00001,3ECV,A,85-88 +PS00005,3ECV,A,"33-35,67-69,112-114,133-135" +PS00006,3ECV,A,97-100 +PS00008,3ECV,A,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECV,A,43-53 +PS00332,3ECV,A,137-148 +PS00001,3ECV,B,85-88 +PS00005,3ECV,B,"33-35,67-69,112-114,133-135" +PS00006,3ECV,B,97-100 +PS00008,3ECV,B,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECV,B,43-53 +PS00332,3ECV,B,137-148 +PS00001,3ECV,C,85-88 +PS00005,3ECV,C,"33-35,67-69,112-114,133-135" +PS00006,3ECV,C,97-100 +PS00008,3ECV,C,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECV,C,43-53 +PS00332,3ECV,C,137-148 +PS00001,3ECV,D,85-88 +PS00005,3ECV,D,"33-35,67-69,112-114,133-135" +PS00006,3ECV,D,97-100 +PS00008,3ECV,D,"32-37,55-60,84-89,129-134,137-142" +PS00087,3ECV,D,43-53 +PS00332,3ECV,D,137-148 +PS00001,3ECW,A,85-88 +PS00005,3ECW,A,"33-35,67-69,133-135" +PS00006,3ECW,A,97-100 +PS00008,3ECW,A,"32-37,55-60,84-89,129-134,137-142" +PS00332,3ECW,A,137-148 +PS00001,3ECW,B,85-88 +PS00005,3ECW,B,"33-35,67-69,133-135" +PS00006,3ECW,B,97-100 +PS00008,3ECW,B,"32-37,55-60,84-89,129-134,137-142" +PS00332,3ECW,B,137-148 +PS00001,3ECW,C,85-88 +PS00005,3ECW,C,"33-35,67-69,133-135" +PS00006,3ECW,C,97-100 +PS00008,3ECW,C,"32-37,55-60,84-89,129-134,137-142" +PS00332,3ECW,C,137-148 +PS00001,3ECW,D,85-88 +PS00005,3ECW,D,"33-35,67-69,133-135" +PS00006,3ECW,D,97-100 +PS00008,3ECW,D,"32-37,55-60,84-89,129-134,137-142" +PS00332,3ECW,D,137-148 +PS00005,3H9X,A,72-74 +PS00006,3H9X,A,"15-18,33-36,106-109,115-118" +PS00008,3H9X,A,78-83 +PS00005,3H9X,B,72-74 +PS00006,3H9X,B,"15-18,33-36,106-109,115-118" +PS00008,3H9X,B,78-83 +PS00005,3H9X,C,72-74 +PS00006,3H9X,C,"15-18,33-36,106-109,115-118" +PS00008,3H9X,C,78-83 +PS00005,3H9X,D,72-74 +PS00006,3H9X,D,"15-18,33-36,106-109,115-118" +PS00008,3H9X,D,78-83 +PS00005,3E7U,X,20-22 +PS00008,3E7U,X,"26-31,32-37" +PS00006,2K9L,A,"10-13,49-52,60-63" +PS00006,2K9M,A,"1-4,40-43,51-54,125-128" +PS00009,2K9M,A,103-106 +PS00005,2KE1,A,45-47 +PS00006,2KE1,A,55-58 +PS00008,2KE1,A,"24-29,44-49" +PS01359,2KE1,A,10-51 +PS00005,2KE1,B,5-7 +PS00005,2KI8,A,"11-13,29-31,135-137" +PS00006,2KI8,A,"11-14,38-41,135-138" +PS00008,2KI8,A,"65-70,121-126" +PS00005,2RPA,A,47-49 +PS00006,2RPA,A,47-50 +PS00008,2RPA,A,25-30 +PS00001,2RPB,A,45-48 +PS00005,2RPB,A,"75-77,92-94" +PS00006,2RPB,A,"75-78,100-103" +PS00008,2RPB,A,96-101 +PS01270,2RPB,A,77-105 +PS00006,3FZ2,A,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,A,"47-52,118-123" +PS00006,3FZ2,B,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,B,"47-52,118-123" +PS00006,3FZ2,C,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,C,"47-52,118-123" +PS00006,3FZ2,D,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,D,"47-52,118-123" +PS00006,3FZ2,E,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,E,"47-52,118-123" +PS00006,3FZ2,F,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,F,"47-52,118-123" +PS00006,3FZ2,G,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,G,"47-52,118-123" +PS00006,3FZ2,H,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,H,"47-52,118-123" +PS00006,3FZ2,I,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,I,"47-52,118-123" +PS00006,3FZ2,J,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,J,"47-52,118-123" +PS00006,3FZ2,K,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,K,"47-52,118-123" +PS00006,3FZ2,L,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZ2,L,"47-52,118-123" +PS00006,3FZB,A,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,A,"47-52,118-123" +PS00006,3FZB,B,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,B,"47-52,118-123" +PS00006,3FZB,C,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,C,"47-52,118-123" +PS00006,3FZB,D,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,D,"47-52,118-123" +PS00006,3FZB,E,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,E,"47-52,118-123" +PS00006,3FZB,F,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,F,"47-52,118-123" +PS00006,3FZB,G,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,G,"47-52,118-123" +PS00006,3FZB,H,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,H,"47-52,118-123" +PS00006,3FZB,I,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,I,"47-52,118-123" +PS00006,3FZB,J,"24-27,46-49,51-54,77-80,107-110,121-124" +PS00008,3FZB,J,"47-52,118-123" +PS00001,2K3P,A,143-146 +PS00005,2K3P,A,"70-72,86-88" +PS00006,2K3P,A,111-114 +PS00008,2K3P,A,"1-6,18-23,50-55,63-68,115-120,136-141" +PS00005,3HGB,A,"44-46,83-85,95-97" +PS00006,3HGB,A,"20-23,40-43,73-76,77-80,86-89,103-106,141-144,151-154" +PS00008,3HGB,A,"9-14,69-74" +PS00189,3HGB,A,69-98 +PS00001,2K3N,A,111-114 +PS00008,2K3N,A,"54-59,78-83,98-103,105-110" +PS00342,2K3N,A,157-159 +PS00001,2K3O,A,97-100 +PS00008,2K3O,A,"40-45,64-69,84-89,91-96,102-107,120-125" +PS00001,2K43,A,106-109 +PS00005,2K43,A,"91-93,108-110" +PS00006,2K43,A,"42-45,70-73" +PS00007,2K43,A,"49-56,80-86" +PS00008,2K43,A,"21-26,54-59,63-68,102-107" +PS00247,2K43,A,63-86 +PS00001,2K44,A,8-11 +PS00005,2K45,A,71-73 +PS00006,2K45,A,95-98 +PS00008,2K45,A,21-26 +PS00005,2K7L,A,"13-15,18-20,28-30,63-65" +PS00006,2K7L,A,"18-21,63-66" +PS00005,2K8V,A,"105-107,120-122" +PS00006,2K8V,A,26-29 +PS00008,2K8V,A,"13-18,51-56,134-139" +PS00009,2K8V,A,29-32 +PS00194,2K8V,A,42-60 +PS00005,2KCA,A,24-26 +PS00006,2KCA,A,"12-15,17-20,41-44,61-64" +PS00007,2KCA,A,99-106 +PS00001,2KEM,A,46-49 +PS00005,2KEM,A,"128-130,189-191" +PS00006,2KEM,A,"144-147,156-159,166-169" +PS00007,2KEM,A,87-94 +PS00008,2KEM,A,149-154 +PS00903,2KEM,A,74-112 +PS00001,2KJ5,A,72-75 +PS00005,2KJ5,A,"44-46,74-76" +PS00006,2KJ5,A,32-35 +PS00001,3FZW,A,123-126 +PS00005,3FZW,A,125-127 +PS00006,3FZW,A,"4-7,125-128" +PS00008,3FZW,A,"59-64,93-98" +PS00001,3FZW,B,123-126 +PS00005,3FZW,B,125-127 +PS00006,3FZW,B,"4-7,125-128" +PS00008,3FZW,B,"59-64,93-98" +PS00008,2K4A,A,21-26 +PS00005,2K4A,A,71-73 +PS00006,2K4A,A,95-98 +PS00001,2K4A,B,106-109 +PS00005,2K4A,B,"91-93,108-110" +PS00006,2K4A,B,"42-45,70-73" +PS00007,2K4A,B,"49-56,80-86" +PS00008,2K4A,B,"21-26,54-59,63-68,102-107" +PS00247,2K4A,B,63-86 +PS00001,2KBZ,A,42-45 +PS00005,2KBZ,A,67-69 +PS00007,2KBZ,A,69-76 +PS00005,2KFX,T,"36-38,83-85" +PS00006,2KFX,T,"36-39,52-55,83-86" +PS00008,2KFX,T,29-34 +PS00018,2KFX,T,64-76 +PS00007,2KGQ,A,31-37 +PS00006,2RQ5,A,"29-32,77-80,100-103" +PS00009,2RQ5,A,5-8 +PS00005,3E7R,L,20-22 +PS00008,3E7R,L,"26-31,32-37" +PS00001,3GF4,A,"65-68,333-336" +PS00005,3GF4,A,"2-4,155-157,345-347" +PS00006,3GF4,A,"63-66,112-115,127-130,133-136,224-227,287-290,329-332,354-357,368-371" +PS00007,3GF4,A,"74-81,177-184,223-231,279-285" +PS00008,3GF4,A,"9-14,91-96,160-165,191-196" +PS00001,3GF4,B,"65-68,333-336" +PS00005,3GF4,B,"2-4,155-157,345-347" +PS00006,3GF4,B,"63-66,112-115,127-130,133-136,224-227,287-290,329-332,354-357,368-371" +PS00007,3GF4,B,"74-81,177-184,223-231,279-285" +PS00008,3GF4,B,"9-14,91-96,160-165,191-196" +PS00005,3GK1,A,18-20 +PS00006,3GK1,A,"1-4,18-21,62-65" +PS00018,3GK1,A,61-73 +PS00303,3GK1,A,56-77 +PS00005,3GK2,A,18-20 +PS00006,3GK2,A,"1-4,18-21,62-65" +PS00018,3GK2,A,61-73 +PS00303,3GK2,A,56-77 +PS00005,3GK4,X,18-20 +PS00006,3GK4,X,"1-4,18-21,62-65" +PS00018,3GK4,X,61-73 +PS00303,3GK4,X,56-77 +PS00005,2K6L,B,"2-4,16-18" +PS00008,2K6L,B,26-31 +PS00001,2KFO,A,"62-65,78-81" +PS00004,2KFO,A,110-113 +PS00005,2KFO,A,"64-66,73-75" +PS00006,2KFO,A,"74-77,80-83" +PS00007,2KFO,A,29-36 +PS00008,2KFO,A,"0-5,12-17" +PS00009,2KFO,A,108-111 +PS00706,2KFO,A,81-99 +PS00004,2K6B,A,97-100 +PS00005,2K6B,A,"51-53,84-86,103-105,108-110" +PS00006,2K6B,A,1-4 +PS00005,2K6L,A,"2-4,16-18" +PS00008,2K6L,A,26-31 +PS00009,2K6L,A,26-29 +PS00009,2K6L,B,26-29 +PS00001,2K6P,A,30-33 +PS00004,2K6P,A,70-73 +PS00005,2K6R,A,11-13 +PS00008,2K6R,A,0-5 +PS00004,2K6S,A,20-23 +PS00006,2K6S,A,3-6 +PS00004,2K6S,B,20-23 +PS00006,2K6S,B,3-6 +PS00007,2K76,A,17-25 +PS00004,2KB7,P,13-16 +PS00006,2KB7,P,16-19 +PS00005,2KCR,A,"30-32,33-35" +PS00006,2KCR,A,48-51 +PS00008,2KCR,A,"17-22,38-43" +PS00006,2KDH,A,"3-6,37-40" +PS00018,2KDH,A,"15-27,51-63" +PS00005,2KEL,A,6-8 +PS00005,2KEL,B,6-8 +PS00001,2KFL,A,"62-65,78-81" +PS00005,2KFL,A,"64-66,73-75" +PS00006,2KFL,A,"74-77,80-83" +PS00007,2KFL,A,29-36 +PS00008,2KFL,A,"0-5,12-17,51-56" +PS00706,2KFL,A,81-99 +PS00001,2KFM,A,"62-65,78-81" +PS00004,2KFM,A,110-113 +PS00005,2KFM,A,"64-66,73-75" +PS00006,2KFM,A,"74-77,80-83" +PS00007,2KFM,A,29-36 +PS00008,2KFM,A,"0-5,12-17" +PS00009,2KFM,A,108-111 +PS00706,2KFM,A,81-99 +PS00001,2KHD,A,"2-5,71-74" +PS00005,2KHD,A,38-40 +PS00006,2KHD,A,4-7 +PS00008,2KHD,A,37-42 +PS00008,2KJI,A,35-40 +PS00009,2KJI,A,5-8 +PS00262,2KJI,A,33-47 +PS00006,2RPN,A,18-21 +PS00008,2RPN,A,47-52 +PS00008,2RPS,A,16-21 +PS00004,2KA1,A,31-34 +PS00008,2KA1,A,"0-5,26-31" +PS00009,2KA1,A,29-32 +PS00004,2KA1,B,31-34 +PS00008,2KA1,B,"0-5,26-31" +PS00009,2KA1,B,29-32 +PS00004,2KA2,A,31-34 +PS00008,2KA2,A,"0-5,26-31" +PS00009,2KA2,A,29-32 +PS00004,2KA2,B,31-34 +PS00008,2KA2,B,"0-5,26-31" +PS00009,2KA2,B,29-32 +PS00001,2KA9,A,53-56 +PS00007,2KA9,A,172-179 +PS00008,2KA9,A,"13-18,41-46,108-113,115-120" +PS00001,2KB5,A,"56-59,64-67,91-94" +PS00005,2KB5,A,"58-60,118-120" +PS00007,2KB5,A,113-121 +PS00009,2KB5,A,101-104 +PS00127,2KB5,A,36-42 +PS00005,2KDQ,A,3-5 +PS00009,2KDQ,A,5-8 +PS00005,2KFV,A,87-89 +PS00008,2KFV,A,"17-22,63-68" +PS00005,2KJ7,A,8-10 +PS00258,2KJ7,A,1-15 +PS00001,2KJL,A,56-59 +PS00005,2KJL,A,"8-10,20-22" +PS00006,2KJL,A,"4-7,35-38,60-63" +PS00008,2KJL,A,"0-5,30-35,44-49,54-59" +PS00001,2KJR,A,18-21 +PS00005,2KJR,A,56-58 +PS00006,2KJR,A,"22-25,44-47,69-72" +PS00008,2KJR,A,51-56 +PS00006,2RQE,A,22-25 +PS00007,2RQE,A,71-77 +PS00008,2RQE,A,"18-23,43-48" +PS00006,2WGO,A,50-53 +PS00007,2WGO,A,"49-57,89-97" +PS00009,2WGO,A,83-86 +PS00001,3EUY,A,33-36 +PS00005,3EUY,A,"58-60,88-90" +PS00006,3EUY,A,"49-52,79-82" +PS00008,3EUY,A,67-72 +PS00127,3EUY,A,39-45 +PS00001,3EUY,B,33-36 +PS00005,3EUY,B,"58-60,88-90" +PS00006,3EUY,B,"49-52,79-82" +PS00008,3EUY,B,67-72 +PS00127,3EUY,B,39-45 +PS00001,3EUX,A,33-36 +PS00005,3EUX,A,"58-60,88-90" +PS00006,3EUX,A,"49-52,79-82" +PS00008,3EUX,A,67-72 +PS00127,3EUX,A,39-45 +PS00001,3EUX,B,33-36 +PS00005,3EUX,B,"58-60,88-90" +PS00006,3EUX,B,"49-52,79-82" +PS00008,3EUX,B,67-72 +PS00127,3EUX,B,39-45 +PS00004,3FYR,A,"3-6,35-38" +PS00005,3FYR,A,1-3 +PS00004,3FYR,B,"3-6,35-38" +PS00005,3FYR,B,1-3 +PS00004,3FYR,C,"3-6,35-38" +PS00005,3FYR,C,1-3 +PS00005,3H0T,A,"52-54,190-192" +PS00006,3H0T,A,"8-11,82-85,124-127,203-206" +PS00007,3H0T,A,81-89 +PS00008,3H0T,A,"26-31,41-46,64-69,103-108,110-115,161-166" +PS00290,3H0T,A,194-200 +PS00005,3H0T,B,"76-78,123-125,135-137" +PS00006,3H0T,B,"89-92,213-216" +PS00008,3H0T,B,"101-106,112-117,141-146,165-170" +PS00290,3H0T,B,202-208 +PS00001,3HNU,X,56-59 +PS00005,3HNU,X,"8-10,20-22" +PS00006,3HNU,X,"4-7,35-38,60-63" +PS00008,3HNU,X,"0-5,30-35,44-49,54-59" +PS00001,3HNX,A,56-59 +PS00005,3HNX,A,"8-10,20-22" +PS00006,3HNX,A,"4-7,35-38,60-63" +PS00008,3HNX,A,"0-5,30-35,44-49,54-59" +PS00001,3HP8,A,56-59 +PS00005,3HP8,A,"8-10,20-22" +PS00006,3HP8,A,"4-7,35-38,60-63" +PS00008,3HP8,A,"0-5,30-35,44-49,54-59" +PS00001,3HP8,B,56-59 +PS00005,3HP8,B,"8-10,20-22" +PS00006,3HP8,B,"4-7,35-38,60-63" +PS00008,3HP8,B,"0-5,30-35,44-49,54-59" +PS00005,2KAX,A,"19-21,29-31" +PS00006,2KAX,A,"2-5,19-22,29-32,49-52,62-65" +PS00008,2KAX,A,23-28 +PS00018,2KAX,A,59-71 +PS00303,2KAX,A,54-75 +PS00005,2KAX,B,"19-21,29-31" +PS00006,2KAX,B,"2-5,19-22,29-32,49-52,62-65" +PS00008,2KAX,B,23-28 +PS00018,2KAX,B,59-71 +PS00303,2KAX,B,54-75 +PS00005,2KAY,A,"19-21,29-31" +PS00006,2KAY,A,"2-5,19-22,29-32,49-52,62-65" +PS00008,2KAY,A,23-28 +PS00018,2KAY,A,59-71 +PS00303,2KAY,A,54-75 +PS00005,2KAY,B,"19-21,29-31" +PS00006,2KAY,B,"2-5,19-22,29-32,49-52,62-65" +PS00008,2KAY,B,23-28 +PS00018,2KAY,B,59-71 +PS00303,2KAY,B,54-75 +PS00001,2KDD,A,8-11 +PS00004,2KDD,A,58-61 +PS00005,2KDD,A,"33-35,61-63,70-72,73-75" +PS00006,2KDD,A,1-4 +PS00008,2KDD,A,"13-18,29-34" +PS00001,2KDD,B,8-11 +PS00004,2KDD,B,58-61 +PS00005,2KDD,B,"33-35,61-63,70-72,73-75" +PS00006,2KDD,B,1-4 +PS00008,2KDD,B,"13-18,29-34" +PS00005,2KHF,A,8-10 +PS00008,2KHF,A,0-5 +PS00005,2KHG,A,8-10 +PS00008,2KHG,A,0-5 +PS00005,2KIF,A,64-66 +PS00006,2KIF,A,21-24 +PS00008,2KIF,A,81-86 +PS00005,2KIG,A,60-62 +PS00006,2KIG,A,"14-17,67-70,152-155" +PS00008,2KIG,A,98-103 +PS00001,2KK8,A,18-21 +PS00006,2KK8,A,20-23 +PS00005,2K7P,A,"18-20,29-31,43-45,60-62,180-182" +PS00006,2K7P,A,"50-53,137-140,142-145,184-187" +PS00008,2K7P,A,"13-18,105-110,128-133,176-181" +PS00001,2K7Q,A,23-26 +PS00005,2K7Q,A,"6-8,40-42,150-152,180-182" +PS00006,2K7Q,A,"16-19,25-28,40-43,89-92,137-140" +PS00008,2K7Q,A,"76-81,105-110,128-133,176-181" +PS00001,2KBN,A,87-90 +PS00006,2KBN,A,88-91 +PS00008,2KBN,A,14-19 +PS00001,2KBU,A,21-24 +PS00004,2KBU,A,7-10 +PS00005,2KBU,A,10-12 +PS00006,2KBU,A,23-26 +PS01159,2KBU,A,5-28 +PS00001,2KDC,A,1-4 +PS00005,2KDC,A,"16-18,89-91" +PS00006,2KDC,A,72-75 +PS00008,2KDC,A,19-24 +PS01069,2KDC,A,68-79 +PS00001,2KDC,B,1-4 +PS00005,2KDC,B,"16-18,89-91" +PS00006,2KDC,B,72-75 +PS00008,2KDC,B,19-24 +PS01069,2KDC,B,68-79 +PS00001,2KDC,C,1-4 +PS00005,2KDC,C,"16-18,89-91" +PS00006,2KDC,C,72-75 +PS00008,2KDC,C,19-24 +PS01069,2KDC,C,68-79 +PS00005,2KEG,A,2-4 +PS00008,2KEG,A,6-11 +PS00005,2KEH,A,2-4 +PS00008,2KEH,A,6-11 +PS00005,2KIM,A,64-66 +PS00006,2KIM,A,21-24 +PS00008,2KIM,A,81-86 +PS00004,2KIW,A,97-100 +PS00005,2KIW,A,"0-2,20-22,42-44" +PS00001,2KJ8,A,3-6 +PS00005,2KJ8,A,87-89 +PS00007,2KJ8,A,75-83 +PS00001,2KJ9,A,7-10 +PS00006,2KJ9,A,"1-4,25-28,36-39" +PS00007,2KJ9,A,64-71 +PS00004,2KJK,A,78-81 +PS00005,2KJK,A,"12-14,36-38,49-51,55-57,70-72" +PS00006,2KJK,A,"12-15,30-33,39-42,74-77,87-90" +PS00007,2KJK,A,"2-9,38-46" +PS00008,2KJK,A,"21-26,83-88" +PS00005,2KJZ,A,"11-13,133-135" +PS00006,2KJZ,A,"11-14,23-26,127-130" +PS00008,2KJZ,A,"65-70,86-91" +PS00005,2KJZ,B,"11-13,133-135" +PS00006,2KJZ,B,"11-14,23-26,127-130" +PS00008,2KJZ,B,"65-70,86-91" +PS00005,2KK4,A,43-45 +PS00006,2KK4,A,"16-19,46-49,78-81" +PS00009,2KK4,A,65-68 +PS00001,2KKL,A,93-96 +PS00005,2KKL,A,71-73 +PS00006,2KKL,A,"7-10,22-25" +PS00008,2KKL,A,"16-21,26-31,90-95" +PS00001,2KKQ,A,111-114 +PS00005,2KKQ,A,"23-25,31-33,59-61,69-71,107-109" +PS00006,2KKQ,A,102-105 +PS00008,2KKQ,A,96-101 +PS00006,2K6N,A,"33-36,44-47" +PS00001,2K6H,A,241-244 +PS00005,2K6H,A,26-28 +PS00007,2K6H,A,50-58 +PS00008,2K6H,A,"167-172,186-191" +PS00275,2K6H,A,161-177 +PS00006,2K6M,S,"33-36,44-47" +PS00005,2KCP,A,"31-33,73-75" +PS00008,2KCP,A,80-85 +PS00004,2KK0,A,47-50 +PS00005,2KK0,A,"73-75,106-108,137-139" +PS00006,2KK0,A,17-20 +PS00008,2KK0,A,49-54 +PS00009,2KK0,A,141-144 +PS00006,2KK7,A,27-30 +PS00001,2KKE,A,34-37 +PS00008,2KKE,A,8-13 +PS00009,2KKE,A,1-4 +PS00001,2KKE,B,34-37 +PS00008,2KKE,B,8-13 +PS00009,2KKE,B,1-4 +PS00004,2KKU,A,121-124 +PS00005,2KKU,A,"11-13,124-126" +PS00006,2KKU,A,"11-14,69-72,96-99,104-107" +PS00009,2KKU,A,118-121 +PS00001,2KL1,A,36-39 +PS00008,2KL1,A,"32-37,82-87" +PS00005,2KL2,A,8-10 +PS00005,2KL4,A,59-61 +PS00006,2KL4,A,"1-4,67-70" +PS00005,2KL5,A,4-6 +PS00006,2KL5,A,77-80 +PS00028,2KL5,A,87-109 +PS00001,2KLC,A,43-46 +PS00005,2KLC,A,"11-13,28-30,31-33,54-56" +PS00006,2KLC,A,"11-14,31-34,59-62" +PS00008,2KLC,A,83-88 +PS00004,3H15,A,"63-66,182-185" +PS00005,3H15,A,"47-49,150-152,185-187" +PS00006,3H15,A,22-25 +PS00008,3H15,A,"109-114,149-154" +PS00009,3H15,A,31-34 +PS00006,2K6I,A,12-15 +PS00005,2KCG,A,20-22 +PS00008,2KCG,A,0-5 +PS60008,2KCG,A,3-12 +PS00008,2KCH,A,"6-11,13-18" +PS60009,2KCH,A,0-9 +PS00004,2KCN,A,33-36 +PS00005,2KCN,A,3-5 +PS00006,2KCN,A,9-12 +PS00007,2KCN,A,8-15 +PS00001,2KDG,A,13-16 +PS00005,2KDG,A,56-58 +PS00006,2KDG,A,15-18 +PS00007,2KDG,A,69-76 +PS00008,2KDG,A,74-79 +PS00001,2KID,A,"48-51,55-58,89-92" +PS00004,2KID,A,78-81 +PS00005,2KID,A,"91-93,98-100" +PS00006,2KID,A,"43-46,50-53,62-65,98-101,124-127" +PS00007,2KID,A,86-94 +PS00008,2KID,A,41-46 +PS00006,2KJ6,A,"8-11,82-85" +PS00008,2KJ6,A,"50-55,65-70" +PS00001,2KKZ,A,49-52 +PS00005,2KKZ,A,107-109 +PS00006,2KKZ,A,"10-13,86-89,121-124" +PS00008,2KKZ,A,"70-75,95-100" +PS00006,2KL7,A,"7-10,67-70" +PS00008,2KL7,A,23-28 +PS01187,2KL7,A,1-27 +PS00005,2KLB,A,"12-14,126-128" +PS00006,2KLB,A,"77-80,121-124" +PS00008,2KLB,A,"22-27,53-58,69-74,85-90,108-113,134-139" +PS00004,2K7M,A,92-95 +PS00005,2K7M,A,"39-41,89-91,98-100" +PS00006,2K7M,A,24-27 +PS00008,2K7M,A,76-81 +PS00008,2KB9,A,"18-23,37-42" +PS00022,2KB9,A,30-41 +PS00001,2KFB,A,57-60 +PS00005,2KFB,A,"42-44,82-84,85-87,94-96,173-175" +PS00006,2KFB,A,12-15 +PS00007,2KFB,A,98-105 +PS00008,2KFB,A,"78-83,165-170" +PS00016,2KFB,A,67-69 +PS00006,2KIQ,A,25-28 +PS00001,2KL8,A,68-71 +PS00005,2KL8,A,74-76 +PS00016,2KL8,A,7-9 +PS00001,2KLD,A,7-10 +PS00004,2KLD,A,44-47 +PS00005,2KLD,A,54-56 +PS00006,2KLD,A,"9-12,47-50,77-80,86-89,97-100" +PS00008,2KLD,A,"5-10,59-64" +PS00001,2KLE,A,7-10 +PS00004,2KLE,A,44-47 +PS00005,2KLE,A,54-56 +PS00006,2KLE,A,"9-12,47-50,77-80,86-89,97-100" +PS00008,2KLE,A,"5-10,59-64" +PS00005,2KLX,A,"3-5,40-42" +PS00006,2KLX,A,"3-6,33-36" +PS00008,2KLX,A,29-34 +PS00195,2KLX,A,9-25 +PS00006,3IA3,A,"32-35,38-41" +PS00005,3IA3,B,"41-43,140-142" +PS00006,3IA3,B,6-9 +PS00008,3IA3,B,21-26 +PS00009,3IA3,B,61-64 +PS00006,3IA3,C,"32-35,38-41" +PS00005,3IA3,D,"41-43,140-142" +PS00006,3IA3,D,6-9 +PS00008,3IA3,D,21-26 +PS00009,3IA3,D,61-64 +PS00006,2KC6,A,35-38 +PS00004,2KET,A,14-17 +PS00007,2RPR,A,33-40 +PS00008,2RPR,A,0-5 +PS00001,2RQ4,A,"63-66,105-108" +PS00005,2RQ4,A,"17-19,53-55" +PS00006,2RQ4,A,"17-20,103-106" +PS00008,2RQ4,A,"0-5,13-18,49-54" +PS00001,2RQC,A,"63-66,105-108" +PS00005,2RQC,A,"17-19,53-55" +PS00006,2RQC,A,"17-20,103-106" +PS00008,2RQC,A,"0-5,13-18,49-54" +PS00001,3E0U,A,"100-103,127-130" +PS00006,3E0U,A,"3-6,75-78,148-151" +PS00008,3E0U,A,"41-46,55-60,70-75,117-122" +PS00342,3E0U,A,163-165 +PS00460,3E0U,A,24-39 +PS00763,3E0U,A,61-68 +PS00006,2KI0,A,12-15 +PS00008,2KI0,A,2-7 +PS00001,2K6G,A,65-68 +PS00005,2K6G,A,"67-69,84-86" +PS00006,2K6G,A,"53-56,82-85" +PS00008,2K6G,A,"27-32,41-46,59-64,80-85" +PS00001,2K7F,A,65-68 +PS00005,2K7F,A,"67-69,84-86" +PS00006,2K7F,A,"53-56,82-85" +PS00008,2K7F,A,"27-32,41-46,59-64,80-85" +PS00001,2K7N,A,"48-51,107-110" +PS00005,2K7N,A,"34-36,69-71" +PS00008,2K7N,A,"63-68,142-147,165-170,171-176,178-183" +PS00009,2K7N,A,199-202 +PS00170,2K7N,A,47-64 +PS00008,2K7V,A,73-78 +PS00189,2K7V,A,20-49 +PS00008,2K7V,B,73-78 +PS00189,2K7V,B,20-49 +PS00001,2K7Y,A,18-21 +PS00005,2K7Y,A,10-12 +PS00006,2K7Y,A,"16-19,20-23" +PS00006,2K84,A,26-29 +PS00005,2K88,A,"2-4,45-47" +PS00001,2K8G,A,47-50 +PS00005,2K8G,A,"4-6,39-41,87-89" +PS00006,2K8G,A,87-90 +PS00008,2K8G,A,"0-5,35-40,72-77" +PS00001,2K8R,A,106-109 +PS00005,2K8R,A,"91-93,108-110" +PS00006,2K8R,A,"42-45,70-73" +PS00007,2K8R,A,"49-56,80-86" +PS00008,2K8R,A,"21-26,54-59,63-68,102-107" +PS00247,2K8R,A,63-86 +PS00005,2K9D,A,8-10 +PS00006,2K9D,A,"9-12,21-24" +PS00007,2K9D,A,10-18 +PS00005,2KJ1,A,43-45 +PS00006,2KJ1,A,"43-46,65-68,75-78" +PS00005,2KJ1,B,43-45 +PS00006,2KJ1,B,"43-46,65-68,75-78" +PS00005,2KJ1,C,43-45 +PS00006,2KJ1,C,"43-46,65-68,75-78" +PS00005,2KJ1,D,43-45 +PS00006,2KJ1,D,"43-46,65-68,75-78" +PS00005,2K9G,A,26-28 +PS00006,2K9G,A,26-29 +PS00009,2K9G,A,51-54 +PS00001,2K9I,A,31-34 +PS00006,2K9I,A,33-36 +PS00008,2K9I,A,8-13 +PS00001,2K9I,B,31-34 +PS00006,2K9I,B,33-36 +PS00008,2K9I,B,8-13 +PS00008,2K9O,A,19-24 +PS01138,2K9O,A,11-32 +PS00008,2K9Y,A,17-22 +PS00008,2K9Y,B,17-22 +PS00005,2KAA,A,"4-6,34-36" +PS00006,2KAA,A,113-116 +PS00007,2KAA,A,36-43 +PS00008,2KAA,A,"31-36,52-57" +PS00017,2KAA,A,30-37 +PS00001,2KAC,A,13-16 +PS00005,2KAC,A,4-6 +PS00006,2KAC,A,"24-27,38-41" +PS00008,2KAC,A,14-19 +PS00005,2KAJ,A,"3-5,37-39,88-90" +PS00006,2KAJ,A,"13-16,61-64,88-91" +PS00008,2KAJ,A,41-46 +PS00197,2KAJ,A,38-46 +PS00001,2KAW,A,63-66 +PS00006,2KAW,A,65-68 +PS00008,2KAW,A,"29-34,38-43" +PS00016,2KAW,A,25-27 +PS00005,2KB0,A,"2-4,24-26,160-162" +PS00006,2KB0,A,"87-90,114-117,123-126" +PS00008,2KB0,A,53-58 +PS00017,2KB0,A,9-16 +PS00001,2KB6,A,68-71 +PS00004,2KB6,A,79-82 +PS00005,2KB6,A,"70-72,82-84" +PS00006,2KB6,A,"38-41,58-61" +PS00008,2KB6,A,49-54 +PS00127,2KB6,A,29-35 +PS00005,2KBE,A,"19-21,71-73" +PS00006,2KBE,A,"22-25,147-150,202-205" +PS00008,2KBE,A,"70-75,143-148" +PS00039,2KBE,A,166-174 +PS00005,2KBF,A,"43-45,131-133" +PS00008,2KBF,A,138-143 +PS00009,2KBF,A,134-137 +PS00005,2KBG,A,"4-6,19-21,22-24" +PS00006,2KBG,A,"4-7,28-31,92-95" +PS00008,2KBG,A,15-20 +PS00017,2KBG,A,15-22 +PS00007,2KBH,A,27-34 +PS00007,2KBJ,A,27-34 +PS00005,2KBW,A,"42-44,49-51,138-140" +PS00006,2KBW,A,"122-125,130-133,138-141" +PS00008,2KBW,A,"29-34,56-61,108-113" +PS01080,2KBW,A,90-109 +PS01258,2KBW,A,142-153 +PS01259,2KBW,A,46-60 +PS00006,2KBW,B,6-9 +PS01259,2KBW,B,14-28 +PS00005,2KBY,A,39-41 +PS00006,2KBY,A,1-4 +PS00005,2KBY,B,39-41 +PS00006,2KBY,B,1-4 +PS00005,2KBY,C,39-41 +PS00006,2KBY,C,1-4 +PS00005,2KBY,D,39-41 +PS00006,2KBY,D,1-4 +PS00004,2KC5,A,76-79 +PS00005,2KC5,A,"10-12,79-81" +PS00006,2KC5,A,"26-29,45-48,94-97,118-121,139-142" +PS00008,2KC5,A,"49-54,122-127" +PS00009,2KC5,A,"146-149,153-156" +PS00006,2KDE,A,"6-9,27-30,46-49,55-58,70-73,84-87" +PS00008,2KDE,A,"2-7,11-16,51-56,101-106" +PS00005,2KDE,B,8-10 +PS00006,2KDE,B,54-57 +PS00299,2KDE,B,26-51 +PS00005,2KDE,C,8-10 +PS00006,2KDE,C,54-57 +PS00299,2KDE,C,26-51 +PS00006,2KDF,A,"6-9,27-30,46-49,55-58,70-73,84-87" +PS00008,2KDF,A,"2-7,11-16,51-56,101-106" +PS00005,2KDF,B,8-10 +PS00006,2KDF,B,54-57 +PS00299,2KDF,B,26-51 +PS00005,2KDF,C,8-10 +PS00006,2KDF,C,54-57 +PS00299,2KDF,C,26-51 +PS00001,2KDU,A,59-62 +PS00005,2KDU,A,"27-29,145-147" +PS00006,2KDU,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2KDU,A,"24-29,39-44" +PS00018,2KDU,A,"19-31,55-67,92-104,128-140" +PS00005,2KDX,A,51-53 +PS00006,2KDX,A,"1-4,38-41,47-50,51-54" +PS01249,2KDX,A,35-78 +PS00005,2KEC,A,7-9 +PS00005,2KED,A,7-9 +PS00005,2KEE,A,7-9 +PS00004,2KEP,A,44-47 +PS00006,2KEP,A,"1-4,98-101" +PS00008,2KEP,A,96-101 +PS00001,2KF3,A,76-79 +PS00005,2KF3,A,"56-58,66-68,69-71,84-86" +PS00006,2KF3,A,"25-28,56-59,69-72" +PS00007,2KF3,A,"71-77,82-89" +PS00017,2KF3,A,42-49 +PS00001,2KF4,A,76-79 +PS00005,2KF4,A,"56-58,66-68,69-71,84-86" +PS00006,2KF4,A,"25-28,56-59,69-72" +PS00007,2KF4,A,"71-77,82-89" +PS00017,2KF4,A,42-49 +PS00001,2KF5,A,76-79 +PS00005,2KF5,A,"56-58,66-68,69-71,84-86" +PS00006,2KF5,A,"25-28,56-59,69-72" +PS00007,2KF5,A,"71-77,82-89" +PS00017,2KF5,A,42-49 +PS00001,2KF6,A,76-79 +PS00005,2KF6,A,"56-58,66-68,69-71,84-86" +PS00006,2KF6,A,"25-28,56-59,69-72" +PS00007,2KF6,A,"71-77,82-89" +PS00017,2KF6,A,42-49 +PS00005,2KFD,A,27-29 +PS00006,2KFD,A,33-36 +PS00007,2KFD,A,40-48 +PS00008,2KFD,A,0-5 +PS00006,2KFJ,A,62-65 +PS00005,2KFK,A,"4-6,25-27" +PS00006,2KFK,A,"25-28,52-55,73-76" +PS00006,2KFK,B,61-64 +PS00006,2KFW,A,"42-45,46-49,109-112,142-145" +PS00008,2KFW,A,"38-43,62-67,165-170,179-184,185-190" +PS00005,2KG5,A,43-45 +PS00006,2KG5,A,"83-86,96-99" +PS00008,2KG5,A,"17-22,48-53,67-72,84-89" +PS00001,2KGF,A,105-108 +PS00005,2KGF,A,84-86 +PS00006,2KGF,A,"46-49,53-56,66-69,107-110" +PS00008,2KGF,A,"7-12,104-109" +PS00004,2KGH,A,22-25 +PS00008,2KGH,A,26-31 +PS60022,2KGH,A,3-35 +PS00001,2KH2,A,6-9 +PS00005,2KH2,A,8-10 +PS00006,2KH2,A,"8-11,124-127" +PS00008,2KH2,A,134-139 +PS00253,2KH2,A,111-131 +PS00004,2KH2,B,229-232 +PS00005,2KH2,B,"21-23,145-147,191-193,213-215" +PS00006,2KH2,B,"13-16,52-55,101-104,153-156,158-161,232-235" +PS00007,2KH2,B,"171-178,215-222" +PS00008,2KH2,B,"26-31,63-68,109-114,115-120,121-126,182-187,240-245" +PS00009,2KH2,B,169-172 +PS00001,2KHI,A,39-42 +PS00004,2KHI,A,93-96 +PS00005,2KHI,A,"34-36,65-67" +PS00006,2KHI,A,60-63 +PS00008,2KHI,A,"30-35,98-103" +PS00005,2KHJ,A,"35-37,98-100" +PS00006,2KHJ,A,"39-42,76-79,86-89" +PS00008,2KHJ,A,31-36 +PS00006,2KHK,A,30-33 +PS00008,2KHK,A,13-18 +PS00001,2KHS,A,117-120 +PS00005,2KHS,A,"2-4,21-23,32-34,61-63,81-83" +PS00008,2KHS,A,28-33 +PS01123,2KHS,A,18-42 +PS01284,2KHS,A,82-92 +PS00001,2KHS,B,9-12 +PS00005,2KHZ,A,"18-20,113-115" +PS00006,2KHZ,A,142-145 +PS00008,2KHZ,A,"17-22,123-128" +PS00005,2KHZ,B,"18-20,113-115" +PS00006,2KHZ,B,142-145 +PS00008,2KHZ,B,"17-22,123-128" +PS00005,2KI2,A,"38-40,70-72" +PS00006,2KI2,A,53-56 +PS00001,2KI7,A,"9-12,56-59" +PS00005,2KI7,A,12-14 +PS00006,2KI7,A,18-21 +PS00008,2KI7,A,31-36 +PS00006,2KI7,B,22-25 +PS00007,2KI7,B,108-116 +PS00005,2KIA,A,80-82 +PS00006,2KIA,A,107-110 +PS00005,2KII,A,"37-39,133-135" +PS00006,2KII,A,"40-43,166-169" +PS00008,2KII,A,"2-7,143-148,167-172" +PS00001,2KIJ,A,96-99 +PS00006,2KIJ,A,"3-6,66-69" +PS00008,2KIJ,A,107-112 +PS00016,2KIJ,A,43-45 +PS00007,2KIK,A,15-23 +PS00007,2KIK,B,15-23 +PS00005,2KIL,A,"37-39,133-135" +PS00006,2KIL,A,"40-43,166-169" +PS00008,2KIL,A,"2-7,102-107,143-148,167-172" +PS00006,2KIS,A,"25-28,58-61" +PS00007,2KIS,A,33-40 +PS00008,2KIS,A,0-5 +PS00006,2KIV,A,"89-92,112-115,143-146" +PS00008,2KIV,A,"11-16,57-62,84-89" +PS00006,2KJ4,A,24-27 +PS00008,2KJ4,A,10-15 +PS00021,2KJ4,A,55-67 +PS00001,2KJA,A,"6-9,61-64" +PS00008,2KJA,A,"10-15,34-39,49-54" +PS00001,2KJB,A,"49-52,54-57" +PS00006,2KJB,A,"35-38,80-83" +PS00001,2KJB,B,"49-52,54-57" +PS00006,2KJB,B,"35-38,80-83" +PS00001,2KJC,A,"49-52,54-57" +PS00006,2KJC,A,"35-38,80-83" +PS00001,2KJC,B,"49-52,54-57" +PS00006,2KJC,B,"35-38,80-83" +PS00001,2KJE,A,26-29 +PS00004,2KJE,A,"5-8,46-49" +PS00005,2KJE,A,4-6 +PS00006,2KJE,A,0-3 +PS00008,2KJE,A,52-57 +PS00008,2KJF,A,"4-9,20-25,32-37,39-44,52-57" +PS00005,2KJG,A,88-90 +PS00006,2KJG,A,"1-4,50-53" +PS00001,2KJH,A,22-25 +PS00005,2KJH,A,"2-4,69-71,142-144" +PS00006,2KJH,A,24-27 +PS00183,2KJH,A,73-88 +PS00005,2KJH,B,8-10 +PS00006,2KJH,B,54-57 +PS00299,2KJH,B,26-51 +PS00004,2KJP,A,61-64 +PS00005,2KJP,A,"42-44,51-53,66-68" +PS00006,2KJP,A,6-9 +PS00008,2KJP,A,"1-6,78-83" +PS00004,2KJY,A,"10-13,38-41" +PS00005,2KJY,A,"25-27,37-39" +PS00006,2KJY,A,"3-6,45-48" +PS00008,2KJY,A,43-48 +PS00006,2KK1,A,"93-96,98-101" +PS00008,2KK1,A,"13-18,110-115" +PS00005,2KK6,A,"91-93,97-99" +PS00007,2KK6,A,11-19 +PS00008,2KK6,A,76-81 +PS00004,2KKC,A,22-25 +PS00005,2KKC,A,6-8 +PS00006,2KKC,A,77-80 +PS00008,2KKC,A,60-65 +PS00016,2KKC,A,70-72 +PS00005,2KKF,A,"1-3,7-9" +PS00008,2KKF,A,"0-5,11-16,23-28" +PS00009,2KKF,A,3-6 +PS00008,2KKG,A,"7-12,20-25,32-37,40-45,48-53,56-61,64-69,71-76" +PS00001,2KKM,A,117-120 +PS00004,2KKM,A,70-73 +PS00005,2KKM,A,"37-39,73-75,78-80,125-127" +PS00006,2KKM,A,"55-58,62-65" +PS00008,2KKM,A,121-126 +PS00005,2KKN,A,"11-13,46-48,142-144" +PS00006,2KKN,A,"11-14,38-41,46-49,154-157" +PS00008,2KKN,A,"77-82,101-106" +PS00001,2KKO,A,50-53 +PS00005,2KKO,A,4-6 +PS00008,2KKO,A,"48-53,65-70" +PS00009,2KKO,A,23-26 +PS00001,2KKO,B,50-53 +PS00005,2KKO,B,4-6 +PS00008,2KKO,B,"48-53,65-70" +PS00009,2KKO,B,23-26 +PS00006,2KKP,A,"27-30,63-66" +PS00008,2KKP,A,68-73 +PS00005,2KKS,A,4-6 +PS00006,2KKS,A,"90-93,108-111" +PS00007,2KKS,A,36-42 +PS00008,2KKS,A,"25-30,77-82" +PS00009,2KKS,A,28-31 +PS00004,2KKV,A,20-23 +PS00005,2KKV,A,"18-20,65-67,105-107" +PS00008,2KKV,A,101-106 +PS00006,2KKX,A,52-55 +PS00007,2KKX,A,83-89 +PS00008,2KKX,A,47-52 +PS00006,2KKY,A,52-55 +PS00007,2KKY,A,83-89 +PS00008,2KKY,A,47-52 +PS00006,2KL3,A,"11-14,21-24,30-33,53-56,122-125" +PS00007,2KL3,A,57-64 +PS00008,2KL3,A,"91-96,105-110" +PS00001,2KL6,A,"45-48,51-54,79-82" +PS00005,2KL6,A,37-39 +PS00006,2KL6,A,"81-84,87-90" +PS00008,2KL6,A,34-39 +PS00001,2KLA,A,"64-67,90-93" +PS00004,2KLA,A,71-74 +PS00005,2KLA,A,"38-40,47-49,74-76" +PS00006,2KLA,A,19-22 +PS00007,2KLA,A,63-70 +PS00009,2KLA,A,47-50 +PS00005,2KLF,A,"236-238,248-250,351-353" +PS00006,2KLF,A,"127-130,210-213,232-235,305-308,355-358" +PS00007,2KLF,A,82-89 +PS00008,2KLF,A,"31-36,181-186,259-264" +PS00009,2KLF,A,22-25 +PS01037,2KLF,A,106-123 +PS00005,2KLG,A,8-10 +PS00006,2KLG,A,54-57 +PS00299,2KLG,A,26-51 +PS00005,2KLH,A,"9-11,104-106" +PS00006,2KLH,A,133-136 +PS00008,2KLH,A,"8-13,114-119" +PS00005,2KLH,B,"9-11,104-106" +PS00006,2KLH,B,133-136 +PS00008,2KLH,B,"8-13,114-119" +PS00005,2KLI,A,"17-19,91-93" +PS00006,2KLI,A,"7-10,83-86,146-149" +PS00008,2KLI,A,"31-36,116-121,133-138" +PS00001,2KLJ,A,49-52 +PS00005,2KLJ,A,"34-36,74-76,77-79,86-88,165-167" +PS00006,2KLJ,A,4-7 +PS00007,2KLJ,A,90-97 +PS00008,2KLJ,A,"70-75,157-162" +PS00016,2KLJ,A,59-61 +PS00005,2KLK,A,10-12 +PS00006,2KLK,A,"15-18,43-46,52-55" +PS00005,2KLK,B,10-12 +PS00006,2KLK,B,"15-18,43-46,52-55" +PS00001,2KLL,A,61-64 +PS00006,2KLL,A,"18-21,52-55" +PS00008,2KLL,A,"0-5,127-132" +PS00001,2KLM,A,115-118 +PS00005,2KLM,A,129-131 +PS00006,2KLM,A,117-120 +PS00008,2KLM,A,"27-32,82-87,128-133" +PS00359,2KLM,A,124-139 +PS00005,2KLO,A,"59-61,125-127" +PS00006,2KLO,A,83-86 +PS00008,2KLO,A,9-14 +PS00001,2KLS,A,90-93 +PS00005,2KLS,A,"51-53,78-80,106-108,125-127" +PS00006,2KLS,A,"12-15,62-65,113-116,125-128,146-149,160-163" +PS00007,2KLS,A,80-87 +PS00008,2KLS,A,"36-41,50-55" +PS00005,2KLT,A,"51-53,78-80,124-126" +PS00006,2KLT,A,"12-15,62-65,112-115,124-127,145-148,159-162" +PS00007,2KLT,A,80-87 +PS00008,2KLT,A,"36-41,50-55,106-111" +PS00004,2KLU,A,53-56 +PS00005,2KLU,A,"30-32,51-53" +PS00008,2KLU,A,"14-19,26-31" +PS00006,2KLV,A,5-8 +PS00008,2KLV,A,"0-5,36-41" +PS00005,2KMC,A,35-37 +PS00006,2KMC,A,8-11 +PS00678,2KMC,A,5-19 +PS00001,2KMF,A,14-17 +PS00005,2KMF,A,"25-27,45-47" +PS00006,2KMF,A,"25-28,104-107" +PS00008,2KMF,A,"3-8,10-15,64-69" +PS00430,2KMF,A,0-25 +PS00005,2KMM,A,"6-8,61-63" +PS00006,2KMM,A,19-22 +PS00008,2KMM,A,37-42 +PS00006,2KMN,A,"48-51,83-86,91-94" +PS00008,2KMN,A,"42-47,84-89" +PS00005,2KMO,A,32-34 +PS00008,2KMO,A,37-42 +PS00282,2KMO,A,5-28 +PS00005,2KMP,A,32-34 +PS00008,2KMP,A,37-42 +PS00282,2KMP,A,5-28 +PS00005,2KMQ,A,32-34 +PS00008,2KMQ,A,37-42 +PS00282,2KMQ,A,5-28 +PS00005,2KMR,A,32-34 +PS00008,2KMR,A,37-42 +PS00282,2KMR,A,5-28 +PS00001,2KMS,A,28-31 +PS00006,2KMS,A,0-3 +PS00005,2KMT,A,"13-15,88-90" +PS00006,2KMT,A,40-43 +PS00005,2KMT,B,"13-15,88-90" +PS00006,2KMT,B,40-43 +PS00001,2KMV,A,97-100 +PS00005,2KMV,A,"18-20,73-75" +PS00006,2KMV,A,"35-38,60-63,77-80,157-160" +PS00008,2KMV,A,"31-36,42-47,69-74,145-150" +PS00005,2KMW,A,"0-2,12-14,28-30" +PS00006,2KMW,A,"116-119,131-134" +PS00001,2KMX,A,97-100 +PS00005,2KMX,A,"18-20,73-75" +PS00006,2KMX,A,"35-38,60-63,77-80,157-160" +PS00008,2KMX,A,"31-36,42-47,69-74,145-150" +PS00004,2KN2,A,87-90 +PS00005,2KN2,A,72-74 +PS00006,2KN2,A,"4-7,26-29,42-45" +PS00008,2KN2,A,75-80 +PS00018,2KN2,A,"18-30,54-66" +PS00005,2KN5,A,8-10 +PS00006,2KN5,A,54-57 +PS00299,2KN5,A,26-51 +PS00001,3F0M,A,"9-12,168-171" +PS00005,3F0M,A,"124-126,221-223" +PS00006,3F0M,A,"122-125,135-138,170-173" +PS00007,3F0M,A,56-64 +PS00008,3F0M,A,110-115 +PS00001,2KN6,A,"33-36,189-192" +PS00005,2KN6,A,"72-74,191-193" +PS00006,2KN6,A,"35-38,146-149,191-194" +PS00007,2KN6,A,158-165 +PS00008,2KN6,A,"17-22,61-66,84-89,102-107,113-118" +PS00006,2KN9,A,"20-23,51-54,61-64,70-73" +PS00008,2KN9,A,"9-14,46-51,66-71" +PS00202,2KN9,A,56-66 +PS00008,2KNC,A,"0-5,17-22" +PS00242,2KNC,A,33-40 +PS00001,2KNC,B,72-75 +PS00005,2KNC,B,74-76 +PS00006,2KNC,B,36-39 +PS00008,2KNC,B,0-5 +PS00001,2KND,A,9-12 +PS00005,2KND,A,"20-22,40-42" +PS00006,2KND,A,"20-23,99-102" +PS00008,2KND,A,"3-8,59-64" +PS00430,2KND,A,0-20 +PS00001,2KNE,A,59-62 +PS00005,2KNE,A,"27-29,145-147" +PS00006,2KNE,A,"16-19,27-30,43-46,78-81,100-103,116-119" +PS00008,2KNE,A,"24-29,39-44" +PS00018,2KNE,A,"19-31,55-67,92-104,128-140" +PS00004,2KNF,A,15-18 +PS00006,2KNF,A,0-3 +PS00007,2KNF,A,46-53 +PS00008,2KNF,A,"7-12,48-53,62-67" +PS00009,2KNF,A,13-16 +PS00021,2KNF,A,53-66 +PS00001,2KNH,A,43-46 +PS00006,2KNH,A,47-50 +PS00008,2KNH,A,"0-5,40-45" +PS00005,2KNH,B,2-4 +PS00006,2KNH,B,2-5 +PS00006,2KNJ,A,"6-9,14-17,77-80" +PS00008,2KNP,A,"7-12,14-19,25-30" +PS00006,2KNR,A,"58-61,113-116" +PS00007,2KNR,A,45-52 +PS00008,2KNR,A,"22-27,31-36,109-114" +PS00008,2KNS,A,22-27 +PS00006,2KNV,A,1-4 +PS00008,2KNV,A,25-30 +PS00006,2KNV,B,1-4 +PS00008,2KNV,B,25-30 +PS00005,2KO1,A,55-57 +PS00006,2KO1,A,"26-29,60-63,78-81" +PS00008,2KO1,A,42-47 +PS00005,2KO1,B,55-57 +PS00006,2KO1,B,"26-29,60-63,78-81" +PS00008,2KO1,B,42-47 +PS00005,2KO3,A,"8-10,19-21,45-47" +PS00006,2KO3,A,"8-11,54-57" +PS00299,2KO3,A,26-51 +PS00005,2KO6,A,58-60 +PS00006,2KO6,A,"35-38,58-61" +PS00001,2KO7,A,104-107 +PS00004,2KO7,A,82-85 +PS00005,2KO7,A,48-50 +PS00006,2KO7,A,"22-25,48-51" +PS00008,2KO7,A,"29-34,75-80,93-98" +PS00001,2KOB,A,56-59 +PS00005,2KOB,A,"26-28,64-66" +PS00006,2KOB,A,"2-5,42-45" +PS00008,2KOB,A,18-23 +PS00005,2KOD,A,27-29 +PS00006,2KOD,A,"5-8,66-69" +PS00007,2KOD,A,18-25 +PS00005,2KOD,B,27-29 +PS00006,2KOD,B,"5-8,66-69" +PS00007,2KOD,B,18-25 +PS00001,2KOE,A,12-15 +PS00001,2KOG,A,27-30 +PS00005,2KOG,A,30-32 +PS00006,2KOG,A,"63-66,77-80" +PS00008,2KOG,A,"0-5,102-107" +PS00417,2KOG,A,51-70 +PS00005,2KOI,A,"17-19,91-93" +PS00006,2KOI,A,"7-10,83-86,146-149" +PS00008,2KOI,A,"31-36,116-121,133-138" +PS00004,2KOJ,A,17-20 +PS00005,2KOJ,A,"5-7,28-30,85-87" +PS00006,2KOJ,A,"28-31,75-78,86-89" +PS00008,2KOJ,A,"0-5,22-27,68-73" +PS00009,2KOJ,A,8-11 +PS00017,2KOJ,A,68-75 +PS00005,2KOK,A,"16-18,65-67,81-83" +PS00006,2KOK,A,"32-35,75-78,81-84" +PS00008,2KOK,A,"10-15,28-33" +PS00004,2KOM,A,36-39 +PS00005,2KOM,A,"24-26,47-49,104-106" +PS00006,2KOM,A,"47-50,94-97,105-108" +PS00008,2KOM,A,"20-25,41-46" +PS00009,2KOM,A,27-30 +PS00017,2KOM,A,87-94 +PS00006,2KON,A,"43-46,68-71" +PS00005,2KP1,A,83-85 +PS00006,2KP1,A,"70-73,103-106" +PS00007,2KP1,A,109-117 +PS00008,2KP1,A,"50-55,93-98" +PS00194,2KP1,A,28-46 +PS00005,2KP2,A,"40-42,75-77,120-122" +PS00006,2KP2,A,"14-17,32-35" +PS00008,2KP2,A,"22-27,57-62,65-70" +PS00001,2KPJ,A,63-66 +PS00005,2KPJ,A,20-22 +PS00006,2KPJ,A,23-26 +PS00004,2KPM,A,63-66 +PS00005,2KPM,A,87-89 +PS00006,2KPM,A,32-35 +PS00008,2KPM,A,42-47 +PS00004,2KPO,A,"45-48,80-83" +PS00005,2KPO,A,"30-32,79-81" +PS00006,2KPO,A,"33-36,58-61,83-86" +PS00007,2KPO,A,32-40 +PS00008,2KPQ,A,30-35 +PS00016,2KPQ,A,45-47 +PS00001,2KPT,A,15-18 +PS00006,2KPT,A,"24-27,52-55,96-99,112-115,138-141" +PS00008,2KPT,A,"21-26,88-93,118-123,128-133" +PS00005,2KPU,A,"31-33,80-82" +PS00006,2KPU,A,55-58 +PS00008,2KPU,A,56-61 +PS00001,2KPW,A,30-33 +PS00005,2KPW,A,"53-55,57-59" +PS00006,2KPW,A,"32-35,95-98,106-109" +PS00008,2KPW,A,65-70 +PS00005,2KQ4,X,10-12 +PS00006,2KQ4,X,"15-18,43-46,52-55" +PS00004,2KQ9,A,88-91 +PS00005,2KQ9,A,46-48 +PS00006,2KQ9,A,49-52 +PS00008,2KQ9,A,78-83 +PS00009,2KQ9,A,86-89 +PS00005,2KQR,A,"35-37,44-46,63-65" +PS00006,2KQR,A,"10-13,36-39,44-47" +PS00008,2KQR,A,"14-19,90-95" +PS00005,2RPV,A,29-31 +PS00006,2RPV,A,"4-7,62-65,71-74" +PS00008,2RPV,A,8-13 +PS00001,2RQ0,A,"28-31,55-58" +PS00005,2RQ0,A,131-133 +PS00006,2RQ0,A,"96-99,131-134,150-153" +PS00008,2RQ0,A,"24-29,53-58,90-95" +PS00213,2RQ0,A,10-23 +PS00004,2RQK,A,32-35 +PS00005,2RQK,A,"55-57,72-74,101-103" +PS00006,2RQK,A,"41-44,72-75" +PS00008,2RQK,A,"85-90,100-105" +PS00004,2RQM,A,32-35 +PS00005,2RQM,A,"55-57,72-74,101-103" +PS00006,2RQM,A,"41-44,72-75" +PS00008,2RQM,A,"85-90,100-105" +PS00005,2W1O,A,19-21 +PS00006,2W1O,A,19-22 +PS00005,2W1O,B,19-21 +PS00006,2W1O,B,19-22 +PS00001,2WF5,A,126-129 +PS00004,2WF5,A,61-64 +PS00005,2WF5,A,104-106 +PS00006,2WF5,A,"47-50,64-67,87-90" +PS00008,2WF5,A,"158-163,166-171" +PS00001,2WHE,A,126-129 +PS00004,2WHE,A,61-64 +PS00005,2WHE,A,104-106 +PS00006,2WHE,A,"47-50,64-67,87-90" +PS00008,2WHE,A,"158-163,166-171" +PS00001,2WK3,A,"731-734,786-789,978-981,993-996" +PS00004,2WK3,A,897-900 +PS00005,2WK3,A,"15-17,82-84,117-119,176-178,433-435,488-490,629-631,821-823,851-853,903-905" +PS00006,2WK3,A,"56-59,95-98,141-144,176-179,187-190,262-265,275-278,525-528,532-535,602-605,695-698,747-750,788-791,800-803,860-863,872-875,931-934" +PS00007,2WK3,A,"55-63,119-126,823-830,898-906,919-926" +PS00008,2WK3,A,"50-55,65-70,135-140,220-225,343-348,361-366,625-630" +PS00342,2WK3,A,1016-1018 +PS00001,2WK3,B,"731-734,786-789,978-981,993-996" +PS00004,2WK3,B,897-900 +PS00005,2WK3,B,"15-17,82-84,117-119,176-178,433-435,488-490,629-631,821-823,851-853,903-905" +PS00006,2WK3,B,"56-59,95-98,141-144,176-179,187-190,262-265,275-278,525-528,532-535,602-605,695-698,747-750,788-791,800-803,860-863,872-875,931-934" +PS00007,2WK3,B,"55-63,119-126,823-830,898-906,919-926" +PS00008,2WK3,B,"50-55,65-70,135-140,220-225,343-348,361-366,625-630" +PS00342,2WK3,B,1016-1018 +PS00005,2WK3,C,25-27 +PS00006,2WK3,C,7-10 +PS00008,2WK3,C,"24-29,32-37" +PS00005,2WK3,D,25-27 +PS00006,2WK3,D,7-10 +PS00008,2WK3,D,"24-29,32-37" +PS00004,2WKS,A,112-115 +PS00006,2WKS,A,"51-54,67-70" +PS00008,2WKS,A,118-123 +PS01029,2WKS,A,5-22 +PS00004,2WKS,B,112-115 +PS00006,2WKS,B,"51-54,67-70" +PS00008,2WKS,B,118-123 +PS01029,2WKS,B,5-22 +PS00004,2WKS,C,112-115 +PS00006,2WKS,C,"51-54,67-70" +PS00008,2WKS,C,118-123 +PS01029,2WKS,C,5-22 +PS00004,2WKS,D,112-115 +PS00006,2WKS,D,"51-54,67-70" +PS00008,2WKS,D,118-123 +PS01029,2WKS,D,5-22 +PS00004,2WKS,E,112-115 +PS00006,2WKS,E,"51-54,67-70" +PS00008,2WKS,E,118-123 +PS01029,2WKS,E,5-22 +PS00004,2WKS,F,112-115 +PS00006,2WKS,F,"51-54,67-70" +PS00008,2WKS,F,118-123 +PS01029,2WKS,F,5-22 +PS00001,2WQQ,A,"157-160,237-240" +PS00005,2WQQ,A,"11-13,60-62,202-204" +PS00006,2WQQ,A,"11-14,93-96,150-153" +PS00007,2WQQ,A,"109-117,263-270,278-286" +PS00008,2WQQ,A,"7-12,132-137,158-163,221-226" +PS00009,2WQQ,A,40-43 +PS00001,2WRZ,A,204-207 +PS00004,2WRZ,A,148-151 +PS00005,2WRZ,A,146-148 +PS00006,2WRZ,A,"63-66,140-143,173-176" +PS00007,2WRZ,A,261-267 +PS00008,2WRZ,A,"153-158,180-185,202-207,210-215,227-232" +PS00001,2WRZ,B,204-207 +PS00004,2WRZ,B,148-151 +PS00005,2WRZ,B,146-148 +PS00006,2WRZ,B,"63-66,140-143,173-176" +PS00007,2WRZ,B,261-267 +PS00008,2WRZ,B,"153-158,180-185,202-207,210-215,227-232" +PS00008,2WWV,A,"9-14,15-20" +PS00008,2WWV,B,"9-14,15-20" +PS00008,2WWV,C,"9-14,15-20" +PS00008,2WWV,D,"10-15,88-93" +PS00006,2WXC,A,35-38 +PS00008,2WXC,A,"0-5,27-32" +PS00342,2WXC,A,44-46 +PS00008,2WY2,A,"9-14,15-20" +PS00008,2WY2,B,"9-14,15-20" +PS00008,2WY2,C,"9-14,15-20" +PS00008,2WY2,D,"10-15,88-93" +PS00001,3A0R,A,7-10 +PS00005,3A0R,A,"135-137,165-167,301-303" +PS00006,3A0R,A,"11-14,63-66,67-70,108-111,178-181,230-233,268-271" +PS00007,3A0R,A,266-273 +PS00008,3A0R,A,"104-109,306-311" +PS00009,3A0R,A,48-51 +PS00006,3A0R,B,58-61 +PS00008,3A0R,B,59-64 +PS00006,3A0S,A,"47-50,51-54,92-95" +PS00008,3A0S,A,88-93 +PS00009,3A0S,A,32-35 +PS00005,3A0T,A,104-106 +PS00006,3A0T,A,"33-36,71-74" +PS00007,3A0T,A,69-76 +PS00008,3A0T,A,109-114 +PS00006,3A0U,A,58-61 +PS00008,3A0U,A,59-64 +PS00006,3A0V,A,"47-50,51-54,92-95" +PS00008,3A0V,A,88-93 +PS00009,3A0V,A,32-35 +PS00005,3A0W,A,104-106 +PS00006,3A0W,A,"33-36,71-74" +PS00007,3A0W,A,69-76 +PS00008,3A0W,A,109-114 +PS00005,3A0W,B,104-106 +PS00006,3A0W,B,"33-36,71-74" +PS00007,3A0W,B,69-76 +PS00008,3A0W,B,109-114 +PS00005,3A0X,A,104-106 +PS00006,3A0X,A,"33-36,71-74" +PS00007,3A0X,A,69-76 +PS00008,3A0X,A,109-114 +PS00005,3A0Y,A,104-106 +PS00006,3A0Y,A,"33-36,71-74" +PS00007,3A0Y,A,69-76 +PS00008,3A0Y,A,109-114 +PS00005,3A0Y,B,104-106 +PS00006,3A0Y,B,"33-36,71-74" +PS00007,3A0Y,B,69-76 +PS00008,3A0Y,B,109-114 +PS00005,3A0Z,A,104-106 +PS00006,3A0Z,A,"33-36,71-74" +PS00007,3A0Z,A,69-76 +PS00008,3A0Z,A,109-114 +PS00005,3A0Z,B,104-106 +PS00006,3A0Z,B,"33-36,71-74" +PS00007,3A0Z,B,69-76 +PS00008,3A0Z,B,109-114 +PS00006,3A10,A,58-61 +PS00008,3A10,A,59-64 +PS00005,3A4C,A,"27-29,93-95" +PS00006,3A4C,A,51-54 +PS00005,3A8R,A,18-20 +PS00006,3A8R,A,"79-82,101-104,115-118,170-173" +PS00008,3A8R,A,"2-7,52-57" +PS00018,3A8R,A,107-119 +PS00005,3A8R,B,18-20 +PS00006,3A8R,B,"79-82,101-104,115-118,170-173" +PS00008,3A8R,B,"2-7,52-57" +PS00018,3A8R,B,107-119 +PS00008,3DXS,X,"9-14,28-33" +PS01047,3DXS,X,7-37 +PS00001,3E4Z,A,"702-705,757-760,949-952,964-967" +PS00004,3E4Z,A,868-871 +PS00005,3E4Z,A,"53-55,88-90,147-149,404-406,459-461,600-602,792-794,822-824,874-876" +PS00006,3E4Z,A,"27-30,66-69,112-115,147-150,158-161,233-236,246-249,496-499,503-506,573-576,666-669,718-721,759-762,771-774,831-834,843-846,902-905" +PS00007,3E4Z,A,"26-34,90-97,794-801,869-877,890-897" +PS00008,3E4Z,A,"9-14,21-26,36-41,106-111,191-196,314-319,332-337,596-601" +PS00342,3E4Z,A,987-989 +PS00001,3E4Z,B,"702-705,757-760,949-952,964-967" +PS00004,3E4Z,B,868-871 +PS00005,3E4Z,B,"53-55,88-90,147-149,404-406,459-461,600-602,792-794,822-824,874-876" +PS00006,3E4Z,B,"27-30,66-69,112-115,147-150,158-161,233-236,246-249,496-499,503-506,573-576,666-669,718-721,759-762,771-774,831-834,843-846,902-905" +PS00007,3E4Z,B,"26-34,90-97,794-801,869-877,890-897" +PS00008,3E4Z,B,"9-14,21-26,36-41,106-111,191-196,314-319,332-337,596-601" +PS00342,3E4Z,B,987-989 +PS00005,3E4Z,C,35-37 +PS00262,3E4Z,C,45-59 +PS00005,3E4Z,D,35-37 +PS00262,3E4Z,D,45-59 +PS00001,3E50,A,"702-705,949-952,964-967" +PS00004,3E50,A,868-871 +PS00005,3E50,A,"53-55,88-90,147-149,404-406,459-461,600-602,792-794,822-824" +PS00006,3E50,A,"27-30,66-69,112-115,147-150,158-161,233-236,246-249,496-499,503-506,573-576,666-669,718-721,771-774,831-834,843-846,902-905" +PS00007,3E50,A,"26-34,90-97,794-801,869-877,890-897" +PS00008,3E50,A,"9-14,21-26,36-41,106-111,191-196,314-319,332-337,596-601" +PS00342,3E50,A,987-989 +PS00001,3E50,B,"702-705,949-952,964-967" +PS00004,3E50,B,868-871 +PS00005,3E50,B,"53-55,88-90,147-149,404-406,459-461,600-602,792-794,822-824" +PS00006,3E50,B,"27-30,66-69,112-115,147-150,158-161,233-236,246-249,496-499,503-506,573-576,666-669,718-721,771-774,831-834,843-846,902-905" +PS00007,3E50,B,"26-34,90-97,794-801,869-877,890-897" +PS00008,3E50,B,"9-14,21-26,36-41,106-111,191-196,314-319,332-337,596-601" +PS00342,3E50,B,987-989 +PS00005,3E50,C,19-21 +PS00022,3E50,C,31-42 +PS01186,3E50,C,31-42 +PS00005,3E50,D,19-21 +PS00022,3E50,D,31-42 +PS01186,3E50,D,31-42 +PS00006,3EAC,A,"66-69,85-88" +PS00007,3EAC,A,"16-24,64-72" +PS00008,3EAC,A,1-6 +PS00006,3EAZ,A,"66-69,85-88" +PS00007,3EAZ,A,"16-24,64-72" +PS00008,3EAZ,A,1-6 +PS00001,3EY6,A,43-46 +PS00004,3EY6,A,13-16 +PS00005,3EY6,A,"24-26,109-111" +PS00006,3EY6,A,"39-42,56-59,112-115" +PS00008,3EY6,A,30-35 +PS00001,3F0L,A,"9-12,168-171" +PS00005,3F0L,A,"124-126,221-223" +PS00006,3F0L,A,"122-125,135-138,170-173" +PS00007,3F0L,A,56-64 +PS00008,3F0L,A,110-115 +PS00001,3FD7,A,68-71 +PS00004,3FD7,A,79-82 +PS00005,3FD7,A,"70-72,82-84" +PS00006,3FD7,A,"38-41,58-61" +PS00008,3FD7,A,49-54 +PS00127,3FD7,A,29-35 +PS00001,3FD7,B,68-71 +PS00004,3FD7,B,79-82 +PS00005,3FD7,B,"70-72,82-84" +PS00006,3FD7,B,"38-41,58-61" +PS00008,3FD7,B,49-54 +PS00127,3FD7,B,29-35 +PS00004,3FHO,A,"365-368,374-377" +PS00005,3FHO,A,"168-170,280-282,301-303,401-403,406-408,453-455" +PS00006,3FHO,A,"180-183,244-247,299-302,368-371,471-474" +PS00008,3FHO,A,"162-167,222-227,240-245,388-393,419-424,460-465" +PS00039,3FHO,A,263-271 +PS00004,3FHO,B,"365-368,374-377" +PS00005,3FHO,B,"168-170,280-282,301-303,401-403,406-408,453-455" +PS00006,3FHO,B,"180-183,244-247,299-302,368-371,471-474" +PS00008,3FHO,B,"162-167,222-227,240-245,388-393,419-424,460-465" +PS00039,3FHO,B,263-271 +PS00005,3FIL,A,10-12 +PS00006,3FIL,A,"43-46,52-55" +PS00005,3FIL,B,10-12 +PS00006,3FIL,B,"43-46,52-55" +PS00001,3FT7,A,31-34 +PS00006,3FT7,A,33-36 +PS00008,3FT7,A,8-13 +PS00001,3FT7,B,31-34 +PS00006,3FT7,B,33-36 +PS00008,3FT7,B,8-13 +PS00005,3GXU,A,"75-77,88-90,148-150,167-169" +PS00006,3GXU,A,"3-6,19-22,29-32,75-78,88-91,100-103,126-129" +PS00008,3GXU,A,"84-89,160-165" +PS00001,3GXU,B,"9-12,112-115" +PS00005,3GXU,B,"63-65,84-86" +PS00008,3GXU,B,"113-118,124-129" +PS01299,3GXU,B,82-109 +PS00005,3H7H,A,92-94 +PS00006,3H7H,A,"57-60,67-70" +PS00007,3H7H,A,"25-32,45-52" +PS00008,3H7H,A,"0-5,34-39" +PS00005,3H7H,B,9-11 +PS00006,3H7H,B,1-4 +PS00005,3H8D,A,"1-3,82-84" +PS00006,3H8D,A,109-112 +PS00008,3H8D,A,131-136 +PS00005,3H8D,B,"1-3,82-84" +PS00006,3H8D,B,109-112 +PS00008,3H8D,B,131-136 +PS00005,3H8D,C,"1-3,82-84" +PS00006,3H8D,C,109-112 +PS00008,3H8D,C,131-136 +PS00005,3H8D,D,"1-3,82-84" +PS00006,3H8D,D,109-112 +PS00008,3H8D,D,131-136 +PS00008,3H8D,E,"0-5,6-11" +PS00008,3H8D,F,"0-5,6-11" +PS00008,3H8D,G,"0-5,6-11" +PS00008,3H8D,H,"0-5,6-11" +PS00005,3HFH,A,"4-6,178-180" +PS00006,3HFH,A,"23-26,56-59,90-93,134-137,178-181" +PS00005,3HFH,B,"4-6,178-180" +PS00006,3HFH,B,"23-26,56-59,90-93,134-137,178-181" +PS00001,3HFS,A,"36-39,150-153,268-271" +PS00004,3HFS,A,46-49 +PS00005,3HFS,A,"38-40,121-123,159-161,259-261,279-281,304-306,313-315" +PS00006,3HFS,A,"38-41,152-155,172-175,218-221,270-273" +PS00007,3HFS,A,315-322 +PS00008,3HFS,A,"199-204,211-216" +PS00009,3HFS,A,6-9 +PS00001,3HFS,B,"36-39,150-153,268-271" +PS00004,3HFS,B,46-49 +PS00005,3HFS,B,"38-40,121-123,159-161,259-261,279-281,304-306,313-315" +PS00006,3HFS,B,"38-41,152-155,172-175,218-221,270-273" +PS00007,3HFS,B,315-322 +PS00008,3HFS,B,"199-204,211-216" +PS00009,3HFS,B,6-9 +PS00001,3HGZ,A,"689-692,744-747,936-939,951-954" +PS00004,3HGZ,A,855-858 +PS00005,3HGZ,A,"40-42,75-77,134-136,391-393,446-448,587-589,779-781,809-811,861-863" +PS00006,3HGZ,A,"14-17,53-56,99-102,134-137,145-148,220-223,233-236,483-486,490-493,560-563,653-656,705-708,746-749,758-761,818-821,830-833,889-892" +PS00007,3HGZ,A,"13-21,77-84,781-788,856-864,877-884" +PS00008,3HGZ,A,"8-13,23-28,93-98,178-183,301-306,319-324,583-588" +PS00001,3HGZ,B,"689-692,744-747,936-939,951-954" +PS00004,3HGZ,B,855-858 +PS00005,3HGZ,B,"40-42,75-77,134-136,391-393,446-448,587-589,779-781,809-811,861-863" +PS00006,3HGZ,B,"14-17,53-56,99-102,134-137,145-148,220-223,233-236,483-486,490-493,560-563,653-656,705-708,746-749,758-761,818-821,830-833,889-892" +PS00007,3HGZ,B,"13-21,77-84,781-788,856-864,877-884" +PS00008,3HGZ,B,"8-13,23-28,93-98,178-183,301-306,319-324,583-588" +PS00005,3HGZ,D,8-10 +PS00008,3HGZ,D,23-28 +PS00258,3HGZ,D,1-15 +PS00005,3HGZ,E,8-10 +PS00008,3HGZ,E,23-28 +PS00258,3HGZ,E,1-15 +PS00001,3HXG,A,88-91 +PS00005,3HXG,A,"51-53,90-92,183-185" +PS00006,3HXG,A,"39-42,109-112,113-116,140-143" +PS00007,3HXG,A,"53-59,157-165" +PS00008,3HXG,A,"131-136,178-183" +PS00009,3HXG,A,150-153 +PS00813,3HXG,A,62-85 +PS00005,3HXG,C,2-4 +PS00001,3HXI,A,88-91 +PS00005,3HXI,A,"51-53,90-92,183-185" +PS00006,3HXI,A,"39-42,109-112,113-116,140-143" +PS00007,3HXI,A,"53-59,157-165" +PS00008,3HXI,A,"131-136,178-183" +PS00009,3HXI,A,150-153 +PS00813,3HXI,A,62-85 +PS00005,3HXI,C,2-4 +PS00006,3IE5,A,"63-66,90-93,132-135" +PS00007,3IE5,A,"98-106,139-146" +PS00008,3IE5,A,"54-59,115-120,130-135" +PS00451,3IE5,A,94-125 +PS00006,3IE5,B,"63-66,90-93,132-135" +PS00007,3IE5,B,"98-106,139-146" +PS00008,3IE5,B,"54-59,115-120,130-135" +PS00451,3IE5,B,94-125 +PS00005,3IFJ,A,"15-17,113-115" +PS00006,3IFJ,A,46-49 +PS00008,3IFJ,A,"37-42,57-62" +PS00009,3IFJ,A,23-26 +PS00005,3IFJ,B,"15-17,113-115" +PS00006,3IFJ,B,46-49 +PS00008,3IFJ,B,"37-42,57-62" +PS00009,3IFJ,B,23-26 +PS00001,3IFK,A,59-62 +PS00005,3IFK,A,27-29 +PS00006,3IFK,A,"16-19,27-30,43-46,78-81" +PS00008,3IFK,A,"24-29,39-44" +PS00018,3IFK,A,"19-31,55-67" +PS00001,3IFK,B,59-62 +PS00005,3IFK,B,27-29 +PS00006,3IFK,B,"16-19,27-30,43-46,78-81" +PS00008,3IFK,B,"24-29,39-44" +PS00018,3IFK,B,"19-31,55-67" +PS00005,3IFT,A,"31-33,70-72,82-84" +PS00006,3IFT,A,"27-30,60-63,64-67,73-76,90-93,128-131,138-141" +PS00008,3IFT,A,56-61 +PS00189,3IFT,A,56-85 +PS00005,3IGD,A,"15-17,113-115" +PS00006,3IGD,A,46-49 +PS00007,3IGD,A,17-23 +PS00008,3IGD,A,"37-42,57-62" +PS00009,3IGD,A,23-26 +PS00004,3IQL,A,2-5 +PS00005,3IQL,A,1-3 +PS00008,3IQL,A,"0-5,48-53" +PS00004,3IQL,B,2-5 +PS00005,3IQL,B,1-3 +PS00008,3IQL,B,"0-5,48-53" +PS00001,3IQS,A,37-40 +PS00005,3IQS,A,"119-121,180-182" +PS00006,3IQS,A,"135-138,147-150,157-160" +PS00007,3IQS,A,78-85 +PS00008,3IQS,A,140-145 +PS00903,3IQS,A,65-103 +PS00005,3JRZ,A,"13-15,88-90" +PS00006,3JRZ,A,40-43 +PS00005,3JSC,A,"13-15,88-90" +PS00006,3JSC,A,40-43 +PS00005,3JVW,A,11-13 +PS00006,3JVW,A,"25-28,30-33" +PS00008,3JVW,A,"26-31,47-52,93-98" +PS00141,3JVW,A,21-32 +PS00005,3JVW,B,11-13 +PS00006,3JVW,B,"25-28,30-33" +PS00008,3JVW,B,"26-31,47-52,93-98" +PS00141,3JVW,B,21-32 +PS00005,3JVY,A,11-13 +PS00006,3JVY,A,"25-28,30-33" +PS00008,3JVY,A,"26-31,47-52,93-98" +PS00141,3JVY,A,21-32 +PS00005,3JVY,B,11-13 +PS00006,3JVY,B,"25-28,30-33" +PS00008,3JVY,B,"26-31,47-52,93-98" +PS00141,3JVY,B,21-32 +PS00005,3JW2,A,11-13 +PS00006,3JW2,A,"25-28,30-33" +PS00008,3JW2,A,"26-31,47-52,93-98" +PS00141,3JW2,A,21-32 +PS00005,3JW2,B,11-13 +PS00006,3JW2,B,"25-28,30-33" +PS00008,3JW2,B,"26-31,47-52,93-98" +PS00141,3JW2,B,21-32 +PS00001,3K0M,A,"70-73,107-110" +PS00004,3K0M,A,153-156 +PS00005,3K0M,A,"115-117,151-153" +PS00006,3K0M,A,"39-42,156-159" +PS00008,3K0M,A,"63-68,145-150" +PS00170,3K0M,A,47-64 +PS00001,3K0N,A,"70-73,107-110" +PS00004,3K0N,A,153-156 +PS00005,3K0N,A,"115-117,151-153" +PS00006,3K0N,A,"39-42,156-159" +PS00008,3K0N,A,"63-68,145-150" +PS00170,3K0N,A,47-64 +PS00001,3K0O,A,"70-73,107-110" +PS00004,3K0O,A,153-156 +PS00005,3K0O,A,"115-117,151-153" +PS00006,3K0O,A,"39-42,156-159" +PS00008,3K0O,A,"63-68,145-150" +PS00170,3K0O,A,47-64 +PS00001,3K0P,A,"70-73,107-110" +PS00004,3K0P,A,153-156 +PS00005,3K0P,A,"115-117,151-153" +PS00006,3K0P,A,"39-42,156-159" +PS00008,3K0P,A,"63-68,145-150" +PS00170,3K0P,A,47-64 +PS00001,3K0Q,A,"70-73,107-110" +PS00004,3K0Q,A,153-156 +PS00005,3K0Q,A,"115-117,151-153" +PS00006,3K0Q,A,"39-42,156-159" +PS00008,3K0Q,A,"63-68,145-150" +PS00170,3K0Q,A,47-64 +PS00001,3K0R,A,"70-73,107-110" +PS00004,3K0R,A,153-156 +PS00005,3K0R,A,"115-117,151-153" +PS00006,3K0R,A,"39-42,156-159" +PS00008,3K0R,A,"63-68,145-150" +PS00001,3K41,A,80-83 +PS00004,3K41,A,23-26 +PS00005,3K41,A,15-17 +PS00006,3K41,A,122-125 +PS00008,3K41,A,55-60 +PS00001,3K41,B,80-83 +PS00004,3K41,B,23-26 +PS00005,3K41,B,15-17 +PS00006,3K41,B,122-125 +PS00008,3K41,B,55-60 +PS00001,3K42,A,80-83 +PS00004,3K42,A,23-26 +PS00005,3K42,A,15-17 +PS00006,3K42,A,122-125 +PS00008,3K42,A,55-60 +PS00001,3K42,B,80-83 +PS00004,3K42,B,23-26 +PS00005,3K42,B,15-17 +PS00006,3K42,B,122-125 +PS00008,3K42,B,55-60 +PS00001,3K43,A,80-83 +PS00004,3K43,A,23-26 +PS00005,3K43,A,15-17 +PS00006,3K43,A,122-125 +PS00008,3K43,A,55-60 +PS00001,3K43,B,80-83 +PS00004,3K43,B,23-26 +PS00005,3K43,B,15-17 +PS00006,3K43,B,122-125 +PS00008,3K43,B,55-60 +PS00001,3K7V,A,"311-314,552-555" +PS00004,3K7V,A,32-35 +PS00005,3K7V,A,"30-32,110-112,141-143,218-220,246-248,255-257,302-304,516-518" +PS00006,3K7V,A,"46-49,57-60,97-100,119-122,278-281,385-388" +PS00008,3K7V,A,"42-47,73-78,512-517" +PS00005,3K7V,C,"211-213,280-282,300-302" +PS00006,3K7V,C,"29-32,200-203" +PS00007,3K7V,C,"73-79,143-151" +PS00008,3K7V,C,"115-120,160-165,168-173,214-219,220-225,269-274" +PS00125,3K7V,C,113-118 +PS00001,3K7W,A,"311-314,552-555" +PS00004,3K7W,A,32-35 +PS00005,3K7W,A,"30-32,110-112,141-143,218-220,246-248,255-257,302-304,516-518" +PS00006,3K7W,A,"46-49,57-60,97-100,119-122,278-281,385-388" +PS00008,3K7W,A,"42-47,73-78,512-517" +PS00005,3K7W,C,"211-213,280-282,300-302" +PS00006,3K7W,C,"29-32,200-203" +PS00007,3K7W,C,"73-79,143-151" +PS00008,3K7W,C,"115-120,160-165,168-173,214-219,220-225,269-274" +PS00125,3K7W,C,113-118 From 8684df5f44ffa40772c045de03b0d02691e2526c Mon Sep 17 00:00:00 2001 From: Bunsho Koyano Date: Sun, 9 Jan 2022 11:09:27 +0900 Subject: [PATCH 07/14] no scaling --- proflex/util/flex_index.cpp | 1129 +++++++++++++++++------------------ 1 file changed, 548 insertions(+), 581 deletions(-) diff --git a/proflex/util/flex_index.cpp b/proflex/util/flex_index.cpp index dd94f77..b6b0f3f 100755 --- a/proflex/util/flex_index.cpp +++ b/proflex/util/flex_index.cpp @@ -1,36 +1,35 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ /*----------------------------------------------------------------------------- Written by S.K. Namilikonda 05/2008 This program reads in the "_allbonds" file and for each atom - it picks the bond with the least flexibility index over all bonds + it picks the bond with the least flexibility index over all bonds stemming from it and assign its value to that atom. This is a coarse - grained description of the flexibility index over the entire protein. - This value (which ranges between -1 (min flex) to +1 (max flex)) - is then transformed into a new number and put in the B-value column + grained description of the flexibility index over the entire protein. + This value (which ranges between -1 (min flex) to +1 (max flex)) + is then transformed into a new number and put in the B-value column of a PDB file ranging between 0 to 99, so that visualization tools - such as Insight II or PyMol can color code the protein in accordance + such as Insight II or PyMol can color code the protein in accordance to the flexibility index. In addition, this program also outputs PyMol-ready scripts for visualizing @@ -41,35 +40,34 @@ -----------------------------------------------------------------------------*/ -#include -#include -#include -#include #include -#include +#include #include +#include +#include +#include +#include using namespace std; #define MAX_FILENAME 80 -int main(int argc,char *argv[]) -{ -//-------------------------------------------------- declare variables - ifstream input; - ifstream input1; - ifstream input2; - ofstream output; - ofstream output1; - ofstream output2; - ofstream output3; // crude getaround for glibc error - char intro[10]; - int count,nHP=0; - const char error_open[] = "\n *** main(): unable to open file: "; -//-------------------------------------------------- preset names for now +int main(int argc, char *argv[]) { + //-------------------------------------------------- declare variables + ifstream input; + ifstream input1; + ifstream input2; + ofstream output; + ofstream output1; + ofstream output2; + ofstream output3; // crude getaround for glibc error + char intro[10]; + int count, nHP = 0; + const char error_open[] = "\n *** main(): unable to open file: "; + //-------------------------------------------------- preset names for now /* - * Note that only 20 colors are initialized + * Note that only 20 colors are initialized * Use bright colors that match the coloring scheme in hbdilute plot * Use pastale colors for flex clusters * R G B @@ -82,645 +80,616 @@ int main(int argc,char *argv[]) * magenta 1 0 1 * orange 1.0 0.5 0.0 * - wheat 0.99 0.82 0.65 - palegreen 0.65 0.9 0.65 - lightblue 0.75 0.75 1.0 - paleyellow 1.0 1.0 0.5 - lightpink 1.00 0.75 0.87 - palecyan 0.8 1.0 1.0 - lightorange 1.0 0.8 0.5 - bluewhite 0.85 0.85 1.00 - tv_orange 1.0 0.55 0.15 + wheat 0.99 0.82 0.65 + palegreen 0.65 0.9 0.65 + lightblue 0.75 0.75 1.0 + paleyellow 1.0 1.0 0.5 + lightpink 1.00 0.75 0.87 + palecyan 0.8 1.0 1.0 + lightorange 1.0 0.8 0.5 + bluewhite 0.85 0.85 1.00 + tv_orange 1.0 0.55 0.15 */ - string RCcolors[] = {"","red","cyan","green","yellow","purple","purpleblue",\ - "brightorange","tv_red","tv_green","olive",\ - "deeppurple","blue","tv_blue","grey70","limon",\ - "hotpink","violet","ruby","yelloworange","forest"}; - - string FCcolors[] = {"","wheat","palegreen","lightblue","paleyellow",\ - "lightpink","palecyan","lightorange","bluewhite",\ - "teal","limegreen","pink","slate","aquamarine",\ - "lightorange","sand","tv_orange","lime","marine",\ - "splitpea","salmon"}; - -//-------------------------------------------------- input/output files - - char file_weight[MAX_FILENAME]; // allbonds file - char file_chem[MAX_FILENAME]; // proflex dataset - - char file_flexibility[MAX_FILENAME]; // flex_index and RC analysis - // output in b-value and atom # - // columns respectively --- SN - - char file_flex_pml[MAX_FILENAME]; // PyMol script for visualizing - // the protein colored by - // flexindex values --- SN - - char file_RC_pml[MAX_FILENAME]; // PyMol script for visualizing - // the protein colored by - // RC values --- SN - - char file_FC_pml[MAX_FILENAME]; // PyMol script for visualizing - // the protein colored by - // FC values --- SN - - - char ans, answer[23]; - char sso[6],ssf[6]; + string RCcolors[] = {"", "red", "cyan", "green", + "yellow", "purple", "purpleblue", "brightorange", + "tv_red", "tv_green", "olive", "deeppurple", + "blue", "tv_blue", "grey70", "limon", + "hotpink", "violet", "ruby", "yelloworange", + "forest"}; + + string FCcolors[] = {"", "wheat", "palegreen", "lightblue", + "paleyellow", "lightpink", "palecyan", "lightorange", + "bluewhite", "teal", "limegreen", "pink", + "slate", "aquamarine", "lightorange", "sand", + "tv_orange", "lime", "marine", "splitpea", + "salmon"}; + + //-------------------------------------------------- input/output files + + char file_weight[MAX_FILENAME]; // allbonds file + char file_chem[MAX_FILENAME]; // proflex dataset + + char file_flexibility[MAX_FILENAME]; // flex_index and RC analysis + // output in b-value and atom # + // columns respectively --- SN + + char file_flex_pml[MAX_FILENAME]; // PyMol script for visualizing + // the protein colored by + // flexindex values --- SN + + char file_RC_pml[MAX_FILENAME]; // PyMol script for visualizing + // the protein colored by + // RC values --- SN + + char file_FC_pml[MAX_FILENAME]; // PyMol script for visualizing + // the protein colored by + // FC values --- SN + + char ans, answer[23]; + char sso[6], ssf[6]; std::string fend1 = "proflexdataset"; - std::string fend2 = ".pdb"; - std::string fend3 = ".pml"; // PyMol script ---- SN - short int num_full,num_base,num_PROFLEX; - int flagHP = -1; - short int noscaling = 0; - int max_atm_num,tmp,a1,a2,clust,i; - float wt; - char *line = new char [90]; - -//--------------------------------------------- initialize file-name arrays to NULL chars - - memset( (void*)file_weight , '\0', MAX_FILENAME); - memset( (void*)file_chem , '\0', MAX_FILENAME); - memset( (void*)file_flexibility , '\0', MAX_FILENAME); - memset( (void*)file_flex_pml , '\0', MAX_FILENAME); // 2008:04 - memset( (void*)file_RC_pml , '\0', MAX_FILENAME); // 2008:04 - memset( (void*)file_FC_pml , '\0', MAX_FILENAME); // 2008:05 - -//------------------------------------------------------------------- cosmetics - -// if (argc >= 2 && strcmp(argv[1], "-1") == 0) { - //Don't scale the output to 0 to 99 if "-1" is given as the command line argument -// noscaling = 1; -// } - - if ( argc != 2 ) - { - cout<<"\n\tUSAGE: flex_index \n"<= 2 && strcmp(argv[1], "-1") == 0) { + // Don't scale the output to 0 to 99 if "-1" is given as the command line + // argument + // noscaling = 1; + // } + + if (argc != 2) { + cout << "\n\tUSAGE: flex_index \n" << endl; exit(-1); } - /* OPEN INPUT FILES */ + /* OPEN INPUT FILES */ /* * Read-in all_bonds file */ - strcpy(file_weight,argv[1]); + strcpy(file_weight, argv[1]); num_full = strlen(file_weight); num_base = -1; - /* + /* * Output tether info to the flex*.pdb file by default */ flagHP = 0; + //--------------------- End Input file setup ----------------------- -//--------------------- End Input file setup ----------------------- - - - - /* Setup OUTPUT files */ + /* Setup OUTPUT files */ /* * Figure out the prefix of "allbonds" file */ - for(i=0; i> a1 >> a2 >> wt >> clust; - while( !input.eof() ) - { - count++; - - if(a1 > max_atm_num) - max_atm_num = a1; - if(a2 > max_atm_num) - max_atm_num = a2; - - input >> a1 >> a2 >> wt >> clust; - } + input >> a1 >> a2 >> wt >> clust; + while (!input.eof()) { + count++; + if (a1 > max_atm_num) + max_atm_num = a1; + if (a2 > max_atm_num) + max_atm_num = a2; - input1.open(file_weight, ios::in); - if( input1.fail() ) - { - cerr << error_open << file_weight << "\n\n"; - exit(-1); - } + input >> a1 >> a2 >> wt >> clust; + } + input1.open(file_weight, ios::in); + if (input1.fail()) { + cerr << error_open << file_weight << "\n\n"; + exit(-1); + } - // --- Now that we have the size of the input file, - // --- allocate memory to store all the records - int *atm1,*atm2,*clst,*label; // label stores atom-wise clst - int min_label=0,max_label=0; - float *abs_flex,*scaled_flex; - atm1 = new int [count]; - atm2 = new int [count]; - clst = new int [count]; - label = new int [max_atm_num]; - abs_flex = new float [count]; - scaled_flex = new float [max_atm_num]; - - -//-------------------------------------------------------- read data from allbonds file - - for(i = 0; i < count; i++) - { - input1 >> atm1[i] >> atm2[i] >> abs_flex[i] >> clst[i]; - if(i < max_atm_num) - { - scaled_flex[i] = 1.0; // initialize to max flex wt allowed (1.0) - label[i] = count; // initialize to max flex - } + // --- Now that we have the size of the input file, + // --- allocate memory to store all the records + int *atm1, *atm2, *clst, *label; // label stores atom-wise clst + int min_label = 0, max_label = 0; + float *abs_flex, *scaled_flex; + atm1 = new int[count]; + atm2 = new int[count]; + clst = new int[count]; + label = new int[max_atm_num]; + abs_flex = new float[count]; + scaled_flex = new float[max_atm_num]; + + //-------------------------------------------------------- read data from + //allbonds file + + for (i = 0; i < count; i++) { + input1 >> atm1[i] >> atm2[i] >> abs_flex[i] >> clst[i]; + if (i < max_atm_num) { + scaled_flex[i] = 1.0; // initialize to max flex wt allowed (1.0) + label[i] = count; // initialize to max flex } + } - -//------------------------------------------------- find min flexibility index - for(i = 0; i < count; i++) - { - if(abs_flex[i] < scaled_flex[atm1[i]-1]) - { - scaled_flex[atm1[i]-1] = abs_flex[i]; - } - if(abs_flex[i] < scaled_flex[atm2[i]-1]) - { - scaled_flex[atm2[i]-1] = abs_flex[i]; - } - -//------------------------------------------------- find min flexibility label - if((clst[i] < 0 && label[atm1[i]-1] >= 0) || \ - (label[atm1[i]-1] == count)) - { - label[atm1[i]-1] = clst[i]; - } - if((clst[i] < 0 && label[atm2[i]-1] >= 0) || \ - (label[atm2[i]-1] == count)) - { - label[atm2[i]-1] = clst[i]; - } - if(clst[i] < min_label) min_label = clst[i]; - if(clst[i] > max_label) max_label = clst[i]; + //------------------------------------------------- find min flexibility index + for (i = 0; i < count; i++) { + if (abs_flex[i] < scaled_flex[atm1[i] - 1]) { + scaled_flex[atm1[i] - 1] = abs_flex[i]; + } + if (abs_flex[i] < scaled_flex[atm2[i] - 1]) { + scaled_flex[atm2[i] - 1] = abs_flex[i]; } -//----------------------------------------------- Now, scale the weight factors -// from (-1,+1) to (0,99) - if(!noscaling) // Added as Kevin's StoneHinge fixes - { - for(i = 0; i < max_atm_num; i++) - { - scaled_flex[i] = (scaled_flex[i]+1)*49.5; - } - } - -//------------------------ End of flex_index calculation ----------------------------- + //------------------------------------------------- find min flexibility + //label + if ((clst[i] < 0 && label[atm1[i] - 1] >= 0) || + (label[atm1[i] - 1] == count)) { + label[atm1[i] - 1] = clst[i]; + } + if ((clst[i] < 0 && label[atm2[i] - 1] >= 0) || + (label[atm2[i] - 1] == count)) { + label[atm2[i] - 1] = clst[i]; + } + if (clst[i] < min_label) + min_label = clst[i]; + if (clst[i] > max_label) + max_label = clst[i]; + } + //----------------------------------------------- Now, scale the weight + //factors from (-1,+1) to (0,99) + if (!noscaling) // Added as Kevin's StoneHinge fixes + { + for (i = 0; i < max_atm_num; i++) { + scaled_flex[i] = (scaled_flex[i] + 1) * 49.5; + } + } + //------------------------ End of flex_index calculation + //----------------------------- - /* RIGID and FLEXIBLE CLUSTER IDENTIFICATION AND COLORING */ + /* RIGID and FLEXIBLE CLUSTER IDENTIFICATION AND COLORING */ -/* - * clst[] contains the cluster label for the various bonds in the allbonds file - * So, we first map the bond labels onto the atoms such that a -ve label implies - * that an atom belongs to a rigid cluster; +ve implies flexible cluster; and - * ZERO for uncorrelated motion. This info is in label[]. - * - * Just as the flex_index value is assigned, each atom is assigned to the - * most rigid cluster that it forms a part of. Now, we renumber the atoms - * such that each cluster is assigned to a range of atom numbers. The range - * of labels is given by min_label:max_label; The atom re-numbering proceeds - * in the order of labels => rigid clusters followed by flexible ones. - * - * Then, generate two PyMol scripts that create objects for each of the rigid - * (and flexible) clusters and colors them with a different color. - * Note that each cluster should at least have a size of 6 atoms! Further, the - * cluster boundaries have to be scanned carefully to determine the biggest - * RCs and FCs - */ + /* + * clst[] contains the cluster label for the various bonds in the allbonds + * file So, we first map the bond labels onto the atoms such that a -ve label + * implies that an atom belongs to a rigid cluster; +ve implies flexible + * cluster; and ZERO for uncorrelated motion. This info is in label[]. + * + * Just as the flex_index value is assigned, each atom is assigned to the + * most rigid cluster that it forms a part of. Now, we renumber the atoms + * such that each cluster is assigned to a range of atom numbers. The range + * of labels is given by min_label:max_label; The atom re-numbering proceeds + * in the order of labels => rigid clusters followed by flexible ones. + * + * Then, generate two PyMol scripts that create objects for each of the rigid + * (and flexible) clusters and colors them with a different color. + * Note that each cluster should at least have a size of 6 atoms! Further, the + * cluster boundaries have to be scanned carefully to determine the biggest + * RCs and FCs + */ int MAX_CLUST = max_label - min_label + 10; - int *atmIndex,*clstBoundary; - atmIndex = new int [max_atm_num]; - clstBoundary = new int [MAX_CLUST]; - char header_written_flag,ch; - int begin,end,size,j; - - for ( i = 0; i < MAX_CLUST; i++ ) - { - clstBoundary[i] = 0; // Initialize clstBndry - } + int *atmIndex, *clstBoundary; + atmIndex = new int[max_atm_num]; + clstBoundary = new int[MAX_CLUST]; + char header_written_flag, ch; + int begin, end, size, j; + + for (i = 0; i < MAX_CLUST; i++) { + clstBoundary[i] = 0; // Initialize clstBndry + } - /* + /* * Scan the label[] list and re-index the atoms! Start with rgd clusters. * Then, renumber FCs. Also, make a note of all the clusters' boundaries. */ - size = 0; // atm-index temp holder - j = min_label; // clust-index - while ( size < max_atm_num && j <= max_label ) - { - for ( i = 0; i < max_atm_num; i++ ) - { - if ( label[i] == j ) - { - size++; - atmIndex[i] = size; - } + size = 0; // atm-index temp holder + j = min_label; // clust-index + while (size < max_atm_num && j <= max_label) { + for (i = 0; i < max_atm_num; i++) { + if (label[i] == j) { + size++; + atmIndex[i] = size; + } } - clstBoundary[j-min_label] = size; - j++; // Next clust-index + clstBoundary[j - min_label] = size; + j++; // Next clust-index } + //----------------------- End of RC & FC Identification -------------------- -//----------------------- End of RC & FC Identification -------------------- - - - /* - * Write the flex.pdb with the revised atom-ids and b-value column with - * the re-scaled flex_index values - */ + /* + * Write the flex.pdb with the revised atom-ids and b-value column with + * the re-scaled flex_index values + */ + input2.open(file_chem, ios::in); + if (input2.fail()) { + cerr << error_open << file_chem << "\n\n"; + exit(-1); + } - input2.open(file_chem, ios::in); - if( input2.fail() ) - { - cerr << error_open << file_chem << "\n\n"; - exit(-1); - } + output.open(file_flex_pml, ios::out); + output1.open(file_flexibility, ios::out); + output2.open(file_RC_pml, ios::out); + output3.open(file_FC_pml, ios::out); + if (output1.fail()) { + cerr << error_open << file_flexibility << "\n\n"; + exit(-1); + } + count = 0; + while (!input2.eof() && !input2.fail()) { + input2.getline(line, 90); + + if (line != NULL && + (strncmp(line, "ATOM ", 6) == 0 || strncmp(line, "HETATM", 6) == 0)) { + if (flagHP && !strncmp(line + 13, "X ", 2) && + !strncmp(line + 17, "XXX", 3)) { + nHP++; + } else { + for (i = 0; i < 6; i++) + output1 << *(line + i); + output1 << setw(5) << setiosflags(ios::fixed | ios::right) + << atmIndex[count]; + for (i = 11; i < 54; i++) + output1 << *(line + i); + output1 << " 1.00 " << setw(5) << setprecision(2) + << setiosflags(ios::showpoint | ios::fixed | ios::right) + << *(scaled_flex + count) << endl; + } + count++; + } - output.open(file_flex_pml,ios::out); - output1.open(file_flexibility, ios::out); - output2.open(file_RC_pml,ios::out); - output3.open(file_FC_pml,ios::out); - - - if( output1.fail() ) - { - cerr << error_open << file_flexibility << "\n\n"; - exit(-1); - } - - count = 0; - while( !input2.eof() && !input2.fail()) - { - input2.getline(line,90); - - if(line != NULL && - (strncmp(line,"ATOM ",6) == 0 || strncmp(line,"HETATM",6) == 0)) - { - if(flagHP && !strncmp(line+13,"X ",2) && !strncmp(line+17,"XXX",3)) - { nHP++; } - else - { - for(i=0; i<6; i++) output1 << *(line+i); - output1 << setw(5) << setiosflags(ios::fixed | ios::right) - << atmIndex[count]; - for(i=11; i<54; i++) output1 << *(line+i); - output1 << " 1.00 " << setw(5) << setprecision(2) - << setiosflags(ios::showpoint | ios::fixed | ios::right) - << *(scaled_flex+count) << endl; - - } - count++; - } - - if(line != NULL && strncmp(line,"REMARK",6) == 0 && count > 0) - break; - - } - - if(!flagHP){ - cout << "\n\n\tThe number of ATOMS = " << count << endl; + if (line != NULL && strncmp(line, "REMARK", 6) == 0 && count > 0) + break; } - else if(flagHP) { - cout << "\n\n\tThe number of ATOMS = " << count - nHP << endl; - cout<<"\n\tThe number of Tethers omitted = " << nHP/3 << endl; + + if (!flagHP) { + cout << "\n\n\tThe number of ATOMS = " << count << endl; + } else if (flagHP) { + cout << "\n\n\tThe number of ATOMS = " << count - nHP << endl; + cout << "\n\tThe number of Tethers omitted = " << nHP / 3 << endl; } + /* #################################################################### */ + /* */ + /* Output PyMol Scripts */ + /* */ + /* #################################################################### */ -/* #################################################################### */ -/* */ -/* Output PyMol Scripts */ -/* */ -/* #################################################################### */ - -/* - * Now that the flexindex based PDB file has been written out, generate - * a pymol script to aid visualizing it. - */ - -// output.open(file_flex_pml,ios::out); - output<<"delete FlexIndexObj"< 40.0 and b< 42.0')"< 42.0 and b < 44.0')"< 44.0 and b < 46.0')"< 46.0 and b < 48.0')"< 48.0 and b < 49.0')"< 49.0 and b < 50.0')"< 50.0 and b < 52.0')"< 52.0 and b < 54.0')"< 54.0 and b < 56.0')"< 56.0 and b < 58.0')"< 58 and b < 60.0')"< 60.0')"< 40.0 and b< 42.0')" + << endl; + output << "cmd.color( 's200', 'FlexIndexObj and b= 42.0')" << endl; + output << "cmd.color('s225', 'FlexIndexObj and b> 42.0 and b < 44.0')" + << endl; + output << "cmd.color('s225', 'FlexIndexObj and b= 44.0')" << endl; + output << "cmd.color('s250', 'FlexIndexObj and b> 44.0 and b < 46.0')" + << endl; + output << "cmd.color('s250', 'FlexIndexObj and b= 46.0')" << endl; + output << "cmd.color('s280', 'FlexIndexObj and b> 46.0 and b < 48.0')" + << endl; + output << "cmd.color('s280', 'FlexIndexObj and b= 48.0')" << endl; + output << "cmd.color('s310', 'FlexIndexObj and b> 48.0 and b < 49.0')" + << endl; + output << "cmd.color('s310', 'FlexIndexObj and b= 49.0')" << endl; + + output << "cmd.color('grey', 'FlexIndexObj and b> 49.0 and b < 50.0')" + << endl; + output << "cmd.color('grey', 'FlexIndexObj and b= 50.0')" << endl; + + output << "cmd.color('s690', 'FlexIndexObj and b> 50.0 and b < 52.0')" + << endl; + output << "cmd.color('s690', 'FlexIndexObj and b= 52.0')" << endl; + output << "cmd.color('s730', 'FlexIndexObj and b> 52.0 and b < 54.0')" + << endl; + output << "cmd.color('s730', 'FlexIndexObj and b= 54.0')" << endl; + output << "cmd.color('s760', 'FlexIndexObj and b> 54.0 and b < 56.0')" + << endl; + output << "cmd.color('s760', 'FlexIndexObj and b= 56.0')" << endl; + output << "cmd.color('s790', 'FlexIndexObj and b> 56.0 and b < 58.0')" + << endl; + output << "cmd.color('s790', 'FlexIndexObj and b= 58.0')" << endl; + output << "cmd.color('s820', 'FlexIndexObj and b> 58 and b < 60.0')" << endl + << endl + << endl; + output << "cmd.color('s820', 'FlexIndexObj and b= 60.0')" << endl; + output << "cmd.color('s850', 'FlexIndexObj and b> 60.0')" << endl + << endl + << endl; // Show HPHOB as spheres - output<<"select HPHOB1, FlexIndexObj and resn \"XXX\" "< -1-min_label through 0 // Note that min_label is negative (at least -1). So, we have to // first start with the cluster that has label = -1 to label = min_label - for ( i = (min_label*-1)-1, j = 1; i >= 0; i--, j++ ) - { - if ( clstBoundary[i] - clstBoundary[i-1] > 6 ) - { - output2<<"\nselect RC"<= 0; i--, j++) { + if (clstBoundary[i] - clstBoundary[i - 1] > 6) { + output2 << "\nselect RC" << j << ", RigidClustObj and id " + << clstBoundary[i - 1] + 1 << "-" << clstBoundary[i]; + output2 << "\ncolor " << RCcolors[(j % 20) + 1] << ", RC" << j; -// output2<<"\npreset.ball_and_stick('RC"<= 0; i--, j++ ) - { - if ( clstBoundary[i] - clstBoundary[i-1] <= 6 ) - { - if(flag == 'F' ) - { - // The rest of the atoms will be colored with a default color - output2<<"\nselect smallRCs"<= 0; i--, j++) { + if (clstBoundary[i] - clstBoundary[i - 1] <= 6) { + if (flag == 'F') { + // The rest of the atoms will be colored with a default color + output2 << "\nselect smallRCs" << j / 50 << ", RigidClustObj and id " + << clstBoundary[i - 1] + 1 << "-" << clstBoundary[i]; + flag = 'T'; + } else { + output2 << "+" << clstBoundary[i - 1] + 1 << "-" << clstBoundary[i]; + } + } + if ((j + 1) % 50 == 0) { + flag = 'F'; // To prevent string overflow of clust indices in PyMol + output2 << "\ncolor brown, smallRCs" << j / 50; + output2 << "\nshow sticks, smallRCs" << j / 50 << endl; + } } - - output2< (min_label*-1) through (max_label-min_label) - // Note that min_label is negative (at least -1). So, we have to - // first start with the cluster that has label = -1 to label = min_label - - for ( i = (min_label*-1)+1, j = 1; i <= max_label - min_label ; i++, j++ ) - { - if ( clstBoundary[i] - clstBoundary[i-1] > 6 ) - { - output3<<"\nselect FC"< (min_label*-1) through + // (max_label-min_label) Note that min_label is negative (at least -1). So, we + // have to first start with the cluster that has label = -1 to label = + // min_label + + for (i = (min_label * -1) + 1, j = 1; i <= max_label - min_label; i++, j++) { + if (clstBoundary[i] - clstBoundary[i - 1] > 6) { + output3 << "\nselect FC" << j << ", FlexClustObj and id " + << clstBoundary[i - 1] + 1 << "-" << clstBoundary[i]; + output3 << "\ncolor " << FCcolors[(j % 20) + 1] << ", FC" << j; + + // output3<<"\npreset.ball_and_stick('RC"< Date: Sun, 13 Feb 2022 17:30:05 +0900 Subject: [PATCH 08/14] add proflex --- proflex/bin/flex_index | 1 + proflex/bin/hbdilute | 1 + proflex/bin/proflex | 1 + 3 files changed, 3 insertions(+) create mode 120000 proflex/bin/flex_index create mode 120000 proflex/bin/hbdilute create mode 120000 proflex/bin/proflex diff --git a/proflex/bin/flex_index b/proflex/bin/flex_index new file mode 120000 index 0000000..2ad7f99 --- /dev/null +++ b/proflex/bin/flex_index @@ -0,0 +1 @@ +/Users/bunshokoyano/Desktop/ProFlex/proflex/prog/../util/flex_index \ No newline at end of file diff --git a/proflex/bin/hbdilute b/proflex/bin/hbdilute new file mode 120000 index 0000000..5bee438 --- /dev/null +++ b/proflex/bin/hbdilute @@ -0,0 +1 @@ +/Users/bunshokoyano/Desktop/ProFlex/proflex/prog/hbdilute/bin/hbdilute \ No newline at end of file diff --git a/proflex/bin/proflex b/proflex/bin/proflex new file mode 120000 index 0000000..b5918a3 --- /dev/null +++ b/proflex/bin/proflex @@ -0,0 +1 @@ +/Users/bunshokoyano/Desktop/ProFlex/proflex/prog/first/bin/proflex \ No newline at end of file From 18f4a3380b9bbc3672e120d672e6a980a7eccce4 Mon Sep 17 00:00:00 2001 From: KoyanoBunsho Date: Mon, 14 Feb 2022 14:53:36 +0900 Subject: [PATCH 09/14] changed ifstream usage --- proflex/prog/first/src/c++/fixbabel.cpp | 3938 ++++++++++---------- proflex/prog/first/src/c++/hydrophobic.cpp | 674 ++-- proflex/prog/first/src/c++/main.cpp | 1274 ++++--- proflex/prog/first/src/c++/makechem.cpp | 2113 +++++------ proflex/prog/first/src/c++/pick_hbonds.cpp | 1501 ++++---- proflex/prog/first/src/c++/transitions.cpp | 1202 +++--- 6 files changed, 5260 insertions(+), 5442 deletions(-) diff --git a/proflex/prog/first/src/c++/fixbabel.cpp b/proflex/prog/first/src/c++/fixbabel.cpp index a55b84b..94a6c46 100755 --- a/proflex/prog/first/src/c++/fixbabel.cpp +++ b/proflex/prog/first/src/c++/fixbabel.cpp @@ -1,24 +1,23 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ /**********************************************************************/ /* THIS IS A C++ CODE FOR FIX_BABEL */ @@ -28,199 +27,198 @@ /* Dec 31 2003, Sameer : A temporary fix to prevent debug msgs */ /* on stdout using DEBUG define */ /* arrays) of a protein, based on the chemistry of the covalent, salt */ -/* and hydrogen bonds present. */ -/* Last revision 6.27.00 by AJR */ +/* and hydrogen bonds present. */ +/* Last revision 6.27.00 by AJR */ /* PorousCity aka FIRSTweb version, revised AJR 4.10.01 */ /* modified 03.20.02 by AJR --added search for hydrophobics */ /**********************************************************************/ /**********************************************************************/ void residue::get_residue(char *temp_res) { - int i,j; + int i, j; - strcpy( rname, temp_res ); + strcpy(rname, temp_res); ifil >> natom_sum; - occu[0] =- 1; + occu[0] = -1; - for( i = 1; i <= natom_sum; i++ ) { - occu[i] =- 1; + for (i = 1; i <= natom_sum; i++) { + occu[i] = -1; ifil >> A_type[i]; - if( strlen(A_type[i]) == 1 ) { - A_type[i][1] = ' '; + if (strlen(A_type[i]) == 1) { + A_type[i][1] = ' '; A_type[i][2] = ' '; A_type[i][3] = '\0'; - } - else { - if( strlen(A_type[i]) == 2 ) { - A_type[i][2] = ' '; - A_type[i][3] = '\0'; + } else { + if (strlen(A_type[i]) == 2) { + A_type[i][2] = ' '; + A_type[i][3] = '\0'; } - } + } ifil >> A_mult[i]; - for( j = 1; j <= A_mult[i]; j++ ) { + for (j = 1; j <= A_mult[i]; j++) { ifil >> A_link[i][j]; } } - } /**********************************************************************/ - /**********************************************************************/ void list::make_connectivity(int usage) { - int natom = 0, i, j, k, flag = 0, xh_count = 0, atom_found = 0; - int ma_count = 0, rnumber, nsulfur = 0, ns_bond, nhydro = 0; - int flag8 = 0, **temp_link,loop_flag=1,flag17=0, oxtflag=0; - int so,sf,prev_occu=-1,bond_oxt[500][2],n_oxt=0,oflag[chaincount]; - int flag7=0,iix,iiy,iiz,ix,iy,iz,ua_count=0,count=0; - int label[1000], m,a,jx,jy,jz,flag9=0,flag10,kx,ky,kz,flag12=0; - int **u_nrot_bond,u_nrot_bond_count=0,ret_val=0,q,**chk_bond; - int chk_bond_count=0,**poor_bond,poor_bond_count=0; - int *skip_nhydro,skip_nhydro_count=0,*skip_hydro,skip_hydro_count=0; - int *missing,all_iso=0,O_iso=0,n; - float temp,dist[1000],**sxyz,no_bonds=0,*chk_bond_dist,*poor_bond_dist,factor; - char name[4],type[3],**atype,ans, line[80], **missing_atoms; - std::string dash1 ="------------------------------------------------------------"; - std::string dash2 ="-----------"; - std::string dash3 ="--------------------"; - - node *tempo,*res_ptr,*A_ptr[1000],*unknown_atom[100000],*x_hydro[10000]; - - ofstream xofil,yofil,zofil,vofil,wofil,uofil,test_file; + int natom = 0, i, j, k, flag = 0, xh_count = 0, atom_found = 0; + int ma_count = 0, rnumber, nsulfur = 0, ns_bond, nhydro = 0; + int flag8 = 0, **temp_link, loop_flag = 1, flag17 = 0, oxtflag = 0; + int so, sf, prev_occu = -1, bond_oxt[500][2], n_oxt = 0, oflag[chaincount]; + int flag7 = 0, iix, iiy, iiz, ix, iy, iz, ua_count = 0, count = 0; + int label[1000], m, a, jx, jy, jz, flag9 = 0, flag10, kx, ky, kz, flag12 = 0; + int **u_nrot_bond, u_nrot_bond_count = 0, ret_val = 0, q, **chk_bond; + int chk_bond_count = 0, **poor_bond, poor_bond_count = 0; + int *skip_nhydro, skip_nhydro_count = 0, *skip_hydro, skip_hydro_count = 0; + int *missing, all_iso = 0, O_iso = 0, n; + float temp, dist[1000], **sxyz, no_bonds = 0, *chk_bond_dist, *poor_bond_dist, + factor; + char name[4], type[3], **atype, ans, line[80], **missing_atoms; + std::string dash1 = + "------------------------------------------------------------"; + std::string dash2 = "-----------"; + std::string dash3 = "--------------------"; + + node *tempo, *res_ptr, *A_ptr[1000], *unknown_atom[100000], *x_hydro[10000]; + + ofstream xofil, yofil, zofil, vofil, wofil, uofil, test_file; ifstream sofil; - - ofil<<"*********** "<> line; - for( j = 0; j < lookup_atoms; j++) { - sofil >> distance[k][j].d[i]; + for (j = 0; j < lookup_atoms; j++) { + sofil >> distance[k][j].d[i]; } } } /************************************************************/ /* Setting the resolution for the distances. */ - for( k = 0; k < lookup_atoms; k++) { - for( j = 0; j < lookup_atoms; j++) { - factor = (resolution/100)*(distance[k][j].d[2]-distance[k][j].d[1]); - distance[k][j].d[0] -= 1.1*factor; + for (k = 0; k < lookup_atoms; k++) { + for (j = 0; j < lookup_atoms; j++) { + factor = (resolution / 100) * (distance[k][j].d[2] - distance[k][j].d[1]); + distance[k][j].d[0] -= 1.1 * factor; distance[k][j].d[1] -= factor; distance[k][j].d[2] += factor; - distance[k][j].d[3] += 1.1*factor; + distance[k][j].d[3] += 1.1 * factor; } } /************************************************************/ /* Start processing each group. */ /************************************************************/ - tempo = last; //reset the linked list of atom records to the beginning + tempo = last; // reset the linked list of atom records to the beginning - while(1) { + while (1) { - if( strncmp(tempo->r1.field1,"TER",3) == 0 ) { - if( tempo == start ) { - loop_flag = 0; - break; + if (strncmp(tempo->r1.field1, "TER", 3) == 0) { + if (tempo == start) { + loop_flag = 0; + break; } tempo = tempo->prior; - if( tempo == start ) { - loop_flag = 0; - break; + if (tempo == start) { + loop_flag = 0; + break; } } - if( loop_flag == 0 ) + if (loop_flag == 0) break; flag17 = 0; @@ -234,1587 +232,1444 @@ void list::make_connectivity(int usage) { /* Compare the current atom's residue type to see if it is */ /* one of the "standard" residue types stored in */ /* /lib/residue.lib */ - for(size_t III = 0; III < res_count; III++) { - if( strcmp(res_ptr->r1.rname,res[III].rname) == 0 ) { - flag = 1; - rnumber = III; - break; + for (size_t III = 0; III < res_count; III++) { + if (strcmp(res_ptr->r1.rname, res[III].rname) == 0) { + flag = 1; + rnumber = III; + break; } - } + } /************************************************************/ - + /************************************************************/ /* If the atom belongs to a residue type listed in /lib/ */ /* residue.lib . */ /************************************************************/ - if( flag == 1 ) { - if( prev_occu == 1 ) { - res[rnumber].occu[0] = 1; + if (flag == 1) { + if (prev_occu == 1) { + res[rnumber].occu[0] = 1; } - while(tempo->r1.mod_res_no == res_ptr->r1.mod_res_no && - strcmp(tempo->r1.chain,res_ptr->r1.chain) == 0 ) { - - //------------------------------------------------proces record of KNOWN group - //--------------------------------------------------for non-hyro - strcpy( atype[tempo->r1.ri_sr_no], tempo->r1.aname ); - p[tempo->r1.ri_sr_no] = tempo; - for( i = 1; i < 4; i++) { - sxyz[tempo->r1.ri_sr_no][i] = tempo->r1.coord[i]; - } - - /************************************************************/ - /* Initialize the linked-list hash table for searching for */ - /* nearby atoms in 3D. */ - /************************************************************/ - iix = (int)((tempo->r1.coord[1]-xmin)/grdlen); - iiy = (int)((tempo->r1.coord[2]-ymin)/grdlen); - iiz = (int)((tempo->r1.coord[3]-zmin)/grdlen); - ix = iix%32; - iy = iiy%32; - iz = iiz%32; - chain[tempo->r1.ri_sr_no] = grid[ix][iy][iz]; - grid[ix][iy][iz] = tempo->r1.ri_sr_no; - - if( tempo->r1.aname[2] != 'H' && - tempo->r1.aname[2] != 'D') { - // AJR 05.13.02 deal with labeling of known amino acid residue as O' instead of O: relabel - if( strcmp(tempo->r1.aname," O' ") == 0 && - tempo->r1.field1[0] == 'A') { - strcpy(p[tempo->r1.ri_sr_no]->r1.aname," O "); - strcpy(atype[tempo->r1.ri_sr_no],tempo->r1.aname); - } - name[0] = tempo->r1.aname[2]; - name[1] = tempo->r1.aname[3]; - name[2] = tempo->r1.aname[4]; - name[3] = '\0'; - - for( i = 1; i <= res[rnumber].natom_sum; i++) { - if(strcmp( name, res[rnumber].A_type[i]) == 0 && - res[rnumber].occu[i] != 1) { - flag17 = 1; - A_ptr[i] = tempo; - atom_found = 1; //---------known non-hydrogen atom - res[rnumber].occu[i] = 1; - natom++; - if(tempo->r1.aname[2]=='S') { //identify sulfur atoms - nsulfur++; - if( nsulfur > 1000 ) { - cout<<"Number of S atoms greater than 1000"<r1.aname[2] == 'S') { //identify sulfur atoms - nsulfur++; - if( nsulfur > 1000 ) { - cout<<"Number of S atoms greater than 1000"<r1.aname," OT1") == 0 || - strcmp(tempo->r1.aname," OT2") == 0 || - strcmp(tempo->r1.aname," O''") == 0) { // AJR 05.13.02 just rewrite as OXT - strcpy(p[tempo->r1.ri_sr_no]->r1.aname," OXT"); - } - if(strcmp(tempo->r1.aname," OXT")!=0 ) { - /*if(strcmp(tempo->r1.aname," OXT")!=0 && - strcmp(tempo->r1.aname," OT1")!=0 && - strcmp(tempo->r1.aname," OT2")!=0)*/ - ua_count++; - unknown_atom[ua_count]=tempo; - } - else { - n_oxt++; - so = tempo->r1.ri_sr_no; - for( j = 1; j <= res[rnumber].natom_sum; j++) { - if( strcmp(res[rnumber].A_type[j],"C ") == 0 ) { - sf = A_ptr[j]->r1.ri_sr_no; - } - } - if( n_oxt > 500 ) { - cout<<"No. of OXT atoms greater than 500"<prior; - if( strcmp(tempo->r1.field1,"TER ") == 0 ) { - if( tempo == start ) { - loop_flag = 0; - break; - } - tempo = tempo->prior; - if( tempo == start ) { - loop_flag = 0; - break; - } - } - } - else { - loop_flag = 0; - break; - } + while (tempo->r1.mod_res_no == res_ptr->r1.mod_res_no && + strcmp(tempo->r1.chain, res_ptr->r1.chain) == 0) { + + //------------------------------------------------proces record of KNOWN + //group + //--------------------------------------------------for non-hyro + strcpy(atype[tempo->r1.ri_sr_no], tempo->r1.aname); + p[tempo->r1.ri_sr_no] = tempo; + for (i = 1; i < 4; i++) { + sxyz[tempo->r1.ri_sr_no][i] = tempo->r1.coord[i]; + } + + /************************************************************/ + /* Initialize the linked-list hash table for searching for */ + /* nearby atoms in 3D. */ + /************************************************************/ + iix = (int)((tempo->r1.coord[1] - xmin) / grdlen); + iiy = (int)((tempo->r1.coord[2] - ymin) / grdlen); + iiz = (int)((tempo->r1.coord[3] - zmin) / grdlen); + ix = iix % 32; + iy = iiy % 32; + iz = iiz % 32; + chain[tempo->r1.ri_sr_no] = grid[ix][iy][iz]; + grid[ix][iy][iz] = tempo->r1.ri_sr_no; + + if (tempo->r1.aname[2] != 'H' && tempo->r1.aname[2] != 'D') { + // AJR 05.13.02 deal with labeling of known amino acid residue as O' + // instead of O: relabel + if (strcmp(tempo->r1.aname, " O' ") == 0 && + tempo->r1.field1[0] == 'A') { + strcpy(p[tempo->r1.ri_sr_no]->r1.aname, " O "); + strcpy(atype[tempo->r1.ri_sr_no], tempo->r1.aname); + } + name[0] = tempo->r1.aname[2]; + name[1] = tempo->r1.aname[3]; + name[2] = tempo->r1.aname[4]; + name[3] = '\0'; + + for (i = 1; i <= res[rnumber].natom_sum; i++) { + if (strcmp(name, res[rnumber].A_type[i]) == 0 && + res[rnumber].occu[i] != 1) { + flag17 = 1; + A_ptr[i] = tempo; + atom_found = 1; //---------known non-hydrogen atom + res[rnumber].occu[i] = 1; + natom++; + if (tempo->r1.aname[2] == 'S') { // identify sulfur atoms + nsulfur++; + if (nsulfur > 1000) { + cout << "Number of S atoms greater than 1000" << endl; + exit(-1); + } + s_ptr[nsulfur] = tempo; + } + break; + } + } + + if (flag17 != 1) { + for (i = 1; i <= res[rnumber].natom_sum; i++) { + type[0] = res[rnumber].A_type[i][0]; + type[1] = res[rnumber].A_type[i][1]; + type[2] = '\0'; + if (strncmp(name, type, 2) == 0 && res[rnumber].occu[i] != 1) { + A_ptr[i] = tempo; + atom_found = 1; //---------known non-hydrogen atom + res[rnumber].occu[i] = 1; + natom++; + if (tempo->r1.aname[2] == 'S') { // identify sulfur atoms + nsulfur++; + if (nsulfur > 1000) { + cout << "Number of S atoms greater than 1000" << endl; + exit(-1); + } + s_ptr[nsulfur] = tempo; + } + break; + } + } + } + flag17 = 0; + + if (atom_found != 1) { //-------------------extra atoms + if (strcmp(tempo->r1.aname, " OT1") == 0 || + strcmp(tempo->r1.aname, " OT2") == 0 || + strcmp(tempo->r1.aname, " O''") == + 0) { // AJR 05.13.02 just rewrite as OXT + strcpy(p[tempo->r1.ri_sr_no]->r1.aname, " OXT"); + } + if (strcmp(tempo->r1.aname, " OXT") != 0) { + /*if(strcmp(tempo->r1.aname," OXT")!=0 && + strcmp(tempo->r1.aname," OT1")!=0 && + strcmp(tempo->r1.aname," OT2")!=0)*/ + ua_count++; + unknown_atom[ua_count] = tempo; + } else { + n_oxt++; + so = tempo->r1.ri_sr_no; + for (j = 1; j <= res[rnumber].natom_sum; j++) { + if (strcmp(res[rnumber].A_type[j], "C ") == 0) { + sf = A_ptr[j]->r1.ri_sr_no; + } + } + if (n_oxt > 500) { + cout << "No. of OXT atoms greater than 500" << endl; + exit(12); + } + bond_oxt[n_oxt][0] = so; + bond_oxt[n_oxt][1] = sf; + } + } + atom_found = 0; + } else { + nhydro++; + h_ptr[nhydro] = tempo; + } + if (tempo != start) { + tempo = tempo->prior; + if (strcmp(tempo->r1.field1, "TER ") == 0) { + if (tempo == start) { + loop_flag = 0; + break; + } + tempo = tempo->prior; + if (tempo == start) { + loop_flag = 0; + break; + } + } + } else { + loop_flag = 0; + break; + } } -//------------------End of group - Now work with known group------------------// - -//--------------------------------------connectivity table for NON-Hydrogen atoms - for( i = 1; i <= res[rnumber].natom_sum; i++) { - if( res[rnumber].occu[i] == 1 ) { - for( j = 1; j <= res[rnumber].A_mult[i]; j++) { - if( res[rnumber].occu[res[rnumber].A_link[i][j]] == 1 ) { - so = A_ptr[i]->r1.ri_sr_no; - sf = A_ptr[res[rnumber].A_link[i][j]]->r1.ri_sr_no; - temp = 0; - for( k = 1; k < 4; k++) { - temp += pow((sxyz[so][k]-sxyz[sf][k]),2); - } - temp = sqrt(temp); - - // check distance criteria before connecting 2 residues - if( i == 1 ) { - if( strcmp(p[so]->r1.chain, p[sf]->r1.chain) == 0 ) { - ret_val=check_dist(so,sf,temp,atype[so],atype[sf],1,p[so]->r1.rname, - p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain,usage); - if( ret_val == 1 ) { - make_connection(mult,temp_link,so,sf); - // record N=C Non-rotating bond between consecutive residues - no_bonds += 1; - nrot_bond_count++; - nrot_bond[nrot_bond_count][1]=so; - nrot_bond[nrot_bond_count][2]=sf; - } - else { - poor_bond_count++; - poor_bond[poor_bond_count][1]=so; - poor_bond[poor_bond_count][2]=sf; - poor_bond_dist[poor_bond_count]=temp; - } - } - else { - ret_val=check_dist(so,sf,temp,atype[so],atype[sf],3,p[so]->r1.rname, - p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain,usage); - if( ret_val == 1 ) { - make_connection(mult,temp_link,so,sf); - // record N=C Non-rotating bond between consecutive residues - no_bonds += 1; - nrot_bond_count++; - nrot_bond[nrot_bond_count][1]=so; - nrot_bond[nrot_bond_count][2]=sf; - } - else { - poor_bond_count++; - poor_bond[poor_bond_count][1]=so; - poor_bond[poor_bond_count][2]=sf; - poor_bond_dist[poor_bond_count]=temp; - } - } - - } - else { - ret_val=check_dist(so,sf,temp,atype[so],atype[sf],1,p[so]->r1.rname, - p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain,usage); - - if( ret_val == 1 ) { - // Special case: ARG for non-rotating bonds - if( strcmp( res[rnumber].rname, "ARG" ) == 0 ) { - if( strcmp(atype[so]," CZ ") == 0 ) { - if(strcmp(atype[sf]," NH1") == 0 || strcmp(atype[sf]," NH2") == 0 || - strcmp(atype[sf]," NE ") == 0) { - nrot_bond_count++; - nrot_bond[nrot_bond_count][1] = so; - nrot_bond[nrot_bond_count][2] = sf; - } - } - if( strcmp(atype[sf]," CZ ") == 0 ) { - if(strcmp(atype[so]," NH1") == 0 || - strcmp(atype[so]," NH2") == 0 || - strcmp(atype[so]," NE ") == 0) { - nrot_bond_count++; - nrot_bond[nrot_bond_count][1]=so; - nrot_bond[nrot_bond_count][2]=sf; - } - } - } - // End Special case: ARG for non-rotating bonds - - make_connection( mult, temp_link, so, sf ); - no_bonds += 1; - } - else { - poor_bond_count++; - poor_bond[poor_bond_count][1] = so; - poor_bond[poor_bond_count][2]=sf; - poor_bond_dist[poor_bond_count]=temp; - } - } - } - } - } - else { - ma_count++; //---------------missing atoms - missing[ma_count] = res_ptr->r1.ri_sr_no; - strcpy( missing_atoms[ma_count], res[rnumber].A_type[i] ); - } + //------------------End of group - Now work with known + //group------------------// + + //--------------------------------------connectivity table for + //NON-Hydrogen atoms + for (i = 1; i <= res[rnumber].natom_sum; i++) { + if (res[rnumber].occu[i] == 1) { + for (j = 1; j <= res[rnumber].A_mult[i]; j++) { + if (res[rnumber].occu[res[rnumber].A_link[i][j]] == 1) { + so = A_ptr[i]->r1.ri_sr_no; + sf = A_ptr[res[rnumber].A_link[i][j]]->r1.ri_sr_no; + temp = 0; + for (k = 1; k < 4; k++) { + temp += pow((sxyz[so][k] - sxyz[sf][k]), 2); + } + temp = sqrt(temp); + + // check distance criteria before connecting 2 residues + if (i == 1) { + if (strcmp(p[so]->r1.chain, p[sf]->r1.chain) == 0) { + ret_val = check_dist(so, sf, temp, atype[so], atype[sf], 1, + p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, + p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain, usage); + if (ret_val == 1) { + make_connection(mult, temp_link, so, sf); + // record N=C Non-rotating bond between consecutive residues + no_bonds += 1; + nrot_bond_count++; + nrot_bond[nrot_bond_count][1] = so; + nrot_bond[nrot_bond_count][2] = sf; + } else { + poor_bond_count++; + poor_bond[poor_bond_count][1] = so; + poor_bond[poor_bond_count][2] = sf; + poor_bond_dist[poor_bond_count] = temp; + } + } else { + ret_val = check_dist(so, sf, temp, atype[so], atype[sf], 3, + p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, + p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain, usage); + if (ret_val == 1) { + make_connection(mult, temp_link, so, sf); + // record N=C Non-rotating bond between consecutive residues + no_bonds += 1; + nrot_bond_count++; + nrot_bond[nrot_bond_count][1] = so; + nrot_bond[nrot_bond_count][2] = sf; + } else { + poor_bond_count++; + poor_bond[poor_bond_count][1] = so; + poor_bond[poor_bond_count][2] = sf; + poor_bond_dist[poor_bond_count] = temp; + } + } + + } else { + ret_val = check_dist(so, sf, temp, atype[so], atype[sf], 1, + p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, + p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain, usage); + + if (ret_val == 1) { + // Special case: ARG for non-rotating bonds + if (strcmp(res[rnumber].rname, "ARG") == 0) { + if (strcmp(atype[so], " CZ ") == 0) { + if (strcmp(atype[sf], " NH1") == 0 || + strcmp(atype[sf], " NH2") == 0 || + strcmp(atype[sf], " NE ") == 0) { + nrot_bond_count++; + nrot_bond[nrot_bond_count][1] = so; + nrot_bond[nrot_bond_count][2] = sf; + } + } + if (strcmp(atype[sf], " CZ ") == 0) { + if (strcmp(atype[so], " NH1") == 0 || + strcmp(atype[so], " NH2") == 0 || + strcmp(atype[so], " NE ") == 0) { + nrot_bond_count++; + nrot_bond[nrot_bond_count][1] = so; + nrot_bond[nrot_bond_count][2] = sf; + } + } + } + // End Special case: ARG for non-rotating bonds + + make_connection(mult, temp_link, so, sf); + no_bonds += 1; + } else { + poor_bond_count++; + poor_bond[poor_bond_count][1] = so; + poor_bond[poor_bond_count][2] = sf; + poor_bond_dist[poor_bond_count] = temp; + } + } + } + } + } else { + ma_count++; //---------------missing atoms + missing[ma_count] = res_ptr->r1.ri_sr_no; + strcpy(missing_atoms[ma_count], res[rnumber].A_type[i]); + } } - + /************************************************************/ /* Place Hydrogen atoms. */ /************************************************************/ - for( i = 1; i <= nhydro; i++ ) { - mult[h_ptr[i]->r1.ri_sr_no] = 0; + for (i = 1; i <= nhydro; i++) { + mult[h_ptr[i]->r1.ri_sr_no] = 0; } - for( i = 1; i <= nhydro; i++) { - flag9 = 0; - so = h_ptr[i]->r1.ri_sr_no; - count = 0; - for( j = 1; j <= res[rnumber].natom_sum; j++) { - if( res[rnumber].occu[j] == 1 ) { - sf = A_ptr[j]->r1.ri_sr_no; - temp = 0; - for( k = 1; k < 4; k++) { - temp += pow((h_ptr[i]->r1.coord[k] - A_ptr[j]->r1.coord[k]),2); - } - temp = sqrt(temp); - -// 2008:10 SN Add a diagnostic message to the user if bond length < 1.0 - if( temp >= 0.85 && temp < 0.995 && \ - strncmp(A_ptr[j]->r1.aname," C",3)==0) { - cout<< "\nWARNING: Distance between "<r1.rname, - p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain,usage); - - if( ret_val == 1 ) { - count++; - dist[count]=temp; - label[count]=sf; - } - } - } - for( j = 1; j <= 2; j++) { - for( k = j+1; k <= count; k++) { - if( dist[j] > dist[k] ) { - temp = dist[j]; - dist[j] = dist[k]; - dist[k] = temp; - a = label[j]; - label[j] = label[k]; - label[k] = a; - } - } - } - sf = label[1]; - if( count > 1 ) { - flag9 = 1; - } - else { - if( count == 1 ) { - make_connection( mult, temp_link, so, sf ); - no_bonds++; - } - } - if( flag9 == 1 || - count == 0) { - xh_count++; - x_hydro[xh_count] = h_ptr[i]; - } + for (i = 1; i <= nhydro; i++) { + flag9 = 0; + so = h_ptr[i]->r1.ri_sr_no; + count = 0; + for (j = 1; j <= res[rnumber].natom_sum; j++) { + if (res[rnumber].occu[j] == 1) { + sf = A_ptr[j]->r1.ri_sr_no; + temp = 0; + for (k = 1; k < 4; k++) { + temp += pow((h_ptr[i]->r1.coord[k] - A_ptr[j]->r1.coord[k]), 2); + } + temp = sqrt(temp); + + // 2008:10 SN Add a diagnostic message to the user if bond length + // < 1.0 + if (temp >= 0.85 && temp < 0.995 && + strncmp(A_ptr[j]->r1.aname, " C", 3) == 0) { + cout << "\nWARNING: Distance between " << so << " and " << sf + << " is"; + cout << temp << " A (between 0.85 and 1.0 A)!"; + cout << "\n ProFlex will still include the hydrogen"; + cout << " atom, " << so << " in its analysis." << endl; + } + + ret_val = + check_dist(so, sf, temp, atype[so], atype[sf], 2, + p[so]->r1.rname, p[so]->r1.res_no, p[so]->r1.code, + p[so]->r1.chain, p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain, usage); + + if (ret_val == 1) { + count++; + dist[count] = temp; + label[count] = sf; + } + } + } + for (j = 1; j <= 2; j++) { + for (k = j + 1; k <= count; k++) { + if (dist[j] > dist[k]) { + temp = dist[j]; + dist[j] = dist[k]; + dist[k] = temp; + a = label[j]; + label[j] = label[k]; + label[k] = a; + } + } + } + sf = label[1]; + if (count > 1) { + flag9 = 1; + } else { + if (count == 1) { + make_connection(mult, temp_link, so, sf); + no_bonds++; + } + } + if (flag9 == 1 || count == 0) { + xh_count++; + x_hydro[xh_count] = h_ptr[i]; + } } - if( (res[rnumber].occu[3]) == 1 ) { - A_ptr[0] = A_ptr[3]; - prev_occu=1; + if ((res[rnumber].occu[3]) == 1) { + A_ptr[0] = A_ptr[3]; + prev_occu = 1; } - for( i = 0; i <= res[rnumber].natom_sum; i++) { - res[rnumber].occu[i]=-1; + for (i = 0; i <= res[rnumber].natom_sum; i++) { + res[rnumber].occu[i] = -1; } - } - else { // Process record of UNKNOWN group - while( tempo->r1.mod_res_no == res_ptr->r1.mod_res_no && - strcmp( tempo->r1.chain,res_ptr->r1.chain) == 0 ) { - p[tempo->r1.ri_sr_no] = tempo; - strcpy(atype[tempo->r1.ri_sr_no],tempo->r1.aname); - for( i = 1; i < 4; i++ ) { - sxyz[tempo->r1.ri_sr_no][i]=tempo->r1.coord[i]; - } - iix=(int)((tempo->r1.coord[1]-xmin)/grdlen); - iiy=(int)((tempo->r1.coord[2]-ymin)/grdlen); - iiz=(int)((tempo->r1.coord[3]-zmin)/grdlen); - ix=iix%32; - iy=iiy%32; - iz=iiz%32; - chain[tempo->r1.ri_sr_no]=grid[ix][iy][iz]; - grid[ix][iy][iz]=tempo->r1.ri_sr_no; - if(tempo->r1.aname[2]=='H' || tempo->r1.aname[2]=='D') { - nhydro++; - h_ptr[nhydro]=tempo; - xh_count++; - x_hydro[xh_count]=tempo; - } - else { - natom++; - A_ptr[natom]=tempo; - ua_count++; - unknown_atom[ua_count]=tempo; - } - if( tempo != start ) { - tempo=tempo->prior; - } - else { - loop_flag = 0; - break; - } + } else { // Process record of UNKNOWN group + while (tempo->r1.mod_res_no == res_ptr->r1.mod_res_no && + strcmp(tempo->r1.chain, res_ptr->r1.chain) == 0) { + p[tempo->r1.ri_sr_no] = tempo; + strcpy(atype[tempo->r1.ri_sr_no], tempo->r1.aname); + for (i = 1; i < 4; i++) { + sxyz[tempo->r1.ri_sr_no][i] = tempo->r1.coord[i]; + } + iix = (int)((tempo->r1.coord[1] - xmin) / grdlen); + iiy = (int)((tempo->r1.coord[2] - ymin) / grdlen); + iiz = (int)((tempo->r1.coord[3] - zmin) / grdlen); + ix = iix % 32; + iy = iiy % 32; + iz = iiz % 32; + chain[tempo->r1.ri_sr_no] = grid[ix][iy][iz]; + grid[ix][iy][iz] = tempo->r1.ri_sr_no; + if (tempo->r1.aname[2] == 'H' || tempo->r1.aname[2] == 'D') { + nhydro++; + h_ptr[nhydro] = tempo; + xh_count++; + x_hydro[xh_count] = tempo; + } else { + natom++; + A_ptr[natom] = tempo; + ua_count++; + unknown_atom[ua_count] = tempo; + } + if (tempo != start) { + tempo = tempo->prior; + } else { + loop_flag = 0; + break; + } } - for( i = 1; i <= natom; i++ ) { - if(A_ptr[i]->r1.aname[2] == 'S' ) { - nsulfur++; - if( nsulfur > 1000 ) { - cout<<"Number of S atoms greater than 1000"<r1.aname[2] == 'S') { + nsulfur++; + if (nsulfur > 1000) { + cout << "Number of S atoms greater than 1000" << endl; + exit(-1); + } + s_ptr[nsulfur] = A_ptr[i]; + } } - prev_occu=-1; + prev_occu = -1; } } - + // Unknown Non-hydrogen atom connectivity using "Hash code data structure" - for( i = 1; i <= ua_count; i++) { - so=unknown_atom[i]->r1.ri_sr_no; - iix=(int)((unknown_atom[i]->r1.coord[1]-xmin)/grdlen); - iiy=(int)((unknown_atom[i]->r1.coord[2]-ymin)/grdlen); - iiz=(int)((unknown_atom[i]->r1.coord[3]-zmin)/grdlen); - + for (i = 1; i <= ua_count; i++) { + so = unknown_atom[i]->r1.ri_sr_no; + iix = (int)((unknown_atom[i]->r1.coord[1] - xmin) / grdlen); + iiy = (int)((unknown_atom[i]->r1.coord[2] - ymin) / grdlen); + iiz = (int)((unknown_atom[i]->r1.coord[3] - zmin) / grdlen); + //---------------------------------------go to the beginning of the residue flag9 = 0; - for( jx = -1; jx <= 1; jx++) { - for( jy = -1; jy <= 1; jy++) { - for( jz = -1; jz <= 1; jz++) { - kx = (iix+jx)%32; - ky = (iiy+jy)%32; - kz = (iiz+jz)%32; - - sf = grid[kx][ky][kz]; - - while( sf != 0 ) { - if( atype[sf][2] != 'H' && - atype[sf][2] != 'D') { - for( j = 1; j <= mult[so]; j++) { - if( temp_link[so][j] == sf ) { - flag12 = 1; - flag9 = 1; - break; - } - } - if( flag12 != 1 ) { - temp = 0; - for( k = 1; k < 4; k++) { - temp += pow((sxyz[so][k]-sxyz[sf][k]),2); - } - temp = sqrt(temp); - ret_val=check_dist(so,sf,temp,atype[so],atype[sf],0,p[so]->r1.rname, - p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain,usage); - - if( ret_val == 1 ) { - /************************************************************/ - /* Check for non rotating Note: Bonds are non rotating if */ - /* the 2 atoms belong to diff. groups */ - if(p[so]->r1.mod_res_no != p[sf]->r1.mod_res_no) { - u_nrot_bond_count++; - u_nrot_bond[u_nrot_bond_count][1] = so; - u_nrot_bond[u_nrot_bond_count][2] = sf; - } - make_connection(mult,temp_link,so,sf); - no_bonds+=1; - flag12=0; - chk_bond_count++; + for (jx = -1; jx <= 1; jx++) { + for (jy = -1; jy <= 1; jy++) { + for (jz = -1; jz <= 1; jz++) { + kx = (iix + jx) % 32; + ky = (iiy + jy) % 32; + kz = (iiz + jz) % 32; + + sf = grid[kx][ky][kz]; + + while (sf != 0) { + if (atype[sf][2] != 'H' && atype[sf][2] != 'D') { + for (j = 1; j <= mult[so]; j++) { + if (temp_link[so][j] == sf) { + flag12 = 1; + flag9 = 1; + break; + } + } + if (flag12 != 1) { + temp = 0; + for (k = 1; k < 4; k++) { + temp += pow((sxyz[so][k] - sxyz[sf][k]), 2); + } + temp = sqrt(temp); + ret_val = check_dist(so, sf, temp, atype[so], atype[sf], 0, + p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, + p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain, usage); + + if (ret_val == 1) { + /************************************************************/ + /* Check for non rotating Note: Bonds are non rotating if */ + /* the 2 atoms belong to diff. groups */ + if (p[so]->r1.mod_res_no != p[sf]->r1.mod_res_no) { + u_nrot_bond_count++; + u_nrot_bond[u_nrot_bond_count][1] = so; + u_nrot_bond[u_nrot_bond_count][2] = sf; + } + make_connection(mult, temp_link, so, sf); + no_bonds += 1; + flag12 = 0; + chk_bond_count++; #ifdef DEBUG -printf("1. chk_bond_count =%d so %d sf %d dist %f\n",chk_bond_count,so,sf,temp); + printf("1. chk_bond_count =%d so %d sf %d dist %f\n", + chk_bond_count, so, sf, temp); #endif - chk_bond[chk_bond_count][1]=so; - chk_bond[chk_bond_count][2]=sf; - chk_bond_dist[chk_bond_count]=temp; - - flag9=1; - sf=chain[sf]; - } - else { - sf=chain[sf]; - } - } - else { - sf=chain[sf]; - flag12=0; - } - } - else { - sf=chain[sf]; - } - } - } + chk_bond[chk_bond_count][1] = so; + chk_bond[chk_bond_count][2] = sf; + chk_bond_dist[chk_bond_count] = temp; + + flag9 = 1; + sf = chain[sf]; + } else { + sf = chain[sf]; + } + } else { + sf = chain[sf]; + flag12 = 0; + } + } else { + sf = chain[sf]; + } + } + } } } - - if( flag9 != 1 ) { + + if (flag9 != 1) { skip_nhydro_count++; - skip_nhydro[skip_nhydro_count]=so; + skip_nhydro[skip_nhydro_count] = so; } - } - + } + // Sulfur-Sulfur atom connectivity using "Hash code data structure" ns_bond = 0; - for( i = 1; i <= nsulfur; i++ ) { + for (i = 1; i <= nsulfur; i++) { so = s_ptr[i]->r1.ri_sr_no; - iix=(int)((s_ptr[i]->r1.coord[1]-xmin)/grdlen); - iiy=(int)((s_ptr[i]->r1.coord[2]-ymin)/grdlen); - iiz=(int)((s_ptr[i]->r1.coord[3]-zmin)/grdlen); - + iix = (int)((s_ptr[i]->r1.coord[1] - xmin) / grdlen); + iiy = (int)((s_ptr[i]->r1.coord[2] - ymin) / grdlen); + iiz = (int)((s_ptr[i]->r1.coord[3] - zmin) / grdlen); + //---------------------------------------go to the beginning of the residue - for( jx = -1; jx <= 1; jx++) { - for( jy = -1; jy <= 1; jy++) { - for( jz = -1; jz <= 1; jz++) { - kx = (iix+jx)%32; - ky = (iiy+jy)%32; - kz = (iiz+jz)%32; - - sf = grid[kx][ky][kz]; - while( sf != 0 ) { - if( atype[sf][2] == 'S' && - so != sf) { - for( j = 1; j <= mult[so]; j++) { - if( temp_link[so][j] == sf ) { - flag12 = 1; - break; - } - } - if( flag12 != 1 ) { - temp = 0; - for( k = 1; k < 4; k++) { - temp+=pow((sxyz[so][k]-sxyz[sf][k]),2); - } - temp=sqrt(temp); - ret_val=check_dist(so,sf,temp,atype[so],atype[sf],0,p[so]->r1.rname, - p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain,usage); - - if( ret_val == 1 ) { - /************************************************************/ - /* Check for non rotating. Note: Bonds are non rotating if */ - /* the 2 atoms belong to diff. groups */ - /************************************************************/ - if(p[so]->r1.mod_res_no != p[sf]->r1.mod_res_no) { - u_nrot_bond_count++; - u_nrot_bond[u_nrot_bond_count][1]=so; - u_nrot_bond[u_nrot_bond_count][2]=sf; - } - make_connection(mult,temp_link,so,sf); - no_bonds+=1; - ns_bond++; - flag12=0; - chk_bond_count++; + for (jx = -1; jx <= 1; jx++) { + for (jy = -1; jy <= 1; jy++) { + for (jz = -1; jz <= 1; jz++) { + kx = (iix + jx) % 32; + ky = (iiy + jy) % 32; + kz = (iiz + jz) % 32; + + sf = grid[kx][ky][kz]; + while (sf != 0) { + if (atype[sf][2] == 'S' && so != sf) { + for (j = 1; j <= mult[so]; j++) { + if (temp_link[so][j] == sf) { + flag12 = 1; + break; + } + } + if (flag12 != 1) { + temp = 0; + for (k = 1; k < 4; k++) { + temp += pow((sxyz[so][k] - sxyz[sf][k]), 2); + } + temp = sqrt(temp); + ret_val = check_dist(so, sf, temp, atype[so], atype[sf], 0, + p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, + p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain, usage); + + if (ret_val == 1) { + /************************************************************/ + /* Check for non rotating. Note: Bonds are non rotating if */ + /* the 2 atoms belong to diff. groups */ + /************************************************************/ + if (p[so]->r1.mod_res_no != p[sf]->r1.mod_res_no) { + u_nrot_bond_count++; + u_nrot_bond[u_nrot_bond_count][1] = so; + u_nrot_bond[u_nrot_bond_count][2] = sf; + } + make_connection(mult, temp_link, so, sf); + no_bonds += 1; + ns_bond++; + flag12 = 0; + chk_bond_count++; #ifdef DEBUG -printf("1. chk_bond_count =%d so %d sf %d dist %f\n",chk_bond_count,so,sf,temp); + printf("1. chk_bond_count =%d so %d sf %d dist %f\n", + chk_bond_count, so, sf, temp); #endif - chk_bond[chk_bond_count][1]=so; - chk_bond[chk_bond_count][2]=sf; - chk_bond_dist[chk_bond_count]=temp; - sf=chain[sf]; - } - else { - sf = chain[sf]; - } - } - else { - sf = chain[sf]; - flag12 = 0; - } - } - else { - sf = chain[sf]; - } - } - } + chk_bond[chk_bond_count][1] = so; + chk_bond[chk_bond_count][2] = sf; + chk_bond_dist[chk_bond_count] = temp; + sf = chain[sf]; + } else { + sf = chain[sf]; + } + } else { + sf = chain[sf]; + flag12 = 0; + } + } else { + sf = chain[sf]; + } + } + } } } } - + // Extra & unknown hydrogen atom connectivity using "Hash code data structure" - for(i=1;i<=xh_count;i++) - { - so=x_hydro[i]->r1.ri_sr_no; - - iix=(int)((x_hydro[i]->r1.coord[1]-xmin)/grdlen); - iiy=(int)((x_hydro[i]->r1.coord[2]-ymin)/grdlen); - iiz=(int)((x_hydro[i]->r1.coord[3]-zmin)/grdlen); - count=0; - flag9=0; - for(jx=-1;jx<=1;jx++) - { - for(jy=-1;jy<=1;jy++) - { - for(jz=-1;jz<=1;jz++) - { - kx=(iix+jx)%32; - ky=(iiy+jy)%32; - kz=(iiz+jz)%32; - - sf=grid[kx][ky][kz]; - - while(sf!=0) - { - if(atype[sf][2]!='H' && atype[sf][2]!='D') - { - temp=0; - for(k=1;k<4;k++) - { - temp+=pow((sxyz[so][k]-sxyz[sf][k]),2); - } - temp=sqrt(temp); - ret_val=check_dist(so,sf,temp,atype[so],atype[sf],0,p[so]->r1.rname, - p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain,usage); - - if(ret_val==1) { - count++; - dist[count]=temp; - label[count]=sf; - } - sf=chain[sf]; - } - else - { - sf=chain[sf]; - } - } - - } - } - } - for(j=1;j<=2;j++) - { - for(k=j+1;k<=count;k++) - { - if(dist[j]>dist[k]) - { - temp=dist[j]; - dist[j]=dist[k]; - dist[k]=temp; - a=label[j]; - label[j]=label[k]; - label[k]=a; - } - } - } - sf=label[1]; - if(count>1) - { - { - if(flag7==0) - { - cout<r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,atype[so],atype[so], - atype[so],atype[so],atype[so]); - flag9=1; - } - } - else - { - if(count==1) - { - /*---------------------------------------------check for non rotating - Note: Bonds are non rotating if the 2 atoms belong to diff. groups */ - - if(p[so]->r1.mod_res_no != p[sf]->r1.mod_res_no) - { - u_nrot_bond_count++; - u_nrot_bond[u_nrot_bond_count][1]=so; - u_nrot_bond[u_nrot_bond_count][2]=sf; - } - make_connection(mult,temp_link,so,sf); - no_bonds+=1; - } - } - if(flag9==1 || count==0) - { - skip_hydro_count++; - skip_hydro[skip_hydro_count]=so; - } - } -//--------------------------------------------------------------Add in OXT atoms - - for( i = 1; i <= n_oxt; i++) { + for (i = 1; i <= xh_count; i++) { + so = x_hydro[i]->r1.ri_sr_no; + + iix = (int)((x_hydro[i]->r1.coord[1] - xmin) / grdlen); + iiy = (int)((x_hydro[i]->r1.coord[2] - ymin) / grdlen); + iiz = (int)((x_hydro[i]->r1.coord[3] - zmin) / grdlen); + count = 0; + flag9 = 0; + for (jx = -1; jx <= 1; jx++) { + for (jy = -1; jy <= 1; jy++) { + for (jz = -1; jz <= 1; jz++) { + kx = (iix + jx) % 32; + ky = (iiy + jy) % 32; + kz = (iiz + jz) % 32; + + sf = grid[kx][ky][kz]; + + while (sf != 0) { + if (atype[sf][2] != 'H' && atype[sf][2] != 'D') { + temp = 0; + for (k = 1; k < 4; k++) { + temp += pow((sxyz[so][k] - sxyz[sf][k]), 2); + } + temp = sqrt(temp); + ret_val = + check_dist(so, sf, temp, atype[so], atype[sf], 0, + p[so]->r1.rname, p[so]->r1.res_no, p[so]->r1.code, + p[so]->r1.chain, p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain, usage); + + if (ret_val == 1) { + count++; + dist[count] = temp; + label[count] = sf; + } + sf = chain[sf]; + } else { + sf = chain[sf]; + } + } + } + } + } + for (j = 1; j <= 2; j++) { + for (k = j + 1; k <= count; k++) { + if (dist[j] > dist[k]) { + temp = dist[j]; + dist[j] = dist[k]; + dist[k] = temp; + a = label[j]; + label[j] = label[k]; + label[k] = a; + } + } + } + sf = label[1]; + if (count > 1) { + { + if (flag7 == 0) { + cout << endl << dash1 << dash3 << endl; + cout << endl << "\tHydrogen Atom Connectivity" << endl; + cout << endl + << "Warning: The following hydrogen atoms can be" + << " connected to more than 1 atom" << endl; + cout << endl << "\t Atom# Atom Res Res# Chain" << endl; + flag7 = 1; + } + write_output(1, so, 0, atype[so], p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, atype[so], atype[so], + atype[so], atype[so], atype[so]); + flag9 = 1; + } + } else { + if (count == 1) { + /*---------------------------------------------check for non rotating + Note: Bonds are non rotating if the 2 atoms belong to diff. groups */ + + if (p[so]->r1.mod_res_no != p[sf]->r1.mod_res_no) { + u_nrot_bond_count++; + u_nrot_bond[u_nrot_bond_count][1] = so; + u_nrot_bond[u_nrot_bond_count][2] = sf; + } + make_connection(mult, temp_link, so, sf); + no_bonds += 1; + } + } + if (flag9 == 1 || count == 0) { + skip_hydro_count++; + skip_hydro[skip_hydro_count] = so; + } + } + //--------------------------------------------------------------Add in OXT + //atoms + + for (i = 1; i <= n_oxt; i++) { so = bond_oxt[i][0]; sf = bond_oxt[i][1]; - make_connection(mult,temp_link,so,sf); + make_connection(mult, temp_link, so, sf); no_bonds++; } - - if(usage == 0) { -//----------------------------------------------------------------Check valencies - flag7=0; - for(i=1;i<=no_atoms;i++) - { - flag10=0; - flag9=0; - if(atype[i][2]=='H' || atype[i][2]=='D') - { - if(mult[i]>1) - { - flag10 = -1; - so=i; - if(flag7==0) - { - //system("clear"); - cout<r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,atype[so],atype[so], - atype[so],atype[so],atype[so]); - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)!=0) - { - if(flag9==0) - { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - - if(ans=='N' || ans=='n') - { - for(k=j;k<=mult[so]-1;k++) - { - temp_link[so][k]=temp_link[so][k+1]; - } - temp_link[so][mult[so]]=-1; - mult[so]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - if( mult[i] > 1 ) - { - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)==0) - { - if(flag9==0) - { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - if(ans=='N' || ans=='n') - { - for(k=j;k<=mult[so]-1;k++) - { - temp_link[so][k]=temp_link[so][k+1]; - } - temp_link[so][mult[so]]=-1; - mult[so]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - } - } - } -// else if(atype[i][2]=='O' && atype[i][3] == ' ') -// --- 2007:06 SN --- Discrepancy in valency checks between v4 and v5 - else if(atype[i][2]=='O') - { - if(mult[i]>2) - { - flag10 = -1; - so=i; - if(flag7==0) - { - //system("clear"); - cout<r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,atype[so],atype[so], - atype[so],atype[so],atype[so]); - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)!=0) - { - if(flag9==0) - { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - if(ans=='N' || ans=='n') - { - for(k=j;k<=mult[so]-1;k++) - { - temp_link[i][k]=temp_link[i][k+1]; - } - temp_link[i][mult[i]]=-1; - mult[i]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - if( mult[i] > 2 ) - { - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)==0) - { - if(flag9==0) - { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - if(ans=='N' || ans=='n') - { - for(k=j;k<=mult[so]-1;k++) - { - temp_link[i][k]=temp_link[i][k+1]; - } - temp_link[i][mult[i]]=-1; - mult[i]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - } - } - } -// else if( (atype[i][2]=='N' && atype[i][3] == ' ') && -// --- 2007:06 SN --- Discrepancy in valency checks between v4 and v5 - else if( atype[i][2]=='N' && - ( p[i]->r1.mod_res_no != 1 || ( p[i]->r1.mod_res_no == 1 && - strncmp(p[i]->r1.aname+1," N ",4)!=0 ) ) && - !(strcmp(p[i]->r1.rname,"LYS")==0 && - strncmp(p[i]->r1.aname+1," NZ ",4)==0) ) - { - if(mult[i]>3) - { - flag10 = -1; - so=i; - if(flag7==0) - { - //system("clear"); - cout<r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,atype[so],atype[so], - atype[so],atype[so],atype[so]); - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)!=0) - { - if(flag9==0) - { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - if(ans=='N' || ans=='n') - { - for(k=j;k<=mult[so]-1;k++) - { - temp_link[i][k]=temp_link[i][k+1]; - } - temp_link[i][mult[i]]=-1; - mult[i]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - if( mult[i] > 3 ) - { - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)==0) - { - if(flag9==0) - { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - if(ans=='N' || ans=='n') - { - for(k=j;k<=mult[so]-1;k++) - { - temp_link[i][k]=temp_link[i][k+1]; - } - temp_link[i][mult[i]]=-1; - mult[i]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - } - } - } - else /* If Not 'C' 'N' 'O' 'H' Then ( metals! ligand! )*/ - { - if(mult[i]>4) - { - flag10 = -1; - so=i; - if(flag7==0) - { - //system("clear"); - cout<r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,atype[so],atype[so], - atype[so],atype[so],atype[so]); - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)!=0) - { - if(flag9==0) { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - if( ans == 'N' || ans == 'n' ) - { - for(k=j;k<=mult[i]-1;k++) - { - temp_link[i][k]=temp_link[i][k+1]; - } - temp_link[i][mult[i]]=-1; - mult[i]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - if( mult[i] > 4 ) - { - for(j=1;j<=mult[i];j++) - { - if(strcmp(p[i]->r1.res_no,p[temp_link[i][j]]->r1.res_no)==0) - { - if( flag9 == 0) { - cout<r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,atype[sf],atype[sf], - atype[sf],atype[sf],atype[sf]); - ans = '@'; - while( ans != 'Y' && - ans != 'y' && - ans != 'N' && - ans != 'n') { - cout<<"Do you want to keep the bond? (y/n): "; - ans = cin.get(); - if( ans == '\n' ) - cout << "Please enter \"y\" or \"n\"." << endl; - else - cin.ignore(80, '\n'); - } - if( ans == 'N' || ans == 'n' ) - { - - for(k=j;k<=mult[i]-1;k++) - { - temp_link[i][k]=temp_link[i][k+1]; - } - temp_link[i][mult[i]]=-1; - mult[i]--; - for(m=1;m<=mult[sf];m++) - { - if(temp_link[sf][m]==so) - { - for(q=m;q<=mult[sf]-1;q++) - { - temp_link[sf][q]=temp_link[sf][q+1]; - } - temp_link[sf][mult[sf]]=-1; - } - } - mult[sf]--; - no_bonds--; - for(k=1;k<=chk_bond_count;k++) - { - if(chk_bond[k][1]==so || chk_bond[k][1]==sf) - { - chk_bond[k][1]=-1; - } - } - for(k=1;k<=u_nrot_bond_count;k++) - { - if(u_nrot_bond[k][1]==so || u_nrot_bond[k][1]==sf) - { - u_nrot_bond[k][1]=0; - } - } - flag10=1; - j--; - } - } - } - } - } - } - if(flag10==1) - { - cout< 1) { + flag10 = -1; + so = i; + if (flag7 == 0) { + // system("clear"); + cout << endl << endl << "\t\t Checking valencies" << endl; + cout << dash1 << dash3 << endl; + flag7 = 1; + } + cout << endl + << "Valency of atom " << i << " is " << mult[i] + << ", greater than its maximum valency (1)" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, 0, atype[so], p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, atype[so], atype[so], + atype[so], atype[so], atype[so]); + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) != 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + + if (ans == 'N' || ans == 'n') { + for (k = j; k <= mult[so] - 1; k++) { + temp_link[so][k] = temp_link[so][k + 1]; + } + temp_link[so][mult[so]] = -1; + mult[so]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + if (mult[i] > 1) { + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) == 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + if (ans == 'N' || ans == 'n') { + for (k = j; k <= mult[so] - 1; k++) { + temp_link[so][k] = temp_link[so][k + 1]; + } + temp_link[so][mult[so]] = -1; + mult[so]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + } + } + } + // else if(atype[i][2]=='O' && atype[i][3] == ' ') + // --- 2007:06 SN --- Discrepancy in valency checks between v4 + //and v5 + else if (atype[i][2] == 'O') { + if (mult[i] > 2) { + flag10 = -1; + so = i; + if (flag7 == 0) { + // system("clear"); + cout << endl << endl << "\t\t Checking valencies" << endl; + cout << dash1 << dash3 << endl; + flag7 = 1; + } + cout << endl + << "Valency of atom " << i << " is " << mult[i] + << ", greater than its maximum valency (2)" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, 0, atype[so], p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, atype[so], atype[so], + atype[so], atype[so], atype[so]); + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) != 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + if (ans == 'N' || ans == 'n') { + for (k = j; k <= mult[so] - 1; k++) { + temp_link[i][k] = temp_link[i][k + 1]; + } + temp_link[i][mult[i]] = -1; + mult[i]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + if (mult[i] > 2) { + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) == 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + if (ans == 'N' || ans == 'n') { + for (k = j; k <= mult[so] - 1; k++) { + temp_link[i][k] = temp_link[i][k + 1]; + } + temp_link[i][mult[i]] = -1; + mult[i]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + } + } + } + // else if( (atype[i][2]=='N' && atype[i][3] == ' ') && + // --- 2007:06 SN --- Discrepancy in valency checks between v4 + //and v5 + else if (atype[i][2] == 'N' && + (p[i]->r1.mod_res_no != 1 || + (p[i]->r1.mod_res_no == 1 && + strncmp(p[i]->r1.aname + 1, " N ", 4) != 0)) && + !(strcmp(p[i]->r1.rname, "LYS") == 0 && + strncmp(p[i]->r1.aname + 1, " NZ ", 4) == 0)) { + if (mult[i] > 3) { + flag10 = -1; + so = i; + if (flag7 == 0) { + // system("clear"); + cout << endl << endl << "\t\t Checking valencies" << endl; + cout << dash1 << dash3 << endl; + flag7 = 1; + } + cout << endl + << "Valency of atom " << i << " is " << mult[i] + << ", greater than its maximum valency (3)" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, 0, atype[so], p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, atype[so], atype[so], + atype[so], atype[so], atype[so]); + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) != 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + if (ans == 'N' || ans == 'n') { + for (k = j; k <= mult[so] - 1; k++) { + temp_link[i][k] = temp_link[i][k + 1]; + } + temp_link[i][mult[i]] = -1; + mult[i]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + if (mult[i] > 3) { + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) == 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + if (ans == 'N' || ans == 'n') { + for (k = j; k <= mult[so] - 1; k++) { + temp_link[i][k] = temp_link[i][k + 1]; + } + temp_link[i][mult[i]] = -1; + mult[i]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + } + } + } else /* If Not 'C' 'N' 'O' 'H' Then ( metals! ligand! )*/ + { + if (mult[i] > 4) { + flag10 = -1; + so = i; + if (flag7 == 0) { + // system("clear"); + cout << endl << endl << "\t\t Checking valencies" << endl; + cout << dash1 << dash3 << endl; + flag7 = 1; + } + cout << endl + << "Valency of atom " << i << " is " << mult[i] + << ", greater than its maximum valency (4)" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, 0, atype[so], p[so]->r1.rname, p[so]->r1.res_no, + p[so]->r1.code, p[so]->r1.chain, atype[so], atype[so], + atype[so], atype[so], atype[so]); + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) != 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + if (ans == 'N' || ans == 'n') { + for (k = j; k <= mult[i] - 1; k++) { + temp_link[i][k] = temp_link[i][k + 1]; + } + temp_link[i][mult[i]] = -1; + mult[i]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + if (mult[i] > 4) { + for (j = 1; j <= mult[i]; j++) { + if (strcmp(p[i]->r1.res_no, p[temp_link[i][j]]->r1.res_no) == 0) { + if (flag9 == 0) { + cout << endl + << "Possible incorrect bond(s) with atom(s):" << endl; + flag9 = 1; + } + sf = temp_link[i][j]; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, atype[sf], p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + atype[sf], atype[sf], atype[sf], atype[sf], + atype[sf]); + ans = '@'; + while (ans != 'Y' && ans != 'y' && ans != 'N' && ans != 'n') { + cout << "Do you want to keep the bond? (y/n): "; + ans = cin.get(); + if (ans == '\n') + cout << "Please enter \"y\" or \"n\"." << endl; + else + cin.ignore(80, '\n'); + } + if (ans == 'N' || ans == 'n') { + + for (k = j; k <= mult[i] - 1; k++) { + temp_link[i][k] = temp_link[i][k + 1]; + } + temp_link[i][mult[i]] = -1; + mult[i]--; + for (m = 1; m <= mult[sf]; m++) { + if (temp_link[sf][m] == so) { + for (q = m; q <= mult[sf] - 1; q++) { + temp_link[sf][q] = temp_link[sf][q + 1]; + } + temp_link[sf][mult[sf]] = -1; + } + } + mult[sf]--; + no_bonds--; + for (k = 1; k <= chk_bond_count; k++) { + if (chk_bond[k][1] == so || chk_bond[k][1] == sf) { + chk_bond[k][1] = -1; + } + } + for (k = 1; k <= u_nrot_bond_count; k++) { + if (u_nrot_bond[k][1] == so || u_nrot_bond[k][1] == sf) { + u_nrot_bond[k][1] = 0; + } + } + flag10 = 1; + j--; + } + } + } + } + } + } + if (flag10 == 1) { + cout << endl << "New valency = " << mult[i] << endl; + } else if (flag10 == -1) { + cout << endl << "Unchanged valency = " << mult[i] << endl; + } + } + if (flag7 == 1) { + cout << endl << endl << "\t\tValency check is finished! " << endl; + cout << "---------------------------------------------------------------" + << endl; + cout << "Type \"s\" to stop or \"c\" to continue: "; ans = cin.get(); - if( ans == 's' || ans == 'S' ) { - cout << "proflex process killed by user.\n" << endl; - exit(-1); + if (ans == 's' || ans == 'S') { + cout << "proflex process killed by user.\n" << endl; + exit(-1); } - if( ans != '\n' ) - cin.ignore(80,'\n'); + if (ans != '\n') + cin.ignore(80, '\n'); cout << endl << endl; } } // ends the if(usage == 0) condition -//-------------copy the temp. connectivety table to new memory optimized table. -//------------------------------allocating memory for the new connectivity table - link_noHB=(int**)new int*[no_atoms+1]; - for(i=0;i<=no_atoms;i++) - { - *(link_noHB+i)=(int*) new int[mult[i]+1]; - } -//---------------------------------copying the temp. table to the new one - for(i=1;i<=no_atoms;i++) - { - for(j=1;j<=mult[i];j++) - { - link_noHB[i][j]=temp_link[i][j]; - } + //-------------copy the temp. connectivety table to new memory optimized + //table. + //------------------------------allocating memory for the new connectivity + //table + link_noHB = (int **)new int *[no_atoms + 1]; + for (i = 0; i <= no_atoms; i++) { + *(link_noHB + i) = (int *)new int[mult[i] + 1]; + } + //---------------------------------copying the temp. table to the new one + for (i = 1; i <= no_atoms; i++) { + for (j = 1; j <= mult[i]; j++) { + link_noHB[i][j] = temp_link[i][j]; } - -//--------------------------------------------------Unknown Non Rotating Bonds + } + + //--------------------------------------------------Unknown Non Rotating Bonds flag9 = 0; - if( usage == 0 ) { - if( u_nrot_bond_count > 0 ) { - for( i = 1; i <= u_nrot_bond_count; i++) { - if( u_nrot_bond[i][1] != 0) { - // changed 11.02.01 AJR to only prompt for this double bond lock if a peptide bond. - if( (atype[u_nrot_bond[i][1]][2] == 'C' && atype[u_nrot_bond[i][2]][2] != 'N') || - (atype[u_nrot_bond[i][1]][2] == 'N' && atype[u_nrot_bond[i][2]][2] != 'C') ) { - so = u_nrot_bond[i][1]; - sf = u_nrot_bond[i][2]; - - /************************************************************/ - /* Print the warning message title only once. */ - if( flag9 == 0 ) { - cout<r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,atype[sf],p[sf]->r1.rname, - p[sf]->r1.res_no,p[sf]->r1.code,p[sf]->r1.chain); - cout<<"\tType y to LOCK the dihedral angle or any key to keep unlocked: "; - - ans = cin.get(); - if(ans == 'y' || ans == 'Y' ) { - nrot_bond_count++; - nrot_bond[nrot_bond_count][1]=u_nrot_bond[i][1]; - nrot_bond[nrot_bond_count][2]=u_nrot_bond[i][2]; - } - if( ans != '\n' ) - cin.ignore( 80, '\n' ); - - } - } + if (usage == 0) { + if (u_nrot_bond_count > 0) { + for (i = 1; i <= u_nrot_bond_count; i++) { + if (u_nrot_bond[i][1] != 0) { + // changed 11.02.01 AJR to only prompt for this double bond lock if a + // peptide bond. + if ((atype[u_nrot_bond[i][1]][2] == 'C' && + atype[u_nrot_bond[i][2]][2] != 'N') || + (atype[u_nrot_bond[i][1]][2] == 'N' && + atype[u_nrot_bond[i][2]][2] != 'C')) { + so = u_nrot_bond[i][1]; + sf = u_nrot_bond[i][2]; + + /************************************************************/ + /* Print the warning message title only once. */ + if (flag9 == 0) { + cout << endl << "\tDihedral Angle Constraints:" << endl; + cout << endl + << "Should the following bond be considered as " + << "Non-Rotating?" << endl; + flag9 = 1; + } + + cout << endl << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, sf, atype[so], p[so]->r1.rname, + p[so]->r1.res_no, p[so]->r1.code, p[so]->r1.chain, + atype[sf], p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain); + cout << "\tType y to LOCK the dihedral angle or any key to keep " + "unlocked: "; + + ans = cin.get(); + if (ans == 'y' || ans == 'Y') { + nrot_bond_count++; + nrot_bond[nrot_bond_count][1] = u_nrot_bond[i][1]; + nrot_bond[nrot_bond_count][2] = u_nrot_bond[i][2]; + } + if (ans != '\n') + cin.ignore(80, '\n'); + } + } } - } + } } // ends the if(usage == 0) condition - - //---count no. of isolated water atoms, isolated Hydrogens and all isolated atoms - for(i=1;i<=no_atoms;i++) - { - if(mult[i]==0) - { - all_iso++; - if( (strcmp(p[i]->r1.rname,"HOH")==0 || - strcmp(p[i]->r1.rname,"DOD")==0) && p[i]->r1.aname[2]=='O') - { - O_iso++; - } - } + + //---count no. of isolated water atoms, isolated Hydrogens and all isolated + //atoms + for (i = 1; i <= no_atoms; i++) { + if (mult[i] == 0) { + all_iso++; + if ((strcmp(p[i]->r1.rname, "HOH") == 0 || + strcmp(p[i]->r1.rname, "DOD") == 0) && + p[i]->r1.aname[2] == 'O') { + O_iso++; + } } -//------------------------------------Set DAH_type------------------------------- - + } + //------------------------------------Set + //DAH_type------------------------------- + h_list_count = 0; set_DAH_type(usage, mult); flag8 = 0; - #ifdef DEBUG +#ifdef DEBUG cout << "do i get here " << endl; - #endif - for( i = 0; i < chaincount; i++) { +#endif + for (i = 0; i < chaincount; i++) { tempo = chainptr[i]; - while( strcmp( tempo->r1.aname," N ") != 0 ) { // catches end of ATOM records - if( tempo == start ) { - flag8 = 1; - break; + while (strcmp(tempo->r1.aname, " N ") != + 0) { // catches end of ATOM records + if (tempo == start) { + flag8 = 1; + break; } tempo = tempo->prior; } - + // modify C-terminus - if( flag8 != 1 ) { + if (flag8 != 1) { #ifdef DEBUG cout << "in flag8 != 1" << endl; #endif tempo->r1.DAH_type = 'C'; tempo = chainptr[i]; - if( i != 0 ) { - tempo = tempo->next; - oxtflag = 0; - // Check whether the residue is known or unknown - for( j = 0; j < 20; j++ ) { - if(strcmp(tempo->r1.rname,res[j].rname)==0) { - n = tempo->r1.mod_res_no; - while(tempo->r1.mod_res_no==n) { - if(strcmp(tempo->r1.aname," OXT")==0 || - strcmp(tempo->r1.aname," OT ")==0 || - strcmp(tempo->r1.aname," OT1")==0 || - strcmp(tempo->r1.aname," OT2")==0) { - tempo->r1.DAH_type='E'; - oxtflag=n; + if (i != 0) { + tempo = tempo->next; + oxtflag = 0; + // Check whether the residue is known or unknown + for (j = 0; j < 20; j++) { + if (strcmp(tempo->r1.rname, res[j].rname) == 0) { + n = tempo->r1.mod_res_no; + while (tempo->r1.mod_res_no == n) { + if (strcmp(tempo->r1.aname, " OXT") == 0 || + strcmp(tempo->r1.aname, " OT ") == 0 || + strcmp(tempo->r1.aname, " OT1") == 0 || + strcmp(tempo->r1.aname, " OT2") == 0) { + tempo->r1.DAH_type = 'E'; + oxtflag = n; #ifdef DEBUG - cout << "found OXT? ?" << oxtflag << endl; + cout << "found OXT? ?" << oxtflag << endl; #endif - } - tempo=tempo->next; - } - tempo=tempo->prior; - while(strcmp(tempo->r1.aname," O ")!=0) tempo=tempo->prior; - if( oxtflag == 0 ) { - if( usage == 0 ) { - cout << endl << "\tThe final residue, # " << tempo->r1.res_no << " of chain ID " - << tempo->r1.chain <r1.DAH_type='E'; - } - if( ans != '\n' ) - cin.ignore( 80, '\n' ); - - } - else { - tempo->r1.DAH_type='A'; - } - } - else { - if(strcmp(tempo->r1.aname," O ") == 0 ) - tempo->r1.DAH_type='E'; - } - } - } + } + tempo = tempo->next; + } + tempo = tempo->prior; + while (strcmp(tempo->r1.aname, " O ") != 0) + tempo = tempo->prior; + if (oxtflag == 0) { + if (usage == 0) { + cout << endl + << "\tThe final residue, # " << tempo->r1.res_no + << " of chain ID " << tempo->r1.chain << endl + << "\twas not identified as a terminal oxygen " + << "(OXT)." << endl + << "\t" + << "Enter (y)es if the main chain oxygen in this residue" + << endl + << "\tshould be regarded as a charged acceptor at the " + "C-terminus: " + << endl; + + ans = cin.get(); + + if (ans == 'y' || ans == 'Y') { + tempo->r1.DAH_type = 'E'; + } + if (ans != '\n') + cin.ignore(80, '\n'); + + } else { + tempo->r1.DAH_type = 'A'; + } + } else { + if (strcmp(tempo->r1.aname, " O ") == 0) + tempo->r1.DAH_type = 'E'; + } + } + } } } } flag8 = 0; tempo = start; - while( strcmp( tempo->r1.field1,"ATOM ") != 0 ) - { - if(tempo==last) - { - flag8=1; - break; - } - tempo=tempo->next; + while (strcmp(tempo->r1.field1, "ATOM ") != 0) { + if (tempo == last) { + flag8 = 1; + break; } - if(flag8!=1) - { - for(j=0;j<20;j++) - { - if(strcmp(tempo->r1.rname,res[j].rname)==0) - { - n=tempo->r1.mod_res_no; - while(tempo->r1.mod_res_no==n) - { - if(strcmp(tempo->r1.aname," OXT")==0 || - strcmp(tempo->r1.aname," OT ")==0 || - strcmp(tempo->r1.aname," OT1")==0 || - strcmp(tempo->r1.aname," OT2")==0) - { - tempo->r1.DAH_type='E'; - } - if(strcmp(tempo->r1.aname," O ")==0 ) - { - /*if(usage == 0){ - cout << endl << "\tEnter (n) if the oxygen in residue " << tempo->r1.rname - << " at the end" << endl << "\tof chain ID [" << tempo->r1.chain - << "] and residue # " << tempo->r1.res_no << " should NOT be" - << endl << "\tregarded as a charged acceptor at a C-terminus: " ; - - cin >> answer; - if( strlen(answer) == 1 ) ans = answer[0]; - else ans = 'Y'; - if( ans == 'n' ) ans = 'N'; - if(ans!='N') - tempo->r1.DAH_type='E'; - } - - else tempo->r1.DAH_type='E';*/ - tempo->r1.DAH_type='E'; - } - if(tempo==last) - { - break; - } - tempo = tempo->next; - } - break; - } - } - } - - for( i = 1; i <= no_atoms; i++ ) { - - if( p[i]->r1.aname[2] == 'H' || p[i]->r1.aname[2] == 'D' ) { - - so = p[i]->r1.ri_sr_no; - if( mult[i]==1 ) { - sf = link_noHB[so][1]; - if( p[sf]->r1.DAH_type=='B' || p[sf]->r1.DAH_type=='C' || - p[sf]->r1.DAH_type=='D' ) - { - p[so]->r1.DAH_type='V'; - h_list[h_list_count] = so; - h_list_count++; - } - else { - p[so]->r1.DAH_type='N'; - } + tempo = tempo->next; + } + if (flag8 != 1) { + for (j = 0; j < 20; j++) { + if (strcmp(tempo->r1.rname, res[j].rname) == 0) { + n = tempo->r1.mod_res_no; + while (tempo->r1.mod_res_no == n) { + if (strcmp(tempo->r1.aname, " OXT") == 0 || + strcmp(tempo->r1.aname, " OT ") == 0 || + strcmp(tempo->r1.aname, " OT1") == 0 || + strcmp(tempo->r1.aname, " OT2") == 0) { + tempo->r1.DAH_type = 'E'; + } + if (strcmp(tempo->r1.aname, " O ") == 0) { + /*if(usage == 0){ +cout << endl << "\tEnter (n) if the oxygen in residue " << tempo->r1.rname +<< " at the end" << endl << "\tof chain ID [" << tempo->r1.chain +<< "] and residue # " << tempo->r1.res_no << " should NOT be" +<< endl << "\tregarded as a charged acceptor at a C-terminus: " ; + +cin >> answer; +if( strlen(answer) == 1 ) ans = answer[0]; +else ans = 'Y'; +if( ans == 'n' ) ans = 'N'; +if(ans!='N') +tempo->r1.DAH_type='E'; + } + + else tempo->r1.DAH_type='E';*/ + tempo->r1.DAH_type = 'E'; + } + if (tempo == last) { + break; + } + tempo = tempo->next; + } + break; } - else { - p[so]->r1.DAH_type='N'; + } + } + + for (i = 1; i <= no_atoms; i++) { + + if (p[i]->r1.aname[2] == 'H' || p[i]->r1.aname[2] == 'D') { + + so = p[i]->r1.ri_sr_no; + if (mult[i] == 1) { + sf = link_noHB[so][1]; + if (p[sf]->r1.DAH_type == 'B' || p[sf]->r1.DAH_type == 'C' || + p[sf]->r1.DAH_type == 'D') { + p[so]->r1.DAH_type = 'V'; + h_list[h_list_count] = so; + h_list_count++; + } else { + p[so]->r1.DAH_type = 'N'; + } + } else { + p[so]->r1.DAH_type = 'N'; } } } - #ifdef DEBUG +#ifdef DEBUG cout << "one" << endl; - #endif -// search for hydrophobic tethers AJR 03.20.02 using new function +#endif + // search for hydrophobic tethers AJR 03.20.02 using new function no_tether = find_hydrophob(); - - #ifdef DEBUG + +#ifdef DEBUG cout << "three" << endl; - #endif -// Write all record info into _proflexdataset. +#endif + // Write all record info into _proflexdataset. make_chem_rec(); - #ifdef DEBUG +#ifdef DEBUG cout << "four" << endl; - #endif - -// Write three new pseudoatoms for each Hydrophobic Tethers +#endif + + // Write three new pseudoatoms for each Hydrophobic Tethers write_HPatom(p); #ifdef DEBUG @@ -1826,169 +1681,166 @@ printf("1. chk_bond_count =%d so %d sf %d dist %f\n",chk_bond_count,so,sf,temp); #ifdef DEBUG cout << "six" << endl; #endif -// Append CF connectivity to _proflexdataset file - - yofil.open(outputfile,ios::app); - yofil<<"REMARK:L:"<i) - { - yofil<<"REMARK:CF "< i) { + yofil << "REMARK:CF " << setw(5) << i << " " << setw(5) + << link_noHB[i][j] << endl; + } } -// write CF bonds for Hydrophobic tethers. + } + // write CF bonds for Hydrophobic tethers. write_HPCFbond(); - yofil<<"REMARK:L:"<0) - { - yofil<<"REMARK:w:check_bonding: Dist. A1# A1 Res1 Res1# C1 A2# A2 " - <<"Res2 Res2# C2"<r1.rname<<" "<r1.res_no - <r1.code[0]<<" "<r1.chain; - yofil<r1.rname<<" " - <r1.res_no<r1.code[0]<<" "<r1.chain - <0) - { - yofil<<"REMARK:w:isolated_atoms: Number of isolated atoms = "<0) - { - yofil<<"REMARK:w:isolated_water: Number of isolated water atoms = " - <0) - { - yofil<<"REMARK:w:isolated_hydrogen: Number of isolated hydrogen atoms = " - < 0) { + yofil + << "REMARK:w:check_bonding: Dist. A1# A1 Res1 Res1# C1 A2# A2 " + << "Res2 Res2# C2" << endl; + for (i = 1; i <= chk_bond_count; i++) { + if (chk_bond[i][1] != -1) { + so = chk_bond[i][1]; + sf = chk_bond[i][2]; + yofil << "REMARK:W:check_bonding:" + << setiosflags(ios::showpoint | ios::fixed) << setprecision(5) + << setw(5) << chk_bond_dist[i] << setw(5) << so << atype[so] + << " " << p[so]->r1.rname << " " << p[so]->r1.res_no + << p[so]->r1.code[0] << " " << p[so]->r1.chain; + yofil << setw(5) << sf << atype[sf] << " " << p[sf]->r1.rname << " " + << p[sf]->r1.res_no << p[sf]->r1.code[0] << " " << p[sf]->r1.chain + << endl; + } } - -//------------------------------Write number of disulfide bonds in _proflexdataset - if(ns_bond>0) - { - yofil<<"REMARK:w:disulfide_bonds: Number of disulfide bonds = "< 0) { + yofil << "REMARK:w:isolated_atoms: Number of isolated atoms = " << all_iso + << endl; + if (O_iso > 0) { + yofil << "REMARK:w:isolated_water: Number of isolated water atoms = " + << O_iso << endl; } -//--------------------------------Write SKIP_NONHYDROGEN atoms into _proflexdataset - if(skip_nhydro_count>0) - { - yofil<<"REMARK:w:skip_nonhydrogen: Atom# Atom Res Res# Chain"<r1.rname<<" "<r1.res_no<r1.code[0] - <r1.chain< 0) { + yofil + << "REMARK:w:isolated_hydrogen: Number of isolated hydrogen atoms = " + << skip_hydro_count << endl; + } + yofil << "REMARK:L:" << dash1 << dash2 << endl; + } + + //------------------------------Write number of disulfide bonds in + //_proflexdataset + if (ns_bond > 0) { + yofil << "REMARK:w:disulfide_bonds: Number of disulfide bonds = " << ns_bond + << endl; + yofil << "REMARK:L:" << dash1 << dash2 << endl; + } + //--------------------------------Write SKIP_NONHYDROGEN atoms into + //_proflexdataset + if (skip_nhydro_count > 0) { + yofil << "REMARK:w:skip_nonhydrogen: Atom# Atom Res Res# Chain" << endl; + for (i = 1; i <= skip_nhydro_count; i++) { + so = skip_nhydro[i]; + yofil << "REMARK:W:skip_nonhydrogen:" << setw(5) << so << " " << atype[so] + << " " << p[so]->r1.rname << " " << p[so]->r1.res_no + << p[so]->r1.code[0] << p[so]->r1.chain << endl; + } + yofil << "REMARK:L:" << dash1 << dash2 << endl; + } /************************************************************/ /* Writing POOR_BOND into _proflexdataset file. */ /************************************************************/ - if( poor_bond_count > 0 ) { - yofil<<"REMARK:w:poor_bond: Dist. A1# A1 Res1 Res1# C1 A2# A2 " - <<"Res2 Res2# C2"<r1.rname<<" "<r1.res_no - <r1.code[0]<<" "<r1.chain; - yofil<r1.rname<<" " - <r1.res_no<r1.code[0]<<" "<r1.chain - < 0) { + yofil << "REMARK:w:poor_bond: Dist. A1# A1 Res1 Res1# C1 A2# A2 " + << "Res2 Res2# C2" << endl; + for (i = 1; i <= poor_bond_count; i++) { + if (poor_bond[i][1] != -1) { + so = poor_bond[i][1]; + sf = poor_bond[i][2]; + yofil << "REMARK:W:poor_bond:" + << setiosflags(ios::showpoint | ios::fixed) << setprecision(5) + << setw(10) << poor_bond_dist[i] << setw(5) << so << atype[so] + << " " << p[so]->r1.rname << " " << p[so]->r1.res_no + << p[so]->r1.code[0] << " " << p[so]->r1.chain; + yofil << setw(5) << sf << atype[sf] << " " << p[sf]->r1.rname << " " + << p[sf]->r1.res_no << p[sf]->r1.code[0] << " " << p[sf]->r1.chain + << endl; } } - yofil<<"REMARK:L:"< 0 ) { - yofil<<"REMARK:w:skip_hydrogen: Atom# Atom Res Res# Chain"< 0) { + yofil << "REMARK:w:skip_hydrogen: Atom# Atom Res Res# Chain" << endl; + for (i = 1; i <= skip_hydro_count; i++) { so = skip_hydro[i]; - yofil<<"REMARK:W:skip_hydrogen:"<r1.rname<<" "<r1.res_no<r1.code[0] - <r1.chain<r1.rname << " " << p[so]->r1.res_no + << p[so]->r1.code[0] << p[so]->r1.chain << endl; } - yofil<<"REMARK:L:"< 0 ) { - yofil<<"REMARK:w:missing_atoms: Atom Res Res# Chain"< 0) { + yofil << "REMARK:w:missing_atoms: Atom Res Res# Chain" << endl; + for (i = 1; i <= ma_count; i++) { so = missing[i]; - yofil<<"REMARK:W:missing_atoms:"<<" "<r1.rname<<" "<r1.res_no<r1.code<<" " - <r1.chain<r1.rname << " " + << p[so]->r1.res_no << p[so]->r1.code << " " << p[so]->r1.chain + << endl; } - yofil<<"REMARK:L:"< 0 ) { - cout< 0) { + cout << endl << dash1 << dash3 << endl; + cout << "The following chains were relabelled:" << endl; + yofil << "REMARK:w:chain_id: Old Cid New Cid" << endl; + cout << "chain_id: Old Cid New Cid" << endl; + for (i = 1; i <= chain_change_count; i++) { + yofil << "REMARK:W:chain_id: " << chain_change[i][0] << " " + << chain_change[i][1] << endl; + cout << " " << chain_change[i][0] << " " + << chain_change[i][1] << endl; } - yofil<<"REMARK:L:"<0) { - if(conf_option==1) { - yofil<<"REMARK:w:conformation_auto: Residue Residue no. Chain " - <<"Conformation"<r1.rname - <<" "<r1.res_no<r1.code[0] - <<" "<r1.chain<<" "< 0) { + if (conf_option == 1) { + yofil << "REMARK:w:conformation_auto: Residue Residue no. Chain " + << "Conformation" << endl; + for (i = 0; i < altloccount; i++) { + yofil << "REMARK:W:conformation_auto:" + << " " << altlocptr[i]->r1.rname << " " + << altlocptr[i]->r1.res_no << altlocptr[i]->r1.code[0] + << " " << altlocptr[i]->r1.chain << " " + << conf_chosen[i] << endl; } - } - else { - yofil<<"REMARK:w:conformation_user: Residue Residue no. Chain " - <<"Conformation"<r1.rname - <<" "<r1.res_no<r1.code[0] - <<" "<r1.chain<<" "<r1.rname << " " + << altlocptr[i]->r1.res_no << altlocptr[i]->r1.code[0] + << " " << altlocptr[i]->r1.chain << " " + << conf_chosen[i] << endl; } } - yofil<<"REMARK:L:"<> answer; - - if( strlen(answer) == 1 ) ans = answer[0]; - else ans = 'Y'; - if( ans == 'n' ) ans = 'N'; - if(ans!='N') { - return (1);//-------------make connection - } - else { - return (0);//------------don't make connection - } - } - } - else { - if(d>distance[a1][a2].d[3]) { //----------dist>d_max - if(d < maxdist) { - if(usage) {return(0);}//------------don't make connection - else{ - cout<> answer; - if( strlen(answer) == 1 ) ans = answer[0]; - else ans = 'Y'; - if( ans == 'n' ) ans = 'N'; - if(ans!='N') { - return (1);//----------make connection - } - else { - return (0);//---------don't make conection - } - } - } - else { - return (0);//------------don't make connection - } + cout << endl + << "Caution: The distance of [d =" + << setiosflags(ios::showpoint | ios::fixed) << setprecision(2) + << setw(5) << d << " Ang.] seems low!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, sf, atom1, rname1, res_no1, code1, chain1, atom2, + rname2, res_no2, code2, chain2); + cout << "Type n NOT to connect: "; + cin >> answer; + + if (strlen(answer) == 1) + ans = answer[0]; + else + ans = 'Y'; + if (ans == 'n') + ans = 'N'; + if (ans != 'N') { + return (1); //-------------make connection + } else { + return (0); //------------don't make connection + } } - else { - return (1); + } else { + if (d > distance[a1][a2].d[3]) { //----------dist>d_max + if (d < maxdist) { + if (usage) { + return (0); + } //------------don't make connection + else { + cout << endl + << "Caution: The distance of [d =" + << setiosflags(ios::showpoint | ios::fixed) << setprecision(3) + << setw(5) << d << " Ang.] seems high!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, sf, atom1, rname1, res_no1, code1, chain1, + atom2, rname2, res_no2, code2, chain2); + cout << "Type n NOT to connect: "; + cin >> answer; + if (strlen(answer) == 1) + ans = answer[0]; + else + ans = 'Y'; + if (ans == 'n') + ans = 'N'; + if (ans != 'N') { + return (1); //----------make connection + } else { + return (0); //---------don't make conection + } + } + } else { + return (0); //------------don't make connection + } + } else { + return (1); } } - } - else if( type == 2 ) { - if(ddistance[a1][a2].d[3]) {//------(dist < d_min) or (dist > d_max) - return (0); //--------------don't make connection - } - else { - return (1); //--------------make connection - } - } - else if( type == 3 ) { - if(ddistance[a1][a2].d[3]) { //------(dist < d_min) or (dist > d_max) - return (0); //--------------don't make connection + } else if (type == 2) { + if (d < distance[a1][a2].d[0] || + d > distance[a1][a2].d[3]) { //------(dist < d_min) or (dist > d_max) + return (0); //--------------don't make connection + } else { + return (1); //--------------make connection } - else { - cout< distance[a1][a2].d[3]) { //------(dist < d_min) or (dist > d_max) + return (0); //--------------don't make connection + } else { + cout << endl << "Atoms belong to different chains!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, sf, atom1, rname1, res_no1, code1, chain1, atom2, + rname2, res_no2, code2, chain2); + cout << "Type n NOT to connect: "; cin >> answer; - if( strlen(answer) == 1 ) ans = answer[0]; - else ans = 'Y'; - if(ans!='N' && ans!='n') { - return (1);//----------make connection - } - else { - return (0);//---------don't make conection + if (strlen(answer) == 1) + ans = answer[0]; + else + ans = 'Y'; + if (ans != 'N' && ans != 'n') { + return (1); //----------make connection + } else { + return (0); //---------don't make conection } - } - } - else { - if(ddistance[a1][a2].d[3]) {//------(dist < d_min) or (dist > d_max) - return (0); //--------------don't make connection } - else { - if(ddistance[a1][a2].d[2]) { //----------d_big < dist < d_max - cout< distance[a1][a2].d[3]) { //------(dist < d_min) or (dist > d_max) + return (0); //--------------don't make connection + } else { + if (d < distance[a1][a2].d[1]) { //------d_min < dist < d_low + cout << endl + << "Caution: The distance of [d =" + << setiosflags(ios::showpoint | ios::fixed) << setprecision(2) + << setw(5) << d << " Ang.] seems low!" << endl; + /*cout<<"\t"< distance[a1][a2].d[2]) { //----------d_big < dist < d_max + cout << endl + << "Caution: The distance of [d =" + << setiosflags(ios::showpoint | ios::fixed) << setprecision(2) + << setw(5) << d << " Ang.] seems high!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, sf, atom1, rname1, res_no1, code1, chain1, atom2, + rname2, res_no2, code2, chain2); + return (1); //----make connection + } else { + return (1); //----------make connection + } } } } } -/**********************************************************************/ - +/**********************************************************************/ /**********************************************************************/ /* This function had the first variable renamed to my_mult since it is */ @@ -2280,15 +2158,17 @@ int list::check_dist(int so,int sf,float d, char *atom1, char *atom2, /* way the function treated mult in the past since it shadowed the class */ /* variable with the same name -- vanvoor4 April 13, 2010 */ void list::make_connection(int *my_mult, int **temp_link, int so, int sf) { - if( my_mult[so] >= maxr -1 ) { + if (my_mult[so] >= maxr - 1) { // 2007:03 SN --- "Multiplicity" is a misnomer. Change it to "Valency" - cout << "Valency of atom # " << so << " is (" << my_mult[so] << ") greater than "; - cout << maxr-1 << "; therefore EXIT!" << endl; + cout << "Valency of atom # " << so << " is (" << my_mult[so] + << ") greater than "; + cout << maxr - 1 << "; therefore EXIT!" << endl; exit(20); } - if( my_mult[sf] >= maxr -1 ) { - cout << "Valency of atom # " << sf << " is (" << my_mult[sf] << ")greater than "; - cout << maxr-1 << "; therefore EXIT!" << endl; + if (my_mult[sf] >= maxr - 1) { + cout << "Valency of atom # " << sf << " is (" << my_mult[sf] + << ")greater than "; + cout << maxr - 1 << "; therefore EXIT!" << endl; exit(20); } my_mult[so]++; @@ -2302,24 +2182,26 @@ void list::make_connection(int *my_mult, int **temp_link, int so, int sf) { /* Subroutine to format output to stdout. Based on commonly outputting*/ /* these variables at various points during FIRST. */ /**********************************************************************/ -void list::write_output(int type, int so, int sf, char *atom1, char *rname1, - char *res_no1,char *code1, char *cid1, char *atom2, - char *rname2, char *res_no2,char *code2,char *cid2) { - - if( type == 1 ) { //---------write to screen(one below the other) - cout<<"\t"< this no longer is the rate limiting */ -/* subroutine. */ -/* 03.20.02 AJR based upon makeHP.c of Brandon M. Hespenheide */ +/* 05.09.02 AJR modified and improved the search methods in not_2nd_neighb, */ +/* not_3rd_neighb, and find_hydrophob --> this no longer is the rate limiting */ +/* subroutine. */ +/* 03.20.02 AJR based upon makeHP.c of Brandon M. Hespenheide */ /* */ -/* 11.15.00 BMH */ +/* 11.15.00 BMH */ /* */ -/* 09.06.01 AJR Modified code to not assign an Hphob contact to metal CA atoms */ -/* Also introduced a check for chain_ids to print or not print them as */ -/* dictated by the input datasetfile. */ +/* 09.06.01 AJR Modified code to not assign an Hphob contact to metal CA atoms + */ +/* Also introduced a check for chain_ids to print or not print them as + */ +/* dictated by the input datasetfile. */ /* */ -/* 02.14.03 BMH Finished cleaning up code (easier to read, less logic taking */ -/* up cycles, ...). Also added some new routines for testing */ -/* alternative definitions of a hydrophobic interaction. */ +/* 02.14.03 BMH Finished cleaning up code (easier to read, less logic taking */ +/* up cycles, ...). Also added some new routines for testing */ +/* alternative definitions of a hydrophobic interaction. */ /* */ -/* vdwaals_4HP_1HB.c Written in C++ */ +/* vdwaals_4HP_1HB.c Written in C++ */ /* */ -/* This program modifies a *_proflexdataset file. Hydrophobic contacts */ -/* are identified using variable distance criteria. These HP-contacts are */ -/* represented as hydrogen bonds, with 4 "psuedo-atoms"between the donor and */ -/* the bonding hydrogen, resulting in 1 constraint for the bond. */ +/* This program modifies a *_proflexdataset file. Hydrophobic contacts */ +/* are identified using variable distance criteria. These HP-contacts are */ +/* represented as hydrogen bonds, with 4 "psuedo-atoms"between the donor and */ +/* the bonding hydrogen, resulting in 1 constraint for the bond. */ /* */ -/* Hydrogen bonds are identifies using the REMARK:HB lines in the input *_FIRST */ -/* dataset file. These bonds are modifed to have a single psuedo atom, adding */ -/* a degree of freedom back to the system. */ +/* Hydrogen bonds are identifies using the REMARK:HB lines in the input *_FIRST + */ +/* dataset file. These bonds are modifed to have a single psuedo atom, adding */ +/* a degree of freedom back to the system. */ /********************************************************************************/ -/* Program modified by AJR 09.06.01 to not assign an Hphob contact to metal CA */ -/* atoms. Also introduced a check for chain_ids to print or not print them as */ -/* dictated by the input datasetfile. */ +/* Program modified by AJR 09.06.01 to not assign an Hphob contact to metal CA + */ +/* atoms. Also introduced a check for chain_ids to print or not print them as + */ +/* dictated by the input datasetfile. */ /********************************************************************************/ /**********************************************************************/ @@ -59,62 +63,58 @@ /* given cutoff, accept the interaction as a hydrophobic tether. */ /**********************************************************************/ #include -int list::determine_vdWaals_contact( node *cp, node *tp) { - - float - atom_atom_dis = 0.0, - vdr1=0.0, - vdr2=0.0, - aad2, - sum_of_vdWaals = 0.0; - - int - j,so, - is_contact = 1; - - char atom1[6],atom2[6]; - - strcpy(atom1,cp->r1.aname); - strcpy(atom2,tp->r1.aname); +int list::determine_vdWaals_contact(node *cp, node *tp) { + + float atom_atom_dis = 0.0, vdr1 = 0.0, vdr2 = 0.0, aad2, sum_of_vdWaals = 0.0; + + int j, so, is_contact = 1; + + char atom1[6], atom2[6]; + + strcpy(atom1, cp->r1.aname); + strcpy(atom2, tp->r1.aname); so = cp->r1.ri_sr_no; - - if(atom1[2]== 'S') {vdr1 = 1.80;} - else if(atom1[2]=='C') { + + if (atom1[2] == 'S') { + vdr1 = 1.80; + } else if (atom1[2] == 'C') { vdr1 = 1.70; - if(strcmp(atom1," CA ")) { - if(!strcmp(cp->r1.field1,"HETATM") ) { - if( !strcmp(cp->r1.rname," CA") || !strcmp(cp->r1.rname,"CA ") ){vdr1 = 0.0;} - } + if (strcmp(atom1, " CA ")) { + if (!strcmp(cp->r1.field1, "HETATM")) { + if (!strcmp(cp->r1.rname, " CA") || !strcmp(cp->r1.rname, "CA ")) { + vdr1 = 0.0; + } + } } } - if(atom2[2]== 'S') {vdr2 = 1.80;} - else if(atom2[2]=='C') { + if (atom2[2] == 'S') { + vdr2 = 1.80; + } else if (atom2[2] == 'C') { vdr2 = 1.70; - if(strcmp(atom2," CA ")) { - if(!strcmp(tp->r1.field1,"HETATM") ) { - if( !strcmp(tp->r1.rname," CA") || !strcmp(tp->r1.rname,"CA ") ){vdr2 = 0.0;} - } + if (strcmp(atom2, " CA ")) { + if (!strcmp(tp->r1.field1, "HETATM")) { + if (!strcmp(tp->r1.rname, " CA") || !strcmp(tp->r1.rname, "CA ")) { + vdr2 = 0.0; + } + } } } - sum_of_vdWaals = vdr1+vdr2; - aad2=0; - for(j=1;j<=3;j++) - { - aad2+=pow((cp->r1.coord[j]-tp->r1.coord[j]),2); - } - atom_atom_dis=sqrt(aad2); + sum_of_vdWaals = vdr1 + vdr2; + aad2 = 0; + for (j = 1; j <= 3; j++) { + aad2 += pow((cp->r1.coord[j] - tp->r1.coord[j]), 2); + } + atom_atom_dis = sqrt(aad2); /**************************************************/ /* the value 2.2 Angstrom was selected to exclude */ - /* covalently bonded atom pairs. */ + /* covalently bonded atom pairs. */ /**************************************************/ - if( (atom_atom_dis < 2.20 ) || - (atom_atom_dis > ((sum_of_vdWaals) + R_factor)) ) + if ((atom_atom_dis < 2.20) || (atom_atom_dis > ((sum_of_vdWaals) + R_factor))) is_contact = 0; - + return (is_contact); - } /**********************************************************************/ @@ -127,13 +127,12 @@ int list::test_for_covalent(int so, int sf, int mso) { int i = 0; - for( i = 1; i <= mso; i++) { - if( link_noHB[so][i] == sf ) - return( sf ); + for (i = 1; i <= mso; i++) { + if (link_noHB[so][i] == sf) + return (sf); } - return( 0 ); - + return (0); } /**********************************************************************/ @@ -145,19 +144,17 @@ int list::test_for_covalent(int so, int sf, int mso) { /**********************************************************************/ int list::not_2nd_neighb(int s1, int s2) { - int - sa = 0, - m = 0; - - for( m = 1; m <= mult[s1]; m++){ - sa = link_noHB[s1][m]; - if( p[sa]->r1.aname[2] != 'H' && p[sa]->r1.aname[2] != 'D' ){ - if( test_for_covalent(s2, sa, mult[s2]) ) - return(0); - } + int sa = 0, m = 0; + + for (m = 1; m <= mult[s1]; m++) { + sa = link_noHB[s1][m]; + if (p[sa]->r1.aname[2] != 'H' && p[sa]->r1.aname[2] != 'D') { + if (test_for_covalent(s2, sa, mult[s2])) + return (0); } - - return(1); + } + + return (1); } /**********************************************************************/ @@ -168,20 +165,18 @@ int list::not_2nd_neighb(int s1, int s2) { /**********************************************************************/ int list::not_3rd_neighb(int so, int sf) { - int - i = 0, - sa = 0; + int i = 0, sa = 0; - for( i = 1; i <= mult[so]; i++) { + for (i = 1; i <= mult[so]; i++) { sa = link_noHB[so][i]; // exclude hydrogens, they're monovalent - if( p[sa]->r1.aname[2] != 'H' && p[sa]->r1.aname[2] != 'D' ){ - if( !not_2nd_neighb(sa,sf) ) - return( 0 ); + if (p[sa]->r1.aname[2] != 'H' && p[sa]->r1.aname[2] != 'D') { + if (!not_2nd_neighb(sa, sf)) + return (0); } } - - return(1); + + return (1); } /**********************************************************************/ @@ -190,32 +185,33 @@ int list::not_3rd_neighb(int so, int sf) { /* both hydrophobic atoms are bonded to only other carbon or sulfur */ /* atoms. */ /**********************************************************************/ -int list::only_bonded_to_Hphobes(int so, int sf){ +int list::only_bonded_to_Hphobes(int so, int sf) { - int - a = 0; + int a = 0; - for( a = 1; a <= mult[so]; a++ ) { - if( p[ link_noHB[so][a] ]->r1.aname[2] != 'C' && - p[ link_noHB[so][a] ]->r1.aname[2] != 'S' && + for (a = 1; a <= mult[so]; a++) { + if (p[link_noHB[so][a]]->r1.aname[2] != 'C' && + p[link_noHB[so][a]]->r1.aname[2] != 'S' && - // AJR 06.24.03 added a line to omit hydrogen atoms as counting against - Sameer - p[ link_noHB[so][a] ]->r1.aname[2] != 'H' ) + // AJR 06.24.03 added a line to omit hydrogen atoms as counting against + // - Sameer + p[link_noHB[so][a]]->r1.aname[2] != 'H') - return(0); + return (0); } - for( a = 1; a <= mult[sf]; a++ ) { - if( p[ link_noHB[sf][a] ]->r1.aname[2] != 'C' && - p[ link_noHB[sf][a] ]->r1.aname[2] != 'S' && + for (a = 1; a <= mult[sf]; a++) { + if (p[link_noHB[sf][a]]->r1.aname[2] != 'C' && + p[link_noHB[sf][a]]->r1.aname[2] != 'S' && - // AJR 06.24.03 added a line to omit hydrogen atoms as counting against - Sameer - p[ link_noHB[sf][a] ]->r1.aname[2] != 'H' ) + // AJR 06.24.03 added a line to omit hydrogen atoms as counting against + // - Sameer + p[link_noHB[sf][a]]->r1.aname[2] != 'H') - return(0); + return (0); } - - return(1); + + return (1); } /**********************************************************************/ @@ -224,7 +220,7 @@ int list::only_bonded_to_Hphobes(int so, int sf){ /* between atoms that have a specific atomic density of Hphobic atoms */ /* within a given sphere radius. */ /**********************************************************************/ -int list::Hphobe_atomic_density( int so, int sf ){ +int list::Hphobe_atomic_density(int so, int sf) { std::cerr << "Unimplemented function in hydrophobic.cpp!!!" << std::endl; return 0; } @@ -235,38 +231,39 @@ int list::Hphobe_atomic_density( int so, int sf ){ /**********************************************************************/ int list::find_hydrophob(void) { - int i,so,sf, **temp_hpteth; - int iix,iiy,iiz,jx,jy,jz,kx,ky,kz,nval; + int i, so, sf, **temp_hpteth; + int iix, iiy, iiz, jx, jy, jz, kx, ky, kz, nval; char atype1[6], atype2[6]; ofstream xofil; nval = no_atoms; - //if(no_atoms >= 20000) { nval = (int)(no_atoms/2); } - temp_hpteth = (int **)new int *[nval+1]; - for(i=0; i<=nval;i++){ + // if(no_atoms >= 20000) { nval = (int)(no_atoms/2); } + temp_hpteth = (int **)new int *[nval + 1]; + for (i = 0; i <= nval; i++) { // temp_hpteth = (int **)new int *[no_atoms+1]; - //for(i=0; i<=no_atoms;i++){ - *(temp_hpteth+i) = (int *) new int[2]; + // for(i=0; i<=no_atoms;i++){ + *(temp_hpteth + i) = (int *)new int[2]; } - int hpcount=0; + int hpcount = 0; - /* ################################################################AJR 03.21.02 - Identify the Hydrophobic contacts and place them into the array hp_tether[hpcount][i] + /* ################################################################AJR + 03.21.02 Identify the Hydrophobic contacts and place them into the array + hp_tether[hpcount][i] ######################################################################################*/ /* Cleaned up a bit. BMH 9.25.02 */ /************************************************************/ /* Hphob contact found by using "Hash code data structure */ /************************************************************/ - for( i = 1; i <= no_atoms; i++ ){ + for (i = 1; i <= no_atoms; i++) { so = p[i]->r1.ri_sr_no; - strcpy(atype1,p[i]->r1.aname); - if( atype1[2]== 'C' || atype1[2]=='S'){ - - iix=(int)((p[i]->r1.coord[1]-xmin)/grdlen); - iiy=(int)((p[i]->r1.coord[2]-ymin)/grdlen); - iiz=(int)((p[i]->r1.coord[3]-zmin)/grdlen); - + strcpy(atype1, p[i]->r1.aname); + if (atype1[2] == 'C' || atype1[2] == 'S') { + + iix = (int)((p[i]->r1.coord[1] - xmin) / grdlen); + iiy = (int)((p[i]->r1.coord[2] - ymin) / grdlen); + iiz = (int)((p[i]->r1.coord[3] - zmin) / grdlen); + /**********************************************************************/ /* The following code uses the "hash" routine employed in various */ /* spots in FIRST. The method relies on placing a 3D grid on the prot.*/ @@ -282,161 +279,155 @@ int list::find_hydrophob(void) { /* The for loop searches over all 27 grid cubes adjacent to cube in */ /* which point "so" resides. */ /**********************************************************************/ - for(jx = -1; jx <= 1; jx++) { - for( jy =- 1; jy <= 1; jy++) { - for( jz =- 1; jz <= 1; jz++) { - - kx = (iix+jx)%32; - ky = (iiy+jy)%32; - kz = (iiz+jz)%32; - - sf = grid[kx][ky][kz]; - - while( sf != 0 ) { - - if(sf > so) { // prevents double counting of tethers. - strcpy(atype2,p[sf]->r1.aname); - - if( (atype2[2]== 'C' || atype2[2]=='S') && - determine_vdWaals_contact( p[i], p[sf]) && - not_2nd_neighb(so,sf) && - not_3rd_neighb(so,sf) && - only_bonded_to_Hphobes(so,sf) ) { - hpcount++; - temp_hpteth[hpcount][0] = so; - temp_hpteth[hpcount][1] = sf; + for (jx = -1; jx <= 1; jx++) { + for (jy = -1; jy <= 1; jy++) { + for (jz = -1; jz <= 1; jz++) { + + kx = (iix + jx) % 32; + ky = (iiy + jy) % 32; + kz = (iiz + jz) % 32; + + sf = grid[kx][ky][kz]; + + while (sf != 0) { + + if (sf > so) { // prevents double counting of tethers. + strcpy(atype2, p[sf]->r1.aname); + + if ((atype2[2] == 'C' || atype2[2] == 'S') && + determine_vdWaals_contact(p[i], p[sf]) && + not_2nd_neighb(so, sf) && not_3rd_neighb(so, sf) && + only_bonded_to_Hphobes(so, sf)) { + hpcount++; + temp_hpteth[hpcount][0] = so; + temp_hpteth[hpcount][1] = sf; #ifdef DEBUG_HPHOB - cout << so << " " << sf << endl; + cout << so << " " << sf << endl; #endif - } - } - sf = chain[sf]; - } - } - } + } + } + sf = chain[sf]; + } + } + } } } } - #ifdef DEBUG_HPHOB cout << "R_factor " << R_factor << " hphobes " << hpcount << endl; #endif - //exit(0); + // exit(0); /************************************************************/ /* copy the temp_hpteth table to new memory optimized array */ /************************************************************/ - hp_tether =(int**) new int *[hpcount+1]; - - for( i = 0; i <= hpcount; i++ ){ - *(hp_tether+i) = (int*) new int[2]; + hp_tether = (int **)new int *[hpcount + 1]; + + for (i = 0; i <= hpcount; i++) { + *(hp_tether + i) = (int *)new int[2]; } - - for( i = 1; i <= hpcount; i++) { - hp_tether[i][0]=temp_hpteth[i][0]; - hp_tether[i][1]=temp_hpteth[i][1]; + + for (i = 1; i <= hpcount; i++) { + hp_tether[i][0] = temp_hpteth[i][0]; + hp_tether[i][1] = temp_hpteth[i][1]; } - - for( i = 0; i <= nval; i++){ - delete [] *(temp_hpteth+i); + + for (i = 0; i <= nval; i++) { + delete[] * (temp_hpteth + i); } - - return(hpcount); + + return (hpcount); } /**********************************************************************/ /**********************************************************************/ void list::HPaugment(node **node_p) { /* AJR 03.22.02 this routine not yet implemented */ - int a,i,numatoms,nHPat,*tempbond,**templink,so,sf; + int a, i, numatoms, nHPat, *tempbond, **templink, so, sf; - float - unit_vector[3], - vector_one[3], - vector_two[3], - vector_three[3]; + float unit_vector[3], vector_one[3], vector_two[3], vector_three[3]; - node *fresh,*endpt; + node *fresh, *endpt; - nHPat = no_tether*3; - numatoms = no_atoms+no_tether*3; + nHPat = no_tether * 3; + numatoms = no_atoms + no_tether * 3; - tempbond = new int[numatoms+1]; - templink = (int **) new int *[numatoms+1]; - for(i=0;i<=numatoms;i++){ - if(i<=no_atoms){ + tempbond = new int[numatoms + 1]; + templink = (int **)new int *[numatoms + 1]; + for (i = 0; i <= numatoms; i++) { + if (i <= no_atoms) { tempbond[i] = mult[i]; } - *(templink+i) = (int*) new int[maxr]; + *(templink + i) = (int *)new int[maxr]; } endpt = start; - int nps=no_atoms, rescount=1; + int nps = no_atoms, rescount = 1; fresh = NULL; - for(i=1; i<=no_tether;i++){ + for (i = 1; i <= no_tether; i++) { so = hp_tether[i][0]; sf = hp_tether[i][1]; /**********************************/ - for( a = 1; a < 4; a++ ){ - unit_vector[a] = node_p[so]->r1.coord[a] - node_p[sf]->r1.coord[a]; - vector_one[a] = node_p[sf]->r1.coord[a] + (0.25*unit_vector[a]); - vector_two[a] = node_p[sf]->r1.coord[a] + (0.5*unit_vector[a]); - vector_three[a] = node_p[sf]->r1.coord[a] + (0.75*unit_vector[a]); - + for (a = 1; a < 4; a++) { + unit_vector[a] = node_p[so]->r1.coord[a] - node_p[sf]->r1.coord[a]; + vector_one[a] = node_p[sf]->r1.coord[a] + (0.25 * unit_vector[a]); + vector_two[a] = node_p[sf]->r1.coord[a] + (0.5 * unit_vector[a]); + vector_three[a] = node_p[sf]->r1.coord[a] + (0.75 * unit_vector[a]); fresh = new node; - strcpy(fresh->r1.field1,"HETATM"); // PDB field identifier (ie. ATOM, HETATM, REMARK) - // strcpy(fresh->r1.sr_no,line+6,5); // Atom number - strcpy(fresh->r1.aname," X "); // Atom name - strcpy(fresh->r1.altloc," "); // - strcpy(fresh->r1.rname,"XXX"); // Amino-acid name - strcpy(fresh->r1.chain," T"); // Chain ID - //strcpy(string, line+66, 5 ); // some kind of internal FIRST identifier. - fresh->r1.mod_res_no = rescount; // - fresh->r1.DAH_type = 'N'; - fresh->r1.coord[1] = vector_one[a]; - fresh->r1.coord[2] = vector_two[a]; - fresh->r1.coord[3] = vector_three[a]; - strcpy(fresh->r1.occupancy," 0.00");// Temperature factor (B_value) - strcpy(fresh->r1.temp_string," 0.00"); // - fresh->r1.occ = 0.00; - fresh->r1.temperature = 0.00; - fresh->r1.ri_sr_no = nps++; - - // AJR 03.21.02 temporary fix: - strcpy(fresh->r1.res_no," 100"); // Residue number - strcpy(fresh->r1.sr_no," 1252"); // Atom number - strcpy(fresh->r1.code," "); - strcpy(fresh->r1.strx," 51.000"); // X-coordinate - strcpy(fresh->r1.stry," 11.000"); // Y-coordinate - strcpy(fresh->r1.strz," -1.000"); // Z-coordinate - // strcpy(fresh->r1.strx,line+30,8); // X-coordinate - //strcpy(fresh->r1.stry,line+38,8); // Y-coordinate - //strcpy(fresh->r1.strz,line+46,8); // Z-coordinate - //cout << fresh->r1.field1 <<" "<next = fresh->prior = NULL; + strcpy(fresh->r1.field1, + "HETATM"); // PDB field identifier (ie. ATOM, HETATM, REMARK) + // strcpy(fresh->r1.sr_no,line+6,5); // Atom number + strcpy(fresh->r1.aname, " X "); // Atom name + strcpy(fresh->r1.altloc, " "); // + strcpy(fresh->r1.rname, "XXX"); // Amino-acid name + strcpy(fresh->r1.chain, " T"); // Chain ID + // strcpy(string, line+66, 5 ); // some kind of internal FIRST + // identifier. + fresh->r1.mod_res_no = rescount; // + fresh->r1.DAH_type = 'N'; + fresh->r1.coord[1] = vector_one[a]; + fresh->r1.coord[2] = vector_two[a]; + fresh->r1.coord[3] = vector_three[a]; + strcpy(fresh->r1.occupancy, " 0.00"); // Temperature factor (B_value) + strcpy(fresh->r1.temp_string, " 0.00"); // + fresh->r1.occ = 0.00; + fresh->r1.temperature = 0.00; + fresh->r1.ri_sr_no = nps++; + + // AJR 03.21.02 temporary fix: + strcpy(fresh->r1.res_no, " 100"); // Residue number + strcpy(fresh->r1.sr_no, " 1252"); // Atom number + strcpy(fresh->r1.code, " "); + strcpy(fresh->r1.strx, " 51.000"); // X-coordinate + strcpy(fresh->r1.stry, " 11.000"); // Y-coordinate + strcpy(fresh->r1.strz, " -1.000"); // Z-coordinate + // strcpy(fresh->r1.strx,line+30,8); // X-coordinate + // strcpy(fresh->r1.stry,line+38,8); // Y-coordinate + // strcpy(fresh->r1.strz,line+46,8); // Z-coordinate + // cout << fresh->r1.field1 <<" "<next = fresh->prior = NULL; } - + i = no_tether; rescount++; - // npseudo+=3; + // npseudo+=3; } - //cout<next = fresh->prior=NULL;*/ // int chainflg = 0; // float vector_four[3]; - - int - last_resno, - a = 0; - - float - unit_vector[3], - vector_one[3], - vector_two[3], - vector_three[3]; + + int last_resno, a = 0; + + float unit_vector[3], vector_one[3], vector_two[3], vector_three[3]; char str_resno[5]; node *tempo; // cout << lastno <<"\t"<r1.res_no); + strcpy(str_resno, tempo->r1.res_no); last_resno = atoi(str_resno); - //cout << last_resno <r1.coord[1] - unit_vector[a] = temp1->r1.coord[a] - temp2->r1.coord[a]; - vector_one[a] = temp2->r1.coord[a] + (0.25*unit_vector[a]); - vector_two[a] = temp2->r1.coord[a] + (0.5*unit_vector[a]); - vector_three[a] = temp2->r1.coord[a] + (0.75*unit_vector[a]); + unit_vector[a] = temp1->r1.coord[a] - temp2->r1.coord[a]; + vector_one[a] = temp2->r1.coord[a] + (0.25 * unit_vector[a]); + vector_two[a] = temp2->r1.coord[a] + (0.5 * unit_vector[a]); + vector_three[a] = temp2->r1.coord[a] + (0.75 * unit_vector[a]); // vector_four[a] = temp2->r1.coord[a] + (0.8*unit_vector[a]); - //hp_points[*hp_point_counter][a] = current_atom.coords[a] + (0.5*unit_vector[a]); -// unit_vector[a] = test_point.coords[a] - current_atom.coords[a]; -// vector_one[a] = current_atom.coords[a] + (0.2*unit_vector[a]); -// vector_two[a] = current_atom.coords[a] + (0.4*unit_vector[a]); -// vector_three[a] = current_atom.coords[a] + (0.6*unit_vector[a]); -// vector_four[a] = current_atom.coords[a] + (0.8*unit_vector[a]); -// hp_points[*hp_point_counter][a] = current_atom.coords[a] + (0.5*unit_vector[a]); + // hp_points[*hp_point_counter][a] = current_atom.coords[a] + + // (0.5*unit_vector[a]); + // unit_vector[a] = test_point.coords[a] - current_atom.coords[a]; + // vector_one[a] = current_atom.coords[a] + (0.2*unit_vector[a]); + // vector_two[a] = current_atom.coords[a] + (0.4*unit_vector[a]); + // vector_three[a] = current_atom.coords[a] + (0.6*unit_vector[a]); + // vector_four[a] = current_atom.coords[a] + (0.8*unit_vector[a]); + // hp_points[*hp_point_counter][a] = current_atom.coords[a] + + // (0.5*unit_vector[a]); } // (*hp_point_counter)++; /* - fprintf( output_file, "HETATM%5d X XXX %c%4d %7.3f %7.3f %7.3f 1.00 1.00 N\n", - *next_atom_num, cid, *residue_number, vector_one[0], vector_one[1], vector_one[2] ); - fprintf( output_file, "HETATM%5d X XXX %c%4d %7.3f %7.3f %7.3f 1.00 1.00 N\n", - *next_atom_num+1, cid, *residue_number, vector_two[0], vector_two[1], vector_two[2] + fprintf( output_file, "HETATM%5d X XXX %c%4d %7.3f %7.3f +%7.3f 1.00 1.00 N\n", *next_atom_num, cid, *residue_number, +vector_one[0], vector_one[1], vector_one[2] ); fprintf( output_file, "HETATM%5d +X XXX %c%4d %7.3f %7.3f %7.3f 1.00 1.00 N\n", *next_atom_num+1, +cid, *residue_number, vector_two[0], vector_two[1], vector_two[2] ); - fprintf( output_file, "HETATM%5d X XXX %c%4d %7.3f %7.3f %7.3f 1.00 1.00 N\n", - *next_atom_num+2, cid, *residue_number, vector_three[0], vector_three[1],vector_three[2] ); + fprintf( output_file, "HETATM%5d X XXX %c%4d %7.3f %7.3f +%7.3f 1.00 1.00 N\n", *next_atom_num+2, cid, *residue_number, +vector_three[0], vector_three[1],vector_three[2] ); (*residue_number)++; */ } @@ -527,22 +517,23 @@ void list::create_newPSEUDO(node *temp1, node *temp2) { /**************************************************/ void list::write_HPCFbond(void) { - int i,so,latom = no_atoms; + int i, so, latom = no_atoms; ofstream xofil; - xofil.open(outputfile,ios::app); + xofil.open(outputfile, ios::app); - if( xofil == NULL ) { - cout<<"Error in opening outputfile"<r1.coord[1] - unit_vector[a] = node_p[so]->r1.coord[a+1] - node_p[sf]->r1.coord[a+1]; - vector_one[a] = node_p[sf]->r1.coord[a+1] + (0.75*unit_vector[a]); - vector_two[a] = node_p[sf]->r1.coord[a+1] + (0.5*unit_vector[a]); - vector_three[a] = node_p[sf]->r1.coord[a+1] + (0.25*unit_vector[a]); + + for (a = 0; a < 3; a++) { + // node_p[so]->r1.coord[1] + unit_vector[a] = + node_p[so]->r1.coord[a + 1] - node_p[sf]->r1.coord[a + 1]; + vector_one[a] = node_p[sf]->r1.coord[a + 1] + (0.75 * unit_vector[a]); + vector_two[a] = node_p[sf]->r1.coord[a + 1] + (0.5 * unit_vector[a]); + vector_three[a] = node_p[sf]->r1.coord[a + 1] + (0.25 * unit_vector[a]); } jt++; - xofil<<"HETATM"< -#include #include +#include +#include -#include"../../include/class.h" // Contains the class descriptions and headers -#include"makechem.cpp" // Make the proflexdataset file given a protein +#include "../../include/class.h" // Contains the class descriptions and headers +#include "makechem.cpp" // Make the proflexdataset file given a protein // structure in pdb format -#include"fixbabel.cpp" // Creates the linked list describing the +#include "fixbabel.cpp" // Creates the linked list describing the // connectivity of the protein atoms -#include"find_hbonds.cpp" // Given the explicit hydrogen atoms, identify +#include "find_hbonds.cpp" // Given the explicit hydrogen atoms, identify // all potential hydrogen bonds -#include"transitions.cpp" // Read in the data from a proflexdataset file -#include"pick_hbonds.cpp" // Selection of desired H-bonds -#include"hydrophobic.cpp" // Finds and adds Hydrophobic tethers - - - +#include "hydrophobic.cpp" // Finds and adds Hydrophobic tethers +#include "pick_hbonds.cpp" // Selection of desired H-bonds +#include "transitions.cpp" // Read in the data from a proflexdataset file /* ------- Usage Msg Function -----------------------------------------*/ -void display_usage(char * program_name){ - //system( "clear" ); - cout<<"\n Usage : "<< program_name<<" [-r] [-e] [-nonh|nonf] <-h|{-p|-pw}> "< Expected to have a .pdb or .PDB file extension."< Hydrogen atoms that are currently listed are IGNORED, unless"< the -h option is also used. (see -h option)"< When used with the -ah option, the listed hydrogen atoms are"< preserved with their coordinates unchanged in the optimization."< " << endl; + // Adding hydrogens through FIRST is not yet supported - Sameer Arora Jan 7 + // '04 + // cout<<"\n Usage is: first [-ah][-h][-p][-pw][-res][filename]"< Expected to have a .pdb or .PDB file extension." + << endl; + cout << "\t With the -p or -pw option the extension may be " + "_proflexdataset." + << endl; + cout << endl; + cout << "\n\t\aOption definitions:" << endl; + cout << "\n\t-nonh Use for non-interactive hydrogen bond dilution." << endl; + cout << "\n\t-nonf Use for non-interactive flexibility analysis." << endl; + cout << "\n\t **NOTE: Any filtering using stereochemical, energy,"; + cout << "\n\t hydrophobic, side chain, and water criteria from the"; + cout << "\n\t previous ProFlex run generating the proflex_dataset " + "file"; + cout << "\n\t are not applied in -non mode. Only the default " + "stereochemical"; + cout << "\n\t criteria are applied. Be sure to only include buried"; + cout << "\n\t water molecules in the input PDB file.**" << endl; + // cout<<"\n\t-ah Use to Add Hydrogen atoms explicitly to the PDB formated + // file."< Hydrogen atoms that are currently listed are IGNORED, + // unless"< the -h option is also used. (see -h + // option)"< When used with the -ah option, the listed hydrogen atoms + // are"< preserved with their coordinates unchanged in + // the optimization."< 3 ) { + + if (length > 3) { j = length - 4; - if( !strncmp(argv[i]+j, ".pdb", 4) || \ - !strncmp(argv[i]+j,".PDB",4)){ - - for( j = 0; j <= length; j++) - inputfile[j] = *(argv[i]+j); - - /* - * If the input to proflex is in a different directory then - * the input argument has to be stripped of any path information - */ -/* - for( j = length-5; j >= 0; j-- ) - if( *(argv[i]+j) == '/' ) - break; - - if(j == -1) - for(j=0 ; j <= length; j++ ) - inputfile[j] = *(argv[i]+j); - else - for( k=j+1; k <= length; k++ ) - inputfile[k-(j+1)] = *(argv[i]+k); -*/ - - - command_option[11] += 1; - correct_args_flag = 1; - continue; + if (!strncmp(argv[i] + j, ".pdb", 4) || + !strncmp(argv[i] + j, ".PDB", 4)) { + + for (j = 0; j <= length; j++) + inputfile[j] = *(argv[i] + j); + + /* + * If the input to proflex is in a different directory then + * the input argument has to be stripped of any path information + */ + /* + for( j = length-5; j >= 0; j-- ) + if( *(argv[i]+j) == '/' ) + break; + + if(j == -1) + for(j=0 ; j <= length; j++ ) + inputfile[j] = *(argv[i]+j); + else + for( k=j+1; k <= length; k++ ) + inputfile[k-(j+1)] = *(argv[i]+k); + */ + + command_option[11] += 1; + correct_args_flag = 1; + continue; } } - - /* + + /* * 2006:02:28 SN - Change the length to 15 = length(_proflexdataset) - */ - if( length > 15) { + */ + if (length > 15) { j = length - 15; - if( !strncmp(argv[i]+j, "_proflexdataset", 15) ) { + if (!strncmp(argv[i] + j, "_proflexdataset", 15)) { - for( j = 0; j <= length; j++) - inputfile[j] = *(argv[i]+j); + for (j = 0; j <= length; j++) + inputfile[j] = *(argv[i] + j); - command_option[12] += 1; - correct_args_flag = 1; - continue; + command_option[12] += 1; + correct_args_flag = 1; + continue; } } - if( correct_args_flag == 0 ) { - /* looks like incorrect args - Sameer, 13 Feb 2004*/ - display_usage(argv[0]); - /* SN 2008:04 - change the Warning message to indicate what is a correct input! */ - printf("ERROR: Invalid arguments! Please see above for a description of valid input"); - exit(-1); + if (correct_args_flag == 0) { + /* looks like incorrect args - Sameer, 13 Feb 2004*/ + display_usage(argv[0]); + /* SN 2008:04 + change the Warning message to indicate what is a correct input! */ + printf("ERROR: Invalid arguments! Please see above for a description of " + "valid input"); + exit(-1); } } - + // check expected input file name opt_sum = command_option[11] + command_option[12]; - - // if the used the -p flag, but supplied no file name. - if(opt_sum == 0) { - if( command_option[2] == 1 ) { - cout<<"\n\tNOTE: Use extension .pdb instead of _proflexdataset" << endl; - cout<<"\t even if the original .pdb file is not present."; + + // if the used the -p flag, but supplied no file name. + if (opt_sum == 0) { + if (command_option[2] == 1) { + cout << "\n\tNOTE: Use extension .pdb instead of _proflexdataset" << endl; + cout << "\t even if the original .pdb file is not present."; } - cout<<"\n\n\aPlease enter filename (with extension .pdb): "; + cout << "\n\n\aPlease enter filename (with extension .pdb): "; cin >> inputfile; l = strlen(inputfile); - if( strncmp( inputfile+(l-4), ".pdb", 4) ) { - cout << "\n\n\aExpected file name must have a .pdb extension.\n\n" << endl; + if (strncmp(inputfile + (l - 4), ".pdb", 4)) { + cout << "\n\n\aExpected file name must have a .pdb extension.\n\n" + << endl; exit(2); } command_option[11] = 1; } - - else if(opt_sum > 1) { - if( command_option[2] == 1 ) { - cout<<"\n\tNOTE: Use extension .pdb instead of _proflexdataset" << endl; - cout<<"\t even if the original .pdb file is not present."; + + else if (opt_sum > 1) { + if (command_option[2] == 1) { + cout << "\n\tNOTE: Use extension .pdb instead of _proflexdataset" << endl; + cout << "\t even if the original .pdb file is not present."; } - cout<<"\n\n\aPlease enter ONLY ONE filename (with extension .pdb): "; + cout << "\n\n\aPlease enter ONLY ONE filename (with extension .pdb): "; cin >> inputfile; l = strlen(inputfile); - if( strncmp( inputfile+(l-4), ".pdb", 4) ) { - cout<<"\n\n\aExpected file name must have a .pdb extension.\n\n"<= 0; j-- ) - if( inputfile[j] == '/' ) // Strip of path info. + /* + * If the input PDB file is in a different directory then + * the input argument has to be stripped of any path information. + * Although, with '-p' option the proflexdataset has to be in + * current working directory! + */ + length = strlen(inputfile); + for (j = length - 1; j >= 0; j--) + if (inputfile[j] == '/') // Strip of path info. { - strcpy(outputfile,(inputfile+j+1)); - break; + strcpy(outputfile, (inputfile + j + 1)); + break; } - if(j == -1) - strcpy(outputfile,inputfile); + if (j == -1) + strcpy(outputfile, inputfile); - if( command_option[12] != 1 || command_option[2] != 1 ) { + if (command_option[12] != 1 || command_option[2] != 1) { l = strlen(outputfile); - outputfile[l-4]='\0'; - strcat(outputfile,"_proflexdataset"); + outputfile[l - 4] = '\0'; + strcat(outputfile, "_proflexdataset"); } - - //----------------------------------------------------------------------------- - //----------------------------------------------------------------------------- + + //----------------------------------------------------------------------------- + //----------------------------------------------------------------------------- // display the introduction screen, FIRST - //system( "clear" ); + // system( "clear" ); cout << "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"; - //system( "clear" ); + // system( "clear" ); cout << "\n" - << "\t # # #### # #\n" - << "\t ## ## # # #\n" - << "\t # ## # #### # #\n" - << "\t # # # # #\n" - << "\t # # # # # #\n" - << "\t # # #### ####\n" - << "\n" - << "\t ###### #######\n" - << "\t # # ##### #### # # ###### # #\n" - << "\t # # # # # # # # # # #\n" - << "\t ###### # # # # ##### # ##### ##\n" - << "\t # ##### # # # # # ##\n" - << "\t # # # # # # # # # #\n" - << "\t # # # #### # ###### ###### # #\n" - << "\t----------------------------------------------------------\n" - << "\t Software for Protein Flexibility Prediction and Analysis\n" - << "\t version 5.0\n" - << "\t Copyright (C) 1997 - 2008, Michigan State University\n" - << "\t (formerly called FIRST)\n" - << "\t Protein Structural Analysis and Design Laboratory\n" - << "\t Michigan State University\n" - << "\t East Lansing MI, USA\n" << endl; - + << "\t # # #### # #\n" + << "\t ## ## # # #\n" + << "\t # ## # #### # #\n" + << "\t # # # # #\n" + << "\t # # # # # #\n" + << "\t # # #### ####\n" + << "\n" + << "\t ###### #######\n" + << "\t # # ##### #### # # ###### # #\n" + << "\t # # # # # # # # # # #\n" + << "\t ###### # # # # ##### # ##### ##\n" + << "\t # ##### # # # # # ##\n" + << "\t # # # # # # # # # #\n" + << "\t # # # #### # ###### ###### # #\n" + << "\t----------------------------------------------------------\n" + << "\t Software for Protein Flexibility Prediction and Analysis\n" + << "\t version 5.0\n" + << "\t Copyright (C) 1997 - 2008, Michigan State University\n" + << "\t (formerly called FIRST)\n" + << "\t Protein Structural Analysis and Design Laboratory\n" + << "\t Michigan State University\n" + << "\t East Lansing MI, USA\n" + << endl; + + //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- - //----------------------------------------------------------------------------- - - + // The -p option. Work with the previous proflexdataset - if( command_option[2] == 1 ) { - ifil.open( outputfile, ios::in ); - if( ifil == NULL ) { - cout<< "\n\n\aPrevious data set ["< 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of isolated atoms found = " << j << "." << endl; } - */ - if(strncmp(line+6,":w:check_bonding",16)==0) { - cout << "\t Some covalent bonds were identified by distance" << endl - << "\t criteria: See check_bonding in *proflexdataset* for details."<< endl; - } - if(strncmp(line+6,":w:isolated_atoms",17)==0) { - l = strlen(line); - for( j=l; j>25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of isolated atoms found = " - << j << "." << endl; - } - if(strncmp(line+6,":w:isolated_water",17)==0) { - l = strlen(line); - for( j=l; j>25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of isolated oxygen atoms found in water = " - << j << "." <25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of isolated hydrogen atoms found = " - << j << "." << endl; - } - if(strncmp(line+6,":w:disulfide_bond",17)==0) { - l = strlen(line); - for( j=l; j>25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of disulfide bonds found = " - << j << "." << endl; - } - if(strncmp(line+6,":w:skip_nonhydrog",17)==0) { - cout << "\t Some heavy atoms were not connected to anything:" << endl; - cout << "\t See skip_nonhydrogen in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:poor_bond",12)==0) { - cout << "\t Some [Expected] covalent bonds were too poor" << endl; - cout << "\t to connect: See poor_bond in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:skip_hydrogen",16)==0) { - cout << "\t Some hydrogen atoms were not connected to anything:" << endl; - cout << "\t See skip_hydrogen in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:missing_atoms",16)==0) { - cout << "\t Some [Expected] heavy atoms were missing from" << endl; - cout << "\t known groups: See missing_atoms in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:chain_id",11)==0) { - cout << "\t Some chain IDs in the original PDB file were" << endl; - cout << "\t re-labeled: See chain_id in *proflexdataset* for details" << endl; - } - if(strncmp(line+6,":w:conformation_auto",20)==0) { - cout << "\t Multiple conformations were present in the original" << endl; - cout << "\t PDB file: Default option selected conformations" << endl; - cout << "\t with maximum occupancy or minimum mobility." << endl; - } - if(strncmp(line+6,":w:conformation_user",20)==0) { - cout << "\t Multiple conformations were present in the original" << endl; - cout << "\t PDB file: Each conformation was selected by user" << endl; - cout << "\t See conformation_user in *proflexdataset* for details." << endl; - } - ifil.getline(line,90); - } + if (strncmp(line + 6, ":w:isolated_water", 17) == 0) { + l = strlen(line); + for (j = l; j > 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of isolated oxygen atoms found in water = " << j + << "." << endl; + } + if (strncmp(line + 6, ":w:isolated_hydro", 17) == 0) { + l = strlen(line); + for (j = l; j > 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of isolated hydrogen atoms found = " << j << "." + << endl; + } + if (strncmp(line + 6, ":w:disulfide_bond", 17) == 0) { + l = strlen(line); + for (j = l; j > 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of disulfide bonds found = " << j << "." << endl; + } + if (strncmp(line + 6, ":w:skip_nonhydrog", 17) == 0) { + cout << "\t Some heavy atoms were not connected to anything:" + << endl; + cout + << "\t See skip_nonhydrogen in *proflexdataset* for details." + << endl; + } + if (strncmp(line + 6, ":w:poor_bond", 12) == 0) { + cout << "\t Some [Expected] covalent bonds were too poor" << endl; + cout << "\t to connect: See poor_bond in *proflexdataset* for " + "details." + << endl; + } + if (strncmp(line + 6, ":w:skip_hydrogen", 16) == 0) { + cout << "\t Some hydrogen atoms were not connected to anything:" + << endl; + cout << "\t See skip_hydrogen in *proflexdataset* for details." + << endl; + } + if (strncmp(line + 6, ":w:missing_atoms", 16) == 0) { + cout << "\t Some [Expected] heavy atoms were missing from" << endl; + cout << "\t known groups: See missing_atoms in *proflexdataset* " + "for details." + << endl; + } + if (strncmp(line + 6, ":w:chain_id", 11) == 0) { + cout << "\t Some chain IDs in the original PDB file were" << endl; + cout << "\t re-labeled: See chain_id in *proflexdataset* for " + "details" + << endl; + } + if (strncmp(line + 6, ":w:conformation_auto", 20) == 0) { + cout << "\t Multiple conformations were present in the original" + << endl; + cout << "\t PDB file: Default option selected conformations" + << endl; + cout << "\t with maximum occupancy or minimum mobility." << endl; + } + if (strncmp(line + 6, ":w:conformation_user", 20) == 0) { + cout << "\t Multiple conformations were present in the original" + << endl; + cout << "\t PDB file: Each conformation was selected by user" + << endl; + cout << "\t See conformation_user in *proflexdataset* for " + "details." + << endl; + } + ifil.getline(line, 90); + } } - } - else { + } else { cout << "\n\tWARNING MESSAGES SUPPRESSED with -p option.\n" << endl; } ifil.close(); - + l1.read_proflexdataset(); - - l1.check(); - + + l1.check(); + getfiles(); - + } // end of the code for the -p option - - // The -h option. Work with the pdb file in the absence of a _proflexdataset file + // The -h option. Work with the pdb file in the absence of a _proflexdataset + // file else { // check to see if a _proflexdataset file exists - ifil.open( outputfile, ios::in ); - if( !ifil ) { - cout<< "\n\nProcessing the new data set ["< [" - << outputfile<<"]\n\n"; - } - else { // if a *_proflexdataset file exists in this directory - cout<<"\n\n\aCAUTION: Previous file [" << outputfile - <<"] already exists!\n" << endl; - cout<<" This file will be over-written, but not its" << endl; - cout<<" associated FIRST analysis output files. It is" << endl; - cout<<" recommended to either rename " << inputfile << endl; - cout<<" or remove the existing data files, or rename the " << endl; - cout<<" existing data files. This is because the file with" << endl; - cout<<" an extension _proflexdataset serves as a record." << endl; - //cout<<"\n\a ** The .ijkl files will be incremented while the" << endl; - //cout<<" original input file will be over-written!\n" << endl; - cout<<"\n\a Use [-p] to keep intact: [" << outputfile << "]" << endl << endl; - - if( command_option[0] == 0 ) { - cout <<" Type I (default --> stop) to IGNORE this WARNING: "; - ans = cin.get(); - if( ans == '\n' ){ - cout << endl; - ifil.close(); - exit(5); - } - else - cin.ignore(80, '\n'); - } - + ifil.open(outputfile, ios::in); + if (!ifil) { + cout << "\n\nProcessing the new data set [" << inputfile << "] --> [" + << outputfile << "]\n\n"; + } else { // if a *_proflexdataset file exists in this directory + cout << "\n\n\aCAUTION: Previous file [" << outputfile + << "] already exists!\n" + << endl; + cout << " This file will be over-written, but not its" << endl; + cout << " associated FIRST analysis output files. It is" << endl; + cout << " recommended to either rename " << inputfile << endl; + cout << " or remove the existing data files, or rename the " + << endl; + cout << " existing data files. This is because the file with" + << endl; + cout << " an extension _proflexdataset serves as a record." + << endl; + // cout<<"\n\a ** The .ijkl files will be incremented while the" << + // endl; cout<<" original input file will be over-written!\n" << + // endl; + cout << "\n\a Use [-p] to keep intact: [" << outputfile << "]" + << endl + << endl; + + if (command_option[0] == 0) { + cout << " Type I (default --> stop) to IGNORE this WARNING: "; + ans = cin.get(); + if (ans == '\n') { + cout << endl; + ifil.close(); + exit(5); + } else + cin.ignore(80, '\n'); + } } - + ifil.close(); ifil.clear(); - + l1.add_record(usage); - + l1.cal_maxmin(); ifil.close(); ifil.clear(); - //------------------------------------------Read in the standard residue library + //------------------------------------------Read in the standard residue + // library residue_lib[0] = '\0'; - strcat( residue_lib,path ); - strcat( residue_lib, "/first/lib/residue.lib" ); - ifil.open( residue_lib, ios::in ); - - if( ifil.fail() ) { - cout<> temp_res; - while( strcmp(temp_res,"end") != 0 ) { + while (strcmp(temp_res, "end") != 0) { res[res_count].get_residue(temp_res); res_count++; ifil >> temp_res; @@ -622,7 +658,7 @@ int main(int argc, char *argv[]) { ifil.clear(); res_count++; - // The following 50 or so lines replace the old code that tried to + // The following 50 or so lines replace the old code that tried to // swap even if the locations were the same. One issue that may have // caused problems is the classes do not have copy constructor or assignment // operators defined and copying an object to itself could be undefined. @@ -648,31 +684,34 @@ int main(int argc, char *argv[]) { residue_order.push_back("TYR"); residue_order.push_back("TRP"); - k=0; - for(size_t III = 0; III < residue_order.size(); ++III){ - for(size_t JJJ = III; JJJ < res_count; ++JJJ){ + k = 0; + for (size_t III = 0; III < residue_order.size(); ++III) { + for (size_t JJJ = III; JJJ < res_count; ++JJJ) { // The jth residue in the res array does not have the same name as // the ith (current) residue in our prescribed order - if(std::string(res[JJJ].rname) != residue_order[III]) continue; - + if (std::string(res[JJJ].rname) != residue_order[III]) + continue; + // The current residue (jth residue) is not in the correct slot in the // res array - if(JJJ != III){ - res[res_count] = res[III]; - res[III] = res[JJJ]; - res[JJJ] = res[res_count]; + if (JJJ != III) { + res[res_count] = res[III]; + res[III] = res[JJJ]; + res[JJJ] = res[res_count]; } - // If the current residue (jth residue) is in the correct slot in + // If the current residue (jth residue) is in the correct slot in // the res array, there is no need to move/copy anything ++k; break; } } - if( k != 20 ) { - cout << endl <> temp_res; - while( strcmp(temp_res,"end") != 0 ) { + while (strcmp(temp_res, "end") != 0) { polar[polar_count].get_polar_record(temp_res); polar_count++; ifil >> temp_res; @@ -722,175 +762,185 @@ int main(int argc, char *argv[]) { ifil.close(); ifil.clear(); /************************************************************/ - - l1.make_connectivity(usage); //--- SN 2006:03 --- This also finds - // and processes tethers -//cout<<"\nTEST1:"<25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of isolated atoms found = " - << j << "." << endl; - } - if(strncmp(line+6,":w:isolated_water",17)==0) { - l = strlen(line); - for( j=l; j>25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of isolated oxygen atoms found in water = " - << j << "." <25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of isolated hydrogen atoms found = " - << j << "." << endl; - } - if(strncmp(line+6,":w:disulfide_bond",17)==0) { - l = strlen(line); - for( j=l; j>25 ; j-- ) { - if( strncmp(line+j,"=",1) == 0 ) { - i = j+1; - break; - } - } - j = atoi(line+i); - cout << "\t Number of disulfide bonds found = " - << j << "." << endl; - } - if(strncmp(line+6,":w:skip_nonhydrog",17)==0) { - cout << "\t Some heavy atoms were not connected to anything:" << endl; - cout << "\t See skip_nonhydrogen in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:poor_bond",12)==0) { - cout << "\t Some [Expected] covalent bonds were too poor" << endl; - cout << "\t to connect: See poor_bond in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:skip_hydrogen",16)==0) { - cout << "\t Some hydrogen atoms were not connected to anything:" << endl; - cout << "\t See skip_hydrogen in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:missing_atoms",16)==0) { - cout << "\t Some [Expected] heavy atoms were missing from" << endl; - cout << "\t known groups: See missing_atoms in *proflexdataset* for details." - << endl; - } - if(strncmp(line+6,":w:chain_id",11)==0) { - cout << "\t Some chain IDs in the original PDB file were" << endl; - cout << "\t re-labeled: See chain_id in *proflexdataset* for details" << endl; - } - if(strncmp(line+6,":w:conformation_auto",20)==0) { - cout << "\t Multiple conformations were present in the original" << endl; - cout << "\t PDB file: Default option selected conformations" << endl; - cout << "\t with maximum occupancy or minimum mobility." << endl; - } - if(strncmp(line+6,":w:conformation_user",20)==0) { - cout << "\t Multiple conformations were present in the original" << endl; - cout << "\t PDB file: Each conformation was selected by user" << endl; - cout << "\t See conformation_user in *proflexdataset* for details." << endl; - } - ifil.getline(line,90); + } else { + while (strncmp(line, "END", 3) != 0) { + if (strncmp(line + 6, ":w:check_bonding", 16) == 0) { + cout << "\t Some covalent bonds were identified by distance" << endl + << "\t criteria: See check_bonding in *proflexdataset* for " + "details." + << endl; + } + if (strncmp(line + 6, ":w:isolated_atoms", 17) == 0) { + l = strlen(line); + for (j = l; j > 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of isolated atoms found = " << j << "." << endl; + } + if (strncmp(line + 6, ":w:isolated_water", 17) == 0) { + l = strlen(line); + for (j = l; j > 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of isolated oxygen atoms found in water = " << j + << "." << endl; + } + if (strncmp(line + 6, ":w:isolated_hydro", 17) == 0) { + l = strlen(line); + for (j = l; j > 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of isolated hydrogen atoms found = " << j << "." + << endl; + } + if (strncmp(line + 6, ":w:disulfide_bond", 17) == 0) { + l = strlen(line); + for (j = l; j > 25; j--) { + if (strncmp(line + j, "=", 1) == 0) { + i = j + 1; + break; + } + } + j = atoi(line + i); + cout << "\t Number of disulfide bonds found = " << j << "." << endl; + } + if (strncmp(line + 6, ":w:skip_nonhydrog", 17) == 0) { + cout << "\t Some heavy atoms were not connected to anything:" << endl; + cout << "\t See skip_nonhydrogen in *proflexdataset* for details." + << endl; + } + if (strncmp(line + 6, ":w:poor_bond", 12) == 0) { + cout << "\t Some [Expected] covalent bonds were too poor" << endl; + cout << "\t to connect: See poor_bond in *proflexdataset* for " + "details." + << endl; + } + if (strncmp(line + 6, ":w:skip_hydrogen", 16) == 0) { + cout << "\t Some hydrogen atoms were not connected to anything:" + << endl; + cout << "\t See skip_hydrogen in *proflexdataset* for details." + << endl; + } + if (strncmp(line + 6, ":w:missing_atoms", 16) == 0) { + cout << "\t Some [Expected] heavy atoms were missing from" << endl; + cout << "\t known groups: See missing_atoms in *proflexdataset* " + "for details." + << endl; + } + if (strncmp(line + 6, ":w:chain_id", 11) == 0) { + cout << "\t Some chain IDs in the original PDB file were" << endl; + cout << "\t re-labeled: See chain_id in *proflexdataset* for " + "details" + << endl; + } + if (strncmp(line + 6, ":w:conformation_auto", 20) == 0) { + cout << "\t Multiple conformations were present in the original" + << endl; + cout << "\t PDB file: Default option selected conformations" + << endl; + cout << "\t with maximum occupancy or minimum mobility." << endl; + } + if (strncmp(line + 6, ":w:conformation_user", 20) == 0) { + cout << "\t Multiple conformations were present in the original" + << endl; + cout << "\t PDB file: Each conformation was selected by user" + << endl; + cout << "\t See conformation_user in *proflexdataset* for details." + << endl; + } + ifil.getline(line, 90); } } getfiles(); } - if( !usage ){ + if (!usage) { // Mandatory pause cout << endl << "Type \"s\" to stop or any other key to continue: "; ans = cin.get(); - if( ans == 's' || ans == 'S') { + if (ans == 's' || ans == 'S') { cout << endl << endl; exit(5); } - if( ans != '\n' ) - cin.ignore(80,'\n'); + if (ans != '\n') + cin.ignore(80, '\n'); } - + summon_fortran[0] = '\0'; - strcat( summon_fortran, path); - strcat( summon_fortran, "/first/bin/first" ); + strcat(summon_fortran, path); + strcat(summon_fortran, "/first/bin/first"); // 03.22.02 AJR allows correct hbond list output for -p or -h with -non option - if( usage ) + if (usage) modusage = usage + command_option[2]; - l1.pick_hbonds(modusage,command_option[2]); //--- 2006:03:15 SN - // preacptr_info will be read only is - // '-p' is selected and user wants to do - // stringent stereochemical filtering + l1.pick_hbonds(modusage, + command_option[2]); //--- 2006:03:15 SN + // preacptr_info will be read only is + // '-p' is selected and user wants to do + // stringent stereochemical filtering - //------------------------------------------------------ summon the FORTRAN code - ofil.open( "qXyZaB.proflexdataset", ios::out ); + //------------------------------------------------------ summon the FORTRAN + // code + ofil.open("qXyZaB.proflexdataset", ios::out); ofil << outputfile << endl; ofil << nfile << endl; - ofil << usage <> answer; - - if( strcmp(answer, "qXyZaB.proflexdataset") ) { - strcpy( outfile[0], answer ); - for( i = 1; i < 7; i++ ) + + if (strcmp(answer, "qXyZaB.proflexdataset")) { + strcpy(outfile[0], answer); + for (i = 1; i < 7; i++) qfil >> outfile[i]; - + qfil >> nfile; - } - else { + } else { answer[0] = '\0'; - strcat(answer,"rm "); - strcat(answer,outfile[0]); - system( answer ); + strcat(answer, "rm "); + strcat(answer, outfile[0]); + system(answer); } qfil.close(); } diff --git a/proflex/prog/first/src/c++/makechem.cpp b/proflex/prog/first/src/c++/makechem.cpp index daed998..eb35b06 100755 --- a/proflex/prog/first/src/c++/makechem.cpp +++ b/proflex/prog/first/src/c++/makechem.cpp @@ -1,24 +1,23 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ /**********************************************************************/ /* makechem.cpp */ @@ -39,131 +38,123 @@ #include void record::getrecord(void) { - int - i, l, - is_atom = 0, is_hetatm = 0, is_ter = 0; - + int i, l, is_atom = 0, is_hetatm = 0, is_ter = 0; + char line[90]; char sr_mod_num[6]; - int modelno,linelengthflag=0,shortlineflag=0; + int modelno, linelengthflag = 0, shortlineflag = 0; + // if( !ifil.getline(line, 90) ) // if the next line is the EOF, return + // return; - //if( !ifil.getline(line, 90) ) // if the next line is the EOF, return - // return; - - ifil.getline( line, 90 ); + ifil.getline(line, 90); line[89] = '\0'; - - is_atom = !strncmp( line, "ATOM", 4 ); - is_hetatm = !strncmp( line, "HETATM", 6 ); - is_ter = !strncmp( line, "TER", 3 ); + is_atom = !strncmp(line, "ATOM", 4); + is_hetatm = !strncmp(line, "HETATM", 6); + is_ter = !strncmp(line, "TER", 3); /* This code seems to keep reading the lines and skip CONECT/MASTER/END - * records until either a ATOM/HETATM/TER record appears. Meanwhile if it - * gets the model number, it sets the model no and returns - Sameer Mar 4 2004 + * records until either a ATOM/HETATM/TER record appears. Meanwhile if it + * gets the model number, it sets the model no and returns - Sameer Mar 4 + * 2004 */ - while( !is_atom && !is_hetatm && !is_ter && !ifil.eof() ){ - // print to file all lines that aren't CONECT, MASTER, and END. + while (!is_atom && !is_hetatm && !is_ter && !ifil.eof()) { + // print to file all lines that aren't CONECT, MASTER, and END. // _______ SN 2007:01:30 --- Also skip ANISOU records ______ - if( strncmp(line, "CONECT", 6) && - strncmp(line, "ANISOU", 6) && - strncmp(line, "MASTER", 6) && - strncmp(line, "END", 3)){ -// __trying to cope with MODEL & LINK input lines_________AJR 05.08.02 - if( !strncmp(line, "MODEL",5)) { - strncpy( sr_mod_num, line+11, 5 ); - modelno = atoi(sr_mod_num); - modelflag=modelno; - if(modelflag >1) return; + if (strncmp(line, "CONECT", 6) && strncmp(line, "ANISOU", 6) && + strncmp(line, "MASTER", 6) && strncmp(line, "END", 3)) { + // __trying to cope with MODEL & LINK input lines_________AJR 05.08.02 + if (!strncmp(line, "MODEL", 5)) { + strncpy(sr_mod_num, line + 11, 5); + modelno = atoi(sr_mod_num); + modelflag = modelno; + if (modelflag > 1) + return; } ofil << line << "\n"; - } - + } + // The following code checks to see if the getline operation on ifil failed. - // This will occur if the input buffer exceeds the buffer size of the variable - // line. BMH 5.24.02. - if( ifil.fail() ){ + // This will occur if the input buffer exceeds the buffer size of the + // variable line. BMH 5.24.02. + if (ifil.fail()) { cout << "Error reading from input file in record::getrecord.\n" << endl; exit(14); } - - if( ifil.getline( line, 90 ) ) { - is_atom = !strncmp( line, "ATOM", 4 ); - is_hetatm = !strncmp( line, "HETATM", 6 ); - is_ter = !strncmp( line, "TER", 3 ); + if (ifil.getline(line, 90)) { + is_atom = !strncmp(line, "ATOM", 4); + is_hetatm = !strncmp(line, "HETATM", 6); + is_ter = !strncmp(line, "TER", 3); } } - - - if( is_atom || is_hetatm || is_ter ){ -// AJR 07.31.02 these lines and below deals with case when input line lacks -// the occupancy and temperature data, i.e. line is too short. - if( !linelengthflag) { - if(strlen(line)<66) shortlineflag = 1; + + if (is_atom || is_hetatm || is_ter) { + // AJR 07.31.02 these lines and below deals with case when input line lacks + // the occupancy and temperature data, i.e. line is too short. + if (!linelengthflag) { + if (strlen(line) < 66) + shortlineflag = 1; } - - // re-initialze the buffer on finding the TER record - if( !strncmp(line, "TER", 3) ) { + + // re-initialze the buffer on finding the TER record + if (!strncmp(line, "TER", 3)) { l = strlen(line); - for( i = 0; i < (85-l); i++ ) { - line[l+i]=' '; + for (i = 0; i < (85 - l); i++) { + line[l + i] = ' '; } - line[84]='\0'; + line[84] = '\0'; } - - strncpy( field1, line, 6 ); - strncpy( sr_no, line+6, 5 ); - strncpy( aname, line+11, 5 ); - strncpy( altloc, line+16, 1 ); - strncpy( rname, line+17, 3 ); - strncpy( chain, line+20, 2 ); - strncpy( res_no, line+22, 4 ); - strncpy( code, line+26, 4 ); - strncpy( strx, line+30, 8 ); - strncpy( stry, line+38, 8 ); - strncpy( strz, line+46, 8 ); -// AJR 07.31.02 fix the case when occupancy and temp aren't provided. - if(shortlineflag) { - strcpy( occupancy, " 0.00"); - strcpy( temp_string, " 0.00"); + + strncpy(field1, line, 6); + strncpy(sr_no, line + 6, 5); + strncpy(aname, line + 11, 5); + strncpy(altloc, line + 16, 1); + strncpy(rname, line + 17, 3); + strncpy(chain, line + 20, 2); + strncpy(res_no, line + 22, 4); + strncpy(code, line + 26, 4); + strncpy(strx, line + 30, 8); + strncpy(stry, line + 38, 8); + strncpy(strz, line + 46, 8); + // AJR 07.31.02 fix the case when occupancy and temp aren't provided. + if (shortlineflag) { + strcpy(occupancy, " 0.00"); + strcpy(temp_string, " 0.00"); + } else { + strncpy(occupancy, line + 54, 6); + strncpy(temp_string, line + 60, 6); } - else { - strncpy( occupancy, line+54, 6 ); - strncpy( temp_string, line+60, 6 ); - } - - coord[1] = atof(strx); - coord[2] = atof(stry); - coord[3] = atof(strz); - occ = atof(occupancy); + + coord[1] = atof(strx); + coord[2] = atof(stry); + coord[3] = atof(strz); + occ = atof(occupancy); temperature = atof(temp_string); - ri_sr_no = atoi(sr_no); + ri_sr_no = atoi(sr_no); -// AJR 07.31.02 temporary fix of nonstandard hydrogen names - if( !strncmp(aname," H",2) && !strcmp(field1,"ATOM ")) { + // AJR 07.31.02 temporary fix of nonstandard hydrogen names + if (!strncmp(aname, " H", 2) && !strcmp(field1, "ATOM ")) { strcpy(aname, " H "); } -// AJR 07.31.02 end temporary fix of nonstandard hydrogen names + // AJR 07.31.02 end temporary fix of nonstandard hydrogen names -// _____ SN 2007:02:08 --- Change 'D'uetirium atoms to 'H' -// _____ SN 2007:02:20 --- EXIT and output error to user asking to -// replace all 'D'uetirium atoms to 'H' - if( !strncmp(&aname[2],"D",1)) { - strncpy(&aname[2],"H",1); + // _____ SN 2007:02:08 --- Change 'D'uetirium atoms to 'H' + // _____ SN 2007:02:20 --- EXIT and output error to user asking to + // replace all 'D'uetirium atoms to 'H' + if (!strncmp(&aname[2], "D", 1)) { + strncpy(&aname[2], "H", 1); + } + if (!strcmp(rname, "DOD")) { + strcpy(rname, "HOH"); } - if( !strcmp(rname,"DOD")) { - strcpy(rname,"HOH"); - } -// ______________ End of fix ______________ + // ______________ End of fix ______________ - if( !strncmp(line,"ATOM", 4) || - !strncmp(line,"HETATM",6) ) { + if (!strncmp(line, "ATOM", 4) || !strncmp(line, "HETATM", 6)) { no_atoms += 1; - } - else { + } else { ri_sr_no = 0; } } @@ -180,104 +171,97 @@ void record::getrecord(void) { /**********************************************************************/ void conect::getconect(void) { - char sr_no[6],conect1_sr_no[6],conect2_sr_no[6]; - char conect3_sr_no[6],conect4_sr_no[6]; + char sr_no[6], conect1_sr_no[6], conect2_sr_no[6]; + char conect3_sr_no[6], conect4_sr_no[6]; char line[90]; - int i,num[4], flag=0; - - ifil.getline(line,90); - - while( flag == 0 ) { - - if(strncmp(line,"CONECT",6)==0) { - strncpy(sr_no,line+6,5); - sr_no[5]='\0'; - strncpy(conect1_sr_no,line+11,5); - conect1_sr_no[5]='\0'; - strncpy(conect2_sr_no,line+16,5); - conect2_sr_no[5]='\0'; - strncpy(conect3_sr_no,line+21,5); - conect3_sr_no[5]='\0'; - strncpy(conect4_sr_no,line+26,5); - conect4_sr_no[5]='\0'; - - ci_sr_no=atoi(sr_no); - num[0]=atoi(conect1_sr_no); - num[1]=atoi(conect2_sr_no); - num[2]=atoi(conect3_sr_no); - num[3]=atoi(conect4_sr_no); - - ci_sr_no=map_array[ci_sr_no]; - for(i=0;i<4;i++) { - i_conect_sr_no[i]=map_array[num[i]]; + int i, num[4], flag = 0; + + ifil.getline(line, 90); + + while (flag == 0) { + + if (strncmp(line, "CONECT", 6) == 0) { + strncpy(sr_no, line + 6, 5); + sr_no[5] = '\0'; + strncpy(conect1_sr_no, line + 11, 5); + conect1_sr_no[5] = '\0'; + strncpy(conect2_sr_no, line + 16, 5); + conect2_sr_no[5] = '\0'; + strncpy(conect3_sr_no, line + 21, 5); + conect3_sr_no[5] = '\0'; + strncpy(conect4_sr_no, line + 26, 5); + conect4_sr_no[5] = '\0'; + + ci_sr_no = atoi(sr_no); + num[0] = atoi(conect1_sr_no); + num[1] = atoi(conect2_sr_no); + num[2] = atoi(conect3_sr_no); + num[3] = atoi(conect4_sr_no); + + ci_sr_no = map_array[ci_sr_no]; + for (i = 0; i < 4; i++) { + i_conect_sr_no[i] = map_array[num[i]]; } - + /*i_conect1_sr_no=map_array[i_conect1_sr_no]; - i_conect2_sr_no=map_array[i_conect2_sr_no]; - i_conect3_sr_no=map_array[i_conect3_sr_no]; - i_conect4_sr_no=map_array[i_conect4_sr_no];*/ - - if(ci_sr_no!=0) { - ofil<<"CONECT"<add_rec_node(); // read a line from the pdb file - if( fresh->r1.modelflag >= 2){ + fresh->add_rec_node(); // read a line from the pdb file + if (fresh->r1.modelflag >= 2) { model_flag = fresh->r1.modelflag; break; } fresh->next = fresh->prior = NULL; - if( ifil.eof() ) // This line is necessary, as a new node is allocated before - break; // it is known whether the end-of-file has been reached. + if (ifil.eof()) // This line is necessary, as a new node is allocated before + break; // it is known whether the end-of-file has been reached. + + /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% AJR 05.07.02 testing enum idea %%% */ + // cout<< fresh->r1.aname <<"\t"<r1.aname <<"\t"<r1.chain, " ")) + strcpy(fresh->r1.chain, "~~"); - if( !strcmp(fresh->r1.chain," ") ) - strcpy(fresh->r1.chain,"~~"); - /* Initialize the linked list */ - if( start == NULL ) { + if (!start) { start = fresh; - last = fresh; + last = fresh; } else { temp = start; - while( flag2 != 0 ) { + while (flag2 != 0) { - // DEBUG -ve residue indices - //if( strncmp( temp->r1.res_no, " -", 3 ) == 0 ) + // DEBUG -ve residue indices + // if( strncmp( temp->r1.res_no, " -", 3 ) == 0 ) //{ // printf("\n fresh: %s temp: %s strcmp: %d",fresh->r1.res_no, - // temp->r1.res_no, - // strcmp(fresh->r1.res_no,temp->r1.res_no)); + // temp->r1.res_no, + // strcmp(fresh->r1.res_no,temp->r1.res_no)); //} - /************************************************************/ - /* If the last record and this record have different chain */ - /* IDs. */ - /************************************************************/ - if( strcmp(fresh->r1.chain,temp->r1.chain) > 0 ) { - if( temp == start ) { - fresh->next=start; - start->prior=fresh; - start=fresh; - flag2=0; - } - else { - fresh->next=temp; - fresh->prior=temp->prior; - prev=temp->prior; - prev->next=fresh; - temp->prior=fresh; - flag2=0; - } - } - - /************************************************************/ - /* If the last record and this record have THE SAME chain */ - /* IDs. */ - /************************************************************/ - else { - if( strcmp(fresh->r1.chain,temp->r1.chain) == 0 ) { - - /* SN 2008:07 bugfix to handle negative rsd indices: - Change '>' to '!=' as: " 1" > "-1" is FALSE */ - if( strcmp(fresh->r1.res_no,temp->r1.res_no) != 0){ - if( temp == start ) { - fresh->next=start; - start->prior=fresh; - start=fresh; - flag2=0; - } - else { - fresh->next=temp; - fresh->prior=temp->prior; - prev=temp->prior; - prev->next=fresh; - temp->prior=fresh; - flag2=0; - } - } - else { - if( strcmp(fresh->r1.res_no,temp->r1.res_no) == 0 ) { - - if( strcmp( fresh->r1.sr_no,temp->r1.sr_no) != 0 ) { - if( temp == start ) { - fresh->next=start; - start->prior=fresh; - start=fresh; - flag2=0; - } - else { - fresh->next=temp; - fresh->prior=temp->prior; - prev=temp->prior; - prev->next=fresh; - temp->prior=fresh; - flag2=0; - } - } - else { - if( temp == last ) { - last->next = fresh; - fresh->prior = last; - last = fresh; - flag2 = 0; - } - else { - temp = temp->next; - } - } - } - else { - if( temp == last ) { - last->next=fresh; - fresh->prior=last; - last=fresh; - flag2=0; - } - else { - temp = temp->next; - } - } - } - } - else { - if( temp == last ) { - last->next = fresh; - fresh->prior = last; - last = fresh; - flag2 = 0; - } - else { - temp = temp->next; - } - } - } + /************************************************************/ + /* If the last record and this record have different chain */ + /* IDs. */ + /************************************************************/ + if (strcmp(fresh->r1.chain, temp->r1.chain) > 0) { + if (temp == start) { + fresh->next = start; + start->prior = fresh; + start = fresh; + flag2 = 0; + } else { + fresh->next = temp; + fresh->prior = temp->prior; + prev = temp->prior; + prev->next = fresh; + temp->prior = fresh; + flag2 = 0; + } + } + + /************************************************************/ + /* If the last record and this record have THE SAME chain */ + /* IDs. */ + /************************************************************/ + else { + if (strcmp(fresh->r1.chain, temp->r1.chain) == 0) { + + /* SN 2008:07 bugfix to handle negative rsd indices: + Change '>' to '!=' as: " 1" > "-1" is FALSE */ + if (strcmp(fresh->r1.res_no, temp->r1.res_no) != 0) { + if (temp == start) { + fresh->next = start; + start->prior = fresh; + start = fresh; + flag2 = 0; + } else { + fresh->next = temp; + fresh->prior = temp->prior; + prev = temp->prior; + prev->next = fresh; + temp->prior = fresh; + flag2 = 0; + } + } else { + if (strcmp(fresh->r1.res_no, temp->r1.res_no) == 0) { + + if (strcmp(fresh->r1.sr_no, temp->r1.sr_no) != 0) { + if (temp == start) { + fresh->next = start; + start->prior = fresh; + start = fresh; + flag2 = 0; + } else { + fresh->next = temp; + fresh->prior = temp->prior; + prev = temp->prior; + prev->next = fresh; + temp->prior = fresh; + flag2 = 0; + } + } else { + if (temp == last) { + last->next = fresh; + fresh->prior = last; + last = fresh; + flag2 = 0; + } else { + temp = temp->next; + } + } + } else { + if (temp == last) { + last->next = fresh; + fresh->prior = last; + last = fresh; + flag2 = 0; + } else { + temp = temp->next; + } + } + } + } else { + if (temp == last) { + last->next = fresh; + fresh->prior = last; + last = fresh; + flag2 = 0; + } else { + temp = temp->next; + } + } + } } flag2 = 1; } @@ -499,261 +473,260 @@ void list::add_record(int usage) { /************************************************************ the error produced by the SUN compiler (CC) orrur somewhere - before the following error check. Seems to be including a - ghost line with all fields empty except ri_sr_no = 0. BMH + before the following error check. Seems to be including a + ghost line with all fields empty except ri_sr_no = 0. BMH test_chem.open("test_chem", ios::out); -// A possible reason for the error is the class used to have a class variable -// with the name temp and we have a local variable in this function with the -// name temp. Compiler warnings about shadowing the "temp" class variable +// A possible reason for the error is the class used to have a class variable +// with the name temp and we have a local variable in this function with the +// name temp. Compiler warnings about shadowing the "temp" class variable // lend support to this hypothesis. temp = last; while( temp ) { test_chem << "check" << temp->r1.field1<r1.ri_sr_no - << temp->r1.aname<r1.altloc - << temp->r1.rname<r1.chain - << temp->r1.res_no<r1.code - << temp->r1.strx<r1.stry - << temp->r1.strz<r1.occupancy - << temp->r1.temp_string<r1.mod_res_no - << " "<r1.DAH_type - << endl; + << temp->r1.aname<r1.altloc + << temp->r1.rname<r1.chain + << temp->r1.res_no<r1.code + << temp->r1.strx<r1.stry + << temp->r1.strz<r1.occupancy + << temp->r1.temp_string<r1.mod_res_no + << " "<r1.DAH_type + << endl; temp = temp->prior; - } + } test_chem.close(); ************************************************************/ //--------------------------Check if any records are present - if( !start && !last) { - cout<< endl << "\a\tThere were no atom records in the PDB file!" - << endl << endl; + if (!start && !last) { + cout << endl + << "\a\tThere were no atom records in the PDB file!" << endl + << endl; answer[0] = 'r'; answer[1] = 'm'; answer[2] = ' '; answer[3] = '\0'; - strcat(answer,outputfile); - system( answer ); + strcat(answer, outputfile); + system(answer); exit(11); - } - + } + //--------------Marking the start of a new chain temp = last; chainptr[0] = temp; chainletter[0] = chainptr[0]->r1.chain[1]; - while( temp != start ) { - temp=temp->prior; - if(strcmp(temp->r1.chain,chainptr[chaincount]->r1.chain)!=0) { - chainptr[chaincount+1]=temp; + while (temp != start) { + temp = temp->prior; + if (strcmp(temp->r1.chain, chainptr[chaincount]->r1.chain) != 0) { + chainptr[chaincount + 1] = temp; ++chaincount; - chainletter[chaincount]=chainptr[chaincount]->r1.chain[1]; - + chainletter[chaincount] = chainptr[chaincount]->r1.chain[1]; } } - //--------------------------------------------check for chain IDs that are U,V,..etc + //--------------------------------------------check for chain IDs that are + // U,V,..etc chain_change_count = 0; ++chaincount; m = 0; - for( i = 0; i < chaincount; i++ ) { - //cout<r1.chain[1]; - chain_change[chain_change_count][1]=('A'+m); - - temp = chainptr[i]; - strcpy( buffer, temp->r1.chain ); - temp->r1.chain[1]=('A'+m); - - /* rewrote, see below. BMH 3.16.00 - while(1) { - temp = temp->prior; - if( !strcmp( temp->r1.chain, buffer ) ) { - temp->r1.chain[1]=('A'+m); - if( temp == start ) { - break; - } - } - else { - break; - } - } - */ - - temp = temp->prior; - while( (temp != NULL) && !strcmp( temp->r1.chain, buffer ) ) { - temp->r1.chain[1]=('A'+m); - temp = temp->prior; - } - - m++; - break; - } - else { - m++; - } + for (i = 0; i < chaincount; i++) { + // cout<r1.chain[1]; + chain_change[chain_change_count][1] = ('A' + m); + + temp = chainptr[i]; + strcpy(buffer, temp->r1.chain); + temp->r1.chain[1] = ('A' + m); + + /* rewrote, see below. BMH 3.16.00 + while(1) { + temp = temp->prior; + if( !strcmp( temp->r1.chain, buffer ) ) { + temp->r1.chain[1]=('A'+m); + if( temp == start ) { + break; + } + } + else { + break; + } + } + */ + + temp = temp->prior; + while ((temp != NULL) && !strcmp(temp->r1.chain, buffer)) { + temp->r1.chain[1] = ('A' + m); + temp = temp->prior; + } + + m++; + break; + } else { + m++; + } } } } - + i = 0; temp = chainptr[i]; temp->r1.mod_res_no = 1; prev = temp; temp = temp->prior; - // Modify the residue numbers - while( i < chaincount ) { - - if( !strcmp(temp->r1.chain,chainptr[i]->r1.chain) ) { - if( !strcmp(temp->r1.res_no,prev->r1.res_no) ) { - if( !strcmp(temp->r1.code,prev->r1.code) ) { - temp->r1.mod_res_no=prev->r1.mod_res_no; - if( temp == start ) { - break; - } - prev = temp; - temp = temp->prior; - } - else { - temp->r1.mod_res_no = prev->r1.mod_res_no+1; - if( temp == start ) { - break; - } - prev = temp; - temp=temp->prior; - } - } - else { - temp->r1.mod_res_no=prev->r1.mod_res_no+1; - if( temp == start ) { - break; - } - prev = temp; - temp = temp->prior; + // Modify the residue numbers + while (i < chaincount) { + + if (!strcmp(temp->r1.chain, chainptr[i]->r1.chain)) { + if (!strcmp(temp->r1.res_no, prev->r1.res_no)) { + if (!strcmp(temp->r1.code, prev->r1.code)) { + temp->r1.mod_res_no = prev->r1.mod_res_no; + if (temp == start) { + break; + } + prev = temp; + temp = temp->prior; + } else { + temp->r1.mod_res_no = prev->r1.mod_res_no + 1; + if (temp == start) { + break; + } + prev = temp; + temp = temp->prior; + } + } else { + temp->r1.mod_res_no = prev->r1.mod_res_no + 1; + if (temp == start) { + break; + } + prev = temp; + temp = temp->prior; } - } - else { - if( temp == start ) { - break; + } else { + if (temp == start) { + break; } i++; - temp=chainptr[i]; - temp->r1.mod_res_no=1; - prev=temp; - temp=temp->prior; + temp = chainptr[i]; + temp->r1.mod_res_no = 1; + prev = temp; + temp = temp->prior; } } temp = last; - if( !strncmp(temp->r1.field1,"TER",3) ) { + if (!strncmp(temp->r1.field1, "TER", 3)) { temp = temp->prior; } - if( strcmp(temp->r1.altloc," ") ) { - altlocptr[0]=temp; + if (strcmp(temp->r1.altloc, " ")) { + altlocptr[0] = temp; no_conf[altloccount]++; altloccount++; flag1 = 1; - } - while( temp != start ) { + } + while (temp != start) { prev = temp; temp = temp->prior; - if( !strcmp(temp->r1.field1,"TER ") ) { - if( temp == start ) { - break; + if (!strcmp(temp->r1.field1, "TER ")) { + if (temp == start) { + break; } temp = temp->prior; } - if( strcmp(temp->r1.altloc," ") ) { - if( !flag1 ) { - if( !strcmp(temp->prior->r1.aname,temp->r1.aname) ) { - altlocptr[0]=temp; - no_conf[altloccount]++; - altloccount++; - flag1=1; - } - } - else { - if( temp->r1.mod_res_no != altlocptr[altloccount-1]->r1.mod_res_no ) { - if( !strcmp(temp->prior->r1.aname,temp->r1.aname) ) { - altlocptr[altloccount]=temp; - no_conf[altloccount]++; - altloccount++; - } - } - else { - if( !strcmp(altlocptr[altloccount-1]->r1.aname,temp->r1.aname) ) { - no_conf[altloccount-1]++; - } - } + if (strcmp(temp->r1.altloc, " ")) { + if (!flag1) { + if (!strcmp(temp->prior->r1.aname, temp->r1.aname)) { + altlocptr[0] = temp; + no_conf[altloccount]++; + altloccount++; + flag1 = 1; + } + } else { + if (temp->r1.mod_res_no != altlocptr[altloccount - 1]->r1.mod_res_no) { + if (!strcmp(temp->prior->r1.aname, temp->r1.aname)) { + altlocptr[altloccount] = temp; + no_conf[altloccount]++; + altloccount++; + } + } else { + if (!strcmp(altlocptr[altloccount - 1]->r1.aname, temp->r1.aname)) { + no_conf[altloccount - 1]++; + } + } } } } - - if(altloccount != 0){ - -//---------------------------- AJR 04.29.02 adding default, "-non", option <-> usage = 1. - cout<> my_choice; + + if (altloccount != 0) { + + //---------------------------- AJR 04.29.02 adding default, "-non", option + //<-> usage = 1. + cout << endl + << "Multiple conformations were found for certain residues." << endl; + cout << endl << "Choose one of the following: " << endl << endl; + cout << " 1. Default (selects lowest mobility)" << endl; + cout << " 2. New selection" << endl; + if (prev_sel_flag != 0) { + cout << " 3. Previous selection" << endl; } - else if(usage) { - if( prev_sel_flag == 1) my_choice = "3"; - if( prev_sel_flag == 0) my_choice = "1"; + if (usage == 0) { + cout << endl << "Enter Choice: "; + cin >> my_choice; + } else if (usage) { + if (prev_sel_flag == 1) + my_choice = "3"; + if (prev_sel_flag == 0) + my_choice = "1"; } - if( prev_sel_flag == 0 ) { - while(my_choice != "1" && my_choice != "2"){ - // fflush(cin); - // cout<> my_choice; + if (prev_sel_flag == 0) { + while (my_choice != "1" && my_choice != "2") { + // fflush(cin); + // cout<> my_choice; } - conf_chosen = new char[altloccount+1]; - del_conf(my_choice,usage); - } - else { - while(my_choice != "1" && my_choice != "2" && my_choice != "3"){ - // fflush(cin); - // cout<> my_choice; - //ccccccccccccccccccccccccccccccccccc - } - conf_chosen = new char[altloccount+1]; - del_conf(my_choice,usage); + conf_chosen = new char[altloccount + 1]; + del_conf(my_choice, usage); + } else { + while (my_choice != "1" && my_choice != "2" && my_choice != "3") { + // fflush(cin); + // cout<> my_choice; + // ccccccccccccccccccccccccccccccccccc + } + conf_chosen = new char[altloccount + 1]; + del_conf(my_choice, usage); } } -/* _____ SN 2007:02 --- Check if the input file is missing even polar 'H' atoms - Note that all ATOM recs are stored in chainptr[0] with - consecutive records linked by "prior" pointer and not - "next"! - --- It is sufficient to check just the first residue's amide nitrogen */ -/* _____ SN 2008:02 --- Check all the chains! - Also, make sure that only standard residue types are - tested for hydrogens as ligand atoms form a different - chain and usually are assigned non-standard rsd names!*/ + /* _____ SN 2007:02 --- Check if the input file is missing even polar 'H' + atoms Note that all ATOM recs are stored in chainptr[0] with consecutive + records linked by "prior" pointer and not "next"! + --- It is sufficient to check just the first residue's amide nitrogen + */ + /* _____ SN 2008:02 --- Check all the chains! + Also, make sure that only standard residue types are + tested for hydrogens as ligand atoms form a different + chain and usually are assigned non-standard rsd + names!*/ // The variable that used to be used here shadows the global variable // "residue *res" in ../../include/class.h @@ -781,513 +754,499 @@ void list::add_record(int usage) { std_res_names["TYR"] = true; std_res_names["TRP"] = true; - flag1 = 0; // Count all chains that have polar Hs on their atoms - while(flag1 < chaincount) - { - temp = chainptr[flag1]; + flag1 = 0; // Count all chains that have polar Hs on their atoms + while (flag1 < chaincount) { + temp = chainptr[flag1]; std::string curr_resName = temp->r1.rname; // Check if the residue name is a standard one - if(std_res_names.find(curr_resName) != std_res_names.end()){ - while(temp != NULL && curr_resName == temp->r1.rname) { - if(temp->r1.aname[2] == 'H') { - flag1++; - break; /* Break at the first occurrence of an 'H' */ + if (std_res_names.find(curr_resName) != std_res_names.end()) { + while (temp != NULL && curr_resName == temp->r1.rname) { + if (temp->r1.aname[2] == 'H') { + flag1++; + break; /* Break at the first occurrence of an 'H' */ } temp = temp->prior; } } - //Non-standard residue; goto next chain - else flag1++; + // Non-standard residue; goto next chain + else + flag1++; } - if(flag1 != chaincount) { - cout<<"\n################################################################"; - cout<<"\n# #"; - cout<<"\n# WARNING: Input file is missing hydrogens on residues. #"; - cout<<"\n# Please add and equilibrate hydrogens using software #"; - cout<<"\n# such as AMBER, CHARMM, Reduce or WhatIf, #"; - cout<<"\n# delete the proflexdataset file, and re-run ProFlex. #"; - cout<<"\n# #"; - cout<<"\n# Make sure the ligand and other co-factor atoms are #"; - cout<<"\n# appropriately protonated. #"; - cout<<"\n# #"; - cout<<"\n################################################################\n"; - //cout<<"\n\natom #: "<r1.ri_sr_no; - exit(1); - } - -// _____ End of fix _____ - + if (flag1 != chaincount) { + cout + << "\n################################################################"; + cout + << "\n# #"; + cout + << "\n# WARNING: Input file is missing hydrogens on residues. #"; + cout + << "\n# Please add and equilibrate hydrogens using software #"; + cout + << "\n# such as AMBER, CHARMM, Reduce or WhatIf, #"; + cout + << "\n# delete the proflexdataset file, and re-run ProFlex. #"; + cout + << "\n# #"; + cout + << "\n# Make sure the ligand and other co-factor atoms are #"; + cout + << "\n# appropriately protonated. #"; + cout + << "\n# #"; + cout << "\n################################################################" + "\n"; + // cout<<"\n\natom #: "<r1.ri_sr_no; + exit(1); + } + // _____ End of fix _____ temp = last; flag1 = 0; - while( temp != NULL ) { - -// _____ SN 2007:02 --- fix to catch water molecules with no 'H's in input PDB file - - if(!strcmp(temp->r1.rname,"HOH") && temp->r1.aname[2] == 'O') { - flag1++; - if((temp->prior)->r1.aname[2] != 'H') { - cout<<"\n################################################################"; - cout<<"\n# #"; - cout<<"\n# WARNING: Input file is missing hydrogens on water molecules #"; - cout<<"\n# Please add and equilibrate hydrogens using software #"; - cout<<"\n# such as AMBER, CHARMM, Reduce or WhatIf, #"; - cout<<"\n# delete the proflexdataset file, and re-run ProFlex #"; - cout<<"\n# #"; - cout<<"\n# Make sure the ligand and other co-factor atoms are #"; - cout<<"\n# appropriately protonated. #"; - cout<<"\n# #"; - cout<<"\n################################################################\n"; - exit(1); - } - } - else if(flag1 > 1) // Two water molecules checked and found 'H' atoms - // Assuming the rest of the waters have 'H's we break out of check - break; + while (temp != NULL) { + + // _____ SN 2007:02 --- fix to catch water molecules with no 'H's in input + // PDB file + + if (!strcmp(temp->r1.rname, "HOH") && temp->r1.aname[2] == 'O') { + flag1++; + if ((temp->prior)->r1.aname[2] != 'H') { + cout << "\n############################################################" + "####"; + cout << "\n# " + " #"; + cout << "\n# WARNING: Input file is missing hydrogens on water " + "molecules #"; + cout << "\n# Please add and equilibrate hydrogens using " + "software #"; + cout << "\n# such as AMBER, CHARMM, Reduce or WhatIf, " + " #"; + cout << "\n# delete the proflexdataset file, and re-run " + "ProFlex #"; + cout << "\n# " + " #"; + cout << "\n# Make sure the ligand and other co-factor atoms " + "are #"; + cout << "\n# appropriately protonated. " + " #"; + cout << "\n# " + " #"; + cout << "\n############################################################" + "####\n"; + exit(1); + } + } else if (flag1 > 1) // Two water molecules checked and found 'H' atoms + // Assuming the rest of the waters have 'H's we break + // out of check + break; temp = temp->prior; } -// _____ End of fix _______ - + // _____ End of fix _______ int count = 1; temp = last; nh = 0; - while( temp != NULL ) { + while (temp != NULL) { - if(temp->r1.aname[2]=='H') { + if (temp->r1.aname[2] == 'H') { nh++; } - if(temp->r1.aname[2]=='S') { + if (temp->r1.aname[2] == 'S') { ns++; } - - if( strncmp( temp->r1.field1,"TER",3 ) ) { + + if (strncmp(temp->r1.field1, "TER", 3)) { map_array[temp->r1.ri_sr_no] = count; temp->r1.ri_sr_no = count; - if( temp != start ) - count++; + if (temp != start) + count++; } temp = temp->prior; } - ofil.close(); + ofil.close(); ofil.clear(); } /**********************************************************************/ /* End of void list::add_record(int ) */ /**********************************************************************/ - /**********************************************************************/ void list::del_conf(std::string choice_in, int usage) { int i, j, k, f = 0, occ_flag, ich; -// int i, j, k, f = 0, flag = 0, occ_flag, temp_flag=0, ich; - + // int i, j, k, f = 0, flag = 0, occ_flag, temp_flag=0, ich; + float temp_sum[20], max_occ, low_temp; char ans; std::string my_choice; - + node *temp, *prev, *t; - + ich = atoi(choice_in.c_str()); - switch(ich) { - case 1: //---------------------------------Default - { - // TESTING cout << "altloccount = " << altloccount << endl; - for(i=0;ir1.occ; - t=temp; - //occu[0]=max_occ; - for(j=1;jprior; - /* TESTING - cout << "altloc = " << i << " conf. = " - << j << " --> " << temp->r1.altloc << " on Res: " - << temp->r1.rname << " Res. # = " << temp->r1.res_no - << " atom # = " << temp->r1.sr_no - << " occ = " << temp->r1.occ << " max = " - << max_occ << endl; - END OF TESTING */ - //occu[i]=temp->r1.occ; - if(max_occ < temp->r1.occ) - { - max_occ=temp->r1.occ; - t=temp; - temp=temp->prior; - // TESTING cout << "temp pointer changed!!" << endl; - occ_flag=1; //asymmetry - } - else - { - // TESTING cout << "CONSTANT pointer." << endl; - if(max_occ!=temp->r1.occ) - { - // TESTING cout << "asymmetry." << endl; - occ_flag=1; //asymmetry - } - } - } - for(j=0;j<20;j++) - { - temp_sum[j]=0; - } - if(occ_flag==0) // Determine the conformation that has highest mobility - { - temp=altlocptr[i]; //extra line - for(j=0;jr1.mod_res_no == altlocptr[i]->r1.mod_res_no) - { - if(strcmp(temp->r1.altloc,t->r1.altloc)==0) - { - temp_sum[j]+=temp->r1.temperature; - /* TESTING - cout << "conf. = " << j << " --> " - << temp->r1.altloc << " on Res: " - << temp->r1.rname << " Res # = " - << temp->r1.res_no << " atom # = " - << temp->r1.sr_no << endl; - END OF TESTING */ - } - temp=temp->prior; - } - t=t->prior; - temp=t; - } - //aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa - /* TESTING - for(j=0;jnext=temp->next; - temp->next->prior=prev; - delete temp; - } - temp=prev; - prev=temp->prior; - } - } - else - { - temp=altlocptr[i]; - prev=temp->prior; - while(temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) - { - if(strcmp(temp->r1.altloc,t->r1.altloc)!=0 && strcmp(temp->r1.altloc," ")!=0) - { - if(temp==altlocptr[i]) - { - altlocptr[i]=t; - } - for(j=0;jnext=temp->next; - temp->next->prior=prev; - delete temp; - } - temp=prev; - prev=temp->prior; - } - } - conf_chosen[i]=t->r1.altloc[0]; - conf_option=1; - } - break; + switch (ich) { + case 1: //---------------------------------Default + { + // TESTING cout << "altloccount = " << altloccount << endl; + for (i = 0; i < altloccount; i++) { + occ_flag = 0; // symmetry + temp = altlocptr[i]; + + max_occ = temp->r1.occ; + t = temp; + // occu[0]=max_occ; + for (j = 1; j < no_conf[i]; + j++) // Determine the conformation that has max. occupancy + { + temp = temp->prior; + /* TESTING + cout << "altloc = " << i << " conf. = " + << j << " --> " << temp->r1.altloc << " on Res: " + << temp->r1.rname << " Res. # = " << temp->r1.res_no + << " atom # = " << temp->r1.sr_no + << " occ = " << temp->r1.occ << " max = " + << max_occ << endl; + END OF TESTING */ + // occu[i]=temp->r1.occ; + if (max_occ < temp->r1.occ) { + max_occ = temp->r1.occ; + t = temp; + temp = temp->prior; + // TESTING cout << "temp pointer changed!!" << + // endl; + occ_flag = 1; // asymmetry + } else { + // TESTING cout << "CONSTANT pointer." << endl; + if (max_occ != temp->r1.occ) { + // TESTING cout << "asymmetry." << endl; + occ_flag = 1; // asymmetry + } + } + } + for (j = 0; j < 20; j++) { + temp_sum[j] = 0; + } + if (occ_flag == 0) // Determine the conformation that has highest mobility + { + temp = altlocptr[i]; // extra line + for (j = 0; j < no_conf[i]; j++) { + while (temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) { + if (strcmp(temp->r1.altloc, t->r1.altloc) == 0) { + temp_sum[j] += temp->r1.temperature; + /* TESTING + cout << "conf. = " << j << " --> " + << temp->r1.altloc << " on Res: " + << temp->r1.rname << " Res # = " + << temp->r1.res_no << " atom # = " + << temp->r1.sr_no << endl; + END OF TESTING */ + } + temp = temp->prior; + } + t = t->prior; + temp = t; + } + // aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa + /* TESTING + for(j=0;j temp_sum[j]) { + low_temp = temp_sum[j]; + k = j; + // temp_flag=1; + } + } + t = altlocptr[i]; + for (j = 0; j < k; j++) { + t = t->prior; + } + temp = altlocptr[i]; + prev = temp->prior; + while (temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) { + if (strcmp(temp->r1.altloc, t->r1.altloc) != 0 && + strcmp(temp->r1.altloc, " ") != 0) { + if (temp == altlocptr[i]) { + altlocptr[i] = t; + } + for (j = 0; j < chaincount; j++) { + if (chainptr[j] == temp) { + chainptr[j] = prev; + break; + } + } + prev->next = temp->next; + temp->next->prior = prev; + delete temp; + } + temp = prev; + prev = temp->prior; + } + } else { + temp = altlocptr[i]; + prev = temp->prior; + while (temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) { + if (strcmp(temp->r1.altloc, t->r1.altloc) != 0 && + strcmp(temp->r1.altloc, " ") != 0) { + if (temp == altlocptr[i]) { + altlocptr[i] = t; + } + for (j = 0; j < chaincount; j++) { + if (chainptr[j] == temp) { + chainptr[j] = prev; + break; + } + } + prev->next = temp->next; + temp->next->prior = prev; + delete temp; + } + temp = prev; + prev = temp->prior; + } + } + conf_chosen[i] = t->r1.altloc[0]; + conf_option = 1; } - - case 3: //-----------------------------------------------Previous selection - { - - if(prev_sel_flag==0) - { - //system("clear"); - cout<>my_choice; - if(usage) my_choice = "1"; - while(my_choice != "1" && my_choice != "2") - { - // cout<>my_choice; - } - if(my_choice == "1" || my_choice == "2") - { - del_conf(my_choice,usage); - //flag = 1; - break; - } - } + break; + } + + case 3: //-----------------------------------------------Previous selection + { + + if (prev_sel_flag == 0) { + // system("clear"); + cout << endl << "No previous selections were made !!" << endl; + cout << endl << "Choose one of the following: " << endl; + cout << endl << " 1. Default (selects lowest mobility)" << endl; + cout << " 2. New Selection" << endl; + cout << endl << "Enter Choice: "; + cin >> my_choice; + if (usage) + my_choice = "1"; + while (my_choice != "1" && my_choice != "2") { + // cout<> my_choice; + } + if (my_choice == "1" || my_choice == "2") { + del_conf(my_choice, usage); + // flag = 1; + break; + } + } else { + // system("clear"); + cout << endl << endl << "Your previous selections were: " << endl; + cout << endl + << "RESIDUE " + << "RESIDUE NO. " + << "CHAIN " + << "CONFORMATIONS" + << " SELECTION" << endl + << endl; + for (i = 0; i < altloccount; i++) { + // pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp + /* + cout<<" "<r1.rname<r1.res_no<r1.code<<" " + <r1.chain<<" "; + */ + + if (strcmp(altlocptr[i]->r1.chain, "~~") != 0) { + cout << " " << altlocptr[i]->r1.rname << setw(10) + << altlocptr[i]->r1.res_no << altlocptr[i]->r1.code << " " + << altlocptr[i]->r1.chain << " "; + } else { + cout << " " << altlocptr[i]->r1.rname << setw(10) + << altlocptr[i]->r1.res_no << altlocptr[i]->r1.code << " " + << " " + << " "; + } + + temp = altlocptr[i]; + for (j = 0; j < no_conf[i]; j++) { + cout << " " << temp->r1.altloc; + // <<" " + // <prior; + } + cout << " " << prev_sel[i] << endl; + } + cout << endl << endl << "Type n for new selection: "; + cin >> answer; + if (strlen(answer) == 1) + ans = answer[0]; else - { - //system("clear"); - cout<r1.rname<r1.res_no<r1.code<<" " - <r1.chain<<" "; - */ - - if(strcmp(altlocptr[i]->r1.chain,"~~")!=0) - { - cout<<" "<r1.rname<r1.res_no<r1.code<<" " - <r1.chain<<" "; - } - else - { - cout<<" "<r1.rname<r1.res_no<r1.code<<" " - <<" "<<" "; - } - - temp=altlocptr[i]; - for(j=0;jr1.altloc; - // <<" " - // <prior; - } - cout<<" "<> answer; - if( strlen(answer) == 1 ) ans = answer[0]; - else ans = 'Y'; - if(ans!='n' && ans!='N') - { - for(i=0;iprior; - while(temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) - { - if(temp->r1.altloc[0]!=prev_sel[i] && strcmp(temp->r1.altloc," ")!=0) - { - if(temp==altlocptr[i]) - { - altlocptr[i]=temp->prior; - } - for(j=0;jnext=temp->next; - temp->next->prior=prev; - delete temp; - } - temp=prev; - prev=temp->prior; - } - conf_chosen[i]=prev_sel[i]; - } - - } - else - { - //system("clear"); - cout<>my_choice; - if(usage) my_choice = "1"; - while(my_choice != "1" && my_choice != "2") - { - // cout<>my_choice; - } - // if(my_choice==1 || my_choice==2) - // { - del_conf(my_choice,usage); - //flag=1; - break; - // } - } - } - break; + ans = 'Y'; + if (ans != 'n' && ans != 'N') { + for (i = 0; i < altloccount; i++) { + temp = altlocptr[i]; + prev = temp->prior; + while (temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) { + if (temp->r1.altloc[0] != prev_sel[i] && + strcmp(temp->r1.altloc, " ") != 0) { + if (temp == altlocptr[i]) { + altlocptr[i] = temp->prior; + } + for (j = 0; j < chaincount; j++) { + if (chainptr[j] == temp) { + chainptr[j] = prev; + break; + } + } + prev->next = temp->next; + temp->next->prior = prev; + delete temp; + } + temp = prev; + prev = temp->prior; + } + conf_chosen[i] = prev_sel[i]; + } + + } else { + // system("clear"); + cout << endl << "Choose one of the following: " << endl; + cout << endl << " 1. Default (selects lowest mobility)" << endl; + cout << " 2. New Selection" << endl; + cout << endl << "Enter Choice: "; + cin >> my_choice; + if (usage) + my_choice = "1"; + while (my_choice != "1" && my_choice != "2") { + // cout<> my_choice; + } + // if(my_choice==1 || my_choice==2) + // { + del_conf(my_choice, usage); + // flag=1; + break; + // } + } } - - case 2: //----------------------------------------------New selection - { - //system("clear"); - - cout<r1.rname<r1.res_no<r1.code<<" " - <r1.chain<<" "; - */ - - if(strcmp(altlocptr[i]->r1.chain,"~~")==0) - { - cout<<" "<r1.rname<r1.res_no<r1.code<<" " - <<" "<<" "; - } - else - { - cout<<" "<r1.rname<r1.res_no<r1.code<<" " - <r1.chain<<" "; - } - - temp=altlocptr[i]; - for(j=0;jr1.altloc; - // strcpy(string[i],temp->r1.altloc); - temp=temp->prior; - } - cout<r1.res_no<r1.code<<" (" - <r1.rname<<"): "; - cin>>conf_chosen[i]; - for(j=0;jr1.altloc[0]==conf_chosen[i]) - { - f=1; - break; - } - temp=temp->prior; - } - if(f==0) - { - cout<prior; - while(temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) - { - cout << endl << "temp = " << temp << " prior = " << temp->prior << " next = " << temp->next << endl; - cout << "temp: " << "Res = " << temp->r1.rname << " Res # = " << temp->r1.res_no << " conf = " << temp->r1.altloc << " Atom = " << temp->r1.aname << " Atom # = " << temp->r1.sr_no << endl; - prev = temp->prior; - cout << "prior: " << "Res = " << prev->r1.rname << " Res # = " << prev->r1.res_no << " conf = " << prev->r1.altloc << " Atom = " << prev->r1.aname << " Atom # = " << prev->r1.sr_no << endl; - prev = temp->next; - cout << "next: " << "Res = " << prev->r1.rname << " Res # = " << prev->r1.res_no << " conf = " << prev->r1.altloc << " Atom = " << prev->r1.aname << " Atom # = " << prev->r1.sr_no << endl; - prev=temp->prior; - temp=prev; - } - cout << endl << endl; - cin >> k; - */ - temp=altlocptr[i]; - prev=temp->prior; - while(temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) - { - if(temp->r1.altloc[0]!=conf_chosen[i] && strcmp(temp->r1.altloc," ")!=0) - { - if(temp==altlocptr[i]) - { - altlocptr[i]=temp->prior; - } - for(j=0;jnext=temp->next; - temp->next->prior=prev; - delete temp; - } - temp=prev; - prev=temp->prior; - } - } - break; + break; + } + + case 2: //----------------------------------------------New selection + { + // system("clear"); + + cout << endl + << "RESIDUE " + << "RESIDUE NO. " + << "CHAIN " + << "CONFORMATIONS" << endl + << endl; + for (i = 0; i < altloccount; i++) { + /* + cout<<" "<r1.rname<r1.res_no<r1.code<<" " + <r1.chain<<" "; + */ + + if (strcmp(altlocptr[i]->r1.chain, "~~") == 0) { + cout << " " << altlocptr[i]->r1.rname << setw(10) + << altlocptr[i]->r1.res_no << altlocptr[i]->r1.code << " " + << " " + << " "; + } else { + cout << " " << altlocptr[i]->r1.rname << setw(10) + << altlocptr[i]->r1.res_no << altlocptr[i]->r1.code << " " + << altlocptr[i]->r1.chain << " "; + } + + temp = altlocptr[i]; + for (j = 0; j < no_conf[i]; j++) { + cout << " " << temp->r1.altloc; + // strcpy(string[i],temp->r1.altloc); + temp = temp->prior; + } + cout << endl; } + + for (i = 0; i < altloccount; i++) { + temp = altlocptr[i]; + f = 0; + while (f == 0) { + cout << endl + << "Choose the conformation for residue " + << altlocptr[i]->r1.res_no << altlocptr[i]->r1.code << " (" + << altlocptr[i]->r1.rname << "): "; + cin >> conf_chosen[i]; + for (j = 0; j < no_conf[i]; j++) { + if (temp->r1.altloc[0] == conf_chosen[i]) { + f = 1; + break; + } + temp = temp->prior; + } + if (f == 0) { + cout << endl << "\t Invalid selection!!" << endl; + } + } + conf_option = 2; + f = 0; + } + for (i = 0; i < altloccount; i++) { + /* + temp=altlocptr[i]; + prev=temp->prior; + while(temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) + { + cout << endl << "temp = " << temp << " prior = " << temp->prior << " + next = " << temp->next << endl; cout << "temp: " << "Res = " << + temp->r1.rname << " Res # = " << temp->r1.res_no << " conf = " << + temp->r1.altloc << " Atom = " << temp->r1.aname << " Atom # = " << + temp->r1.sr_no << endl; prev = temp->prior; cout << "prior: " << "Res = + " << prev->r1.rname << " Res # = " << prev->r1.res_no << " conf = " << + prev->r1.altloc << " Atom = " << prev->r1.aname << " Atom # = " << + prev->r1.sr_no << endl; prev = temp->next; cout << "next: " << "Res = " + << prev->r1.rname << " Res # = " << prev->r1.res_no << " conf = " << + prev->r1.altloc << " Atom = " << prev->r1.aname << " Atom # = " << + prev->r1.sr_no << endl; prev=temp->prior; temp=prev; + } + cout << endl << endl; + cin >> k; + */ + temp = altlocptr[i]; + prev = temp->prior; + while (temp->r1.mod_res_no == altlocptr[i]->r1.mod_res_no) { + if (temp->r1.altloc[0] != conf_chosen[i] && + strcmp(temp->r1.altloc, " ") != 0) { + if (temp == altlocptr[i]) { + altlocptr[i] = temp->prior; + } + for (j = 0; j < chaincount; j++) { + if (chainptr[j] == temp) { + chainptr[j] = prev; + break; + } + } + prev->next = temp->next; + temp->next->prior = prev; + delete temp; + } + temp = prev; + prev = temp->prior; + } + } + break; + } } /* cout << endl << endl; @@ -1298,20 +1257,18 @@ void list::del_conf(std::string choice_in, int usage) { cin >> i; */ return; - } /**********************************************************************/ /* End of void list::del_conf( char ch[] int usage) */ /**********************************************************************/ - /**********************************************************************/ /* Add a CONECT record in the link list l2 */ /**********************************************************************/ void conect_list::add_conect(void) { conect_node *fresh; - + /* BMH the code below is pointless. what the hell? if( file_open_flag == 0 ) { ifil.open(inputfile,ios::in); @@ -1319,35 +1276,34 @@ void conect_list::add_conect(void) { file_open_flag=1; } */ - - ifil.open(inputfile,ios::in); - ofil.open(outputfile,ios::app); - while( ifil != NULL ) { - + ifil.open(inputfile, ios::in); + ofil.open(outputfile, ios::app); + + while (ifil != NULL) { + fresh = new conect_node; - + fresh->add_conect_node(); - - if( ifil == NULL ) + + if (!ifil) break; - - if( start == NULL ) { + + if (!start) { start = fresh; - last = fresh; + last = fresh; } - + else { - fresh->next=start; - start->prior=fresh; - start=fresh; + fresh->next = start; + start->prior = fresh; + start = fresh; } - } ifil.close(); ifil.clear(); - ofil.close(); + ofil.close(); ofil.clear(); return; } @@ -1355,50 +1311,41 @@ void conect_list::add_conect(void) { /* End of void connect_list::add_connect(void) */ /**********************************************************************/ - /**********************************************************************/ void list::make_chem_rec(void) { int flag3 = 0; - + node *tem; - + tem = last; ofstream xofil; - - xofil.open(outputfile,ios::app); - if( xofil == NULL ) { - cout<<"Error in opening outputfile"<r1.field1 << setw(5) << tem->r1.ri_sr_no - << tem->r1.aname << tem->r1.altloc - << tem->r1.rname << tem->r1.chain - << tem->r1.res_no << tem->r1.code - << tem->r1.strx << tem->r1.stry - << tem->r1.strz << tem->r1.occupancy - << tem->r1.temp_string << setw(5) << tem->r1.mod_res_no - << " " << tem->r1.DAH_type - << endl; - + while (flag3 != 1) { + if (tem == start) { + + xofil << tem->r1.field1 << setw(5) << tem->r1.ri_sr_no << tem->r1.aname + << tem->r1.altloc << tem->r1.rname << tem->r1.chain + << tem->r1.res_no << tem->r1.code << tem->r1.strx << tem->r1.stry + << tem->r1.strz << tem->r1.occupancy << tem->r1.temp_string + << setw(5) << tem->r1.mod_res_no << " " << tem->r1.DAH_type << endl; + xofil.close(); - flag3 = 1; - } - else { - if(strncmp(tem->r1.field1,"TER",3) ){ // AJR 05.13.02 omit TER lines - xofil << tem->r1.field1 << setw(5) << tem->r1.ri_sr_no - << tem->r1.aname << tem->r1.altloc - << tem->r1.rname << tem->r1.chain - << tem->r1.res_no << tem->r1.code - << tem->r1.strx << tem->r1.stry - << tem->r1.strz << tem->r1.occupancy - << tem->r1.temp_string << setw(5) << tem->r1.mod_res_no - << " " << tem->r1.DAH_type - << endl; + flag3 = 1; + } else { + if (strncmp(tem->r1.field1, "TER", 3)) { // AJR 05.13.02 omit TER lines + xofil << tem->r1.field1 << setw(5) << tem->r1.ri_sr_no << tem->r1.aname + << tem->r1.altloc << tem->r1.rname << tem->r1.chain + << tem->r1.res_no << tem->r1.code << tem->r1.strx << tem->r1.stry + << tem->r1.strz << tem->r1.occupancy << tem->r1.temp_string + << setw(5) << tem->r1.mod_res_no << " " << tem->r1.DAH_type + << endl; } tem = tem->prior; } @@ -1408,72 +1355,68 @@ void list::make_chem_rec(void) { /* End of void list::make_chem_rec(void) */ /**********************************************************************/ - /**********************************************************************/ /* Determine the largest and smallest residue number, and x, y, and z */ /* coordinate value. */ /**********************************************************************/ void list::cal_maxmin(void) { - int flag3 = 0, max_res_count=1; + int flag3 = 0, max_res_count = 1; node *tem; - + tem = last; // last is the first ATOM in the protein no_atoms = 0; - while( flag3 != 1 ) { - if( !strcmp(tem->r1.chain,"~~") ) { - strcpy(tem->r1.chain," "); + while (flag3 != 1) { + if (!strcmp(tem->r1.chain, "~~")) { + strcpy(tem->r1.chain, " "); } - if( tem == start ) { - if(tem->r1.field1[0]!='T'){ - no_atoms++; - //cout << tem->r1.sr_no << endl; + if (tem == start) { + if (tem->r1.field1[0] != 'T') { + no_atoms++; + // cout << tem->r1.sr_no << endl; } - if(tem->r1.coord[1]r1.coord[1]; - if(tem->r1.coord[2]r1.coord[2]; - if(tem->r1.coord[3]r1.coord[3]; - - if( largest_res < max_res_count ) { - largest_res = max_res_count; + if (tem->r1.coord[1] < xmin) + xmin = tem->r1.coord[1]; + if (tem->r1.coord[2] < ymin) + ymin = tem->r1.coord[2]; + if (tem->r1.coord[3] < zmin) + zmin = tem->r1.coord[3]; + + if (largest_res < max_res_count) { + largest_res = max_res_count; } - flag3 = 1; + flag3 = 1; } - + else { - if( tem->r1.field1[0] != 'T' ){ // if the current list node is not a TER record in the pdb file - no_atoms++; - //cout << tem->r1.sr_no << endl; + if (tem->r1.field1[0] != + 'T') { // if the current list node is not a TER record in the pdb file + no_atoms++; + // cout << tem->r1.sr_no << endl; } - if( tem->r1.coord[1] < xmin ) - xmin = tem->r1.coord[1]; - if( tem->r1.coord[2] < ymin ) - ymin = tem->r1.coord[2]; - if( tem->r1.coord[3] < zmin ) - zmin = tem->r1.coord[3]; - - if( tem->r1.mod_res_no == tem->prior->r1.mod_res_no ) { - max_res_count++; - } - else { - if( largest_res < max_res_count ) { - largest_res = max_res_count; - } - max_res_count = 1; + if (tem->r1.coord[1] < xmin) + xmin = tem->r1.coord[1]; + if (tem->r1.coord[2] < ymin) + ymin = tem->r1.coord[2]; + if (tem->r1.coord[3] < zmin) + zmin = tem->r1.coord[3]; + + if (tem->r1.mod_res_no == tem->prior->r1.mod_res_no) { + max_res_count++; + } else { + if (largest_res < max_res_count) { + largest_res = max_res_count; + } + max_res_count = 1; } - + tem = tem->prior; } } - //cout << "number of atoms" << no_atoms << endl; + // cout << "number of atoms" << no_atoms << endl; } /**********************************************************************/ /* End of void list::cal_maxmin(void) */ /**********************************************************************/ - - - diff --git a/proflex/prog/first/src/c++/pick_hbonds.cpp b/proflex/prog/first/src/c++/pick_hbonds.cpp index 673a16e..38bde7c 100755 --- a/proflex/prog/first/src/c++/pick_hbonds.cpp +++ b/proflex/prog/first/src/c++/pick_hbonds.cpp @@ -1,94 +1,96 @@ /******************************************************************************* -* MSU ProFlex, formerly called FIRST, is a software developed to predict and * -* analyze protein flexibility. * -* This source file is a part of MSU ProFlex. * -* * -* Copyright (C) 1997 - 2008, Michigan State University. * -* * -* This program is free software; you can redistribute to academic users only, * -* it and/or modify it under the terms of the GNU General Public License, * -* version 2, as published by the Free Software Foundation. * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License * -* along with this program; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * -* or see http://www.gnu.org/licenses/gpl.txt * -*******************************************************************************/ + * MSU ProFlex, formerly called FIRST, is a software developed to predict and * + * analyze protein flexibility. * This source file is a part of MSU ProFlex. * + * * + * Copyright (C) 1997 - 2008, Michigan State University. * + * * + * This program is free software; you can redistribute to academic users only, + ** it and/or modify it under the terms of the GNU General Public License, * + * version 2, as published by the Free Software Foundation. * + * * + * This program is distributed in the hope that it will be useful, * but + *WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General + *Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * along + *with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA, * + * or see http://www.gnu.org/licenses/gpl.txt * + *******************************************************************************/ /* THIS IS THE C++ CODE FOR pick_Hbonds() subroutine */ -/* 2006:01:26 --- Sandeep (SN) (WRITTEN AFRESH RETAINING RELEVANT PREVIOUS CODE) +/* 2006:01:26 --- Sandeep (SN) (WRITTEN AFRESH RETAINING RELEVANT PREVIOUS + CODE) usage >= 1 --> Keep all H-bonds and filter by H-bond cutoff energy Changes to be implemented: -------------------------- - - First, filter the H-bond list through tight geometric rules for - H-A, D-A distances, D-H-A and H-A-P angles. Further, user can - specify more stringent ruleset. + - First, filter the H-bond list through tight geometric rules for + H-A, D-A distances, D-H-A and H-A-P angles. Further, user can + specify more stringent ruleset. - Filtering options are made more hierarchical i.e., first start with all H-bonds, ask the user if Water molecules have to removed, then the side chain H-bonds, and finally, HETATM H-bonds (aside from water) - - Next, using the filtered H-bonds list, ask the user for an energy cutoff, - which is then used as an additional energy-based filter - STEPS: + - Next, using the filtered H-bonds list, ask the user for an energy + cutoff, which is then used as an additional energy-based filter STEPS: ------ 1) Disable all unused options by removing the correponding code 2) Make changes to some global variables decalred in "class.h" 3) Change the initial screening options - 4) Impose stronger stereochemical selection criteria to select - the initial "DEFAULT" list of H-bonds - 5) Provide options for further stronger geometric filter - 6) Provide filters based on the type of bond (HET, tether, etc.) - 7) Output proflexdataset - 8) Energy-based filtering with the user-input or default cutoff - 9) Output allbonds_SEfilt - 10) Output summary file that documents all the above changes incorporated - - 2006:03:15 --- added extra p_flag to facilitate stringent stereo - chemical filtering by user when '-p' flag is selected - - 2006:04:10 --- Changes to non-H2O HETatm filter - --- sidechain-non-water HETATM filter added - This matters when the user only selects to remove - nonwater-HETATM H-bonds as this set of bonds were - being left out unscreened. - Further, - : the atom name field format is as follows: - '[][][atom-tye][position][label]' ex: ' NH1',' CD ' - --- So, the filter should just check for the atom-type and not - the whole atom name - + 4) Impose stronger stereochemical selection criteria to select + the initial "DEFAULT" list of H-bonds + 5) Provide options for further stronger geometric filter + 6) Provide filters based on the type of bond (HET, tether, etc.) + 7) Output proflexdataset + 8) Energy-based filtering with the user-input or default cutoff + 9) Output allbonds_SEfilt + 10) Output summary file that documents all the above changes + incorporated + + 2006:03:15 --- added extra p_flag to facilitate stringent stereo + chemical filtering by user when '-p' flag is + selected + + 2006:04:10 --- Changes to non-H2O HETatm filter + --- sidechain-non-water HETATM filter added + This matters when the user only selects to remove + nonwater-HETATM H-bonds as this set of bonds were + being left out unscreened. + Further, + : the atom name field format is as follows: + '[][][atom-tye][position][label]' ex: ' NH1',' + CD ' + --- So, the filter should just check for the atom-type + and not the whole atom name + */ /* --- modifications on 04.17.01 by AJR --- I remedied the usagse of screening options 11,16,and 17. Also attempting to add an option: input file with desired h-bond list. AJR 03.25.02 - usage == 1 --> -non -h runoptions + usage == 1 --> -non -h runoptions usage == 2 --> -non -p runoptions usage == 0 --> otherwise - -non => non-interactive H-bond dilution => default energy filter + -non => non-interactive H-bond dilution => default energy filter */ - /**********************************************************************/ #include -void list::pick_hbonds(int usage, int p_flag ) { -//---------------------------------------------------------Declare variables - float xda,xha,adha,ahap; //DONOR-H-ACPTR-PREAC distance and angles - float s_xda,sb_xda,s_xha,sb_xha; - float min_theta,hb_ecut,energy_max,hd2,ha2,ad2,costheta,ha2max,ad2max; - float hp2,ap2,cosdelta,min_delta,min_cosdelta,min_costheta; // pre-acptr related - int i,j,khb,khb_min,khb_max,khb2; - int flag=0; - int so,s,sf,nsc,sp; // sp -- preacptr - char my_answer,ans; +void list::pick_hbonds(int usage, int p_flag) { + //---------------------------------------------------------Declare variables + float xda, xha, adha, ahap; // DONOR-H-ACPTR-PREAC distance and angles + float s_xda, sb_xda, s_xha, sb_xha; + float min_theta, hb_ecut, energy_max, hd2, ha2, ad2, costheta, ha2max, ad2max; + float hp2, ap2, cosdelta, min_delta, min_cosdelta, + min_costheta; // pre-acptr related + int i, j, khb, khb_min, khb_max, khb2; + int flag = 0; + int so, s, sf, nsc, sp; // sp -- preacptr + char my_answer, ans; float energy_input; ofstream fptr; ifstream pacc_ifil; //--- 2006:03 SN @@ -96,371 +98,357 @@ void list::pick_hbonds(int usage, int p_flag ) { /************************************************************/ /* Allocate memory for hb_pick[] */ /************************************************************/ - if(p_flag == 1) //--- 2006:03 SN --- *COMPLICATION* When '-p' option is - // chosen, real_hb_no gives the actual HB+SB count and - // nhb is the cumulative of tether and real_hb_no - { - khb = real_hb_no; - no_tether = nhb - khb; - nhb = khb; - } - else //--- 2006:03 SN --- '-h' or options other than '-p' - khb = nhb; - - hb_pick = new int[nhb+1]; - -// --- SN 2006:02 --- Initialize hb_pick[] - for(i=0;i<=nhb;i++) - hb_pick[i]=1; - - //------------- DEFAULT OPTION:-Keep all hydrogen bonds => khb = nhb - // This variable is now decremented once per bond whose hb_pick[] is made 0 - // ------- SN 2006:03:01 - - -//-----------------------------------------Initialize assumed geometric criteria -//----------------------------------------- read from the ../../include/class.h - xda=admaxd; - xha=hamaxd; - adha=dha_ang; - //2006:01 --- added by SN - ahap=hap_ang; - - //Delta and Theta anglular constraints are assumed to be the same for SB and - //Sulfur-based H-bonds. So, I only implement the distance-based constraints - s_xda=s_admaxd; - sb_xda=sb_admaxd; - s_xha=s_hamaxd; - sb_xha=sb_hamaxd; + if (p_flag == 1) //--- 2006:03 SN --- *COMPLICATION* When '-p' option is + // chosen, real_hb_no gives the actual HB+SB count and + // nhb is the cumulative of tether and real_hb_no + { + khb = real_hb_no; + no_tether = nhb - khb; + nhb = khb; + } else //--- 2006:03 SN --- '-h' or options other than '-p' + khb = nhb; + + hb_pick = new int[nhb + 1]; + + // --- SN 2006:02 --- Initialize hb_pick[] + for (i = 0; i <= nhb; i++) + hb_pick[i] = 1; + + //------------- DEFAULT OPTION:-Keep all hydrogen bonds => khb = nhb + // This variable is now decremented once per bond whose hb_pick[] is made 0 + // ------- SN 2006:03:01 + + //-----------------------------------------Initialize assumed geometric + //criteria + //----------------------------------------- read from the + //../../include/class.h + xda = admaxd; + xha = hamaxd; + adha = dha_ang; + // 2006:01 --- added by SN + ahap = hap_ang; + + // Delta and Theta anglular constraints are assumed to be the same for SB and + // Sulfur-based H-bonds. So, I only implement the distance-based constraints + s_xda = s_admaxd; + sb_xda = sb_admaxd; + s_xha = s_hamaxd; + sb_xha = sb_hamaxd; // If user chooses interactive filtering then - if(usage == 0) - { + if (usage == 0) { //---------------------------------------------------------- //--- Ask user if stronger geometric constraints are to be imposed //--- If so, read the constraints and impose the constraints - do{ - system("clear"); - cout<<"\t\tH-BOND/SALT BRIDGE BOND LENGTH & ANGLE CRITERIA"<= 110 Degrees"; - cout<<"\n\tDelta (H-A-Pre-acceptor angle) >= 90 Degrees"; - cout<<"\n\nIndices of H-bonds filtered more stringently (see below) are written to"; - cout<<"\n'_h-bonds_SEfilt' file."; - cout<<"\n\nDo you wish to impose more stringent rules? (y/n): "; - cin>>my_answer; - - }while(my_answer != 'n' && my_answer != 'N' && my_answer != 'y' && - my_answer != 'Y'); + do { + system("clear"); + cout << "\t\tH-BOND/SALT BRIDGE BOND LENGTH & ANGLE CRITERIA" << endl + << endl; + cout << "Default H-bond & salt bridge list has been compiled and written " + "to" + << endl; + cout << "'_proflexdataset' file. It includes intra- and inter-molecular" + << endl; + cout << "H-bonds meeting the following default stereochemical criteria:" + << endl; + cout << "\n\n\tHydrogen-Acceptor (H-A) distance <= 2.5 Angstroms"; + cout << "\n\t with Sulfur atom <= 3.0 Angstroms"; + cout << "\n\t for Salt bridge <= 3.5 Angstroms" << endl; + cout << "\n\tDonor-Acceptor (D-A) distance <= 3.5 Angstroms"; + cout << "\n\t with Sulfur atom <= 4.0 Angstroms"; + cout << "\n\t for Salt bridge <= 4.5 Angstroms" << endl; + cout << "\n\tTheta (D-H-A angle) >= 110 Degrees"; + cout << "\n\tDelta (H-A-Pre-acceptor angle) >= 90 Degrees"; + cout << "\n\nIndices of H-bonds filtered more stringently (see below) " + "are written to"; + cout << "\n'_h-bonds_SEfilt' file."; + cout << "\n\nDo you wish to impose more stringent rules? (y/n): "; + cin >> my_answer; + + } while (my_answer != 'n' && my_answer != 'N' && my_answer != 'y' && + my_answer != 'Y'); } // End interactive mode - else - { + else { my_answer = 'n'; } - - if(my_answer == 'y' || my_answer == 'Y') - { - system("clear"); - - //------------------------------------------------------------Read xha - cout<<"\n\tEnter H-A Distance (<= 2.5 A): "; - cin>>xha; - - while(xha > hamaxd || xha < 0) - { - cout<>xha; - } - - //------------------------------------------------------------Read s_xha - cout<<"\n\tEnter H-A Distance for H-bonds with Sulfur (<= 3.0 A): "; - cin>>s_xha; - - while(s_xha > s_hamaxd || s_xha < 0) - { - cout<>s_xha; - } - //------------------------------------------------------------Read sb_xha - cout<<"\n\tEnter H-A Distance for salt bridges (<= 3.5 A): "; - cin>>sb_xha; + if (my_answer == 'y' || my_answer == 'Y') { + system("clear"); - while(sb_xha > sb_hamaxd || sb_xha < 0) - { - cout<>sb_xha; - } + //------------------------------------------------------------Read xha + cout << "\n\tEnter H-A Distance (<= 2.5 A): "; + cin >> xha; - //------------------------------------------------------------Read xda - cout<<"\n\tEnter D-A Distance (<= 3.5): "; - cin>>xda; - - while(xda > admaxd || xda < 0) - { - cout<>xda; - } - - //------------------------------------------------------------Read s_xda - cout<<"\n\tEnter D-A Distance for H-bonds with Sulfur (<= 4.0): "; - cin>>s_xda; - - while(s_xda > s_admaxd || s_xda < 0) - { - cout<>s_xda; - } + while (xha > hamaxd || xha < 0) { + cout << endl << "\t\tInvalid value; must be <= 2.5 A"; + cout << endl << "\t\tPlease enter another value: "; + cin >> xha; + } - //------------------------------------------------------------Read sb_xda - cout<<"\n\tEnter D-A Distance for salt bridges (<= 4.5): "; - cin>>sb_xda; + //------------------------------------------------------------Read s_xha + cout << "\n\tEnter H-A Distance for H-bonds with Sulfur (<= 3.0 A): "; + cin >> s_xha; - while(sb_xda > sb_admaxd || sb_xda < 0) - { - cout<>sb_xda; - } + while (s_xha > s_hamaxd || s_xha < 0) { + cout << endl << "\t\tInvalid value; must be <= 3.0 A"; + cout << endl << "\t\tPlease enter another value: "; + cin >> s_xha; + } + //------------------------------------------------------------Read sb_xha + cout << "\n\tEnter H-A Distance for salt bridges (<= 3.5 A): "; + cin >> sb_xha; - //------------------------------------------------------------Read theta - cout<<"\n\tEnter Theta Angle (>= 110): "; - cin>>adha; - adha = adha*raddeg; - /* - * 2006:01 -- Sandeep - * Ensure that input angle < 180 and > THETA_limit and theta input by user - */ - while( (adha > 3.14159) || (adha < dha_ang) ) - { - cout<= 110 "<>adha; - adha=adha*raddeg; - } - //------------------------------------------------------------Read delta - cout<<"\n\tEnter Delta Angle (>= 90): "; - cin>>ahap; - ahap = ahap*raddeg; - - while( (ahap > 3.14159) || (ahap < hap_ang) ) - { - cout<= 90"<>ahap; - ahap=ahap*raddeg; - } - - //------------------------------------------------------------Impose new filters - - // --- SN 2006:02 --- Initial Geometric filtering is performed in - // find_hbonds.cpp - // --- Perform new filtering only if more stringent - // --- geometric constraints have been set - - // --- SN 2006:03 --- IF p_flag is set THEN - // READ preacptr info from "preacptr_info" file - - if(p_flag == 1) - pacc_ifil.open("preacptr_info",ios::in); - - for(i=1;i<=nhb;i++) - { - if(hb_pick[i] == 1) - { - /* --- SN 2007:02 --- hbond[i][0] is loaded in - find_hbonds.cpp. So, we need not - read the preacptr_info file - - // --- SN 2006:03 --- IF p_flag is set THEN - // READ preacptr info from "preacptr_info" file - if(p_flag == 1 && !pacc_ifil.eof()) - { - pacc_ifil.getline(line,10); - strncpy(pacc_val,line,5); - hbond[i][0]=atoi(pacc_val); - } - */ - - /************************************************************/ - /* Perform stereochemical filtering to obtain the initial */ - /* list of H-bonds */ - /************************************************************/ - sp=hbond[i][0]; - so=hbond[i][1]; - s=hbond[i][2]; - sf=hbond[i][3]; + while (sb_xha > sb_hamaxd || sb_xha < 0) { + cout << endl << "\t\tInvalid value; Must be <= 3.5 A"; + cout << endl << "\t\tPlease enter another value: "; + cin >> sb_xha; + } + + //------------------------------------------------------------Read xda + cout << "\n\tEnter D-A Distance (<= 3.5): "; + cin >> xda; + + while (xda > admaxd || xda < 0) { + cout << endl << "\t\tInvalid value; <= 3.5 A"; + cout << endl << "\t\tPlease enter another value: "; + cin >> xda; + } + + //------------------------------------------------------------Read s_xda + cout << "\n\tEnter D-A Distance for H-bonds with Sulfur (<= 4.0): "; + cin >> s_xda; + + while (s_xda > s_admaxd || s_xda < 0) { + cout << endl << "\t\tInvalid value; must be <= 4.0 A"; + cout << endl << "\t\tPlease enter another value: "; + cin >> s_xda; + } + + //------------------------------------------------------------Read sb_xda + cout << "\n\tEnter D-A Distance for salt bridges (<= 4.5): "; + cin >> sb_xda; + + while (sb_xda > sb_admaxd || sb_xda < 0) { + cout << endl << "\t\tInvalid value; must be <= 4.5 A"; + cout << endl << "\t\tPlease enter another value: "; + cin >> sb_xda; + } + + //------------------------------------------------------------Read theta + cout << "\n\tEnter Theta Angle (>= 110): "; + cin >> adha; + adha = adha * raddeg; + /* + * 2006:01 -- Sandeep + * Ensure that input angle < 180 and > THETA_limit and theta input by user + */ + while ((adha > 3.14159) || (adha < dha_ang)) { + cout << endl << "\tInvalid value; must be >= 110 " << endl; + cout << endl << "\t\tPlease enter another value: "; + cin >> adha; + adha = adha * raddeg; + } + //------------------------------------------------------------Read delta + cout << "\n\tEnter Delta Angle (>= 90): "; + cin >> ahap; + ahap = ahap * raddeg; + + while ((ahap > 3.14159) || (ahap < hap_ang)) { + cout << endl << "\tInvalid value; must be >= 90" << endl; + cout << endl << "\t\tPlease enter another value: "; + cin >> ahap; + ahap = ahap * raddeg; + } + + //------------------------------------------------------------Impose new + //filters + + // --- SN 2006:02 --- Initial Geometric filtering is performed in + // find_hbonds.cpp + // --- Perform new filtering only if more stringent + // --- geometric constraints have been set + + // --- SN 2006:03 --- IF p_flag is set THEN + // READ preacptr info from "preacptr_info" file + + if (p_flag == 1) + pacc_ifil.open("preacptr_info", ios::in); + + for (i = 1; i <= nhb; i++) { + if (hb_pick[i] == 1) { + /* --- SN 2007:02 --- hbond[i][0] is loaded in + find_hbonds.cpp. So, we need not + read the preacptr_info file + + // --- SN 2006:03 --- IF p_flag is set THEN + // READ preacptr info from "preacptr_info" file + if(p_flag == 1 && !pacc_ifil.eof()) + { + pacc_ifil.getline(line,10); + strncpy(pacc_val,line,5); + hbond[i][0]=atoi(pacc_val); + } + */ + + /************************************************************/ + /* Perform stereochemical filtering to obtain the initial */ + /* list of H-bonds */ + /************************************************************/ + sp = hbond[i][0]; + so = hbond[i][1]; + s = hbond[i][2]; + sf = hbond[i][3]; #ifdef CHKPT - cout<<"\n"<>my_answer; - } - + if (usage == 0) // interactive mode + { + cout << "\n\tNumber of H-bonds remaining: " << khb; + cout << "\n\tNumber of hydrophobic tethers remaining: " << no_tether + << endl; + cout << "\n\n\nPlease enter 'c' and press enter to continue:"; + cin >> my_answer; + } /************************************************************/ /* Define and accept screen options for identifying Hbonds */ /************************************************************/ - while( flag == 0 ) { - if(usage == 0) { + while (flag == 0) { + if (usage == 0) { pick_hbonds_options(); - - cout << endl << endl << endl << "\t\tSELECTED SCREENING OPTIONS" << endl << endl; - - //--- 2006:03 SN - If default (option '5' or choice[1]) is selected then make - //--- other choices zero and proceed as if 'f' were selected - if(choice[1] == 1) - { - cout<<"\t"<= 1) { - for( i = 2; i <= maxnopt; i++ ) { - choice[i]=0; + } else if (usage >= 1) { + for (i = 2; i <= maxnopt; i++) { + choice[i] = 0; } choice[1] = 1; - flag =1; + flag = 1; } } - - for(i = 1; i <= nhb; i++) - { - if(hb_pick[i] == 1) - { + for (i = 1; i <= nhb; i++) { + if (hb_pick[i] == 1) { so = hbond[i][1]; sf = hbond[i][3]; @@ -469,283 +457,250 @@ void list::pick_hbonds(int usage, int p_flag ) { /************************************************************/ /* -------- SN 2006:03 ------------ - Removing *ALL* water-bound H-bonds is default. So, the below filter - has to be implemented unless the user chooses not to by selecting choice[2] + Removing *ALL* water-bound H-bonds is default. So, the below filter + has to be implemented unless the user chooses not to by selecting + choice[2] */ - if(choice[2] == 0) - //----------------------------------------- Remove *ALL* H-bonds involving Water - //----------------------------------------- Old choices: 5,8, and 10 - { - //--------------------------------------- 5) mainchain-WATERatom H-bonds - //--------------------------------------- 8) sidechain-WATERatom H-bonds - //--------------------------------------- 10) WATERatom-WATERatom H-bonds - - if(( p[so]->r1.field1[0]!='H' && strcmp(p[sf]->r1.rname,"HOH")==0 && - (strcmp(p[so]->r1.aname," N ")==0 - || strcmp(p[so]->r1.aname," O ")==0) - ) - ||(p[sf]->r1.field1[0]!='H' && strcmp(p[so]->r1.rname,"HOH")==0 && - (strcmp(p[sf]->r1.aname," N ")==0 - || strcmp(p[sf]->r1.aname," O ")==0) - ) - ) - { - khb--; - hb_pick[i] = 0; - } - else - if(((strcmp(p[sf]->r1.rname,"HOH")==0 && p[so]->r1.field1[0]!='H') && - (strcmp(p[so]->r1.aname," N ")!=0 && strcmp(p[so]->r1.aname," O ")!=0)) - ||((strcmp(p[so]->r1.rname,"HOH")==0 && p[sf]->r1.field1[0]!='H')&& - (strcmp(p[sf]->r1.aname," N ")!=0 && strcmp(p[sf]->r1.aname," O ")!=0)) - ) - { - khb--; - hb_pick[i]=0; - } - else - if(strcmp(p[sf]->r1.rname,"HOH")==0 && strcmp(p[so]->r1.rname,"HOH")==0) - { - hb_pick[i]=0; - khb--; - } - } - + if (choice[2] == 0) + //----------------------------------------- Remove *ALL* H-bonds involving + //Water + //----------------------------------------- Old choices: 5,8, and 10 + { + //--------------------------------------- 5) mainchain-WATERatom + //H-bonds + //--------------------------------------- 8) sidechain-WATERatom + //H-bonds + //--------------------------------------- 10) WATERatom-WATERatom + //H-bonds + + if ((p[so]->r1.field1[0] != 'H' && + strcmp(p[sf]->r1.rname, "HOH") == 0 && + (strcmp(p[so]->r1.aname, " N ") == 0 || + strcmp(p[so]->r1.aname, " O ") == 0)) || + (p[sf]->r1.field1[0] != 'H' && + strcmp(p[so]->r1.rname, "HOH") == 0 && + (strcmp(p[sf]->r1.aname, " N ") == 0 || + strcmp(p[sf]->r1.aname, " O ") == 0))) { + khb--; + hb_pick[i] = 0; + } else if (((strcmp(p[sf]->r1.rname, "HOH") == 0 && + p[so]->r1.field1[0] != 'H') && + (strcmp(p[so]->r1.aname, " N ") != 0 && + strcmp(p[so]->r1.aname, " O ") != 0)) || + ((strcmp(p[so]->r1.rname, "HOH") == 0 && + p[sf]->r1.field1[0] != 'H') && + (strcmp(p[sf]->r1.aname, " N ") != 0 && + strcmp(p[sf]->r1.aname, " O ") != 0))) { + khb--; + hb_pick[i] = 0; + } else if (strcmp(p[sf]->r1.rname, "HOH") == 0 && + strcmp(p[so]->r1.rname, "HOH") == 0) { + hb_pick[i] = 0; + khb--; + } + } + //------------ Remove *ALL* H-bonds involving side-chains //------------ Old choices: 3,6, and 7 - if(choice[3] == 1) - { - //------------------------------------ 3) mainchain-sidechain H-bonds - //------------------------------------ 6) sidechain-sidechain H-bonds - //------------------------------------ 7) sidechain-HET_NWatoms H-bonds - - if((p[so]->r1.field1[0]!='H' && p[sf]->r1.field1[0]!='H') - && (((strcmp(p[so]->r1.aname," N ") == 0 - || strcmp(p[so]->r1.aname," O ")==0) - && (strcmp(p[sf]->r1.aname," N ") !=0 - && strcmp(p[sf]->r1.aname," O ")!=0) - ) - || ((strcmp(p[sf]->r1.aname," N ")==0 - || strcmp(p[sf]->r1.aname," O ")==0) - && (strcmp(p[so]->r1.aname," N ")!=0 - && strcmp(p[so]->r1.aname," O ")!=0) - ) - ) - ) - { - khb--; - hb_pick[i] = 0; - } - else - if((p[so]->r1.field1[0]!='H' && p[sf]->r1.field1[0]!='H') - && ((strcmp(p[so]->r1.aname," N ")!=0 - && strcmp(p[so]->r1.aname," O ")!=0) - && (strcmp(p[sf]->r1.aname," N ")!=0 - && strcmp(p[sf]->r1.aname," O ")!=0)) - ) - { - khb--; - hb_pick[i] = 0; - } - else - if(((p[so]->r1.field1[0]!='H' && p[sf]->r1.field1[0]=='H') && - (strcmp(p[so]->r1.aname," N ")!=0 && strcmp(p[so]->r1.aname," O ")!=0)) - ||((p[sf]->r1.field1[0]!='H' && p[so]->r1.field1[0]=='H') && - (strcmp(p[sf]->r1.aname," N ")!=0 && strcmp(p[sf]->r1.aname," O ")!=0)) - ) - { - if( !(strcmp(p[sf]->r1.rname,"HOH")==0 || - strcmp(p[so]->r1.rname,"HOH")==0) ) - { - hb_pick[i]=0; - khb--; - } - } - - } // --- End choice[3] --- + if (choice[3] == 1) { + //------------------------------------ 3) mainchain-sidechain H-bonds + //------------------------------------ 6) sidechain-sidechain H-bonds + //------------------------------------ 7) sidechain-HET_NWatoms H-bonds + + if ((p[so]->r1.field1[0] != 'H' && p[sf]->r1.field1[0] != 'H') && + (((strcmp(p[so]->r1.aname, " N ") == 0 || + strcmp(p[so]->r1.aname, " O ") == 0) && + (strcmp(p[sf]->r1.aname, " N ") != 0 && + strcmp(p[sf]->r1.aname, " O ") != 0)) || + ((strcmp(p[sf]->r1.aname, " N ") == 0 || + strcmp(p[sf]->r1.aname, " O ") == 0) && + (strcmp(p[so]->r1.aname, " N ") != 0 && + strcmp(p[so]->r1.aname, " O ") != 0)))) { + khb--; + hb_pick[i] = 0; + } else if ((p[so]->r1.field1[0] != 'H' && p[sf]->r1.field1[0] != 'H') && + ((strcmp(p[so]->r1.aname, " N ") != 0 && + strcmp(p[so]->r1.aname, " O ") != 0) && + (strcmp(p[sf]->r1.aname, " N ") != 0 && + strcmp(p[sf]->r1.aname, " O ") != 0))) { + khb--; + hb_pick[i] = 0; + } else if (((p[so]->r1.field1[0] != 'H' && + p[sf]->r1.field1[0] == 'H') && + (strcmp(p[so]->r1.aname, " N ") != 0 && + strcmp(p[so]->r1.aname, " O ") != 0)) || + ((p[sf]->r1.field1[0] != 'H' && + p[so]->r1.field1[0] == 'H') && + (strcmp(p[sf]->r1.aname, " N ") != 0 && + strcmp(p[sf]->r1.aname, " O ") != 0))) { + if (!(strcmp(p[sf]->r1.rname, "HOH") == 0 || + strcmp(p[so]->r1.rname, "HOH") == 0)) { + hb_pick[i] = 0; + khb--; + } + } + + } // --- End choice[3] --- //---------------- Remove *ALL* H-bonds with non-Water HETATOMs //---------------- Old choices: 4 and 9 - if(choice[4] == 1) - { - //---------------------------------- 4) mainchain-HET_NWatom H-bonds - //---------------------------------- 10) sidechain-HET_NWatom H-bonds - //---------------------------------- 9) HET_atom-HET_NWatom H-bonds - - //--- 2006:04 Sandeep - The atom-type is what has to be compared - //--- Note that PDB file has atom-type+positional - //--- label as the atom name ex: NH1 and not just N - //--- - Hence, changed the conditions below - - if( ((p[so]->r1.field1[0]!='H' && p[sf]->r1.field1[0]=='H') && - (strcmp(p[so]->r1.aname," N ")==0||strcmp(p[so]->r1.aname," O ")==0))|| - ((p[sf]->r1.field1[0]!='H' && p[so]->r1.field1[0]=='H') && - (strcmp(p[sf]->r1.aname," N ")==0||strcmp(p[sf]->r1.aname," O ")==0)) - ) - { - if( !(strcmp(p[sf]->r1.rname,"HOH")==0 || - strcmp(p[so]->r1.rname,"HOH")==0) ) - { - hb_pick[i]=0; - khb--; - } - } - else if(choice[3] == 0){ - if(((p[so]->r1.field1[0]!='H' && p[sf]->r1.field1[0]=='H') && - (strcmp(p[so]->r1.aname," N ")!=0 && strcmp(p[so]->r1.aname," O ")!=0)) - ||((p[sf]->r1.field1[0]!='H' && p[so]->r1.field1[0]=='H') && - (strcmp(p[sf]->r1.aname," N ")!=0 && strcmp(p[sf]->r1.aname," O ")!=0)) - ) - { - if( !(strcmp(p[sf]->r1.rname,"HOH")==0 || - strcmp(p[so]->r1.rname,"HOH")==0) ) - { - hb_pick[i]=0; - khb--; - } - } - } //End of if(choice[3] == 0) - else - if(p[so]->r1.field1[0]=='H' && p[sf]->r1.field1[0]=='H') - { - if( !(strcmp(p[sf]->r1.rname,"HOH")==0 && - strcmp(p[so]->r1.rname,"HOH")==0) ) - { - hb_pick[i]=0; - khb--; - } - } - } // --- End of choice[4] - } // End of if(hb_pick[i] == 1) - } // End of for(i = ... ) - - - //----------- END OF H-BOND FILTERING ------------- - // Display the number of H-bonds remaining -// if(usage >= 1) -// cout<<"\nNumber of H-bonds remaining after removal of H-bonds with waters (Default option): "<0) - { - khb_max=i; - break; + if (choice[4] == 1) { + //---------------------------------- 4) mainchain-HET_NWatom H-bonds + //---------------------------------- 10) sidechain-HET_NWatom H-bonds + //---------------------------------- 9) HET_atom-HET_NWatom H-bonds + + //--- 2006:04 Sandeep - The atom-type is what has to be + //compared + //--- Note that PDB file has + //atom-type+positional + //--- label as the atom name ex: NH1 and not + //just N + //--- - Hence, changed the conditions below + + if (((p[so]->r1.field1[0] != 'H' && p[sf]->r1.field1[0] == 'H') && + (strcmp(p[so]->r1.aname, " N ") == 0 || + strcmp(p[so]->r1.aname, " O ") == 0)) || + ((p[sf]->r1.field1[0] != 'H' && p[so]->r1.field1[0] == 'H') && + (strcmp(p[sf]->r1.aname, " N ") == 0 || + strcmp(p[sf]->r1.aname, " O ") == 0))) { + if (!(strcmp(p[sf]->r1.rname, "HOH") == 0 || + strcmp(p[so]->r1.rname, "HOH") == 0)) { + hb_pick[i] = 0; + khb--; + } + } else if (choice[3] == 0) { + if (((p[so]->r1.field1[0] != 'H' && p[sf]->r1.field1[0] == 'H') && + (strcmp(p[so]->r1.aname, " N ") != 0 && + strcmp(p[so]->r1.aname, " O ") != 0)) || + ((p[sf]->r1.field1[0] != 'H' && p[so]->r1.field1[0] == 'H') && + (strcmp(p[sf]->r1.aname, " N ") != 0 && + strcmp(p[sf]->r1.aname, " O ") != 0))) { + if (!(strcmp(p[sf]->r1.rname, "HOH") == 0 || + strcmp(p[so]->r1.rname, "HOH") == 0)) { + hb_pick[i] = 0; + khb--; } - } - khb_min=1; - for(i=nhb;i>=1;i--) - { - if(hb_pick[i]>0) - { - khb_min=i; - break; - } - } - energy_max=hb_energy[khb_max]; - - if(usage >= 1) { - hb_ecut=100; - energy_max = max_energy; } - else{ - - system("clear"); - - // Display the number of H-bonds remaining - cout<<"\nNumber of H-bonds remaining: "<> energy_input; - energy_max = energy_input; + } // End of if(choice[3] == 0) + else if (p[so]->r1.field1[0] == 'H' && p[sf]->r1.field1[0] == 'H') { + if (!(strcmp(p[sf]->r1.rname, "HOH") == 0 && + strcmp(p[so]->r1.rname, "HOH") == 0)) { + hb_pick[i] = 0; + khb--; } + } + } // --- End of choice[4] + } // End of if(hb_pick[i] == 1) + } // End of for(i = ... ) + + //----------- END OF H-BOND FILTERING ------------- + // Display the number of H-bonds remaining + // if(usage >= 1) + // cout<<"\nNumber of H-bonds remaining after removal of H-bonds + // with waters (Default option): "< 0) { + khb_max = i; + break; + } + } + khb_min = 1; + for (i = nhb; i >= 1; i--) { + if (hb_pick[i] > 0) { + khb_min = i; + break; + } + } + energy_max = hb_energy[khb_max]; + if (usage >= 1) { + hb_ecut = 100; + energy_max = max_energy; + } else { - if(energy_max > hb_energy[khb_max]) - energy_max=hb_energy[khb_max]; - -// khb2 = int( (khb*hb_ecut)/100); -// khb=0; - - for(i=nhb;i>=1;i--) - { - if(hb_pick[i] == 1) - { - if(hb_energy[i] > energy_max) - { - hb_pick[i]=0; - khb--; - } - } - } - -// ------------------------------- END OF ENERGY-BASED FILTERING -------------------- - - if(usage >= 1) - cout<<"\nNumber of H-bonds remaining after filtering with default energy cutoff of "<> energy_input; + energy_max = energy_input; + } + if (energy_max > hb_energy[khb_max]) + energy_max = hb_energy[khb_max]; + // khb2 = int( (khb*hb_ecut)/100); + // khb=0; -//Output allbonds_SEfilt --- Generated by main.cpp -//Actually, output by FORTRAN code + for (i = nhb; i >= 1; i--) { + if (hb_pick[i] == 1) { + if (hb_energy[i] > energy_max) { + hb_pick[i] = 0; + khb--; + } + } + } + // ------------------------------- END OF ENERGY-BASED FILTERING + // -------------------- + if (usage >= 1) + cout << "\nNumber of H-bonds remaining after filtering with default energy " + "cutoff of " + << energy_max << " Kcal/Mol: " << khb << endl; + // Output allbonds_SEfilt --- Generated by main.cpp + // Actually, output by FORTRAN code -//------------------ Output "hbonds_SEfilt" file -------------------- - khb2=0; - for(i=1;i<=nhb;i++) - { - if(hb_pick[i]>0) - { - khb2++; - hb_pick[khb2]=i; - } - } - if(khb2!=khb) - { - cout<<"Error: Inconsistency in number of selected hydrogen bonds\n"; - cout<<"khb2="< 0) { + khb2++; + hb_pick[khb2] = i; + } + } + if (khb2 != khb) { + cout << "Error: Inconsistency in number of selected hydrogen bonds\n"; + cout << "khb2=" << khb2 << " khb=" << khb << endl; + exit(33); + } //********************************************************************** // The following chunk of code generates a single column list of integers @@ -760,100 +715,93 @@ void list::pick_hbonds(int usage, int p_flag ) { // usage == 0 --> otherwise //********************************************************************** - hblist.open(outfile[0],ios::out); + hblist.open(outfile[0], ios::out); - for( i = 1; i <= khb; i++){ - j = hb_pick[i]; - hblist << hb_id[j] << endl; - } + for (i = 1; i <= khb; i++) { + j = hb_pick[i]; + hblist << hb_id[j] << endl; + } - if(choice[5] != 1) //--- INCLUDE TETHERS - { - for( i = 1; i <= no_tether; i++) { - hblist << nhb+i << endl; - } - } + if (choice[5] != 1) //--- INCLUDE TETHERS + { + for (i = 1; i <= no_tether; i++) { + hblist << nhb + i << endl; + } + } hblist.close(); hblist.clear(); + //--- Output the criteria file with summary of all the options chosen --- + + // aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa + // place_hbonds(khb); + //-----------------------------------------------------Record selection + //criteria + fptr.open("qXyZaB.criteria", ios::out); + nsc = 0; + setiosflags(ios::showpoint | ios::fixed); + setprecision(2); + setw(6); + // fptr<<"---------------------------------------------------------------- + //"<= " << adha / raddeg + << " Deg." << endl; + fptr << " Hydrogen-Acceptor-Preacceptor angle >= " << ahap / raddeg + << " Deg." << endl + << endl; + + fptr << " Hydrogen bond energetic selection criteria:" << endl; + fptr << " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" << endl; + fptr << " Maximum allowed hydrogen bonding energy = " + << setprecision(4) << energy_max << " Kcal/Mol" << endl; + fptr << endl; + + fptr << " Non-covalent bond selection criteria:" << endl; + fptr << " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" << endl; + nsc += 17; + + if (!usage) { + if (choice[2] == 0) { + fptr << " Default: Remove *ALL* H-bonds involving waters" << endl; + nsc++; + } else { + fptr << " " << screen_msgs[2] << endl; + nsc += 3; + } + for (i = 3; i <= maxnopt; i++) { + if (choice[i] == 1) { + fptr << " " << screen_msgs[i] << endl; + nsc++; + } + } + } else { + fptr << " Keep all hydrogen bonds and hydrophobic tethers except" + << endl; + fptr << " those including waters ----> Default assumption" << endl; + fptr << " Filter on Donor-Hydrogen-Acceptor angle" << endl; + nsc += 3; + } -//--- Output the criteria file with summary of all the options chosen --- - -//aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -// place_hbonds(khb); -//-----------------------------------------------------Record selection criteria - fptr.open("qXyZaB.criteria",ios::out); - nsc=0; - setiosflags(ios::showpoint|ios::fixed); - setprecision(2); - setw(6); -// fptr<<"---------------------------------------------------------------- "<= "<= "< Default assumption"<> ans; - - //--- 2006:03 SN Ensure that user selects at least one option - if(choice_count == 0 && (ans == 'f' || ans == 'F')) - { - cout<<"\nPlease select at least one valid (1-5) option before finish!\n\n"; - } - else - break; - }while(1); - - //--- 2006:03 SN - If user selects '5' (defaults) prog should behave like 'f' - //--- - If other options are selected along with '5', make others + do { + cout << "\tEnter Option: "; + cin >> ans; + + //--- 2006:03 SN Ensure that user selects at least one option + if (choice_count == 0 && (ans == 'f' || ans == 'F')) { + cout << "\nPlease select at least one valid (1-5) option before " + "finish!\n\n"; + } else + break; + } while (1); + + //--- 2006:03 SN - If user selects '5' (defaults) prog should behave like + //'f' + //--- - If other options are selected along with '5', make + //others //--- zero and initiate 'f' - if(ans == '5'){ + if (ans == '5') { flag = 1; choice[1] = 1; choice_count++; - } - else if( ans == 'f' || ans == 'F'){ + } else if (ans == 'f' || ans == 'F') { flag = 1; - } - else if( ans == 's' || ans == 'S' ) { + } else if (ans == 's' || ans == 'S') { exit(-1); - } - else { + } else { ch = ans - 48; // 48 is the ASCII code for '0' /************************************************************/ /* Check for invalid options. */ /************************************************************/ - if( ch < 1 || ch > maxnopt) { - cout< maxnopt) { + cout << endl << "\tInvalid option!" << endl; + } else if (choice[ch] == 1 || + choice[ch] == -1) // OR !=0 ???? aaaaaaaaaaaaaaa + cout << endl << "\tYou already chose this option!" << endl; + else { + //------------------------------------------------Record option + choice[ch + 1] = 1; + choice_count++; } - else - if(choice[ch]==1 || choice[ch]==-1) // OR !=0 ???? aaaaaaaaaaaaaaa - cout<r1.field1,line,6); // PDB field identifier (ie. ATOM, HETATM, REMARK) - strncpy(fresh->r1.sr_no,line+6,5); // Atom number - strncpy(fresh->r1.aname,line+11,5); // Atom name - strncpy(fresh->r1.altloc,line+16,1); // - strncpy(fresh->r1.rname,line+17,3); // Amino-acid name - strncpy(fresh->r1.chain,line+20,2); // Chain ID - strncpy(fresh->r1.res_no,line+22,4); // Residue number - strncpy(fresh->r1.code,line+26,4); - strncpy(fresh->r1.strx,line+30,8); // X-coordinate - strncpy(fresh->r1.stry,line+38,8); // Y-coordinate - strncpy(fresh->r1.strz,line+46,8); // Z-coordinate - strncpy(fresh->r1.occupancy,line+54,6);// Temperature factor (B_value) - strncpy(fresh->r1.temp_string,line+60,6); // - strncpy(string, line+66, 5 ); // some kind of internal FIRST identifier. - fresh->r1.mod_res_no = atoi(string); // + strncpy(fresh->r1.field1, line, + 6); // PDB field identifier (ie. ATOM, HETATM, REMARK) + strncpy(fresh->r1.sr_no, line + 6, 5); // Atom number + strncpy(fresh->r1.aname, line + 11, 5); // Atom name + strncpy(fresh->r1.altloc, line + 16, 1); // + strncpy(fresh->r1.rname, line + 17, 3); // Amino-acid name + strncpy(fresh->r1.chain, line + 20, 2); // Chain ID + strncpy(fresh->r1.res_no, line + 22, 4); // Residue number + strncpy(fresh->r1.code, line + 26, 4); + strncpy(fresh->r1.strx, line + 30, 8); // X-coordinate + strncpy(fresh->r1.stry, line + 38, 8); // Y-coordinate + strncpy(fresh->r1.strz, line + 46, 8); // Z-coordinate + strncpy(fresh->r1.occupancy, line + 54, + 6); // Temperature factor (B_value) + strncpy(fresh->r1.temp_string, line + 60, 6); // + strncpy(string, line + 66, 5); // some kind of internal FIRST identifier. + fresh->r1.mod_res_no = atoi(string); // fresh->r1.DAH_type = line[72]; - fresh->r1.coord[1] = atof(fresh->r1.strx); - fresh->r1.coord[2] = atof(fresh->r1.stry); - fresh->r1.coord[3] = atof(fresh->r1.strz); - fresh->r1.occ = atof(fresh->r1.occupancy); + fresh->r1.coord[1] = atof(fresh->r1.strx); + fresh->r1.coord[2] = atof(fresh->r1.stry); + fresh->r1.coord[3] = atof(fresh->r1.strz); + fresh->r1.occ = atof(fresh->r1.occupancy); fresh->r1.temperature = atof(fresh->r1.temp_string); - fresh->r1.ri_sr_no = atoi(fresh->r1.sr_no); - - if( !strncmp(line,"ATOM",4) || !strncmp(line,"HETATM",6) ) { - no_atoms += 1; - p[no_atoms] = fresh; - } - else - fresh->r1.ri_sr_no = 0; - - if( start == NULL ) { - start = fresh; - last = fresh; - } - else { - fresh->next = start; - start->prior = fresh; - start = fresh; + fresh->r1.ri_sr_no = atoi(fresh->r1.sr_no); + + if (!strncmp(line, "ATOM", 4) || !strncmp(line, "HETATM", 6)) { + no_atoms += 1; + p[no_atoms] = fresh; + } else + fresh->r1.ri_sr_no = 0; + + if (!start) { + start = fresh; + last = fresh; + } else { + fresh->next = start; + start->prior = fresh; + start = fresh; } } // Read central-force bonds(CF) from proflexdataset file - else if( !strncmp(line,"REMARK:CF",9) ) { - if( flag1 == 0 ) { - - mult = new int[no_atoms+1]; - nrot_bond = (int**) new int*[no_atoms+1]; - temp_link = (int**) new int*[no_atoms+1]; - - for( i = 0; i <= no_atoms; i++ ) { - nrot_bond[i] = (int*) new int[3]; - temp_link[i] = (int*) new int[maxr]; - mult[i]=0; - } - flag1 = 1; + else if (!strncmp(line, "REMARK:CF", 9)) { + if (flag1 == 0) { + + mult = new int[no_atoms + 1]; + nrot_bond = (int **)new int *[no_atoms + 1]; + temp_link = (int **)new int *[no_atoms + 1]; + + for (i = 0; i <= no_atoms; i++) { + nrot_bond[i] = (int *)new int[3]; + temp_link[i] = (int *)new int[maxr]; + mult[i] = 0; + } + flag1 = 1; } - strncpy( string, line+10, 5 ); + strncpy(string, line + 10, 5); so = atoi(string); - strncpy(string,line+16,5); + strncpy(string, line + 16, 5); sf = atoi(string); - if( so == sf ) { - cout<r1.aname,p[sf]->r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,p[sf]->r1.aname,p[sf]->r1.aname, - p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname); - } - else { - mult[so]++; - temp_link[so][mult[so]] = sf; - mult[sf]++; - temp_link[sf][mult[sf]] = so; + if (so == sf) { + cout << endl << "\tCovalent bond self connection ignored!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, p[sf]->r1.aname, p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.aname, p[sf]->r1.aname, + p[sf]->r1.aname, p[sf]->r1.aname); + } else { + mult[so]++; + temp_link[so][mult[so]] = sf; + mult[sf]++; + temp_link[sf][mult[sf]] = so; } } // Read Torsional Force constraints (TF) from proflexdataset file - else if( !strncmp(line,"REMARK:TF",9) ) { - strncpy(string,line+10,5); + else if (!strncmp(line, "REMARK:TF", 9)) { + strncpy(string, line + 10, 5); so = atoi(string); - strncpy(string,line+16,5); + strncpy(string, line + 16, 5); sf = atoi(string); nrot_bond_count++; - nrot_bond[nrot_bond_count][1]=so; - nrot_bond[nrot_bond_count][2]=sf; + nrot_bond[nrot_bond_count][1] = so; + nrot_bond[nrot_bond_count][2] = sf; } // Read Hydrogen Bond constraints from proflexdataset file - else if( !strncmp( line, "REMARK:HB", 9 ) ) { + else if (!strncmp(line, "REMARK:HB", 9)) { nhb++; // by incrementing here, all subsequent arrays are indexed from 1 ! - /* of these HB records, count only the hydrogen bonds and salt bridges i.e. every HB record - * except the hydrophobic tethers - Sameer 12.Mar.04 + /* of these HB records, count only the hydrogen bonds and salt bridges + * i.e. every HB record except the hydrophobic tethers - Sameer 12.Mar.04 */ - if( strncmp( line+55, "PH hydr", 7 ) ) - real_hb_no++; - - - - if( flag2 == 0 ) { - temp_hb_energy = new float[no_atoms+1]; - temp_hb_type = new int[no_atoms+1]; - temp_hb_id = new int[no_atoms+1]; - temp_hbond = (int**) new int*[no_atoms+1]; - for( i = 0; i <= no_atoms; i++ ) - temp_hbond[i] = (int*) new int[4]; - - flag2 = 1; + if (strncmp(line + 55, "PH hydr", 7)) + real_hb_no++; + + if (flag2 == 0) { + temp_hb_energy = new float[no_atoms + 1]; + temp_hb_type = new int[no_atoms + 1]; + temp_hb_id = new int[no_atoms + 1]; + temp_hbond = (int **)new int *[no_atoms + 1]; + for (i = 0; i <= no_atoms; i++) + temp_hbond[i] = (int *)new int[4]; + + flag2 = 1; } // id's are listed 1 - number of H-bonds in *proflexdataset @@ -281,51 +273,52 @@ void list::read_proflexdataset(void) { // the explicit atoi's and atof's are OK for now, the dataset file // has distinct whitespace delimiters between data. BMH 3.27.00 - id_hb = atoi( line+9 ); - - temp_hb_energy[nhb] = atof( line+14 ); - - temp_hbond[nhb][1] = atoi( line+30 ); - - temp_hbond[nhb][2] = atoi( line+38 ); - - temp_hbond[nhb][3] = atoi( line+46 ); - - if( !strncmp(line+55,"HB Dsp2 Asp2",12) ) - temp_hb_type[nhb] = 0; - else if( !strncmp(line+55,"HB Dsp2 Asp3",12) ) - temp_hb_type[nhb] = 1; - else if( !strncmp(line+55,"HB Dsp3 Asp2",12) ) - temp_hb_type[nhb] = 2; - else if( !strncmp(line+55,"HB Dsp3 Asp3",12) ) - temp_hb_type[nhb] = 3; - else if( !strncmp(line+55,"SB no energy",12) ) - temp_hb_type[nhb] = 4; - else if( !strncmp(line+55,"PH hydr phob",12) ) { - temp_hb_type[nhb] = 5; - //BMH removed next line. Count tethers in pick_hbonds line 959. - // no_tether++; - } - else { - temp_hb_type[nhb] = 6; // unknown HB type! - unknown++; + id_hb = atoi(line + 9); + + temp_hb_energy[nhb] = atof(line + 14); + + temp_hbond[nhb][1] = atoi(line + 30); + + temp_hbond[nhb][2] = atoi(line + 38); + + temp_hbond[nhb][3] = atoi(line + 46); + + if (!strncmp(line + 55, "HB Dsp2 Asp2", 12)) + temp_hb_type[nhb] = 0; + else if (!strncmp(line + 55, "HB Dsp2 Asp3", 12)) + temp_hb_type[nhb] = 1; + else if (!strncmp(line + 55, "HB Dsp3 Asp2", 12)) + temp_hb_type[nhb] = 2; + else if (!strncmp(line + 55, "HB Dsp3 Asp3", 12)) + temp_hb_type[nhb] = 3; + else if (!strncmp(line + 55, "SB no energy", 12)) + temp_hb_type[nhb] = 4; + else if (!strncmp(line + 55, "PH hydr phob", 12)) { + temp_hb_type[nhb] = 5; + // BMH removed next line. Count tethers in pick_hbonds line 959. + // no_tether++; + } else { + temp_hb_type[nhb] = 6; // unknown HB type! + unknown++; } // Error checks - if( id_hb < 1 ) { - cout< 0)" - < 0)" << endl << endl; + exit(25); } - if( id_hb >= no_atoms ) { - cout<= no_atoms) { + cout << endl + << endl + << "\a\tERROR: Current hydrogen bond ID = " << id_hb << endl; + cout << "\t FIRST must terminate until ID label is changed." + << endl; + cout << "\t (Set ID < " << no_atoms << ")" << endl << endl; + exit(26); } temp_hb_id[nhb] = id_hb; } @@ -335,28 +328,30 @@ void list::read_proflexdataset(void) { fptr.close(); // Check if the file was empty - if( no_atoms == 0 ) { - cout<<"\a\tThere were no atom records in the file!"< 0 ) { + //--------------------------------------------Check if any unknown H-bonds + // detected + if (unknown > 0) { cout << endl - << "\a\tNumber of unknown hydrogen bond types detected = " - << unknown << endl; - cout << "\tGeometrical screening will proceed as if a salt bridge." - << endl; + << "\a\tNumber of unknown hydrogen bond types detected = " << unknown + << endl; + cout << "\tGeometrical screening will proceed as if a salt bridge." << endl; cout << "\tEnter c to continue: "; char ans; cin >> answer; - if( strlen(answer) == 1 ) + if (strlen(answer) == 1) ans = answer[0]; - else ans = '@'; + else + ans = '@'; - if( ans == 'c' ) + if (ans == 'c') ans = 'C'; - if( ans != 'C' ) + if (ans != 'C') exit(5); } @@ -364,461 +359,472 @@ void list::read_proflexdataset(void) { temp = last; chainptr[0] = temp; - while( temp != start ) { + while (temp != start) { temp = temp->prior; - if( strcmp(temp->r1.chain, chainptr[chaincount]->r1.chain) ) { - chainptr[chaincount+1] = temp; + if (strcmp(temp->r1.chain, chainptr[chaincount]->r1.chain)) { + chainptr[chaincount + 1] = temp; ++chaincount; } } // Allocate memory for permanent arrays - link_noHB = (int **) new int*[no_atoms+1]; + link_noHB = (int **)new int *[no_atoms + 1]; - for( i = 0; i <= no_atoms; i++ ) - link_noHB[i] = (int *) new int[mult[i]+1]; + for (i = 0; i <= no_atoms; i++) + link_noHB[i] = (int *)new int[mult[i] + 1]; - mult_net = new int[no_atoms+1]; - hb_energy = new float[nhb+1]; - hb_type = new int[nhb+1]; - hb_id = new int[nhb+1]; - hbond = (int **) new int *[nhb+1]; - for( i = 0; i <= nhb; i++ ) - hbond[i] = (int *) new int[4]; + mult_net = new int[no_atoms + 1]; + hb_energy = new float[nhb + 1]; + hb_type = new int[nhb + 1]; + hb_id = new int[nhb + 1]; + hbond = (int **)new int *[nhb + 1]; + for (i = 0; i <= nhb; i++) + hbond[i] = (int *)new int[4]; // Copy temp arrays to permanent arrays - for( i = 1; i <= no_atoms; i++ ) { - for( j = 1; j <= mult[i]; j++ ) + for (i = 1; i <= no_atoms; i++) { + for (j = 1; j <= mult[i]; j++) link_noHB[i][j] = temp_link[i][j]; } - for( i = 1; i <= no_atoms; i++ ) { + for (i = 1; i <= no_atoms; i++) { mlt = 0; - for( j = 1; j <= mult[i]; j++ ) { + for (j = 1; j <= mult[i]; j++) { // Covalent degeneracy error check iflag = -1; - for( k = j+1; k <= mult[i]; k++ ) { - if(link_noHB[i][j] == link_noHB[i][k]) - iflag = 1; - } - if( iflag < 0 ) { - mlt++; - link_noHB[i][mlt] = link_noHB[i][j]; + for (k = j + 1; k <= mult[i]; k++) { + if (link_noHB[i][j] == link_noHB[i][k]) + iflag = 1; } - else { - so = i; - sf = link_noHB[i][j]; - if( so < sf ) { - cout<r1.aname,p[so]->r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,p[sf]->r1.aname, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain); - } + if (iflag < 0) { + mlt++; + link_noHB[i][mlt] = link_noHB[i][j]; + } else { + so = i; + sf = link_noHB[i][j]; + if (so < sf) { + cout << endl + << "\tDuplicate covalent bond connection ignored!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, sf, p[so]->r1.aname, p[so]->r1.rname, + p[so]->r1.res_no, p[so]->r1.code, p[so]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain); + } } } mult[i] = mlt; } - for( i = 1; i <= nhb; i++ ) { + for (i = 1; i <= nhb; i++) { hb_energy[i] = temp_hb_energy[i]; - hb_type[i] = temp_hb_type[i]; - hb_id[i] = temp_hb_id[i]; - hbond[i][1] = temp_hbond[i][1]; - hbond[i][2] = temp_hbond[i][2]; - hbond[i][3] = temp_hbond[i][3]; + hb_type[i] = temp_hb_type[i]; + hb_id[i] = temp_hb_id[i]; + hbond[i][1] = temp_hbond[i][1]; + hbond[i][2] = temp_hbond[i][2]; + hbond[i][3] = temp_hbond[i][3]; } // Check for HB ID degeneracy - for( i = 1; i <= no_atoms; i++ ) { + for (i = 1; i <= no_atoms; i++) { temp_hb_id[i] = 0; } // ERROR check. - for( i = 1; i <= nhb; i++ ) { - temp_hb_id[ hb_id[i] ]++; - if( temp_hb_id[ hb_id[i] ] > 1 ) { - cout << endl << endl - << "\a\tERROR: Degeneracy found in hydgrogen bond ID = " - << hb_id[i] << " " << i << " " << temp_hb_id[ hb_id[i] ] - << endl << "\t FIRST must terminate until ID labeling is corrected!" - << endl << endl; + for (i = 1; i <= nhb; i++) { + temp_hb_id[hb_id[i]]++; + if (temp_hb_id[hb_id[i]] > 1) { + cout << endl + << endl + << "\a\tERROR: Degeneracy found in hydgrogen bond ID = " << hb_id[i] + << " " << i << " " << temp_hb_id[hb_id[i]] << endl + << "\t FIRST must terminate until ID labeling is corrected!" + << endl + << endl; exit(27); } } // Expand multiplicity - for( i = 0; i <= no_atoms; i++ ) { - mult_net[i]=mult[i]; //--Copy original multiplicities into new array + for (i = 0; i <= no_atoms; i++) { + mult_net[i] = mult[i]; //--Copy original multiplicities into new array } - for( i = 1; i <= nhb; i++ ) { - s = hbond[i][2]; //--include multiplicites due to hbonds + for (i = 1; i <= nhb; i++) { + s = hbond[i][2]; //--include multiplicites due to hbonds sf = hbond[i][3]; mult_net[s]++; mult_net[sf]++; } // Allocate memory for link_net[][] - link_net =(int **) new int*[no_atoms+1]; - for( i = 0; i <= no_atoms; i++ ) - *(link_net+i)=(int *) new int[mult_net[i]+1]; + link_net = (int **)new int *[no_atoms + 1]; + for (i = 0; i <= no_atoms; i++) + *(link_net + i) = (int *)new int[mult_net[i] + 1]; // Expand connectivity table - for( i = 1; i <= no_atoms; i++ ) { - for( j = 1; j <= mult[i]; j++ ) { - link_net[i][j]=link_noHB[i][j]; + for (i = 1; i <= no_atoms; i++) { + for (j = 1; j <= mult[i]; j++) { + link_net[i][j] = link_noHB[i][j]; } mult_net[i] = mult[i]; - delete [] *(temp_link+i); + delete[] * (temp_link + i); } - for( i = 1; i <= nhb; i++ ) { - s = hbond[i][2]; //--include multiplicites due to hbonds + for (i = 1; i <= nhb; i++) { + s = hbond[i][2]; //--include multiplicites due to hbonds sf = hbond[i][3]; mult_net[s]++; mult_net[sf]++; - link_net[s][mult_net[s]] = sf; + link_net[s][mult_net[s]] = sf; link_net[sf][mult_net[sf]] = s; } - delete [] temp_link; - delete [] temp_hb_type; - delete [] temp_hb_id; - delete [] temp_hb_energy; + delete[] temp_link; + delete[] temp_hb_type; + delete[] temp_hb_id; + delete[] temp_hb_energy; } /**********************************************************************/ - /**********************************************************************/ /* what does this do? */ /**********************************************************************/ -void list::check(void) -{ - int i,j,k,m,iflag,mlt,so,sf; - int tmp1,tmp2,tmp3,tmp4,tmp5; - int link_counter = 0; // To count links before flagging valency warning - Sameer +void list::check(void) { + int i, j, k, m, iflag, mlt, so, sf; + int tmp1, tmp2, tmp3, tmp4, tmp5; + int link_counter = + 0; // To count links before flagging valency warning - Sameer float tmp; //--------------------------------------------No groups in PDB file - if(no_atoms==0) - { - cout<r1.aname,p[sf]->r1.rname,p[sf]->r1.res_no, - p[sf]->r1.code,p[sf]->r1.chain,p[sf]->r1.aname,p[sf]->r1.aname, - p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname); - - //----------------------------------Remove that bond - for(k=j;k<=mult_net[so]-1;k++) - { - link_net[so][k]=link_net[so][k+1]; - } - link_net[so][mult_net[so]]=-1; - mult_net[so]--; - } - } + if (no_atoms == 0) { + cout << endl + << "STOP: Please check original PDB file! No atoms found!" << endl; + exit(11); + } + for (i = 1; i <= no_atoms; i++) { + for (j = 1; j <= mult_net[i]; j++) { + //-------------------------------------------Self connect error check + if (link_net[i][j] == i) { + so = i; + sf = link_net[i][j]; + cout << endl << "Self connection ignored!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, sf, 0, p[sf]->r1.aname, p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.aname, p[sf]->r1.aname, + p[sf]->r1.aname, p[sf]->r1.aname); + + //----------------------------------Remove that bond + for (k = j; k <= mult_net[so] - 1; k++) { + link_net[so][k] = link_net[so][k + 1]; + } + link_net[so][mult_net[so]] = -1; + mult_net[so]--; + } } - for(i=1;i<=no_atoms;i++) - { - mlt = 0; - for(j=1;j<=mult_net[i];j++) - { - //-------------------------------------------Degeneracy error check - iflag = -1; - for(k=j+1;k<=mult_net[i];k++) - { - if( link_net[i][j] == link_net[i][k] ) iflag = 1; - } - if( iflag < 0 ) - { - mlt++; - link_net[i][mlt]=link_net[i][j]; - } - else - { - so=i; - sf=link_net[i][j]; - if( so < sf ) - { - cout<r1.aname,p[so]->r1.rname,p[so]->r1.res_no, - p[so]->r1.code,p[so]->r1.chain,p[sf]->r1.aname, - p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code, - p[sf]->r1.chain); -//--------------------------------------------------- Remove H-bond from the list - m = 0; - iflag = -1; - for(k=1;k<=nhb;k++) - { - if( (so == hbond[k][2] && sf == hbond[k][3]) || - (sf == hbond[k][2] && so == hbond[k][3]) ) - { - if( iflag < 0 ) - { - iflag = 1; - m++; - hbond[m][1] = hbond[k][1]; - hbond[m][2] = hbond[k][2]; - hbond[m][3] = hbond[k][3]; - hb_energy[m] = hb_energy[k]; - hb_type[m] = hb_type[k]; - hb_id[m] = hb_id[k]; - } - } - else - { - m++; - hbond[m][1] = hbond[k][1]; - hbond[m][2] = hbond[k][2]; - hbond[m][3] = hbond[k][3]; - hb_energy[m] = hb_energy[k]; - hb_type[m] = hb_type[k]; - hb_id[m] = hb_id[k]; - } - } - nhb = m; - } - } - } - mult_net[i] = mlt; + } + for (i = 1; i <= no_atoms; i++) { + mlt = 0; + for (j = 1; j <= mult_net[i]; j++) { + //-------------------------------------------Degeneracy error check + iflag = -1; + for (k = j + 1; k <= mult_net[i]; k++) { + if (link_net[i][j] == link_net[i][k]) + iflag = 1; + } + if (iflag < 0) { + mlt++; + link_net[i][mlt] = link_net[i][j]; + } else { + so = i; + sf = link_net[i][j]; + if (so < sf) { + cout << endl << "\tHydrogen-bond overlap connection ignored!" << endl; + cout << "\t Atom# Atom Res Res# Chain" << endl; + write_output(1, so, sf, p[so]->r1.aname, p[so]->r1.rname, + p[so]->r1.res_no, p[so]->r1.code, p[so]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.rname, p[sf]->r1.res_no, + p[sf]->r1.code, p[sf]->r1.chain); + //--------------------------------------------------- Remove H-bond + // from the list + m = 0; + iflag = -1; + for (k = 1; k <= nhb; k++) { + if ((so == hbond[k][2] && sf == hbond[k][3]) || + (sf == hbond[k][2] && so == hbond[k][3])) { + if (iflag < 0) { + iflag = 1; + m++; + hbond[m][1] = hbond[k][1]; + hbond[m][2] = hbond[k][2]; + hbond[m][3] = hbond[k][3]; + hb_energy[m] = hb_energy[k]; + hb_type[m] = hb_type[k]; + hb_id[m] = hb_id[k]; + } + } else { + m++; + hbond[m][1] = hbond[k][1]; + hbond[m][2] = hbond[k][2]; + hbond[m][3] = hbond[k][3]; + hb_energy[m] = hb_energy[k]; + hb_type[m] = hb_type[k]; + hb_id[m] = hb_id[k]; + } + } + nhb = m; + } + } } + mult_net[i] = mlt; + } int flag7 = 0; //------------------------------------------Valence check Begins - for(i=1;i<=no_atoms;i++) - { - /*--------------------------- Real Valency check ------------------*/ - /* The valency is taken as the no of bonds of an atom. This is fine, as long as we don't add - * up the bonds to pseudo atoms as well. This becoms a problem when re-using proflexdataset in a run - * as then bonds to psuedo atoms too leads FIRST to decide valency as incorrectly high, and - * give these warnings - Sameer - */ - - link_counter = 0; - for(j=1;j<=mult[i];j++) - { - sf=link_noHB[i][j]; - if( strcmp(p[sf]->r1.rname,"XXX") != 0 ) - link_counter++; - //cout<< "["<r1.rname<<" : " << link_counter<<"]\t"; - } - /*--------------------------- Real Valency check ends - Sameer ------------------*/ - if(p[i]->r1.aname[2]=='H' || p[i]->r1.aname[2]=='D') - { - if(link_counter > 1) - //if(mult[i]>1) - { - so=i; - if(flag7==0) - { - //system("clear"); - // cout<r1.aname,p[so]->r1.rname,p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname); - for(j=1;j<=mult[i];j++) - { - sf=link_noHB[i][j]; - write_output(1,sf,0,p[sf]->r1.aname,p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code,p[sf]->r1.chain,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname); - } - //cout << endl; - } - } - else if(p[i]->r1.aname[2]=='O') - { - if(link_counter > 2) - //if(mult[i]>2) - { - so=i; - if(flag7==0) - { - //system("clear"); - //cout<r1.aname,p[so]->r1.rname,p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname); - for(j=1;j<=mult[i];j++) - { - sf=link_noHB[i][j]; - write_output(1,sf,0,p[sf]->r1.aname,p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code,p[sf]->r1.chain,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname); - } - //cout << endl; - } - } - else if( p[i]->r1.aname[2]=='N' && - ( p[i]->r1.mod_res_no != 1 || ( p[i]->r1.mod_res_no == 1 && - strncmp(p[i]->r1.aname+1," N ",4)!=0 ) ) && - !(strcmp(p[i]->r1.rname,"LYS")==0 && - strncmp(p[i]->r1.aname+1," NZ ",4)==0) ) - { - if(link_counter > 3) - //if(mult[i]>3) - { - so=i; - if(flag7==0) - { - //system("clear"); - //cout<r1.aname,p[so]->r1.rname,p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname); - for(j=1;j<=mult[i];j++) - { - sf=link_noHB[i][j]; - write_output(1,sf,0,p[sf]->r1.aname,p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code,p[sf]->r1.chain,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname); - } - //cout << endl; - } - } - else - { - if(link_counter > 4) - //if(mult[i]>4) - { - - so=i; - if(flag7==0) - { - //system("clear"); - //cout<r1.aname,p[so]->r1.rname,p[so]->r1.res_no,p[so]->r1.code,p[so]->r1.chain,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname,p[so]->r1.aname); - for(j=1;j<=mult[i];j++) - { - sf=link_noHB[i][j]; - write_output(1,sf,0,p[sf]->r1.aname,p[sf]->r1.rname,p[sf]->r1.res_no,p[sf]->r1.code,p[sf]->r1.chain,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname,p[sf]->r1.aname); - } - //cout << endl; - } - } - } // valence checks end - if(flag7==1) - { - cout<<"---------------------------------------------------------------"< continue) to stop: "; - cin.seekg(0,ios::end); - cin.clear(); - cin.get(answer,4); - cin.seekg(0,ios::end); - cin.clear(); - if( strlen(answer) == 1 ) ans = answer[0]; - else ans = '@@'; - if( ans == 's' ) ans = 'S'; - if(ans=='S') exit(-1); - */ - cout<r1.rname, "XXX") != 0) + link_counter++; + // cout<< "["<r1.rname<<" : " << link_counter<<"]\t"; + } + /*--------------------------- Real Valency check ends - Sameer + * ------------------*/ + if (p[i]->r1.aname[2] == 'H' || p[i]->r1.aname[2] == 'D') { + if (link_counter > 1) + // if(mult[i]>1) + { + so = i; + if (flag7 == 0) { + // system("clear"); + // cout<r1.aname, p[so]->r1.rname, + p[so]->r1.res_no, p[so]->r1.code, p[so]->r1.chain, + p[so]->r1.aname, p[so]->r1.aname, p[so]->r1.aname, + p[so]->r1.aname, p[so]->r1.aname); + for (j = 1; j <= mult[i]; j++) { + sf = link_noHB[i][j]; + write_output(1, sf, 0, p[sf]->r1.aname, p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.aname, p[sf]->r1.aname, + p[sf]->r1.aname, p[sf]->r1.aname); + } + // cout << endl; + } + } else if (p[i]->r1.aname[2] == 'O') { + if (link_counter > 2) + // if(mult[i]>2) + { + so = i; + if (flag7 == 0) { + // system("clear"); + // cout<r1.aname, p[so]->r1.rname, + p[so]->r1.res_no, p[so]->r1.code, p[so]->r1.chain, + p[so]->r1.aname, p[so]->r1.aname, p[so]->r1.aname, + p[so]->r1.aname, p[so]->r1.aname); + for (j = 1; j <= mult[i]; j++) { + sf = link_noHB[i][j]; + write_output(1, sf, 0, p[sf]->r1.aname, p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.aname, p[sf]->r1.aname, + p[sf]->r1.aname, p[sf]->r1.aname); + } + // cout << endl; + } + } else if (p[i]->r1.aname[2] == 'N' && + (p[i]->r1.mod_res_no != 1 || + (p[i]->r1.mod_res_no == 1 && + strncmp(p[i]->r1.aname + 1, " N ", 4) != 0)) && + !(strcmp(p[i]->r1.rname, "LYS") == 0 && + strncmp(p[i]->r1.aname + 1, " NZ ", 4) == 0)) { + if (link_counter > 3) + // if(mult[i]>3) + { + so = i; + if (flag7 == 0) { + // system("clear"); + // cout<r1.aname, p[so]->r1.rname, + p[so]->r1.res_no, p[so]->r1.code, p[so]->r1.chain, + p[so]->r1.aname, p[so]->r1.aname, p[so]->r1.aname, + p[so]->r1.aname, p[so]->r1.aname); + for (j = 1; j <= mult[i]; j++) { + sf = link_noHB[i][j]; + write_output(1, sf, 0, p[sf]->r1.aname, p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.aname, p[sf]->r1.aname, + p[sf]->r1.aname, p[sf]->r1.aname); + } + // cout << endl; + } + } else { + if (link_counter > 4) + // if(mult[i]>4) + { + + so = i; + if (flag7 == 0) { + // system("clear"); + // cout<r1.aname, p[so]->r1.rname, + p[so]->r1.res_no, p[so]->r1.code, p[so]->r1.chain, + p[so]->r1.aname, p[so]->r1.aname, p[so]->r1.aname, + p[so]->r1.aname, p[so]->r1.aname); + for (j = 1; j <= mult[i]; j++) { + sf = link_noHB[i][j]; + write_output(1, sf, 0, p[sf]->r1.aname, p[sf]->r1.rname, + p[sf]->r1.res_no, p[sf]->r1.code, p[sf]->r1.chain, + p[sf]->r1.aname, p[sf]->r1.aname, p[sf]->r1.aname, + p[sf]->r1.aname, p[sf]->r1.aname); + } + // cout << endl; + } } + } // valence checks end + if (flag7 == 1) { + cout << "---------------------------------------------------------------" + << endl; + /* + cout<<"Type s (Default --> continue) to stop: "; + cin.seekg(0,ios::end); + cin.clear(); + cin.get(answer,4); + cin.seekg(0,ios::end); + cin.clear(); + if( strlen(answer) == 1 ) ans = answer[0]; + else ans = '@@'; + if( ans == 's' ) ans = 'S'; + if(ans=='S') exit(-1); + */ + cout << endl << endl; + } //--------------------------------------------Fix up hydrogen bond type - for(i=1;i<=nhb;i++) - { - so = hbond[i][1]; - sf = hbond[i][3]; - if(p[so]->r1.aname[2]=='S'||p[sf]->r1.aname[2]=='S') - { - hb_type[i]+=6; - } + for (i = 1; i <= nhb; i++) { + so = hbond[i][1]; + sf = hbond[i][3]; + if (p[so]->r1.aname[2] == 'S' || p[sf]->r1.aname[2] == 'S') { + hb_type[i] += 6; } -//------------------------------------Sort H-bonds from highest to lowest energy -// Use a Shell sort algorithm - hb_energy[0]=1e25; + } + //------------------------------------Sort H-bonds from highest to lowest + // energy + // Use a Shell sort + // algorithm + hb_energy[0] = 1e25; nhb++; - for(int gap = nhb/2; gap > 0; gap = gap == 2 ? 1 : (int)(gap/2.2)) - { - for(i=gap;i=gap && tmp > hb_energy[j-gap]; j-=gap) - { - hb_energy[j]=hb_energy[j-gap]; - hbond[j][1]=hbond[j-gap][1]; - hbond[j][2]=hbond[j-gap][2]; - hbond[j][3]=hbond[j-gap][3]; - hb_type[j]=hb_type[j-gap]; - hb_id[j]=hb_id[j-gap]; - } - hb_energy[j]=tmp; - hbond[j][1]=tmp1; - hbond[j][2]=tmp2; - hbond[j][3]=tmp3; - hb_type[j]=tmp4; - hb_id[j]=tmp5; - } + for (int gap = nhb / 2; gap > 0; gap = gap == 2 ? 1 : (int)(gap / 2.2)) { + for (i = gap; i < nhb; i++) { + tmp = hb_energy[i]; + tmp1 = hbond[i][1]; + tmp2 = hbond[i][2]; + tmp3 = hbond[i][3]; + tmp4 = hb_type[i]; + tmp5 = hb_id[i]; + j = i; + + for (; j >= gap && tmp > hb_energy[j - gap]; j -= gap) { + hb_energy[j] = hb_energy[j - gap]; + hbond[j][1] = hbond[j - gap][1]; + hbond[j][2] = hbond[j - gap][2]; + hbond[j][3] = hbond[j - gap][3]; + hb_type[j] = hb_type[j - gap]; + hb_id[j] = hb_id[j - gap]; + } + hb_energy[j] = tmp; + hbond[j][1] = tmp1; + hbond[j][2] = tmp2; + hbond[j][3] = tmp3; + hb_type[j] = tmp4; + hb_id[j] = tmp5; } + } nhb--; -//--------------------------------------------------------------Warning message - if(nhb < (no_atoms)/65) - { - cout< Date: Sat, 16 Apr 2022 19:57:03 +0900 Subject: [PATCH 12/14] rm unnecessary files --- proflex/bin/make_w_matrix.py | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 proflex/bin/make_w_matrix.py diff --git a/proflex/bin/make_w_matrix.py b/proflex/bin/make_w_matrix.py deleted file mode 100644 index e8cdaa4..0000000 --- a/proflex/bin/make_w_matrix.py +++ /dev/null @@ -1,35 +0,0 @@ -import pandas as pd -import glob -import os -from pathlib import Path - -# import skbio - -# from Bio import AlignIO -from Bio.PDB.PDBList import PDBList - -# from biopandas.pdb import PandasPdb - -# from skbio.alignment import TabularMSA - - -def main(): - """ - 必要なpdb_idのデータを全て取得。 - 実行完了まで数時間かかる。 - """ - prosite_msa_df = pd.read_csv("aligned_nmr_protein.csv") - print(prosite_msa_df["pdbID"].nunique()) - os.makedirs("nmr_pdb_dir", exist_ok=True) - PDBList().download_pdb_files( - pdb_codes=prosite_msa_df["pdbID"].unique(), - file_format="pdb", - pdir="nmr_pdb_dir", - ) - for file_path in glob.glob("nmr_pdb_dir/*"): - file_name = Path(file_path) - file_name.rename(file_name.with_suffix(".pdb")) - - -if __name__ == "__main__": - main() From 175e0ee3c4d33c2951635e4b6457699c6c2de736 Mon Sep 17 00:00:00 2001 From: KoyanoBunsho Date: Sat, 16 Apr 2022 20:24:14 +0900 Subject: [PATCH 13/14] rm unnecessary files --- proflex/bin/flex_index | 1 - proflex/bin/hbdilute | 1 - 2 files changed, 2 deletions(-) delete mode 120000 proflex/bin/flex_index delete mode 120000 proflex/bin/hbdilute diff --git a/proflex/bin/flex_index b/proflex/bin/flex_index deleted file mode 120000 index 2ad7f99..0000000 --- a/proflex/bin/flex_index +++ /dev/null @@ -1 +0,0 @@ -/Users/bunshokoyano/Desktop/ProFlex/proflex/prog/../util/flex_index \ No newline at end of file diff --git a/proflex/bin/hbdilute b/proflex/bin/hbdilute deleted file mode 120000 index 5bee438..0000000 --- a/proflex/bin/hbdilute +++ /dev/null @@ -1 +0,0 @@ -/Users/bunshokoyano/Desktop/ProFlex/proflex/prog/hbdilute/bin/hbdilute \ No newline at end of file From f48384a087b70f95655af04d31435b2ff0426bfe Mon Sep 17 00:00:00 2001 From: KoyanoBunsho Date: Sat, 16 Apr 2022 20:24:40 +0900 Subject: [PATCH 14/14] rm unnecessary files --- proflex/bin/proflex | 1 - 1 file changed, 1 deletion(-) delete mode 120000 proflex/bin/proflex diff --git a/proflex/bin/proflex b/proflex/bin/proflex deleted file mode 120000 index b5918a3..0000000 --- a/proflex/bin/proflex +++ /dev/null @@ -1 +0,0 @@ -/Users/bunshokoyano/Desktop/ProFlex/proflex/prog/first/bin/proflex \ No newline at end of file