proftmb-1.1.12/0000755015075101507510000000000012026635703010266 500000000000000proftmb-1.1.12/README0000644015075101507510000000770512026631531011072 00000000000000Welcome to ProfTMB, the Profile fed HMM for predicting transmembrane beta barrels from sequence. This README file assumes you have successfully installed ProfTMB as explained in the file INSTALL. To run proftmb with example input, type: proftmb @ where will be '/usr/local/share/proftmb/options' or '$(prefix)/share/proftmb/options' if you ran configure with the --prefix option. you may view and set options interactively by appending a '$' to the end of the command, as in: proftmb @options $ The menu will look something like this: proftmb -d "." root path where files (options -s,-r,-l,-a,-e,-t,-n) reside -s "TrainingSeqs" labelled training sequence file -r "Architecture" architecture file -l "Label2Label" label-to-label file -a "Label2Arch" label-to-arch file -e "TiedStates" arch-to-emission file -t "StateRedux2" beta-state labels file -n "NCBIGnegComp" background frequency file -q "" psiblast profile (-Q) or directory (full pathname or relative to current directory) with many profiles -b 25 minimum bits score for per-residue prediction -o "Results" output file prefix (Type ? for Help) -> You only need to change options -d,-q,-b, and -o. Type: -d /usr/local/share/proftmb (or whatever directory the 'options' file is in. Note that this directory also contains files 'TrainingSeqs', 'Architecture', etc. Then, specify either the name of your own psiblast profile or the name of a directory containing multiple psiblast profiles by typing: -q or: -q This type of file is generated using blastpgp from the blast software distribution with the command: blastpgp -d -i -e 1 -j 2 -Q -o /dev/null Please see http://www.ncbi.nih.gov/BLAST/ for downloading and documentation of psiblast (blastpgp). Then provide a name for the output file: -o Type '=' to run the program. all options may be specified non-interactively with a syntax (e.g.): $ proftmb @options -q -o This is described in the opt-3.19 manual available from the proftmb website (http://cubic.bioc.columbia.edu/services/proftmb) or the original opt-3.19 website (http://nis-www.lanl.gov/~jt/Software/opt/opt-3.19.tar.gz) Optionally, you may change the bits score cutoff. The value of 25 corresponds to a whole protein accuracy of 90%. That is, 90% of all proteins getting a score over 25 bits were found to be transmembrane beta barrels. This is the cutoff above which proftmb considers the protein a TMB, and will provide a per-residue prediction. It should be kept in mind that per-residue accuracy was compiled on a jackknifed set of 8 proteins, whose average bits score was 49.1. Therefore, for comperable per-residue accuracy, this value should be set to approximately 50. Since these were the only unique set of structures available, it is not known what the per-residue accuracy would be on a protein achieving a bits score of 25. In principle, the user may change the content of other files. The file 'StateRedux2' specifies a reduction from multi-states to 2 states. For a 3-state per-residue prediction (inner loop, outer loop, transmembrane strand), you may use the provided file 'StateRedux3' for example. The effect of other files is described in the 'Supporting Online Material' (from http://cubic.bioc.columbia.edu/services/proftmb). Advanced users may generate a different set of files to specify a model for the prediction of a different protein family. Good Luck! Henry Bigelow Jan. 28, 2004 proftmb-1.1.12/acinclude.m40000644015075101507510000000052112026631531012370 00000000000000AC_DEFUN([smr_WITH_BUILD_PATH], [ AC_ARG_WITH([build-path], [ --with-build-path=DIR build using DIR/include and DIR/lib], [ for d in `echo $withval | tr : ' '`; do test -d $d/include && CPPFLAGS="$CPPFLAGS -I$d/include" test -d $d/lib && LDFLAGS="$LDFLAGS -L$d/lib" done ]) ]) proftmb-1.1.12/configure.ac0000644015075101507510000000300212026632260012462 00000000000000dnl Process this file with autoconf to produce a configure script. AC_INIT([proftmb], [1.1.12], [lkajan@rostlab.org]) AC_CONFIG_SRCDIR([src/proftmb.cpp]) dnl My insertion AM_INIT_AUTOMAKE dnl Checks for programs. AC_PROG_CC AC_PROG_CXX AC_PROG_RANLIB AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET dnl New Macro to allow user to define a separate build path(s) smr_WITH_BUILD_PATH dnl Checks for libraries. AC_CHECK_LIB(opt,main, , AC_MSG_ERROR([I couldn't find the file libopt.a in any \ of the standard locations. Please first install the \ required package opt-3.19 or rerun this script with \ --with-build-path=PATH_TO_OPT.])) AC_CHECK_LIB(m,main) AC_CHECK_LIB(gslcblas,main) AC_CHECK_LIB(gsl,main) dnl Checks for header files. AC_CHECK_HEADER(gsl/gsl_errno.h, , AC_MSG_ERROR([Your system doesn't have gsl/gsl_errno.h Please install the libgsl0-dev package and then rerun this script.])) AC_CHECK_HEADER(opt.h, , AC_MSG_ERROR([Your system doesn't have opt.h Please install the opt-3.19 package and then rerun this script.])) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_MSG_CHECKING([for --enable-debug]) AC_ARG_ENABLE(debug, [ --enable-debug pass -ggdb option to compiler instead of -O2], [ hmmDEBUG="yes" ], [ hmmDEBUG="no" ]) AC_MSG_RESULT($hmmDEBUG) AC_SUBST(LIBS) AC_SUBST(INCLUDES) dnl Checks for library functions. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile examples/Makefile src/Makefile]) AC_OUTPUT proftmb-1.1.12/aclocal.m40000644015075101507510000010351612026634267012060 00000000000000# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],, [m4_warning([this file was generated for autoconf 2.67. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.11.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 10 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl dnl The `parallel-tests' driver may need to know about EXEEXT, so add the dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # ------------------------------ # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([acinclude.m4]) proftmb-1.1.12/proftmb.spec0000644015075101507510000000201312026631531012522 00000000000000Summary: per-residue prediction of bacterial transmembrane beta barrels Name: proftmb Version: 1.1.7 Release: 1 License: GPL-3+ Group: Applications/Science Source: ftp://rostlab.org/%{name}/%{name}-%{version}.tar.gz URL: http://rostlab.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: help2man, gsl-devel, opt Requires: pp-popularity-contest %description proftmb provides a four state (up-strand, down-strand, periplasmic loop, and outer loop) per-residue prediction for the protein. On a jackknifed test set of 8 families of TMBs of known structure, our method predicted 87.2% of residues correctly. %prep %setup -q %build %configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=${RPM_BUILD_ROOT} install rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}/README %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS %doc COPYING %doc README %{_bindir}/proftmb %{_mandir}/*/* %{_datadir}/%{name}/* %changelog * Tue Sep 13 2011 Laszlo Kajan - 1.1.7-1 - First rpm package proftmb-1.1.12/Makefile.am0000644015075101507510000000125412026631531012237 00000000000000dist_noinst_DATA = $(PACKAGE).spec SUBDIRS = examples src EXTRA_DIST = input # lkajan: CentOS 5 autoconf does not define docdir docdir = $(datadir)/doc/$(PACKAGE) dist_doc_DATA = README dist-hook: rm -rf `find $(distdir) -name .svn` install-data-local: mkdir -p "$(DESTDIR)$(pkgdatadir)" cp "$(srcdir)"/input/* "$(DESTDIR)$(pkgdatadir)/" rm -rf `find "$(DESTDIR)$(pkgdatadir)" -name .svn` find "$(DESTDIR)$(pkgdatadir)" -type d -exec chmod 0755 {} \; find "$(DESTDIR)$(pkgdatadir)" -type f -exec chmod 0644 {} \; install-data-hook: sed --in-place -e 's|__pkgdatadir__|$(pkgdatadir)|g' "$(DESTDIR)$(pkgdatadir)/options" uninstall-local: rm -rf "$(DESTDIR)$(pkgdatadir)" proftmb-1.1.12/Makefile.in0000644015075101507510000006002712026634272012260 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = . DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ $(dist_noinst_DATA) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ depcomp install-sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(docdir)" DATA = $(dist_doc_DATA) $(dist_noinst_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d "$(distdir)" \ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr "$(distdir)"; }; } am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ INCLUDES = @INCLUDES@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ # lkajan: CentOS 5 autoconf does not define docdir docdir = $(datadir)/doc/$(PACKAGE) dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_noinst_DATA = $(PACKAGE).spec SUBDIRS = examples src EXTRA_DIST = input dist_doc_DATA = README all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 install-dist_docDATA: $(dist_doc_DATA) @$(NORMAL_INSTALL) test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ done uninstall-dist_docDATA: @$(NORMAL_UNINSTALL) @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(docdir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @$(am__cd) '$(distuninstallcheck_dir)' \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(docdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-data-local install-dist_docDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-dist_docDATA uninstall-local .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ ctags-recursive install-am install-data-am install-strip \ tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-generic distclean-hdr \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-data-hook \ install-data-local install-dist_docDATA install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ tags-recursive uninstall uninstall-am uninstall-dist_docDATA \ uninstall-local dist-hook: rm -rf `find $(distdir) -name .svn` install-data-local: mkdir -p "$(DESTDIR)$(pkgdatadir)" cp "$(srcdir)"/input/* "$(DESTDIR)$(pkgdatadir)/" rm -rf `find "$(DESTDIR)$(pkgdatadir)" -name .svn` find "$(DESTDIR)$(pkgdatadir)" -type d -exec chmod 0755 {} \; find "$(DESTDIR)$(pkgdatadir)" -type f -exec chmod 0644 {} \; install-data-hook: sed --in-place -e 's|__pkgdatadir__|$(pkgdatadir)|g' "$(DESTDIR)$(pkgdatadir)/options" uninstall-local: rm -rf "$(DESTDIR)$(pkgdatadir)" # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: proftmb-1.1.12/config.h.in0000644015075101507510000000344512026634271012236 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `gsl' library (-lgsl). */ #undef HAVE_LIBGSL /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */ #undef HAVE_LIBGSLCBLAS /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM /* Define to 1 if you have the `opt' library (-lopt). */ #undef HAVE_LIBOPT /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define to empty if `const' does not conform to ANSI C. */ #undef const proftmb-1.1.12/configure0000755015075101507510000054702112026634270012124 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.67 for proftmb 1.1.12. # # Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and lkajan@rostlab.org $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do $0: have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='proftmb' PACKAGE_TARNAME='proftmb' PACKAGE_VERSION='1.1.12' PACKAGE_STRING='proftmb 1.1.12' PACKAGE_BUGREPORT='lkajan@rostlab.org' PACKAGE_URL='' ac_unique_file="src/proftmb.cpp" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS INCLUDES EGREP GREP CPP LN_S RANLIB am__fastdepCXX_FALSE am__fastdepCXX_TRUE CXXDEPMODE ac_ct_CXX CXXFLAGS CXX am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_dependency_tracking with_build_path enable_debug ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CXX CXXFLAGS CCC CPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures proftmb 1.1.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/proftmb] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of proftmb 1.1.12:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-debug pass -ggdb option to compiler instead of -O2 Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-build-path=DIR build using DIR/include and DIR/lib Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CXX C++ compiler command CXXFLAGS C++ compiler flags CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF proftmb configure 1.1.12 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_cxx_try_compile LINENO # ---------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_cxx_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval "test \"\${$3+set}\"" = set; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## --------------------------------- ## ## Report this to lkajan@rostlab.org ## ## --------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_mongrel # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_compile cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by proftmb $as_me 1.1.12, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5 ; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.11' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='proftmb' VERSION='1.1.12' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. AMTAR=${AMTAR-"${am_missing_run}tar"} am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5 ; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5 ; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5 ; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5 ; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5 ; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CXX+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 $as_echo "$CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 $as_echo_n "checking whether $CXX accepts -g... " >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : else ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 $as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CXX" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi # Check whether --with-build-path was given. if test "${with_build_path+set}" = set; then : withval=$with_build_path; for d in `echo $withval | tr : ' '`; do test -d $d/include && CPPFLAGS="$CPPFLAGS -I$d/include" test -d $d/lib && LDFLAGS="$LDFLAGS -L$d/lib" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lopt" >&5 $as_echo_n "checking for main in -lopt... " >&6; } if test "${ac_cv_lib_opt_main+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lopt $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { return main (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_opt_main=yes else ac_cv_lib_opt_main=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_opt_main" >&5 $as_echo "$ac_cv_lib_opt_main" >&6; } if test "x$ac_cv_lib_opt_main" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBOPT 1 _ACEOF LIBS="-lopt $LIBS" else as_fn_error $? "I couldn't find the file libopt.a in any \ of the standard locations. Please first install the \ required package opt-3.19 or rerun this script with \ --with-build-path=PATH_TO_OPT." "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5 $as_echo_n "checking for main in -lm... " >&6; } if test "${ac_cv_lib_m_main+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { return main (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_m_main=yes else ac_cv_lib_m_main=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5 $as_echo "$ac_cv_lib_m_main" >&6; } if test "x$ac_cv_lib_m_main" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBM 1 _ACEOF LIBS="-lm $LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgslcblas" >&5 $as_echo_n "checking for main in -lgslcblas... " >&6; } if test "${ac_cv_lib_gslcblas_main+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgslcblas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { return main (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gslcblas_main=yes else ac_cv_lib_gslcblas_main=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gslcblas_main" >&5 $as_echo "$ac_cv_lib_gslcblas_main" >&6; } if test "x$ac_cv_lib_gslcblas_main" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGSLCBLAS 1 _ACEOF LIBS="-lgslcblas $LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgsl" >&5 $as_echo_n "checking for main in -lgsl... " >&6; } if test "${ac_cv_lib_gsl_main+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgsl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { return main (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_gsl_main=yes else ac_cv_lib_gsl_main=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gsl_main" >&5 $as_echo "$ac_cv_lib_gsl_main" >&6; } if test "x$ac_cv_lib_gsl_main" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGSL 1 _ACEOF LIBS="-lgsl $LIBS" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5 ; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_header_mongrel "$LINENO" "gsl/gsl_errno.h" "ac_cv_header_gsl_gsl_errno_h" "$ac_includes_default" if test "x$ac_cv_header_gsl_gsl_errno_h" = x""yes; then : else as_fn_error $? "Your system doesn't have gsl/gsl_errno.h Please install the libgsl0-dev package and then rerun this script." "$LINENO" 5 fi ac_fn_c_check_header_mongrel "$LINENO" "opt.h" "ac_cv_header_opt_h" "$ac_includes_default" if test "x$ac_cv_header_opt_h" = x""yes; then : else as_fn_error $? "Your system doesn't have opt.h Please install the opt-3.19 package and then rerun this script." "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } if test "${ac_cv_c_const+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { /* FIXME: Include the comments suggested by Paul. */ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset cs; /* SunOS 4.1.1 cc rejects this. */ char const *const *pcpcc; char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++pcpcc; ppc = (char**) pcpcc; pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; if (!foo) return 0; } return !cs[0] && !zero.x; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_const=yes else ac_cv_c_const=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 $as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then $as_echo "#define const /**/" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-debug" >&5 $as_echo_n "checking for --enable-debug... " >&6; } # Check whether --enable-debug was given. if test "${enable_debug+set}" = set; then : enableval=$enable_debug; hmmDEBUG="yes" else hmmDEBUG="no" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hmmDEBUG" >&5 $as_echo "$hmmDEBUG" >&6; } ac_config_headers="$ac_config_headers config.h" ac_config_files="$ac_config_files Makefile examples/Makefile src/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : ${CONFIG_STATUS=./config.status} ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by proftmb $as_me 1.1.12, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ proftmb config.status 1.1.12 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" Copyright (C) 2010 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_t=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_t"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out" && rm -f "$tmp/out";; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" } >"$tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi proftmb-1.1.12/AUTHORS0000644015075101507510000000003412026631531011246 00000000000000Henry Bigelow, January 2004 proftmb-1.1.12/COPYING0000644015075101507510000010451312026631531011240 00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 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, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . proftmb-1.1.12/ChangeLog0000644015075101507510000000424312026634061011757 00000000000000proftmb (1.1.12) unstable; urgency=low * Made it always write header into --outfile-dat file, even when nothing is predicted. This is to allow make(1) always see an output file after a run. -- Laszlo Kajan Thu, 20 Sep 2012 17:22:35 +0200 proftmb (1.1.11) unstable; urgency=low * Fixed CXXFLAGS override-in-configure.ac issue. * Fixed 'gsl: interp.c:150: ERROR: interpolation error' issue. -- Laszlo Kajan Tue, 04 Sep 2012 16:07:21 +0200 proftmb (1.1.10) unstable; urgency=low * Corrected license: GPLv3 * Silenced warnings in src/Zscore.cpp. -- Laszlo Kajan Fri, 17 Feb 2012 20:33:33 +0100 proftmb (1.1.9) unstable; urgency=low * man page hyphens fixed * HHomp compatible version - /not/ cmd-line argument compatible with previous proftmb; output format is also different -- Laszlo Kajan Wed, 15 Feb 2012 16:27:34 +0100 proftmb (1.1.8) unstable; urgency=low * parallel build * BUGS secion on man page -- Laszlo Kajan Wed, 15 Feb 2012 13:55:23 +0100 proftmb (1.1.7) stable; urgency=low * warn when pp-popcon is not installed -- Laszlo Kajan Mon, 28 Feb 2011 19:06:51 +0100 proftmb (1.1.6) stable; urgency=low * recompile for squeeze -- Laszlo Kajan Wed, 09 Feb 2011 23:37:16 +0100 proftmb (1.1.5) stable; urgency=low * Removed unneeded depnedncy -- Guy Yachdav Fri, 14 Jan 2011 21:30:00 +0100 proftmb (1.1.4) stable; urgency=low * Changed control file to include missing dependencies -- Guy Yachdav Fri, 14 Jan 2011 17:50:06 +0100 proftmb (1.1.3) stable; urgency=low * --quiet'd some cerr warnings -- Laszlo Kajan Fri, 23 Jul 2010 21:23:45 +0200 proftmb (1.1.2) stable; urgency=low * added --quiet option -- Laszlo Kajan Fri, 23 Jul 2010 21:23:45 +0200 proftmb (1.1.1) stable; urgency=low * Added example * Automake process fixed, make distcheck now completes with success * Version updated for 2010 -- Laszlo Kajan Wed, 17 Feb 2010 16:20:12 +0100 proftmb-1.1.12/INSTALL0000644015075101507510000002203312026631531011232 00000000000000Basic Installation ================== Here is a brief step-by-step: 0. gather the files opt-3.19.tar.gz and proftmb-1.0.tar.gz in the same directory 1. tar zxvf opt-3.19.tar.gz cd opt-3.19 2. (if you have root access) ./configure make make install 2. (if you don't have root access) ./configure --prefix=/home/you/usr/local (or your location of choice) make make check make install If this was successful, you may continue. Otherwise, there may be a precompiled executable for your brand of linux. If not, please let me know (hrb46@columbia.edu) --------------------- 3. cd ../ tar zxvf proftmb-1.0.tar.gz cd proftmb-1.0 4. (if you have root access) ./configure make make install 4. (if no root access) ./configure --prefix=/home/you/usr/local --with-build-args= make make install where is the value of the --prefix argument to the opt-3.19 configure script. Hint for Running ProfTMB: proftmb uses an options file to keep track of all of its options. for a quick example, you may type: proftmb @ $ i.e. '/usr/local/share/proftmb/options' or $(prefix)/share/proftmb/options if you used a prefix other than the default during the install See README for more detailed instructions on running ProfTMB. Detailed Generic Instructions: These are generic installation instructions, edited by me (Henry Bigelow) for proftmb-specific things (step 1 and 3). The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, a file `config.cache' that saves the results of its tests to speed up reconfiguring, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.in' is used to create `configure' by a program called `autoconf'. You only need `configure.in' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. (Note: There is no check for proftmb) 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. You can give `configure' initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this: CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure Or on systems that have the `env' program, you can do it like this: env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not supports the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' can not figure out automatically, but needs to determine by the type of host the package will run on. Usually `configure' can figure that out, but if it prints a message saying it can not guess the host type, give it the `--host=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name with three fields: CPU-COMPANY-SYSTEM See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the host type. If you are building compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for and the `--build=TYPE' option to select the type of system on which you are compiling the package. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Operation Controls ================== `configure' recognizes the following options to control how it operates. `--cache-file=FILE' Use and save the results of the tests in FILE instead of `./config.cache'. Set FILE to `/dev/null' to disable caching, for debugging `configure'. `--help' Print a summary of the options to `configure', and exit. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--version' Print the version of Autoconf used to generate the `configure' script, and exit. `configure' also accepts some other, not widely useful, options. proftmb-1.1.12/NEWS0000644015075101507510000000000012026631531010666 00000000000000proftmb-1.1.12/depcomp0000644015075101507510000002753312026631531011565 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # 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. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # `libtool' can also be set to `yes' or `no'. if test -z "$depfile"; then base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` dir=`echo "$object" | sed 's,/.*$,/,'` if test "$dir" = "$object"; then dir= fi # FIXME: should be _deps on DOS. depfile="$dir.deps/$base" fi tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> $depfile echo >> $depfile # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> $depfile else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. This file always lives in the current directory. # Also, the AIX compiler puts `$object:' at the start of each line; # $object doesn't have directory information. stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` tmpdepfile="$stripped.u" outname="$stripped.o" if test "$libtool" = yes; then "$@" -Wc,-M else "$@" -M fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi if test -f "$tmpdepfile"; then # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1="$dir.libs/$base.lo.d" tmpdepfile2="$dir.libs/$base.d" "$@" -Wc,-MD else tmpdepfile1="$dir$base.o.d" tmpdepfile2="$dir$base.d" "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi if test -f "$tmpdepfile1"; then tmpdepfile="$tmpdepfile1" else tmpdepfile="$tmpdepfile2" fi if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a space and a tab in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the proprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. We will use -o /dev/null later, # however we can't do the remplacement now because # `-o $object' might simply not be used IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M "$@" -o /dev/null $dashmflag | sed 's:^[^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # X makedepend shift cleared=no for arg in "$@"; do case $cleared in no) set ""; shift cleared=yes ;; esac case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; -*) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix="`echo $object | sed 's/^.*\././'`" touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the proprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E | sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the proprocessed file to stdout, regardless of -o, # because we must use -o when running libtool. "$@" || exit $? IFS=" " for arg do case "$arg" in "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 proftmb-1.1.12/install-sh0000644015075101507510000001273612026631531012213 00000000000000#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that # copyright notice and this permission notice appear in supporting # documentation, and that the name of M.I.T. not be used in advertising or # publicity pertaining to distribution of the software without specific, # written prior permission. M.I.T. makes no representations about the # suitability of this software for any purpose. It is provided "as is" # without express or implied warranty. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. It can only install one file at a time, a restriction # shared with many OS's install programs. # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" # put in absolute paths if you don't have them in your path; or use env. vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" chgrpprog="${CHGRPPROG-chgrp}" stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" transformbasename="" transform_arg="" instcmd="$mvprog" chmodcmd="$chmodprog 0755" chowncmd="" chgrpcmd="" stripcmd="" rmcmd="$rmprog -f" mvcmd="$mvprog" src="" dst="" dir_arg="" while [ x"$1" != x ]; do case $1 in -c) instcmd="$cpprog" shift continue;; -d) dir_arg=true shift continue;; -m) chmodcmd="$chmodprog $2" shift shift continue;; -o) chowncmd="$chownprog $2" shift shift continue;; -g) chgrpcmd="$chgrpprog $2" shift shift continue;; -s) stripcmd="$stripprog" shift continue;; -t=*) transformarg=`echo $1 | sed 's/-t=//'` shift continue;; -b=*) transformbasename=`echo $1 | sed 's/-b=//'` shift continue;; *) if [ x"$src" = x ] then src=$1 else # this colon is to work around a 386BSD /bin/sh bug : dst=$1 fi shift continue;; esac done if [ x"$src" = x ] then echo "install: no input file specified" exit 1 else true fi if [ x"$dir_arg" != x ]; then dst=$src src="" if [ -d $dst ]; then instcmd=: chmodcmd="" else instcmd=mkdir fi else # Waiting for this to be detected by the "$instcmd $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if [ -f $src -o -d $src ] then true else echo "install: $src does not exist" exit 1 fi if [ x"$dst" = x ] then echo "install: no destination specified" exit 1 else true fi # If destination is a directory, append the input filename; if your system # does not like double slashes in filenames, you may need to add some logic if [ -d $dst ] then dst="$dst"/`basename $src` else true fi fi ## this sed command emulates the dirname command dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` # Make sure that the destination directory exists. # this part is taken from Noah Friedman's mkinstalldirs script # Skip lots of stat calls in the usual case. if [ ! -d "$dstdir" ]; then defaultIFS=' ' IFS="${IFS-${defaultIFS}}" oIFS="${IFS}" # Some sh's can't handle IFS=/ for some reason. IFS='%' set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` IFS="${oIFS}" pathcomp='' while [ $# -ne 0 ] ; do pathcomp="${pathcomp}${1}" shift if [ ! -d "${pathcomp}" ] ; then $mkdirprog "${pathcomp}" else true fi pathcomp="${pathcomp}/" done fi if [ x"$dir_arg" != x ] then $doit $instcmd $dst && if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi else # If we're going to rename the final executable, determine the name now. if [ x"$transformarg" = x ] then dstfile=`basename $dst` else dstfile=`basename $dst $transformbasename | sed $transformarg`$transformbasename fi # don't allow the sed command to completely eliminate the filename if [ x"$dstfile" = x ] then dstfile=`basename $dst` else true fi # Make a temp file name in the proper directory. dsttmp=$dstdir/#inst.$$# # Move or copy the file name to the temp name $doit $instcmd $src $dsttmp && trap "rm -f ${dsttmp}" 0 && # and set any options; do chmod last to preserve setuid bits # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $instcmd $src $dsttmp" command. if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && # Now rename the file to the real destination. $doit $rmcmd -f $dstdir/$dstfile && $doit $mvcmd $dsttmp $dstdir/$dstfile fi && exit 0 proftmb-1.1.12/missing0000644015075101507510000002403612026631531011602 00000000000000#! /bin/sh # Common stub for a few missing GNU programs while installing. # Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # 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. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi case "$1" in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case "$1" in -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch]" ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing 0.4 - GNU automake" ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; aclocal*) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 fi echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 fi echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 fi echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case "$f" in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 fi echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 fi echo 1>&2 "\ WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. You can get \`$1Help2man' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison|yacc) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.h fi ;; esac fi if [ ! -f y.tab.h ]; then echo >y.tab.h fi if [ ! -f y.tab.c ]; then echo 'main() { return 0; }' >y.tab.c fi ;; lex|flex) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if [ ! -f lex.yy.c ]; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 fi echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` fi if [ -f "$file" ]; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit 1 fi ;; makeinfo) if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then # We have makeinfo, but it failed. exit 1 fi echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` fi touch $file ;; tar) shift if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 fi # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar "$@" && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar "$@" && exit 0 fi firstarg="$1" if shift; then case "$firstarg" in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac case "$firstarg" in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 proftmb-1.1.12/mkinstalldirs0000644015075101507510000000133112026631531013002 00000000000000#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.1.1.1 2005/01/12 17:54:27 bigelow Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here proftmb-1.1.12/input/0000755015075101507510000000000012026635704011426 500000000000000proftmb-1.1.12/input/ReduxDecode40000644015075101507510000000007012026631527013544 00000000000000U UpwardStrand D DownwardStrand O OuterLoop I InnerLoop proftmb-1.1.12/input/StrandStates0000644015075101507510000000000412026631527013701 00000000000000U D proftmb-1.1.12/input/ZCalibration0000644015075101507510000012627112026631527013662 0000000000000016.1233 1 0.0769231 11.2769 1 0.153846 10.7527 1 0.230769 10.615 1 0.307692 9.99962 1 0.384615 9.63217 1 0.461538 9.63202 0.857143 0.461538 9.37621 0.875 0.538462 9.34872 0.777778 0.538462 9.03691 0.8 0.615385 8.91264 0.727273 0.615385 7.43682 0.666667 0.615385 7.27421 0.615385 0.615385 7.17604 0.571429 0.615385 7.07461 0.533333 0.615385 6.73062 0.5 0.615385 6.66445 0.470588 0.615385 6.61385 0.444444 0.615385 6.43225 0.473684 0.692308 6.38524 0.45 0.692308 6.34033 0.428571 0.692308 6.27699 0.409091 0.692308 5.96762 0.391304 0.692308 5.53416 0.375 0.692308 5.50217 0.36 0.692308 5.49131 0.346154 0.692308 5.45976 0.37037 0.769231 5.39695 0.357143 0.769231 5.32573 0.344828 0.769231 5.22548 0.333333 0.769231 4.95488 0.322581 0.769231 4.88425 0.3125 0.769231 4.85979 0.30303 0.769231 4.75355 0.294118 0.769231 4.64758 0.285714 0.769231 4.53435 0.277778 0.769231 4.49289 0.27027 0.769231 4.4172 0.289474 0.846154 4.28853 0.282051 0.846154 4.28541 0.275 0.846154 4.27069 0.268293 0.846154 4.19395 0.261905 0.846154 4.01033 0.255814 0.846154 3.95002 0.25 0.846154 3.91234 0.244444 0.846154 3.86065 0.23913 0.846154 3.85856 0.234043 0.846154 3.82084 0.229167 0.846154 3.80053 0.22449 0.846154 3.71072 0.22 0.846154 3.68642 0.215686 0.846154 3.68436 0.211538 0.846154 3.59647 0.207547 0.846154 3.56387 0.203704 0.846154 3.56268 0.2 0.846154 3.53843 0.196429 0.846154 3.52636 0.192982 0.846154 3.48292 0.189655 0.846154 3.47205 0.186441 0.846154 3.4149 0.183333 0.846154 3.41485 0.180328 0.846154 3.40764 0.177419 0.846154 3.40141 0.174603 0.846154 3.38724 0.171875 0.846154 3.32894 0.169231 0.846154 3.30144 0.166667 0.846154 3.28473 0.164179 0.846154 3.26734 0.161765 0.846154 3.26723 0.15942 0.846154 3.24764 0.157143 0.846154 3.23729 0.15493 0.846154 3.20041 0.152778 0.846154 3.17797 0.150685 0.846154 3.14687 0.148649 0.846154 3.14081 0.146667 0.846154 3.13562 0.144737 0.846154 3.13238 0.142857 0.846154 3.12319 0.141026 0.846154 3.11431 0.139241 0.846154 3.09443 0.1375 0.846154 3.05853 0.135802 0.846154 3.05202 0.134146 0.846154 3.04505 0.13253 0.846154 3.03998 0.130952 0.846154 3.02769 0.129412 0.846154 3.01036 0.127907 0.846154 2.9895 0.126437 0.846154 2.98827 0.125 0.846154 2.95287 0.123596 0.846154 2.94894 0.122222 0.846154 2.94739 0.120879 0.846154 2.94416 0.119565 0.846154 2.92137 0.11828 0.846154 2.90792 0.117021 0.846154 2.89118 0.115789 0.846154 2.87131 0.114583 0.846154 2.86155 0.113402 0.846154 2.84823 0.112245 0.846154 2.84744 0.111111 0.846154 2.84632 0.11 0.846154 2.8436 0.108911 0.846154 2.81253 0.107843 0.846154 2.77627 0.106796 0.846154 2.75297 0.105769 0.846154 2.74658 0.104762 0.846154 2.73674 0.103774 0.846154 2.73316 0.102804 0.846154 2.69896 0.101852 0.846154 2.69303 0.100917 0.846154 2.68447 0.1 0.846154 2.63167 0.0990991 0.846154 2.62768 0.0982143 0.846154 2.59127 0.0973451 0.846154 2.58663 0.0964912 0.846154 2.58495 0.0956522 0.846154 2.58181 0.103448 0.923077 2.57572 0.102564 0.923077 2.55013 0.101695 0.923077 2.54792 0.10084 0.923077 2.52664 0.1 0.923077 2.52347 0.0991736 0.923077 2.50321 0.0983607 0.923077 2.47838 0.097561 0.923077 2.47556 0.0967742 0.923077 2.46215 0.096 0.923077 2.45673 0.0952381 0.923077 2.45395 0.0944882 0.923077 2.45284 0.09375 0.923077 2.45168 0.0930233 0.923077 2.45017 0.0923077 0.923077 2.44867 0.0916031 0.923077 2.44223 0.0909091 0.923077 2.41303 0.0902256 0.923077 2.39539 0.0895522 0.923077 2.39466 0.0888889 0.923077 2.38787 0.0882353 0.923077 2.38006 0.0875912 0.923077 2.37606 0.0869565 0.923077 2.36453 0.0863309 0.923077 2.34636 0.0857143 0.923077 2.31942 0.0851064 0.923077 2.29851 0.084507 0.923077 2.28214 0.0839161 0.923077 2.27076 0.0833333 0.923077 2.25922 0.0827586 0.923077 2.25044 0.0821918 0.923077 2.24548 0.0816327 0.923077 2.2421 0.0810811 0.923077 2.24129 0.0805369 0.923077 2.2319 0.08 0.923077 2.22687 0.0794702 0.923077 2.22353 0.0789474 0.923077 2.21867 0.0784314 0.923077 2.2077 0.0779221 0.923077 2.20279 0.0774194 0.923077 2.19906 0.0769231 0.923077 2.18335 0.0764331 0.923077 2.1789 0.0759494 0.923077 2.16659 0.0754717 0.923077 2.15692 0.075 0.923077 2.15514 0.0745342 0.923077 2.15014 0.0740741 0.923077 2.13384 0.0736196 0.923077 2.13279 0.0731707 0.923077 2.13257 0.0727273 0.923077 2.13078 0.0722892 0.923077 2.12342 0.0718563 0.923077 2.12056 0.0714286 0.923077 2.12044 0.0710059 0.923077 2.1197 0.0705882 0.923077 2.10789 0.0701754 0.923077 2.06725 0.0697674 0.923077 2.04864 0.0693642 0.923077 2.04672 0.0689655 0.923077 2.02781 0.0685714 0.923077 2.02479 0.0681818 0.923077 1.97927 0.0677966 0.923077 1.96525 0.0674157 0.923077 1.95836 0.0670391 0.923077 1.9483 0.0666667 0.923077 1.94343 0.0662983 0.923077 1.94018 0.0659341 0.923077 1.9185 0.0655738 0.923077 1.91031 0.0652174 0.923077 1.9075 0.0648649 0.923077 1.89771 0.0645161 0.923077 1.87248 0.0641711 0.923077 1.86767 0.0638298 0.923077 1.86631 0.0634921 0.923077 1.86451 0.0631579 0.923077 1.85466 0.0628272 0.923077 1.85034 0.0625 0.923077 1.84966 0.0621762 0.923077 1.84632 0.0618557 0.923077 1.83749 0.0615385 0.923077 1.82494 0.0612245 0.923077 1.79703 0.0609137 0.923077 1.79222 0.0606061 0.923077 1.7813 0.0603015 0.923077 1.77934 0.06 0.923077 1.7786 0.0597015 0.923077 1.74958 0.0594059 0.923077 1.74844 0.0591133 0.923077 1.74784 0.0588235 0.923077 1.7423 0.0585366 0.923077 1.73179 0.0582524 0.923077 1.73042 0.057971 0.923077 1.72749 0.0576923 0.923077 1.72693 0.0574163 0.923077 1.72033 0.0571429 0.923077 1.71687 0.056872 0.923077 1.71467 0.0566038 0.923077 1.71433 0.056338 0.923077 1.70892 0.0560748 0.923077 1.70864 0.055814 0.923077 1.7039 0.0555556 0.923077 1.70301 0.0552995 0.923077 1.68548 0.0550459 0.923077 1.68423 0.0547945 0.923077 1.67965 0.0545455 0.923077 1.66392 0.0542986 0.923077 1.66075 0.0540541 0.923077 1.65966 0.0538117 0.923077 1.63868 0.0535714 0.923077 1.62947 0.0533333 0.923077 1.62136 0.0530973 0.923077 1.62062 0.0528634 0.923077 1.61711 0.0526316 0.923077 1.59873 0.0524017 0.923077 1.59803 0.0521739 0.923077 1.59436 0.0519481 0.923077 1.59275 0.0517241 0.923077 1.58556 0.0515021 0.923077 1.58477 0.0512821 0.923077 1.57462 0.0510638 0.923077 1.57371 0.0508475 0.923077 1.57083 0.0506329 0.923077 1.5699 0.0504202 0.923077 1.56841 0.0502092 0.923077 1.5641 0.05 0.923077 1.56357 0.0497925 0.923077 1.56333 0.0495868 0.923077 1.56014 0.0493827 0.923077 1.55636 0.0491803 0.923077 1.55272 0.0489796 0.923077 1.54728 0.0487805 0.923077 1.54501 0.048583 0.923077 1.53222 0.0483871 0.923077 1.53147 0.0481928 0.923077 1.52496 0.048 0.923077 1.51839 0.0478088 0.923077 1.51589 0.047619 0.923077 1.51403 0.0474308 0.923077 1.51159 0.0472441 0.923077 1.50996 0.0470588 0.923077 1.50988 0.046875 0.923077 1.50783 0.0466926 0.923077 1.50342 0.0465116 0.923077 1.49872 0.046332 0.923077 1.49832 0.0461538 0.923077 1.49716 0.045977 0.923077 1.49384 0.0458015 0.923077 1.48779 0.0456274 0.923077 1.47955 0.0454545 0.923077 1.47561 0.045283 0.923077 1.47297 0.0451128 0.923077 1.47211 0.0449438 0.923077 1.47068 0.0447761 0.923077 1.47053 0.0446097 0.923077 1.46709 0.0444444 0.923077 1.46668 0.0442804 0.923077 1.45823 0.0441176 0.923077 1.458 0.043956 0.923077 1.45497 0.0437956 0.923077 1.45023 0.0436364 0.923077 1.45005 0.0434783 0.923077 1.44418 0.0433213 0.923077 1.43863 0.0431655 0.923077 1.43677 0.0430108 0.923077 1.42924 0.0428571 0.923077 1.4253 0.0427046 0.923077 1.42276 0.0425532 0.923077 1.42063 0.0424028 0.923077 1.4098 0.0422535 0.923077 1.40879 0.0421053 0.923077 1.40828 0.041958 0.923077 1.40613 0.0418118 0.923077 1.40502 0.0416667 0.923077 1.39272 0.0415225 0.923077 1.39165 0.0413793 0.923077 1.39143 0.0412371 0.923077 1.38577 0.0410959 0.923077 1.38079 0.0409556 0.923077 1.38039 0.0408163 0.923077 1.37932 0.040678 0.923077 1.37567 0.0405405 0.923077 1.37419 0.040404 0.923077 1.3739 0.0402685 0.923077 1.37339 0.0401338 0.923077 1.37222 0.04 0.923077 1.37102 0.0398671 0.923077 1.36649 0.0397351 0.923077 1.35562 0.039604 0.923077 1.35469 0.0394737 0.923077 1.35455 0.0393443 0.923077 1.35047 0.0392157 0.923077 1.34658 0.0390879 0.923077 1.34194 0.038961 0.923077 1.33176 0.038835 0.923077 1.3217 0.0387097 0.923077 1.32045 0.0385852 0.923077 1.31715 0.0384615 0.923077 1.31671 0.0383387 0.923077 1.3104 0.0382166 0.923077 1.3103 0.0380952 0.923077 1.30431 0.0379747 0.923077 1.30116 0.0378549 0.923077 1.29252 0.0377358 0.923077 1.29201 0.0376176 0.923077 1.29192 0.0375 0.923077 1.28764 0.0373832 0.923077 1.28601 0.0372671 0.923077 1.28533 0.0371517 0.923077 1.28183 0.037037 0.923077 1.27731 0.0369231 0.923077 1.27692 0.0368098 0.923077 1.27657 0.0366972 0.923077 1.27652 0.0365854 0.923077 1.27607 0.0364742 0.923077 1.27445 0.0363636 0.923077 1.26533 0.0362538 0.923077 1.25879 0.0361446 0.923077 1.25861 0.036036 0.923077 1.25281 0.0359281 0.923077 1.24594 0.0358209 0.923077 1.24563 0.0357143 0.923077 1.24541 0.0356083 0.923077 1.24436 0.035503 0.923077 1.23811 0.0353982 0.923077 1.23733 0.0352941 0.923077 1.2373 0.0351906 0.923077 1.22817 0.0350877 0.923077 1.22756 0.0349854 0.923077 1.22642 0.0348837 0.923077 1.22107 0.0347826 0.923077 1.2205 0.0346821 0.923077 1.21608 0.0345821 0.923077 1.21192 0.0344828 0.923077 1.20663 0.034384 0.923077 1.20295 0.0342857 0.923077 1.20254 0.034188 0.923077 1.20085 0.0340909 0.923077 1.19928 0.0339943 0.923077 1.19889 0.0338983 0.923077 1.19348 0.0338028 0.923077 1.19272 0.0337079 0.923077 1.18974 0.0336134 0.923077 1.18919 0.0335196 0.923077 1.18822 0.0334262 0.923077 1.1864 0.0333333 0.923077 1.17201 0.033241 0.923077 1.16983 0.0331492 0.923077 1.16416 0.0330579 0.923077 1.16304 0.032967 0.923077 1.16282 0.0328767 0.923077 1.15653 0.0327869 0.923077 1.15627 0.0326975 0.923077 1.15602 0.0326087 0.923077 1.1537 0.0325203 0.923077 1.15305 0.0324324 0.923077 1.15162 0.032345 0.923077 1.15151 0.0322581 0.923077 1.1498 0.0321716 0.923077 1.14466 0.0320856 0.923077 1.1428 0.032 0.923077 1.13722 0.0319149 0.923077 1.1357 0.0318302 0.923077 1.1323 0.031746 0.923077 1.12235 0.0316623 0.923077 1.12201 0.0315789 0.923077 1.11872 0.0314961 0.923077 1.11504 0.0314136 0.923077 1.11221 0.0313316 0.923077 1.10841 0.03125 0.923077 1.10814 0.0311688 0.923077 1.10506 0.0310881 0.923077 1.10388 0.0310078 0.923077 1.09912 0.0309278 0.923077 1.09586 0.0308483 0.923077 1.09123 0.0307692 0.923077 1.08718 0.0306905 0.923077 1.08407 0.0306122 0.923077 1.07998 0.0305344 0.923077 1.07714 0.0304569 0.923077 1.0745 0.0303797 0.923077 1.07366 0.030303 0.923077 1.07287 0.0302267 0.923077 1.07181 0.0301508 0.923077 1.06961 0.0300752 0.923077 1.06304 0.03 0.923077 1.06286 0.0299252 0.923077 1.06207 0.0298507 0.923077 1.0612 0.0297767 0.923077 1.06066 0.029703 0.923077 1.05129 0.0296296 0.923077 1.04444 0.0295567 0.923077 1.04424 0.029484 0.923077 1.04284 0.0294118 0.923077 1.03966 0.0293399 0.923077 1.03871 0.0292683 0.923077 1.03693 0.0291971 0.923077 1.03534 0.0291262 0.923077 1.03432 0.0290557 0.923077 1.03375 0.0289855 0.923077 1.03238 0.0289157 0.923077 1.03107 0.0288462 0.923077 1.02365 0.028777 0.923077 1.01817 0.0287081 0.923077 1.01665 0.0286396 0.923077 1.0153 0.0285714 0.923077 1.01448 0.0285036 0.923077 1.00566 0.028436 0.923077 1.00512 0.0283688 0.923077 1.00129 0.0283019 0.923077 1.00073 0.0282353 0.923077 0.994082 0.028169 0.923077 0.985898 0.028103 0.923077 0.982393 0.0280374 0.923077 0.982349 0.027972 0.923077 0.980098 0.027907 0.923077 0.979086 0.0278422 0.923077 0.977635 0.0277778 0.923077 0.975437 0.0277136 0.923077 0.974825 0.0276498 0.923077 0.972758 0.0275862 0.923077 0.970459 0.0275229 0.923077 0.969875 0.02746 0.923077 0.968783 0.0273973 0.923077 0.963431 0.0273349 0.923077 0.958157 0.0272727 0.923077 0.95761 0.0272109 0.923077 0.957606 0.0271493 0.923077 0.953892 0.027088 0.923077 0.951304 0.027027 0.923077 0.949125 0.0269663 0.923077 0.947773 0.0269058 0.923077 0.943293 0.0268456 0.923077 0.940613 0.0267857 0.923077 0.939638 0.0267261 0.923077 0.93704 0.0266667 0.923077 0.935162 0.0266075 0.923077 0.932524 0.0265487 0.923077 0.931914 0.0264901 0.923077 0.929974 0.0264317 0.923077 0.928034 0.0263736 0.923077 0.921615 0.0263158 0.923077 0.921319 0.0262582 0.923077 0.920042 0.0262009 0.923077 0.919294 0.0261438 0.923077 0.916537 0.026087 0.923077 0.916377 0.0260304 0.923077 0.911451 0.025974 0.923077 0.906063 0.0259179 0.923077 0.894585 0.0258621 0.923077 0.894415 0.0258065 0.923077 0.890106 0.0257511 0.923077 0.888909 0.0256959 0.923077 0.888456 0.025641 0.923077 0.880503 0.0255864 0.923077 0.878485 0.0255319 0.923077 0.878071 0.0254777 0.923077 0.876531 0.0254237 0.923077 0.870264 0.02537 0.923077 0.867169 0.0253165 0.923077 0.866022 0.0252632 0.923077 0.864484 0.0252101 0.923077 0.864037 0.0251572 0.923077 0.863992 0.0251046 0.923077 0.85861 0.0250522 0.923077 0.855137 0.025 0.923077 0.853383 0.024948 0.923077 0.852977 0.0248963 0.923077 0.851858 0.0248447 0.923077 0.847502 0.0247934 0.923077 0.84659 0.0247423 0.923077 0.845581 0.0246914 0.923077 0.841659 0.0246407 0.923077 0.836279 0.0245902 0.923077 0.82797 0.0245399 0.923077 0.825602 0.0244898 0.923077 0.8243 0.0244399 0.923077 0.823041 0.0243902 0.923077 0.821809 0.0243408 0.923077 0.821207 0.0242915 0.923077 0.811582 0.0242424 0.923077 0.809831 0.0241935 0.923077 0.809744 0.0241449 0.923077 0.808688 0.0240964 0.923077 0.808574 0.0240481 0.923077 0.807955 0.024 0.923077 0.807946 0.0239521 0.923077 0.806817 0.0239044 0.923077 0.804549 0.0238569 0.923077 0.804032 0.0238095 0.923077 0.802906 0.0237624 0.923077 0.797507 0.0237154 0.923077 0.782205 0.0236686 0.923077 0.781071 0.023622 0.923077 0.778414 0.0235756 0.923077 0.777747 0.0235294 0.923077 0.772019 0.0234834 0.923077 0.771375 0.0234375 0.923077 0.770513 0.0233918 0.923077 0.768618 0.0233463 0.923077 0.768425 0.023301 0.923077 0.761725 0.0232558 0.923077 0.757116 0.0232108 0.923077 0.741677 0.023166 0.923077 0.739502 0.0231214 0.923077 0.739272 0.0230769 0.923077 0.738965 0.0230326 0.923077 0.735865 0.0229885 0.923077 0.72867 0.0229446 0.923077 0.728571 0.0229008 0.923077 0.727114 0.0228571 0.923077 0.726474 0.0228137 0.923077 0.726458 0.0227704 0.923077 0.725052 0.0227273 0.923077 0.722238 0.0226843 0.923077 0.721575 0.0226415 0.923077 0.718052 0.0225989 0.923077 0.715037 0.0225564 0.923077 0.705641 0.0225141 0.923077 0.702768 0.0224719 0.923077 0.702563 0.0224299 0.923077 0.696175 0.0223881 0.923077 0.692331 0.0223464 0.923077 0.690519 0.0223048 0.923077 0.690446 0.0222635 0.923077 0.682029 0.0222222 0.923077 0.680036 0.0221811 0.923077 0.677507 0.0221402 0.923077 0.676669 0.0220994 0.923077 0.676576 0.0220588 0.923077 0.671874 0.0220183 0.923077 0.670862 0.021978 0.923077 0.668682 0.0219378 0.923077 0.660975 0.0218978 0.923077 0.657872 0.0218579 0.923077 0.649323 0.0218182 0.923077 0.646263 0.0217786 0.923077 0.644942 0.0217391 0.923077 0.644656 0.0216998 0.923077 0.642216 0.0216606 0.923077 0.640958 0.0216216 0.923077 0.636218 0.0215827 0.923077 0.635437 0.021544 0.923077 0.635205 0.0215054 0.923077 0.635016 0.0214669 0.923077 0.632287 0.0214286 0.923077 0.629644 0.0213904 0.923077 0.621514 0.0213523 0.923077 0.61881 0.0213144 0.923077 0.617416 0.0212766 0.923077 0.615488 0.0212389 0.923077 0.614326 0.0212014 0.923077 0.612129 0.021164 0.923077 0.609796 0.0211268 0.923077 0.608977 0.0210896 0.923077 0.60373 0.0210526 0.923077 0.603408 0.0210158 0.923077 0.601896 0.020979 0.923077 0.601846 0.0209424 0.923077 0.599119 0.0209059 0.923077 0.598563 0.0208696 0.923077 0.596216 0.0208333 0.923077 0.59572 0.0207972 0.923077 0.592793 0.0207612 0.923077 0.589927 0.0207254 0.923077 0.589516 0.0206897 0.923077 0.589132 0.020654 0.923077 0.575407 0.0206186 0.923077 0.575193 0.0205832 0.923077 0.564655 0.0205479 0.923077 0.562537 0.0205128 0.923077 0.561656 0.0204778 0.923077 0.56065 0.0204429 0.923077 0.560249 0.0204082 0.923077 0.559999 0.0203735 0.923077 0.557332 0.020339 0.923077 0.555044 0.0203046 0.923077 0.55016 0.0202703 0.923077 0.54617 0.0202361 0.923077 0.546006 0.020202 0.923077 0.545415 0.0201681 0.923077 0.543977 0.0201342 0.923077 0.54364 0.0201005 0.923077 0.542866 0.0200669 0.923077 0.540536 0.0200334 0.923077 0.539296 0.02 0.923077 0.539039 0.0199667 0.923077 0.539024 0.0199336 0.923077 0.538448 0.0199005 0.923077 0.536987 0.0198675 0.923077 0.536356 0.0198347 0.923077 0.534735 0.019802 0.923077 0.534229 0.0197694 0.923077 0.53043 0.0197368 0.923077 0.528816 0.0197044 0.923077 0.52745 0.0196721 0.923077 0.524669 0.0196399 0.923077 0.524565 0.0196078 0.923077 0.523172 0.0195759 0.923077 0.523094 0.019544 0.923077 0.522921 0.0195122 0.923077 0.521167 0.0194805 0.923077 0.520737 0.0194489 0.923077 0.516498 0.0194175 0.923077 0.512888 0.0193861 0.923077 0.512476 0.0193548 0.923077 0.512445 0.0193237 0.923077 0.512174 0.0192926 0.923077 0.511904 0.0192616 0.923077 0.511355 0.0192308 0.923077 0.509655 0.0192 0.923077 0.50742 0.0191693 0.923077 0.506963 0.0191388 0.923077 0.506478 0.0191083 0.923077 0.500631 0.0190779 0.923077 0.500465 0.0190476 0.923077 0.500291 0.0190174 0.923077 0.500085 0.0189873 0.923077 0.495169 0.0189573 0.923077 0.493608 0.0189274 0.923077 0.493108 0.0188976 0.923077 0.492777 0.0188679 0.923077 0.490176 0.0188383 0.923077 0.489733 0.0188088 0.923077 0.48965 0.0187793 0.923077 0.489305 0.01875 0.923077 0.487734 0.0187207 0.923077 0.484208 0.0186916 0.923077 0.483414 0.0186625 0.923077 0.480718 0.0186335 0.923077 0.480452 0.0186047 0.923077 0.47536 0.0185759 0.923077 0.472326 0.0185471 0.923077 0.470201 0.0185185 0.923077 0.466443 0.01849 0.923077 0.462782 0.0184615 0.923077 0.461663 0.0184332 0.923077 0.460848 0.0184049 0.923077 0.457088 0.0183767 0.923077 0.452325 0.0183486 0.923077 0.452193 0.0183206 0.923077 0.443325 0.0182927 0.923077 0.441969 0.0182648 0.923077 0.437659 0.0182371 0.923077 0.437215 0.0182094 0.923077 0.435386 0.0181818 0.923077 0.435008 0.0181543 0.923077 0.434673 0.0181269 0.923077 0.432035 0.0180995 0.923077 0.43122 0.0180723 0.923077 0.430793 0.0180451 0.923077 0.429371 0.018018 0.923077 0.428319 0.017991 0.923077 0.427801 0.0179641 0.923077 0.427356 0.0179372 0.923077 0.426734 0.0179104 0.923077 0.426325 0.0178838 0.923077 0.42513 0.0178571 0.923077 0.422812 0.0178306 0.923077 0.422299 0.0178042 0.923077 0.421244 0.0177778 0.923077 0.419915 0.0177515 0.923077 0.417428 0.0177253 0.923077 0.417211 0.0176991 0.923077 0.416981 0.017673 0.923077 0.413974 0.0176471 0.923077 0.413205 0.0176211 0.923077 0.411059 0.0175953 0.923077 0.406928 0.0175695 0.923077 0.401348 0.0175439 0.923077 0.399692 0.0189781 1 0.393558 0.0189504 1 0.387639 0.0189229 1 0.38488 0.0188953 1 0.382645 0.0188679 1 0.37974 0.0188406 1 0.379545 0.0188133 1 0.378746 0.0187861 1 0.378059 0.018759 1 0.377714 0.018732 1 0.373961 0.018705 1 0.371354 0.0186782 1 0.36857 0.0186514 1 0.363398 0.0186246 1 0.363059 0.018598 1 0.359868 0.0185714 1 0.35887 0.0185449 1 0.358089 0.0185185 1 0.353169 0.0184922 1 0.34733 0.0184659 1 0.346486 0.0184397 1 0.346459 0.0184136 1 0.340999 0.0183876 1 0.335564 0.0183616 1 0.335107 0.0183357 1 0.33182 0.0183099 1 0.328807 0.0182841 1 0.323466 0.0182584 1 0.322259 0.0182328 1 0.321609 0.0182073 1 0.320248 0.0181818 1 0.318773 0.0181564 1 0.317377 0.0181311 1 0.31679 0.0181058 1 0.315923 0.0180807 1 0.31419 0.0180556 1 0.312414 0.0180305 1 0.306238 0.0180055 1 0.301783 0.0179806 1 0.300361 0.0179558 1 0.299477 0.017931 1 0.299033 0.0179063 1 0.297238 0.0178817 1 0.29723 0.0178571 1 0.296206 0.0178326 1 0.290767 0.0178082 1 0.289889 0.0177839 1 0.288534 0.0177596 1 0.287788 0.0177353 1 0.286718 0.0177112 1 0.285468 0.0176871 1 0.282051 0.017663 1 0.281705 0.0176391 1 0.280826 0.0176152 1 0.280444 0.0175913 1 0.280121 0.0175676 1 0.278765 0.0175439 1 0.277564 0.0175202 1 0.27587 0.0174966 1 0.273047 0.0174731 1 0.266909 0.0174497 1 0.261268 0.0174263 1 0.260519 0.0174029 1 0.260199 0.0173797 1 0.258641 0.0173565 1 0.25851 0.0173333 1 0.256885 0.0173103 1 0.256293 0.0172872 1 0.255534 0.0172643 1 0.254014 0.0172414 1 0.252072 0.0172185 1 0.251491 0.0171958 1 0.250222 0.0171731 1 0.248585 0.0171504 1 0.245646 0.0171278 1 0.240852 0.0171053 1 0.240601 0.0170828 1 0.239013 0.0170604 1 0.235577 0.017038 1 0.229708 0.0170157 1 0.229207 0.0169935 1 0.225556 0.0169713 1 0.223115 0.0169492 1 0.222327 0.0169271 1 0.221839 0.0169051 1 0.221017 0.0168831 1 0.219779 0.0168612 1 0.212913 0.0168394 1 0.210167 0.0168176 1 0.210111 0.0167959 1 0.209537 0.0167742 1 0.204885 0.0167526 1 0.203343 0.016731 1 0.203163 0.0167095 1 0.199552 0.0166881 1 0.194132 0.0166667 1 0.185555 0.0166453 1 0.184582 0.016624 1 0.174681 0.0166028 1 0.17376 0.0165816 1 0.169456 0.0165605 1 0.166076 0.0165394 1 0.163305 0.0165184 1 0.163238 0.0164975 1 0.158931 0.0164766 1 0.158908 0.0164557 1 0.157994 0.0164349 1 0.156339 0.0164141 1 0.154482 0.0163934 1 0.149854 0.0163728 1 0.148155 0.0163522 1 0.144333 0.0163317 1 0.143643 0.0163112 1 0.143475 0.0162907 1 0.137089 0.0162703 1 0.134172 0.01625 1 0.133908 0.0162297 1 0.133674 0.0162095 1 0.133059 0.0161893 1 0.133 0.0161692 1 0.127748 0.0161491 1 0.124585 0.016129 1 0.123423 0.016109 1 0.122744 0.0160891 1 0.12102 0.0160692 1 0.118083 0.0160494 1 0.117965 0.0160296 1 0.1169 0.0160099 1 0.116004 0.0159902 1 0.112924 0.0159705 1 0.112462 0.0159509 1 0.107587 0.0159314 1 0.104673 0.0159119 1 0.101732 0.0158924 1 0.0958496 0.015873 1 0.0954301 0.0158537 1 0.0927348 0.0158343 1 0.0921755 0.0158151 1 0.0919082 0.0157959 1 0.0916787 0.0157767 1 0.0912159 0.0157576 1 0.0865341 0.0157385 1 0.0828096 0.0157195 1 0.0821944 0.0157005 1 0.0789838 0.0156815 1 0.0786872 0.0156627 1 0.0757713 0.0156438 1 0.0715668 0.015625 1 0.0713104 0.0156062 1 0.0702371 0.0155875 1 0.0614193 0.0155689 1 0.0601346 0.0155502 1 0.0557553 0.0155317 1 0.0553887 0.0155131 1 0.0525481 0.0154946 1 0.0520884 0.0154762 1 0.0519303 0.0154578 1 0.0484521 0.0154394 1 0.0450068 0.0154211 1 0.0448064 0.0154028 1 0.0405129 0.0153846 1 0.0392477 0.0153664 1 0.039047 0.0153483 1 0.0388957 0.0153302 1 0.0383153 0.0153121 1 0.0366925 0.0152941 1 0.0360149 0.0152761 1 0.0349929 0.0152582 1 0.0317674 0.0152403 1 0.0295888 0.0152225 1 0.0287822 0.0152047 1 0.0286075 0.0151869 1 0.0284245 0.0151692 1 0.0265555 0.0151515 1 0.0206773 0.0151339 1 0.0182957 0.0151163 1 0.0143028 0.0150987 1 0.0120813 0.0150812 1 0.0105115 0.0150637 1 0.00812655 0.0150463 1 0.00740693 0.0150289 1 0.00187243 0.0150115 1 0.00182385 0.0149942 1 0.00180455 0.014977 1 0.00066422 0.0149597 1 -0.00183513 0.0149425 1 -0.00224496 0.0149254 1 -0.00259293 0.0149083 1 -0.00475709 0.0148912 1 -0.0102023 0.0148741 1 -0.0102542 0.0148571 1 -0.0105807 0.0148402 1 -0.0108435 0.0148233 1 -0.0131447 0.0148064 1 -0.0143368 0.0147895 1 -0.0151216 0.0147727 1 -0.0156372 0.014756 1 -0.0169238 0.0147392 1 -0.0183537 0.0147225 1 -0.0206649 0.0147059 1 -0.02122 0.0146893 1 -0.027479 0.0146727 1 -0.0292962 0.0146561 1 -0.0293171 0.0146396 1 -0.0294765 0.0146232 1 -0.0295802 0.0146067 1 -0.0304044 0.0145903 1 -0.0366094 0.014574 1 -0.0376714 0.0145577 1 -0.0378318 0.0145414 1 -0.0390542 0.0145251 1 -0.0508015 0.0145089 1 -0.0521849 0.0144928 1 -0.0582956 0.0144766 1 -0.0588232 0.0144605 1 -0.0626252 0.0144444 1 -0.064153 0.0144284 1 -0.0658395 0.0144124 1 -0.0661179 0.0143965 1 -0.0673262 0.0143805 1 -0.0676424 0.0143646 1 -0.0677239 0.0143488 1 -0.0713489 0.014333 1 -0.0714079 0.0143172 1 -0.0719346 0.0143014 1 -0.0771514 0.0142857 1 -0.0804621 0.01427 1 -0.0805865 0.0142544 1 -0.0837253 0.0142388 1 -0.0842132 0.0142232 1 -0.0844957 0.0142077 1 -0.0886915 0.0141921 1 -0.0892998 0.0141767 1 -0.0899497 0.0141612 1 -0.090139 0.0141458 1 -0.0911814 0.0141304 1 -0.0917639 0.0141151 1 -0.0925704 0.0140998 1 -0.0937153 0.0140845 1 -0.0939332 0.0140693 1 -0.0944579 0.0140541 1 -0.0961529 0.0140389 1 -0.0985794 0.0140237 1 -0.0999643 0.0140086 1 -0.100175 0.0139935 1 -0.102046 0.0139785 1 -0.106038 0.0139635 1 -0.106397 0.0139485 1 -0.112468 0.0139335 1 -0.113104 0.0139186 1 -0.114863 0.0139037 1 -0.116482 0.0138889 1 -0.117967 0.0138741 1 -0.119951 0.0138593 1 -0.12138 0.0138445 1 -0.121537 0.0138298 1 -0.124632 0.0138151 1 -0.125683 0.0138004 1 -0.128673 0.0137858 1 -0.131562 0.0137712 1 -0.131576 0.0137566 1 -0.134164 0.0137421 1 -0.134597 0.0137276 1 -0.134615 0.0137131 1 -0.135444 0.0136986 1 -0.135857 0.0136842 1 -0.136602 0.0136698 1 -0.136648 0.0136555 1 -0.13703 0.0136411 1 -0.139143 0.0136268 1 -0.140677 0.0136126 1 -0.140938 0.0135983 1 -0.14103 0.0135841 1 -0.141761 0.0135699 1 -0.14267 0.0135558 1 -0.146387 0.0135417 1 -0.148182 0.0135276 1 -0.150658 0.0135135 1 -0.152207 0.0134995 1 -0.152444 0.0134855 1 -0.152733 0.0134715 1 -0.153408 0.0134576 1 -0.153415 0.0134436 1 -0.153748 0.0134298 1 -0.155005 0.0134159 1 -0.156251 0.0134021 1 -0.159036 0.0133883 1 -0.159617 0.0133745 1 -0.160352 0.0133607 1 -0.160515 0.013347 1 -0.160919 0.0133333 1 -0.162064 0.0133197 1 -0.163838 0.013306 1 -0.164296 0.0132924 1 -0.164975 0.0132789 1 -0.169073 0.0132653 1 -0.169957 0.0132518 1 -0.170034 0.0132383 1 -0.170868 0.0132248 1 -0.180004 0.0132114 1 -0.181592 0.013198 1 -0.186895 0.0131846 1 -0.189909 0.0131712 1 -0.192328 0.0131579 1 -0.193052 0.0131446 1 -0.193429 0.0131313 1 -0.193693 0.0131181 1 -0.194105 0.0131048 1 -0.203282 0.0130916 1 -0.204885 0.0130785 1 -0.205411 0.0130653 1 -0.207134 0.0130522 1 -0.207643 0.0130391 1 -0.207749 0.0130261 1 -0.211185 0.013013 1 -0.216013 0.013 1 -0.217065 0.012987 1 -0.224679 0.0129741 1 -0.224697 0.0129611 1 -0.225871 0.0129482 1 -0.22635 0.0129353 1 -0.229689 0.0129225 1 -0.233094 0.0129096 1 -0.237514 0.0128968 1 -0.238606 0.012884 1 -0.239447 0.0128713 1 -0.239657 0.0128586 1 -0.244159 0.0128458 1 -0.244948 0.0128332 1 -0.246282 0.0128205 1 -0.246891 0.0128079 1 -0.247074 0.0127953 1 -0.24797 0.0127827 1 -0.248541 0.0127701 1 -0.249533 0.0127576 1 -0.250788 0.0127451 1 -0.25493 0.0127326 1 -0.257178 0.0127202 1 -0.2576 0.0127077 1 -0.258686 0.0126953 1 -0.258892 0.0126829 1 -0.263278 0.0126706 1 -0.264915 0.0126582 1 -0.265611 0.0126459 1 -0.267174 0.0126336 1 -0.268558 0.0126214 1 -0.271821 0.0126091 1 -0.273496 0.0125969 1 -0.275931 0.0125847 1 -0.276529 0.0125725 1 -0.278596 0.0125604 1 -0.280355 0.0125483 1 -0.281313 0.0125362 1 -0.283864 0.0125241 1 -0.284316 0.012512 1 -0.285117 0.0125 1 -0.286368 0.012488 1 -0.28993 0.012476 1 -0.291638 0.012464 1 -0.295541 0.0124521 1 -0.299745 0.0124402 1 -0.300047 0.0124283 1 -0.300177 0.0124164 1 -0.304585 0.0124046 1 -0.304893 0.0123928 1 -0.306927 0.012381 1 -0.307447 0.0123692 1 -0.308643 0.0123574 1 -0.312223 0.0123457 1 -0.312543 0.012334 1 -0.313346 0.0123223 1 -0.322443 0.0123106 1 -0.327303 0.012299 1 -0.328049 0.0122873 1 -0.328441 0.0122757 1 -0.329698 0.0122642 1 -0.335006 0.0122526 1 -0.335087 0.0122411 1 -0.335912 0.0122295 1 -0.337601 0.012218 1 -0.343418 0.0122066 1 -0.345921 0.0121951 1 -0.346276 0.0121837 1 -0.347105 0.0121723 1 -0.348572 0.0121609 1 -0.349163 0.0121495 1 -0.351919 0.0121382 1 -0.352277 0.0121269 1 -0.352435 0.0121156 1 -0.354476 0.0121043 1 -0.36157 0.012093 1 -0.36201 0.0120818 1 -0.363081 0.0120706 1 -0.364512 0.0120594 1 -0.369608 0.0120482 1 -0.371175 0.012037 1 -0.374014 0.0120259 1 -0.375612 0.0120148 1 -0.377869 0.0120037 1 -0.381596 0.0119926 1 -0.387427 0.0119816 1 -0.388863 0.0119705 1 -0.390867 0.0119595 1 -0.394193 0.0119485 1 -0.396766 0.0119376 1 -0.399205 0.0119266 1 -0.401883 0.0119157 1 -0.402059 0.0119048 1 -0.405075 0.0118939 1 -0.406279 0.011883 1 -0.410715 0.0118721 1 -0.418066 0.0118613 1 -0.418376 0.0118505 1 -0.419376 0.0118397 1 -0.419483 0.0118289 1 -0.422502 0.0118182 1 -0.424559 0.0118074 1 -0.426403 0.0117967 1 -0.427065 0.011786 1 -0.429363 0.0117754 1 -0.429586 0.0117647 1 -0.435328 0.0117541 1 -0.440154 0.0117435 1 -0.441708 0.0117329 1 -0.441787 0.0117223 1 -0.445218 0.0117117 1 -0.445717 0.0117012 1 -0.445917 0.0116906 1 -0.449158 0.0116801 1 -0.450717 0.0116697 1 -0.451943 0.0116592 1 -0.459783 0.0116487 1 -0.462057 0.0116383 1 -0.462101 0.0116279 1 -0.462716 0.0116175 1 -0.463283 0.0116071 1 -0.468183 0.0115968 1 -0.469571 0.0115865 1 -0.470244 0.0115761 1 -0.471054 0.0115658 1 -0.473031 0.0115556 1 -0.475527 0.0115453 1 -0.476765 0.011535 1 -0.478193 0.0115248 1 -0.480159 0.0115146 1 -0.480698 0.0115044 1 -0.481487 0.0114943 1 -0.483469 0.0114841 1 -0.484504 0.011474 1 -0.48505 0.0114638 1 -0.493335 0.0114537 1 -0.493656 0.0114437 1 -0.496008 0.0114336 1 -0.497945 0.0114236 1 -0.498706 0.0114135 1 -0.499192 0.0114035 1 -0.499433 0.0113935 1 -0.502537 0.0113835 1 -0.50544 0.0113736 1 -0.512013 0.0113636 1 -0.52006 0.0113537 1 -0.522726 0.0113438 1 -0.52372 0.0113339 1 -0.523917 0.011324 1 -0.527152 0.0113142 1 -0.52716 0.0113043 1 -0.528954 0.0112945 1 -0.528961 0.0112847 1 -0.53182 0.0112749 1 -0.532618 0.0112652 1 -0.533937 0.0112554 1 -0.534266 0.0112457 1 -0.540317 0.011236 1 -0.54098 0.0112263 1 -0.545554 0.0112166 1 -0.548279 0.0112069 1 -0.553068 0.0111972 1 -0.554102 0.0111876 1 -0.557947 0.011178 1 -0.566118 0.0111684 1 -0.569705 0.0111588 1 -0.575039 0.0111492 1 -0.579107 0.0111397 1 -0.579316 0.0111301 1 -0.579953 0.0111206 1 -0.58237 0.0111111 1 -0.586505 0.0111016 1 -0.589527 0.0110922 1 -0.591378 0.0110827 1 -0.594158 0.0110733 1 -0.595749 0.0110638 1 -0.597844 0.0110544 1 -0.598022 0.011045 1 -0.599837 0.0110357 1 -0.602926 0.0110263 1 -0.605109 0.0110169 1 -0.606224 0.0110076 1 -0.606686 0.0109983 1 -0.610873 0.010989 1 -0.612038 0.0109797 1 -0.612638 0.0109705 1 -0.625192 0.0109612 1 -0.62541 0.010952 1 -0.625818 0.0109428 1 -0.62761 0.0109336 1 -0.629492 0.0109244 1 -0.630223 0.0109152 1 -0.630333 0.010906 1 -0.633349 0.0108969 1 -0.635342 0.0108878 1 -0.635385 0.0108787 1 -0.638377 0.0108696 1 -0.640108 0.0108605 1 -0.640708 0.0108514 1 -0.649228 0.0108424 1 -0.651338 0.0108333 1 -0.652659 0.0108243 1 -0.657377 0.0108153 1 -0.660095 0.0108063 1 -0.661951 0.0107973 1 -0.665917 0.0107884 1 -0.667529 0.0107794 1 -0.671632 0.0107705 1 -0.675204 0.0107616 1 -0.67724 0.0107527 1 -0.683944 0.0107438 1 -0.686298 0.0107349 1 -0.686957 0.0107261 1 -0.693608 0.0107172 1 -0.693982 0.0107084 1 -0.694382 0.0106996 1 -0.694547 0.0106908 1 -0.695081 0.010682 1 -0.696044 0.0106732 1 -0.696425 0.0106645 1 -0.70089 0.0106557 1 -0.701132 0.010647 1 -0.702947 0.0106383 1 -0.712721 0.0106296 1 -0.712999 0.0106209 1 -0.714713 0.0106122 1 -0.717287 0.0106036 1 -0.717339 0.0105949 1 -0.720959 0.0105863 1 -0.721945 0.0105777 1 -0.72765 0.0105691 1 -0.730239 0.0105605 1 -0.731246 0.0105519 1 -0.738894 0.0105434 1 -0.740268 0.0105348 1 -0.741944 0.0105263 1 -0.744396 0.0105178 1 -0.744404 0.0105093 1 -0.751615 0.0105008 1 -0.753186 0.0104923 1 -0.753991 0.0104839 1 -0.755597 0.0104754 1 -0.755742 0.010467 1 -0.756002 0.0104586 1 -0.758546 0.0104502 1 -0.758664 0.0104418 1 -0.760172 0.0104334 1 -0.76078 0.010425 1 -0.760782 0.0104167 1 -0.760839 0.0104083 1 -0.761852 0.0104 1 -0.764172 0.0103917 1 -0.765532 0.0103834 1 -0.76724 0.0103751 1 -0.769783 0.0103668 1 -0.771646 0.0103586 1 -0.776352 0.0103503 1 -0.777062 0.0103421 1 -0.777782 0.0103339 1 -0.778531 0.0103257 1 -0.779445 0.0103175 1 -0.781059 0.0103093 1 -0.786485 0.0103011 1 -0.788811 0.010293 1 -0.790151 0.0102848 1 -0.79152 0.0102767 1 -0.795427 0.0102686 1 -0.797953 0.0102605 1 -0.804337 0.0102524 1 -0.806041 0.0102443 1 -0.806166 0.0102362 1 -0.806886 0.0102282 1 -0.810222 0.0102201 1 -0.810351 0.0102121 1 -0.813779 0.0102041 1 -0.815409 0.0101961 1 -0.82124 0.0101881 1 -0.823824 0.0101801 1 -0.825176 0.0101721 1 -0.826164 0.0101642 1 -0.827101 0.0101563 1 -0.827322 0.0101483 1 -0.831147 0.0101404 1 -0.832552 0.0101325 1 -0.832913 0.0101246 1 -0.833511 0.0101167 1 -0.837463 0.0101089 1 -0.844329 0.010101 1 -0.851914 0.0100932 1 -0.852076 0.0100853 1 -0.853014 0.0100775 1 -0.853898 0.0100697 1 -0.855972 0.0100619 1 -0.858875 0.0100541 1 -0.861094 0.0100464 1 -0.867594 0.0100386 1 -0.869 0.0100309 1 -0.87462 0.0100231 1 -0.878741 0.0100154 1 -0.883613 0.0100077 1 -0.884797 0.01 1 -0.885399 0.00999231 1 -0.886539 0.00998464 1 -0.890593 0.00997698 1 -0.892276 0.00996933 1 -0.894101 0.00996169 1 -0.89424 0.00995406 1 -0.896436 0.00994644 1 -0.896523 0.00993884 1 -0.901454 0.00993125 1 -0.904701 0.00992366 1 -0.909995 0.00991609 1 -0.911029 0.00990854 1 -0.911246 0.00990099 1 -0.912654 0.00989346 1 -0.91722 0.00988593 1 -0.917369 0.00987842 1 -0.922472 0.00987092 1 -0.92398 0.00986343 1 -0.926526 0.00985595 1 -0.929642 0.00984848 1 -0.940753 0.00984103 1 -0.940993 0.00983359 1 -0.949858 0.00982615 1 -0.951302 0.00981873 1 -0.954389 0.00981132 1 -0.954749 0.00980392 1 -0.958031 0.00979653 1 -0.965595 0.00978916 1 -0.972224 0.00978179 1 -0.973532 0.00977444 1 -0.974433 0.00976709 1 -0.976777 0.00975976 1 -0.982737 0.00975244 1 -0.990511 0.00974513 1 -0.99179 0.00973783 1 -0.992319 0.00973054 1 -0.99926 0.00972326 1 -1.00358 0.00971599 1 -1.01081 0.00970874 1 -1.01375 0.00970149 1 -1.01575 0.00969426 1 -1.01752 0.00968703 1 -1.02243 0.00967982 1 -1.02376 0.00967262 1 -1.02384 0.00966543 1 -1.02437 0.00965825 1 -1.02759 0.00965108 1 -1.03022 0.00964392 1 -1.03471 0.00963677 1 -1.03665 0.00962963 1 -1.03746 0.0096225 1 -1.03883 0.00961538 1 -1.04274 0.00960828 1 -1.0468 0.00960118 1 -1.04697 0.0095941 1 -1.04928 0.00958702 1 -1.05084 0.00957996 1 -1.05383 0.0095729 1 -1.05788 0.00956586 1 -1.06035 0.00955882 1 -1.06117 0.0095518 1 -1.06382 0.00954479 1 -1.06708 0.00953778 1 -1.06824 0.00953079 1 -1.06959 0.00952381 1 -1.06971 0.00951684 1 -1.07122 0.00950988 1 -1.07533 0.00950292 1 -1.08019 0.00949598 1 -1.08136 0.00948905 1 -1.08172 0.00948213 1 -1.08771 0.00947522 1 -1.08771 0.00946832 1 -1.09205 0.00946143 1 -1.09551 0.00945455 1 -1.09819 0.00944767 1 -1.0986 0.00944081 1 -1.10293 0.00943396 1 -1.10379 0.00942712 1 -1.10877 0.00942029 1 -1.11042 0.00941347 1 -1.11176 0.00940666 1 -1.11317 0.00939986 1 -1.12216 0.00939306 1 -1.12233 0.00938628 1 -1.12437 0.00937951 1 -1.13288 0.00937275 1 -1.13776 0.00936599 1 -1.14188 0.00935925 1 -1.14196 0.00935252 1 -1.14358 0.00934579 1 -1.14423 0.00933908 1 -1.14535 0.00933238 1 -1.15411 0.00932568 1 -1.15745 0.009319 1 -1.15889 0.00931232 1 -1.16028 0.00930565 1 -1.16772 0.009299 1 -1.17722 0.00929235 1 -1.17775 0.00928571 1 -1.18267 0.00927909 1 -1.18524 0.00927247 1 -1.18713 0.00926586 1 -1.1879 0.00925926 1 -1.19237 0.00925267 1 -1.19712 0.00924609 1 -1.19729 0.00923952 1 -1.20389 0.00923295 1 -1.20558 0.0092264 1 -1.20959 0.00921986 1 -1.22562 0.00921332 1 -1.22687 0.0092068 1 -1.23141 0.00920028 1 -1.23956 0.00919378 1 -1.24352 0.00918728 1 -1.24589 0.00918079 1 -1.2477 0.00917431 1 -1.24952 0.00916784 1 -1.25452 0.00916138 1 -1.25535 0.00915493 1 -1.25614 0.00914849 1 -1.25837 0.00914205 1 -1.26015 0.00913563 1 -1.26448 0.00912921 1 -1.2655 0.00912281 1 -1.26853 0.00911641 1 -1.2835 0.00911002 1 -1.28573 0.00910364 1 -1.28786 0.00909727 1 -1.29075 0.00909091 1 -1.29165 0.00908456 1 -1.30032 0.00907821 1 -1.30675 0.00907188 1 -1.31732 0.00906555 1 -1.32846 0.00905923 1 -1.33053 0.00905292 1 -1.33226 0.00904662 1 -1.33617 0.00904033 1 -1.33956 0.00903405 1 -1.3464 0.00902778 1 -1.34828 0.00902151 1 -1.34927 0.00901526 1 -1.34969 0.00900901 1 -1.35315 0.00900277 1 -1.35519 0.00899654 1 -1.3617 0.00899032 1 -1.36386 0.00898411 1 -1.36856 0.0089779 1 -1.37079 0.0089717 1 -1.37721 0.00896552 1 -1.37729 0.00895934 1 -1.38056 0.00895317 1 -1.38488 0.00894701 1 -1.39529 0.00894085 1 -1.39963 0.00893471 1 -1.40608 0.00892857 1 -1.41067 0.00892244 1 -1.41483 0.00891632 1 -1.41779 0.00891021 1 -1.42562 0.00890411 1 -1.4257 0.00889802 1 -1.42651 0.00889193 1 -1.43151 0.00888585 1 -1.44491 0.00887978 1 -1.44565 0.00887372 1 -1.44855 0.00886767 1 -1.44937 0.00886162 1 -1.45394 0.00885559 1 -1.46972 0.00884956 1 -1.47648 0.00884354 1 -1.48864 0.00883753 1 -1.48977 0.00883152 1 -1.49042 0.00882553 1 -1.4954 0.00881954 1 -1.49857 0.00881356 1 -1.4999 0.00880759 1 -1.5003 0.00880162 1 -1.50594 0.00879567 1 -1.50784 0.00878972 1 -1.51313 0.00878378 1 -1.51498 0.00877785 1 -1.51746 0.00877193 1 -1.52151 0.00876601 1 -1.52162 0.00876011 1 -1.52463 0.00875421 1 -1.52928 0.00874832 1 -1.53852 0.00874243 1 -1.53914 0.00873656 1 -1.54032 0.00873069 1 -1.54544 0.00872483 1 -1.547 0.00871898 1 -1.54813 0.00871314 1 -1.54833 0.0087073 1 -1.55064 0.00870147 1 -1.55233 0.00869565 1 -1.55919 0.00868984 1 -1.56873 0.00868403 1 -1.57114 0.00867824 1 -1.57215 0.00867245 1 -1.57634 0.00866667 1 -1.57665 0.00866089 1 -1.57915 0.00865513 1 -1.57929 0.00864937 1 -1.57951 0.00864362 1 -1.5855 0.00863787 1 -1.59371 0.00863214 1 -1.59751 0.00862641 1 -1.59759 0.00862069 1 -1.61472 0.00861498 1 -1.61697 0.00860927 1 -1.62383 0.00860357 1 -1.62678 0.00859788 1 -1.63032 0.0085922 1 -1.63622 0.00858653 1 -1.65286 0.00858086 1 -1.6546 0.0085752 1 -1.67266 0.00856955 1 -1.67325 0.0085639 1 -1.67696 0.00855826 1 -1.683 0.00855263 1 -1.6844 0.00854701 1 -1.68551 0.00854139 1 -1.69618 0.00853578 1 -1.69776 0.00853018 1 -1.70425 0.00852459 1 -1.70872 0.008519 1 -1.71184 0.00851343 1 -1.72891 0.00850785 1 -1.74063 0.00850229 1 -1.74889 0.00849673 1 -1.75794 0.00849118 1 -1.77679 0.00848564 1 -1.78634 0.0084801 1 -1.79138 0.00847458 1 -1.79197 0.00846906 1 -1.79939 0.00846354 1 -1.80046 0.00845804 1 -1.80951 0.00845254 1 -1.81019 0.00844704 1 -1.81233 0.00844156 1 -1.81239 0.00843608 1 -1.81514 0.00843061 1 -1.83301 0.00842515 1 -1.8347 0.00841969 1 -1.83813 0.00841424 1 -1.84044 0.0084088 1 -1.84234 0.00840336 1 -1.84282 0.00839793 1 -1.84312 0.00839251 1 -1.84822 0.0083871 1 -1.85969 0.00838169 1 -1.86016 0.00837629 1 -1.86626 0.0083709 1 -1.86684 0.00836551 1 -1.8673 0.00836013 1 -1.88697 0.00835476 1 -1.88904 0.00834939 1 -1.89211 0.00834403 1 -1.8951 0.00833868 1 -1.89625 0.00833333 1 -1.89653 0.00832799 1 -1.9165 0.00832266 1 -1.91721 0.00831734 1 -1.92097 0.00831202 1 -1.92798 0.00830671 1 -1.93384 0.0083014 1 -1.9359 0.00829611 1 -1.93946 0.00829082 1 -1.95227 0.00828553 1 -1.95428 0.00828025 1 -1.96433 0.00827498 1 -1.96667 0.00826972 1 -1.9749 0.00826446 1 -1.97673 0.00825921 1 -1.98067 0.00825397 1 -1.99454 0.00824873 1 -2.01667 0.0082435 1 -2.01729 0.00823828 1 -2.01823 0.00823306 1 -2.02248 0.00822785 1 -2.04636 0.00822264 1 -2.06079 0.00821745 1 -2.06459 0.00821226 1 -2.06864 0.00820707 1 -2.06965 0.00820189 1 -2.071 0.00819672 1 -2.0768 0.00819156 1 -2.08269 0.0081864 1 -2.09262 0.00818125 1 -2.1179 0.0081761 1 -2.1208 0.00817096 1 -2.12658 0.00816583 1 -2.1368 0.0081607 1 -2.15075 0.00815558 1 -2.15654 0.00815047 1 -2.18645 0.00814536 1 -2.19024 0.00814026 1 -2.19692 0.00813517 1 -2.19901 0.00813008 1 -2.20156 0.008125 1 -2.20273 0.00811993 1 -2.21216 0.00811486 1 -2.21222 0.00810979 1 -2.21628 0.00810474 1 -2.23539 0.00809969 1 -2.2529 0.00809465 1 -2.25563 0.00808961 1 -2.25645 0.00808458 1 -2.26823 0.00807955 1 -2.27406 0.00807453 1 -2.27599 0.00806952 1 -2.29091 0.00806452 1 -2.32067 0.00805952 1 -2.32769 0.00805452 1 -2.33282 0.00804954 1 -2.3483 0.00804455 1 -2.35477 0.00803958 1 -2.35718 0.00803461 1 -2.36974 0.00802965 1 -2.36987 0.00802469 1 -2.3933 0.00801974 1 -2.39355 0.0080148 1 -2.41703 0.00800986 1 -2.42899 0.00800493 1 -2.43378 0.008 1 -2.43641 0.00799508 1 -2.45489 0.00799017 1 -2.45515 0.00798526 1 -2.46796 0.00798036 1 -2.46801 0.00797546 1 -2.474 0.00797057 1 -2.47896 0.00796569 1 -2.48601 0.00796081 1 -2.48696 0.00795594 1 -2.4907 0.00795107 1 -2.49103 0.00794621 1 -2.49152 0.00794136 1 -2.50696 0.00793651 1 -2.50819 0.00793167 1 -2.53978 0.00792683 1 -2.54276 0.007922 1 -2.55763 0.00791717 1 -2.56469 0.00791236 1 -2.57207 0.00790754 1 -2.57588 0.00790274 1 -2.58269 0.00789793 1 -2.59201 0.00789314 1 -2.60229 0.00788835 1 -2.62545 0.00788357 1 -2.62699 0.00787879 1 -2.63445 0.00787402 1 -2.63886 0.00786925 1 -2.64224 0.00786449 1 -2.64626 0.00785973 1 -2.66423 0.00785498 1 -2.66792 0.00785024 1 -2.66817 0.0078455 1 -2.67907 0.00784077 1 -2.70319 0.00783605 1 -2.7072 0.00783133 1 -2.71708 0.00782661 1 -2.73644 0.0078219 1 -2.74475 0.0078172 1 -2.7489 0.0078125 1 -2.75133 0.00780781 1 -2.75182 0.00780312 1 -2.7559 0.00779844 1 -2.75749 0.00779376 1 -2.78421 0.0077891 1 -2.78864 0.00778443 1 -2.78924 0.00777977 1 -2.79523 0.00777512 1 -2.80083 0.00777047 1 -2.80565 0.00776583 1 -2.80711 0.00776119 1 -2.80731 0.00775656 1 -2.83666 0.00775194 1 -2.84198 0.00774732 1 -2.85037 0.0077427 1 -2.85054 0.0077381 1 -2.8513 0.00773349 1 -2.85912 0.00772889 1 -2.90374 0.0077243 1 -2.90812 0.00771971 1 -2.91423 0.00771513 1 -2.92078 0.00771056 1 -2.92189 0.00770599 1 -2.94942 0.00770142 1 -2.95229 0.00769686 1 -3.00224 0.00769231 1 -3.00236 0.00768776 1 -3.033 0.00768322 1 -3.04794 0.00767868 1 -3.04839 0.00767414 1 -3.05965 0.00766962 1 -3.10058 0.00766509 1 -3.12647 0.00766058 1 -3.12844 0.00765607 1 -3.14831 0.00765156 1 -3.15303 0.00764706 1 -3.17867 0.00764256 1 -3.17888 0.00763807 1 -3.20317 0.00763359 1 -3.21233 0.00762911 1 -3.22147 0.00762463 1 -3.22564 0.00762016 1 -3.2313 0.0076157 1 -3.23252 0.00761124 1 -3.2551 0.00760679 1 -3.30775 0.00760234 1 -3.31711 0.0075979 1 -3.31864 0.00759346 1 -3.32151 0.00758903 1 -3.32624 0.0075846 1 -3.33978 0.00758017 1 -3.34023 0.00757576 1 -3.35702 0.00757135 1 -3.36789 0.00756694 1 -3.36863 0.00756254 1 -3.42123 0.00755814 1 -3.42395 0.00755375 1 -3.46105 0.00754936 1 -3.46109 0.00754498 1 -3.46239 0.0075406 1 -3.47205 0.00753623 1 -3.47543 0.00753187 1 -3.50197 0.0075275 1 -3.50684 0.00752315 1 -3.51637 0.0075188 1 -3.52776 0.00751445 1 -3.55098 0.00751011 1 -3.55794 0.00750577 1 -3.55816 0.00750144 1 -3.60657 0.00749712 1 -3.63111 0.0074928 1 -3.65596 0.00748848 1 -3.66362 0.00748417 1 -3.68413 0.00747986 1 -3.68517 0.00747556 1 -3.69479 0.00747126 1 -3.69553 0.00746697 1 -3.72639 0.00746269 1 -3.75304 0.00745841 1 -3.78617 0.00745413 1 -3.7996 0.00744986 1 -3.8158 0.00744559 1 -3.81723 0.00744133 1 -3.88288 0.00743707 1 -3.91924 0.00743282 1 -3.96735 0.00742857 1 -3.97538 0.00742433 1 -3.97554 0.00742009 1 -4.04275 0.00741586 1 -4.06472 0.00741163 1 -4.15403 0.00740741 1 -4.19783 0.00740319 1 -4.25561 0.00739898 1 -4.28118 0.00739477 1 -4.30521 0.00739056 1 -4.40699 0.00738636 1 -4.45096 0.00738217 1 -4.49123 0.00737798 1 -4.49739 0.00737379 1 -4.50934 0.00736961 1 -4.5663 0.00736544 1 -4.61254 0.00736127 1 -4.62296 0.0073571 1 -4.66034 0.00735294 1 -4.66279 0.00734878 1 -4.68507 0.00734463 1 -4.71231 0.00734049 1 -4.71386 0.00733634 1 -4.74579 0.00733221 1 -4.85498 0.00732807 1 -4.93653 0.00732394 1 -4.97724 0.00731982 1 -4.97889 0.0073157 1 -5.00758 0.00731159 1 -5.15924 0.00730748 1 -5.37213 0.00730337 1 -5.43559 0.00729927 1 -5.59065 0.00729517 1 -5.73549 0.00729108 1 -5.9447 0.007287 1 -6.01672 0.00728291 1 -6.80321 0.00727884 1 -6.86165 0.00727476 1 -7.7386 0.00727069 1 -8.44006 0.00726663 1 -8.60873 0.00726257 1 -9.47855 0.00725851 1 -12.6496 0.00725446 1 proftmb-1.1.12/input/Makefile.in0000644015075101507510000002526312026631527013422 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = input DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(pkgdatadir)" DATA = $(pkgdata_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ INCLUDES = @INCLUDES@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ #pkgdata_DATA = Architecture 1a0s_P.Q 1af6_A.Q Label2Arch\ # Label2Label StateRedux2 StateRedux3 StateRedux4 TiedStates\ # TrainingSeqs options NCBIGnegComp pkgdata_DATA = * all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu input/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu input/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-pkgdataDATA: $(pkgdata_DATA) @$(NORMAL_INSTALL) test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ done uninstall-pkgdataDATA: @$(NORMAL_UNINSTALL) @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(pkgdatadir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pkgdataDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pkgdataDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-pkgdataDATA install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-pkgdataDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: proftmb-1.1.12/input/Swiss8.params0000644015075101507510000004551612026631527013765 000000000000001,1 2,1 3,1 4,1 5,1 6,1 7,1 8,1 9,1 10,1 11,1 12,1 13,0 13,0.118644 14,0.881356 76,1 77,0 13,0.192308 15,0.807692 13,0.190476 16,0.809524 13,0.352941 17,0.647059 13,0.272727 18,0.727273 13,0.3125 19,0.6875 13,0.454545 20,0.545455 13,0.333333 21,0.666667 13,0.25 22,0.75 13,0.333333 23,0.666667 13,0 24,1 13,1 25,0 13,0 26,0 13,0 27,0 13,0 28,0 13,0 29,0 13,0 30,0 13,0 31,0 32,0 13,0 34,0.5 35,0 36,0 37,0.5 35,0.135135 69,0.837838 92,0.027027 0,0.0526316 1,0.0263158 2,0.105263 3,0.0526316 4,0.210526 5,0.157895 6,0.315789 7,0.0789474 8,0 9,0 10,0 11,0 92,1.36571e-25 88,1 84,1 33,0.333333 34,0.333333 35,0 36,0.333333 37,0 34,0 35,0 36,0 37,0.142857 38,0.857143 34,0.111111 35,0 36,0 37,0.111111 39,0.777778 34,0.5 35,0 36,0.0833333 37,0.0416667 40,0.375 34,0.138889 35,0 36,0.138889 37,0.0555556 41,0.666667 34,0.106383 35,0 36,0.106383 37,0.0212766 42,0.765957 34,0.0588235 35,0.0196078 36,0 37,0 43,0.921569 34,0.135593 35,0 36,0 37,0 44,0.864407 34,0 35,0 36,0 37,0 45,1 34,0 35,0 36,0 37,0 46,1 34,0 35,0 36,0 37,0 47,1 34,0 35,0 36,0 37,0 48,1 49,1 50,1 51,1 52,1 53,1 54,1 55,1 56,1 57,1 58,1 59,1 60,1 61,1 62,1 63,1 64,0 65,0 66,0 67,0 35,0.0645161 70,0.612903 71,0.322581 92,0 71,0.263158 72,0.368421 73,0.105263 92,0.263158 35,1 92,4.24953e-18 73,0 74,0.928571 75,0.0714286 92,0 71,1 92,4.3088e-09 74,0.976925 75,0.0224065 92,0.000668652 73,0.880844 92,0.119156 77,0.0508475 78,0.949153 79,0 48,0 49,0 50,0.118644 51,0.20339 52,0.169492 53,0.169492 54,0.101695 55,0.0677966 56,0.0508475 57,0.0169492 58,0.0338983 59,0.0169492 60,0.0169492 61,0.0169492 62,0 63,0 64,0.0169492 65,0 66,0 67,0 68,0 79,0.0892857 80,0.857143 81,0.0535714 77,1 81,0.0833333 82,0.895833 83,0.0208333 79,1 82,0.906725 83,0.0932755 81,1 85,1 86,1 87,1 3,0.428571 4,0 5,0.571429 6,0 7,0 8,0 9,0 10,0 11,0 89,1 90,1 2,0 3,0.142857 5,0.428571 6,0 7,0.428571 9,0 10,0 11,0 34,2.8622e-95 35,0.125 69,6.49355e-77 70,8.0097e-44 71,0 72,0.875 73,0 74,4.5596e-47 75,0 ENDRECORD 1,1 1,2 1,3 1,4 1,3 1,4 1,4 1,4 1,3 1,4 1,4 2,4 2,1 2,20 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 1,1 1,1 4,1 3,14 13,17 1,13 1,13 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,2 5,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,1 4,2 4,2 2,4 4,2 2,4 3,3 2,3 3,1 21,3 3,1 1,3 3,1 1,3 2,2 1,2 1,1 1,1 1,1 9,1 1,1 1,1 8,1 9,0 0,9 ENDRECORD 35,0 0,0 35,1 1,0 35,2 90,0 2,0 35,3 87,0 90,1 3,0 35,4 87,1 4,0 35,5 87,2 90,2 5,0 35,6 87,3 90,3 6,0 35,7 87,4 90,4 7,0 35,8 87,5 8,0 35,9 87,6 90,5 9,0 35,10 87,7 90,6 10,0 35,11 87,8 90,7 11,0 11,1 12,0 14,0 15,0 16,0 17,0 18,0 19,0 20,0 21,0 22,0 23,0 24,0 25,0 26,0 27,0 28,0 29,0 30,0 32,0 12,1 14,1 15,1 16,1 17,1 18,1 19,1 20,1 21,1 22,1 23,1 24,1 25,1 26,1 27,1 28,1 29,1 30,1 31,0 38,0 33,0 38,1 39,0 40,0 41,0 42,0 43,0 44,0 45,0 46,0 47,0 48,0 49,0 91,0 33,1 34,0 38,2 39,1 40,1 41,1 42,1 43,1 44,1 45,1 46,1 47,1 48,1 49,1 69,0 71,0 91,1 33,2 38,3 39,2 40,2 41,2 42,2 43,2 44,2 45,2 46,2 47,2 48,2 49,2 33,3 38,4 39,3 40,3 41,3 42,3 43,3 44,3 45,3 46,3 47,3 48,3 49,3 39,4 40,4 41,4 42,4 43,4 44,4 45,4 46,4 47,4 48,4 49,4 77,0 50,0 77,1 51,0 77,2 52,0 77,3 53,0 77,4 54,0 77,5 55,0 77,6 56,0 77,7 57,0 77,8 58,0 77,9 59,0 77,10 60,0 77,11 61,0 77,12 62,0 77,13 63,0 77,14 64,0 77,15 65,0 77,16 66,0 77,17 67,0 77,18 68,0 77,19 77,20 34,1 91,2 69,1 91,3 69,2 70,0 73,0 91,4 70,1 91,5 70,2 72,0 75,0 91,6 72,1 74,0 91,7 72,2 74,1 91,8 13,0 13,1 76,0 79,0 76,1 76,2 78,0 81,0 78,1 78,2 80,0 83,0 80,1 82,0 80,2 82,1 37,0 84,0 85,0 86,0 36,0 88,0 89,0 34,2 35,12 69,3 70,3 71,1 72,3 73,1 74,2 75,1 ENDRECORD 0.0765449 0.003572 0.0856814 0.0206101 0.0608538 0.167294 0.0120258 0.0327789 0.0359084 0.0578234 0.0179861 0.135494 0.0179117 0.0418897 0.0332328 0.0526552 0.0599668 0.0360011 0.0256026 0.0261664 0.0415912 0.0042229 0.145164 0.0798863 0.0234162 0.266952 0.0113663 0.0164397 0.028627 0.0499962 0.00868099 0.100809 0.0609857 0.0251341 0.0235962 0.0466576 0.0285484 0.0120666 0.0107764 0.0150833 0.0387105 0.00643579 0.104119 0.0343826 0.0129015 0.267459 0.02148 0.0143583 0.0508257 0.0214794 0.0150227 0.101029 0.0528669 0.0300689 0.0487104 0.0642694 0.0322751 0.022901 0.0256879 0.0350179 0.0897518 0 0.0114616 0.00780948 0.128256 0.100148 0.0265685 0.056548 0.0198302 0.197938 0.0164392 0.0179179 0.00433651 0.0187064 0.0200905 0.0344748 0.0360485 0.115536 0.072328 0.0258111 0.0589204 0.00145773 0.0229882 0.0143293 0.112384 0.0403787 0.0245475 0.0545457 0.0315446 0.164907 0.0230014 0.0590232 0.0273596 0.0172589 0.00718644 0.0492119 0.15306 0.0732182 0.0300866 0.0345905 0.0548348 0.00282996 0.221059 0.0449596 0.0362999 0.23356 0.00573069 0.00710293 0.0304265 0.0325902 0.00864614 0.0746406 0.017307 0.0289957 0.0158346 0.0650966 0.0765153 0.0141645 0.00843385 0.0209726 0.0668894 0.00141443 0.166198 0.0773636 0.03866 0.17299 0.00707214 0.024258 0.0242733 0.0212447 0.00282885 0.137263 0.0530334 0.0427881 0.0240877 0.0756023 0.034159 0.0157157 0.00707214 0.00708628 0.0285876 0.00287157 0.0502782 0.0143732 0.0749071 0.36337 0.0129582 0.0201446 0.0331172 0.0619339 0.0230592 0.0418052 0.0201743 0.0299881 0.0460609 0.0343879 0.0370741 0.0329599 0.0172872 0.054662 0.0736991 0.00281499 0.025548 0.00987326 0.051361 0.149595 0.00562997 0.0542187 0.0927644 0.155591 0.00983166 0.0128609 0.0070444 0.015878 0.0342417 0.040042 0.0470844 0.126157 0.0772912 0.0084727 0.0705783 0 0.0185374 0.0602223 0.0188653 0.0861505 0.0118532 0.0427471 0.038894 0.130095 0.00687285 0.146516 0.00843537 0.0201711 0.0468017 0.0841003 0.117616 0.0319917 0.0343643 0.0251876 0.0445814 0 0.0562113 0.0642855 0.0829938 0.0657587 0.0271422 0.0454498 0.0494892 0.145702 0.046701 0.0145915 0.0313828 0.0617893 0.0158389 0.0585007 0.0495114 0.0936995 0.0135031 0.0328684 0.0439737 0.00166992 0.0355973 0.0178246 0.135874 0.0732966 0.0167887 0.0695793 0.0572974 0.0953879 0.0207206 0.0329551 0.0421107 0.0629483 0.017069 0.0340476 0.047922 0.052188 0.0486583 0.0940916 0.0417689 0.00275775 0.0205904 0.0248908 0.0656991 0.0842751 0.0323729 0.0411456 0.0119104 0.113678 0.0159832 0.0308263 0.055518 0.0381464 0.0102879 0.0358327 0.0362103 0.0591582 0.0334662 0.245482 0.139212 0.00558044 0.0216227 0.0149476 0.0748117 0.0567582 0.0137746 0.0763528 0.00861799 0.150643 0.0302539 0.023951 0.0380671 0.0117303 0.0066041 0.0301003 0.034561 0.167905 0.01615 0.0783567 0.129038 0.00136456 0.0127952 0.0270612 0.0857367 0.0479619 0.0115975 0.107745 0.0115956 0.188408 0.0222863 0.0131047 0.013985 0.0405789 0.00885901 0.0449632 0.0333433 0.157339 0.00870164 0.0335353 0.0982128 0.00256505 0.0269339 0.0181485 0.111822 0.0574404 0.0124058 0.0591232 0.0153651 0.0858018 0.021115 0.0554792 0.0172004 0.0242976 0.013125 0.0427268 0.0837264 0.0918507 0.0540692 0.108591 0.0444843 0.00425783 0.0955011 0.034889 0.0510867 0.0401856 0.0308646 0.0259368 0.0637726 0.047707 0.0143447 0.0786697 0.0198955 0.0456992 0.0770451 0.106003 0.087746 0.0493247 0.0398611 0.0427253 0.0291768 0.0020102 0.155547 0.0639455 0.0255175 0.0462807 0.0273109 0.0250426 0.110825 0.0400253 0.00898633 0.067428 0.0145363 0.0414968 0.0758951 0.0783325 0.10893 0.0290389 0.010982 0.0386918 0.0482262 0.0049703 0.131602 0.0571758 0.0232541 0.0532862 0.0212139 0.0232141 0.119452 0.0302444 0.0172438 0.0552163 0.0212141 0.0342149 0.0834781 0.116122 0.0902399 0.0301746 0.0152436 0.0242139 0.0650854 0.00163399 0.143309 0.0540176 0.0150707 0.0816773 0.0386094 0.040114 0.065717 0.0484474 0.0100367 0.0433754 0.0269088 0.0234067 0.0368407 0.171812 0.0519454 0.036578 0.00837001 0.0370448 0.0538721 0.003367 0.0976431 0.037037 0.023569 0.0538721 0.016835 0.030303 0.0976431 0.03367 0.023569 0.0606061 0.016835 0.043771 0.043771 0.181818 0.0841751 0.0606061 0.003367 0.03367 0.0693069 0.019802 0.029703 0.039604 0.049505 0.049505 0.019802 0.049505 0.029703 0.049505 0.019802 0.049505 0.019802 0.108911 0.0693069 0.0594059 0.0990099 0.0693069 0.00990099 0.0891089 0.06 0.02 0.04 0.03 0.06 0.06 0.01 0.09 0.03 0.08 0.02 0.05 0.06 0.04 0.04 0.06 0.08 0.12 0.01 0.04 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.238776 0.280408 0 0.0408163 0 0.0153061 0.0102041 0 0 0.112245 0.0561224 0.0204082 0 0.0807143 0.145 0 0 0 0.0788848 0 0.062522 0.0521854 0.0731665 0.010103 0.00434373 0.0256311 0.03911 0.077966 0.0115593 0.0231051 0.0529961 0.0595017 0.0260052 0.127492 0.104239 0.0355236 0.0575495 0.0781164 0.0713117 0.00331691 0.0765506 0.0757975 0.0229105 0.0485807 0.0191977 0.052303 0.109541 0.0377446 0.0112027 0.0519556 0.0693696 0.0534992 0.0439402 0.0928039 0.0693645 0.0510936 0.0147059 0.0248104 0.0955293 0.00168151 0.0810551 0.0621187 0.0480605 0.0566974 0.0273403 0.0312044 0.0805685 0.0481462 0.0222169 0.0537075 0.0208873 0.0554268 0.0629835 0.0656159 0.0852047 0.0479834 0.0177228 0.0358493 0.0901643 0.00275993 0.0592003 0.0853546 0.0151836 0.123432 0.0162169 0.0234525 0.0432151 0.0291798 0.0118044 0.055018 0.00769625 0.0531222 0.121503 0.0999097 0.0534539 0.0526838 0.0139546 0.0426953 0.0777355 0.00257559 0.0352151 0.0620935 0.0289812 0.218953 0.0158885 0.0260232 0.0378595 0.0354268 0.026146 0.0380656 0.00791616 0.067272 0.0700987 0.0704818 0.0941447 0.0363954 0.0136296 0.0350981 0.0574734 0.00269518 0.054001 0.0447202 0.024439 0.195841 0.0126876 0.0311754 0.0669335 0.0327686 0.0219476 0.0661831 0.0111623 0.0274179 0.112477 0.0866598 0.0591854 0.0319592 0.0133121 0.0469614 0.0844447 0.00500442 0.0308277 0.060709 0.0317386 0.167635 0.016249 0.0342598 0.0202286 0.0564888 0.0188938 0.0780099 0.0140456 0.0553587 0.0398222 0.087467 0.0885259 0.047245 0.0426658 0.0203809 0.0855988 0.00731366 0.0402837 0.0478537 0.0612584 0.0970373 0.0189747 0.0420734 0.0289054 0.0552776 0.0216552 0.0466573 0.0259381 0.0518398 0.057474 0.0896133 0.0744582 0.066871 0.0133677 0.0675487 0.0860682 0.00647981 0.0855712 0.0731307 0.0380442 0.0870835 0.01576 0.0437589 0.0526454 0.0430441 0.0165461 0.0660992 0.0235415 0.0510656 0.0426466 0.0705868 0.0739761 0.0808065 0.0122391 0.0309067 0.0613746 0.012843 0.117719 0.0616353 0.037187 0.107103 0.0370871 0.0314586 0.0602226 0.0328297 0.0185864 0.0872771 0.022858 0.0415178 0.0358176 0.0615345 0.067217 0.0657152 0.0157293 0.0242874 0.0529324 0.01 0.0653309 0.0656112 0.0326778 0.075637 0.0455865 0.0327036 0.0353056 0.0452288 0.0125505 0.197054 0.0200505 0.0376515 0.0325758 0.0654839 0.0578566 0.0427031 0.0150253 0.0580349 0.040404 0.00505051 0.0808081 0.0606061 0.0808081 0.121212 0.030303 0.020202 0.0353535 0.040404 0.00505051 0.0505051 0.0353535 0.0353535 0.0252525 0.0555556 0.020202 0.0505051 0.0353535 0.171717 0.050505 0.020202 0.050505 0.030303 0.0606061 0.050505 0.030303 0.040404 0.030303 0.0606061 0.030303 0.0707071 0.040404 0.050505 0.0707071 0.0909091 0.0808081 0.040404 0.030303 0.0707071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0803544 0.00439561 0.0446069 0.0250253 0.121964 0.0942676 0.014359 0.0737826 0.0222805 0.107505 0.0190602 0.0623463 0.04124 0.0190345 0.0177618 0.0296667 0.0344782 0.0850014 0.0474158 0.0554538 0.0416183 0.00363081 0.0623979 0.028026 0.0546586 0.127935 0.0145078 0.0375619 0.047207 0.0782076 0.0211653 0.079313 0.0351111 0.024483 0.037465 0.0976062 0.0722214 0.0453791 0.0739409 0.0175645 0.0401404 7.74761e-98 0.0781392 0.0149832 0.251716 0.0673255 0.0154878 0.0474939 0.0267741 0.10842 0.0169914 0.0440766 0.0404873 0.0165136 0.0183856 0.051693 0.0474429 0.0192149 0.0738549 0.0208594 0.0272586 0.00498586 0.0292521 0.0360951 0.013552 0.0993245 0.00570014 0.0263579 0.00925743 0.0234866 0.489922 0.0453616 0.0447929 0.00712164 0.00640736 0.0670226 0.0327987 0.014901 0.00781471 0.00858732 0.130299 0.00893649 0.043838 0.0523 0.031974 0.0622583 0.0132565 0.052532 0.0487768 0.103068 0.0250044 0.0407961 0.0458226 0.0452007 0.0506689 0.078258 0.0651789 0.0703044 0.00789541 0.0236315 0.117761 0.00146807 0.0564578 0.0310545 0.120988 0.0565106 0.0352265 0.0186365 0.0154674 0.145251 0.00517578 0.0451299 0.0235872 0.0474409 0.0110782 0.0572719 0.0476367 0.0455072 0.0678876 0.0504636 0.141709 0.000721501 0.0945383 0.0881265 0.0389845 0.0822477 0.0158452 0.0186798 0.0670394 0.0281331 0.00861487 0.0506784 0.0865208 0.036122 0.0310715 0.10289 0.0540431 0.0166166 0.0273232 0.0100939 0.0747679 0.00376264 0.166435 0.0832357 0.0197202 0.1056 0.0127429 0.0235522 0.0640246 0.0388314 0.014213 0.0668719 0.0732384 0.0362944 0.087617 0.0448099 0.0318676 0.0207663 0.015799 0.0158505 0.112938 0.00185844 0.0859212 0.0520083 0.0289829 0.121675 0.015905 0.0271491 0.0301943 0.0361594 0.0110968 0.123408 0.0753866 0.0473047 0.058876 0.0472545 0.0436895 0.0413114 0.0196191 0.0192624 0.0793278 0.0040903 0.136139 0.0523125 0.0250927 0.110157 0.0204989 0.0226879 0.0401561 0.0389019 0.0130091 0.121256 0.0388574 0.0505101 0.0395544 0.0771823 0.0508458 0.0318201 0.0103159 0.0372842 0.0684518 0.00322047 0.100038 0.0623566 0.0311851 0.126119 0.0146562 0.0407377 0.0500521 0.0590468 0.0178681 0.0799107 0.0384976 0.042089 0.0476949 0.0769762 0.051604 0.0435428 0.0130947 0.032858 0.0860383 0.00413847 0.113847 0.0378641 0.0342162 0.101708 0.0141526 0.028283 0.0513148 0.0514328 0.0139317 0.0721521 0.0300961 0.0464422 0.0718384 0.0909237 0.0647594 0.0324536 0.00947131 0.0449357 0.0858836 0.00518184 0.105863 0.0371853 0.0235238 0.137058 0.0249578 0.0222463 0.0404926 0.0476852 0.00974681 0.123988 0.0316149 0.0309417 0.0316143 0.0919691 0.0625666 0.0393143 0.011016 0.0371502 0.0867354 0.00822721 0.0823807 0.0457665 0.042842 0.112979 0.0187873 0.0406319 0.0394442 0.0623631 0.0167433 0.0633125 0.0407016 0.0406253 0.0400889 0.078232 0.066495 0.0480003 0.0167182 0.0489251 0.0718843 0.00520954 0.114196 0.0620275 0.0331611 0.0944631 0.0157554 0.0283123 0.0411795 0.0574071 0.0120793 0.116985 0.0362047 0.0351361 0.0325727 0.0620098 0.0484968 0.0479338 0.0183783 0.0666069 0.0813894 0.00332192 0.103033 0.0688943 0.0238095 0.0935376 0.0142598 0.0349547 0.0412653 0.0682515 0.0267422 0.0587764 0.027818 0.0335049 0.0318688 0.0861871 0.0715927 0.0484864 0.0266515 0.0556555 0.0761347 0.0166943 0.148466 0.057761 0.0247877 0.145191 0.0165146 0.0176951 0.045735 0.0280661 0.0109451 0.095973 0.0405853 0.0404679 0.037272 0.0955165 0.04647 0.0270052 0.00990737 0.0188119 0.0629097 0.00308598 0.129838 0.0604181 0.0293326 0.0799393 0.0303054 0.0276474 0.0638654 0.041194 0.0147238 0.0872397 0.0522464 0.0359378 0.0765731 0.0681661 0.0573407 0.0296872 0.0103512 0.0391984 0.0303717 0 0.145404 0.132449 0.0693069 0.0535084 0.030303 0.0167017 0.036837 0.142514 0 0.0666128 0 0.0236721 0.0165017 0.0947268 0.0505778 0.0338075 0.0165017 0.040204 0.0686895 0.000714286 0.0645137 0.0564475 0.0317116 0.0866161 0.0489408 0.0135797 0.0849174 0.0408613 0.0180468 0.0538205 0.0121366 0.0272247 0.0428662 0.158625 0.111361 0.0242942 0.0244446 0.0301892 0.0569485 0.00184226 0.0484503 0.0858776 0.0439545 0.0999506 0.0166573 0.0245907 0.0544049 0.0313936 0.0123273 0.0393952 0.0110802 0.0390199 0.0671016 0.129421 0.0903046 0.0342724 0.02308 0.0899276 0.0583589 0.00253761 0.0456351 0.0499286 0.0312717 0.0942211 0.0125605 0.0164553 0.0707251 0.0363055 0.0183989 0.0395844 0.00951036 0.0471216 0.105318 0.0995644 0.100618 0.0342249 0.0449191 0.0827405 0.0758143 0.00152563 0.0428979 0.078206 0.0373472 0.178491 0.0130694 0.0199369 0.0425926 0.0452978 0.0287432 0.0377671 0.00723056 0.0470787 0.0778907 0.0855595 0.0473037 0.0529435 0.0222891 0.0580147 0.0893159 0.000506796 0.0496825 0.0386031 0.0291727 0.161903 0.0144709 0.0199106 0.0197827 0.0416832 0.0256656 0.0586643 0.0073537 0.0686023 0.0872982 0.120117 0.0738108 0.037375 0.0103808 0.0457006 0.110565 0.00352419 0.0603656 0.0539744 0.0365817 0.165527 0.0116444 0.0343136 0.0237193 0.051119 0.0203823 0.0481647 0.0102695 0.0779214 0.0306185 0.0866239 0.0718375 0.0611116 0.00712817 0.0346081 0.101133 0.00767486 0.0559121 0.0369653 0.029322 0.104583 0.0121434 0.0499628 0.038795 0.0487113 0.0236679 0.0693779 0.0170714 0.0383289 0.034532 0.110461 0.0732446 0.0647329 0.0449148 0.0384651 0.0748492 0.00564394 0.0665806 0.0666206 0.0381584 0.068241 0.0157078 0.0364163 0.0541644 0.0841349 0.0214545 0.0660785 0.0288969 0.0270421 0.0527816 0.0747149 0.0610079 0.0634107 0.024052 0.0700437 0.0672619 0.00833333 0.0755137 0.0488605 0.0606437 0.100325 0.0204056 0.0507622 0.0371258 0.0371073 0.0287554 0.103833 0.0254736 0.0305416 0.0457808 0.0470413 0.0403561 0.0772598 0.0388235 0.0557962 0.080303 0.00333333 0.0469024 0.0401683 0.0869697 0.0701683 0.026835 0.11 0.0267677 0.0433333 0.01 0.130741 0.0133333 0.046835 0.0166667 0.117104 0.0670034 0.0435354 0 0.02 0.142288 0.00495049 0.107635 0.0608349 0.0400122 0.03547 0.0152598 0.0253649 0.0457793 0.0707359 0.00495049 0.065173 0.0148515 0.0760947 0.0400122 0.0697152 0.0901296 0.0610391 0.00495049 0.0247525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0505566 0 0.0911668 0.0505566 0.0456607 0.12652 0 0 0.0153061 0.0404556 0.010101 0.0815296 0.0355597 0.0252525 0.0968357 0.147186 0.178211 0.00510204 0 0 0.0247593 0 0.0358468 0.00861561 0.185117 0.00726126 0 0.0713455 0.01 0.206852 0.00427157 0.0390733 0.0114886 0.0043299 0.05 0.0742568 0.0451128 0.154378 0.0299313 0.0373596 0.0655795 0.00410036 0.0128333 0.008674 0.189702 0.127443 0.0242111 0.0599914 0.0106127 0.139413 0.027702 0.0205016 0.0288352 0.0173992 0.00871451 0.0316556 0.0228066 0.110858 0.0674981 0.0214697 0.0879523 0.00259628 0.0132657 0.00985945 0.109003 0.084229 0.00988802 0.0815479 0.00704317 0.190527 0.0300701 0.0375067 0.0120453 0.0125261 0.0136554 0.0381767 0.0740787 0.110696 0.030068 0.0452652 0.147167 0.00275962 0.0117659 0.00697908 0.110119 0.0830096 0.00774312 0.064179 0.0116174 0.187057 0.0184212 0.0143774 0.0258132 0.0200465 0.011232 0.0328714 0.0387779 0.1487 0.0126415 0.0447215 0.17869 0.00152223 0.0110128 0.00911858 0.0605555 0.0935298 0.0237389 0.0639076 0.0277397 0.147751 0.0258774 0.0159389 0.0155137 0.0144063 0.0275955 0.0507559 0.0331743 0.123473 0.0134382 0.0622611 0.0718166 0.00322609 0.0210498 0.0121807 0.0719116 0.0509896 0.0261526 0.0463364 0.0161136 0.0635046 0.0225698 0.0275061 0.0113714 0.0175376 0.0247191 0.049891 0.0251067 0.0979844 0.0565217 0.283511 0.0527315 0.00143107 0.102145 0.0374469 0.0389083 0.053116 0.0374808 0.032678 0.0514686 0.0441836 0.0226474 0.062323 0.0151074 0.067998 0.0700397 0.0656995 0.0575707 0.0430466 0.0170348 0.126943 0.0331712 0.00769127 0.15133 0.0700167 0.023597 0.0607138 0.0342914 0.0195383 0.102361 0.0373966 0.0109574 0.0881619 0.0149971 0.0423374 0.0788099 0.0822222 0.04191 0.0344063 0.0113231 0.0547667 0.0481844 0.00910946 0.148819 0.0603479 0.0254465 0.0743665 0.0227649 0.0209289 0.112634 0.0327655 0.00910046 0.0744248 0.0218375 0.0484708 0.0700413 0.0813416 0.0620573 0.025456 0.0145921 0.0373111 0.0563141 0.00255102 0.137514 0.0588603 0.0306396 0.0965088 0.0179634 0.0359542 0.0690112 0.0563383 0.0153593 0.0767786 0.0179908 0.035848 0.0359011 0.0949466 0.0640445 0.0566829 0.00510204 0.0356917 0.0647565 0 0.0650565 0.059906 0.0247525 0.0451545 0.00990099 0.029703 0.0552555 0.039604 0.00990099 0.0753575 0.020002 0.029703 0.0449545 0.120612 0.155666 0.089609 0.0353535 0.0247525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ENDRECORD proftmb-1.1.12/input/TrainedParams0000644015075101507510000004452412026631530014025 000000000000001,1 2,1 3,1 4,1 5,1 6,1 7,1 8,1 9,1 10,1 11,1 12,1 13,0 13,0.118644 14,0.881356 76,1 77,0 13,0.192308 15,0.807692 13,0.190476 16,0.809524 13,0.352941 17,0.647059 13,0.272727 18,0.727273 13,0.3125 19,0.6875 13,0.454545 20,0.545455 13,0.333333 21,0.666667 13,0.25 22,0.75 13,0.333333 23,0.666667 13,0 24,1 13,1 25,0 13,0 26,0 13,0 27,0 13,0 28,0 13,0 29,0 13,0 30,0 13,0 31,0 32,0 13,0 34,0.5 35,0 36,0 37,0.5 35,0.135135 69,0.837838 92,0.027027 0,0.0526316 1,0.0263158 2,0.105263 3,0.0526316 4,0.210526 5,0.157895 6,0.315789 7,0.0789474 8,0 9,0 10,0 11,0 92,7.62922e-14 88,1 84,1 33,0.333333 34,0.333333 35,0 36,0.333333 37,0 34,0 35,0 36,0 37,0.142857 38,0.857143 34,0.111111 35,0 36,0 37,0.111111 39,0.777778 34,0.5 35,0 36,0.0833333 37,0.0416667 40,0.375 34,0.138889 35,0 36,0.138889 37,0.0555556 41,0.666667 34,0.106383 35,0 36,0.106383 37,0.0212766 42,0.765957 34,0.0588235 35,0.0196078 36,0 37,0 43,0.921569 34,0.135593 35,6.34224e-77 36,0 37,0 44,0.864407 34,0 35,0 36,0 37,0 45,1 34,0 35,0 36,0 37,0 46,1 34,0 35,0 36,0 37,0 47,1 34,0 35,0 36,0 37,0 48,1 49,1 50,1 51,1 52,1 53,1 54,1 55,1 56,1 57,1 58,1 59,1 60,1 61,1 62,1 63,1 64,0 65,0 66,0 67,0 35,0.0645161 70,0.610544 71,0.32494 92,0 71,0.270771 72,0.363249 73,0.10567 92,0.26031 35,0.95897 92,0.0410301 73,6.46134e-80 74,0.643518 75,0.275973 92,0.0805089 71,1 92,7.76917e-09 74,0.964824 75,0.0351755 92,2.4601e-17 73,1 92,7.86885e-12 77,0.0508475 78,0.949153 79,0 48,0 49,0 50,0.118644 51,0.20339 52,0.169492 53,0.169492 54,0.101695 55,0.0677966 56,0.0508475 57,0.0169492 58,0.0338983 59,0.0169492 60,0.0169492 61,0.0169492 62,0 63,0 64,0.0169492 65,0 66,0 67,0 68,0 79,0.0892857 80,0.857143 81,0.0535714 77,1 81,0.0833333 82,0.895833 83,0.0208333 79,1 82,0.906725 83,0.0932755 81,1 85,1 86,1 87,1 3,0.428571 4,0 5,0.571429 6,0 7,0 8,0 9,0 10,0 11,0 89,1 90,1 2,0 3,0.142857 5,0.428571 6,0 7,0.428571 9,0 10,0 11,0 34,1.55008e-09 35,0.25 69,1.5958e-14 70,6.42842e-18 71,0.25 72,0.499389 73,0 74,0.000611496 75,0 ENDRECORD 1,1 1,2 1,3 1,4 1,3 1,4 1,4 1,4 1,3 1,4 1,4 2,4 2,1 2,20 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 2,1 1,1 1,1 4,1 3,14 13,17 1,13 1,13 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,1 5,2 5,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,2 1,1 4,2 4,2 2,4 4,2 2,4 3,3 2,3 3,1 21,3 3,1 1,3 3,1 1,3 2,2 1,2 1,1 1,1 1,1 9,1 1,1 1,1 8,1 9,0 0,9 ENDRECORD 35,0 0,0 35,1 1,0 35,2 90,0 2,0 35,3 87,0 90,1 3,0 35,4 87,1 4,0 35,5 87,2 90,2 5,0 35,6 87,3 90,3 6,0 35,7 87,4 90,4 7,0 35,8 87,5 8,0 35,9 87,6 90,5 9,0 35,10 87,7 90,6 10,0 35,11 87,8 90,7 11,0 11,1 12,0 14,0 15,0 16,0 17,0 18,0 19,0 20,0 21,0 22,0 23,0 24,0 25,0 26,0 27,0 28,0 29,0 30,0 32,0 12,1 14,1 15,1 16,1 17,1 18,1 19,1 20,1 21,1 22,1 23,1 24,1 25,1 26,1 27,1 28,1 29,1 30,1 31,0 38,0 33,0 38,1 39,0 40,0 41,0 42,0 43,0 44,0 45,0 46,0 47,0 48,0 49,0 91,0 33,1 34,0 38,2 39,1 40,1 41,1 42,1 43,1 44,1 45,1 46,1 47,1 48,1 49,1 69,0 71,0 91,1 33,2 38,3 39,2 40,2 41,2 42,2 43,2 44,2 45,2 46,2 47,2 48,2 49,2 33,3 38,4 39,3 40,3 41,3 42,3 43,3 44,3 45,3 46,3 47,3 48,3 49,3 39,4 40,4 41,4 42,4 43,4 44,4 45,4 46,4 47,4 48,4 49,4 77,0 50,0 77,1 51,0 77,2 52,0 77,3 53,0 77,4 54,0 77,5 55,0 77,6 56,0 77,7 57,0 77,8 58,0 77,9 59,0 77,10 60,0 77,11 61,0 77,12 62,0 77,13 63,0 77,14 64,0 77,15 65,0 77,16 66,0 77,17 67,0 77,18 68,0 77,19 77,20 34,1 91,2 69,1 91,3 69,2 70,0 73,0 91,4 70,1 91,5 70,2 72,0 75,0 91,6 72,1 74,0 91,7 72,2 74,1 91,8 13,0 13,1 76,0 79,0 76,1 76,2 78,0 81,0 78,1 78,2 80,0 83,0 80,1 82,0 80,2 82,1 37,0 84,0 85,0 86,0 36,0 88,0 89,0 34,2 35,12 69,3 70,3 71,1 72,3 73,1 74,2 75,1 ENDRECORD 0.13628 0 0.049625 0.0196507 0.0454125 0.0976423 0.00288687 0.0291798 0.0530384 0.0797029 0.0371287 0.201062 0.00851712 0.0210933 0.0329045 0.0390631 0.0792289 0.019973 0.0163801 0.0312308 0.0304695 0.00213648 0.190607 0.127742 0.0220382 0.208801 0.0190189 0.00496603 0.0455194 0.0340837 0.0142513 0.123909 0.0570634 0.0384747 0.0155738 0.037712 0.0120732 0.0106022 0.00212164 0.00283634 0.035662 0 0.104679 0.0590262 0.00777935 0.274958 0.0100009 0.00360809 0.0469811 0.0177594 0.00214286 0.141121 0.0291164 0.0399664 0.0313322 0.0419324 0.0358481 0.01931 0.0354668 0.0633098 0.0942244 0 0.0142366 0.00505181 0.112614 0.098563 0.0278571 0.0640099 0.0285223 0.253968 0.0128083 0.00280805 0.00140749 0.01 0.0142646 0.0251247 0.00998121 0.111697 0.0928234 0.0200378 0.030075 0 0.00422996 0.00422996 0.133301 0.0413477 0 0.059569 0.051849 0.168816 0.0308702 0.0374046 0.0169598 0.00565853 0.00422996 0.0070871 0.155409 0.0966712 0.0816595 0.0706322 0.0443723 0 0.268571 0.0586869 0.0271429 0.244733 0 0.00571429 0.07 0.0228571 0 0.0545022 0.00428571 0.0371429 0.00571429 0.0402742 0.0531457 0.0171429 0.0157143 0.03 0.00857143 0 0.200467 0.0709194 0.0485714 0.163225 0.00428571 0.00142857 0.00857143 0.0128571 0 0.146605 0.0427581 0.0941584 0.0128571 0.0928571 0.0256011 0.0204418 0.00857143 0.0372524 0.0274538 0 0.076379 0.00868776 0.0457557 0.389554 0.0100442 0.0174671 0.0272159 0.0904859 0.0190291 0.0515169 0.0201019 0.0277146 0.0258306 0.0345761 0.0172592 0.0414768 0.00990099 0.05955 0.0385809 0.00422941 0.00850213 0.0169887 0.0495344 0.15276 0.00564384 0.0499968 0.0827018 0.144703 0.00564384 0.0197343 0.0070877 0.0226603 0.0280822 0.0634013 0.0511115 0.155381 0.0735502 0.0197066 0.0198353 0 0 0.081535 0 0.0733502 0.00833333 0.138102 0.056939 0.066936 0 0.140307 0 0.013468 0.101667 0.0781686 0.148009 0.0133502 0.06 0 0.0489249 0 0.0530556 0.0344671 0.0633998 0.0556245 0.0132123 0.062192 0.0598148 0.164111 0.00111111 0.0255556 0.0333333 0.0702411 0.00111111 0.0539579 0.0738071 0.139865 0.019802 0.0264136 0.0467288 0 0.0400741 0.00474837 0.110756 0.0822757 0.0138412 0.103342 0.0629877 0.105218 0.040776 0.0345686 0.0233626 0.0752337 0.0138904 0.0264439 0.0302119 0.0489783 0.0468815 0.0896805 0.057086 0.00060024 0.0204222 0.0175167 0.0567528 0.101936 0.0176807 0.0480602 0.00415176 0.135837 0.010401 0.0336277 0.0474572 0.0448372 0.00293353 0.0223903 0.0276921 0.0364761 0.0384385 0.275703 0.153205 0.000338983 0.0157069 0.00486886 0.0569794 0.0659097 0.00405125 0.0717411 0.00522581 0.190497 0.0287597 0.0317318 0.0369547 0.00369292 0.00339547 0.0332452 0.0373949 0.175256 0.00976728 0.0712778 0.137119 0 0.00680144 0.0280048 0.0688839 0.0490487 0.00493286 0.0977245 0.00595172 0.229132 0.0434747 0.00648413 0.017345 0.0240043 0.00458511 0.0397439 0.0291138 0.172019 0.00424186 0.0313892 0.104296 0.000333982 0.0167997 0.00967601 0.139581 0.0524372 0.00458199 0.0581635 0.0130406 0.0757721 0.0129824 0.0449517 0.00744132 0.0163641 0.00796216 0.03586 0.0982341 0.112758 0.0646511 0.124113 0.0477764 0.00322782 0.0961182 0.0452906 0.0489054 0.0373687 0.0275044 0.0166839 0.0670791 0.0387918 0.00822338 0.080587 0.035466 0.0672946 0.0665127 0.114683 0.0734016 0.0490056 0.0438603 0.0322197 0.0185115 0.000995049 0.114256 0.071884 0.0164309 0.0418209 0.0156662 0.0280842 0.159624 0.0647124 0.00663381 0.0675601 0.0150061 0.0373558 0.0795493 0.0568858 0.111181 0.0515045 0.00302041 0.0393186 0.0536664 0.000990099 0.0972291 0.0564246 0.0221453 0.0599295 0.00802101 0.0180228 0.157789 0.0494104 0.00405132 0.0423892 0.00500061 0.0399454 0.109838 0.122374 0.103465 0.0201645 0.00304082 0.026102 0.0434848 0.00841751 0.165 0.0667845 0.0166667 0.0767677 0.0916667 0.0520202 0.055101 0.0518855 0.00333333 0.0433333 0.00833333 0.00833333 0.0284007 0.121717 0.0516667 0.0603704 0.00333333 0.0433838 0.00680272 0 0.132653 0.0612245 0.0102041 0.0544218 0.0136054 0.0204082 0.115646 0.0136054 0.0170068 0.0884354 0.00340136 0.0442177 0.0918367 0.176871 0.0782313 0.0578231 0 0.0136054 0.0918367 0 0.0918367 0.0102041 0 0.0102041 0 0.0204082 0.0510204 0.0102041 0.0510204 0.0306122 0 0.377551 0.0306122 0.0714286 0.0714286 0.0204082 0 0.0612245 0.0833333 0 0 0.0833333 0.0833333 0.0833333 0.0833333 0.0833333 0 0.0833333 0 0 0.0833333 0 0 0.0833333 0.0833333 0.0833333 0 0.0833333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.282178 0.185 0 0 0 0 0 0 0 0.178218 0 0.039604 0 0.145 0.17 0 0 0 0.0864498 0 0.0113296 0.0626167 0.082843 0.0199717 0.00141443 0.00991513 0.0510608 0.0806365 0.00141443 0.00991513 0.0452758 0.0919519 0.034116 0.10133 0.114088 0.0199717 0.118571 0.0571287 0.0865651 0 0.0761888 0.107061 0.0133939 0.0398671 0.00950948 0.0455316 0.105798 0.0345112 0.00839226 0.056074 0.118973 0.072949 0.0346016 0.0714739 0.0512621 0.0466468 0.00833333 0.0128676 0.110837 0 0.0667264 0.0788735 0.0383894 0.0604629 0.0179865 0.0293191 0.0498262 0.0410815 0.0343589 0.0477394 0.0241208 0.0768728 0.0574769 0.0818038 0.0923525 0.0461916 0.00445132 0.041129 0.0878122 0 0.0576903 0.101493 0.00746862 0.121207 0.0174518 0.0164582 0.0534754 0.0215997 0.0142292 0.0686412 0.00205455 0.0698835 0.128714 0.0959947 0.0507905 0.04411 0.0116822 0.0292435 0.093958 0 0.0271884 0.0527254 0.0371702 0.253141 0.00324826 0.0306644 0.0395248 0.0337998 0.0165702 0.0255255 0.00169515 0.0632851 0.0569047 0.0786688 0.0987086 0.0345411 0.0160705 0.0366103 0.0692013 0.000335627 0.0490327 0.05369 0.0200111 0.180169 0.0146026 0.0256836 0.0693759 0.0268064 0.0234492 0.077766 0.00409529 0.0288166 0.114818 0.0909358 0.0670707 0.0272399 0.00914528 0.0477544 0.0919511 0.000771173 0.0302332 0.0643643 0.0183945 0.190334 0.00771903 0.036262 0.0140489 0.0466679 0.0471335 0.0985328 0.00270622 0.0498624 0.0242091 0.0746151 0.0907575 0.0434064 0.0487654 0.019265 0.108897 0.000666733 0.0506337 0.0662969 0.0416424 0.0783233 0.00135402 0.05164 0.0203056 0.0408926 0.0153107 0.0596706 0.0138552 0.0399784 0.0589918 0.116831 0.0947117 0.0569199 0.0113573 0.0717209 0.0939698 0.000714286 0.128289 0.0709736 0.0436163 0.0821059 0.0271544 0.037763 0.062295 0.0619424 0.00940348 0.0726013 0.012141 0.0364647 0.0265914 0.0730466 0.0445038 0.0803906 0 0.0360333 0.0461091 0 0.18822 0.0458485 0.0245478 0.0796542 0.0158465 0.0273619 0.0443466 0.0286311 0.0171587 0.127639 0.030467 0.0215033 0.0300193 0.0918 0.0614233 0.0718728 0.002886 0.044665 0.0350902 0.00247525 0.0654065 0.043127 0.00742574 0.0425273 0.062501 0.0422772 0.0550768 0.0447545 0.00247525 0.31277 0.00495049 0.0513809 0.0504233 0.0649782 0.0275278 0.0548292 0 0.030003 0.0605061 0 0.029703 0.0347535 0.0151515 0.039804 0.0148515 0.0655566 0.0841584 0.0852585 0.00505051 0.059806 0.00495049 0.0445545 0.0352535 0.0349535 0.00495049 0.029803 0.090409 0.260526 0.0196078 0.0490196 0.00980392 0.00980392 0.156863 0.0490196 0.0588235 0.0294118 0.0196078 0.127451 0.0294118 0.0294118 0.00980392 0.00980392 0.0196078 0.0882353 0.0784314 0.0196078 0.0392157 0.147059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0721212 0.000273 0.0376014 0.0265777 0.134395 0.0756493 0.00565197 0.0970754 0.0287035 0.0930053 0.0232045 0.0841301 0.0296282 0.0280224 0.00703084 0.032227 0.0273946 0.0728878 0.0416836 0.0827371 0.0366186 0.000322581 0.0543866 0.0297593 0.076922 0.121582 0.00483871 0.0294746 0.0555321 0.0881815 0.0231888 0.0909022 0.0429752 0.0103296 0.0701319 0.0486197 0.107805 0.0251844 0.0658065 0.017439 0.0217929 0.000523119 0.0992993 0.010621 0.330232 0.0413461 0.00321878 0.038844 0.0285632 0.118842 0.0190801 0.0514643 0.0426301 0.00691679 0.00263673 0.0361525 0.0405656 0.0208872 0.080524 0.00585999 0.291325 0.00274161 0.0410695 0.0780042 0.00365244 0.205594 0.00274161 0.0209674 0.0155844 0.0301941 0.00274161 0.0680392 0.0238729 0.073405 0.00639405 0.0786231 0.0358231 0.0146644 0.000910833 0.00365244 0.089073 0.000754288 0.0612713 0.0592831 0.0308508 0.0930387 0.0104988 0.0704205 0.0306008 0.0686425 0.0252886 0.0485092 0.0545899 0.043136 0.0629262 0.0773725 0.0634856 0.0816643 0.0042846 0.0243093 0.0356733 0.000990099 0.111964 0.0369208 0.094505 0.0259307 0.0070307 0.0049703 0.0299911 0.131455 0.0029901 0.0876073 0.0909208 0.0357426 0.00991089 0.0357135 0.0277327 0.0129604 0.11 0.10699 0.109744 0.000825082 0.0387367 0.0800268 0.0307044 0.113875 0.000825082 0.0115512 0.163446 0.0575134 0.000825082 0.0276629 0.0929062 0.0584447 0.0101197 0.0887736 0.0159622 0.0671895 0.0275 0.00336838 0.0627101 0.000684978 0.217548 0.108566 0.0665546 0.0773818 0.0140836 0.0030997 0.0620882 0.0222561 0.0130353 0.0629321 0.0543561 0.0451152 0.0709575 0.07139 0.0345793 0.00586037 0.00439312 0.0024078 0.107134 0.000521105 0.0764338 0.0348717 0.0115807 0.161872 0.00896364 0.037858 0.028545 0.0345994 0.0139529 0.15674 0.0673229 0.0272122 0.0353231 0.0598703 0.0651285 0.0421844 0.0185785 0.0113079 0.0738078 0.000169492 0.141498 0.0407252 0.0163831 0.11725 0.013241 0.0160083 0.0485726 0.038728 0.00945498 0.138822 0.0385411 0.062364 0.0468313 0.0883816 0.0436587 0.0196883 0.00328135 0.0425936 0.0742486 0.00101366 0.106695 0.053816 0.0316329 0.121982 0.00952136 0.0412191 0.0542177 0.065385 0.016172 0.0788976 0.0399125 0.0464348 0.0517627 0.0724505 0.04413 0.0458072 0.0159189 0.028782 0.089451 0.00180058 0.13175 0.0293328 0.0332042 0.106682 0.0259542 0.0288064 0.0465235 0.0545152 0.0123049 0.0752413 0.0093172 0.0381022 0.0672143 0.0808075 0.0723649 0.0421932 0.0138937 0.0405416 0.0957703 0.00166898 0.122263 0.0591313 0.0131834 0.140934 0.0352653 0.0142614 0.0414606 0.0510544 0.0068923 0.119447 0.0244793 0.0243342 0.0251125 0.0988952 0.0572565 0.0259422 0.00709031 0.0355586 0.086067 0.00433152 0.0905876 0.0463743 0.0402214 0.114379 0.0132809 0.0432678 0.0462189 0.0582528 0.012666 0.0653657 0.0329085 0.0392931 0.042932 0.0887559 0.0670152 0.0432194 0.0124285 0.0524344 0.0699221 0.00526433 0.106122 0.0657409 0.0399352 0.0928665 0.0118081 0.0231885 0.0361176 0.0625874 0.00482834 0.131331 0.0469855 0.0487987 0.0209717 0.0526115 0.0626656 0.0427364 0.0070939 0.0684247 0.0710971 0.000586294 0.123432 0.0662699 0.018208 0.100005 0.014739 0.0214106 0.0330788 0.0608068 0.0316241 0.0794836 0.0246597 0.0267447 0.0320396 0.0830272 0.0881464 0.0610719 0.0210867 0.0424822 0.0773923 0.0103166 0.147806 0.0591006 0.0177049 0.15323 0.00771264 0.015396 0.0402363 0.0213838 0.0133617 0.142849 0.0279526 0.030752 0.0363155 0.0913116 0.0604028 0.0195815 0.0101861 0.0170076 0.0708824 0.0020529 0.156468 0.0680341 0.0288372 0.0831536 0.0212561 0.0237098 0.0672004 0.0285423 0.00626593 0.0964152 0.058287 0.0315311 0.0732007 0.0586035 0.0531985 0.0279882 0.00152717 0.0428456 0.0366667 0 0.20468 0.164983 0.145215 0.0363036 0 0 0.06 0.218482 0 0 0 0 0 0 0.0803367 0.0533333 0 0 0.032131 0 0.14959 0.108359 0.0106719 0.0465749 0.0585723 0.00566478 0.122522 0.028317 0.0157143 0.0456297 0.00283593 0.0121935 0.0129084 0.118072 0.162673 0.010801 0.0151515 0.0416177 0.0765077 0 0.0471445 0.0905406 0.047239 0.082165 0.0324143 0.0241813 0.0410089 0.0151057 0.0373801 0.0275246 0.00819012 0.0220109 0.0522439 0.147761 0.0807679 0.0375994 0.0100507 0.120164 0.0559327 0.000335627 0.0436887 0.0561314 0.0171084 0.105514 0.0109744 0.0181809 0.0895031 0.0230097 0.0161078 0.0371794 0.00386662 0.0332022 0.127266 0.0900168 0.108011 0.0302954 0.0381223 0.0955539 0.0714118 0 0.0488976 0.073987 0.0254143 0.201119 0.00306476 0.0188459 0.0637439 0.0325715 0.0224585 0.0333193 0.00390878 0.0388352 0.0914332 0.0945309 0.0455827 0.0431385 0.022529 0.0652081 0.0958341 0.000169492 0.0629785 0.0424901 0.0232584 0.160974 0.00779363 0.0111369 0.0119535 0.0315498 0.029165 0.065896 0.00407485 0.0844955 0.0866769 0.127513 0.0714577 0.0280822 0.0115808 0.0429198 0.118916 0.000202429 0.0675713 0.0386118 0.0282688 0.137549 0.00516778 0.0242837 0.029587 0.0693456 0.0397673 0.0402858 0.00364681 0.0907188 0.02787 0.0803329 0.0770424 0.0627182 0.015457 0.0426573 0.0932052 0 0.0448845 0.0321118 0.0242808 0.0988552 0.0101266 0.0407851 0.0395405 0.0336795 0.014642 0.0795737 0.0165987 0.0459801 0.0298313 0.146131 0.102844 0.0702245 0.0306008 0.0461047 0.0807934 0.00188144 0.055815 0.0822047 0.0274984 0.090812 0.00812575 0.0155577 0.0768836 0.0546492 0.0796198 0.0731242 0.0178344 0.029508 0.0548254 0.0752742 0.0407244 0.0507295 0.0140321 0.070107 0.0605924 0 0.192663 0.0673621 0.0554714 0.0801347 0.0335859 0.0287763 0.0117677 0.0419202 0.0100168 0.142654 0.0184175 0.0418708 0.0621412 0.038569 0.0234848 0.0620875 0.00673401 0.0217508 0.0439456 0 0.0803704 0.00676976 0.030303 0.126972 0.016835 0.202646 0.0136426 0.0239519 0 0.010101 0.0205155 0.0506439 0.00333333 0.177275 0.0979565 0.0710962 0.0133333 0.0103093 0.085 0 0.18 0.12 0.035 0.05 0 0.01 0.05 0.045 0 0.035 0.015 0.075 0.05 0.09 0.075 0.065 0 0.02 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0 0.005 0.095 0.005 0.125 0 0.06 0.06 0.01 0 0.075 0.005 0.005 0.06 0.185 0.24 0.005 0 0.005 0.00714286 0 0 0 0.237143 0 0 0.0755587 0 0.179137 0 0.125304 0 0.0184583 0.0707214 0.019802 0.0514286 0.108416 0.05 0.0568883 0.0534621 0 0.00823775 0.00590542 0.207354 0.15476 0.0242987 0.0559388 0.00822025 0.151923 0.035552 0.0211497 0.0068705 0.0208382 0.00691773 0.0232475 0.0385442 0.0895776 0.0799875 0.00721422 0.0804621 0 0.010811 0.00360684 0.0982874 0.0921485 0.0048021 0.093266 0.00570554 0.203587 0.058228 0.0332619 0.00927343 0.0057751 0.0040212 0.034938 0.0869173 0.119161 0.0201025 0.0356447 0.117653 0 0.00937089 0.00855797 0.111996 0.0626609 0.0118572 0.0603992 0.0128992 0.22916 0.0197601 0.00985643 0.0333505 0.0227588 0.00506504 0.0278433 0.0549559 0.130375 0.0204711 0.0510087 0.184236 0.000169492 0.00934487 0.00593257 0.0348396 0.117467 0.0261222 0.0536148 0.031648 0.11367 0.0425672 0.0118126 0.00971926 0.00785006 0.0232207 0.0459493 0.0531799 0.14559 0.0106117 0.0724542 0.0617076 0.00253774 0.0228754 0.00373462 0.0884407 0.0338366 0.0105012 0.0566365 0.00643491 0.0574409 0.0134434 0.015464 0.00360724 0.0163062 0.0104583 0.0406962 0.0159611 0.107916 0.0854424 0.346559 0.0542809 0 0.115375 0.0327528 0.0336136 0.0647563 0.0429805 0.0378966 0.0371089 0.0313329 0.0243735 0.0688732 0.00858605 0.071536 0.0976817 0.0619253 0.0476087 0.0318072 0.0138145 0.123696 0.0441483 0.000450045 0.187778 0.0676024 0.0449506 0.0765229 0.0363399 0.00645724 0.10785 0.0301858 0.0105026 0.0621534 0.0139652 0.0394856 0.0595685 0.0831055 0.0392031 0.026178 0.0102139 0.053339 0.0493556 0.00181818 0.105188 0.0412695 0.0291846 0.0502597 0.0322059 0.0274491 0.142335 0.0283672 0.00914638 0.109768 0.00731938 0.0640621 0.077671 0.12107 0.0358151 0.0163824 0.00460111 0.0467328 0.0279612 0 0.109344 0.0483693 0.0535714 0.0838335 0.0280612 0.0509204 0.112145 0.0993898 0.00255102 0.0398159 0.00245098 0.0255102 0.0432673 0.0560224 0.112145 0.0305122 0.0127551 0.0613745 0.0757576 0 0.0959596 0.111111 0 0.020202 0 0.010101 0.0858586 0.0505051 0.0252525 0.040404 0.0151515 0.0353535 0.0656566 0.0959596 0.19697 0.0555556 0 0.020202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ENDRECORD proftmb-1.1.12/input/NCBIGnegComp0000644015075101507510000000054712026631530013423 00000000000000A 0.0853892 C 0.0121534 D 0.0532099 E 0.0635895 F 0.0415899 G 0.0717708 H 0.0215085 I 0.0643403 K 0.0535485 L 0.100687 M 0.0248828 N 0.0403824 P 0.0451425 Q 0.0385408 R 0.0554622 S 0.0610033 T 0.0511651 V 0.0701497 W 0.0137172 Y 0.0317674 proftmb-1.1.12/input/options0000644015075101507510000000311412026631530012754 00000000000000;Options file created by: [proftmb]; ;----------------------------------; -d "__pkgdatadir__" ; root path where files (options ; -s,-r,-l,-a,-e,-t,-u,-z,-n) reside ; -d == --directory-root -a "StateRedux4" ; state reduction for decoding ; -a == --reduction-state-decode -b "ReduxDecode4" ; state reduction for reporting ; -b == --reduction-state-report -m "StrandStates" ; list of membrane strand states ; -m == --membrane-strand-states -z "Swiss_Zcurve" ; file containing means and sd's at integral length ; values ; -z == --z-curve-file -x "ZCalibration" ; file mapping coverage and accuracy values to z-scores ; -x == --z-calibration-curve -n "bact.comp" ; background frequency file ; -n == --null-frequency -c 4 ; minimum z-score for per-residue prediction ; -c == --minimum-score-cutoff -o "proftmb" ; output file prefix ; -o == --outfile-prefix -s "Swiss8.arch" ; data representing the model architecture ; -s == --static-model-data -t "Swiss8.params" ; params representing the encoded training data ; -t == --trained-params proftmb-1.1.12/input/ModelArchitecture0000644015075101507510000004334512026631530014676 00000000000000A,0 C,1 D,2 E,3 F,4 G,5 H,6 I,7 K,8 L,9 M,10 N,11 P,12 Q,13 R,14 S,15 T,16 V,17 W,18 Y,19 ENDRECORD 0,A 1,C 2,D 3,E 4,F 5,G 6,H 7,I 8,K 9,L 10,M 11,N 12,P 13,Q 14,R 15,S 16,T 17,V 18,W 19,Y ENDRECORD 75 59 76 60 77 61 78 62 79 63 80 64 81 50 65 82 66 83 67 84 68 85 69 86 70 87 71 88 72 89 73 90 74 25 41 49 0 4 9 26 10 27 11 28 12 29 13 30 14 31 15 32 16 33 17 34 18 35 19 36 20 37 21 38 22 39 23 40 24 42 43 48 44 47 45 46 51 58 52 57 53 56 54 55 5 6 7 8 1 2 3 ENDRECORD 4A,71 4B,72 4C,73 4D,74 5A,66 5B,67 5C,68 5D,69 5E,70 DA,33 DB,35 DC,37 DD,39 DE,41 DF,43 DG,45 DH,47 DI,49 DJ,51 DK,53 DL,55 DM,57 DN,59 DO,61 DP,63 Da,32 Db,34 Dc,36 Dd,38 De,40 Df,42 Dg,44 Dh,46 Di,48 Dj,50 Dk,52 Dl,54 Dm,56 Dn,58 Do,60 Dp,62 IA,64 OA,65 UA,1 UB,3 UC,5 UD,7 UE,9 UF,11 UG,13 UH,15 UI,17 UJ,19 UK,21 UL,23 UM,25 UN,27 UO,29 UP,31 Ua,0 Ub,2 Uc,4 Ud,6 Ue,8 Uf,10 Ug,12 Uh,14 Ui,16 Uj,18 Uk,20 Ul,22 Um,24 Un,26 Uo,28 Up,30 ENDRECORD 4A,36 4B,88 4C,89 4D,90 5A,37 5B,84 5C,85 5D,86 5E,87 BEGIN,91 DA,38 DB,40 DC,42 DD,44 DE,46 DF,48 DG,50 DH,52 DI,54 DJ,56 DK,58 DL,60 DM,62 DN,64 DO,66 DP,68 Da,33 Db,39 Dc,41 Dd,43 De,45 Df,47 Dg,49 Dh,51 Di,53 Dj,55 Dk,57 Dl,59 Dm,61 Dn,63 Do,65 Dp,67 END,92 I1,34 I2,69 I3,70 I4,72 I5,74 I6,75 I7,73 I8,71 IL,35 O1,13 O2,76 O3,78 O4,80 O5,82 O6,83 O7,81 O8,79 OL,77 UA,1 UB,3 UC,5 UD,7 UE,9 UF,11 UG,14 UH,16 UI,18 UJ,20 UK,22 UL,24 UM,26 UN,28 UO,30 UP,32 Ua,0 Ub,2 Uc,4 Ud,6 Ue,8 Uf,10 Ug,12 Uh,15 Ui,17 Uj,19 Uk,21 Ul,23 Um,25 Un,27 Uo,29 Up,31 ENDRECORD 4A,0 4B,1 4C,2 4D,3 5A,4 5B,5 5C,6 5D,7 5E,8 DA,9 DB,10 DC,11 DD,12 DE,13 DF,14 DG,15 DH,16 DI,17 DJ,18 DK,19 DL,20 DM,21 DN,22 DO,23 DP,24 Da,25 Db,26 Dc,27 Dd,28 De,29 Df,30 Dg,31 Dh,32 Di,33 Dj,34 Dk,35 Dl,36 Dm,37 Dn,38 Do,39 Dp,40 I1,41 I2,42 I3,43 I4,44 I5,45 I6,46 I7,47 I8,48 IL,49 O1,50 O2,51 O3,52 O4,53 O5,54 O6,55 O7,56 O8,57 OL,58 UA,59 UB,60 UC,61 UD,62 UE,63 UF,64 UG,65 UH,66 UI,67 UJ,68 UK,69 UL,70 UM,71 UN,72 UO,73 UP,74 Ua,75 Ub,76 Uc,77 Ud,78 Ue,79 Uf,80 Ug,81 Uh,82 Ui,83 Uj,84 Uk,85 Ul,86 Um,87 Un,88 Uo,89 Up,90 ENDRECORD 0,Ua 1,UA 2,Ub 3,UB 4,Uc 5,UC 6,Ud 7,UD 8,Ue 9,UE 10,Uf 11,UF 12,Ug 13,UG 14,Uh 15,UH 16,Ui 17,UI 18,Uj 19,UJ 20,Uk 21,UK 22,Ul 23,UL 24,Um 25,UM 26,Un 27,UN 28,Uo 29,UO 30,Up 31,UP 32,Da 33,DA 34,Db 35,DB 36,Dc 37,DC 38,Dd 39,DD 40,De 41,DE 42,Df 43,DF 44,Dg 45,DG 46,Dh 47,DH 48,Di 49,DI 50,Dj 51,DJ 52,Dk 53,DK 54,Dl 55,DL 56,Dm 57,DM 58,Dn 59,DN 60,Do 61,DO 62,Dp 63,DP 64,IA 65,OA 66,5A 67,5B 68,5C 69,5D 70,5E 71,4A 72,4B 73,4C 74,4D ENDRECORD 0,Ua 1,UA 2,Ub 3,UB 4,Uc 5,UC 6,Ud 7,UD 8,Ue 9,UE 10,Uf 11,UF 12,Ug 13,O1 14,UG 15,Uh 16,UH 17,Ui 18,UI 19,Uj 20,UJ 21,Uk 22,UK 23,Ul 24,UL 25,Um 26,UM 27,Un 28,UN 29,Uo 30,UO 31,Up 32,UP 33,Da 34,I1 35,IL 36,4A 37,5A 38,DA 39,Db 40,DB 41,Dc 42,DC 43,Dd 44,DD 45,De 46,DE 47,Df 48,DF 49,Dg 50,DG 51,Dh 52,DH 53,Di 54,DI 55,Dj 56,DJ 57,Dk 58,DK 59,Dl 60,DL 61,Dm 62,DM 63,Dn 64,DN 65,Do 66,DO 67,Dp 68,DP 69,I2 70,I3 71,I8 72,I4 73,I7 74,I5 75,I6 76,O2 77,OL 78,O3 79,O8 80,O4 81,O7 82,O5 83,O6 84,5B 85,5C 86,5D 87,5E 88,4B 89,4C 90,4D 91,BEGIN 92,END ENDRECORD 0,4A 1,4B 2,4C 3,4D 4,5A 5,5B 6,5C 7,5D 8,5E 9,DA 10,DB 11,DC 12,DD 13,DE 14,DF 15,DG 16,DH 17,DI 18,DJ 19,DK 20,DL 21,DM 22,DN 23,DO 24,DP 25,Da 26,Db 27,Dc 28,Dd 29,De 30,Df 31,Dg 32,Dh 33,Di 34,Dj 35,Dk 36,Dl 37,Dm 38,Dn 39,Do 40,Dp 41,I1 42,I2 43,I3 44,I4 45,I5 46,I6 47,I7 48,I8 49,IL 50,O1 51,O2 52,O3 53,O4 54,O5 55,O6 56,O7 57,O8 58,OL 59,UA 60,UB 61,UC 62,UD 63,UE 64,UF 65,UG 66,UH 67,UI 68,UJ 69,UK 70,UL 71,UM 72,UN 73,UO 74,UP 75,Ua 76,Ub 77,Uc 78,Ud 79,Ue 80,Uf 81,Ug 82,Uh 83,Ui 84,Uj 85,Uk 86,Ul 87,Um 88,Un 89,Uo 90,Up ENDRECORD 91 ENDRECORD 92 ENDRECORD 4A,4A 4B,4B 4C,4C 4D,4D 5A,5A 5B,5B 5C,5C 5D,5D 5E,5E DA,DA DB,DB DC,DC DD,DD DE,DE DF,DF DG,DG DH,DH DI,DI DJ,DJ DK,DK DL,DL DM,DM DN,DN DO,DO DP,DP Da,Da Db,Db Dc,Dc Dd,Dd De,De Df,Df Dg,Dg Dh,Dh Di,Di Dj,Dj Dk,Dk Dl,Dl Dm,Dm Dn,Dn Do,Do Dp,Dp IA,IA OA,OA UA,UA UB,UB UC,UC UD,UD UE,UE UF,UF UG,UG UH,UH UI,UI UJ,UJ UK,UK UL,UL UM,UM UN,UN UO,UO UP,UP Ua,Ua Ub,Ub Uc,Uc Ud,Ud Ue,Ue Uf,Uf Ug,Ug Uh,Uh Ui,Ui Uj,Uj Uk,Uk Ul,Ul Um,Um Un,Un Uo,Uo Up,Up ENDRECORD 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 ENDRECORD 91 ENDRECORD 91 ENDRECORD 75 ENDRECORD 93 ENDRECORD 20 ENDRECORD 0.0864078 0.0109003 0.0540364 0.0626868 0.0419325 0.0691705 0.0219979 0.0631908 0.0555722 0.0996316 0.0238953 0.0423444 0.0430005 0.0390349 0.0537867 0.0640725 0.054208 0.0681263 0.0131422 0.0328628 ENDRECORD ENDRECORD 0 ENDRECORD 0 ENDRECORD 1e-20 ENDRECORD 10 ENDRECORD 1.2 ENDRECORD 0.5 ENDRECORD 0 ENDRECORD 3 ENDRECORD 2 ENDRECORD 0 ENDRECORD proftmb-1.1.12/input/Swiss_Zcurve0000644015075101507510000005223512026631530013737 000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -9.50619 3.01127 -9.53023 3.01127 -9.55427 3.01127 -9.57831 3.01127 -9.60235 3.01127 -9.62639 3.01127 -9.65043 3.01127 -9.67447 3.01127 -9.69851 3.01127 -9.72255 3.01127 -9.7466 3.01127 -9.77064 3.01127 -9.79468 3.01127 -9.81872 3.01127 -9.84276 3.01127 -9.8668 3.01127 -9.89084 3.01127 -9.91488 3.01127 -9.93892 3.01127 -9.96296 3.01127 -9.987 3.01127 -10.011 3.01127 -10.0351 3.01127 -10.0591 3.01127 -10.0832 3.01127 -10.1072 3.01127 -10.1312 3.01127 -10.1553 3.01127 -10.1793 3.01127 -10.2034 3.01127 -10.2274 3.01127 -10.2514 3.01127 -10.2755 3.01127 -10.2995 3.01127 -10.3236 3.01127 -10.3476 3.01127 -10.3717 3.01127 -10.3957 3.01127 -10.4197 3.01127 -10.4438 3.01127 -10.4678 3.01127 -10.4919 3.01127 -10.5209 3.02565 -10.5604 3.04333 -10.6085 3.05629 -10.6567 3.06924 -10.6909 3.08166 -10.7184 3.09062 -10.7403 3.09596 -10.7477 3.10585 -10.7715 3.11649 -10.7974 3.11947 -10.8252 3.11446 -10.8376 3.11653 -10.8431 3.12176 -10.8631 3.1187 -10.8972 3.10762 -10.9118 3.10859 -10.9295 3.11144 -10.9729 3.12961 -11.0013 3.14482 -11.0104 3.15578 -11.055 3.17173 -11.0947 3.17698 -11.1121 3.19125 -11.1313 3.19849 -11.155 3.20184 -11.1803 3.2352 -11.2041 3.24612 -11.2276 3.25117 -11.228 3.25229 -11.2224 3.26089 -11.2356 3.28533 -11.2544 3.31052 -11.2652 3.31332 -11.2789 3.31788 -11.3162 3.33657 -11.3577 3.34928 -11.3863 3.36421 -11.412 3.38242 -11.4391 3.40197 -11.4567 3.41602 -11.4693 3.42589 -11.4853 3.43026 -11.5259 3.45364 -11.5476 3.45418 -11.5739 3.44515 -11.5939 3.4502 -11.621 3.47643 -11.6309 3.4933 -11.6333 3.50398 -11.6769 3.51629 -11.7076 3.52493 -11.7242 3.52018 -11.7418 3.51919 -11.7496 3.53327 -11.7568 3.54359 -11.7741 3.55809 -11.7843 3.57482 -11.7945 3.59155 -11.8229 3.59587 -11.8475 3.61115 -11.8894 3.63368 -11.9193 3.61605 -11.9485 3.60251 -11.9714 3.60699 -11.9811 3.62343 -12.0011 3.63358 -11.999 3.62917 -11.9977 3.63778 -11.9983 3.64281 -12.0073 3.6309 -12.0579 3.6537 -12.1019 3.67616 -12.1177 3.67637 -12.1418 3.66351 -12.1542 3.66366 -12.1885 3.67009 -12.2566 3.6869 -12.296 3.70329 -12.3208 3.71959 -12.3441 3.73933 -12.3674 3.75907 -12.3805 3.77546 -12.3926 3.77671 -12.4049 3.78605 -12.4174 3.79956 -12.423 3.806 -12.419 3.8043 -12.3941 3.81103 -12.3756 3.81509 -12.3666 3.81554 -12.4055 3.82605 -12.4426 3.82582 -12.4642 3.82395 -12.4913 3.82496 -12.5096 3.83162 -12.5333 3.83511 -12.5601 3.83735 -12.5743 3.8473 -12.5839 3.85408 -12.613 3.85974 -12.6375 3.89083 -12.6561 3.92153 -12.6835 3.94606 -12.7302 3.97122 -12.7767 3.98123 -12.8085 4.00004 -12.8095 4.00398 -12.8033 4.00498 -12.799 4.00701 -12.8351 4.00446 -12.8826 4.03139 -12.8832 4.05107 -12.8994 4.05511 -12.9126 4.07247 -12.9236 4.10185 -12.9539 4.14288 -12.981 4.18201 -12.9921 4.19097 -13.0416 4.19727 -13.0883 4.21145 -13.1266 4.2264 -13.1635 4.24116 -13.1851 4.24986 -13.22 4.28811 -13.2543 4.30907 -13.2874 4.32233 -13.2938 4.33391 -13.3313 4.33923 -13.3499 4.35099 -13.3659 4.36383 -13.3832 4.38193 -13.4066 4.39057 -13.4301 4.39706 -13.4478 4.41149 -13.4529 4.42051 -13.4632 4.42784 -13.504 4.45994 -13.5427 4.48429 -13.5639 4.50781 -13.5675 4.5305 -13.5756 4.54024 -13.5897 4.53093 -13.5895 4.53274 -13.6021 4.54582 -13.6178 4.56117 -13.6276 4.56792 -13.6324 4.56753 -13.6627 4.56716 -13.6956 4.56832 -13.7293 4.57537 -13.7666 4.58431 -13.8185 4.60072 -13.8801 4.62277 -13.9379 4.63887 -13.9414 4.63313 -13.9425 4.65205 -13.9722 4.64465 -13.9893 4.64444 -14.0018 4.6459 -14.0143 4.64687 -13.9964 4.64748 -14.0004 4.65678 -14.0328 4.69004 -14.0646 4.72291 -14.0753 4.74113 -14.086 4.75934 -14.0969 4.77783 -14.1133 4.80564 -14.1615 4.81617 -14.183 4.81957 -14.2038 4.83105 -14.2071 4.83881 -14.2214 4.85216 -14.2552 4.87783 -14.3062 4.91381 -14.3176 4.94575 -14.3613 4.96784 -14.3851 4.98257 -14.3973 4.99304 -14.4245 4.98328 -14.458 5.00334 -14.4926 5.03447 -14.524 5.06838 -14.5461 5.1105 -14.573 5.14739 -14.6093 5.17163 -14.6454 5.19603 -14.6815 5.22043 -14.7266 5.22008 -14.7728 5.21943 -14.8303 5.23857 -14.8484 5.25215 -14.8303 5.26061 -14.8721 5.27888 -14.9152 5.29735 -14.9572 5.3129 -14.9985 5.32635 -15.0405 5.33981 -15.0846 5.35109 -15.0848 5.34655 -15.0849 5.342 -15.0851 5.33745 -15.1132 5.32534 -15.1408 5.33458 -15.1683 5.34382 -15.2196 5.38408 -15.2528 5.3983 -15.2778 5.40091 -15.3027 5.40351 -15.2904 5.41627 -15.3056 5.41363 -15.3281 5.41249 -15.3487 5.41885 -15.3841 5.44452 -15.43 5.4838 -15.4564 5.49403 -15.4742 5.49125 -15.492 5.48847 -15.5215 5.47399 -15.5517 5.45874 -15.5662 5.4581 -15.5744 5.46329 -15.5827 5.46848 -15.5985 5.47857 -15.6416 5.50612 -15.6847 5.53367 -15.7127 5.53986 -15.7384 5.54276 -15.7738 5.55103 -15.8145 5.56226 -15.8497 5.5742 -15.8748 5.58739 -15.9 5.60059 -15.9254 5.6202 -15.9512 5.64842 -15.977 5.67663 -16.0029 5.70484 -16.0198 5.7198 -16.0331 5.72925 -16.0464 5.73869 -16.0597 5.74814 -16.0731 5.75759 -16.0864 5.76704 -16.0997 5.77649 -16.1129 5.79372 -16.1262 5.81416 -16.1395 5.8346 -16.1642 5.8482 -16.1947 5.85831 -16.2252 5.86841 -16.2558 5.87851 -16.2863 5.88862 -16.3075 5.89565 -16.3226 5.90065 -16.3542 5.9121 -16.3911 5.92567 -16.4192 5.94667 -16.4423 5.97184 -16.4654 5.99701 -16.4978 6.03499 -16.5537 6.1049 -16.5911 6.14427 -16.6286 6.18364 -16.6597 6.22561 -16.6838 6.2705 -16.7079 6.31538 -16.732 6.36027 -16.7561 6.40515 -16.7803 6.45003 -16.8044 6.49492 -16.8285 6.5398 -16.8526 6.58468 -16.8767 6.62957 -16.9008 6.67445 -16.927 6.68504 -16.9539 6.68504 -16.9808 6.68504 -17.0077 6.68504 -17.0346 6.68504 -17.0615 6.68504 -17.0883 6.68504 -17.1152 6.68504 -17.1421 6.68504 -17.169 6.68504 -17.1959 6.68504 -17.2227 6.68504 -17.2496 6.68504 -17.2765 6.68504 -17.3034 6.68504 -17.3303 6.68504 -17.3572 6.68504 -17.384 6.68504 -17.4109 6.68504 -17.4378 6.68504 -17.4647 6.68504 -17.4916 6.68504 -17.5184 6.68504 -17.5453 6.68504 -17.5722 6.68504 -17.5991 6.68504 -17.626 6.68504 -17.6529 6.68504 -17.6797 6.68504 -17.7066 6.68504 -17.7335 6.68504 -17.7604 6.68504 -17.7873 6.68504 -17.8141 6.68504 -17.841 6.68504 -17.8679 6.68504 -17.8948 6.68504 -17.9217 6.68504 -17.9485 6.68504 -17.9754 6.68504 -18.0023 6.68504 -18.0292 6.68504 -18.0561 6.68504 -18.083 6.68504 -18.1098 6.68504 -18.1367 6.68504 -18.1636 6.68504 -18.1905 6.68504 -18.2174 6.68504 -18.2442 6.68504 -18.2711 6.68504 -18.298 6.68504 -18.3249 6.68504 -18.3518 6.68504 -18.3787 6.68504 -18.4055 6.68504 -18.4324 6.68504 -18.4593 6.68504 -18.4862 6.68504 -18.5131 6.68504 -18.5399 6.68504 -18.5668 6.68504 -18.5937 6.68504 -18.6206 6.68504 -18.6475 6.68504 -18.6744 6.68504 -18.7012 6.68504 -18.7281 6.68504 -18.755 6.68504 -18.7819 6.68504 -18.8088 6.68504 -18.8356 6.68504 -18.8625 6.68504 -18.8894 6.68504 -18.9163 6.68504 -18.9432 6.68504 -18.9701 6.68504 -18.9969 6.68504 -19.0238 6.68504 -19.0507 6.68504 -19.0776 6.68504 -19.1045 6.68504 -19.1313 6.68504 -19.1582 6.68504 -19.1851 6.68504 -19.212 6.68504 -19.2389 6.68504 -19.2658 6.68504 -19.2926 6.68504 -19.3195 6.68504 -19.3464 6.68504 -19.3733 6.68504 -19.4002 6.68504 -19.427 6.68504 -19.4539 6.68504 -19.4808 6.68504 -19.5077 6.68504 -19.5346 6.68504 -19.5614 6.68504 -19.5883 6.68504 -19.6152 6.68504 -19.6421 6.68504 -19.669 6.68504 -19.6959 6.68504 -19.7227 6.68504 -19.7496 6.68504 -19.7765 6.68504 -19.8034 6.68504 -19.8303 6.68504 -19.8571 6.68504 -19.884 6.68504 -19.9109 6.68504 -19.9378 6.68504 -19.9647 6.68504 -19.9916 6.68504 -20.0184 6.68504 -20.0453 6.68504 -20.0722 6.68504 -20.0991 6.68504 -20.126 6.68504 -20.1528 6.68504 -20.1797 6.68504 -20.2066 6.68504 -20.2335 6.68504 -20.2604 6.68504 -20.2873 6.68504 -20.3141 6.68504 -20.341 6.68504 -20.3679 6.68504 -20.3948 6.68504 -20.4217 6.68504 -20.4485 6.68504 -20.4754 6.68504 -20.5023 6.68504 -20.5292 6.68504 -20.5561 6.68504 -20.583 6.68504 -20.6098 6.68504 -20.6367 6.68504 -20.6636 6.68504 -20.6905 6.68504 -20.7174 6.68504 -20.7442 6.68504 -20.7711 6.68504 -20.798 6.68504 -20.8249 6.68504 -20.8518 6.68504 -20.8787 6.68504 -20.9055 6.68504 -20.9324 6.68504 -20.9593 6.68504 -20.9862 6.68504 -21.0131 6.68504 -21.0399 6.68504 -21.0668 6.68504 -21.0937 6.68504 -21.1206 6.68504 -21.1475 6.68504 -21.1743 6.68504 -21.2012 6.68504 -21.2281 6.68504 -21.255 6.68504 -21.2819 6.68504 -21.3088 6.68504 -21.3356 6.68504 -21.3625 6.68504 -21.3894 6.68504 -21.4163 6.68504 -21.4432 6.68504 -21.47 6.68504 -21.4969 6.68504 -21.5238 6.68504 -21.5507 6.68504 -21.5776 6.68504 -21.6045 6.68504 -21.6313 6.68504 -21.6582 6.68504 -21.6851 6.68504 -21.712 6.68504 -21.7389 6.68504 -21.7657 6.68504 -21.7926 6.68504 -21.8195 6.68504 -21.8464 6.68504 -21.8733 6.68504 -21.9002 6.68504 -21.927 6.68504 -21.9539 6.68504 -21.9808 6.68504 -22.0077 6.68504 -22.0346 6.68504 -22.0614 6.68504 -22.0883 6.68504 -22.1152 6.68504 -22.1421 6.68504 -22.169 6.68504 -22.1959 6.68504 -22.2227 6.68504 -22.2496 6.68504 -22.2765 6.68504 -22.3034 6.68504 -22.3303 6.68504 -22.3571 6.68504 -22.384 6.68504 -22.4109 6.68504 -22.4378 6.68504 -22.4647 6.68504 -22.4916 6.68504 -22.5184 6.68504 -22.5453 6.68504 -22.5722 6.68504 -22.5991 6.68504 -22.626 6.68504 -22.6528 6.68504 -22.6797 6.68504 -22.7066 6.68504 -22.7335 6.68504 -22.7604 6.68504 -22.7872 6.68504 -22.8141 6.68504 -22.841 6.68504 -22.8679 6.68504 -22.8948 6.68504 -22.9217 6.68504 -22.9485 6.68504 -22.9754 6.68504 -23.0023 6.68504 -23.0292 6.68504 -23.0561 6.68504 -23.0829 6.68504 -23.1098 6.68504 -23.1367 6.68504 -23.1636 6.68504 -23.1905 6.68504 -23.2174 6.68504 -23.2442 6.68504 -23.2711 6.68504 -23.298 6.68504 -23.3249 6.68504 -23.3518 6.68504 -23.3786 6.68504 -23.4055 6.68504 -23.4324 6.68504 -23.4593 6.68504 -23.4862 6.68504 -23.5131 6.68504 -23.5399 6.68504 -23.5668 6.68504 -23.5937 6.68504 -23.6206 6.68504 -23.6475 6.68504 -23.6743 6.68504 -23.7012 6.68504 -23.7281 6.68504 -23.755 6.68504 -23.7819 6.68504 -23.8088 6.68504 -23.8356 6.68504 -23.8625 6.68504 -23.8894 6.68504 -23.9163 6.68504 -23.9432 6.68504 -23.97 6.68504 -23.9969 6.68504 -24.0238 6.68504 -24.0507 6.68504 -24.0776 6.68504 -24.1045 6.68504 -24.1313 6.68504 -24.1582 6.68504 -24.1851 6.68504 -24.212 6.68504 -24.2389 6.68504 -24.2657 6.68504 -24.2926 6.68504 -24.3195 6.68504 -24.3464 6.68504 -24.3733 6.68504 -24.4001 6.68504 -24.427 6.68504 -24.4539 6.68504 -24.4808 6.68504 -24.5077 6.68504 -24.5346 6.68504 -24.5614 6.68504 -24.5883 6.68504 -24.6152 6.68504 -24.6421 6.68504 -24.669 6.68504 -24.6958 6.68504 -24.7227 6.68504 -24.7496 6.68504 -24.7765 6.68504 -24.8034 6.68504 -24.8303 6.68504 -24.8571 6.68504 -24.884 6.68504 -24.9109 6.68504 -24.9378 6.68504 -24.9647 6.68504 -24.9915 6.68504 -25.0184 6.68504 -25.0453 6.68504 -25.0722 6.68504 -25.0991 6.68504 -25.126 6.68504 -25.1528 6.68504 -25.1797 6.68504 -25.2066 6.68504 -25.2335 6.68504 -25.2604 6.68504 -25.2872 6.68504 -25.3141 6.68504 -25.341 6.68504 -25.3679 6.68504 -25.3948 6.68504 -25.4217 6.68504 -25.4485 6.68504 -25.4754 6.68504 -25.5023 6.68504 -25.5292 6.68504 -25.5561 6.68504 -25.5829 6.68504 -25.6098 6.68504 -25.6367 6.68504 -25.6636 6.68504 -25.6905 6.68504 -25.7174 6.68504 -25.7442 6.68504 -25.7711 6.68504 -25.798 6.68504 -25.8249 6.68504 -25.8518 6.68504 -25.8786 6.68504 -25.9055 6.68504 -25.9324 6.68504 -25.9593 6.68504 -25.9862 6.68504 -26.013 6.68504 -26.0399 6.68504 -26.0668 6.68504 -26.0937 6.68504 -26.1206 6.68504 -26.1475 6.68504 -26.1743 6.68504 -26.2012 6.68504 -26.2281 6.68504 -26.255 6.68504 -26.2819 6.68504 -26.3087 6.68504 -26.3356 6.68504 -26.3625 6.68504 -26.3894 6.68504 -26.4163 6.68504 -26.4432 6.68504 -26.47 6.68504 -26.4969 6.68504 -26.5238 6.68504 -26.5507 6.68504 -26.5776 6.68504 -26.6044 6.68504 -26.6313 6.68504 -26.6582 6.68504 -26.6851 6.68504 -26.712 6.68504 -26.7389 6.68504 -26.7657 6.68504 -26.7926 6.68504 -26.8195 6.68504 -26.8464 6.68504 -26.8733 6.68504 -26.9001 6.68504 -26.927 6.68504 -26.9539 6.68504 -26.9808 6.68504 -27.0077 6.68504 -27.0346 6.68504 -27.0614 6.68504 -27.0883 6.68504 -27.1152 6.68504 -27.1421 6.68504 -27.169 6.68504 -27.1958 6.68504 -27.2227 6.68504 -27.2496 6.68504 -27.2765 6.68504 -27.3034 6.68504 -27.3303 6.68504 -27.3571 6.68504 -27.384 6.68504 -27.4109 6.68504 -27.4378 6.68504 -27.4647 6.68504 -27.4915 6.68504 -27.5184 6.68504 -27.5453 6.68504 -27.5722 6.68504 -27.5991 6.68504 -27.6259 6.68504 -27.6528 6.68504 -27.6797 6.68504 -27.7066 6.68504 -27.7335 6.68504 -27.7604 6.68504 -27.7872 6.68504 -27.8141 6.68504 -27.841 6.68504 -27.8679 6.68504 -27.8948 6.68504 -27.9216 6.68504 -27.9485 6.68504 -27.9754 6.68504 -28.0023 6.68504 -28.0292 6.68504 -28.0561 6.68504 -28.0829 6.68504 -28.1098 6.68504 -28.1367 6.68504 -28.1636 6.68504 -28.1905 6.68504 -28.2173 6.68504 -28.2442 6.68504 -28.2711 6.68504 -28.298 6.68504 -28.3249 6.68504 -28.3518 6.68504 -28.3786 6.68504 -28.4055 6.68504 -28.4324 6.68504 -28.4593 6.68504 -28.4862 6.68504 -28.513 6.68504 -28.5399 6.68504 -28.5668 6.68504 -28.5937 6.68504 -28.6206 6.68504 -28.6475 6.68504 -28.6743 6.68504 -28.7012 6.68504 -28.7281 6.68504 -28.755 6.68504 -28.7819 6.68504 -28.8087 6.68504 -28.8356 6.68504 -28.8625 6.68504 -28.8894 6.68504 -28.9163 6.68504 -28.9432 6.68504 -28.97 6.68504 -28.9969 6.68504 -29.0238 6.68504 -29.0507 6.68504 -29.0776 6.68504 -29.1044 6.68504 -29.1313 6.68504 -29.1582 6.68504 -29.1851 6.68504 -29.212 6.68504 -29.2388 6.68504 -29.2657 6.68504 -29.2926 6.68504 -29.3195 6.68504 -29.3464 6.68504 -29.3733 6.68504 -29.4001 6.68504 -29.427 6.68504 -29.4539 6.68504 -29.4808 6.68504 -29.5077 6.68504 -29.5345 6.68504 -29.5614 6.68504 -29.5883 6.68504 -29.6152 6.68504 -29.6421 6.68504 -29.669 6.68504 -29.6958 6.68504 -29.7227 6.68504 -29.7496 6.68504 -29.7765 6.68504 -29.8034 6.68504 -29.8302 6.68504 -29.8571 6.68504 -29.884 6.68504 -29.9109 6.68504 -29.9378 6.68504 -29.9647 6.68504 -29.9915 6.68504 -30.0184 6.68504 -30.0453 6.68504 -30.0722 6.68504 -30.0991 6.68504 -30.1259 6.68504 -30.1528 6.68504 -30.1797 6.68504 -30.2066 6.68504 -30.2335 6.68504 -30.2604 6.68504 -30.2872 6.68504 -30.3141 6.68504 -30.341 6.68504 -30.3679 6.68504 -30.3948 6.68504 -30.4216 6.68504 -30.4485 6.68504 -30.4754 6.68504 -30.5023 6.68504 -30.5292 6.68504 -30.5561 6.68504 -30.5829 6.68504 -30.6098 6.68504 -30.6367 6.68504 -30.6636 6.68504 -30.6905 6.68504 -30.7173 6.68504 -30.7442 6.68504 -30.7711 6.68504 -30.798 6.68504 -30.8249 6.68504 -30.8517 6.68504 -30.8786 6.68504 -30.9055 6.68504 -30.9324 6.68504 -30.9593 6.68504 -30.9862 6.68504 -31.013 6.68504 -31.0399 6.68504 -31.0668 6.68504 -31.0937 6.68504 -31.1206 6.68504 -31.1474 6.68504 -31.1743 6.68504 -31.2012 6.68504 -31.2281 6.68504 -31.255 6.68504 -31.2819 6.68504 -31.3087 6.68504 -31.3356 6.68504 -31.3625 6.68504 -31.3894 6.68504 -31.4163 6.68504 -31.4431 6.68504 -31.47 6.68504 -31.4969 6.68504 -31.5238 6.68504 -31.5507 6.68504 -31.5776 6.68504 -31.6044 6.68504 -31.6313 6.68504 -31.6582 6.68504 -31.6851 6.68504 -31.712 6.68504 -31.7388 6.68504 -31.7657 6.68504 -31.7926 6.68504 -31.8195 6.68504 -31.8464 6.68504 -31.8733 6.68504 -31.9001 6.68504 -31.927 6.68504 -31.9539 6.68504 -31.9808 6.68504 -32.0077 6.68504 -32.0345 6.68504 -32.0614 6.68504 -32.0883 6.68504 -32.1152 6.68504 -32.1421 6.68504 -32.169 6.68504 -32.1958 6.68504 -32.2227 6.68504 -32.2496 6.68504 -32.2765 6.68504 -32.3034 6.68504 -32.3302 6.68504 -32.3571 6.68504 -32.384 6.68504 -32.4109 6.68504 -32.4378 6.68504 -32.4646 6.68504 -32.4915 6.68504 -32.5184 6.68504 -32.5453 6.68504 -32.5722 6.68504 -32.5991 6.68504 -32.6259 6.68504 -32.6528 6.68504 -32.6797 6.68504 -32.7066 6.68504 -32.7335 6.68504 -32.7603 6.68504 -32.7872 6.68504 -32.8141 6.68504 -32.841 6.68504 -32.8679 6.68504 -32.8948 6.68504 -32.9216 6.68504 -32.9485 6.68504 -32.9754 6.68504 -33.0023 6.68504 -33.0292 6.68504 -33.056 6.68504 -33.0829 6.68504 -33.1098 6.68504 -33.1367 6.68504 -33.1636 6.68504 -33.1905 6.68504 -33.2173 6.68504 -33.2442 6.68504 -33.2711 6.68504 -33.298 6.68504 -33.3249 6.68504 -33.3517 6.68504 -33.3786 6.68504 -33.4055 6.68504 -33.4324 6.68504 -33.4593 6.68504 -33.4862 6.68504 -33.513 6.68504 -33.5399 6.68504 -33.5668 6.68504 -33.5937 6.68504 -33.6206 6.68504 -33.6474 6.68504 -33.6743 6.68504 -33.7012 6.68504 -33.7281 6.68504 -33.755 6.68504 -33.7819 6.68504 -33.8087 6.68504 -33.8356 6.68504 -33.8625 6.68504 -33.8894 6.68504 -33.9163 6.68504 -33.9431 6.68504 -33.97 6.68504 -33.9969 6.68504 -34.0238 6.68504 -34.0507 6.68504 -34.0775 6.68504 -34.1044 6.68504 -34.1313 6.68504 -34.1582 6.68504 -34.1851 6.68504 -34.212 6.68504 -34.2388 6.68504 -34.2657 6.68504 -34.2926 6.68504 -34.3195 6.68504 -34.3464 6.68504 -34.3732 6.68504 -34.4001 6.68504 -34.427 6.68504 -34.4539 6.68504 -34.4808 6.68504 -34.5077 6.68504 -34.5345 6.68504 -34.5614 6.68504 -34.5883 6.68504 -34.6152 6.68504 -34.6421 6.68504 -34.6689 6.68504 -34.6958 6.68504 -34.7227 6.68504 -34.7496 6.68504 -34.7765 6.68504 -34.8034 6.68504 -34.8302 6.68504 -34.8571 6.68504 -34.884 6.68504 -34.9109 6.68504 -34.9378 6.68504 -34.9646 6.68504 -34.9915 6.68504 -35.0184 6.68504 -35.0453 6.68504 -35.0722 6.68504 -35.0991 6.68504 -35.1259 6.68504 -35.1528 6.68504 -35.1797 6.68504 -35.2066 6.68504 -35.2335 6.68504 -35.2603 6.68504 -35.2872 6.68504 -35.3141 6.68504 -35.341 6.68504 -35.3679 6.68504 -35.3947 6.68504 -35.4216 6.68504 -35.4485 6.68504 -35.4754 6.68504 -35.5023 6.68504 -35.5292 6.68504 -35.556 6.68504 -35.5829 6.68504 -35.6098 6.68504 -35.6367 6.68504 -35.6636 6.68504 -35.6904 6.68504 -35.7173 6.68504 -35.7442 6.68504 -35.7711 6.68504 -35.798 6.68504 -35.8249 6.68504 -35.8517 6.68504 -35.8786 6.68504 -35.9055 6.68504 -35.9324 6.68504 -35.9593 6.68504 -35.9861 6.68504 -36.013 6.68504 -36.0399 6.68504 -36.0668 6.68504 -36.0937 6.68504 -36.1206 6.68504 -36.1474 6.68504 -36.1743 6.68504 -36.2012 6.68504 -36.2281 6.68504 -36.255 6.68504 -36.2818 6.68504 -36.3087 6.68504 -36.3356 6.68504 -36.3625 6.68504 -36.3894 6.68504 -36.4163 6.68504 -36.4431 6.68504 -36.47 6.68504 -36.4969 6.68504 -36.5238 6.68504 -36.5507 6.68504 -36.5775 6.68504 -36.6044 6.68504 -36.6313 6.68504 -36.6582 6.68504 -36.6851 6.68504 -36.712 6.68504 -36.7388 6.68504 -36.7657 6.68504 -36.7926 6.68504 -36.8195 6.68504 -36.8464 6.68504 -36.8732 6.68504 -36.9001 6.68504 -36.927 6.68504 -36.9539 6.68504 -36.9808 6.68504 -37.0076 6.68504 -37.0345 6.68504 -37.0614 6.68504 -37.0883 6.68504 -37.1152 6.68504 -37.1421 6.68504 -37.1689 6.68504 -37.1958 6.68504 -37.2227 6.68504 -37.2496 6.68504 -37.2765 6.68504 -37.3033 6.68504 -37.3302 6.68504 -37.3571 6.68504 -37.384 6.68504 -37.4109 6.68504 -37.4378 6.68504 -37.4646 6.68504 -37.4915 6.68504 -37.5184 6.68504 -37.5453 6.68504 -37.5722 6.68504 -37.599 6.68504 -37.6259 6.68504 -37.6528 6.68504 -37.6797 6.68504 -37.7066 6.68504 -37.7335 6.68504 -37.7603 6.68504 -37.7872 6.68504 -37.8141 6.68504 -37.841 6.68504 -37.8679 6.68504 -37.8947 6.68504 -37.9216 6.68504 -37.9485 6.68504 -37.9754 6.68504 -38.0023 6.68504 -38.0292 6.68504 -38.056 6.68504 -38.0829 6.68504 -38.1098 6.68504 -38.1367 6.68504 -38.1636 6.68504 -38.1904 6.68504 -38.2173 6.68504 -38.2442 6.68504 -38.2711 6.68504 -38.298 6.68504 -38.3249 6.68504 -38.3517 6.68504 -38.3786 6.68504 -38.4055 6.68504 -38.4324 6.68504 -38.4593 6.68504 -38.4861 6.68504 -38.513 6.68504 -38.5399 6.68504 -38.5668 6.68504 -38.5937 6.68504 -38.6205 6.68504 -38.6474 6.68504 -38.6743 6.68504 -38.7012 6.68504 -38.7281 6.68504 -38.755 6.68504 -38.7818 6.68504 -38.8087 6.68504 -38.8356 6.68504 -38.8625 6.68504 -38.8894 6.68504 -38.9162 6.68504 -38.9431 6.68504 -38.97 6.68504 -38.9969 6.68504 -39.0238 6.68504 -39.0507 6.68504 -39.0775 6.68504 -39.1044 6.68504 -39.1313 6.68504 -39.1582 6.68504 -39.1851 6.68504 -39.2119 6.68504 -39.2388 6.68504 -39.2657 6.68504 -39.2926 6.68504 -39.3195 6.68504 -39.3464 6.68504 -39.3732 6.68504 -39.4001 6.68504 -39.427 6.68504 -39.4539 6.68504 -39.4808 6.68504 -39.5076 6.68504 -39.5345 6.68504 -39.5614 6.68504 -39.5883 6.68504 -39.6152 6.68504 -39.6421 6.68504 -39.6689 6.68504 -39.6958 6.68504 -39.7227 6.68504 -39.7496 6.68504 -39.7765 6.68504 -39.8033 6.68504 -39.8302 6.68504 -39.8571 6.68504 -39.884 6.68504 -39.9109 6.68504 -39.9378 6.68504 -39.9646 6.68504 -39.9915 6.68504 -40.0184 6.68504 -40.0453 6.68504 -40.0722 6.68504 -40.099 6.68504 -40.1259 6.68504 -40.1528 6.68504 -40.1797 6.68504 -40.2066 6.68504 -40.2334 6.68504 -40.2603 6.68504 -40.2872 6.68504 -40.3141 6.68504 -40.341 6.68504 -40.3679 6.68504 -40.3947 6.68504 -40.4216 6.68504 -40.4485 6.68504 -40.4754 6.68504 -40.5023 6.68504 -40.5291 6.68504 -40.556 6.68504 -40.5829 6.68504 -40.6098 6.68504 -40.6367 6.68504 -40.6636 6.68504 -40.6904 6.68504 -40.7173 6.68504 -40.7442 6.68504 -40.7711 6.68504 -40.798 6.68504 -40.8248 6.68504 -40.8517 6.68504 -40.8786 6.68504 -40.9055 6.68504 -40.9324 6.68504 -40.9593 6.68504 -40.9861 6.68504 -41.013 6.68504 -41.0399 6.68504 -41.0668 6.68504 -41.0937 6.68504 -41.1205 6.68504 -41.1474 6.68504 -41.1743 6.68504 -41.2012 6.68504 -41.2281 6.68504 -41.255 6.68504 -41.2818 6.68504 -41.3087 6.68504 -41.3356 6.68504 -41.3625 6.68504 -41.3894 6.68504 -41.4162 6.68504 -41.4431 6.68504 -41.47 6.68504 -41.4969 6.68504 -41.5238 6.68504 -41.5507 6.68504 -41.5775 6.68504 -41.6044 6.68504 -41.6313 6.68504 -41.6582 6.68504 -41.6851 6.68504 -41.7119 6.68504 -41.7388 6.68504 -41.7657 6.68504 -41.7926 6.68504 -41.8195 6.68504 -41.8463 6.68504 -41.8732 6.68504 -41.9001 6.68504 -41.927 6.68504 -41.9539 6.68504 -41.9808 6.68504 -42.0076 6.68504 -42.0345 6.68504 proftmb-1.1.12/input/bact.comp0000644015075101507510000000042712026631530013133 00000000000000A 0.0864078 C 0.0109003 D 0.0540364 E 0.0626868 F 0.0419325 G 0.0691705 H 0.0219979 I 0.0631908 K 0.0555722 L 0.0996316 M 0.0238953 N 0.0423444 P 0.0430005 Q 0.0390349 R 0.0537867 S 0.0640725 T 0.054208 V 0.0681263 W 0.0131422 Y 0.0328628 proftmb-1.1.12/input/Makefile.am0000644015075101507510000000025612026631530013376 00000000000000#pkgdata_DATA = Architecture 1a0s_P.Q 1af6_A.Q Label2Arch\ # Label2Label StateRedux2 StateRedux3 StateRedux4 TiedStates\ # TrainingSeqs options NCBIGnegComp pkgdata_DATA = * proftmb-1.1.12/input/proftmb.opt0000644015075101507510000000414312026631530013536 00000000000000;Options file created by: [proftmb]; ;----------------------------------; -d "/cluster/user/michael/tools/new/proftmb-1.1/input" ; root path where files (options ; -s,-r,-l,-a,-e,-t,-u,-z,-n) reside ; -d == --directory-root -a "StateRedux4" ; state reduction for decoding ; -a == --reduction-state-decode -b "ReduxDecode4" ; state reduction for reporting ; -b == --reduction-state-report -m "StrandStates" ; list of membrane strand states ; -m == --membrane-strand-states -z "Swiss_Zcurve" ; file containing means and sd's at integral length ; values ; -z == --z-curve-file -x "ZCalibration" ; file mapping coverage and accuracy values to z-scores ; -x == --z-calibration-curve -n "bact.comp" ; background frequency file ; -n == --null-frequency -c 4 ; minimum z-score for per-residue prediction ; -c == --minimum-score-cutoff -o "" ; output file prefix ; -o == --outfile-prefix -s "Swiss8.arch" ; data representing the model architecture ; -s == --static-model-data -t "Swiss8.params" ; params representing the encoded training data ; -t == --trained-params -q "" ; psiblast directory (full pathname or relative to ; current directory) with many profiles ; -q == --test-blastQ-dir -v "" ; list of mappings of filename to protein name ; -v == --list-blastQ-files proftmb-1.1.12/input/StateRedux40000644015075101507510000000050112026631530013432 00000000000000UpwardStrand 5E Ua UA Ub UB Uc UC Ud UD Ue UE Uf UF Ug UG Uh UH Ui UI Uj UJ Uk UK Ul UL Um UM Un UN Uo UO Up UP 4D DownwardStrand 4A 5A Da DA Db DB Dc DC Dd DD De DE Df DF Dg DG Dh DH Di DI Dj DJ Dk DK Dl DL Dm DM Dn DN Do DO Dp DP OuterLoop O1 O2 O3 O4 O5 O6 O7 O8 OL InnerLoop 4B 4C 5B 5C 5D I1 I2 I3 I4 I5 I6 I7 I8 IL proftmb-1.1.12/input/Swiss8.arch0000644015075101507510000004310612026631530013402 00000000000000A,0 C,1 D,2 E,3 F,4 G,5 H,6 I,7 K,8 L,9 M,10 N,11 P,12 Q,13 R,14 S,15 T,16 V,17 W,18 Y,19 ENDRECORD 0,A 1,C 2,D 3,E 4,F 5,G 6,H 7,I 8,K 9,L 10,M 11,N 12,P 13,Q 14,R 15,S 16,T 17,V 18,W 19,Y ENDRECORD 75 59 76 60 77 61 78 62 79 63 80 64 81 50 65 82 66 83 67 84 68 85 69 86 70 87 71 88 72 89 73 90 74 25 41 49 0 4 9 26 10 27 11 28 12 29 13 30 14 31 15 32 16 33 17 34 18 35 19 36 20 37 21 38 22 39 23 40 24 42 43 48 44 47 45 46 51 58 52 57 53 56 54 55 5 6 7 8 1 2 3 ENDRECORD 4A,71 4B,72 4C,73 4D,74 5A,66 5B,67 5C,68 5D,69 5E,70 DA,33 DB,35 DC,37 DD,39 DE,41 DF,43 DG,45 DH,47 DI,49 DJ,51 DK,53 DL,55 DM,57 DN,59 DO,61 DP,63 Da,32 Db,34 Dc,36 Dd,38 De,40 Df,42 Dg,44 Dh,46 Di,48 Dj,50 Dk,52 Dl,54 Dm,56 Dn,58 Do,60 Dp,62 IA,64 OA,65 UA,1 UB,3 UC,5 UD,7 UE,9 UF,11 UG,13 UH,15 UI,17 UJ,19 UK,21 UL,23 UM,25 UN,27 UO,29 UP,31 Ua,0 Ub,2 Uc,4 Ud,6 Ue,8 Uf,10 Ug,12 Uh,14 Ui,16 Uj,18 Uk,20 Ul,22 Um,24 Un,26 Uo,28 Up,30 ENDRECORD 4A,36 4B,88 4C,89 4D,90 5A,37 5B,84 5C,85 5D,86 5E,87 BEGIN,91 DA,38 DB,40 DC,42 DD,44 DE,46 DF,48 DG,50 DH,52 DI,54 DJ,56 DK,58 DL,60 DM,62 DN,64 DO,66 DP,68 Da,33 Db,39 Dc,41 Dd,43 De,45 Df,47 Dg,49 Dh,51 Di,53 Dj,55 Dk,57 Dl,59 Dm,61 Dn,63 Do,65 Dp,67 END,92 I1,34 I2,69 I3,70 I4,72 I5,74 I6,75 I7,73 I8,71 IL,35 O1,13 O2,76 O3,78 O4,80 O5,82 O6,83 O7,81 O8,79 OL,77 UA,1 UB,3 UC,5 UD,7 UE,9 UF,11 UG,14 UH,16 UI,18 UJ,20 UK,22 UL,24 UM,26 UN,28 UO,30 UP,32 Ua,0 Ub,2 Uc,4 Ud,6 Ue,8 Uf,10 Ug,12 Uh,15 Ui,17 Uj,19 Uk,21 Ul,23 Um,25 Un,27 Uo,29 Up,31 ENDRECORD 4A,0 4B,1 4C,2 4D,3 5A,4 5B,5 5C,6 5D,7 5E,8 DA,9 DB,10 DC,11 DD,12 DE,13 DF,14 DG,15 DH,16 DI,17 DJ,18 DK,19 DL,20 DM,21 DN,22 DO,23 DP,24 Da,25 Db,26 Dc,27 Dd,28 De,29 Df,30 Dg,31 Dh,32 Di,33 Dj,34 Dk,35 Dl,36 Dm,37 Dn,38 Do,39 Dp,40 I1,41 I2,42 I3,43 I4,44 I5,45 I6,46 I7,47 I8,48 IL,49 O1,50 O2,51 O3,52 O4,53 O5,54 O6,55 O7,56 O8,57 OL,58 UA,59 UB,60 UC,61 UD,62 UE,63 UF,64 UG,65 UH,66 UI,67 UJ,68 UK,69 UL,70 UM,71 UN,72 UO,73 UP,74 Ua,75 Ub,76 Uc,77 Ud,78 Ue,79 Uf,80 Ug,81 Uh,82 Ui,83 Uj,84 Uk,85 Ul,86 Um,87 Un,88 Uo,89 Up,90 ENDRECORD 0,Ua 1,UA 2,Ub 3,UB 4,Uc 5,UC 6,Ud 7,UD 8,Ue 9,UE 10,Uf 11,UF 12,Ug 13,UG 14,Uh 15,UH 16,Ui 17,UI 18,Uj 19,UJ 20,Uk 21,UK 22,Ul 23,UL 24,Um 25,UM 26,Un 27,UN 28,Uo 29,UO 30,Up 31,UP 32,Da 33,DA 34,Db 35,DB 36,Dc 37,DC 38,Dd 39,DD 40,De 41,DE 42,Df 43,DF 44,Dg 45,DG 46,Dh 47,DH 48,Di 49,DI 50,Dj 51,DJ 52,Dk 53,DK 54,Dl 55,DL 56,Dm 57,DM 58,Dn 59,DN 60,Do 61,DO 62,Dp 63,DP 64,IA 65,OA 66,5A 67,5B 68,5C 69,5D 70,5E 71,4A 72,4B 73,4C 74,4D ENDRECORD 0,Ua 1,UA 2,Ub 3,UB 4,Uc 5,UC 6,Ud 7,UD 8,Ue 9,UE 10,Uf 11,UF 12,Ug 13,O1 14,UG 15,Uh 16,UH 17,Ui 18,UI 19,Uj 20,UJ 21,Uk 22,UK 23,Ul 24,UL 25,Um 26,UM 27,Un 28,UN 29,Uo 30,UO 31,Up 32,UP 33,Da 34,I1 35,IL 36,4A 37,5A 38,DA 39,Db 40,DB 41,Dc 42,DC 43,Dd 44,DD 45,De 46,DE 47,Df 48,DF 49,Dg 50,DG 51,Dh 52,DH 53,Di 54,DI 55,Dj 56,DJ 57,Dk 58,DK 59,Dl 60,DL 61,Dm 62,DM 63,Dn 64,DN 65,Do 66,DO 67,Dp 68,DP 69,I2 70,I3 71,I8 72,I4 73,I7 74,I5 75,I6 76,O2 77,OL 78,O3 79,O8 80,O4 81,O7 82,O5 83,O6 84,5B 85,5C 86,5D 87,5E 88,4B 89,4C 90,4D 91,BEGIN 92,END ENDRECORD 0,4A 1,4B 2,4C 3,4D 4,5A 5,5B 6,5C 7,5D 8,5E 9,DA 10,DB 11,DC 12,DD 13,DE 14,DF 15,DG 16,DH 17,DI 18,DJ 19,DK 20,DL 21,DM 22,DN 23,DO 24,DP 25,Da 26,Db 27,Dc 28,Dd 29,De 30,Df 31,Dg 32,Dh 33,Di 34,Dj 35,Dk 36,Dl 37,Dm 38,Dn 39,Do 40,Dp 41,I1 42,I2 43,I3 44,I4 45,I5 46,I6 47,I7 48,I8 49,IL 50,O1 51,O2 52,O3 53,O4 54,O5 55,O6 56,O7 57,O8 58,OL 59,UA 60,UB 61,UC 62,UD 63,UE 64,UF 65,UG 66,UH 67,UI 68,UJ 69,UK 70,UL 71,UM 72,UN 73,UO 74,UP 75,Ua 76,Ub 77,Uc 78,Ud 79,Ue 80,Uf 81,Ug 82,Uh 83,Ui 84,Uj 85,Uk 86,Ul 87,Um 88,Un 89,Uo 90,Up ENDRECORD 91 ENDRECORD 92 ENDRECORD 4A,4A 4B,4B 4C,4C 4D,4D 5A,5A 5B,5B 5C,5C 5D,5D 5E,5E DA,DA DB,DB DC,DC DD,DD DE,DE DF,DF DG,DG DH,DH DI,DI DJ,DJ DK,DK DL,DL DM,DM DN,DN DO,DO DP,DP Da,Da Db,Db Dc,Dc Dd,Dd De,De Df,Df Dg,Dg Dh,Dh Di,Di Dj,Dj Dk,Dk Dl,Dl Dm,Dm Dn,Dn Do,Do Dp,Dp IA,IA OA,OA UA,UA UB,UB UC,UC UD,UD UE,UE UF,UF UG,UG UH,UH UI,UI UJ,UJ UK,UK UL,UL UM,UM UN,UN UO,UO UP,UP Ua,Ua Ub,Ub Uc,Uc Ud,Ud Ue,Ue Uf,Uf Ug,Ug Uh,Uh Ui,Ui Uj,Uj Uk,Uk Ul,Ul Um,Um Un,Un Uo,Uo Up,Up ENDRECORD 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 ENDRECORD 91 ENDRECORD 91 ENDRECORD 75 ENDRECORD 93 ENDRECORD 20 ENDRECORD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ENDRECORD ENDRECORD 0 ENDRECORD 0 ENDRECORD 1e-20 ENDRECORD 10 ENDRECORD 1.2 ENDRECORD 0.5 ENDRECORD 0 ENDRECORD 3 ENDRECORD 2 ENDRECORD 0 ENDRECORD proftmb-1.1.12/input/Makefile0000644015075101507510000002705412026631530013007 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # input/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. pkgdatadir = $(datadir)/proftmb pkgincludedir = $(includedir)/proftmb pkglibdir = $(libdir)/proftmb pkglibexecdir = $(libexecdir)/proftmb am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = input DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(pkgdatadir)" DATA = $(pkgdata_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/missing --run aclocal-1.11 AMTAR = ${SHELL} /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/missing --run tar AUTOCONF = ${SHELL} /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/missing --run autoconf AUTOHEADER = ${SHELL} /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/missing --run autoheader AUTOMAKE = ${SHELL} /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/missing --run automake-1.11 AWK = gawk CC = g++ CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 CPP = g++ -E CPPFLAGS = CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -Wall -O2 -DNDEBUG CYGPATH_W = echo DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"proftmb\" -DVERSION=\"1.1\" -DHAVE_LIBOPT=1 -DHAVE_LIBM=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 DEPDIR = .deps ECHO_C = ECHO_N = -n ECHO_T = EGREP = /bin/grep -E EXEEXT = GREP = /bin/grep INCLUDES = INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s LDFLAGS = LIBOBJS = LIBS = -lgsl -lgslcblas -lm -lopt LN_S = ln -s LTLIBOBJS = MAKEINFO = ${SHELL} /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/missing --run makeinfo MKDIR_P = /bin/mkdir -p OBJEXT = o PACKAGE = proftmb PACKAGE_BUGREPORT = PACKAGE_NAME = PACKAGE_STRING = PACKAGE_TARNAME = PACKAGE_URL = PACKAGE_VERSION = PATH_SEPARATOR = : RANLIB = ranlib SET_MAKE = SHELL = /bin/sh STRIP = VERSION = 1.1 abs_builddir = /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/input abs_srcdir = /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/input abs_top_builddir = /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp abs_top_srcdir = /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp ac_ct_CC = g++ ac_ct_CXX = g++ am__include = include am__leading_dot = . am__quote = am__tar = ${AMTAR} chof - "$$tardir" am__untar = ${AMTAR} xf - bindir = ${exec_prefix}/bin build_alias = builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE} dvidir = ${docdir} exec_prefix = ${prefix} host_alias = htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /mnt/home/lkajan/project/rostlab/proftmb/branches/hhomp/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var mandir = ${datarootdir}/man mkdir_p = /bin/mkdir -p oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com srcdir = . sysconfdir = ${prefix}/etc target_alias = top_build_prefix = ../ top_builddir = .. top_srcdir = .. #pkgdata_DATA = Architecture 1a0s_P.Q 1af6_A.Q Label2Arch\ # Label2Label StateRedux2 StateRedux3 StateRedux4 TiedStates\ # TrainingSeqs options NCBIGnegComp pkgdata_DATA = * all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu input/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu input/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-pkgdataDATA: $(pkgdata_DATA) @$(NORMAL_INSTALL) test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ done uninstall-pkgdataDATA: @$(NORMAL_UNINSTALL) @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(pkgdatadir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pkgdataDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pkgdataDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-pkgdataDATA install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-pkgdataDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: proftmb-1.1.12/examples/0000755015075101507510000000000012026635703012104 500000000000000proftmb-1.1.12/examples/16761001.Q0000644015075101507510000000515612026631531013055 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 M -1 -1 -2 -3 -1 0 -2 -3 -2 1 2 -1 5 0 -2 -1 -1 -1 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 2 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 3 R -1 5 0 -2 -3 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 4 V 0 -3 -3 -3 -1 -2 -2 -3 -3 3 1 -2 1 -1 -2 -2 0 -3 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 5 Q -1 1 0 0 -3 5 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -1 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 6 F -2 -3 -3 -3 -2 -3 -3 -3 -1 0 0 -3 0 6 -4 -2 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 7 K -1 2 0 -1 -3 1 1 -2 -1 -3 -2 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 8 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -2 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 9 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -2 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 10 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -2 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 11 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -2 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 12 P -1 -2 -2 -1 -3 -1 -1 -2 -2 -3 -3 -1 -2 -4 7 -1 -1 -4 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 13 D -2 -2 1 6 -3 0 2 -1 -1 -3 -4 -1 -3 -3 -1 0 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 K Lambda Standard Ungapped 0.1371 0.3321 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1371 0.3321 PSI Gapped 0.0420 0.2670 proftmb-1.1.12/examples/1a0s_P.f.1.Q0000644015075101507510000020354712026631531013562 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 S 1 -1 0 -1 -1 0 0 -1 -1 -3 -3 0 -2 -3 -1 5 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.56 0.08 2 G 1 -4 -2 -3 -4 -3 -3 6 -3 -5 -5 -3 -4 -4 -3 -1 -3 -4 -4 -4 9 0 0 0 0 0 0 91 0 0 0 0 0 0 0 0 0 0 0 0 1.46 0.47 3 F -3 -4 -4 -5 -3 -4 -4 -4 -3 -1 1 -4 -1 7 -5 -4 -3 6 1 0 0 0 0 0 0 0 0 0 0 0 10 0 0 66 0 0 0 14 0 9 1.20 0.47 4 E -2 -2 -1 4 -4 2 5 -3 -2 -5 -5 -1 -4 -5 -3 2 -2 -5 -4 -4 0 0 0 29 0 7 42 0 0 0 0 0 0 0 0 21 0 0 0 0 0.89 0.61 5 F -3 -4 -4 -5 -4 -4 -5 -5 -2 -1 -1 -4 -2 7 -5 -4 -3 0 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 73 0 0 0 0 17 10 1.41 0.61 6 H -3 -2 4 1 -4 1 -1 -3 8 -5 -5 0 -3 -3 -3 0 -2 -4 -1 -5 0 0 22 7 0 6 0 0 55 0 0 4 0 0 0 5 0 0 0 0 1.20 0.61 7 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.80 0.61 8 Y -3 -3 -4 -5 -4 -3 -4 -5 0 -3 -3 -3 -3 2 -5 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 2.00 0.61 9 A 3 -3 -4 -4 -3 -3 -4 -3 -3 -1 2 -3 5 4 -4 -2 -2 -2 3 -1 28 0 0 0 0 0 0 0 0 0 20 0 19 22 0 0 0 0 11 0 0.62 0.61 10 R -3 7 -2 -3 -5 -1 -2 -4 -2 -5 -4 1 -3 -4 -1 1 -2 -4 -3 -4 0 86 0 0 0 0 0 0 0 0 0 0 0 0 3 10 0 0 0 0 1.36 0.61 11 S 2 -2 -1 -2 -2 -2 -2 -2 -3 -3 -3 -2 2 -4 -2 6 0 -4 -3 -3 18 0 0 0 0 0 0 0 0 0 0 0 7 0 0 76 0 0 0 0 0.91 0.61 12 G -1 -4 2 -2 -4 -3 -3 7 -3 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 10 0 0 0 0 90 0 0 0 0 0 0 0 0 0 0 0 0 1.57 0.61 13 V 0 -3 -3 -3 -2 -3 -3 -3 -3 3 1 -3 -1 1 -3 -2 0 -3 -2 4 8 1 1 1 0 1 1 1 0 14 9 1 0 8 1 1 6 0 1 46 0.46 0.51 14 I -1 1 -2 -2 -2 -2 -2 3 -2 1 1 -2 -1 -2 -2 -2 -2 -2 2 1 2 12 1 1 0 1 1 30 1 12 12 1 1 1 1 2 1 0 8 11 0.28 0.47 15 M 0 -2 -2 -2 -2 -2 -2 -2 -2 1 -1 -2 3 -1 -2 1 0 6 2 2 10 2 1 2 1 1 2 2 1 10 3 2 11 1 2 10 4 13 7 15 0.32 0.43 16 N 0 -1 3 -1 -2 -1 -1 -1 -1 -1 -2 -1 -2 -2 -2 3 2 -2 -2 1 8 2 19 2 1 1 2 2 1 2 3 2 1 1 2 25 15 0 1 12 0.30 0.43 17 D 0 -1 -1 4 -2 -1 0 2 -2 -2 -2 1 -2 -2 -1 -1 0 -2 -2 -2 8 2 2 32 1 2 2 18 1 2 3 8 1 1 2 3 8 1 1 2 0.36 0.38 18 S 1 -1 3 0 -2 -1 -1 1 -1 -2 -2 -1 -2 -2 -1 3 0 -2 -2 -2 10 2 20 5 1 1 2 9 1 2 3 2 1 1 2 33 2 0 1 2 0.35 0.40 19 G 0 -2 -1 1 -2 -2 1 5 -2 -3 -1 -2 -2 -3 -2 -1 -2 -2 -2 -2 7 1 1 10 1 1 9 50 1 1 7 2 1 1 1 2 2 0 1 2 0.57 0.45 20 A 1 2 1 2 -3 -2 -2 4 -2 -2 -3 -1 0 -3 -2 -1 -2 -3 -3 0 12 13 5 14 0 1 1 31 0 1 2 1 3 1 1 4 1 0 1 8 0.36 0.51 21 S 0 -2 1 -1 -3 3 2 0 -2 -3 -3 -1 -2 1 -2 2 1 -3 -2 -2 6 1 8 1 0 15 14 8 0 1 2 1 0 7 1 21 11 0 1 1 0.29 0.51 22 T -2 -2 -2 0 -3 3 -2 -1 -3 -3 -1 0 -2 -3 -3 0 4 7 -2 -2 0 0 0 5 0 16 0 5 0 0 8 7 0 0 0 4 36 17 0 0 0.62 0.58 23 K -2 2 -2 2 -4 3 -1 2 -2 -3 -1 1 -2 -4 1 -2 1 -4 -1 -3 0 11 0 14 0 21 0 17 0 0 6 8 0 0 8 0 11 0 3 0 0.36 0.58 24 S 1 -2 -1 2 2 1 -1 1 -2 -3 -3 1 -3 -4 -2 3 3 -4 -3 -2 12 0 0 11 5 6 1 12 0 0 1 8 0 0 0 22 20 0 0 1 0.36 0.56 25 G 1 -2 -2 -2 -3 -2 -2 4 -3 -3 -3 1 -3 1 -2 1 1 -3 -2 -3 12 1 1 1 0 1 1 40 0 1 1 12 0 8 1 9 11 0 0 1 0.49 0.53 26 A 1 -1 1 -1 2 2 1 0 -2 -2 -1 0 0 -3 1 1 -1 -3 -2 -2 12 1 7 1 6 13 12 8 0 1 6 4 3 1 8 12 1 0 1 1 0.20 0.48 27 Y -1 -2 -2 -2 -2 0 -2 -2 5 -1 -1 -2 -1 4 -2 -2 -2 -1 5 1 5 2 1 2 1 4 2 2 18 2 3 2 1 17 2 2 2 0 23 11 0.47 0.42 28 I -1 -2 1 -1 -2 1 -1 3 -2 0 -1 -1 0 -2 -2 -1 2 -2 -2 0 3 2 8 2 1 7 2 30 1 7 6 2 3 1 2 2 14 0 1 7 0.25 0.41 29 T -1 2 1 -2 -2 -1 -1 1 -2 -2 -1 1 -2 1 -2 2 2 -2 -2 -2 2 12 6 1 1 1 2 10 1 1 8 8 1 7 1 19 16 0 1 2 0.19 0.45 30 P 0 -2 -2 -2 -2 -2 -2 -2 -2 -2 -1 0 -2 -2 7 -1 -2 -2 2 -2 7 1 1 1 1 1 2 2 1 1 5 6 1 1 55 2 2 0 8 2 1.05 0.45 31 A 3 -2 -2 2 3 2 -1 0 -2 -3 -3 1 -2 -3 -2 0 -2 -3 -3 -2 38 1 1 11 9 11 1 7 0 1 1 12 0 1 1 4 1 0 0 1 0.39 0.52 32 G 0 -2 -2 -1 -3 -2 0 2 -2 -2 -1 -2 -2 2 -2 2 0 -2 3 -2 7 1 1 4 0 1 5 21 0 1 8 1 0 9 1 23 7 0 11 1 0.27 0.52 33 E -2 -1 0 -2 -3 3 2 0 -2 -3 -1 3 -2 -2 -3 0 -2 6 1 -3 1 1 3 1 0 19 11 8 0 1 6 19 0 0 1 5 1 15 6 1 0.49 0.54 34 T 2 -2 -2 -2 -2 0 1 -2 -2 -2 0 -2 -2 -2 -2 1 4 -3 1 0 21 0 0 1 0 4 10 1 0 0 8 1 0 0 1 10 33 0 5 5 0.35 0.55 35 G 2 -2 -2 -2 -2 -2 -2 4 -2 1 -2 2 -2 -3 -2 -1 1 -3 -3 -2 18 1 1 1 0 1 1 30 0 12 2 16 0 1 1 1 9 0 1 1 0.35 0.49 36 G 1 -2 0 -2 -2 0 -2 5 -2 -3 -3 -2 -2 -3 -2 -1 0 -2 -3 -2 9 1 4 1 1 4 2 60 1 1 2 1 1 1 1 2 5 0 1 2 0.75 0.45 37 A 2 1 -1 1 -2 -1 1 -2 -2 -3 -3 1 1 -3 -2 2 1 -3 -3 -2 24 7 1 8 0 1 8 1 0 1 1 11 4 1 1 18 11 0 0 1 0.29 0.52 38 I -2 -3 -3 -3 -3 1 -2 -4 3 2 3 -3 0 -2 -3 -2 0 -3 -2 3 1 1 0 1 0 9 1 1 11 8 38 1 0 0 1 1 5 0 0 22 0.44 0.55 39 G -1 -3 -2 -3 -4 1 -3 6 -3 -4 -4 -2 -3 1 -3 0 -2 -3 1 -4 0 0 0 0 0 7 0 68 0 0 0 0 0 7 0 9 0 0 6 0 0.99 0.58 40 R -3 7 -2 -3 -5 0 -2 -4 -2 -5 -4 2 -3 -4 -1 -2 -3 -4 -3 -4 0 86 0 0 0 0 0 0 0 0 0 10 0 0 3 0 0 0 0 0 1.44 0.61 41 L -3 -4 -4 -5 -3 -4 -4 -5 -4 0 5 -4 0 3 -4 0 -2 -3 -1 -1 0 0 0 0 0 0 0 0 0 0 73 0 0 17 0 10 0 0 0 0 0.85 0.61 42 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 1 -4 -4 -4 0 0 0 0 0 0 0 90 0 0 0 0 0 0 0 0 10 0 0 0 1.53 0.61 43 N -3 -2 8 0 -4 -2 -2 -2 -1 -1 -4 -2 -3 -4 -4 -1 -2 -5 -4 -4 0 0 94 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 0 1.52 0.61 44 Q -1 -1 -2 0 -5 3 6 -4 -2 -5 -4 -1 -3 -5 -3 -2 -2 -4 -4 -4 3 0 0 0 0 15 82 0 0 0 0 0 0 0 0 0 0 0 0 0 1.28 0.61 45 A 1 -3 1 0 6 -3 -3 2 -3 -2 -3 -3 2 -2 -3 1 -2 -3 2 1 13 0 8 7 18 0 0 14 0 0 0 0 6 0 0 13 0 0 11 10 0.41 0.61 46 D -2 -2 0 6 -4 -1 4 -3 -2 -5 -5 -2 -4 -5 -3 2 -2 -5 -4 -4 0 0 3 49 0 0 31 0 0 0 0 0 0 0 0 17 0 0 0 0 1.03 0.61 47 T -2 -3 2 -2 -3 0 -2 2 -3 -1 -3 -2 -2 2 -3 -1 5 -4 -2 -2 0 0 11 0 0 5 0 17 0 3 0 0 0 10 0 0 54 0 0 0 0.66 0.61 48 Y -3 -3 -4 -5 -4 -3 -4 -5 3 -2 -2 -4 -2 1 -5 -3 -3 7 8 0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 17 66 10 1.53 0.61 49 V 1 -4 -4 -4 -3 -4 -4 2 -3 1 0 -4 1 4 -4 -3 -2 -2 1 2 13 0 0 0 0 0 0 20 0 7 7 0 4 23 0 0 0 0 5 21 0.45 0.61 50 E -3 0 -1 3 -5 0 6 -4 -2 -2 -4 2 -3 -5 -3 -2 -2 -5 -4 -4 0 4 0 17 0 0 65 0 0 3 0 10 0 0 0 0 0 0 0 0 1.01 0.61 51 M 0 -3 -4 -5 -3 -3 -4 -4 -4 2 4 1 3 3 -4 -3 -3 -3 -1 0 7 0 0 0 0 0 0 0 0 10 45 10 8 16 0 0 0 0 0 5 0.54 0.61 52 N 0 -1 2 0 -4 4 1 2 4 -4 -4 2 -3 -4 -3 0 0 -4 -3 -4 6 0 11 4 0 21 5 16 10 0 0 13 0 0 0 7 6 0 0 0 0.45 0.61 53 L -3 -4 -4 -5 -3 -3 -4 -5 -4 0 5 -4 0 1 -4 0 -2 -3 -2 1 0 0 0 0 0 0 0 0 0 0 78 0 0 5 0 10 0 0 0 7 0.84 0.61 54 E -2 1 1 -1 -4 1 3 4 -2 -4 -4 2 -3 -4 -3 0 -2 -4 -4 -4 0 6 6 0 0 6 21 35 0 0 0 18 0 0 0 4 0 0 0 0 0.60 0.58 55 H -1 0 -2 -2 -4 5 0 -3 4 -4 -3 4 -2 -3 -3 -1 -2 -3 3 -3 4 0 0 0 0 40 0 0 11 0 0 27 0 0 0 3 0 0 11 0 0.75 0.58 56 K -1 3 1 1 -5 0 4 -3 -2 -4 -4 3 -3 -4 -3 -2 -2 -5 -3 -1 5 17 6 5 0 0 42 0 0 0 0 18 0 0 0 0 0 0 0 7 0.65 0.61 57 Q -2 -3 1 -3 -3 2 -1 -4 -3 1 1 -3 -1 3 -4 -3 -2 4 -1 3 2 0 10 0 0 11 5 0 0 4 14 0 0 13 0 0 0 7 0 33 0.42 0.61 58 T -3 -1 -3 -3 -4 1 1 1 -1 -3 -3 -2 -3 1 -4 -2 2 6 5 -3 0 3 0 0 0 7 11 10 0 0 0 0 0 5 0 0 20 13 30 0 0.70 0.61 59 L -1 -2 5 -2 -3 -2 -2 -3 -2 -1 3 2 -1 -3 -4 -2 -2 -4 -3 1 4 0 34 0 0 0 0 0 0 0 35 17 0 0 0 0 0 0 0 10 0.52 0.61 60 D -1 -2 0 4 -5 2 3 0 -2 -5 -5 2 -4 -5 1 -2 -2 -5 -4 -4 3 0 3 32 0 10 22 7 0 0 0 17 0 0 7 0 0 0 0 0 0.67 0.61 61 N -3 -3 5 4 -4 -2 0 2 -2 -4 -5 -2 -4 -3 -3 -1 0 -4 2 -4 0 0 36 26 0 0 4 20 0 0 0 0 0 0 0 0 5 0 10 0 0.77 0.61 62 G -2 -4 -1 2 -4 -3 -3 6 -3 -4 -4 -3 -4 -4 -4 -2 -3 -4 -4 0 0 0 2 15 0 0 0 73 0 0 0 0 0 0 0 0 0 0 0 10 1.15 0.61 63 A 0 1 -2 -3 -3 1 0 -3 -3 1 -2 4 -2 -4 -3 0 0 -4 -3 2 8 6 0 0 0 6 5 0 0 7 0 34 0 0 0 8 4 0 0 22 0.39 0.61 64 T -1 4 -1 -2 -3 1 -1 -3 -2 -3 -3 1 -2 -4 -3 3 4 -4 -3 -3 0 26 0 0 0 5 0 0 0 0 0 7 0 0 0 27 32 0 0 0 0.62 0.58 65 T 1 -3 -3 -3 -3 -3 -3 -3 -3 1 -2 -3 -2 5 -3 1 3 4 -1 1 13 0 0 0 0 0 0 0 0 7 0 0 0 28 0 10 21 7 0 11 0.48 0.58 66 R 0 3 1 2 -4 -1 1 0 -1 -4 -3 1 -3 -1 -3 -2 -2 -2 5 -3 7 17 6 11 0 0 11 8 0 0 0 9 0 0 0 0 0 0 28 0 0.46 0.58 67 F 2 -3 -3 -4 -2 -3 -3 -3 -3 1 1 -3 -1 6 -3 -2 -2 -2 0 2 19 1 1 1 0 0 1 1 0 7 9 1 0 41 1 1 1 0 0 16 0.59 0.54 68 K 0 -2 -1 4 -3 -2 0 1 -2 0 -3 2 -3 -3 -3 -1 1 -3 1 0 6 0 0 28 0 0 5 11 0 6 0 17 0 0 0 0 11 0 7 6 0.34 0.58 69 V -1 -3 2 -3 -3 -3 -3 0 -3 -1 -2 -3 -2 -3 -3 2 3 -4 -3 4 3 0 10 0 0 0 0 7 0 0 0 0 0 0 0 19 19 0 0 41 0.49 0.61 70 M -2 0 2 -3 -3 -2 -3 1 -3 -1 0 -2 7 -2 -4 -1 0 -4 -3 0 0 6 13 0 0 0 0 10 0 0 5 0 48 0 0 4 7 0 0 6 0.65 0.61 71 V -2 -3 2 -3 -3 -3 -3 -3 -3 2 0 -3 3 1 -3 0 0 -3 2 4 1 0 11 0 0 0 0 1 0 9 6 0 11 5 0 6 6 0 7 34 0.37 0.57 72 A 4 -2 -2 0 -2 -2 -2 0 -2 -2 -3 -2 -2 -2 -2 2 -1 4 1 0 44 1 1 6 0 1 1 7 0 1 1 1 0 0 1 15 1 7 6 6 0.45 0.54 73 D -2 -2 3 5 -4 0 -1 0 -1 -3 -3 -2 2 -2 -3 0 -2 -2 4 -3 1 0 13 36 0 5 0 6 0 0 1 0 8 0 0 8 0 0 18 0 0.59 0.57 74 G 2 -3 -2 -2 -3 -2 -3 5 -3 -2 -4 -2 -3 -4 -3 1 0 -4 -3 -3 17 0 0 0 0 0 0 56 0 3 1 0 0 0 0 13 6 0 0 0 0.82 0.57 75 Q -2 -2 3 -2 -4 4 -2 -3 -2 -2 0 -2 2 -2 2 1 -2 -3 2 2 0 0 16 0 0 25 0 0 0 0 7 0 5 0 10 10 0 0 10 17 0.40 0.61 76 T 2 -1 3 -2 -3 1 0 -2 -2 -2 -3 -2 -2 -4 -3 3 2 -4 -3 1 16 3 17 0 0 8 4 0 0 0 0 0 0 0 0 25 15 0 0 11 0.41 0.61 77 S 0 -2 1 1 -3 3 -1 3 -2 0 -4 -2 -3 -3 -3 3 -1 -4 1 -3 6 0 7 7 0 19 0 20 0 7 0 0 0 0 0 25 2 0 6 0 0.40 0.61 78 Y -1 0 -2 1 -4 2 -1 0 -1 -3 -3 -1 -3 2 -3 2 -2 -1 6 -3 5 4 0 10 0 9 3 6 0 0 0 2 0 7 0 18 0 0 34 0 0.51 0.60 79 N -3 1 6 1 -4 1 0 1 -1 -5 -5 -1 -4 -5 -3 -1 0 -5 -4 -4 0 9 59 7 0 5 4 10 0 0 0 0 0 0 0 0 6 0 0 0 0.91 0.61 80 D -3 0 1 6 -5 -2 -1 3 -2 -5 -5 -2 -4 -4 -3 -2 -1 -4 0 -4 0 5 6 55 0 0 0 24 0 0 0 0 0 0 0 0 4 0 5 0 0.93 0.61 81 W -3 -2 -3 -3 -3 2 0 -3 -2 -4 -3 0 -3 -1 -3 -1 -1 10 2 -3 1 0 0 0 0 12 6 1 0 0 1 8 0 0 0 6 4 55 6 0 1.61 0.57 82 T 0 -2 -1 2 -3 -1 2 -3 -2 -1 -2 0 -2 2 -2 0 4 -3 -2 -2 6 1 1 12 0 1 13 1 0 5 1 6 0 12 1 3 35 0 0 1 0.37 0.53 83 A 2 0 -2 -2 -2 -2 -2 4 -3 -2 -3 -2 -2 -3 -2 1 -2 -3 -3 1 21 6 1 1 0 1 1 39 0 1 1 1 0 1 1 14 1 0 0 11 0.52 0.53 84 S 2 0 -1 3 -3 -1 2 -2 -3 -3 -4 -2 -3 -4 -3 2 3 3 -3 -3 19 5 0 23 0 0 13 0 0 0 0 0 0 0 0 13 20 5 0 0 0.49 0.60 85 T -1 -2 2 3 -3 1 1 -1 -2 -4 -4 -2 -3 0 1 3 1 -4 -3 -3 3 0 12 22 0 7 7 3 0 0 0 0 0 5 6 27 8 0 0 0 0.45 0.60 86 S 2 -2 -2 -2 -3 1 1 2 -3 -4 -4 -2 -3 -4 -1 3 2 -4 -4 -3 21 0 0 0 0 7 10 17 0 0 0 0 0 0 3 26 16 0 0 0 0.47 0.61 87 D -1 -3 3 5 -4 0 0 0 -2 -3 -3 -1 2 -4 -3 1 -2 -5 -4 0 3 0 13 41 0 4 3 6 0 0 0 3 7 0 0 12 0 0 0 10 0.57 0.61 88 L -1 -4 0 -3 0 -3 -1 -1 -2 0 1 -3 -2 5 2 -3 -3 -2 4 -2 5 0 5 0 2 0 6 6 0 6 15 0 0 30 10 0 0 0 14 0 0.46 0.61 89 N 3 0 4 -2 -3 0 0 2 -2 -3 -4 -2 -3 -4 -3 -1 -2 -4 -3 0 31 6 28 0 0 3 6 18 0 0 0 0 0 0 0 0 0 0 0 7 0.50 0.60 90 V -2 -3 0 -4 -3 -3 -4 -1 -3 2 1 -3 3 2 -4 -3 0 -3 2 3 0 0 6 0 0 0 0 5 0 9 15 0 12 10 0 0 7 0 7 27 0.38 0.60 91 R -1 5 -3 -3 -4 -1 -2 -1 -2 0 -1 3 2 -3 0 -2 -2 -4 1 0 5 39 0 0 0 0 0 5 0 7 3 17 6 0 5 0 0 0 6 6 0.49 0.61 92 Q -2 -1 -2 -1 -4 6 5 -3 -1 -4 -4 -1 1 -4 -3 0 -2 -4 -3 -4 0 0 0 0 0 45 42 0 0 0 0 0 6 0 0 7 0 0 0 0 1.01 0.61 93 A 3 -3 0 -3 -3 0 -3 0 -3 -2 -1 -3 1 3 -3 -1 0 -3 1 0 39 0 5 0 0 6 0 7 0 0 4 0 5 15 0 0 6 0 6 6 0.36 0.61 94 F -3 -3 4 -3 -4 -3 -3 -4 -2 -2 1 -3 -2 6 -4 -3 -3 -1 3 -3 0 0 32 0 0 0 0 0 0 0 13 0 0 42 0 0 0 0 12 0 0.90 0.61 95 V 0 -3 -3 -4 -3 -3 0 -4 -4 1 0 -3 2 -3 -4 0 1 -4 -3 5 5 0 0 0 0 0 7 0 0 3 4 0 5 0 0 6 10 0 0 60 0.60 0.61 96 E -2 -1 -2 1 -4 5 4 -3 -2 -4 -4 -1 -2 1 -3 -1 1 -4 -3 -3 0 0 0 6 0 43 31 0 0 0 0 0 0 7 0 0 13 0 0 0 0.82 0.61 97 L 2 0 -3 -3 -3 -2 -3 1 -3 0 2 -2 2 1 -3 -2 0 4 -2 -1 25 6 0 0 0 0 0 11 0 4 26 0 6 5 0 0 7 6 0 0 0.29 0.57 98 G -1 -1 -2 0 -4 -1 -2 3 -2 -4 -4 4 -3 -3 1 2 -2 -3 1 -3 0 0 0 4 0 0 0 28 0 0 1 33 0 0 8 18 0 0 6 0 0.53 0.57 99 N -2 -3 5 1 -4 -2 -2 4 1 -3 -4 -2 -3 0 -3 -1 -2 -4 -3 -1 0 0 34 6 0 0 0 37 4 0 1 0 0 6 0 3 0 0 0 6 0.68 0.57 100 L -2 -3 -4 -4 -3 -3 -4 -4 -3 3 4 -3 4 -1 -4 -3 0 -3 2 1 0 0 0 0 0 0 0 0 0 15 49 0 11 0 0 0 6 0 7 8 0.61 0.57 101 P 0 -2 -2 -2 -2 -2 -2 -2 -2 1 2 -2 -1 -1 4 -1 0 -2 1 -1 7 2 1 2 1 1 2 2 1 10 24 2 1 1 24 2 8 0 6 2 0.35 0.41 102 T 1 -1 0 0 -2 -1 0 3 -2 -2 -2 0 -2 -2 -1 1 2 -2 -2 0 13 2 4 6 1 1 6 21 1 2 3 8 1 1 2 8 13 0 1 7 0.18 0.41 103 F -2 -2 -2 -2 -2 -2 -2 0 -2 0 -1 -2 -1 6 -2 -2 0 5 1 -1 2 2 1 2 1 1 2 8 1 6 3 2 1 46 2 2 7 9 1 2 0.61 0.42 104 A 2 -2 -1 1 -2 -1 0 -1 -2 0 0 0 -1 1 1 1 1 -2 -1 -1 24 2 1 8 1 1 4 2 1 6 8 6 1 7 6 12 7 0 1 2 0.14 0.42 105 G 0 -1 -1 -1 -1 -1 0 3 -1 -1 0 1 -1 -1 -1 -1 -1 -1 -1 -1 9 3 2 3 1 2 8 29 1 3 11 8 1 2 3 4 3 1 2 4 0.19 0.27 106 P -1 -1 1 1 -1 -1 -1 1 -1 -1 -1 -1 -1 -1 3 1 -1 -1 -1 1 4 3 7 7 1 2 3 9 1 3 5 3 1 2 16 13 3 1 2 13 0.16 0.27 107 F -1 -2 -1 0 -2 -1 -1 -2 -1 -1 2 -1 0 5 -1 -1 1 -1 0 -1 4 2 2 7 1 2 3 3 1 2 20 3 1 30 2 3 9 1 1 3 0.28 0.34 108 K 0 1 0 -2 -4 1 3 -3 -2 -4 -4 2 -3 -4 5 -2 -2 -4 -3 -3 9 6 6 0 0 5 21 1 0 0 1 12 0 0 36 1 0 0 0 0 0.78 0.57 109 G 0 -2 0 2 -4 -1 4 3 -2 -4 -4 -1 -3 -4 -3 -1 0 -4 -3 -3 7 0 4 14 0 0 37 27 0 0 1 0 0 0 0 1 7 0 0 0 0.61 0.57 110 S 4 -3 -2 -2 -2 -2 -2 2 -3 -3 -3 -2 -2 -3 -2 3 1 -4 -3 -2 48 0 0 0 0 0 0 12 0 0 1 0 0 0 0 24 11 0 0 0 0.61 0.57 111 T -2 -3 -1 3 -3 -2 -2 -3 -3 0 -3 -2 -2 -4 -3 2 5 -4 -3 1 0 0 0 17 0 0 0 0 0 7 0 0 0 0 0 16 52 0 0 9 0.68 0.61 112 L -3 -4 -5 -5 -3 -4 -5 -5 -4 3 4 -4 3 4 -5 -4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 20 49 0 7 24 0 0 0 0 0 0 0.84 0.61 113 W -4 -4 -5 -6 -4 -4 -4 -4 -4 -4 -3 -5 -3 0 -5 -4 -4 12 1 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 3.52 0.61 114 A 5 -3 -3 -3 -2 -3 -3 3 -4 -2 -3 -3 -2 -4 -3 -1 -2 -4 -3 2 63 0 0 0 0 0 0 21 0 0 0 0 0 0 0 0 0 0 0 17 0.77 0.61 115 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.80 0.61 116 K -2 2 -2 -2 -4 3 -1 -3 -2 -4 -4 6 -3 -5 -3 -2 0 -4 -3 -4 0 5 0 0 0 18 0 0 0 0 0 71 0 0 0 0 6 0 0 0 1.04 0.61 117 R -3 7 -2 -3 -5 1 -1 -4 4 -5 -4 1 -3 -4 -4 -2 -3 -4 -3 -4 0 83 0 0 0 6 0 0 11 0 0 0 0 0 0 0 0 0 0 0 1.40 0.61 118 F -3 -3 -3 -4 -3 -3 -3 -4 0 -2 -2 -3 -2 6 -4 -3 -3 0 7 -2 1 1 0 1 0 0 1 1 0 1 1 1 0 34 1 1 1 0 56 1 1.31 0.55 119 D -3 -3 -2 2 -4 -2 1 2 3 -3 0 -3 -3 -1 -4 -2 -3 -1 6 -3 0 0 0 15 0 0 13 17 7 0 10 0 0 0 0 0 0 0 38 0 0.66 0.61 120 R 0 4 2 -2 -4 5 -1 -3 -2 -1 -3 2 -2 -4 -3 -2 -2 -4 -3 -3 11 29 10 0 0 32 0 0 0 6 0 12 0 0 0 0 0 0 0 0 0.67 0.61 121 D -3 5 -2 3 -5 1 1 -4 -2 0 -4 0 -3 -4 2 -2 -3 -5 -4 -3 0 48 0 21 0 6 7 0 0 7 0 0 0 0 11 0 0 0 0 0 0.79 0.61 122 N 0 -1 4 -2 -4 1 -1 -2 6 -3 -3 2 2 -3 -3 -1 -2 -4 -2 -3 11 0 27 0 0 8 0 1 28 0 1 16 6 0 0 0 0 0 0 0 0.67 0.57 123 F 1 -1 -1 -1 -1 -1 -1 -1 -1 2 1 -1 -1 3 -1 -1 -1 -1 2 0 14 3 2 3 1 2 3 4 1 14 11 3 1 17 3 4 3 1 8 3 0.15 0.30 124 D -1 -3 0 6 -4 -1 2 1 -2 -4 -4 -2 -4 -4 -3 -2 -2 -5 -4 -4 4 0 0 70 0 0 11 11 0 0 1 0 0 0 0 0 0 0 0 0 1.13 0.57 125 I -3 -4 -5 -5 -3 -4 -5 -5 -5 6 0 -4 0 -2 -4 -4 -2 4 -2 3 0 0 0 0 0 0 0 0 0 67 4 0 0 0 0 0 0 6 0 23 1.04 0.61 126 H -3 -2 -1 -3 -5 2 -2 -4 9 -4 -3 0 -3 3 -4 -2 -3 -3 0 -4 0 0 0 0 0 11 0 0 66 0 0 6 0 17 0 0 0 0 0 0 1.40 0.61 127 W -3 -4 -4 -5 -3 -3 -4 -5 -4 4 0 -4 6 -1 -4 -3 0 8 -1 0 0 0 0 0 0 0 0 0 0 39 0 0 30 0 0 0 6 25 0 0 1.16 0.61 128 I -2 -3 -3 -4 -3 -3 -3 -4 -4 3 3 1 -1 -2 -4 1 1 -4 -3 1 0 0 0 0 0 0 0 0 0 25 31 10 0 0 0 16 11 0 0 7 0.42 0.61 129 D -3 -3 0 7 -5 2 0 -3 -3 -4 -3 -2 -4 -5 -3 -2 0 -5 -4 -4 0 0 0 80 0 10 0 0 0 0 3 0 0 0 0 0 6 0 0 0 1.33 0.61 130 S -2 -3 1 -3 -3 -3 -3 -3 2 -3 -2 -3 -2 6 -4 3 1 6 0 -3 0 0 7 0 0 0 0 0 7 0 0 0 0 40 0 25 10 11 0 0 0.77 0.61 131 D -2 -2 -2 3 1 -2 -1 -3 -1 -3 -2 2 -2 2 -3 -2 -2 5 6 -3 1 1 1 18 4 1 1 1 0 1 2 16 0 7 1 1 1 8 34 1 0.64 0.51 132 V -2 -3 -3 -3 -2 -2 -3 -3 -1 -1 0 -2 -1 2 -3 -2 1 -1 6 2 1 1 1 1 0 1 1 1 0 1 9 1 0 5 1 1 12 0 40 22 0.61 0.51 133 V 0 -2 -3 -3 -2 2 -2 -3 -2 -1 0 -2 2 -1 -3 -2 0 9 -1 2 7 1 1 1 0 12 1 1 0 1 6 1 8 1 1 1 7 33 1 16 0.84 0.51 134 F -1 2 4 3 -3 1 -1 -2 -2 -3 -3 -1 -2 4 -3 -2 -2 -3 -1 -3 7 11 23 22 0 8 1 1 0 1 1 1 0 22 1 1 1 0 0 1 0.50 0.55 135 L -2 -3 -2 1 -3 0 -2 0 -3 3 1 -3 2 1 -3 -2 2 -3 -2 0 1 1 0 8 0 6 1 7 0 26 16 1 6 7 1 1 16 0 0 3 0.27 0.55 136 A 3 -3 -2 -2 -2 -2 -2 1 -2 -3 -3 -2 -3 -3 -3 5 -1 -4 1 0 26 0 0 0 0 0 0 7 0 0 0 0 0 0 0 54 0 0 7 6 0.65 0.61 137 G 2 -4 -2 1 -4 -3 -3 6 -3 -5 -5 -3 -4 -5 -3 0 -2 -4 -4 -4 16 0 0 7 0 0 0 70 0 0 0 0 0 0 0 7 0 0 0 0 1.13 0.61 138 T 2 -1 1 -3 -3 -2 -3 -3 -3 2 -2 -2 -2 -3 3 0 4 -4 -3 0 19 3 7 0 0 0 0 0 0 16 0 0 0 0 13 4 31 0 0 7 0.45 0.61 139 G -1 -4 -2 -3 -4 -3 -4 7 -3 -5 -5 -3 -4 -3 -4 -2 -3 -3 1 -5 0 0 0 0 0 0 0 93 0 0 0 0 0 0 0 0 0 0 7 0 1.60 0.61 140 G 4 -4 -3 -3 -3 -3 -3 4 -4 -2 -3 -3 -2 -4 -3 -1 -2 -4 -4 2 38 0 0 0 0 0 0 39 0 0 0 0 0 0 0 0 0 0 0 23 0.75 0.61 141 G 0 -4 -2 -3 -4 -3 -4 6 -4 -5 -5 -3 -4 -5 1 -2 -3 -4 -5 -4 7 0 0 0 0 0 0 86 0 0 0 0 0 0 7 0 0 0 0 0 1.47 0.61 142 I -3 -4 -4 -5 -3 -4 -4 0 -4 5 3 -4 0 -2 -4 -3 0 -4 -3 1 0 0 0 0 0 0 0 7 0 43 38 0 0 0 0 0 7 0 0 5 0.70 0.61 143 Y -3 -2 -2 -1 -4 3 5 -4 -1 0 -3 -1 -2 1 -3 -2 -2 -3 3 0 0 0 0 0 0 12 53 0 0 7 0 0 0 6 0 0 0 0 15 7 0.73 0.61 144 D -2 -3 4 5 -4 -2 -1 2 -2 -4 -5 -2 -4 -5 -3 -1 1 -5 -4 -4 2 0 29 42 0 0 0 14 0 0 0 0 0 0 0 0 12 0 0 0 0.90 0.61 145 V -3 -3 -4 -5 -3 -3 -4 0 -4 4 0 1 2 -2 -4 -3 -2 5 1 3 0 0 0 0 0 0 0 7 0 25 8 10 6 0 0 0 0 9 5 30 0.56 0.70 146 K -2 -1 -2 2 -4 4 0 -4 -2 0 1 3 -2 -4 -3 1 0 -4 -3 -3 0 0 0 14 0 24 4 0 0 7 16 19 0 0 0 11 5 0 0 0 0.42 0.70 147 W 0 -4 -4 -4 -3 -3 -4 1 -4 1 2 -4 2 -2 -4 0 -2 6 -2 3 10 0 0 0 0 0 0 10 0 6 27 0 4 0 0 7 0 14 0 22 0.53 0.70 148 N -1 -3 2 -3 -4 -1 -3 6 -3 -4 -4 -3 -4 -4 -4 0 -3 -4 -4 0 3 0 11 0 0 3 0 65 0 0 0 0 0 0 0 6 0 0 0 11 1.02 0.70 149 D -2 0 3 2 -4 -2 -2 0 -2 -3 -2 0 -3 3 4 -2 -2 -3 -2 -3 1 4 18 14 0 1 1 8 0 1 4 5 0 15 25 1 1 0 0 1 0.54 0.62 150 G 0 -2 0 -2 -3 1 -2 6 -2 -3 -3 -2 -3 -3 -2 -1 0 -3 -3 -3 4 1 4 1 0 8 1 63 0 1 2 1 0 1 1 4 6 0 1 1 0.88 0.58 151 L 2 -2 -2 0 -2 -2 -2 -2 -2 1 2 2 -1 -2 -2 -1 0 3 -2 1 19 1 1 5 1 1 2 2 1 6 24 14 1 1 1 2 5 5 1 8 0.19 0.52 152 R 0 5 -2 -3 -3 -1 -2 0 -2 -2 0 3 -2 -3 -3 0 -1 -3 -3 0 6 35 0 1 0 0 1 6 0 1 10 19 0 0 1 7 4 0 0 9 0.45 0.62 153 S -2 -1 1 1 -3 0 -2 -3 -2 2 0 -2 -2 -2 -3 3 -1 -3 3 -1 1 3 7 7 0 5 0 0 0 14 11 0 0 0 0 36 0 0 11 3 0.33 0.66 154 N 1 -2 4 4 -3 -2 -1 -2 -2 -2 -3 0 -3 -1 -3 1 -2 -4 -3 1 15 0 25 23 0 0 0 0 0 0 1 5 0 4 0 12 0 0 0 13 0.46 0.66 155 F 2 -1 -1 -3 -3 -2 -1 -3 -2 1 1 -3 2 2 -3 -2 -2 3 4 0 18 4 4 1 0 0 4 1 0 10 12 1 5 10 1 1 1 4 18 7 0.32 0.63 156 S 3 -3 -2 0 -2 -2 -2 -1 -3 -2 -3 -2 -2 0 -3 3 2 5 -2 0 26 0 0 7 0 0 0 4 0 0 1 0 0 4 0 26 12 9 0 9 0.44 0.66 157 L -2 1 -1 0 -3 -3 -1 -2 -3 -1 3 -3 2 2 -4 -3 -1 2 -2 3 1 9 4 5 0 0 3 4 0 0 28 0 5 9 0 0 3 3 0 23 0.29 0.66 158 Y -1 2 2 -1 -3 -2 -2 -1 -2 0 -3 -2 -2 -1 0 2 0 -2 5 0 5 12 9 4 0 0 0 4 0 5 1 0 0 0 5 16 5 0 23 10 0.31 0.65 159 G 0 2 1 0 -3 -2 -2 4 -3 -1 -2 1 -3 -4 -3 2 -2 -4 -3 -3 6 15 7 4 0 0 0 30 0 5 5 7 0 0 0 19 0 0 0 0 0.40 0.65 160 R -2 4 -2 1 -4 0 2 0 -2 -3 -3 1 1 -3 -3 0 -2 4 -3 -1 1 30 0 9 0 3 15 9 0 0 1 9 4 0 0 7 0 7 0 5 0.46 0.65 161 N -2 -2 4 3 -3 1 0 0 -2 0 -3 -1 -2 -3 0 2 0 -3 -3 -2 2 1 23 17 0 5 4 5 0 6 2 1 0 1 5 17 6 0 1 1 0.37 0.55 162 F -1 -3 -2 1 -3 -2 -2 1 -2 -2 -2 -2 -2 5 -3 -1 0 3 3 -2 4 1 1 11 0 1 1 11 0 1 2 1 0 35 1 5 6 4 11 1 0.49 0.55 163 G 1 -2 -1 1 -3 -2 -1 5 -2 -3 -3 -2 -3 -3 -2 -1 1 -3 -3 -3 12 1 1 7 0 1 5 51 0 1 2 1 0 1 1 2 11 0 1 1 0.65 0.55 164 D -1 0 1 6 -4 -2 0 -1 -2 -4 -4 -2 -4 -3 -3 0 -2 2 1 -4 6 7 7 54 0 0 3 4 0 0 1 0 0 0 0 6 0 3 7 0 0.79 0.65 165 I 0 -3 2 -3 -3 -2 -3 -3 -3 2 -2 0 1 0 -3 0 1 -3 2 3 8 0 11 0 0 0 0 1 0 14 1 5 3 5 0 8 10 0 7 25 0.28 0.65 166 D 1 0 -1 4 -3 -2 0 -3 2 -3 -1 -1 -3 -3 0 1 1 -4 0 -3 15 5 0 32 0 0 4 1 5 0 6 3 0 0 4 11 8 0 3 0 0.38 0.65 167 D -1 -2 0 4 -4 2 1 -1 -2 -3 -4 1 -3 -1 -3 2 -2 2 1 0 3 0 4 26 0 10 9 3 0 0 0 8 0 3 0 17 0 3 6 8 0.38 0.70 168 S -2 -3 3 1 -3 1 -2 -1 -2 0 -3 -2 -3 -2 -3 2 3 -3 3 0 0 0 15 7 0 6 0 4 0 6 0 0 0 0 0 22 22 0 12 7 0.39 0.70 169 S -1 -3 1 4 -4 -2 -2 -1 -3 0 -1 0 -3 -3 -3 3 2 -4 0 -3 3 0 7 28 0 0 0 4 0 8 5 6 0 0 0 25 13 0 3 0 0.42 0.70 170 N 1 1 6 2 -4 -2 -2 1 -2 -4 -3 0 -3 -5 0 0 -2 -5 -4 -4 11 9 43 9 0 0 0 12 0 0 3 3 0 0 5 5 0 0 0 0 0.64 0.70 171 S -2 1 -1 4 -4 0 1 -3 -2 -4 -4 -2 -3 -3 1 4 0 -4 2 -4 0 8 0 23 0 3 10 0 0 0 0 0 0 0 6 38 3 0 9 0 0.58 0.70 172 V -2 -2 -4 0 -3 -3 -1 -5 -4 3 1 -3 -1 -2 -4 -3 1 -4 2 4 0 3 0 7 0 0 3 0 0 18 12 0 0 0 0 0 11 0 7 39 0.50 0.70 173 Q 0 0 2 3 -4 3 1 -3 -2 -4 -3 0 0 1 -3 0 0 -3 1 -3 10 3 9 20 0 19 7 0 0 0 0 3 3 7 0 7 5 0 6 0 0.38 0.70 174 N -3 0 5 2 -4 -2 -2 -3 -2 -2 0 -1 -2 1 -4 0 -1 -4 0 1 0 6 36 13 0 0 0 0 0 0 10 3 0 7 0 4 3 0 3 15 0.46 0.70 175 Y 0 2 0 2 -4 -2 -2 -3 2 0 -3 1 -3 -1 -4 -1 -2 4 5 0 10 11 4 14 0 0 0 0 6 6 0 9 0 0 0 5 0 7 23 6 0.42 0.70 176 I 0 2 2 0 -3 -2 -3 -1 -2 2 -3 -1 -2 -2 -4 0 2 -3 4 0 10 13 11 6 0 0 0 3 0 14 0 3 0 0 0 5 13 0 16 7 0.27 0.70 177 L 1 0 -4 -4 -3 -3 -4 -4 -3 3 3 -3 -1 2 -4 -3 1 -3 2 0 15 6 0 0 0 0 0 0 0 17 29 0 0 9 0 0 10 0 8 6 0.39 0.70 178 T 0 -3 3 4 -4 -2 -2 1 -3 -4 -2 -2 -3 -4 -1 0 3 -5 -4 -3 10 0 19 24 0 0 0 10 0 0 3 0 0 0 3 5 25 0 0 0 0.55 0.70 179 M -1 -3 0 -1 -3 -1 -1 -2 -3 1 2 -3 2 0 1 1 -2 -4 -3 2 3 0 4 3 0 3 3 3 0 9 21 0 7 5 7 14 0 0 0 18 0.22 0.70 180 N -1 3 5 0 -4 -2 -2 -3 -2 -1 -1 0 -3 -3 1 -2 0 2 1 -3 6 19 34 5 0 0 0 0 0 4 6 5 0 0 6 0 5 3 5 0 0.48 0.70 181 H -3 0 5 0 -4 1 -1 1 2 -3 -1 -2 -3 -2 0 -2 -2 -2 4 -3 0 4 31 3 0 8 3 11 5 0 7 0 0 0 5 0 0 0 21 0 0.52 0.67 182 F 0 -2 -3 -1 -3 -2 -3 -3 -2 -2 -1 1 -2 4 3 -2 -2 6 3 0 8 1 1 4 0 1 1 1 0 1 5 10 0 21 16 1 1 11 9 10 0.51 0.62 183 A 3 -3 0 3 -3 -2 -2 3 -3 -3 -3 -2 2 -4 -3 0 -2 -4 -4 -3 35 0 5 18 0 0 0 27 0 0 0 0 7 0 0 5 0 0 0 0 0.59 0.67 184 G 1 1 1 -2 -3 -2 -3 5 2 1 -3 -2 -3 -3 -3 -1 -2 -4 -3 -2 11 8 6 1 0 0 1 45 7 13 1 1 0 0 1 4 1 0 0 1 0.57 0.63 185 P 0 1 0 -2 -3 0 -2 -2 -2 -3 -3 -2 -2 -3 5 2 1 -4 -3 0 8 8 4 1 0 5 1 1 0 1 1 1 0 1 29 23 10 0 0 7 0.57 0.61 186 L 0 -3 -4 -4 -3 -3 -3 -1 -4 0 4 -3 0 -1 -3 -3 -2 5 -2 2 8 1 0 1 0 0 1 7 0 1 56 1 0 0 1 1 1 10 0 13 0.63 0.63 187 Q -2 -2 1 -1 -3 3 4 0 3 -4 -3 -1 -3 -3 -3 0 2 3 -2 -3 1 1 8 1 0 15 33 7 7 1 1 1 0 0 1 7 15 4 0 1 0.51 0.63 188 M -2 -3 -3 -3 -3 -2 2 -4 -3 -1 4 -3 3 2 -3 -3 -2 3 -2 2 1 1 0 1 0 0 15 1 0 1 42 1 7 10 1 1 1 5 0 14 0.49 0.63 189 M -1 -3 0 -3 -3 1 -3 4 -3 -2 0 -3 6 -3 -3 -2 -2 -3 -3 1 5 0 4 0 0 7 0 35 0 0 6 0 30 0 0 0 0 0 0 10 0.63 0.67 190 V 0 -3 -3 0 -3 -3 0 0 -3 0 0 -3 1 1 -4 -3 -2 -3 0 4 7 0 0 5 0 0 6 9 0 0 8 0 5 8 0 0 0 0 4 47 0.41 0.67 191 S 1 -3 1 5 -3 -2 -1 -3 -3 -1 -4 0 -3 0 -3 3 1 -5 -3 -3 14 0 4 34 0 0 0 0 0 5 0 6 0 6 0 23 7 0 0 0 0.53 0.70 192 G -1 -4 -3 0 -4 -3 -3 4 -2 -4 -2 -3 -3 2 -4 -3 -3 -1 6 -3 4 0 0 5 0 0 0 42 0 0 4 0 0 7 0 0 0 0 38 0 0.97 0.70 193 L 0 0 0 0 -3 -3 -1 2 -3 3 1 -3 0 -2 -4 0 -2 -4 1 0 10 5 4 7 0 0 4 18 0 22 13 0 2 0 0 6 0 0 5 4 0.21 0.70 194 R 1 4 -2 -3 -4 -2 0 3 -3 0 -3 -1 -3 0 -4 1 -2 -4 1 -1 11 31 0 0 0 0 7 21 0 7 0 0 0 4 0 10 0 0 5 4 0.42 0.70 195 A 4 -3 -3 -3 -3 -3 -3 0 -3 -2 -3 -3 1 0 1 1 1 -4 -3 1 47 0 0 0 0 0 0 7 0 0 0 0 5 6 6 10 7 0 0 11 0.50 0.70 196 K -3 -2 5 -1 -4 -2 0 -3 -2 0 1 2 -2 -4 0 -2 1 -4 -3 -3 0 0 43 0 0 0 7 0 0 6 14 15 0 0 5 0 9 0 0 0 0.58 0.68 197 D 0 -2 1 4 -4 -2 1 -3 -3 -3 0 1 -3 -4 3 -2 0 -5 -4 -3 8 0 5 32 0 0 9 0 0 0 13 11 0 0 17 0 5 0 0 0 0.55 0.70 198 N -2 2 3 -2 -4 1 -2 0 2 -4 -4 0 -3 2 0 1 2 -4 0 -3 0 12 19 0 0 6 0 7 7 0 0 4 0 10 5 8 18 0 4 0 0.37 0.70 199 D 2 -3 -1 6 -4 0 1 0 -3 -4 -5 -2 -4 -5 -3 -1 0 -5 -4 -4 20 0 0 60 0 3 5 7 0 0 0 0 0 0 0 0 5 0 0 0 0.99 0.70 200 E 0 -2 0 3 -3 1 2 -1 1 -2 1 0 2 -3 -2 0 -2 -3 -3 -2 8 1 4 20 0 7 12 4 3 1 18 6 7 1 1 6 1 0 1 1 0.23 0.59 201 R -2 3 0 -2 -4 4 0 1 -1 -3 -3 3 -2 -2 -3 -2 -2 -2 3 -1 1 16 5 0 0 22 5 10 0 0 1 18 0 0 0 1 1 0 15 4 0.48 0.64 202 K -2 2 0 -2 -4 3 -1 -3 -2 1 0 4 -2 -3 -3 -1 -2 -3 0 -1 1 13 4 0 0 19 0 1 0 10 8 32 0 0 0 3 0 0 3 5 0.44 0.65 203 D -2 -2 -1 5 -3 -1 1 0 -2 -2 0 0 -2 -2 -2 -1 1 -3 1 -2 2 1 1 36 0 1 8 6 0 1 14 6 0 1 1 4 8 0 7 1 0.39 0.56 204 S 1 -2 3 -2 -2 -2 1 -2 -2 -2 2 0 -1 -3 -2 1 1 -3 -3 0 15 1 16 1 0 1 9 1 0 1 21 4 0 1 1 12 9 0 0 7 0.22 0.60 205 N 0 0 3 2 -3 1 1 -2 2 -3 -3 -1 -3 -3 2 0 1 -3 1 -3 7 5 19 13 0 5 11 1 6 1 1 1 0 1 10 4 8 0 5 1 0.34 0.60 206 G -2 1 3 2 -4 -2 -2 5 -3 -4 -4 -1 -4 -4 -1 -2 0 -4 -4 -4 1 9 13 15 0 0 0 47 0 0 1 4 0 0 3 1 5 0 0 0 0.73 0.65 207 N 2 0 4 1 -3 -2 -2 1 4 -3 -4 -2 -3 -3 -3 0 -2 -3 1 -1 21 5 28 7 0 0 0 11 12 0 1 0 0 0 0 4 0 0 5 4 0.46 0.65 208 L 1 0 0 0 -3 3 -2 -3 -2 -2 0 -2 1 1 -3 1 -2 4 1 -2 16 4 5 7 0 18 0 1 0 0 13 0 4 7 0 13 0 6 5 1 0.27 0.65 209 A 2 -2 -2 0 -3 -2 -1 -1 -3 0 -2 2 -2 -3 -3 3 -2 -4 2 1 23 0 0 5 0 0 3 4 0 7 3 13 0 0 0 24 0 0 8 9 0.28 0.70 210 K -1 -1 0 3 -4 0 -1 1 -2 -4 -1 4 -3 -3 -3 -2 -1 3 3 -4 4 0 3 21 0 3 0 12 0 0 6 33 0 0 0 0 3 5 11 0 0.48 0.70 211 G 1 -3 1 1 -4 -2 -2 4 1 -4 -4 0 -3 1 2 0 -2 -3 2 -3 13 0 8 9 0 0 0 30 3 0 1 5 0 7 10 5 0 0 8 0 0.42 0.66 212 D -2 -2 0 4 -4 -1 3 2 -2 -3 -3 1 -3 -1 -2 -1 0 -3 -3 -3 1 1 4 29 0 1 22 19 0 1 1 8 0 4 1 1 5 0 0 1 0.52 0.60 213 A 1 -2 1 -1 -3 -2 -2 -3 -2 -2 -1 0 2 2 0 -2 1 3 2 1 16 1 9 4 0 1 1 1 0 1 5 8 6 10 4 1 10 4 8 9 0.19 0.70 214 A 4 -2 -2 1 -3 -2 -2 -1 -2 -3 -1 1 2 -2 -2 -1 0 3 1 -2 47 1 1 8 0 1 1 4 0 1 4 10 6 0 1 1 5 4 7 1 0.45 0.72 215 N -2 -2 1 4 -3 0 1 0 -2 0 -1 1 1 -1 -3 0 -2 -4 -3 0 1 1 6 23 0 4 10 7 0 7 7 10 4 4 1 8 1 0 0 6 0.24 0.72 216 T -2 -3 1 3 -3 -2 -2 0 2 -3 -3 -2 1 0 -3 2 4 -4 -3 -3 1 0 7 20 0 0 0 7 6 0 1 0 5 4 0 20 27 0 0 0 0.50 0.77 217 G 2 -3 -2 -3 -3 -2 -3 5 -3 -3 -3 0 -3 -3 -3 -1 0 4 -3 -3 15 1 1 1 0 1 1 54 0 1 1 7 0 1 1 1 6 6 0 1 0.82 0.70 218 V -2 -2 -3 -3 -3 2 1 -3 -3 -1 0 -2 2 1 1 -2 1 -3 -2 4 1 1 1 1 0 12 9 1 0 1 8 1 6 7 7 1 8 0 0 34 0.35 0.70 219 H 0 -3 -2 -3 -3 -2 0 2 6 -3 0 -2 3 -3 -3 1 -2 4 -2 -3 9 0 0 0 0 0 8 14 26 0 9 0 10 0 0 13 0 7 0 1 0.54 0.75 220 A 2 -3 -3 -3 -2 -2 -3 -3 -3 -1 1 -3 5 0 -3 2 0 -3 -3 2 22 0 0 0 0 0 1 1 0 0 11 0 18 3 0 21 6 0 0 15 0.42 0.76 221 L 0 -3 -3 -3 -3 -2 -3 -3 -3 -2 2 -3 4 0 -3 2 3 6 -2 -2 7 0 0 1 0 0 1 1 0 0 23 1 12 4 0 16 21 12 0 1 0.52 0.75 222 L 2 -2 -3 -3 -3 3 -2 -1 -3 -1 2 0 2 -3 -3 -2 2 -3 -3 1 17 0 0 1 0 16 1 4 0 0 22 6 5 0 0 1 12 0 0 13 0.29 0.75 223 G 1 -3 1 -2 -3 -2 0 5 -3 1 -3 0 -3 -4 -3 -2 0 -4 -4 -3 11 0 6 1 0 0 7 46 0 10 1 8 0 0 0 1 7 0 0 1 0.60 0.75 224 L -3 -3 -1 -3 -3 -3 1 0 -3 -1 3 -3 -1 3 -4 -3 -3 -2 2 0 0 0 4 0 0 0 12 9 0 0 40 0 0 16 0 0 0 0 9 7 0.47 0.77 225 H -3 -2 2 1 -3 1 1 -3 6 0 -1 -2 -2 2 -3 -2 1 -3 -1 -3 1 1 10 8 0 6 9 1 28 5 8 1 0 9 1 1 10 0 0 1 0.51 0.72 226 N -1 1 5 -2 -4 3 -1 -3 3 -5 -4 2 -3 -5 -3 1 1 -5 -3 -4 3 6 31 0 0 18 0 0 7 0 0 16 0 0 0 12 7 0 0 0 0.69 0.82 227 D -2 -2 1 3 -3 3 1 1 -2 -3 -3 0 -3 1 -3 -2 1 -3 2 -3 1 1 7 19 0 18 6 11 0 1 1 4 0 6 1 1 11 0 9 1 0.38 0.71 228 S -2 -2 0 2 -3 1 -2 0 -3 -1 -2 2 -3 -4 -3 3 0 -4 -3 0 0 0 4 15 0 7 0 7 0 3 4 15 0 0 0 26 6 0 0 9 0.32 0.77 229 F -3 -3 -4 -4 -3 -3 -3 -4 -2 0 -1 0 2 6 -4 -3 -1 -1 4 2 1 0 0 1 0 0 1 1 0 4 1 7 5 42 0 1 4 0 15 17 0.79 0.75 230 Y -3 -3 0 0 -4 2 -2 -2 -2 -2 0 -3 -2 4 -4 -3 -3 4 5 0 1 0 6 7 0 13 1 4 0 0 7 1 0 23 0 1 1 6 21 9 0.55 0.75 231 G -2 -4 0 -3 -4 -3 0 5 -3 -3 -4 -3 -3 1 -4 0 -3 -3 2 0 0 0 5 0 0 0 6 56 0 0 0 0 0 7 0 7 0 0 9 8 0.82 0.79 232 L 1 -3 -3 -3 -3 1 -2 -3 -3 0 3 -2 2 4 -3 -2 -2 -2 -1 -1 15 1 1 1 0 9 1 1 0 4 33 1 7 20 1 1 1 0 1 1 0.43 0.68 233 R 1 2 0 0 -2 2 -2 -2 -2 -2 1 -1 -2 -2 -2 1 2 -2 2 -2 12 13 4 4 0 9 1 2 0 1 16 1 0 1 1 11 12 0 9 1 0.20 0.65 234 D 0 -2 2 4 -3 1 1 -1 -2 -3 -1 0 -2 -3 -3 -1 -2 -4 -3 0 9 1 12 29 0 7 10 4 0 1 7 4 0 1 1 4 1 0 0 8 0.38 0.71 235 G 0 -3 -2 -3 -4 0 -3 5 -4 -5 -5 0 -4 -5 -4 0 2 -4 -4 -4 7 0 0 0 0 6 0 58 0 0 0 7 0 0 0 6 16 0 0 0 0.96 0.82 236 S -3 -3 1 1 -4 -3 -3 0 -2 -2 -3 0 2 3 -4 1 0 4 4 1 0 0 7 8 0 0 0 7 0 0 0 6 6 16 0 11 5 7 15 12 0.40 0.82 237 S 1 -3 5 -2 -3 -2 -3 -3 -2 -3 -4 -3 -3 2 -4 2 2 -4 -3 0 12 0 40 0 0 0 0 0 0 0 0 0 0 10 0 16 12 0 0 8 0.68 0.82 238 K -1 -1 2 -2 -4 2 -2 -3 -3 -4 -4 5 2 -4 0 1 1 -5 -4 -3 3 0 12 0 0 10 0 0 0 0 0 39 8 0 4 13 11 0 0 0 0.60 0.82 239 T -2 -3 1 -3 -3 2 -2 -4 -3 0 0 0 -2 1 -3 0 5 -4 -3 -2 0 0 6 0 0 9 0 0 0 7 11 7 0 7 0 7 47 0 0 0 0.58 0.82 240 A 3 -4 -3 -4 -3 -3 -3 2 -3 -2 -1 -3 0 -3 -3 1 -2 -4 2 2 35 0 0 0 0 0 0 14 0 0 7 0 3 0 0 14 0 0 7 21 0.48 0.82 241 L 0 -4 -4 -4 -3 -3 -4 -4 -3 2 2 0 -1 3 -4 0 0 2 2 1 7 0 0 0 0 0 0 0 0 14 26 6 0 12 0 10 4 2 8 10 0.38 0.82 242 L 2 -2 3 -1 -4 4 -2 0 -3 -3 1 -2 -2 -1 0 -2 -1 -4 -3 -3 20 0 15 3 0 27 0 6 0 0 18 0 0 3 4 0 4 0 0 0 0.41 0.82 243 Y -3 -3 -3 -4 -4 2 -3 -4 -1 -3 -1 -3 -2 2 -4 1 -1 -1 8 -3 0 0 0 0 0 13 0 0 0 0 6 0 0 7 0 11 3 0 60 0 1.20 0.82 244 G 2 -4 -2 -3 -4 -3 -3 6 -4 -5 -5 -3 -4 -5 -4 2 -2 -5 -5 -4 15 0 0 0 0 0 0 65 0 0 0 0 0 0 0 20 0 0 0 0 1.21 0.82 245 H -2 2 0 1 -5 2 0 0 6 -4 -4 1 -3 1 -4 -1 0 -3 2 -4 3 10 5 7 0 9 6 7 23 0 0 7 0 6 0 3 6 0 8 0 0.48 0.82 246 G 2 -3 -2 -3 -4 -2 0 5 -3 -4 -4 0 -4 -3 -3 1 -2 -3 1 -4 16 0 0 0 0 0 7 48 0 0 0 7 0 0 0 12 0 0 7 0 0.74 0.78 247 L 0 -3 -3 -3 -3 1 -1 1 -3 -1 1 -3 1 -3 3 2 -2 -3 1 -1 7 0 0 0 0 9 3 14 0 4 18 0 4 0 15 15 0 0 6 4 0.28 0.78 248 G 1 -3 -2 -3 -3 -3 -3 5 -3 -3 -1 -3 -3 1 -3 0 -1 -3 2 -3 9 1 1 1 0 0 1 52 0 1 8 1 0 6 1 7 4 0 7 1 0.69 0.73 249 A 3 -3 -2 -3 -3 -2 -3 2 -3 -3 -3 -2 2 -4 -3 3 3 -4 -3 0 28 0 0 0 0 0 0 14 0 0 0 0 7 0 0 24 18 0 0 6 0.52 0.78 250 E 0 -2 -2 1 -4 4 2 1 -2 -4 -4 1 -3 -4 -3 3 -2 5 -3 -4 6 0 0 6 0 23 11 10 0 0 0 7 0 0 0 26 0 8 0 0 0.57 0.78 251 V 1 -3 1 -3 -3 -3 0 1 -3 0 0 -3 -2 3 -3 -2 1 -3 -2 2 15 0 7 0 0 0 9 11 0 4 10 0 0 12 0 0 11 0 0 20 0.25 0.78 252 K 1 1 1 1 -4 1 -2 -3 -2 -4 -3 3 -3 1 -3 1 1 -3 2 -3 12 7 8 9 0 7 0 0 0 0 1 23 0 7 0 10 7 0 7 0 0.33 0.77 253 G 1 -3 5 1 -4 0 -2 3 -3 -4 -1 -3 -3 1 -4 -1 0 -4 -3 -3 11 0 29 7 0 4 0 27 0 0 7 0 0 7 0 3 5 0 0 0 0.53 0.80 254 I -3 -2 3 -3 -3 0 0 -4 -2 2 2 1 -2 2 -4 -1 0 -3 1 0 0 0 16 0 0 4 6 0 0 12 19 9 0 10 0 4 6 0 6 7 0.25 0.77 255 G 2 -3 -2 0 -3 -3 -3 5 -3 -4 -4 0 2 -3 -3 -2 0 4 0 -3 17 0 0 7 0 0 0 45 0 0 1 6 6 0 0 0 6 6 3 0 0.68 0.77 256 S 1 1 2 -2 -3 0 -2 3 2 -4 -4 -2 -3 0 -3 3 -2 -4 -3 -4 12 7 11 0 0 5 0 23 5 0 0 0 0 6 0 30 0 0 0 0 0.50 0.80 257 D 0 -2 2 5 -4 -2 -1 -3 2 -4 -4 1 -3 -3 -3 -2 -2 4 2 -3 9 1 12 39 0 0 1 1 6 1 1 11 0 0 1 1 1 7 7 1 0.68 0.73 258 G 0 -3 -2 -3 -3 -3 -3 5 -2 -3 -3 -3 1 -2 -3 0 0 -3 3 -3 4 1 1 1 0 0 1 56 0 1 1 1 5 0 1 8 7 0 13 1 0.84 0.73 259 A 1 0 2 -2 -3 -2 0 4 -2 0 -3 -2 -3 -3 -3 1 1 -3 0 -2 13 6 9 1 0 1 8 29 0 6 1 1 0 1 1 11 7 0 3 1 0.34 0.70 260 L 1 -3 -3 1 -3 -3 -3 0 -3 1 3 -3 1 -2 -3 0 -2 -2 2 -1 14 1 1 8 0 1 1 8 0 10 34 1 3 1 1 6 1 0 9 1 0.29 0.70 261 R 0 1 2 2 -3 2 1 -1 3 -3 -1 0 -2 -2 -2 -1 -1 -3 2 -3 10 9 10 10 0 12 8 5 7 1 5 4 0 1 1 1 4 0 9 1 0.25 0.68 262 P 2 -2 2 4 -3 0 -1 1 -2 -3 -3 -2 -3 -3 1 -1 1 -3 1 -3 19 1 10 24 0 4 1 13 0 1 2 1 0 1 6 1 8 0 6 1 0.37 0.68 263 G -2 -3 3 1 -3 0 -2 5 -2 -4 -4 -2 -3 -4 1 0 -2 -3 -3 -4 1 1 17 7 0 3 1 48 0 1 1 1 0 1 8 7 1 0 0 1 0.76 0.70 264 A 4 -3 1 0 -2 -2 -2 3 -3 -3 -3 -2 -3 -3 -2 1 -2 -3 -3 -2 42 1 7 6 0 1 1 22 0 1 1 1 0 1 1 12 1 0 0 1 0.57 0.70 265 D -2 2 0 3 -4 -1 1 -3 4 -4 -4 2 -3 -4 0 1 1 -4 -3 -3 1 11 3 22 0 0 10 1 12 1 1 14 0 0 5 11 8 0 0 1 0.46 0.73 266 T 2 -3 -3 -3 -3 1 -3 2 -3 -2 -1 -3 6 -3 -3 1 2 -4 -3 -2 19 0 0 0 0 7 0 16 0 0 3 0 27 0 0 13 14 0 0 0 0.55 0.80 267 W -3 -3 -4 -5 -4 -3 -4 -5 -3 0 2 0 3 2 -5 -1 -3 8 3 1 0 0 0 0 0 0 0 0 0 3 21 7 8 9 0 7 0 26 9 10 0.87 0.82 268 R -3 7 -2 -4 -5 -1 -2 -4 3 -5 -4 2 -3 1 -4 -3 -3 -4 -2 -4 0 78 0 0 0 0 0 0 8 0 0 7 0 7 0 0 0 0 0 0 1.43 0.82 269 I -3 -4 -5 -5 -3 -4 -5 -5 -5 4 3 -4 2 2 -5 -4 -3 -4 -2 4 0 0 0 0 0 0 0 0 0 25 31 0 4 9 0 0 0 0 0 31 0.83 0.82 270 A 3 -4 -4 -4 -3 -3 0 -4 -4 4 2 -3 -1 -3 -4 -2 2 -4 -3 1 26 0 0 0 0 0 7 0 0 29 18 0 0 0 0 0 14 0 0 6 0.51 0.82 271 S -2 -3 4 4 -4 -2 1 -3 -2 -4 -3 -2 -4 -5 -3 4 -1 -5 -4 -4 0 0 24 24 0 0 6 0 0 0 4 0 0 0 0 43 0 0 0 0 0.86 0.82 272 Y -3 -3 -3 -4 -5 2 -3 0 6 -4 -3 -3 -3 4 -4 -3 -1 5 5 -4 0 0 0 0 0 13 0 7 27 0 0 0 0 17 0 0 5 9 22 0 1.01 0.82 273 G 0 -4 -2 1 -4 -4 -4 6 -4 -5 -5 -3 -4 0 -4 -2 -3 -4 -4 -5 4 0 0 7 0 0 0 83 0 0 0 0 0 6 0 0 0 0 0 0 1.48 0.82 274 T 2 -3 -3 -3 -3 -2 2 0 -3 -1 -1 -3 -2 -3 2 -2 0 -4 -3 4 21 0 0 0 0 0 17 7 0 0 5 0 0 0 9 0 6 0 0 33 0.41 0.77 275 T 0 -3 -3 -3 -3 1 1 -4 -3 4 0 -3 3 0 -3 0 2 2 -3 -1 7 0 0 0 0 7 9 0 0 35 4 0 9 4 0 7 12 3 0 0 0.40 0.77 276 P 1 -3 3 0 -4 -2 -2 -1 -2 -4 -4 -2 -3 -3 5 1 -2 -3 3 -3 14 0 18 4 0 0 0 3 0 0 1 0 0 0 35 10 0 0 13 0 0.81 0.77 277 L -1 0 -4 -4 4 -3 -4 -4 -4 3 3 -3 4 0 -4 -3 -2 -3 -3 2 4 7 0 0 8 0 0 0 0 18 29 0 12 4 0 0 0 0 0 14 0.54 0.77 278 S 2 -3 1 -3 -3 -3 -3 4 -3 -3 -1 -3 -3 -4 -3 1 3 -4 -4 -3 19 0 6 0 0 0 0 32 0 0 7 0 0 0 0 9 23 0 0 0 0.57 0.77 279 E -3 -3 2 6 -4 -2 2 0 -3 -4 -1 -2 -3 -4 0 -2 -3 -5 -4 -4 0 0 9 54 0 0 15 7 0 0 8 0 0 0 4 0 0 0 0 0 0.92 0.77 280 N -3 1 5 1 -4 -2 -2 -1 3 -4 -4 3 -3 -4 -4 0 -1 4 -3 -1 0 6 29 9 0 0 0 4 7 0 0 23 0 0 0 6 3 7 0 7 0.59 0.82 281 W -3 -4 -4 -5 -4 0 -4 -4 -4 0 -3 -4 -3 3 -5 0 -3 11 0 1 0 0 0 0 0 7 0 0 0 6 0 0 0 12 0 8 0 57 0 10 1.89 0.82 282 S -2 -1 -2 4 -4 3 2 1 -3 1 -4 -2 -3 -2 -3 2 -2 -5 -4 -3 0 4 0 26 0 13 16 10 0 13 0 0 0 2 0 17 0 0 0 0 0.50 0.82 283 V -3 -4 -4 -5 -3 -3 -4 -5 -4 2 2 -4 6 2 -4 0 -2 -4 -2 4 0 0 0 0 0 0 0 0 0 9 16 0 26 11 0 8 0 0 0 30 0.73 0.82 284 A 3 -3 0 -3 -3 -3 -3 3 -3 -3 0 -3 4 -3 -3 0 0 -4 -3 -2 28 0 5 0 0 0 0 27 0 0 9 0 15 0 0 7 6 0 0 0 0.51 0.78 285 P -3 -3 2 -3 -4 -2 -3 -4 6 2 -3 -3 -3 -2 4 -2 0 -3 4 -2 0 0 13 0 0 0 0 0 21 16 1 0 0 0 24 0 7 0 15 0 0.78 0.78 286 A 3 1 -3 -3 -3 3 1 -3 -2 -2 -2 -2 -2 1 -3 0 -2 -3 -2 2 30 7 1 1 0 16 8 1 0 1 1 1 0 7 1 4 1 0 0 21 0.37 0.72 287 M 2 -3 -3 -4 -3 -3 -3 -1 2 1 3 1 3 1 -3 -2 -2 -3 -2 0 19 0 0 0 0 0 0 4 7 7 30 9 9 6 0 0 0 0 0 5 0.35 0.77 288 L -1 -3 -3 -4 -3 -3 -3 0 -3 2 2 -3 3 -2 -4 0 2 -3 1 3 3 0 0 0 0 0 0 6 0 9 17 0 10 0 0 7 12 0 6 26 0.37 0.77 289 A 1 -3 1 -4 -3 -3 -3 0 -1 0 -3 -3 -2 0 -4 -2 -3 4 7 0 12 0 9 0 0 0 0 6 0 7 1 0 0 0 0 0 0 5 51 6 0.90 0.77 290 Q -2 -2 -2 -2 -4 6 0 3 -2 -4 -2 -1 1 -1 -3 1 -2 -3 -3 -3 1 0 0 0 0 45 4 24 0 0 3 0 3 4 0 13 0 0 0 0 0.73 0.77 291 R -1 2 1 1 -4 0 -1 0 2 -2 -3 -2 2 1 -3 0 1 -3 1 1 3 12 7 8 0 4 4 7 6 0 1 0 6 7 0 7 11 0 6 10 0.17 0.77 292 S 1 -2 -2 -2 -3 2 -2 4 -3 0 -2 -2 -2 -3 -3 2 0 -3 0 -2 14 0 0 0 0 13 0 31 0 6 4 0 0 0 0 20 6 0 3 0 0.43 0.65 293 K -2 -1 4 3 -4 0 1 -3 -2 -3 0 2 -2 -3 -3 1 -2 -3 1 -3 1 0 21 15 0 4 10 1 0 0 11 18 0 0 0 12 0 0 7 0 0.40 0.65 294 D -3 -1 2 7 -4 -2 0 -2 -2 -3 -1 -2 -3 -4 -3 -2 -2 -4 -3 -3 1 4 7 73 0 1 1 1 0 1 7 1 0 0 1 1 1 0 0 1 1.15 0.61 295 R -2 2 -2 3 -3 1 -2 -3 -2 3 -1 -2 3 -2 -3 -2 0 -3 -3 1 1 15 1 21 0 6 1 1 0 24 1 1 11 1 1 1 6 0 1 7 0.37 0.59 296 Y -3 -3 1 -3 -3 -2 -3 -1 2 -2 0 -3 -2 2 -3 -1 0 7 6 -3 1 1 9 1 0 0 1 5 6 1 12 1 0 5 1 4 6 16 30 1 0.71 0.63 297 A 1 -3 1 4 -4 -2 0 0 -3 -1 -4 -1 -3 0 1 2 -2 2 -3 0 16 0 6 26 0 0 5 5 0 3 0 3 0 5 6 15 0 3 0 7 0.34 0.70 298 D 0 -2 5 5 -4 0 -1 0 -2 -5 -5 0 -4 -4 -3 -1 -1 -4 1 -4 7 0 32 35 0 5 0 8 0 0 0 4 0 0 0 0 3 0 5 0 0.77 0.70 299 G 1 -3 3 0 -4 -3 -3 4 -3 -4 -4 1 -3 3 -4 -2 0 -4 -2 -4 12 0 19 4 0 0 0 36 0 0 0 9 0 15 0 0 5 0 0 0 0.59 0.70 300 D -1 -3 3 5 -5 -2 1 2 1 -5 -3 0 -4 -5 -3 -1 -2 -5 -4 -4 6 0 13 44 0 0 9 14 4 0 3 5 0 0 0 3 0 0 0 0 0.74 0.70 301 S -2 0 0 2 -4 -1 -2 1 -3 -4 -2 4 -3 -4 -3 3 2 -5 -4 -3 0 3 3 10 0 0 0 10 0 0 5 29 0 0 0 26 13 0 0 0 0.47 0.70 302 Y -1 -3 -3 0 -3 0 -2 -3 -2 2 -1 -3 -2 -1 -3 -2 2 6 5 -1 4 0 0 7 0 6 1 1 0 16 6 1 0 0 0 1 19 10 26 1 0.55 0.64 303 Q -2 5 1 2 -4 2 2 -3 -2 -4 -3 0 -3 -4 -3 0 2 -4 -3 -3 1 36 5 10 0 7 14 1 0 0 1 4 0 0 0 7 13 0 0 1 0.56 0.64 304 W 1 0 -4 0 -4 -3 -3 -1 -4 -4 -1 -1 -3 -2 -4 -3 0 10 -1 -4 13 5 0 7 0 0 0 4 0 0 5 3 0 0 0 0 7 56 0 0 1.62 0.70 305 A 2 -3 0 -1 -3 -3 -3 -3 -2 1 1 -1 3 -1 -4 -2 -2 4 4 1 24 0 6 3 0 0 0 0 0 10 10 4 10 0 0 0 0 6 16 9 0.38 0.70 306 T -1 -3 -2 -3 -3 -2 -2 -3 -3 0 -3 -2 -2 -4 -3 4 5 -4 -3 2 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 37 44 0 0 14 0.77 0.70 307 F 0 1 -4 -4 -3 -3 -3 -4 -4 0 3 -3 -1 3 -4 -3 -2 4 -1 3 11 9 0 0 0 0 0 0 0 0 28 0 0 13 0 0 0 6 0 29 0.49 0.67 308 N 1 -3 3 0 -4 -3 -3 4 -3 -3 -3 -3 2 -4 2 -1 -2 -5 -4 1 10 0 21 4 0 0 0 30 0 0 0 0 7 0 9 3 0 0 0 15 0.51 0.70 309 L 3 -3 -4 -4 -3 0 -3 1 -4 2 0 -3 1 -3 -4 -2 -2 -4 -3 3 29 0 0 0 0 6 0 12 0 14 7 0 4 0 0 0 0 0 0 27 0.45 0.70 310 R -3 7 -2 -3 -5 -1 -2 -4 -2 -4 -4 0 -3 -3 -4 -2 0 -3 2 -4 0 85 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 9 0 1.42 0.70 311 L -1 -4 -4 -4 -4 -3 -3 -1 -4 1 2 -3 0 -3 7 -3 -3 -5 -4 -2 5 0 0 0 0 0 0 6 0 9 22 0 3 0 55 0 0 0 0 0 1.20 0.70 312 I 1 -3 -3 -4 -3 0 -3 -3 -3 1 1 -3 6 -2 -4 2 -2 5 -2 0 10 0 0 0 0 5 0 0 0 10 9 0 29 0 0 24 0 9 0 4 0.59 0.70 313 Q -3 -3 0 1 -4 2 0 -4 -1 -3 -3 -3 -3 3 -4 -3 -3 0 7 -3 0 0 4 9 0 13 6 0 0 0 0 0 0 10 0 0 0 0 57 0 1.11 0.70 314 A 1 -1 -2 -2 -4 3 1 0 -3 -4 -1 5 0 -4 1 -2 -2 -4 -4 -3 13 0 0 0 0 14 7 7 0 0 6 43 3 0 7 0 0 0 0 0 0.56 0.70 315 I -3 -4 -4 -4 -3 -3 -2 -4 -3 3 1 -4 -1 1 -4 -3 -3 9 3 2 0 0 0 0 0 0 3 0 0 18 11 0 0 5 0 0 0 33 9 17 1.06 0.66 316 N 1 -2 5 2 -3 -2 -2 -2 -2 -3 -2 -2 -3 -4 -3 -1 4 -4 -3 -3 14 0 39 11 0 0 0 0 0 0 3 0 0 0 0 0 28 0 0 0 0.71 0.66 317 Q 0 -2 -1 4 -4 5 1 -3 -2 -4 -4 -1 -3 -4 3 0 -2 -4 -3 -4 8 0 0 29 0 31 5 0 0 0 1 0 0 0 15 8 0 0 0 0 0.74 0.66 318 N -3 -2 5 -2 -3 1 -2 -3 -2 2 -3 -2 -2 1 -3 -1 3 -3 1 -2 0 0 42 0 0 6 0 0 0 15 1 0 0 7 0 0 20 0 5 0 0.63 0.66 319 F -2 -3 1 -4 -3 -3 -3 0 1 -1 -1 -3 6 5 -4 -3 -2 -2 -1 3 0 0 7 0 0 0 0 10 4 0 1 0 26 27 0 0 0 0 0 22 0.61 0.66 320 A 1 3 -2 -2 -3 -1 0 -3 -2 -3 -3 4 -2 1 -3 2 -2 -4 -2 0 16 15 0 0 0 0 5 0 0 0 1 27 0 7 0 18 0 0 0 9 0.39 0.66 321 L -2 -3 -3 -3 -3 -2 1 -4 -3 2 3 -3 2 -2 -3 -2 4 -3 -3 -1 0 0 0 0 0 0 9 0 0 12 33 0 5 0 0 0 36 0 0 0 0.54 0.66 322 A 2 -3 -3 -3 -3 0 1 -1 -3 2 3 -3 -1 -2 -3 -2 -2 -4 -3 2 22 0 0 0 0 3 10 5 0 14 28 0 0 0 0 0 0 0 0 14 0.33 0.66 323 Y 2 -3 -3 -3 -3 -3 -1 1 -2 -2 1 -3 1 3 -3 -2 2 2 3 -2 20 0 0 0 0 0 5 10 0 0 15 0 3 15 0 0 14 2 12 0 0.32 0.66 324 E -2 -2 -2 0 -4 0 6 -3 -2 -3 -3 -1 -3 -3 -3 -2 1 -3 2 -1 0 0 0 3 0 0 67 0 0 0 1 0 0 0 0 0 10 0 9 5 0.91 0.66 325 G 3 -3 -3 -3 -3 -3 -3 3 -3 2 0 -3 -2 2 -3 -2 -2 -3 -2 -1 28 1 1 1 0 1 1 29 0 13 9 1 0 10 1 1 1 0 0 4 0.42 0.61 326 S -1 -3 -2 -2 -3 -2 -2 5 -3 -4 -3 -2 -3 -3 -3 3 1 4 -3 -3 1 1 1 1 0 1 1 48 0 1 1 1 0 0 1 25 10 6 0 1 0.79 0.61 327 Y -3 -3 -3 -3 -3 1 -3 -4 0 -2 -2 -3 -2 4 -3 -3 -3 4 7 -2 1 1 1 1 0 10 1 1 0 1 1 1 0 18 1 1 1 5 56 1 1.17 0.61 328 Q -2 -1 1 3 -3 5 0 1 1 -3 -3 1 -2 -2 -2 -1 -2 -2 1 -3 2 1 8 16 0 31 1 12 4 1 2 8 1 1 1 2 1 0 6 1 0.45 0.54 329 Y -1 -2 4 -1 -3 2 -1 -2 3 -3 -3 -2 -2 1 -2 -1 0 -2 4 -3 6 1 29 1 0 12 1 1 9 1 2 1 0 7 1 1 6 0 17 1 0.50 0.56 330 M -2 -1 1 0 -3 1 1 -1 -2 1 -1 3 3 -3 -3 -2 -2 -3 -3 2 1 1 7 4 0 7 11 5 0 8 4 21 12 0 1 1 1 0 0 15 0.26 0.61 331 D -2 -2 2 5 -4 -1 3 0 -2 -4 -4 3 -3 -4 -3 0 -2 -4 -3 -4 1 0 10 36 0 0 18 8 0 0 1 18 0 0 0 4 1 0 0 1 0.67 0.64 332 L 1 -2 -2 -3 -2 -2 -2 -2 -2 -1 2 2 -1 -2 -2 1 0 4 0 -1 10 1 1 1 0 1 1 1 0 1 28 18 0 1 1 13 6 7 4 4 0.27 0.58 333 K -2 -1 3 2 -3 3 1 0 -2 -1 -3 2 -2 -3 -3 -1 2 -3 1 -3 1 1 16 13 0 14 7 6 0 5 1 12 0 0 1 1 14 0 5 1 0.34 0.61 334 P -2 2 -1 2 -3 2 -1 -3 3 -4 -3 1 -3 -4 4 2 -2 -4 -3 -3 1 14 1 12 0 10 1 1 8 1 1 7 0 0 24 17 1 0 0 1 0.56 0.61 335 E 1 1 4 -2 -3 2 1 -2 -2 -3 -1 1 -2 -4 -3 1 2 -4 -3 -3 12 7 22 0 0 13 7 1 0 0 6 10 0 0 0 7 12 0 0 0 0.36 0.65 336 G 1 -1 3 -2 -4 -2 -2 5 -3 -4 -4 1 -3 -4 -3 -1 -1 -4 -4 -4 9 3 17 0 0 0 0 53 0 0 1 9 0 0 0 0 4 0 0 0 0.82 0.66 337 Y 0 -3 0 0 -3 -2 -1 2 2 -1 -3 -1 -3 1 -3 0 -1 4 5 0 8 0 4 6 0 0 3 15 6 4 1 3 0 5 0 5 3 5 24 7 0.35 0.66 338 N -2 1 4 3 -4 -2 -2 0 1 -3 0 0 -2 -3 -3 -1 0 3 -3 0 0 8 21 17 0 0 0 9 3 0 9 7 0 0 0 4 7 5 0 7 0.32 0.66 339 D -1 0 3 4 -4 3 2 1 -2 -4 -4 -1 -3 -3 -3 -1 -1 -4 1 -4 5 5 15 24 0 14 13 12 0 0 1 0 0 0 0 0 4 0 5 0 0.48 0.66 340 R -2 4 2 1 -3 1 -1 2 -2 -3 -3 1 -2 -3 -2 0 1 -3 -3 0 1 24 11 8 0 8 1 15 0 1 2 6 0 1 1 5 9 0 1 7 0.31 0.57 341 Q -2 -1 1 2 -3 6 2 -2 1 -3 -3 -1 -2 -3 -2 1 1 -3 -2 -3 1 1 5 11 0 43 9 1 3 1 2 1 0 1 1 8 9 0 1 1 0.61 0.57 342 A 3 -2 -1 0 -2 1 0 2 -2 -2 -2 -1 -2 -3 -2 1 1 -3 -2 -2 34 1 1 6 0 8 5 15 1 1 2 1 1 1 1 8 11 0 1 2 0.33 0.54 343 V -2 -2 -2 2 -2 -2 -1 0 -2 0 2 -2 -1 1 -2 0 1 -3 -2 2 2 1 1 13 0 1 5 7 1 5 19 1 1 5 1 7 8 0 1 21 0.17 0.54 344 N -1 -2 5 2 -3 -1 3 1 -1 -3 -3 -1 -3 -3 -2 0 0 -3 -3 -3 5 1 31 11 0 1 23 9 0 1 2 1 0 1 1 5 4 0 1 1 0.52 0.56 345 G -1 -1 3 0 -2 -1 1 3 -1 -2 -2 2 -2 -2 -2 0 0 -2 -2 -2 3 2 16 5 1 1 8 26 1 2 3 12 1 1 2 7 7 0 1 2 0.32 0.48 346 S 1 -1 3 0 -2 -1 -1 -1 -1 -2 -2 1 -2 -2 -1 3 1 -2 -2 -2 14 2 14 5 1 1 2 2 1 2 3 10 1 1 2 31 8 0 1 2 0.33 0.49 347 F 0 -2 -2 -2 -2 1 -2 2 -2 0 0 -2 -1 3 -2 -1 1 -1 1 0 9 2 2 2 1 8 2 15 1 7 9 2 1 16 2 2 9 0 5 7 0.15 0.46 348 Y -2 -3 -3 -3 -3 -3 -3 -1 -1 0 1 -3 -2 1 -3 0 -2 5 7 -2 1 1 1 1 0 1 1 5 0 6 13 1 0 0 1 7 1 8 53 1 0.93 0.61 349 K 0 0 2 -2 -5 -1 -1 -3 -2 -4 -4 7 -3 -5 -3 -2 -2 -5 -4 -4 7 0 10 0 0 0 0 0 0 0 0 83 0 0 0 0 0 0 0 0 1.18 0.70 350 L -3 -4 -4 -5 -3 -4 -4 -5 -3 2 4 -4 -1 3 -4 -3 2 -2 2 1 0 0 0 0 0 0 0 0 0 12 42 0 0 15 0 0 15 0 8 7 0.63 0.70 351 T 0 -3 -2 -2 -3 -2 1 -3 -3 -3 -3 -2 -2 -4 -3 0 6 -4 -3 -2 7 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 83 0 0 0 1.14 0.70 352 F -3 -4 -5 -5 -3 -4 -5 -5 -4 1 4 -4 0 4 -5 -4 -3 -3 -1 3 0 0 0 0 0 0 0 0 0 5 43 0 0 23 0 0 0 0 0 29 0.82 0.70 353 A 6 -3 -3 -4 -2 -3 -3 -2 -3 -3 -3 -3 -3 2 -3 0 -2 4 -2 -2 81 0 0 0 0 0 0 0 0 0 0 0 0 9 0 3 0 6 0 0 1.01 0.70 354 P -3 -2 -2 -3 -4 5 -1 -4 5 -4 -2 -2 -3 -4 5 -2 1 -4 -3 -4 0 0 0 0 0 36 0 0 15 0 5 0 0 0 34 0 10 0 0 0 1.05 0.70 355 T 3 -2 1 -3 -3 3 -2 0 -3 -3 -3 -2 -3 -4 -3 -1 4 -4 -3 -2 31 0 7 0 0 18 0 5 0 0 0 0 0 0 0 0 39 0 0 0 0.66 0.70 356 F -3 -4 -4 -5 -3 -4 -4 -4 -3 0 1 -4 -2 5 -4 -4 -3 10 1 -2 1 0 0 0 0 0 0 1 0 7 12 0 0 34 0 1 0 42 0 0 1.56 0.65 357 K 1 -1 -2 -2 -3 3 -1 -2 -2 0 -3 4 -2 -4 -2 3 0 -4 -3 -2 10 0 0 0 0 18 0 1 0 7 1 30 0 0 0 25 5 0 0 0 0.50 0.65 358 V 4 -3 -3 -3 -2 -2 0 -2 -3 -1 -2 -2 1 -3 1 -1 -2 -3 -3 4 42 1 1 1 0 0 6 1 0 1 1 1 5 0 6 1 1 0 0 33 0.52 0.62 359 G -1 -3 3 -2 -4 -2 -3 5 -3 -4 -4 0 -4 -4 2 -2 -2 -4 -4 -4 4 0 19 0 0 0 0 54 0 0 1 6 0 0 11 1 0 0 0 0 0.92 0.65 360 S -2 -3 0 4 -3 -2 1 0 -2 -4 -4 -2 -3 -4 1 3 2 -4 -3 -3 1 0 3 27 0 0 7 6 0 0 1 0 0 0 5 31 16 0 0 0 0.57 0.65 361 I 0 0 0 0 0 0 0 0 0 2 0 0 2 0 0 0 0 0 0 0 7 4 4 5 2 4 5 6 2 14 8 5 6 3 4 6 5 1 3 6 0.04 0.10 362 G 0 -1 -1 -1 -1 -1 -1 2 -1 -1 -1 -1 -1 -1 2 2 1 -1 -1 -1 4 3 3 3 1 2 4 19 1 3 5 3 1 2 9 19 10 1 2 4 0.18 0.30 363 D -2 -3 -1 5 -4 -2 1 0 -3 0 -3 -2 3 -4 -3 4 -2 -5 -4 -3 0 0 0 37 0 0 6 7 0 6 0 0 9 0 0 36 0 0 0 0 0.69 0.70 364 F -4 -4 -5 -5 -4 -4 -5 -5 -3 2 2 -5 -1 7 -5 -4 -3 -1 3 0 0 0 0 0 0 0 0 0 0 14 20 0 0 53 0 0 0 0 10 3 1.07 0.70 365 F -3 -4 -4 -5 -4 -4 -4 1 -4 -3 0 -4 -2 4 -5 -3 0 10 0 -3 0 0 0 0 0 0 0 13 0 0 9 0 0 20 0 0 9 49 0 0 1.62 0.70 366 S 3 -3 -2 -3 -3 -2 -2 1 -3 -4 -4 -2 -3 -4 1 4 2 -4 -4 -3 24 0 0 0 0 0 0 10 0 0 0 0 0 0 7 45 15 0 0 0 0.68 0.70 367 R -1 7 -2 -3 -5 -1 -2 -4 -2 -5 -4 0 -3 -5 -4 -2 -3 -4 -3 -4 7 93 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.60 0.70 368 P -3 -4 -4 -3 -5 -3 -3 -4 -4 -5 -5 -3 -4 -5 8 -2 -3 -6 -5 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.70 0.70 369 E 2 -2 -2 -1 -4 2 6 -3 -2 -5 -4 -1 -3 -5 -3 -2 -2 -4 -4 -4 18 0 0 0 0 10 73 0 0 0 0 0 0 0 0 0 0 0 0 0 1.14 0.70 370 I -3 -5 -5 -5 -3 -4 -5 -5 -5 6 2 -4 0 -2 -5 -4 -1 -4 -3 1 0 0 0 0 0 0 0 0 0 76 21 0 0 0 0 0 3 0 0 0 1.15 0.70 371 R -3 7 -2 -3 -5 -1 -2 -4 -2 -5 -4 2 -3 -5 -4 -2 -3 -5 -3 -4 0 90 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 1.61 0.70 372 F -3 -4 -5 -5 -3 -4 -4 -5 -4 1 2 -4 -1 5 2 -4 -3 -3 -1 4 0 0 0 0 0 0 0 0 0 6 16 0 0 29 10 0 0 0 0 40 0.76 0.70 373 Y -4 -4 -4 -5 -4 -4 -4 -5 -1 -2 0 -4 -2 6 -5 -4 -3 0 7 -3 0 0 0 0 0 0 0 0 0 0 7 0 0 37 0 0 0 0 57 0 1.53 0.70 374 T 5 -3 -3 -4 -2 -3 -3 1 -3 1 -3 -3 -2 -3 -3 -1 1 -4 1 -2 63 0 0 0 0 0 0 11 0 10 0 0 0 0 0 0 10 0 6 0 0.71 0.70 375 S -1 -3 -1 -2 -3 -2 -2 -3 -3 -3 -4 -2 -3 -4 -3 5 5 -4 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 50 50 0 0 0 1.04 0.70 376 W -3 -3 -3 -4 -4 -3 -3 -4 0 -3 -1 -3 -2 1 -4 -3 -3 6 8 -3 1 0 0 0 0 0 0 1 0 0 5 0 0 0 0 1 0 10 79 0 1.66 0.65 377 M 3 -3 -3 -4 -2 -3 -3 -3 -3 4 2 -3 4 -2 -3 -2 -2 -3 -3 0 27 1 1 1 0 0 1 1 0 26 23 1 15 0 1 1 1 0 0 1 0.52 0.62 378 D 0 -1 4 3 -3 -1 -1 -2 -2 -3 -3 3 -2 -3 -2 0 0 -3 -3 -3 8 1 22 21 0 1 1 2 0 1 2 22 0 1 1 7 5 0 1 1 0.46 0.55 379 W -1 -2 -2 0 -2 0 -2 0 -2 -2 1 -2 -1 -1 -2 -1 -2 9 -1 -2 6 1 1 6 0 4 2 8 1 1 18 1 1 1 1 5 1 38 1 2 0.95 0.53 380 S -1 -2 3 5 -3 -1 2 -2 -2 -3 -3 -1 -2 -3 -2 3 -1 -3 -3 -3 2 1 13 33 0 1 11 2 1 1 2 1 1 1 1 25 1 0 1 2 0.56 0.53 381 K -2 1 3 -1 -3 0 3 -1 -1 -3 -2 2 2 -3 -2 1 -1 -3 -2 -2 2 7 16 1 0 1 24 5 1 1 2 15 7 1 1 9 1 0 1 2 0.35 0.53 382 K 1 1 0 0 -3 1 2 -2 3 -3 -3 4 -3 -4 -2 0 -2 -4 -2 -3 10 7 4 5 0 4 16 1 7 1 1 35 0 0 1 4 1 0 0 1 0.49 0.61 383 L 2 -3 -3 -1 -2 -3 -3 -3 -3 0 3 -3 -1 1 -3 -2 0 5 2 -1 18 1 1 5 0 1 1 1 0 4 37 1 0 4 1 1 7 10 8 1 0.42 0.59 384 N -2 0 5 4 -4 -2 -1 0 -2 -4 -2 -2 -3 -4 -3 1 -1 -4 -3 -3 1 4 31 31 0 0 0 7 0 0 5 0 0 0 0 13 3 0 0 0 0.66 0.62 385 N -2 2 3 3 -4 -2 0 3 -2 -4 -4 -2 -3 -4 0 0 -2 4 -3 -4 1 11 18 19 0 0 7 25 0 0 1 0 0 0 4 5 0 8 0 0 0.56 0.62 386 Y -1 -2 2 0 -3 -2 1 -3 -1 -2 1 0 -2 3 -3 -2 0 -2 5 -1 4 0 12 4 0 0 11 1 0 0 13 6 0 16 0 1 5 0 22 3 0.38 0.62 387 A 3 -2 3 -2 -3 0 0 -2 -2 -3 -2 0 -2 -4 1 0 3 -4 -3 -2 35 0 15 0 0 4 5 0 0 0 4 7 0 0 6 5 19 0 0 0 0.42 0.65 388 S 1 -2 1 0 -3 1 -2 -1 -2 -3 -3 -1 -2 4 -3 2 1 -3 -1 -2 14 0 8 4 0 6 0 4 0 0 1 4 0 26 0 19 12 0 0 0 0.36 0.62 389 D 2 -2 2 4 -3 -1 2 0 -2 -4 -4 1 -3 -4 -3 -1 0 -4 -3 -3 19 0 13 30 0 0 15 7 0 0 1 7 0 0 0 1 5 0 0 0 0.52 0.62 390 D 0 -2 0 4 -3 -1 1 2 -2 -4 -4 1 -3 -4 -3 2 -2 -4 -4 -4 8 0 4 33 0 0 7 16 0 0 1 10 0 0 0 17 0 0 0 0 0.54 0.62 391 A 2 -2 1 0 -2 1 0 2 -2 0 -2 0 -2 -3 -2 0 0 -3 -3 0 23 1 6 5 0 8 5 17 0 6 2 5 0 1 1 5 7 0 1 7 0.20 0.54 392 L 0 0 -3 -3 -2 -2 -3 -3 -2 3 1 -2 3 3 -3 -1 0 -2 1 0 9 5 1 1 0 1 1 1 0 20 15 1 8 14 1 5 6 0 4 5 0.25 0.54 393 G 1 -2 1 -2 -3 -2 -2 5 -2 -3 -3 0 -3 -3 -2 2 -1 -3 -3 -3 8 1 8 1 0 1 1 45 0 1 2 5 0 1 1 20 1 0 1 1 0.62 0.54 394 S -1 -2 1 3 -2 -1 -1 0 -2 0 0 1 -2 -3 -2 2 2 -3 -3 -2 2 1 6 16 0 1 1 9 0 6 9 11 0 1 1 19 13 0 1 1 0.23 0.54 395 D -2 -2 3 4 -3 -1 1 -1 1 -3 -3 -2 -3 0 -2 2 1 -3 -2 -3 1 1 17 28 0 1 6 5 4 1 1 1 0 4 1 17 11 0 1 1 0.46 0.56 396 G 1 -2 -1 0 -2 -1 -1 4 -2 -2 -2 0 -2 -2 0 1 2 -2 -2 -2 10 2 1 6 1 1 2 32 1 2 3 5 1 1 5 11 13 0 1 2 0.34 0.46 397 F -2 2 -2 -2 -2 -2 -2 -2 -2 -1 -1 0 -1 6 -2 -2 -2 -1 2 1 2 14 1 2 1 1 2 2 1 2 3 7 1 39 2 2 2 0 5 12 0.47 0.46 398 N 1 -2 5 1 -3 0 -2 2 -2 -3 -3 0 -3 1 -3 1 0 -3 -2 -3 12 1 34 6 0 5 1 13 0 1 1 7 0 7 1 9 4 0 0 1 0.44 0.60 399 S 2 0 0 1 -2 0 -1 1 -2 -3 -3 2 -2 -3 -2 2 -1 -3 -3 -2 17 4 5 8 0 5 1 13 0 1 2 16 0 1 1 22 1 0 1 1 0.30 0.54 400 G -1 -2 0 3 -3 -2 -1 4 -2 -4 -4 2 -3 -4 -2 1 -2 -3 -3 -3 1 1 4 19 0 1 1 37 0 1 1 16 0 1 1 14 1 0 0 1 0.58 0.57 401 G 0 -2 3 4 -3 -2 -1 3 -2 -3 -3 -2 -3 -4 -2 0 1 -4 -3 -3 7 1 13 33 0 1 1 24 0 1 1 1 0 1 1 4 9 0 0 1 0.58 0.57 402 E -2 2 -2 -1 -4 4 4 -3 -2 -3 -3 -1 -3 -4 -3 0 1 -4 -3 -1 0 14 0 0 0 23 38 0 0 0 0 0 0 0 0 8 9 0 0 5 0.68 0.64 403 W -3 -4 -4 -4 1 -3 -4 -4 2 -2 -2 -4 -2 5 -4 -3 0 9 1 0 0 0 0 0 3 0 0 0 6 0 0 0 0 35 0 0 8 38 0 7 1.43 0.64 404 S 1 -2 4 -2 -3 0 -2 -3 -2 -2 -2 -2 2 -3 -3 1 3 -4 -3 2 10 0 26 0 0 5 0 0 0 0 0 0 7 0 0 8 27 0 0 16 0.48 0.64 405 F -1 -4 -5 -5 -4 -4 -5 -4 -3 -1 -1 -4 -1 7 -5 -4 -3 -1 1 2 7 0 0 0 0 0 0 0 0 0 0 0 0 73 0 0 0 0 0 20 1.29 0.67 406 G -1 -4 -2 -3 -4 -3 -4 7 -4 -6 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.85 0.67 407 V 3 -4 -4 -4 -2 -3 -4 -4 -4 3 0 -3 1 -3 -4 -2 -2 -4 -3 5 28 0 0 0 0 0 0 0 0 16 6 0 3 0 0 0 0 0 0 47 0.70 0.67 408 Q -3 -1 -2 -2 -5 8 0 -4 4 -5 -4 0 -2 -5 -3 -2 -2 -4 -3 -4 0 0 0 0 0 89 0 0 11 0 0 0 0 0 0 0 0 0 0 0 1.54 0.67 409 M 2 -3 -4 -4 -3 -3 -3 -3 -4 1 -1 -3 6 1 -4 -2 1 -4 -2 3 25 0 0 0 0 0 0 0 0 8 0 0 26 7 0 0 11 0 0 23 0.57 0.66 410 E -2 -2 -2 0 -5 0 7 -4 -2 -5 -5 -1 -4 -5 -3 -2 -2 -5 -4 -4 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 1.59 0.66 411 T 4 -4 -3 -4 -2 -3 -3 -3 -3 4 -2 -3 -2 -2 -3 -1 2 -4 1 1 40 0 0 0 0 0 0 0 0 27 0 0 0 0 0 0 16 0 6 10 0.56 0.66 412 W -2 -4 -5 -6 -4 -4 -4 -4 -4 -4 -3 -5 -3 -1 -5 -4 -4 12 1 -4 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 0 3.44 0.66 413 F -4 -4 -5 -6 -4 -4 -5 -4 -4 -3 -3 -5 -3 5 -5 -4 -4 11 1 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 27 0 0 0 73 0 0 2.71 0.66 K Lambda Standard Ungapped 0.1349 0.3162 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1583 0.3176 PSI Gapped 0.0484 0.2670 proftmb-1.1.12/examples/1af6_A.f.2.Q0000644015075101507510000020616712026631531013536 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 V -2 -4 -4 -4 -2 -3 -4 -5 -4 3 2 -3 0 -1 -4 -3 -1 -4 -2 4 0 0 0 0 0 0 0 0 0 21 25 0 0 0 0 0 0 0 0 53 0.66 0.34 2 D -2 -2 -1 5 -5 0 5 -3 -2 -4 -4 -1 -4 -5 -3 -1 1 -5 -4 -4 0 0 0 41 0 0 49 0 0 0 0 0 0 0 0 0 10 0 0 0 0.99 0.46 3 F -4 -4 -4 -5 -4 -4 -5 -5 -2 -2 -1 -4 -2 8 -5 -4 -4 0 5 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 82 0 0 0 0 18 0 1.64 0.61 4 H -3 -2 3 1 -4 1 -1 -3 8 -4 -4 0 -3 1 -3 1 -2 -4 -1 -4 0 0 17 7 0 6 0 0 46 0 0 6 0 7 0 12 0 0 0 0 0.92 0.61 5 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.79 0.61 6 Y -3 -3 -4 -5 -4 -3 -4 -5 0 -3 -3 -3 -3 2 -5 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.99 0.61 7 A 4 -3 -4 -4 -3 -3 -3 -3 -3 -2 2 -3 3 4 -3 -2 -2 -2 2 -2 44 0 0 0 0 0 0 0 0 0 19 0 10 22 0 0 0 0 6 0 0.60 0.61 8 R -3 7 -2 -3 -5 0 -2 -4 -2 -5 -4 2 -3 -4 -4 -2 -3 -4 -3 -4 0 93 0 0 0 0 0 0 0 0 0 7 0 0 0 0 0 0 0 0 1.57 0.61 9 S 2 -3 -2 -2 -3 -2 -2 -2 -2 -3 -3 -2 2 -2 -3 5 -1 4 2 -3 18 0 0 0 0 0 0 0 0 0 0 0 7 0 0 61 0 7 7 0 0.74 0.61 10 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.79 0.61 11 I 1 -4 0 -4 -3 -3 -4 -4 -4 2 1 -3 -1 1 -4 -2 0 6 -2 4 14 0 7 0 0 0 0 0 0 13 10 0 0 7 0 0 4 12 0 34 0.51 0.61 12 G 1 0 -3 -3 -4 -3 -3 5 2 2 0 -3 -2 -3 -4 -2 -3 -4 -3 -2 11 7 0 0 0 0 0 48 7 14 12 0 0 0 0 0 0 0 0 0 0.62 0.61 13 W -2 -3 -3 -3 -3 1 -3 -3 -2 1 -2 -3 2 -1 -3 1 1 6 4 1 0 0 0 0 0 7 0 0 0 10 1 0 8 0 0 16 8 13 21 12 0.50 0.57 14 T 3 -3 3 -2 -3 -2 -2 -2 -3 -3 -3 -2 -3 -4 -3 3 4 -4 -3 -2 25 0 16 0 0 0 0 0 0 0 0 0 0 0 0 23 36 0 0 0 0.67 0.61 15 G 1 -2 -1 3 -4 -2 -2 4 -3 -4 -4 1 -4 -5 -3 1 1 -5 -4 -4 12 0 0 23 0 0 0 34 0 0 0 11 0 0 0 12 8 0 0 0 0.61 0.61 16 S 0 -2 4 3 -4 -2 -1 2 2 -4 -5 0 -4 -4 -3 3 -1 -5 -3 -4 7 0 25 19 0 0 0 13 6 0 0 7 0 0 0 24 0 0 0 0 0.58 0.61 17 G -1 -3 1 2 -4 -3 -3 6 2 -4 -2 -3 -4 -4 -4 -2 -3 -4 -4 -4 4 0 7 14 0 0 0 63 6 0 6 0 0 0 0 0 0 0 0 0 0.96 0.61 18 G 1 0 2 1 -4 -2 0 4 -3 -4 -1 -2 -3 -4 -3 1 -2 -4 -4 -4 12 5 12 9 0 0 7 38 0 0 7 0 0 0 0 11 0 0 0 0 0.51 0.61 19 E 0 2 -2 -2 -3 0 1 1 -2 -3 -1 -1 0 1 2 1 -2 -3 0 0 5 14 0 0 0 3 13 10 0 0 5 0 3 7 13 15 0 0 4 7 0.22 0.58 20 Q -1 -1 3 0 -3 4 -1 0 -1 -3 -3 2 1 -3 1 -1 1 -3 2 -3 5 1 14 5 0 24 1 6 0 1 1 14 4 0 6 1 8 0 8 1 0.34 0.54 21 Q -2 2 -1 1 -3 4 0 0 -2 -2 -2 2 -2 -3 -2 0 0 -3 -3 0 1 13 1 8 0 22 5 8 0 1 4 11 0 1 1 6 7 0 1 8 0.27 0.51 22 C 1 -2 -2 -2 6 2 -2 1 -2 -2 -2 -2 -2 -2 0 0 0 3 2 0 14 1 1 1 18 15 1 9 0 1 1 1 0 1 5 8 4 4 8 8 0.34 0.51 23 F 1 -2 -3 -3 -3 0 -3 1 -2 1 0 0 0 4 -3 -2 -2 -2 2 1 12 1 1 1 0 5 1 14 0 7 6 7 3 21 1 1 1 0 7 13 0.25 0.54 24 Q -2 1 0 -2 -4 5 2 1 -2 -4 -1 2 -2 1 1 -1 -2 -4 -3 -3 0 7 4 0 0 32 11 11 0 0 7 14 0 7 6 3 0 0 0 0 0.44 0.61 25 T 0 -2 -2 -1 -3 -2 -1 0 -3 -2 0 0 -2 -3 1 2 4 -4 1 -2 8 0 0 3 0 0 4 7 0 0 12 7 0 0 7 15 30 0 6 2 0.29 0.61 26 T 1 -3 0 -3 -3 -2 -3 3 -3 -3 -2 -3 1 -3 0 2 3 4 2 -3 11 0 5 0 0 0 0 21 0 0 2 0 4 0 5 14 22 6 8 0 0.40 0.61 27 G 1 -3 -2 -3 -3 1 -3 5 -3 -4 -4 -1 -3 -4 -3 1 0 -4 -4 -1 14 0 0 0 0 7 0 55 0 0 0 3 0 0 0 12 6 0 0 4 0.79 0.61 28 A 4 -2 -2 0 -3 -2 -2 2 -3 0 -3 2 -3 -4 1 -1 0 -4 -4 -1 46 0 0 7 0 0 0 15 0 6 0 14 0 0 6 0 4 0 0 3 0.46 0.61 29 Q 1 -2 -2 -2 -3 4 2 2 -2 -1 -1 -1 -2 -3 -3 -1 -2 -3 1 -1 16 0 0 0 0 23 14 19 0 4 7 0 0 0 0 1 0 0 7 5 0.33 0.56 30 S 0 1 -1 -2 -2 1 -1 3 -2 -2 -3 1 -2 -3 -2 3 0 -3 -3 0 5 8 1 1 0 7 1 22 0 1 2 9 0 1 1 25 6 0 1 9 0.29 0.49 31 K -2 -1 1 -2 -2 -1 -2 0 2 0 2 2 -1 -2 -2 0 -2 -3 -2 1 2 1 7 1 0 1 1 9 7 5 27 19 0 1 1 7 1 0 1 9 0.19 0.49 32 Y -1 -2 -2 -2 -2 -2 -2 4 -1 -2 -2 -2 -2 3 -2 -2 -2 -1 5 0 2 1 1 1 1 1 2 32 1 1 2 2 1 15 1 2 2 0 25 7 0.53 0.44 33 R -3 8 -2 -3 -5 0 -2 -4 -2 -5 -4 1 -3 -4 -4 -2 -3 -4 -3 -4 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.67 0.61 34 L -3 -4 -5 -5 -3 -4 -5 -5 -4 0 5 -4 0 3 -5 -4 -3 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 88 0 0 12 0 0 0 0 0 0 1.09 0.61 35 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.79 0.61 36 N -3 -2 8 0 -4 -2 -2 -2 -1 0 -4 -2 -3 -4 -4 -1 -2 -5 -4 -4 0 0 93 0 0 0 0 0 0 7 0 0 0 0 0 0 0 0 0 0 1.50 0.61 37 E -2 -1 -2 0 -5 2 7 -4 -2 -5 -4 -1 -3 -5 -3 -2 -2 -4 -4 -4 0 0 0 0 0 7 93 0 0 0 0 0 0 0 0 0 0 0 0 0 1.43 0.61 38 C 2 -3 1 1 6 -3 -3 2 -3 -3 -1 -3 2 -3 -3 1 -2 -4 1 -3 20 0 9 8 18 0 0 14 0 0 7 0 6 0 0 14 0 0 6 0 0.41 0.61 39 E -2 -2 3 6 -4 -1 3 -2 -2 -4 -4 -2 -4 -4 -3 1 -2 -5 -4 -4 1 0 12 50 0 0 21 0 0 0 1 0 0 0 0 12 0 0 0 0 0.92 0.56 40 T -2 -3 3 -2 -3 0 -2 2 -3 -1 -3 -2 -3 -4 -3 -1 5 -4 -3 -2 0 0 18 0 0 5 0 19 0 3 0 0 0 0 0 0 55 0 0 0 0.76 0.61 41 Y -3 -3 -3 -4 -4 -3 -3 -4 3 -3 -3 -3 -2 1 -4 -3 -3 7 8 -3 1 0 0 0 0 0 0 1 7 0 1 0 0 0 0 1 0 18 68 0 1.57 0.56 42 A 1 -4 -3 -4 -3 -3 -4 3 -3 1 0 -4 2 4 -4 -2 -3 4 1 1 13 0 0 0 0 0 0 27 0 7 7 0 6 18 0 0 0 7 4 12 0.47 0.61 43 E -3 1 -2 2 -5 0 6 -4 -2 -5 -5 -1 -4 -5 -3 -2 -2 -5 -4 -4 0 6 0 12 0 0 83 0 0 0 0 0 0 0 0 0 0 0 0 0 1.28 0.61 44 L 1 -4 -4 -5 -3 -4 -4 -4 -4 2 3 -4 3 4 -4 -3 -3 -2 -1 0 14 0 0 0 0 0 0 0 0 10 40 0 7 24 0 0 0 0 0 5 0.63 0.61 45 K 0 -1 2 1 -4 4 0 3 -2 -4 -4 2 -3 -5 -3 0 0 -4 -4 -4 7 0 12 6 0 23 5 22 0 0 0 13 0 0 0 7 6 0 0 0 0.48 0.61 46 L -3 -4 -5 -5 -3 -4 -5 -5 -4 0 6 -4 1 1 -5 -4 -3 -3 -2 1 0 0 0 0 0 0 0 0 0 0 89 0 0 4 0 0 0 0 0 7 1.06 0.61 47 G 1 0 1 -2 -3 1 1 4 -2 -4 -4 2 -3 -4 -3 0 -2 -4 -3 -3 12 5 6 0 0 7 12 34 0 0 1 13 0 0 0 6 0 0 0 0 0.48 0.56 48 Q 1 0 -1 -2 -4 5 1 -3 4 -4 -3 4 -2 -4 -2 -1 -2 -4 -2 -3 11 0 0 0 0 35 5 1 12 0 1 30 0 0 0 3 0 0 0 0 0.68 0.56 49 E 0 2 1 2 -4 0 4 -3 -2 -4 -4 3 -3 -4 -2 -1 -2 -4 -3 -3 8 12 7 12 0 0 38 1 0 0 1 19 0 0 0 0 0 0 0 0 0.61 0.56 50 V -1 -3 -3 -3 -2 2 -2 -3 -3 1 2 -2 -1 3 -3 -2 -2 -2 -1 4 4 1 1 1 0 12 1 1 0 6 18 1 0 15 1 1 1 0 0 36 0.41 0.52 51 W -3 0 -3 -3 -3 -2 0 -3 -1 -3 -2 0 -2 3 -3 -2 0 8 5 -3 1 5 1 1 0 0 7 1 0 1 1 8 0 11 1 1 8 26 27 1 0.93 0.54 52 K 0 -1 4 -2 -3 1 -1 -2 -2 -3 0 3 -2 -3 -3 -1 3 -4 -3 -2 6 0 29 0 0 7 0 1 0 0 12 22 0 0 0 0 20 0 0 0 0.45 0.56 53 E -1 -1 0 4 -4 3 2 -3 -2 -3 0 2 -2 -3 -3 -1 0 -4 -3 -3 5 0 3 24 0 19 16 1 0 0 12 12 0 0 0 0 5 0 0 0 0.44 0.56 54 G -2 -3 4 4 -4 -2 0 4 -2 -4 -4 -2 -4 -4 -3 -1 -2 -4 -4 -4 1 0 26 26 0 0 5 38 0 0 1 0 0 0 0 0 0 0 0 0 0.85 0.56 55 D -2 -3 2 3 -5 -2 1 5 -3 -5 -5 0 -4 -5 -3 -2 -3 -5 -4 -5 0 0 9 20 0 0 11 53 0 0 0 7 0 0 0 0 0 0 0 0 0.91 0.61 56 K 2 1 -2 -3 -3 2 -1 1 -2 -3 -4 4 -3 -4 -3 0 0 -4 -3 -1 21 6 0 0 0 11 0 12 0 0 0 36 0 0 0 4 6 0 0 4 0.48 0.61 57 S -1 2 -2 -2 -3 -2 -2 -3 -3 1 -2 1 -2 -3 -3 3 4 -4 -3 1 1 12 0 0 0 0 0 0 0 8 1 7 0 0 0 25 30 0 0 14 0.42 0.56 58 F -2 -3 -3 -4 -3 -3 -3 -3 -3 1 -1 -3 -1 5 -3 1 1 6 0 2 1 0 0 0 0 0 0 0 0 7 1 0 0 34 0 13 12 12 0 17 0.63 0.56 59 Y -3 3 -2 0 -4 1 -2 -3 -1 -3 -1 1 -2 0 -3 -2 0 4 6 -3 1 19 0 6 0 7 0 1 0 0 6 10 0 0 0 1 6 7 34 0 0.60 0.56 60 F 0 -3 -3 -4 -3 -3 -3 0 -3 1 1 -3 -1 5 -3 -3 -2 -1 2 2 7 1 1 1 0 1 1 8 0 7 16 1 0 33 1 1 1 0 6 16 0.47 0.53 61 D -2 -1 -1 5 -3 -1 1 -2 -2 -2 -3 3 -2 -3 1 -1 0 -3 -3 -1 1 1 1 41 0 1 6 1 0 1 2 20 0 1 8 1 7 0 1 7 0.55 0.49 62 T 0 -2 -1 -2 -2 -2 -2 2 -2 -1 -2 -2 -2 -3 -2 2 3 -3 -2 2 6 1 1 1 0 1 1 14 0 1 2 1 0 1 1 20 27 0 1 20 0.35 0.49 63 N -2 1 3 1 -3 -2 -2 0 -2 -2 -1 -2 6 -3 -3 1 1 -3 -3 -2 1 7 19 8 0 0 0 8 0 0 1 0 36 0 0 11 7 0 0 0 0.52 0.56 64 V -2 -4 -4 -4 -2 -3 -4 -4 -4 4 2 -3 2 1 -4 -3 -2 -3 -2 4 1 0 0 0 0 0 0 0 0 25 14 0 6 5 0 0 0 0 0 45 0.68 0.56 65 A 4 -3 -2 1 -3 -2 -2 2 -3 -3 -3 -2 -3 -3 -3 0 1 -4 1 0 51 0 0 11 0 0 0 13 0 0 0 0 0 0 0 4 7 0 7 7 0.52 0.61 66 Y 0 -3 -2 3 -3 0 -2 1 -2 -2 0 -3 4 2 -3 -2 -2 4 4 -2 7 0 0 18 0 5 0 11 0 0 7 0 15 8 0 0 0 7 19 0 0.43 0.57 67 S 0 -3 1 1 -3 -2 -2 3 -3 -1 -1 -2 3 -3 -3 1 0 -4 -3 1 7 0 6 7 0 0 0 29 0 3 5 0 13 0 0 13 6 0 0 10 0.33 0.57 68 V 1 -2 2 -2 -3 2 -2 -3 -2 -1 -2 -2 4 -3 -1 2 -1 -4 -3 3 13 0 11 0 0 12 0 0 0 0 1 0 14 0 3 19 0 0 0 24 0.34 0.57 69 A 2 0 2 2 -3 1 0 2 -2 -4 -4 -2 -3 -4 1 1 1 -5 -4 -3 19 4 11 12 0 6 6 15 0 0 0 0 0 0 7 13 7 0 0 0 0.36 0.61 70 Q -2 -2 -2 0 -4 5 1 2 -2 -4 -1 -1 -2 1 -3 1 1 -3 -3 -3 0 0 0 4 0 41 7 16 0 0 5 0 0 7 0 9 11 0 0 0 0.53 0.61 71 Q -1 0 -2 -3 -3 2 -1 -3 -1 0 -3 -1 -2 -1 -3 3 1 5 5 -2 4 4 0 0 0 13 2 0 0 7 0 2 0 0 0 25 7 7 28 0 0.55 0.61 72 N -2 -1 6 1 -4 -2 -2 2 -1 -4 -4 -2 -3 -3 -3 -1 0 -4 1 -4 1 3 59 6 0 0 0 15 0 0 1 0 0 0 0 0 6 0 7 0 0.87 0.56 73 D -3 0 3 6 -4 -2 -1 1 -2 0 -4 -2 -3 -4 -3 -1 0 -4 -4 -3 1 5 14 51 0 0 0 11 0 8 1 0 0 0 0 0 7 0 0 0 0.74 0.56 74 W -1 -3 -3 0 -4 1 -3 0 -3 -4 -3 -3 -3 -1 -4 -1 -3 11 3 -4 6 0 0 7 0 7 0 7 0 0 0 0 0 0 0 4 0 57 12 0 1.74 0.61 75 E -2 -2 -2 1 -4 2 4 -3 -2 -3 -1 1 -2 1 -3 -2 2 6 -2 -3 1 0 0 5 0 8 32 0 0 0 7 7 0 6 0 0 18 13 0 0 0.54 0.56 76 A 2 0 1 0 -3 -2 -2 3 -2 -3 -3 -2 -2 1 -2 2 0 4 -2 -3 17 6 8 5 0 1 1 23 0 1 1 1 0 6 1 15 5 8 0 1 0.35 0.52 77 T -1 -3 -1 0 -3 -2 -2 3 -3 -3 -4 -2 -3 -4 -3 2 5 -4 -4 -3 0 0 0 6 0 0 0 24 0 0 0 0 0 0 0 19 51 0 0 0 0.78 0.61 78 D -1 -2 3 5 -4 -1 2 -2 -2 -3 -1 -2 -3 -4 -3 2 0 -4 -4 -3 3 0 13 42 0 0 11 0 0 0 7 0 0 0 0 16 5 0 0 0 0.65 0.57 79 P 3 -3 -3 -3 -3 -3 -3 -3 -3 -2 -1 -3 -2 2 4 2 -2 -4 -2 0 33 0 0 0 0 0 0 0 0 0 7 0 0 9 25 18 0 0 0 7 0.60 0.61 80 A 3 -2 3 1 -3 0 0 2 -2 -3 -4 -1 -3 -4 -3 2 0 -5 -4 -1 26 0 19 7 0 4 4 13 0 0 0 3 0 0 0 13 5 0 0 6 0.38 0.61 81 F -1 -4 -4 -5 -3 0 -4 -4 -3 -1 2 -4 -1 6 -4 -3 -3 -2 0 2 7 0 0 0 0 7 0 0 0 0 20 0 0 49 0 0 0 0 0 18 0.78 0.61 82 R 1 5 -2 -3 -4 1 -2 -3 -2 0 -3 1 -2 -4 -3 1 0 -4 -3 0 11 46 0 0 0 5 0 0 0 7 0 7 0 0 0 12 6 0 0 7 0.59 0.61 83 E -2 -1 1 2 -5 5 3 1 -1 -5 -4 1 -3 -4 -3 -2 -2 -3 1 -4 0 0 7 12 0 37 18 12 0 0 0 7 0 0 0 0 0 0 7 0 0.66 0.61 84 A 3 -3 -3 -3 -3 -2 -1 0 -3 0 -1 -3 3 3 -3 0 0 -3 -2 -1 35 0 0 0 0 0 5 7 0 6 4 0 12 15 0 7 7 0 0 2 0.35 0.61 85 N -1 -3 5 -2 -4 -2 -3 0 -1 -4 -3 -3 -3 3 -4 0 -2 4 5 -3 6 0 37 0 0 0 0 7 0 0 0 0 0 12 0 7 0 7 26 0 0.76 0.61 86 V 0 -4 -3 0 -3 -3 -3 -1 -4 3 1 -3 -1 1 -4 0 -2 -4 -2 4 7 0 0 7 0 0 0 5 0 15 10 0 0 6 0 7 0 0 0 43 0.43 0.61 87 Q 0 -1 -2 -2 -4 5 2 2 -2 -4 -4 1 -3 -5 -3 1 1 -4 -3 -3 7 0 0 0 0 39 12 14 0 0 0 6 0 0 0 12 12 0 0 0 0.60 0.61 88 G 3 -3 -3 -3 -3 -3 -3 4 -4 -1 0 -3 2 -3 -3 -1 1 -4 -4 -2 29 0 0 0 0 0 0 36 0 4 12 0 7 0 0 0 12 0 0 0 0.56 0.61 89 K -2 2 1 -2 -4 -1 -1 1 2 -3 -3 4 2 -3 -3 -2 0 -4 -3 0 1 11 6 0 0 0 0 12 7 0 1 38 7 0 0 0 8 0 0 7 0.43 0.56 90 N -2 -3 4 -1 -4 -2 0 4 -2 -4 -4 -2 1 -3 1 0 -2 -3 1 -3 1 0 28 0 0 0 7 38 0 0 1 0 5 0 6 5 0 0 7 0 0.62 0.56 91 L -2 -3 -4 -4 -3 -3 -4 -4 -3 0 4 -3 0 3 -4 -3 0 -2 1 2 1 0 0 0 0 0 0 0 0 0 50 0 0 12 0 0 7 0 5 21 0.58 0.56 92 I -1 -4 -4 -4 -3 -4 -4 -4 -4 2 3 -4 -1 5 2 -3 0 -3 -1 -1 5 0 0 0 0 0 0 0 0 17 33 0 0 26 12 0 7 0 0 0 0.59 0.61 93 E -1 -2 0 0 -4 1 4 0 -2 -3 -4 1 -3 -4 3 -1 1 -5 -4 -1 4 0 3 4 0 5 35 8 0 0 0 7 0 0 16 0 12 0 0 7 0.50 0.61 94 W -2 -3 -3 0 -3 -3 0 -1 -3 -3 -2 -3 -2 6 -4 1 -2 6 0 -3 0 0 0 7 0 0 7 5 0 0 1 0 0 48 0 16 0 14 0 0 0.83 0.57 95 L 3 -2 -2 1 -3 2 -2 -3 -2 -2 1 -2 -1 4 -3 0 -2 -3 -1 -2 29 0 0 9 0 14 0 0 0 0 16 0 0 21 0 7 0 0 0 0 0.36 0.57 96 P 1 0 0 1 -4 0 -2 -3 -3 -4 -4 1 -3 -4 6 -2 -2 -4 -4 -3 11 6 5 7 0 5 0 0 0 0 1 12 0 0 50 0 0 0 0 0 1.03 0.57 97 G 0 -2 2 2 -4 -1 4 4 -2 -5 -5 -2 -4 -5 -3 -1 -2 -5 -4 -4 7 0 12 11 0 0 38 32 0 0 0 0 0 0 0 0 0 0 0 0 0.76 0.61 98 S 4 -3 -2 -3 -2 -2 -3 1 -3 -3 1 -2 -2 -3 -3 3 -1 -4 -3 -2 50 0 0 0 0 0 0 12 0 0 14 0 0 0 0 24 0 0 0 0 0.60 0.61 99 T -2 -3 -2 2 -3 -2 -2 -3 -3 1 -2 -2 -2 -3 -3 0 6 -3 2 1 0 0 0 12 0 0 0 0 0 7 0 0 0 0 0 5 60 0 7 9 0.71 0.61 100 I -3 -4 -5 -5 -3 -4 -4 -5 -4 2 4 -4 3 4 -5 -4 -3 -3 -1 2 0 0 0 0 0 0 0 0 0 11 50 0 6 19 0 0 0 0 0 14 0.76 0.61 101 W -4 -4 -5 -6 -4 -4 -5 -4 -4 -4 -3 -5 -3 0 -5 -4 -4 12 1 -5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 3.51 0.61 102 A 5 -3 -3 -3 -2 -3 -3 1 -3 -2 -3 -2 -2 -4 -3 -1 -2 -4 -3 1 77 0 0 0 0 0 0 11 0 0 0 0 0 0 0 0 0 0 0 12 0.87 0.61 103 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.79 0.61 104 K -2 3 -2 -2 -5 2 1 -3 -2 -4 -4 6 -3 -5 -3 -2 0 -4 -3 -4 0 12 0 0 0 7 7 0 0 0 0 67 0 0 0 0 7 0 0 0 0.97 0.61 105 R -3 7 -1 1 -5 0 -1 -4 4 -5 -4 0 -3 -4 -4 -2 -3 -4 -2 -4 0 78 0 10 0 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 1.23 0.54 106 F -3 -3 -4 -4 1 -3 -4 -1 -1 -2 -2 0 -2 6 -5 -3 -3 0 6 -3 0 0 0 0 4 0 0 6 0 0 0 7 0 52 0 0 0 0 33 0 1.10 0.54 107 Y -1 -3 -2 3 -4 -2 -2 -4 5 0 -1 -3 -2 0 -4 -3 -3 -1 7 -2 6 0 0 18 0 0 0 0 16 7 7 0 0 0 0 0 0 0 47 0 0.83 0.54 108 Q -2 4 -2 -2 -5 5 1 -1 -2 -4 -4 1 -3 -5 2 -2 -2 -4 -3 -4 0 30 0 0 0 42 7 5 0 0 0 4 0 0 12 0 0 0 0 0 0.84 0.54 109 R -3 6 -1 3 -5 1 -1 -4 -2 -1 -3 2 -3 -4 -3 -2 -2 -4 -3 -3 0 58 0 18 0 7 0 0 0 7 0 11 0 0 0 0 0 0 0 0 0.88 0.54 110 H -3 -2 4 1 -4 1 1 -3 6 -1 -4 0 -3 -3 2 -2 -2 -4 2 -3 0 0 22 5 0 7 7 0 31 6 0 6 0 0 10 0 0 0 7 0 0.66 0.54 111 D -3 -2 1 6 -5 2 3 -3 -2 -5 -5 -1 -4 -5 -3 -2 -2 -5 -4 -4 0 0 5 68 0 10 17 0 0 0 0 0 0 0 0 0 0 0 0 0 1.20 0.54 112 V -2 -4 -4 -4 -3 1 -3 -5 -4 6 0 -3 0 -2 -4 -3 -2 -4 -3 4 0 0 0 0 0 10 0 0 0 59 4 0 0 0 0 0 0 0 0 27 0.82 0.54 113 H -3 -2 -1 -3 -4 2 -1 1 9 -4 -4 -2 -3 0 -4 -2 -3 -3 0 -4 0 0 0 0 0 12 0 10 73 0 0 0 0 5 0 0 0 0 0 0 1.40 0.54 114 M -3 -4 -4 -5 -3 -3 -4 -5 -4 4 1 -4 6 -1 -4 -4 -2 7 -2 0 0 0 0 0 0 0 0 0 0 36 10 0 36 0 0 0 0 18 0 0 1.03 0.54 115 I -2 -3 1 -3 -3 -3 -3 -4 -3 4 3 -3 0 -2 -4 1 1 -4 -3 1 0 0 10 0 0 0 0 0 0 31 29 0 0 0 0 13 12 0 0 7 0.44 0.54 116 D -3 -3 0 8 -5 -2 0 -3 -3 -5 -5 -2 -5 -5 -3 -2 -2 -6 -5 -5 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.73 0.54 117 F -3 -3 -3 -4 -3 -3 -3 -4 2 0 -2 -3 -2 5 -4 2 -1 7 3 -2 0 0 0 0 0 0 0 0 7 5 0 0 0 38 0 18 4 19 10 0 0.91 0.54 118 Y -3 -2 -2 3 -4 -2 -2 -4 -1 -3 -1 2 -2 4 -4 -3 -3 -1 6 -3 0 0 0 18 0 0 0 0 0 0 7 21 0 22 0 0 0 0 32 0 0.71 0.54 119 Y -3 -3 -4 -4 -3 -3 -4 -4 -1 -1 -2 -3 2 3 -4 -3 1 5 6 2 0 0 0 0 0 0 0 0 0 0 0 0 7 13 0 0 12 10 40 18 0.86 0.54 120 W -3 -3 -4 -4 -3 2 -3 -4 -3 -1 1 -3 3 -1 -4 -3 0 9 2 2 0 0 0 0 0 12 0 0 0 0 13 0 10 0 0 0 5 35 7 18 1.01 0.54 121 D -2 0 4 4 -4 -2 -1 -3 -2 -4 -3 -2 -3 3 -3 2 0 -4 -2 -3 0 6 21 32 0 0 0 0 0 0 0 0 0 18 0 16 7 0 0 0 0.61 0.54 122 I -2 -3 -3 -4 -3 0 -3 -1 3 3 2 -3 2 -2 -4 -2 3 -4 -2 1 0 0 0 0 0 4 0 7 10 24 18 0 5 0 0 0 24 0 0 9 0.38 0.54 123 S 3 -3 -1 3 -3 -2 -1 0 -3 -4 -4 -2 -3 -4 -2 4 -1 -5 -4 -3 24 0 0 23 0 0 0 7 0 0 0 0 0 0 0 47 0 0 0 0 0.67 0.54 124 G 2 -3 1 -2 -3 -3 -3 6 -3 -5 -5 -3 -4 -4 -3 0 -2 -4 -4 -4 17 0 7 0 0 0 0 72 0 0 0 0 0 0 0 5 0 0 0 0 1.15 0.54 125 P 2 -1 -2 -3 -3 2 -2 -3 -2 -3 -3 -2 -2 -3 4 0 4 -3 1 -2 19 2 0 0 0 10 0 0 0 0 0 0 0 0 20 4 39 0 7 0 0.62 0.54 126 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.73 0.54 127 A 3 -4 -3 -3 -3 -3 -3 4 -4 0 -2 -3 -2 -3 -3 -1 -2 -4 -3 3 32 0 0 0 0 0 0 38 0 5 0 0 0 0 0 0 0 0 0 24 0.65 0.54 128 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.73 0.54 129 L 0 -4 -5 -5 -3 -4 -4 -5 -4 5 2 -4 0 2 -4 -3 -2 -3 -2 2 7 0 0 0 0 0 0 0 0 55 17 0 0 10 0 0 0 0 0 11 0.74 0.54 130 E -2 -1 -2 1 -5 1 5 -4 -1 -4 -4 1 -3 -2 -3 -2 0 -3 4 -3 0 0 0 7 0 3 56 0 0 0 0 10 0 0 0 0 7 0 18 0 0.80 0.54 131 N -2 -2 6 4 -4 -2 -1 2 -2 -5 -5 -2 -4 -5 -3 -1 -1 -5 -4 -4 2 0 53 25 0 0 0 18 0 0 0 0 0 0 0 0 2 0 0 0 0.99 0.54 132 I -3 -4 -5 -5 -3 -4 -4 -5 -4 4 2 -4 0 -1 -4 -4 -2 7 1 3 0 0 0 0 0 0 0 0 0 31 21 0 0 0 0 0 0 17 4 27 0.84 0.54 133 D 0 -1 2 3 -4 4 0 -3 -2 -4 -2 2 -3 -4 1 1 0 -4 -3 -3 7 0 10 18 0 21 2 0 0 0 4 14 0 0 7 13 4 0 0 0 0.42 0.54 134 V 0 -4 -5 -5 -3 -3 -4 -4 -4 1 3 -4 2 -1 -4 -3 -2 6 -2 3 8 0 0 0 0 0 0 0 0 4 37 0 5 0 0 0 0 13 0 32 0.69 0.54 135 G -1 -3 2 -2 -4 0 -3 6 -3 -5 -5 -3 -4 -5 -4 -1 -3 -4 -4 -5 0 0 13 0 0 5 0 82 0 0 0 0 0 0 0 0 0 0 0 0 1.35 0.54 136 F -2 -2 2 1 -4 2 -2 1 -2 -3 -3 0 -2 3 3 -2 -2 -3 -2 -1 0 0 11 10 0 13 0 14 0 0 0 5 0 18 18 0 0 0 0 7 0.40 0.52 137 G 3 -3 -2 -3 -3 1 -2 5 -3 -3 -2 -2 -3 -3 -3 0 -2 -3 1 -3 28 0 0 0 0 6 0 49 0 0 5 0 0 0 0 3 0 0 6 0 0.70 0.52 138 K -1 3 -2 -2 -4 0 -1 -3 -2 -3 0 5 -2 -3 -2 -2 -2 3 -2 -3 5 14 0 0 0 0 1 1 0 0 12 58 0 0 0 1 0 5 0 1 0.68 0.50 139 L -2 0 -3 -4 -3 -3 -3 -1 -3 1 3 -1 0 3 -3 -3 -2 4 1 0 1 5 0 0 0 0 1 6 0 8 38 5 0 17 0 1 0 6 4 7 0.39 0.50 140 S 0 -2 1 4 -3 -1 -1 0 2 -4 -4 -2 -3 -4 -2 4 -1 -4 -3 -3 3 0 7 28 0 0 1 7 5 0 1 0 0 0 0 44 0 0 0 1 0.60 0.50 141 L -2 -3 1 -3 -3 -3 -3 -4 -3 3 2 -3 2 4 -4 -3 -2 -2 1 1 1 0 10 0 0 0 1 1 0 18 20 0 7 24 0 1 0 0 4 11 0.44 0.50 142 A 4 -3 -2 0 -2 -2 -2 1 -2 -3 -3 -2 -2 0 -2 2 -1 -3 1 -2 53 0 0 5 0 0 0 10 0 0 0 0 0 5 0 20 0 0 5 0 0.54 0.52 143 A 1 -3 -3 -4 -3 -3 -3 -3 -3 0 1 -3 -1 3 -3 1 -2 7 2 2 11 0 0 0 0 0 0 0 0 4 15 0 0 14 0 14 0 17 6 16 0.52 0.52 144 T -2 -3 -3 -4 -2 -3 -3 -4 -4 1 2 -3 2 -2 -3 2 2 -4 -3 4 0 0 0 0 0 0 0 0 0 4 27 0 5 0 0 17 13 0 0 34 0.46 0.54 145 R 0 6 -2 -3 -4 1 -2 1 -2 -1 -3 0 -2 -3 -3 -2 -2 -3 1 -3 11 58 0 0 0 7 0 10 0 5 1 0 0 0 0 0 0 0 5 0 0.70 0.51 146 S -1 -2 3 2 -3 2 1 1 -2 -3 -3 -1 -3 -3 1 3 -1 -3 -3 -3 1 1 17 14 0 10 7 11 0 1 1 1 0 1 6 26 1 0 0 1 0.41 0.46 147 S -2 1 3 4 -3 -1 -1 2 -2 -2 -3 -1 -2 -3 -2 1 0 -3 -3 0 1 10 14 27 0 1 1 14 0 1 1 1 0 1 1 10 5 0 0 11 0.36 0.46 148 E -2 1 3 2 -3 1 2 -2 -2 -2 -2 -1 -2 1 -1 0 -2 -3 -2 1 1 7 16 13 0 7 18 1 0 1 1 1 0 9 3 6 1 0 0 13 0.27 0.46 149 A 1 -2 3 2 -3 -2 -1 -1 -2 -3 -3 -2 -2 0 -2 3 -1 3 1 -3 16 1 15 15 0 1 1 4 0 1 2 1 0 5 1 25 1 4 6 1 0.35 0.55 150 G 0 -2 -1 3 -3 0 0 4 -2 -2 0 -2 -2 -3 -2 -1 -1 -3 -3 -1 6 1 1 16 0 5 7 37 0 1 10 1 0 1 1 1 4 0 1 6 0.41 0.55 151 G -2 -3 2 4 -4 -2 -1 3 -2 -4 -4 -2 -3 -2 -3 0 -2 -2 4 -4 1 0 11 32 0 0 1 25 0 0 1 0 0 0 0 8 0 0 19 1 0.68 0.61 152 S -1 -3 0 2 -3 -2 -2 3 -2 -3 -3 -2 -3 1 -3 4 -1 2 0 -1 1 0 4 11 0 0 1 25 0 0 1 0 0 6 0 38 0 3 4 5 0.48 0.61 153 S 1 3 -2 0 -3 -2 0 2 -2 -3 -3 -1 -3 1 -3 2 0 -3 2 -3 10 24 0 4 0 0 5 15 0 0 1 0 0 6 0 21 4 0 8 1 0.35 0.61 154 S 2 -2 3 0 -3 0 0 2 -2 -4 -4 -1 -3 -3 -3 2 0 4 -3 -3 17 0 14 6 0 4 6 14 0 0 1 4 0 0 0 21 5 6 0 1 0.37 0.61 155 F -1 -3 -3 0 -3 -3 -3 0 -2 0 1 -3 1 5 -4 -3 -3 5 4 -2 7 0 0 6 0 0 1 6 0 5 17 0 4 29 0 1 0 7 14 1 0.55 0.61 156 A 1 -2 -2 -2 -2 1 -1 3 2 1 -2 -2 -2 -3 -2 0 2 -3 -2 1 12 1 1 1 0 6 4 26 5 8 2 1 0 1 1 6 12 0 1 10 0.26 0.54 157 S -1 1 4 2 -3 -1 -1 1 -2 -2 -3 0 -2 -3 -2 1 0 -3 -2 0 5 6 26 13 0 1 1 8 0 1 2 6 1 1 1 14 4 0 1 7 0.33 0.52 158 N -1 -1 3 3 -2 0 -1 1 -1 -2 -2 0 1 -2 -2 1 1 -2 -2 -2 3 2 17 22 1 4 2 9 1 2 3 7 4 1 2 11 7 0 1 2 0.30 0.45 159 N 0 1 4 3 -2 1 -1 -2 -1 -2 -2 -1 -2 -3 -2 -1 0 -3 -2 0 8 7 26 19 1 8 2 2 1 1 3 2 1 1 2 2 6 0 1 8 0.35 0.47 160 I 0 0 -1 1 -2 -1 -1 0 -2 3 0 -1 -1 -2 -2 -1 1 -2 -2 0 10 7 2 11 1 2 2 6 1 26 9 2 1 1 2 3 8 0 1 6 0.15 0.42 161 Y 0 0 -1 0 -2 1 -1 -1 -1 -1 -2 1 -1 -1 0 -1 2 -1 3 1 7 4 2 6 1 6 2 6 1 2 3 10 1 1 5 3 14 1 12 12 0.13 0.41 162 D -1 -1 1 4 -2 -1 2 0 -1 -2 -2 0 -2 -2 2 -1 0 -2 -2 -2 3 2 6 26 1 2 14 8 1 2 4 5 1 2 9 3 5 1 1 3 0.30 0.38 163 Y -1 -1 2 1 -2 -1 0 -1 -1 0 -1 0 -1 -1 -1 2 -1 -1 3 0 4 2 11 8 1 2 5 3 1 5 4 6 1 2 2 18 3 1 15 6 0.16 0.36 164 T 1 0 2 -1 -2 -1 -1 0 -1 0 -2 -1 -1 -1 0 2 1 -2 2 -1 10 5 11 2 1 2 2 6 1 6 3 2 1 1 5 16 11 1 7 5 0.13 0.41 165 N 1 -1 4 2 -2 2 -1 -2 -1 0 -2 0 -2 -2 -2 0 -1 -3 -2 -1 12 1 24 12 1 11 2 2 1 7 3 6 1 1 1 7 2 0 1 5 0.28 0.48 166 E -2 1 -1 2 -3 2 1 -1 -2 -2 -1 2 -2 -2 -2 1 -1 -3 0 1 2 8 1 14 0 11 8 5 1 1 8 11 1 1 1 10 1 0 3 11 0.17 0.51 167 T -2 1 1 0 -2 -2 -2 -1 -2 0 -2 -2 3 -2 -2 -1 4 -3 -2 1 2 8 6 6 0 1 1 5 0 6 2 1 8 1 1 1 38 0 1 10 0.35 0.53 168 A 2 -2 3 -1 -2 2 -1 1 -2 1 -2 -1 -2 -3 1 2 -1 -3 -2 -2 17 1 14 1 0 9 2 9 1 11 2 1 1 1 6 18 1 0 1 2 0.24 0.50 169 N -2 -2 6 -1 -2 -1 -2 -2 -1 1 -2 -2 -2 -2 -2 -1 1 -3 -2 1 2 1 48 1 0 1 2 2 1 8 2 1 1 1 1 2 12 0 1 13 0.58 0.50 170 D -2 -2 4 3 -3 1 -1 -2 -1 -2 -2 -1 -2 -1 -2 -1 -1 -1 4 -2 2 2 28 19 1 7 2 2 1 2 3 2 1 1 2 2 2 0 22 2 0.53 0.47 171 V 0 0 -2 -3 -2 -2 -2 -3 -3 3 -1 -2 -1 1 -2 0 2 -3 -2 3 9 6 1 1 0 1 1 2 0 22 2 1 0 7 1 7 12 0 1 24 0.28 0.52 172 F -1 -2 -3 -3 -2 -2 -3 -3 2 2 2 -3 -1 4 -3 -2 -2 -1 2 1 6 1 1 1 0 1 1 2 6 11 26 1 1 19 1 2 1 0 8 11 0.34 0.51 173 D -2 -2 0 7 -3 -1 0 -2 -2 -3 -3 -2 -3 -3 -2 0 1 -4 -3 -3 1 1 1 68 0 1 1 1 0 1 2 1 0 1 1 6 12 0 1 1 1.03 0.55 174 V 1 -3 -3 -3 -2 -3 -3 -3 -3 1 1 -3 3 3 -3 1 -2 -3 -2 3 13 1 0 1 0 0 1 1 0 8 15 1 9 13 1 14 1 0 0 23 0.33 0.60 175 R -2 6 3 -2 -4 2 -1 0 -1 -4 -3 0 -3 -4 -3 -2 -2 -4 -3 -4 1 64 14 1 0 7 1 7 0 1 1 1 0 0 1 1 1 0 0 1 0.97 0.60 176 L -2 -2 -3 -3 -2 1 -2 -3 -1 -1 4 -2 0 0 -3 -2 -2 -1 5 0 1 1 1 1 0 7 1 1 0 1 43 1 0 1 1 1 1 0 29 6 0.58 0.54 177 A 4 0 -2 -2 -2 -1 -2 -2 3 -2 -2 0 -2 -3 -2 1 1 4 -2 -2 45 6 1 1 0 1 1 1 8 1 2 6 0 1 1 9 8 6 1 1 0.44 0.54 178 Q 0 -2 2 0 -3 2 -2 5 -2 -3 -3 -2 -3 -3 -2 -1 -2 -3 -3 -3 9 1 13 6 0 10 1 48 0 1 2 1 0 1 1 1 1 0 1 1 0.66 0.54 179 M -2 -3 -3 -3 -2 -3 -3 -3 -3 5 2 -3 4 2 -3 -3 -2 4 -1 0 1 1 1 1 0 1 1 1 0 43 14 1 11 11 1 1 1 6 1 1 0.58 0.54 180 E -2 -1 -2 1 -3 0 3 0 -2 -3 -3 1 2 -3 4 -2 -2 -3 -3 -3 1 1 1 8 0 3 26 9 0 1 2 12 6 1 24 1 1 0 1 1 0.54 0.54 181 I 0 -3 -3 -3 -2 -2 -3 -3 -3 1 3 -2 0 1 1 -2 2 -2 -2 1 7 1 1 1 0 1 1 1 0 5 40 1 0 7 6 1 17 0 1 7 0.35 0.54 182 N -3 -3 6 -2 -4 -2 -3 0 1 -5 -4 -3 -4 -3 -4 0 -2 9 -1 -5 0 0 49 0 0 0 0 7 4 0 0 0 0 0 0 5 0 35 0 0 1.49 0.67 183 P 1 -2 -2 2 -4 1 1 -3 -3 -3 -3 -1 -3 2 5 -2 -2 -3 -2 -3 12 0 0 15 0 6 11 1 0 0 1 4 0 13 34 1 0 0 0 0 0.72 0.62 184 G 2 -3 1 3 -3 -2 -2 4 -3 -4 -3 0 2 -4 -3 0 -2 -4 -4 -3 20 0 7 21 0 0 0 31 0 0 1 5 6 0 0 5 0 0 0 0 0.54 0.63 185 G 3 -3 -2 -3 -3 -3 -3 5 2 -4 -4 -2 -3 -4 -3 0 -2 -4 -3 -3 33 0 0 0 0 0 0 51 6 0 1 0 0 0 0 6 0 0 0 0 0.89 0.63 186 T 0 -2 0 0 -3 -2 0 -3 -3 -3 -3 0 -3 -3 3 3 3 3 -3 -1 7 0 3 5 0 0 6 0 0 0 1 7 0 0 13 25 21 5 0 5 0.42 0.63 187 L -3 -3 -4 -4 -3 -3 -4 -5 -4 0 5 -4 0 -1 -4 -3 0 -3 -3 1 0 0 0 0 0 0 0 0 0 0 79 0 0 0 0 0 6 0 0 11 0.90 0.63 188 E -2 -2 -1 1 -4 3 5 -3 2 -4 -3 -1 1 -4 -3 0 1 -4 -3 -3 0 0 0 7 0 13 47 0 6 0 1 0 5 0 0 6 12 0 0 0 0.69 0.63 189 L -3 -4 -5 -5 -3 -4 -4 -5 -4 2 4 -4 3 2 -4 -4 -2 -3 -2 4 0 0 0 0 0 0 0 0 0 6 48 0 8 8 0 0 0 0 0 30 0.78 0.67 190 G -1 -3 -2 -3 -3 -3 -3 5 -3 -3 -3 -3 4 -3 -3 0 -2 -3 1 -3 4 0 0 0 0 0 0 60 0 0 1 0 18 0 0 5 0 0 7 0 0.93 0.62 191 V 2 -3 -4 -4 -2 -3 -3 -1 -3 2 1 -3 1 0 -3 -2 -2 -3 0 4 19 0 0 0 0 0 0 5 0 9 14 0 3 3 0 0 0 0 4 38 0.43 0.62 192 D -1 0 3 5 -4 -1 -1 -2 -2 -4 -4 1 -3 -4 -3 2 -2 -4 -4 -4 4 5 16 40 0 0 0 1 0 0 1 12 0 0 0 19 0 0 0 0 0.71 0.62 193 Y -3 -3 -3 -4 -4 -3 -3 1 -1 -3 -2 0 -2 4 -4 -3 -3 0 7 -3 1 0 0 0 0 0 0 13 0 0 1 6 0 15 0 0 0 0 59 0 1.14 0.62 194 G 2 -3 2 2 -3 -3 -2 3 -3 -2 0 -3 1 -4 -3 1 0 -4 -4 1 18 0 9 11 0 0 0 23 0 0 9 0 4 0 0 9 7 0 0 10 0.32 0.67 195 R -1 5 -2 0 -4 -2 -3 1 -3 0 -1 -1 1 3 -4 -2 1 -3 -2 -3 5 37 0 6 0 0 0 13 0 6 3 0 5 15 0 0 9 0 0 0 0.46 0.67 196 A 5 -3 -3 -3 -2 -3 -1 -1 -4 -2 -3 -3 -2 -4 2 -1 0 -4 -4 2 62 0 0 0 0 0 4 4 0 0 0 0 0 0 10 0 5 0 0 15 0.70 0.67 197 N 0 -2 5 2 -4 1 1 0 -2 -5 -5 1 -4 -5 -3 1 0 -5 -4 -4 7 0 42 12 0 5 6 6 0 0 0 8 0 0 0 11 3 0 0 0 0.67 0.67 198 L -1 0 -2 2 -4 0 2 -3 -3 0 1 1 -2 -3 2 -2 2 -4 -3 -2 3 5 0 16 0 3 12 0 0 7 18 9 0 0 11 0 13 0 0 0 0.27 0.63 199 R -2 3 3 -2 -4 2 1 0 2 -4 -4 1 -3 -4 -3 -1 3 -4 -3 -4 0 22 17 0 0 12 7 7 6 0 0 6 0 0 0 3 20 0 0 0 0.52 0.67 200 D 0 -3 -1 6 -4 -2 1 1 -3 -4 -4 0 -4 -5 -3 0 0 -5 -4 -1 7 0 0 56 0 0 6 11 0 0 0 5 0 0 0 5 6 0 0 4 0.83 0.67 201 N 0 -2 4 3 -4 2 2 -1 1 -5 -5 0 -4 -5 -3 1 -2 -5 -4 -4 8 0 25 20 0 10 15 4 3 0 0 4 0 0 0 11 0 0 0 0 0.58 0.67 202 Y -1 1 0 -3 -4 4 -1 -3 2 -3 -3 1 -2 3 -3 -1 -2 -1 5 -3 4 9 5 0 0 23 0 1 5 0 1 8 0 13 0 4 0 0 24 0 0.56 0.62 203 R 1 2 1 0 -3 2 -1 0 -2 -3 -3 3 -2 -3 -2 1 -1 -3 -3 -3 14 12 7 6 0 10 1 6 0 1 2 22 0 1 1 14 1 0 1 1 0.33 0.55 204 L -1 0 -1 3 -3 -1 1 0 -2 1 1 0 -1 -2 -2 -2 -2 -2 1 -1 5 6 1 22 0 1 10 8 0 8 18 5 0 1 1 2 1 0 6 5 0.19 0.52 205 V 2 -2 1 0 -2 0 1 -2 -2 -2 -2 -2 -2 -2 -2 2 -1 -2 3 1 20 1 6 4 0 4 8 2 1 1 2 1 1 1 1 19 1 0 11 15 0.22 0.51 206 D 0 -1 3 4 -3 -1 1 0 -2 -3 -1 -1 -2 -3 1 -1 0 -3 0 -2 8 4 14 29 0 1 7 7 0 1 6 1 1 1 6 2 7 0 4 1 0.34 0.52 207 G -1 -2 2 -1 -3 -1 -2 4 3 -3 -3 1 -2 -2 1 -1 -2 3 -2 -3 2 1 14 1 1 1 2 38 8 1 2 8 1 1 7 2 2 5 1 2 0.50 0.48 208 A 3 -2 3 1 -2 -2 -1 -1 -2 0 -1 -2 -2 -2 -2 0 1 -3 -2 -1 33 1 17 10 0 1 2 2 1 6 7 1 1 1 1 5 8 0 1 2 0.30 0.50 209 S 3 -2 -2 2 -2 -2 0 1 -2 -2 0 -2 -2 -3 -2 2 0 -3 -3 -2 37 1 1 12 0 1 4 8 0 1 10 1 0 1 1 17 6 0 0 1 0.35 0.57 210 K -1 0 -1 2 -4 -1 -1 -1 -2 -3 -4 5 -3 -4 -3 1 0 -4 -3 -1 5 0 0 13 0 0 0 5 0 0 0 53 0 0 0 12 5 0 0 5 0.62 0.63 211 D -3 -2 3 6 -4 1 -1 0 -2 -4 -4 1 -4 -5 1 0 -2 -5 -4 -4 0 0 15 47 0 7 0 6 0 0 0 9 0 0 7 5 0 0 0 0 0.79 0.63 212 G 0 -4 -2 -3 -4 -3 -3 6 -4 -4 -2 -3 -3 -4 -4 1 0 -4 -4 -4 5 0 0 0 0 0 0 74 0 0 6 0 0 0 0 10 5 0 0 0 1.17 0.67 213 W 1 -3 -3 -3 -3 -2 0 -1 3 -1 -1 -3 -2 0 -3 -2 -2 8 -1 3 12 0 0 0 0 0 8 5 10 0 5 0 0 3 0 1 0 24 0 29 0.68 0.61 214 L 1 -2 -3 -3 -2 -2 0 -3 -3 -1 2 -2 7 -2 -3 0 -2 -3 -2 -1 13 1 1 1 0 1 7 1 0 1 19 1 43 1 1 7 1 0 0 1 0.61 0.56 215 F -1 -3 -3 1 -3 -3 -3 -4 -3 -1 4 -3 5 4 -4 -3 -2 2 -1 0 4 0 0 9 0 0 0 1 0 0 42 0 17 17 0 1 0 3 0 4 0.58 0.62 216 T 1 -3 -2 -3 -3 -2 -3 1 -3 -2 0 -2 -2 -4 -3 2 5 -4 -3 -2 8 0 0 0 0 0 0 12 0 0 10 0 0 0 0 12 58 0 0 0 0.72 0.67 217 A 5 -3 -3 -3 -2 -3 -3 1 -3 -3 -1 -3 -2 -4 -3 0 0 -4 -4 -2 71 0 0 0 0 0 0 12 0 0 7 0 0 0 0 5 5 0 0 0 0.81 0.67 218 E -3 -3 2 -2 -4 1 4 -4 -2 1 1 -2 -2 -3 -4 -1 -2 4 -3 1 0 0 14 0 0 5 34 0 0 7 16 0 0 0 0 5 0 7 0 11 0.46 0.67 219 H -3 -2 -2 -3 -4 1 -2 -4 8 1 2 -3 -1 -2 -4 -3 0 -3 1 -2 0 0 0 0 0 7 0 0 44 9 26 0 0 0 0 0 8 0 5 0 0.87 0.67 220 T -2 0 2 -2 -3 1 -2 0 3 -2 -3 -2 -3 -4 -3 2 4 -4 -3 1 0 5 11 0 0 6 0 8 7 0 0 0 0 0 0 16 34 0 0 12 0.46 0.67 221 Q -2 -1 -2 2 -4 7 0 0 -2 -3 -4 1 -2 -5 -3 -2 -2 -4 -3 0 0 0 0 11 0 68 0 7 0 0 0 6 0 0 0 0 0 0 0 8 1.01 0.67 222 S 1 -2 2 2 -3 1 -1 2 3 -4 -4 1 -3 -4 -3 3 -1 -4 -3 -3 12 0 9 12 0 5 0 13 9 0 1 11 0 0 0 24 0 0 0 0 0.39 0.62 223 V 0 -3 -4 -4 -3 -3 -4 -4 -3 2 2 -3 5 3 -4 -3 -2 3 -1 2 9 0 0 0 0 0 0 1 0 9 15 0 25 16 0 0 0 5 0 17 0.56 0.62 224 L -3 0 0 1 -3 0 -2 -4 -3 -1 3 -3 2 4 -4 0 -2 2 -1 0 1 5 5 9 0 6 0 1 0 0 29 0 5 21 0 8 0 3 0 8 0.33 0.62 225 K -2 0 1 1 -4 -1 1 4 -2 -3 -1 2 -3 -3 -3 -1 -2 -3 0 -3 1 6 7 7 0 0 11 30 0 0 9 18 0 0 0 4 0 0 5 0 0.38 0.62 226 G -1 -3 -2 0 -4 -3 -3 7 -3 -5 -5 -3 -4 -4 -3 -2 -3 -4 -4 -4 1 0 0 6 0 0 0 88 0 0 1 0 0 0 0 0 0 0 0 0 1.50 0.62 227 F -3 -3 -3 -4 -3 -3 -3 0 -2 -2 0 -1 -2 7 -4 -1 -1 -1 3 -2 1 0 0 0 0 0 0 8 0 0 9 6 0 56 0 5 5 0 8 0 0.83 0.62 228 N -1 -2 7 -1 -4 -2 -2 -2 3 -4 -4 0 -3 0 -4 -1 0 -5 -3 -4 4 0 68 0 0 0 0 0 8 0 0 7 0 6 0 0 6 0 0 0 1.07 0.67 229 K -2 0 2 1 -5 2 2 -3 -2 -4 -4 6 -3 -5 -3 -2 0 -5 -4 -4 0 0 8 7 0 7 10 0 0 0 0 63 0 0 0 0 5 0 0 0 0.89 0.67 230 F -3 -4 -3 -1 -3 -3 -1 -4 -3 -2 1 -3 -1 6 -4 -2 4 -2 2 -2 0 0 0 4 0 0 4 0 0 0 18 0 0 38 0 0 30 0 6 0 0.70 0.67 231 V 2 -4 -3 -4 -2 -3 -3 -3 -4 1 0 -3 -1 -3 -3 1 2 -4 -3 4 20 0 0 0 0 0 0 0 0 6 7 0 0 0 0 13 12 0 0 41 0.51 0.67 232 V 1 -4 -5 -5 -3 -4 -4 -4 -4 0 3 -4 3 4 -4 -3 -3 -3 -1 3 13 0 0 0 0 0 0 0 0 0 32 0 7 25 0 0 0 0 0 23 0.64 0.67 233 Q -3 -1 -2 -2 -4 7 0 -4 -1 -3 1 1 -2 -3 -3 -2 -2 -3 2 -3 0 0 0 0 0 69 0 0 0 0 15 7 0 0 0 0 0 0 8 0 1.03 0.67 234 Y -3 -3 -3 -4 -4 0 -3 2 -1 -2 -1 -3 -2 0 -4 -3 -3 0 8 1 0 0 0 0 0 6 0 15 0 0 3 0 0 0 0 0 0 0 61 14 1.07 0.67 235 A 4 -3 -3 -3 -2 -1 -3 3 -3 -2 1 -2 -2 0 -3 -1 -2 -3 -3 0 39 1 0 1 0 4 1 24 0 1 15 1 0 4 1 1 1 0 0 8 0.44 0.60 236 T -1 1 4 1 -3 -2 -2 -2 -2 -2 -1 -1 -2 -3 -2 -1 4 -3 0 -2 5 9 23 8 0 1 1 1 0 1 8 1 0 1 1 1 35 0 4 1 0.45 0.56 237 D 0 -2 3 5 -3 -1 1 2 -2 -3 -4 0 -3 -4 -2 -1 -2 -4 -3 -3 8 1 18 33 0 1 7 17 0 1 1 6 0 1 1 1 1 0 0 1 0.57 0.56 238 S 2 -2 -1 -2 -2 -2 -2 4 -2 -3 -3 -2 -2 -3 -2 3 0 -3 -3 -2 18 1 1 1 0 1 1 32 0 1 2 1 0 1 1 30 4 0 1 1 0.52 0.52 239 M -2 -2 -2 1 -2 -2 -2 -3 -2 1 2 -2 4 -1 -2 0 1 -1 4 -1 2 1 1 8 0 1 2 2 1 6 19 1 16 1 1 6 12 0 17 2 0.30 0.50 240 T 3 -2 1 -2 -2 -2 0 1 -2 -2 -1 -2 -2 -3 -2 1 3 -3 -2 -2 25 1 8 1 0 1 6 9 0 1 8 1 0 1 1 10 24 0 1 1 0.30 0.53 241 S 1 -1 -1 -2 -2 1 -1 1 -2 -1 -3 1 -2 -3 -2 4 1 -3 -2 -2 8 1 1 1 0 6 1 11 0 5 2 10 0 1 1 39 10 0 1 1 0.37 0.53 242 Q -1 -1 2 -1 -2 3 -1 -2 -1 -2 -2 -1 -2 -2 1 1 3 3 0 -2 2 2 12 2 1 18 2 2 1 2 3 2 1 1 7 10 23 5 3 2 0.33 0.46 243 G 2 -2 2 -2 -2 -2 -2 4 -2 -2 -2 -2 1 2 -2 -1 -2 -2 2 -2 17 1 11 1 1 1 2 30 1 1 2 2 4 11 1 2 2 0 7 2 0.36 0.49 244 K 1 0 1 -2 -2 1 0 0 3 -2 0 1 -2 -2 -2 1 1 -3 -2 -1 14 6 7 1 0 7 5 7 7 1 11 7 1 1 1 9 9 0 1 5 0.12 0.51 245 G 1 0 1 -1 -3 -2 -3 5 -3 -3 0 -2 1 -3 -3 0 -2 -4 -3 -3 14 5 7 4 0 0 0 46 0 0 9 0 5 0 0 6 0 0 0 0 0.57 0.62 246 L -3 -3 -3 -4 -3 -1 -3 -4 3 0 2 -3 -1 3 -4 0 -3 4 5 -2 1 0 0 0 0 3 0 1 10 6 25 0 0 13 0 7 0 6 27 0 0.61 0.62 247 S 2 -2 -2 -2 -2 -2 -2 3 -2 -3 0 0 1 -3 -2 3 -1 -3 -3 -2 14 1 1 1 0 1 1 22 0 1 8 7 5 1 1 34 1 0 0 1 0.40 0.56 248 Q -1 0 -1 0 -3 4 0 0 3 -3 -3 1 -2 -3 1 2 -2 3 1 -3 4 3 1 6 0 22 3 6 9 1 1 10 0 0 7 16 1 4 6 1 0.36 0.59 249 G 2 -3 -2 -3 -3 -3 -3 5 -3 -3 -3 -2 -3 -3 -3 -1 1 -3 -3 0 19 1 1 1 0 0 1 54 0 1 1 1 0 0 1 1 12 0 0 7 0.77 0.59 250 S 0 -2 1 -2 -3 1 0 1 -2 -3 0 0 1 1 -2 3 1 -3 -2 -2 7 1 7 1 0 7 5 11 0 1 9 7 3 7 1 24 8 0 0 1 0.20 0.59 251 G 1 -3 1 2 -3 -2 -2 4 -2 -4 -4 -2 -3 1 0 0 -2 -3 0 -3 10 0 6 14 0 0 1 41 0 0 1 1 0 7 5 8 1 0 4 1 0.54 0.60 252 V 2 -2 -2 -2 -2 -2 -2 0 -2 1 -1 -2 -1 3 -2 0 0 -1 3 1 19 1 1 1 1 1 2 9 1 7 2 2 1 15 1 5 7 0 11 13 0.22 0.49 253 A 1 -2 1 -2 -3 -1 2 2 -2 -3 -3 -2 -2 -2 -2 1 1 5 3 -2 14 1 8 1 0 1 14 16 0 1 2 1 0 1 1 8 11 8 11 1 0.33 0.55 254 F -2 -1 -2 -3 -2 -2 -2 1 -2 -1 2 -2 2 1 -2 0 0 -2 2 2 2 4 1 1 0 1 1 11 0 1 24 1 6 5 1 10 6 0 10 14 0.19 0.52 255 D 0 -2 -1 5 -3 -1 1 -1 -2 -3 -3 2 -3 0 -2 0 -2 -3 -2 -3 7 1 1 44 0 1 7 5 0 1 2 14 0 6 1 5 1 0 1 1 0.55 0.52 256 N -1 1 3 1 -3 0 -1 4 2 -3 -3 -1 -2 -3 -2 1 0 -3 -2 -3 2 8 14 6 0 4 1 31 6 1 2 1 0 1 1 13 5 0 1 1 0.40 0.52 257 E -1 0 -1 -1 -2 -1 2 1 -2 2 -2 1 -2 -3 1 2 0 -3 -2 -2 2 6 1 1 0 1 14 12 0 14 2 8 0 1 7 23 4 0 1 1 0.23 0.52 258 K 0 2 1 -2 -2 -1 -1 3 -2 -2 -2 2 -2 -2 -2 0 -1 5 -2 -2 9 12 7 2 1 1 2 22 1 2 3 13 1 1 2 8 2 10 1 2 0.33 0.45 259 F 0 -1 -1 -2 -2 -1 -1 -2 -1 -1 -2 2 -1 2 -2 1 1 -1 5 -1 7 2 2 2 1 2 2 3 1 4 3 13 1 8 2 11 9 0 25 2 0.31 0.43 260 A 2 -2 1 2 -2 -1 -1 1 -1 -2 -2 -1 3 -2 -2 0 -1 -2 1 -2 20 2 8 15 1 1 2 12 1 2 3 2 12 1 2 7 2 0 6 2 0.23 0.46 261 Y 1 -2 -2 -2 -2 1 -2 2 -1 -2 -2 0 -2 2 -2 -1 0 4 5 -2 11 1 1 1 1 8 2 15 1 1 2 8 1 8 1 2 6 6 22 2 0.34 0.49 262 N 2 -2 2 1 -2 -1 1 3 2 -3 -3 1 -2 -3 -2 0 -1 -3 -2 -2 20 1 9 8 0 1 11 21 6 1 2 8 1 1 1 4 1 0 1 2 0.28 0.50 263 I 1 -2 -2 2 -2 -2 -2 0 -3 1 2 0 -1 -2 -2 -2 -2 -3 -2 1 11 1 1 15 0 1 1 8 0 10 28 6 0 1 1 1 1 0 1 12 0.21 0.54 264 N 1 2 3 0 -3 1 1 -2 4 -3 -1 1 -2 -3 -3 -1 1 -3 -2 -3 15 12 14 3 0 4 12 1 10 1 7 7 0 0 1 1 10 0 0 1 0.29 0.59 265 N -1 1 4 3 -4 0 -1 0 2 -4 -4 -2 -3 -4 2 0 1 -4 -3 -4 4 7 23 21 0 5 0 7 5 0 0 0 0 0 9 6 11 0 0 0 0.47 0.63 266 N -2 -2 3 4 -4 2 1 3 -2 -5 -4 0 -4 -4 -3 -2 -2 -4 -4 -4 0 0 18 28 0 12 6 29 0 0 0 4 0 0 0 0 0 0 0 0 0.72 0.63 267 G 4 -3 -2 0 -3 1 -2 4 -3 -4 -4 -2 -3 -4 -3 1 -2 -4 -4 -3 41 0 0 6 0 7 0 35 0 0 0 0 0 0 0 7 0 0 0 0 0.68 0.63 268 H -2 2 0 3 -4 1 0 -3 3 0 -3 0 -3 -3 -3 1 0 -3 2 0 0 13 5 16 0 7 5 0 8 6 0 6 0 0 0 13 5 0 8 6 0.28 0.63 269 M 2 -3 -2 -3 -3 -2 -3 3 -3 -2 -1 -3 4 -3 -3 1 2 -4 -3 1 17 0 0 0 0 0 0 26 0 0 3 0 14 0 0 11 13 0 0 14 0.42 0.63 270 L 1 -3 -4 -4 -3 -3 -4 -4 -3 -1 1 -3 -2 2 -4 -3 0 8 3 1 13 0 0 0 0 0 0 0 0 3 11 0 0 9 0 0 7 29 13 11 0.86 0.63 271 R -3 7 -2 0 -5 -1 -2 -4 -2 -5 -4 0 -3 -3 -4 -2 -3 -4 1 -4 0 86 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 0 1.41 0.67 272 I -1 -4 -5 -5 -3 -4 -4 -5 -4 3 4 -4 0 2 -4 -4 -2 -3 -2 3 6 0 0 0 0 0 0 0 0 19 41 0 0 11 0 0 0 0 0 23 0.68 0.67 273 L 2 -4 -4 -4 -3 -3 -4 -4 -4 4 3 -4 -1 1 -4 0 0 -4 -3 1 19 0 0 0 0 0 0 0 0 32 28 0 0 5 0 7 5 0 0 5 0.49 0.67 274 D -2 -3 5 3 -4 -2 0 -3 -2 -3 -1 -2 -3 -4 -3 3 -2 4 -3 -1 0 0 33 20 0 0 5 0 0 0 6 0 0 0 0 23 0 7 0 6 0.65 0.67 275 H -3 -3 -3 -3 -4 2 0 -4 6 -4 -3 -3 -3 1 -4 -1 0 8 4 -4 0 0 0 0 0 10 7 0 22 0 0 0 0 5 0 5 5 27 19 0 1.13 0.67 276 G -2 -4 -2 -3 -4 1 -3 7 -3 -5 -5 -3 -4 0 -4 -2 -3 -4 -4 -5 0 0 0 0 0 7 0 88 0 0 0 0 0 5 0 0 0 0 0 0 1.50 0.67 277 A 1 0 -2 1 -3 -2 2 0 -3 -2 -1 -2 -2 -4 -3 0 1 -5 -3 3 16 7 0 10 0 0 16 6 0 0 5 0 0 0 0 7 8 0 0 24 0.26 0.67 278 I -1 -4 -4 -4 -3 -3 -4 0 -3 4 1 -4 3 1 -4 -2 2 4 1 -1 5 0 0 0 0 0 0 7 0 31 8 0 12 7 0 0 19 5 6 0 0.47 0.67 279 S -3 1 4 -1 -4 0 -2 -1 -2 -4 -4 -2 -3 1 5 0 -2 -3 2 -4 0 7 26 3 0 5 0 3 0 0 0 0 0 6 33 6 0 0 10 0 0.79 0.67 280 M -3 -4 -5 -5 -3 -4 -4 -5 -4 3 3 -4 3 3 1 -4 -3 -3 -2 3 0 0 0 0 0 0 0 0 0 15 34 0 10 16 7 0 0 0 0 19 0.64 0.67 281 G 1 -3 2 -2 -3 -2 0 4 -3 -4 -4 -2 -3 -4 -3 2 2 -4 -4 -3 13 0 12 0 0 0 6 38 0 0 0 0 0 0 0 16 16 0 0 0 0.64 0.67 282 D -3 -2 3 5 -5 1 3 0 -2 -5 -5 -2 -4 -5 2 -2 -2 -5 -4 -5 0 0 16 35 0 7 23 7 0 0 0 0 0 0 11 0 0 0 0 0 0.83 0.67 283 N -2 2 4 1 -4 1 -1 1 2 -5 -5 3 -3 -5 1 0 0 -5 -3 -4 0 9 24 7 0 7 0 12 5 0 0 18 0 0 7 6 4 0 0 0 0.48 0.67 284 W -3 -4 -4 -5 -3 -3 -4 -4 -3 0 0 -4 -2 4 -4 -4 -3 10 0 1 1 0 0 0 0 0 0 1 0 6 8 0 0 20 0 0 0 51 0 10 1.66 0.62 285 D -2 0 -2 2 -4 1 3 0 -2 1 -3 -2 -3 0 -3 2 -2 -3 2 -2 1 6 0 14 0 5 20 8 0 11 1 0 0 5 0 20 0 0 7 0 0.30 0.62 286 M -2 -3 -4 -4 -3 -3 -4 -1 -3 3 1 -3 6 3 -4 -3 -2 -3 -2 2 1 0 0 0 0 0 0 6 0 24 12 0 27 13 0 0 0 0 0 14 0.61 0.62 287 M 2 -3 0 1 -3 0 -2 1 -3 -2 1 -2 5 1 -3 -2 -2 -3 -2 -2 19 0 6 7 0 5 0 14 0 0 14 0 25 6 0 0 0 0 0 0 0.36 0.62 288 Y 0 -3 2 -3 -4 -2 -3 -4 6 -2 0 -3 -2 -1 1 -3 -3 -2 5 1 7 0 10 0 0 0 0 0 24 0 10 0 0 0 9 0 0 0 28 12 0.68 0.67 289 V 3 -3 -3 -3 -3 3 -2 -3 -3 -1 0 -2 -2 -3 -3 1 -2 -3 1 3 29 0 0 0 0 18 0 0 0 0 7 0 0 0 0 11 0 0 7 28 0.44 0.67 290 G 2 -3 -3 -3 -3 0 0 3 -4 1 2 -3 -1 -3 -4 -2 -2 -4 -3 1 22 0 0 0 0 4 6 24 0 10 25 0 0 0 0 0 0 0 0 9 0.38 0.67 291 M 1 0 -3 -4 -3 2 -2 0 -3 -1 1 -2 3 -3 -3 1 0 -4 -3 3 12 4 0 0 0 12 0 7 0 0 13 0 11 0 0 12 4 0 0 25 0.30 0.67 292 Y 2 -3 -3 -4 -3 -3 -3 -1 -1 -3 -3 -3 -3 2 -4 1 -3 5 7 -3 17 0 0 0 0 0 0 3 0 0 0 0 0 7 0 10 0 7 55 0 1.07 0.67 293 Q -2 -1 3 -1 -4 5 1 0 -2 -5 -4 3 -3 -5 -3 1 -2 -4 -3 -4 0 0 16 0 0 41 9 6 0 0 0 17 0 0 0 11 0 0 0 0 0.76 0.67 294 D -3 -3 4 6 -4 -2 0 -3 -2 -4 -5 -2 -4 -5 -3 1 -2 -6 -4 -1 0 0 19 62 0 0 3 0 0 0 0 0 0 0 0 11 0 0 0 6 1.10 0.67 295 I -2 1 -3 -4 -3 -3 -3 -1 -4 4 1 -1 1 -2 -4 0 0 -4 -3 2 0 10 0 0 0 0 0 6 0 38 12 5 3 0 0 9 5 0 0 12 0.41 0.67 296 N 0 -2 3 2 -3 0 -1 0 2 -3 -3 0 -3 -2 -2 3 0 -3 2 -3 8 1 15 13 0 4 1 5 5 1 1 5 0 1 1 23 6 0 10 1 0.33 0.58 297 W -1 -1 -3 0 -3 -2 0 0 -2 -2 0 -2 -2 1 2 -2 -1 6 4 0 5 3 0 6 0 0 6 8 0 0 10 1 0 4 13 1 4 12 19 7 0.40 0.60 298 D 0 -2 -1 5 -4 -2 2 -1 -3 -3 -4 2 1 -4 -3 -2 -1 -4 1 -1 8 0 0 46 0 0 10 3 0 0 0 13 6 0 0 0 4 0 5 4 0.65 0.67 299 N 0 -3 5 2 -4 -2 -2 2 -2 -4 -4 -1 -4 -4 -3 1 1 4 -3 -4 8 0 35 11 0 0 0 19 0 0 0 4 0 0 0 8 10 6 0 0 0.64 0.67 300 D 1 -3 3 5 -4 -2 -2 3 -3 -4 -4 -1 -4 -4 -3 -2 -2 -4 0 -1 12 0 14 35 0 0 0 25 0 0 0 3 0 0 0 0 0 0 4 7 0.65 0.67 301 N 1 -3 3 4 -4 -2 0 2 1 -4 -3 0 -4 -5 -3 0 -1 -5 -4 -4 10 0 13 31 0 0 5 20 3 0 2 5 0 0 0 8 3 0 0 0 0.54 0.67 302 G 0 0 1 -2 -3 -1 1 3 4 -3 -3 2 -3 -3 -2 1 0 -3 -2 -3 8 5 7 1 0 1 8 22 11 1 1 17 0 1 1 9 6 0 0 1 0.34 0.56 303 T -2 -2 3 3 -4 1 0 -3 -1 -4 -4 0 -3 -2 -3 2 1 3 5 -4 0 0 13 16 0 5 5 0 0 0 0 7 0 0 0 17 8 3 26 0 0.54 0.67 304 K -2 3 1 3 -4 2 1 -3 -2 -4 -2 3 -3 -4 -3 0 1 -5 -4 -4 0 17 7 15 0 12 6 0 0 0 5 21 0 0 0 6 10 0 0 0 0.48 0.67 305 W -2 -4 -4 0 -4 -1 0 -4 -3 -1 -3 -4 -3 2 -5 -3 -1 11 2 -3 3 0 0 7 0 3 7 0 0 5 0 0 0 10 0 0 4 56 4 0 1.72 0.67 306 W 2 -3 -3 0 -3 -2 1 -3 -2 -3 0 -3 1 2 -3 1 -2 4 4 -2 26 0 0 5 0 0 11 0 0 0 11 0 3 8 0 9 0 6 20 0 0.43 0.67 307 T -1 -3 -1 -2 -3 -2 -2 -3 -3 -1 -1 -2 -2 -4 -3 4 5 -4 -3 -2 0 0 0 0 0 0 0 0 0 4 5 0 0 0 0 48 43 0 0 0 0.83 0.67 308 V 1 -4 -4 -5 -3 -4 -4 -4 -4 2 3 -4 2 0 -4 -3 -2 -4 -3 4 17 0 0 0 0 0 0 0 0 10 27 0 6 4 0 0 0 0 0 36 0.59 0.67 309 G -1 1 3 -2 -4 -2 -3 4 -3 0 -3 -2 2 -4 -4 0 -2 -4 -4 1 4 10 19 0 0 0 0 38 0 7 0 0 6 0 0 6 0 0 0 10 0.54 0.67 310 I 1 -3 -3 -4 -2 -3 -3 0 -4 3 1 -3 2 -2 -3 -2 -2 -4 -3 5 10 0 0 0 0 0 1 8 0 16 9 1 6 0 0 1 1 0 0 46 0.53 0.61 311 R -3 8 -2 -3 -5 -1 -2 -4 -2 -5 -4 1 -3 -5 -4 -2 -3 -4 -3 -4 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.74 0.67 312 P -1 -4 -4 -4 -4 -3 -3 -4 -4 -3 2 -3 -2 -4 7 -3 -3 -5 -4 -3 5 0 0 0 0 0 0 0 0 0 26 0 0 0 69 0 0 0 0 0 1.64 0.67 313 M 2 -3 -3 -4 -3 2 -3 -3 -3 2 -1 -2 7 -3 -3 1 -2 -4 -3 0 21 0 0 0 0 10 0 0 0 13 0 0 39 0 0 13 0 0 0 3 0.65 0.67 314 Y -3 -3 0 -4 -4 2 -3 -4 0 -3 -2 -3 -2 3 -4 -3 -3 4 8 -3 0 0 6 0 0 13 0 0 0 0 2 0 0 10 0 0 0 5 64 0 1.30 0.67 315 K 1 -1 1 -2 -4 1 1 0 -3 1 -3 4 -3 -4 1 0 -2 -5 -4 -3 14 0 7 0 0 8 10 7 0 10 0 33 0 0 6 5 0 0 0 0 0.39 0.67 316 W -3 -4 -5 -6 -3 -4 -5 -5 -4 3 -2 -5 0 1 -5 -4 -3 10 0 2 0 0 0 0 0 0 0 0 0 20 0 0 2 5 0 0 0 55 0 17 1.84 0.67 317 T 1 -3 5 2 -3 -2 -1 -2 -2 -4 -4 -2 -3 -4 -3 1 4 -5 -4 -3 13 0 30 14 0 0 2 0 0 0 0 0 0 0 0 7 33 0 0 0 0.70 0.67 318 P 0 -2 -1 5 -4 4 0 -3 -2 -4 -4 -2 -3 -5 3 1 0 -5 -4 -4 7 0 0 37 0 29 0 0 0 0 0 0 0 0 13 9 5 0 0 0 0.80 0.67 319 I -3 -3 5 -2 -4 0 -3 -3 -2 2 -3 -3 -2 1 -4 -2 2 4 4 0 0 0 35 0 0 5 0 0 0 13 0 0 0 6 0 0 13 5 15 7 0.58 0.67 320 M -3 -3 3 -3 -4 -3 -3 -4 4 -1 -1 -3 6 5 -4 -3 -3 -3 -1 1 0 0 16 0 0 0 0 0 11 0 0 0 31 30 0 0 0 0 0 12 0.79 0.67 321 S 2 2 -2 -2 -4 2 0 -3 -2 -4 -4 3 -3 0 -3 3 -2 -4 -3 -3 18 12 0 0 0 10 6 0 0 0 0 25 0 6 0 23 0 0 0 0 0.49 0.67 322 T 0 -3 -3 -3 -3 -3 -3 -4 -4 1 2 -3 2 -3 -3 -1 5 -4 -3 -1 5 0 0 0 0 0 0 0 0 6 25 0 6 0 0 0 58 0 0 0 0.76 0.67 323 V 3 -4 -4 -4 -3 -1 -4 1 -4 3 1 -3 -1 -2 -4 -2 -2 4 -3 2 30 0 0 0 0 3 0 10 0 22 17 0 0 0 0 0 0 7 0 12 0.46 0.67 324 M 0 -4 -4 -4 -3 -3 -4 -1 -3 -1 3 -4 1 4 -4 -3 1 3 4 0 9 0 0 0 0 0 0 5 0 0 29 0 4 16 0 0 13 4 14 5 0.47 0.67 325 E -3 -2 -2 1 -5 0 7 -4 -2 -5 -5 -1 -4 -5 -3 -2 -3 -5 -4 -4 0 0 0 3 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 1.55 0.67 326 I 3 -4 -4 -4 -3 -3 -4 2 -4 3 2 -3 -1 -3 -4 -2 -2 -4 -3 2 26 0 0 0 0 0 0 19 0 18 25 0 0 0 0 0 0 0 0 12 0.48 0.67 327 G -1 -4 -2 -3 -4 -3 -3 6 -3 -5 -5 -3 -4 -5 -4 2 -2 -4 -5 -5 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 19 0 0 0 0 1.44 0.67 328 Y -4 -3 -4 -5 -4 -3 -4 -5 2 -3 0 -4 -2 3 -5 -4 -3 6 8 -3 0 0 0 0 0 0 0 0 5 0 7 0 0 6 0 0 0 11 71 0 1.57 0.67 329 D -2 -1 2 3 -4 5 1 -3 3 -4 -3 1 -2 -4 -3 -1 0 -4 -2 -3 1 1 10 19 0 36 5 1 9 1 1 7 0 0 1 1 8 0 0 1 0.64 0.60 330 N 1 -2 6 -1 -3 1 -2 -2 1 -4 -4 -2 -3 -2 -3 0 0 -3 4 -3 14 0 44 0 0 5 0 0 4 0 0 0 0 0 0 5 6 0 19 0 0.72 0.64 331 V 1 -2 -3 -1 -3 -2 0 1 -3 -1 1 2 4 -3 -4 -2 -2 -4 -3 3 10 0 0 4 0 0 6 12 0 0 12 16 14 0 0 0 0 0 0 26 0.32 0.67 332 E -2 -2 -1 5 -4 1 3 -3 -2 -2 -4 2 -3 -5 -3 2 0 -5 -4 -4 0 0 0 37 0 5 23 0 0 3 0 12 0 0 0 15 5 0 0 0 0.71 0.67 333 S 2 -3 1 3 -3 0 -2 -3 -3 -2 1 -1 -2 -3 -3 2 0 -4 0 -1 21 0 5 17 0 5 0 0 0 0 19 3 0 0 0 16 6 0 4 4 0.27 0.67 334 Q -3 -1 3 2 -4 6 -1 -3 -1 -2 -4 1 -3 1 -3 0 -2 -3 1 -4 0 0 17 12 0 43 0 0 0 3 0 8 0 7 0 5 0 0 5 0 0.67 0.67 335 R -2 3 1 3 -4 -1 -2 2 0 -5 -5 0 -4 -5 4 0 -2 -5 -4 -4 0 17 8 16 0 2 0 17 2 0 0 5 0 0 23 8 0 0 0 0 0.62 0.67 336 T 0 -2 4 0 -3 2 1 1 -2 -2 -3 -2 -3 -4 -3 0 3 -5 -4 1 7 0 25 3 0 10 8 10 0 0 0 0 0 0 0 3 19 0 0 15 0.40 0.67 337 G 1 -3 0 -2 -3 1 -2 5 0 -4 -4 0 -3 -4 -3 1 1 -4 -4 -3 11 0 4 0 0 7 0 49 3 0 0 5 0 0 0 9 11 0 0 0 0.69 0.64 338 D -3 0 -2 4 -4 1 1 1 -2 -3 0 -1 -2 1 -3 -2 -3 -3 3 -1 0 5 0 26 0 7 11 14 0 0 9 3 0 5 0 0 0 0 13 6 0.35 0.64 339 K -3 1 4 3 -4 -1 3 -3 -2 -4 -1 2 -3 -4 -3 -2 1 -5 -4 -4 0 7 21 19 0 0 22 0 0 0 7 13 0 0 0 0 11 0 0 0 0.56 0.67 340 N -1 -2 5 3 -4 -1 2 0 -2 -4 -1 1 -3 1 -3 -1 -2 -4 -3 -3 7 0 31 19 0 0 14 6 0 0 6 7 0 7 0 0 0 0 0 0 0.50 0.63 341 N -1 2 3 1 -3 -1 -1 1 -2 -3 -3 0 -3 -3 -2 3 1 -4 -3 -3 4 13 15 8 0 1 1 12 0 1 1 4 0 0 1 26 10 0 0 1 0.39 0.58 342 Q 0 -2 2 -2 -3 4 -1 3 2 -3 -3 -1 1 1 -2 0 -2 -2 0 -3 7 1 10 1 0 25 1 23 5 1 2 1 5 7 1 5 1 0 4 1 0.38 0.55 343 Y 0 -3 -3 -3 -3 -2 -3 -1 -1 -2 -2 -3 -2 1 -3 -2 -1 7 7 -2 8 1 1 1 0 1 1 5 0 1 2 1 0 1 1 1 5 18 52 1 1.09 0.55 344 K -2 1 -2 -2 -5 0 -1 -3 -2 -4 -4 7 -3 -5 -3 -2 -2 -5 -4 -4 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 1.46 0.67 345 I 0 -4 -4 -5 -3 -4 -4 -5 -3 2 3 -4 -1 4 -4 -3 1 -2 2 2 7 0 0 0 0 0 0 0 0 11 33 0 0 18 0 0 10 0 9 12 0.52 0.67 346 T -2 -3 -2 -3 -3 -2 -3 -3 -3 -2 -3 -2 -2 -4 -3 0 7 -4 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 1.43 0.67 347 L -3 -4 -5 -5 -3 -4 -5 -5 -4 1 4 -4 0 4 -5 -4 -3 -3 -1 3 0 0 0 0 0 0 0 0 0 5 49 0 0 18 0 0 0 0 0 27 0.81 0.67 348 A 6 -3 -3 -3 -2 -2 -3 -2 -3 -3 -3 -2 -3 0 -3 1 -2 3 -3 -2 80 0 0 0 0 0 0 0 0 0 0 0 0 5 0 10 0 5 0 0 0.96 0.67 349 Q -3 -2 -2 -3 -4 6 -1 -4 4 -3 -1 -1 -2 -4 5 -2 -3 -4 -3 0 0 0 0 0 0 48 0 0 10 0 5 0 0 0 30 0 0 0 0 7 1.03 0.67 350 Q 3 -2 1 -3 -3 3 -2 0 -3 -3 -3 -2 1 -4 -3 -1 4 -4 -3 -2 29 0 7 0 0 16 0 5 0 0 0 0 5 0 0 0 38 0 0 0 0.59 0.67 351 W -4 -4 -5 -6 -4 -4 -5 -5 -4 2 1 -5 -2 5 -5 -4 -4 10 1 -2 0 0 0 0 0 0 0 0 0 13 10 0 0 35 0 0 0 41 0 0 1.63 0.67 352 Q 2 -1 -2 -2 -3 4 -1 -3 -2 0 -3 4 -3 -4 -3 3 -1 -4 -3 -3 19 0 0 0 0 20 0 0 0 6 0 29 0 0 0 25 0 0 0 0 0.57 0.67 353 A 3 -3 -4 -4 -3 -2 0 -3 -4 -1 -2 0 4 -3 3 -2 -2 -4 -3 3 33 0 0 0 0 0 5 0 0 0 0 5 14 0 13 0 0 0 0 29 0.54 0.67 354 G 0 -4 2 -3 -4 -3 -3 6 -3 -5 -5 -3 -4 -5 1 -2 -3 -4 -5 -5 4 0 12 0 0 0 0 78 0 0 0 0 0 0 6 0 0 0 0 0 1.34 0.67 355 D -2 -3 0 4 -4 -2 0 0 -3 -4 -4 0 -4 -5 2 2 2 -5 -4 -4 0 0 3 31 0 0 5 7 0 0 0 5 0 0 10 21 18 0 0 0 0.60 0.67 356 S -1 -3 -1 4 -3 -2 0 1 -3 -3 -1 -2 -3 -4 -3 4 -1 -4 -3 -3 0 0 0 25 0 0 6 11 0 0 8 0 0 0 0 46 0 0 0 0 0.61 0.63 357 I -3 -4 -5 -5 -4 -4 -5 -5 -4 3 0 -4 2 7 1 -4 -3 -2 0 1 0 0 0 0 0 0 0 0 0 19 6 0 5 56 7 0 0 0 0 7 1.00 0.67 358 W -4 -4 -5 -6 -4 -4 -5 -1 -4 -2 2 -5 -2 3 -5 -4 -4 11 0 -3 0 0 0 0 0 0 0 6 0 0 21 0 0 13 0 0 0 60 0 0 1.99 0.67 359 S 3 -3 -2 -2 -2 -2 -2 -2 -3 -3 -4 -2 -3 -4 1 4 3 -4 -3 -3 30 0 0 0 0 0 0 0 0 0 0 0 0 0 6 47 17 0 0 0 0.75 0.67 360 R -1 7 -2 -3 -5 -1 -2 -4 -2 -5 -4 1 -3 -5 -4 -2 -3 -4 -3 -4 6 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.57 0.67 361 P -2 -4 -4 -3 -5 -3 -3 -4 -4 -5 -5 -3 -4 -5 8 -2 -3 -5 -5 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.68 0.67 362 A 1 -2 -2 -1 -4 0 6 -3 -2 -4 -4 -1 2 -4 -3 0 -2 -4 -4 -3 16 0 0 0 0 0 72 0 0 0 0 0 7 0 0 5 0 0 0 0 1.02 0.67 363 I -3 -4 -5 -5 -3 -4 -5 -5 -5 6 3 -4 0 -2 -5 -4 -1 -4 -3 1 0 0 0 0 0 0 0 0 0 64 33 0 0 0 0 0 2 0 0 0 1.04 0.67 364 R -3 8 -2 -3 -5 -1 -2 -4 -2 -5 -4 1 -3 -5 -4 -2 -3 -4 -3 -4 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.74 0.67 365 V -3 -4 -5 -5 -3 -4 -5 -5 -4 1 2 -4 -1 5 -5 -4 -2 -3 -1 4 0 0 0 0 0 0 0 0 0 5 21 0 0 32 0 0 0 0 0 43 0.85 0.67 366 F -4 -4 -4 -5 -4 -4 -4 -5 -1 -2 0 -4 -2 6 -5 -4 -3 0 7 -3 0 0 0 0 0 0 0 0 0 0 6 0 0 42 0 0 0 0 52 0 1.49 0.67 367 A 5 -3 -3 -3 -2 -3 -3 2 -3 -3 -3 -3 -3 -3 -3 -1 1 -4 1 -2 71 0 0 0 0 0 0 12 0 0 0 0 0 0 0 0 12 0 5 0 0.84 0.67 368 T -1 -3 -1 -2 -3 -2 -2 -3 -3 -3 -3 -2 -3 -4 -3 4 5 -4 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 52 0 0 0 1.02 0.67 369 Y -4 -3 -4 -5 -4 -3 -4 -5 3 -3 1 -4 -2 1 -5 -4 -3 6 8 -3 0 0 0 0 0 0 0 0 7 0 13 0 0 0 0 0 0 13 67 0 1.50 0.67 370 A 2 -3 -3 -4 -3 -3 -3 0 -3 2 2 -3 5 -2 -4 0 -2 -3 2 -1 26 0 0 0 0 0 0 8 0 12 21 0 20 0 0 6 0 0 8 0 0.42 0.61 371 K 0 -2 4 4 -3 -1 1 -2 -2 -3 -1 2 -3 -3 -2 0 0 -4 -3 -3 7 1 25 26 0 0 7 1 0 1 6 12 0 0 1 7 4 0 0 1 0.47 0.54 372 W -1 -2 -3 0 -3 0 -2 -3 -3 -2 -1 0 -2 -1 -3 -1 -2 10 0 0 5 1 1 6 0 4 1 1 0 1 5 7 0 1 1 5 1 50 1 9 1.31 0.51 373 D -1 -2 3 5 -3 -1 -1 -2 -2 -3 -3 -1 -3 -3 -2 2 1 -3 -3 -3 2 1 17 36 0 1 1 2 0 1 2 1 0 1 1 22 7 0 1 1 0.60 0.48 374 E -1 -1 2 2 -3 0 4 0 -1 -3 -3 2 -2 -3 -2 1 -1 -3 -2 -3 2 1 9 12 0 1 32 6 1 1 2 18 1 1 1 8 1 0 1 1 0.43 0.45 375 K 1 0 1 1 -2 1 1 -1 -1 -2 -2 4 -2 -2 -1 -1 -1 -2 -2 -2 17 2 8 8 1 5 9 2 1 2 3 30 1 1 2 2 2 0 1 2 0.29 0.39 376 W 1 -1 -1 -2 -1 -1 -1 -1 -1 -1 1 -1 -1 1 -1 -1 -1 8 0 -1 12 3 2 3 1 2 3 4 1 3 16 3 1 6 3 4 3 26 2 3 0.53 0.29 377 G 1 1 0 1 -1 -1 0 2 -1 -1 -1 -1 -1 -1 0 0 -1 -1 -1 -1 13 7 3 10 1 3 4 21 1 3 6 4 1 3 3 5 4 1 2 4 0.12 0.20 378 Y -1 -1 -1 -1 -1 2 0 -1 0 -1 -1 -1 -1 0 1 -1 -1 0 5 -1 5 3 3 4 1 11 4 5 1 3 6 4 1 3 7 5 4 1 25 4 0.22 0.20 379 D 1 -1 1 2 -1 0 1 -1 -1 0 -1 -1 -1 -1 -1 2 0 -1 -1 -1 13 3 5 15 1 2 7 4 1 6 5 3 1 2 3 17 3 1 2 4 0.12 0.24 380 Y 0 -1 2 0 -1 0 -1 -1 -1 -1 -1 0 2 -1 -1 0 1 -1 1 -1 9 3 14 6 1 3 4 5 1 3 6 6 8 2 3 4 10 1 6 4 0.09 0.23 381 T 0 -1 1 0 -1 -1 -1 -1 -1 -1 1 0 -1 -1 -1 0 2 -1 -1 -1 8 3 9 6 1 3 4 5 1 3 14 7 1 2 3 4 18 1 2 4 0.08 0.23 382 G 0 -1 0 -1 -1 -1 -1 4 -1 -1 -1 -1 -1 -1 0 0 -1 -1 -1 -1 5 4 3 4 1 3 4 33 2 4 6 4 2 3 4 8 4 1 2 4 0.22 0.18 383 N -1 -1 3 2 -1 0 0 0 -1 -1 -1 -1 -1 -1 -1 0 1 -1 -1 0 5 3 21 11 1 3 4 8 1 3 6 4 1 2 3 5 7 1 2 8 0.14 0.21 384 A 2 -1 -1 -1 -1 -1 -1 -1 -1 1 1 0 -1 -1 1 0 1 -1 -1 0 23 2 2 3 1 2 3 4 1 9 12 7 1 2 6 6 8 1 2 6 0.10 0.30 385 D -1 -1 1 3 -2 2 1 -1 -1 -1 0 1 -1 0 -1 -1 -1 -1 1 -1 4 2 5 19 1 9 8 3 1 2 11 11 1 5 2 3 3 1 5 3 0.16 0.31 386 N -1 1 5 2 -2 -1 -1 -1 -1 -2 -2 1 -2 -2 -1 -1 0 -2 -2 -1 3 9 32 13 1 2 3 3 1 2 4 8 1 2 2 3 5 1 1 5 0.34 0.34 387 N 0 -1 4 1 -2 -1 -1 -1 -1 -1 -2 1 -2 -2 -1 1 -1 -2 1 -2 10 2 26 7 1 2 3 3 1 5 4 8 1 2 2 13 2 1 6 3 0.23 0.35 388 A 2 -1 1 1 -1 -1 -1 -1 -1 -1 -1 1 -1 -1 1 1 -1 -1 1 -1 18 3 6 9 1 2 3 4 1 3 5 8 1 2 8 12 3 1 6 3 0.12 0.27 389 N 1 0 5 0 -2 -1 -1 0 -1 -2 -2 -1 -2 -2 -1 1 0 -2 -2 -2 13 5 31 5 1 2 3 6 1 2 4 2 1 2 2 11 6 1 1 3 0.30 0.35 390 F -1 1 0 -1 -2 -1 1 -1 -1 -1 0 -1 -1 4 -1 1 -1 -1 3 -1 3 9 5 2 1 2 9 3 1 2 9 3 1 20 2 11 3 1 10 3 0.18 0.32 391 G 0 -1 -1 2 -2 -1 -1 4 -1 0 0 -1 -1 -2 -1 -1 -1 -2 -2 -1 6 2 2 16 1 2 3 32 1 5 11 3 1 2 2 3 3 1 1 3 0.28 0.32 392 K 1 1 -1 2 -2 -1 -1 1 -1 -2 -1 3 -2 -2 -1 1 0 -2 -2 -2 12 7 2 15 1 2 2 10 1 2 6 19 1 1 2 10 5 0 1 2 0.18 0.37 393 A 3 -1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 -1 -1 -1 0 -1 -1 1 -1 31 3 2 3 1 2 10 10 1 3 5 3 1 2 3 4 3 1 7 4 0.17 0.26 394 V 0 -1 -1 -1 -1 0 -1 1 -1 0 1 -1 1 -1 -1 -1 0 -1 -1 2 10 3 2 3 1 5 3 11 1 3 15 3 4 2 3 4 6 1 2 17 0.07 0.26 395 P 1 -1 1 -1 -1 -1 1 0 -1 -1 -1 -1 -1 -1 1 2 -1 -1 2 -1 10 3 8 3 1 2 9 9 1 3 5 3 1 2 7 16 3 1 9 4 0.11 0.26 396 A 1 0 1 1 -2 0 -1 1 -1 -2 -2 -1 -2 -2 -1 3 -1 -2 -2 -2 14 5 8 7 1 4 3 13 1 2 4 2 1 2 2 25 2 1 1 3 0.20 0.35 397 D -1 -1 -1 4 -2 -1 2 -1 -1 -2 0 -1 -2 -2 -1 -1 2 -2 -2 -2 3 2 2 34 1 2 15 5 1 2 10 2 1 1 2 3 13 0 1 2 0.36 0.37 398 F 0 -2 -2 0 -2 -2 -2 -1 -2 1 1 -2 -1 4 -2 0 0 -1 0 -1 8 2 2 7 1 2 2 5 1 7 16 2 1 25 2 9 5 0 1 2 0.20 0.37 399 N 2 -2 3 2 -2 -1 -1 -1 3 -2 -2 -1 -2 1 -2 2 0 -2 -1 -2 18 1 16 14 1 1 2 2 7 1 2 1 1 6 1 18 4 0 1 2 0.28 0.43 400 G 2 -2 1 -2 -2 -2 -2 3 -2 -1 -1 -2 -2 -2 -2 0 2 -2 -2 -2 24 1 8 1 1 1 2 23 1 4 7 1 1 1 1 6 14 0 1 2 0.28 0.43 401 G -1 1 0 -2 -3 -2 -2 5 1 -3 -3 0 -2 2 -2 0 -2 -2 -1 -3 2 8 4 1 0 1 1 45 4 1 2 7 0 13 1 7 1 0 1 1 0.51 0.46 402 S 0 -1 -1 -1 -2 -1 -1 1 -2 -2 -2 1 -2 -2 1 3 2 -2 -2 0 5 1 1 2 1 1 2 13 1 1 3 11 1 1 7 26 13 0 1 8 0.24 0.42 403 F -1 -2 1 0 -2 -1 -1 -2 -1 -1 -1 -2 -1 5 -2 -1 1 -1 0 0 3 2 9 5 1 2 3 3 1 2 4 2 1 37 2 3 9 1 1 9 0.34 0.34 404 G -1 -1 1 -1 -2 -1 2 4 -1 -2 -2 -1 -2 -2 -1 1 -1 -2 -2 -2 3 2 8 2 1 2 14 38 1 2 3 2 1 1 2 14 2 0 1 2 0.41 0.38 405 R -1 4 -1 2 -2 -1 1 0 -1 -2 -2 1 -2 2 -2 -1 0 -2 -1 -2 3 25 2 14 1 2 9 9 1 2 3 6 1 11 2 3 5 0 1 2 0.25 0.38 406 G 1 -2 2 -1 -3 1 -2 4 -2 -3 -3 0 -2 -3 -2 0 0 -3 -3 -3 10 1 13 1 0 8 1 41 0 1 2 6 0 1 1 5 5 0 1 1 0.49 0.46 407 D 1 1 -1 4 -3 -1 -1 -2 -2 -3 -3 2 -2 -3 -2 2 1 -3 -3 -3 13 9 1 27 0 1 1 1 0 1 1 12 0 1 1 23 7 0 0 1 0.41 0.49 408 S -1 1 0 3 -2 -1 -1 1 -2 0 -2 1 -2 -3 -2 2 1 -3 -2 -2 2 8 4 19 0 1 1 12 0 8 2 11 1 1 1 17 10 0 1 1 0.23 0.45 409 D -2 -2 3 5 -4 -1 -1 1 4 -4 -4 -2 -3 -4 -3 0 0 -4 -2 -3 1 1 12 45 0 0 1 11 15 1 1 1 0 0 1 4 6 0 0 1 0.73 0.51 410 E 0 -2 -2 -1 -3 2 5 0 -2 -3 -3 -1 -3 -4 -2 0 2 -4 -3 -3 9 0 0 0 0 12 47 7 0 0 1 0 0 0 0 5 17 0 0 0 0.61 0.54 411 W -3 -4 1 -4 1 -3 -4 -4 -3 0 -2 -4 -2 4 -5 -1 -3 10 0 -1 0 0 8 0 3 0 0 0 0 7 0 0 0 25 0 6 0 45 0 6 1.43 0.58 412 T 0 -2 4 -2 -3 2 -2 -3 -2 -3 -3 -2 2 -4 -3 1 4 -4 -3 -1 6 0 28 0 0 11 0 0 0 0 0 0 6 0 0 9 34 0 0 5 0.57 0.58 413 F -1 -4 -4 -5 -3 -4 -4 -4 -3 -1 -1 -4 -1 7 -5 -3 -3 -1 1 2 6 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0 0 18 1.25 0.58 414 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.77 0.58 415 A 2 -4 -4 -4 -2 -3 -4 -4 -4 3 0 -3 2 1 -4 -2 -2 -4 -2 4 25 0 0 0 0 0 0 0 0 18 6 0 5 7 0 0 0 0 0 39 0.56 0.58 416 Q -2 0 1 -2 -5 8 0 -3 -1 -4 -4 0 -2 -5 -3 -1 -2 -4 -3 -4 0 0 7 0 0 93 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.45 0.58 417 M 2 -3 -4 -4 -2 -3 -4 -4 -4 2 0 -3 6 1 -4 -2 -2 -3 -2 3 21 0 0 0 0 0 0 0 0 8 0 0 33 6 0 0 0 0 0 31 0.65 0.57 418 E -2 -2 -2 0 -5 1 7 -4 -2 -5 -4 -1 -4 -5 -3 -2 -2 -4 -4 -4 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 1.50 0.57 419 I 4 -3 -3 -3 -2 -3 -3 -3 -3 2 -2 -3 -2 -2 -3 -1 3 -3 1 1 41 0 0 0 0 0 0 0 0 14 0 0 0 0 0 0 29 0 7 10 0.53 0.57 420 W -4 -4 -5 -6 -4 -3 -4 -4 -4 -4 -3 -5 -3 0 -5 -4 -4 12 1 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 3.46 0.57 421 W -4 -4 -5 -6 -4 -4 -5 -4 -4 -3 -3 -5 -3 4 -5 -4 -4 11 1 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 22 0 0 0 78 0 0 2.74 0.57 K Lambda Standard Ungapped 0.1342 0.3161 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1584 0.3175 PSI Gapped 0.0485 0.2670 proftmb-1.1.12/examples/1bt9_A.f.3.Q0000644015075101507510000015446512026631531013564 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 A 6 -3 -3 -3 -2 -2 -2 -1 -3 -3 -3 -2 -2 -4 -2 0 -1 -4 -3 -2 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.10 0.52 2 E -2 -2 -2 -1 -4 1 6 -4 -2 -3 -4 -1 -3 -5 -3 -2 2 -5 -4 0 0 0 0 0 0 5 73 0 0 0 0 0 0 0 0 0 13 0 0 9 1.03 0.65 3 I -3 -4 -5 -5 -3 -4 -5 -5 -5 4 2 -4 0 1 -4 -4 -2 -4 -2 5 0 0 0 0 0 0 0 0 0 26 23 0 0 7 0 0 0 0 0 44 0.82 0.68 4 Y -4 -4 -4 -5 -4 -3 -4 -5 0 -3 -3 -4 -3 3 -5 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 7 0 0 0 0 93 0 1.96 0.68 5 N -3 -2 7 2 -5 -2 -2 -3 1 -5 -5 2 -4 -5 -4 1 -2 -6 -4 -5 0 0 63 10 0 0 0 0 3 0 0 16 0 0 0 8 0 0 0 0 1.18 0.82 6 K 1 -1 2 4 -5 2 1 -3 -3 -5 -5 5 -4 -5 -3 -2 -1 -5 -4 -4 14 0 8 23 0 8 6 0 0 0 0 37 0 0 0 0 4 0 0 0 0.69 0.82 7 D -1 1 3 6 -5 2 2 -3 1 -5 -5 -1 -4 -5 -4 -2 -3 -6 -4 -5 5 10 17 46 0 8 10 0 3 0 0 2 0 0 0 0 0 0 0 0 0.92 0.82 8 G 0 -4 1 -1 -4 -3 -3 6 -4 -5 -5 -1 -4 -5 -4 -1 0 -5 -5 -4 8 0 6 2 0 0 0 71 0 0 0 3 0 0 0 2 8 0 0 0 1.20 0.82 9 N -2 -3 6 0 -4 0 -2 -3 -2 -4 -4 -2 -4 -5 -3 3 4 -5 -4 -4 0 0 42 5 0 4 0 0 0 0 0 0 0 0 0 19 30 0 0 0 0.98 0.87 10 K -2 -1 1 -2 -4 -1 1 -3 4 -5 -5 4 -4 -5 -3 3 2 -5 -3 -4 0 0 5 0 0 0 10 0 11 0 0 33 0 0 0 27 14 0 0 0 0.73 0.94 11 V 1 -4 -5 -6 -3 -4 -5 -5 -5 0 5 -5 -1 3 -5 -4 -3 -4 -2 2 11 0 0 0 0 0 0 0 0 2 59 0 0 13 0 0 0 0 0 15 0.86 0.94 12 D -2 0 1 5 -5 -2 3 -4 -3 -1 -5 1 -4 -5 -4 0 0 -6 -5 -4 2 5 7 39 0 0 23 0 0 4 0 8 0 0 0 6 6 0 0 0 0.77 0.94 13 L -3 -5 -5 -5 -3 -4 -5 -6 -5 4 3 -4 4 1 -5 -4 1 -4 -3 2 0 0 0 0 0 0 0 0 0 23 35 0 10 6 0 0 10 0 0 16 0.78 1.02 14 Y -3 -4 -3 -1 -4 -3 -4 3 -1 -4 -3 -4 1 1 -4 -1 -3 -1 8 -3 0 0 0 4 0 0 0 23 0 0 1 0 5 2 0 4 0 0 58 0 1.26 0.96 15 G -2 1 -3 -4 -5 -4 -4 7 -4 -6 -6 -3 -5 -6 -4 -3 -4 -5 -5 -6 0 10 0 0 0 0 0 90 0 0 0 0 0 0 0 0 0 0 0 0 1.81 1.02 16 K -3 5 0 -2 -4 -1 1 0 -2 -4 -4 4 -3 -4 -3 0 -3 -4 -4 -2 1 32 4 0 0 0 11 6 0 0 1 32 0 0 0 6 0 0 0 3 0.75 0.94 17 A 1 -3 -3 -4 -3 -3 -3 -3 2 3 -1 -3 2 -1 -3 -2 1 3 -2 4 11 1 1 1 0 1 1 1 6 16 4 1 4 2 1 1 11 5 0 33 0.49 0.88 18 V -2 -1 0 2 -4 1 2 -4 -1 -2 1 -1 -2 1 -4 -3 0 -4 -3 2 3 3 5 14 0 5 17 1 2 0 16 4 0 7 0 0 6 0 0 16 0.27 0.95 19 G 3 -1 -2 -1 -3 0 -1 3 -3 -3 -4 -2 -3 0 0 0 2 -4 -3 -1 22 4 0 4 0 3 5 25 0 0 1 1 0 5 4 6 14 0 0 4 0.37 0.92 20 L 0 3 1 -3 -4 -1 -1 0 -3 -2 2 -1 3 0 -4 -2 1 -4 -3 1 6 16 7 0 0 3 4 8 0 0 18 3 7 5 0 0 11 0 0 9 0.23 0.96 21 H 0 1 2 -1 -4 0 -1 -1 7 -4 -1 -2 -3 -1 -4 1 -3 -4 2 -4 7 9 10 4 0 4 3 5 28 0 7 0 0 3 0 11 0 0 7 0 0.55 0.96 22 Y 0 -4 -2 -1 -4 -1 -3 -4 -2 1 0 -1 -2 1 -4 -1 -3 3 7 0 9 0 2 5 0 2 0 0 0 7 7 3 0 4 0 6 0 3 44 7 0.77 0.99 23 F -4 -4 0 -4 -4 -1 -4 -3 4 0 1 -4 2 6 -5 -3 -1 3 2 -2 0 0 6 0 0 4 0 2 10 4 15 0 6 35 0 0 5 4 6 2 0.69 0.98 24 S 1 -3 2 3 -4 -3 -2 2 1 -2 -3 1 -4 -5 -4 3 1 -5 -4 -1 11 0 9 16 0 0 0 16 3 2 2 8 0 0 0 22 7 0 0 4 0.38 1.00 25 K -1 1 0 4 -3 0 0 0 1 -3 -3 1 -3 0 -3 2 0 -3 -3 -3 4 6 4 27 0 3 4 8 3 1 1 10 0 5 1 14 6 0 1 1 0.36 0.82 26 G 0 -1 2 2 -3 -1 0 3 0 -2 -3 1 -3 -3 -3 0 0 -3 -1 -2 6 3 10 11 0 2 7 21 2 2 2 10 0 1 1 8 7 0 2 3 0.26 0.79 27 N 0 -1 4 3 -3 1 -1 0 2 -3 -1 1 -2 0 -3 0 -1 -3 -2 -3 7 2 22 17 0 7 3 6 4 1 6 9 0 6 1 5 3 0 1 1 0.32 0.74 28 G 0 -1 0 1 -3 -1 -1 4 -2 -3 0 0 -2 0 0 0 -1 -3 -3 -2 8 2 4 8 0 2 4 30 0 1 12 6 1 4 5 6 4 0 1 1 0.26 0.71 29 E 1 -2 2 2 -3 0 3 -1 -2 -3 -3 2 -3 -4 -2 1 -1 -4 -3 -1 13 1 10 13 0 4 18 3 0 1 1 11 0 1 1 13 3 0 0 6 0.32 0.78 30 N -2 -2 4 4 -3 -1 1 -2 -2 -3 -3 0 -3 -3 -3 0 1 2 -3 -2 1 1 26 26 0 1 10 1 0 1 2 6 0 1 1 4 11 3 1 3 0.59 0.75 31 S -2 -2 2 3 -3 0 -1 1 -2 -1 -3 2 -3 -3 -2 2 1 -3 -3 -2 2 1 10 15 0 5 1 13 0 4 2 15 0 1 1 17 8 0 1 3 0.31 0.73 32 Y -1 -2 0 1 -2 0 1 -1 3 0 -2 0 -2 0 -2 0 1 -2 3 1 5 1 4 7 1 4 8 4 9 6 2 6 1 4 1 7 11 0 10 10 0.14 0.67 33 G 0 -1 1 2 -3 -2 0 3 -2 0 -2 -1 1 -3 -2 2 0 2 -2 -1 7 4 6 12 0 1 5 20 1 5 2 3 4 1 1 14 6 3 1 4 0.21 0.68 34 G 0 -2 3 1 -2 -1 0 0 -2 -2 -2 0 -2 -3 -2 3 2 -3 -2 -1 8 1 13 9 0 2 4 6 1 1 3 5 1 1 1 22 16 0 1 4 0.28 0.68 35 N -1 0 3 4 -4 0 0 -3 1 -4 -4 -1 1 -2 -3 2 1 -5 -3 -2 4 4 13 30 0 4 3 0 3 0 0 2 5 2 0 19 7 0 0 3 0.51 0.88 36 G 0 -3 1 -1 -4 -1 1 5 -3 -4 -3 -1 -3 -4 -3 -1 -1 -4 -4 -1 7 0 6 2 0 3 9 54 0 0 2 3 0 0 0 4 3 0 0 5 0.75 0.85 37 D -3 -3 1 6 -4 -2 -1 -3 1 0 -2 -3 -3 -3 -3 -1 -1 -4 1 -1 1 0 6 58 0 0 1 1 4 8 4 1 0 0 0 4 3 0 5 4 0.89 0.83 38 M -1 -2 2 2 -3 4 -1 -3 -2 -1 0 1 2 -3 0 -1 0 -4 -3 0 4 1 9 11 0 25 1 1 0 4 8 10 6 0 4 2 6 0 0 6 0.32 0.80 39 T -1 -3 -1 2 -3 -2 -1 0 -3 -3 -2 -2 -3 -3 -3 4 4 -4 -3 -1 1 1 1 11 0 1 4 6 0 1 5 1 0 0 1 38 25 0 0 5 0.54 0.80 40 Y -1 2 2 -3 -3 -2 -3 -3 -1 -3 -3 -2 -3 1 -3 0 -1 -1 7 -2 4 15 12 1 0 1 1 1 0 1 1 1 0 5 1 8 4 0 42 3 0.78 0.81 41 A 3 -4 -3 -4 -3 -3 -3 -3 -4 1 -1 -3 4 -4 -1 4 -2 -5 -4 2 25 0 0 0 0 0 0 0 0 6 3 0 13 0 3 36 0 0 0 14 0.59 0.92 42 R -3 7 -3 -4 -5 0 -2 -4 -2 -1 -4 2 -3 -5 -4 -1 -3 -5 -4 -4 0 84 0 0 0 2 0 0 0 5 0 7 0 0 0 3 0 0 0 0 1.56 0.92 43 L -3 -5 -5 -6 -4 -5 -5 -6 -4 3 4 -5 1 3 -5 -4 -3 -3 0 2 0 0 0 0 0 0 0 0 0 19 45 0 2 15 0 0 0 0 3 15 0.86 0.92 44 G -2 0 3 -3 -5 -3 -4 6 0 -6 -6 -1 -5 -5 -4 -2 -3 -5 -5 -5 0 5 17 0 0 0 0 71 3 0 0 4 0 0 0 0 0 0 0 0 1.36 0.92 45 F -4 -5 -5 -6 -4 -5 -5 -5 -4 2 2 -5 -1 6 -5 -5 -4 6 0 2 0 0 0 0 0 0 0 0 0 11 19 0 0 45 0 0 0 11 0 14 1.12 0.92 46 K 0 1 -2 -3 -4 -1 -2 -3 -3 -1 -1 5 -3 -5 -3 3 0 -5 -4 -3 8 7 0 0 0 0 0 0 0 3 6 47 0 0 0 24 6 0 0 0 0.71 0.92 47 G 1 -4 -3 -4 -4 -4 -4 7 -4 -5 -5 -4 -4 1 -4 -2 -4 -4 -4 -5 9 0 0 0 0 0 0 82 0 0 0 0 0 9 0 0 0 0 0 0 1.54 0.92 48 E -3 -2 -2 1 -5 1 5 -4 -3 -5 -5 3 -4 -5 -3 0 2 -5 -4 -3 0 0 0 6 0 5 45 0 0 0 0 23 0 0 0 7 12 0 0 1 0.84 0.92 49 T -2 1 -3 -3 -4 2 0 -4 -3 1 -3 -2 1 -1 -4 -2 5 -5 -3 1 1 9 0 0 0 10 7 0 0 9 0 0 3 2 0 0 49 0 0 9 0.66 0.92 50 Q 1 -2 0 3 -5 6 2 -1 -2 -5 -5 1 -3 -5 -3 0 -3 -4 0 -4 13 0 3 18 0 40 10 3 0 0 0 6 0 0 0 5 0 0 3 0 0.75 0.92 51 I -3 -5 -5 -5 -4 -4 0 -6 -5 6 3 -4 -1 -2 -5 -4 -3 -4 -3 1 0 0 0 0 0 0 9 0 0 52 34 0 0 0 0 0 0 0 0 6 0.98 0.92 52 N -1 0 6 2 -4 -1 -2 2 -2 -5 -5 0 -4 -5 -4 0 2 -5 -4 -4 4 5 41 12 0 2 0 14 0 0 0 4 0 0 0 5 13 0 0 0 0.77 0.92 53 S -2 -3 5 6 -5 -2 -1 0 -3 -5 -6 -3 -5 -6 -1 0 -2 -6 -5 -5 2 0 33 48 0 0 2 7 0 0 0 0 0 0 3 4 2 0 0 0 1.16 0.98 54 D -3 -2 0 1 -5 4 2 4 -3 -4 -5 0 -1 -5 -4 0 1 -5 -4 -4 0 0 5 9 0 24 11 30 0 1 0 6 2 0 0 5 8 0 0 0 0.64 0.98 55 L -4 -5 -5 -6 -4 -4 -5 -6 -5 0 5 -5 3 2 -5 -4 -1 7 -2 -2 0 0 0 0 0 0 0 0 0 4 59 0 7 9 0 0 4 18 0 0 1.17 0.98 56 T -2 -1 -2 -3 -4 0 -3 -4 -3 -1 -3 0 -3 -1 -4 2 5 -3 3 -1 0 3 0 0 0 5 0 0 0 3 0 5 0 3 0 19 44 0 13 3 0.71 0.98 57 G 3 -4 -3 -4 -4 -4 -4 6 -4 -5 -5 -3 -4 -5 -4 1 -3 -5 -5 -4 30 0 0 0 0 0 0 61 0 0 0 0 0 0 0 9 0 0 0 0 1.26 0.98 58 Y -4 -1 -5 -6 -4 -4 -5 -6 -2 2 0 -4 -2 6 -5 -4 -4 -1 6 1 0 4 0 0 0 0 0 0 0 11 5 0 0 37 0 0 0 0 34 9 1.18 0.98 59 G 2 -4 -3 -4 -4 -4 -4 6 -4 -5 -5 -4 -4 -1 -4 -2 -3 2 -1 -2 20 0 0 0 0 0 0 67 0 0 0 0 0 4 0 0 0 3 2 3 1.23 0.98 60 Q -3 2 -3 -3 -5 5 1 -4 2 -4 -4 1 -3 3 -4 -1 1 -4 -2 -1 0 12 0 0 0 33 8 0 5 0 0 8 0 17 0 3 9 0 0 5 0.66 0.98 61 W -2 -5 -5 -5 -4 -4 -5 -5 -4 0 -1 -5 -3 2 -5 -4 2 10 3 0 2 0 0 0 0 0 0 0 0 6 6 0 0 6 0 0 15 48 12 6 1.69 0.98 62 E -1 -2 -2 -1 -6 0 7 -2 -2 -5 -5 -1 -4 -6 -3 -2 -3 -5 -4 -5 4 0 0 0 0 0 93 3 0 0 0 0 0 0 0 0 0 0 0 0 1.66 0.98 63 Y -1 -2 -4 -4 -4 -1 -4 0 -2 -3 0 -2 -3 0 -4 0 -3 7 7 -2 5 2 0 0 0 3 0 8 0 0 10 2 0 2 0 8 0 15 41 3 0.95 0.95 64 N -3 2 4 1 -5 4 3 2 -2 -5 -5 0 -4 -5 -3 -2 -3 -5 -4 -4 0 11 25 5 0 18 21 14 0 0 1 3 0 0 0 0 0 0 0 0 0.69 0.92 65 F -1 -4 -1 -4 -3 -2 -4 -4 -3 3 0 -4 0 5 -4 -2 -2 -3 1 3 4 0 3 0 0 2 0 0 0 21 5 0 2 31 0 3 2 0 4 21 0.65 0.92 66 Q 0 -2 3 2 -4 3 1 0 -2 -4 -2 1 -3 -4 -1 1 1 -4 -4 -3 7 0 15 11 0 16 7 7 0 0 5 10 0 0 3 9 8 0 0 1 0.34 0.89 67 G 3 -1 -3 -1 -3 -3 -3 2 -3 -2 0 -1 2 -1 -3 0 0 -4 -3 0 33 4 0 4 0 0 1 17 0 0 8 3 7 3 0 5 7 0 0 6 0.34 0.89 68 N -1 -2 5 0 -4 -2 1 -1 -2 -3 -4 1 -3 -1 -3 1 -1 -4 -1 0 5 0 38 5 0 0 9 4 0 0 1 10 0 3 0 11 3 0 2 8 0.53 0.89 69 N -2 0 5 1 -4 -1 -1 1 -1 -3 -3 0 0 -4 -3 1 0 -4 -2 -1 1 6 31 7 0 2 3 12 1 0 3 6 3 0 0 12 7 0 1 4 0.43 0.89 70 S 2 -1 1 1 -3 0 -1 -2 -3 -4 -4 0 -3 -4 2 3 2 -5 -4 -2 20 3 5 7 0 3 3 1 0 0 0 7 0 0 9 24 13 0 0 3 0.41 0.94 71 E 0 -3 0 3 -5 2 5 0 1 -5 -5 -2 -4 -5 -3 -2 0 -5 -4 -3 8 0 3 16 0 8 46 6 4 0 0 0 0 0 0 0 7 0 0 1 0.76 0.94 72 G -1 -2 3 2 -3 1 -1 4 -2 -4 -4 0 -3 -4 -2 2 -1 -4 -3 -3 5 1 15 11 0 7 2 28 0 1 1 6 0 1 2 14 3 0 1 1 0.47 0.82 73 A 2 -2 1 1 -3 1 0 -1 -2 -3 -1 1 -2 -3 0 2 0 -3 -3 -1 15 1 6 6 0 5 7 5 0 1 7 10 0 1 5 20 4 0 1 6 0.20 0.82 74 A 0 -2 1 1 -3 1 -1 2 -2 -3 -1 1 0 1 -3 2 0 -3 -3 -2 6 1 7 9 0 8 4 16 0 1 8 8 3 7 1 16 5 0 0 2 0.19 0.83 75 A 1 -2 2 -1 -3 1 -1 3 -2 -3 -1 0 -2 -1 -2 1 0 -3 -3 -1 13 1 11 3 0 7 3 20 0 1 6 7 0 3 1 10 7 0 1 5 0.22 0.79 76 Q -1 0 3 1 -3 3 2 -2 -2 -3 -1 1 1 -3 0 0 -2 -3 -3 -3 5 5 13 8 0 17 14 2 0 1 5 8 4 1 4 8 1 0 1 1 0.31 0.77 77 T 0 0 3 0 -2 2 -1 -1 -1 -2 -1 -1 -2 0 -1 2 1 -3 -2 -2 9 6 17 5 1 10 2 4 1 1 6 3 1 4 3 16 7 0 1 3 0.21 0.71 78 G 0 -2 3 0 -3 -1 -1 3 -2 -1 -3 0 -2 -3 1 1 -1 4 -2 -2 7 1 14 5 1 2 4 20 1 4 3 5 1 1 7 11 4 6 1 2 0.29 0.71 79 N -1 -2 3 2 -3 -1 -2 -1 -2 -1 -1 -1 -2 3 -3 1 -1 -2 1 -2 5 1 18 15 0 3 1 5 0 4 6 3 0 16 1 11 4 0 4 1 0.30 0.77 80 K -1 -1 -1 2 -4 1 0 -3 -2 -3 -1 4 -3 0 -3 -1 1 4 3 -3 5 1 3 12 0 5 6 1 0 1 6 31 0 4 1 2 8 5 10 1 0.40 0.78 81 T -1 -3 3 0 -3 -1 -3 -3 -3 -1 -1 -3 -3 -4 -1 1 5 -5 -4 -1 2 0 16 3 0 2 0 0 0 3 4 0 0 0 3 8 53 0 0 4 0.73 0.85 82 R -3 8 -2 -4 -5 -1 -2 -4 -2 -2 -4 1 -3 -5 -4 -3 -3 -5 -4 -4 0 94 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0 0 0 1.77 0.86 83 L -3 -1 -2 -1 -4 -3 -4 -5 3 -1 4 -1 -1 -1 -5 -4 -3 -3 4 0 0 3 2 4 0 0 0 0 8 0 54 3 0 0 0 0 0 0 20 6 0.73 0.86 84 A 4 -4 -3 -4 -3 -1 -3 3 -4 1 -1 -3 2 -4 -4 0 0 -5 -4 -2 39 0 0 0 0 2 0 27 0 10 7 0 5 0 0 4 6 0 0 0 0.58 0.86 85 F -4 -4 -5 -5 -5 -4 -5 -5 -1 -3 -2 -4 -2 7 -5 -4 -4 0 7 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 52 0 1.80 0.86 86 A 5 -4 -4 -4 -3 -3 -3 -3 -4 1 -1 -3 -2 -4 -3 -2 -2 -5 -4 3 66 0 0 0 0 0 0 0 0 7 5 0 0 0 0 0 0 0 0 22 0.90 0.86 87 G -2 -4 -2 -3 -5 -4 -4 7 -4 -6 -6 -4 -5 -5 -4 -2 -4 -5 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.99 0.86 88 L -3 -4 -5 -6 -3 -4 -5 -6 -5 2 5 -5 3 3 -5 -4 -3 -3 -2 1 0 0 0 0 0 0 0 0 0 12 58 0 8 11 0 1 0 0 0 10 0.91 0.86 89 K -1 -1 -1 2 -5 -1 0 2 -3 -5 -5 5 -4 -5 -3 1 0 -5 -4 -4 4 1 2 11 0 0 4 19 0 0 0 45 0 0 0 9 5 0 0 0 0.69 0.86 90 Y -2 -2 -2 -1 -3 0 -2 1 5 -1 0 -2 -2 4 -3 -1 -2 -2 4 -2 3 1 1 4 0 4 1 11 16 2 10 1 0 23 1 3 1 0 13 3 0.47 0.70 91 A 1 -2 -2 1 -4 -1 0 4 -3 -5 -5 3 -4 -5 -3 0 1 -5 -4 -4 12 0 0 10 0 2 6 36 0 0 0 18 0 0 0 4 11 0 0 0 0.61 0.86 92 D -3 -1 3 5 -5 3 1 -1 -2 -5 -5 2 -4 -5 -3 -2 1 -5 -4 -4 0 2 14 37 0 13 6 4 0 0 0 13 0 0 0 0 11 0 0 0 0.75 0.85 93 V -1 -4 -3 -5 -4 -4 -4 -5 -2 -1 -1 -4 -1 5 -5 -4 -3 6 7 1 5 0 2 0 0 0 0 0 0 1 5 0 1 23 0 0 0 11 40 12 1.13 0.86 94 G -2 -4 -2 -3 -5 -4 -4 7 -4 -6 -6 -4 -5 -5 -4 -2 -4 -5 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.99 0.86 95 S 1 0 -2 -2 -3 1 1 -3 -3 -4 -4 2 -3 -5 -3 5 1 -5 -4 -4 9 5 0 0 0 7 11 0 0 0 0 11 0 0 0 50 8 0 0 0 0.69 0.86 96 F -1 -5 -5 -5 -4 -5 -5 -5 -4 3 3 -5 -1 5 -5 -4 -3 -3 -1 2 5 0 0 0 0 0 0 0 0 22 28 0 0 33 0 0 0 0 0 13 0.87 0.86 97 D -1 -3 -1 5 -4 -2 -2 -3 -3 1 -4 -1 -3 -4 -3 2 2 -5 -4 0 3 0 1 43 0 0 0 0 0 8 0 4 0 0 0 19 14 0 0 8 0.71 0.86 98 Y -2 -4 -4 -5 -4 -4 -4 -1 -1 -2 -1 -4 -2 5 -5 -4 -3 0 8 1 3 0 0 0 0 0 0 5 0 0 3 0 0 22 0 0 0 0 57 9 1.33 0.86 99 G -2 -4 -2 -3 -5 -4 -4 7 -4 -6 -6 -4 -5 -5 -4 -1 -4 -5 -5 -5 0 0 0 0 0 0 0 98 0 0 0 0 0 0 0 2 0 0 0 0 1.94 0.86 100 R -3 7 -2 -3 -5 2 -2 -4 -2 -5 -4 4 -3 -5 -4 -2 -1 -5 -4 -4 0 65 0 0 0 8 0 0 0 0 0 22 0 0 0 0 5 0 0 0 1.32 0.86 101 N -2 -2 7 -1 -5 5 -1 -3 -2 -5 -5 -2 -3 -5 -4 -1 1 -5 -4 -4 2 0 58 0 0 31 0 0 0 0 0 0 0 0 0 0 10 0 0 0 1.25 0.86 102 Y -4 -4 -1 4 -4 -3 -2 -4 -2 -3 -1 -3 -3 -1 -4 -1 -1 7 7 -2 0 0 2 26 0 0 2 0 0 0 7 0 0 0 0 3 4 14 40 3 1.03 0.86 103 G 0 -3 -2 -3 -4 -3 -4 6 1 -4 -4 -3 0 -5 -4 -1 3 -5 -4 -4 5 1 0 0 0 0 0 62 4 0 0 0 3 0 0 3 22 0 0 0 1.09 0.86 104 V 4 -4 -1 -4 -3 -3 -4 -3 -4 1 -1 -3 -2 -3 1 -1 -1 -5 -4 4 36 0 3 0 0 0 0 0 0 4 5 0 0 0 8 4 3 0 0 36 0.60 0.86 105 V 1 -4 -3 -5 -3 -4 -4 -2 -3 1 3 -4 1 3 -5 -2 -2 -3 4 2 14 0 1 0 0 0 0 4 0 5 30 0 3 13 0 2 1 0 13 14 0.49 0.89 106 Y -3 -3 -3 0 -5 0 -3 1 2 -3 -3 -1 -3 1 -5 -3 -2 -1 8 0 0 0 0 7 0 4 0 13 5 0 0 3 0 3 0 0 2 0 57 7 1.08 0.89 107 D -4 -3 -1 7 -5 1 -1 -4 -3 0 -4 -1 1 -5 -4 -3 -3 -6 -5 0 0 0 0 72 0 6 0 0 0 7 0 2 4 0 0 0 0 0 0 8 1.26 0.89 108 A 1 -4 -4 -5 -3 -1 -4 -4 -5 4 -1 -4 -1 -3 -4 0 -2 -5 -3 5 12 0 0 0 0 4 0 0 0 23 3 0 0 0 0 7 0 0 0 52 0.80 0.89 109 L 2 -3 -1 -2 -3 2 1 -1 -3 -2 1 -2 -2 -3 -3 1 3 3 -3 -2 16 0 3 2 0 9 10 3 0 1 16 0 1 0 0 10 20 5 0 2 0.31 0.94 110 G 2 -3 -1 4 -4 -2 1 3 -3 -4 -5 -3 -4 -4 -3 1 -3 2 0 -4 16 0 2 26 0 0 11 24 0 0 0 0 0 0 0 12 0 3 3 0 0.60 0.94 111 Y -2 -4 -4 -1 -4 -4 -4 -4 -3 -2 0 -4 3 4 1 -3 0 8 5 -1 3 0 0 4 0 0 0 0 0 1 7 0 8 17 8 0 6 20 19 3 0.88 0.95 112 T -1 -3 -2 -3 -3 0 -3 -3 -4 -3 -3 -3 -3 -4 -3 1 7 -4 -4 0 4 0 0 0 0 5 0 0 0 0 0 0 0 0 0 10 73 0 0 6 1.14 0.95 113 D -4 -3 1 8 -5 -2 -1 -3 -3 -5 -5 -3 -5 -5 -3 -2 0 -6 -5 -5 0 0 6 85 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 1.70 0.94 114 M -2 -2 -3 0 -3 0 -3 -4 0 4 1 -3 5 -2 -4 -1 -2 -4 -3 3 2 3 0 6 0 4 1 1 3 27 10 1 17 0 1 4 1 0 0 19 0.52 0.89 115 L -2 -4 -4 -4 -4 -2 -4 0 -4 1 3 -4 5 3 1 0 -3 -3 -2 -1 1 0 0 0 0 2 0 8 0 6 33 0 17 14 7 8 0 0 0 3 0.53 0.94 116 P 0 -1 3 -2 -3 -2 -1 -3 -3 -1 -3 -2 -3 -3 5 -1 2 -4 1 -1 10 3 17 1 0 0 3 1 0 4 1 1 0 0 33 3 14 0 5 3 0.69 0.89 117 E 0 -2 -2 0 -3 -1 5 -3 -2 -2 -3 -2 -3 1 -3 -1 -2 -2 4 0 7 1 1 5 0 1 44 1 0 2 1 1 0 5 1 3 1 0 15 9 0.62 0.83 118 F -4 -4 -4 -4 -4 -4 -4 -4 3 0 -1 -4 -2 7 -4 -3 -1 6 3 -3 1 0 0 0 0 0 1 1 7 5 5 0 0 52 0 1 5 10 10 1 1.17 0.91 119 G 0 -4 0 -2 -4 -3 -3 6 2 -5 -5 -3 -4 -4 -4 1 -1 -4 0 -4 7 0 5 2 0 0 0 60 7 0 0 0 0 0 0 11 3 0 4 0 1.00 0.94 120 G -1 -3 3 1 -4 -3 -3 6 -3 -1 -5 0 -4 -5 -4 -1 -3 -5 -4 -4 5 0 14 8 0 0 0 57 0 5 0 5 0 0 0 4 0 0 0 0 0.95 0.94 121 D -3 -3 1 5 -4 1 1 -3 -3 -3 -4 0 -1 -4 -3 1 0 2 0 1 1 0 7 38 0 5 8 1 0 0 1 5 2 0 0 9 4 3 4 11 0.55 0.90 122 T 1 -2 -2 -3 -3 1 -2 1 -3 -3 -1 0 0 0 1 3 3 -4 -3 -3 10 1 0 1 0 6 1 10 0 1 5 5 3 4 6 29 18 0 0 1 0.37 0.88 123 A 4 -3 -1 -1 -3 1 -2 1 -3 -1 -2 -2 -3 -3 -3 1 0 -3 2 -1 38 1 2 4 0 6 1 11 0 4 3 1 0 0 1 12 7 0 8 4 0.39 0.88 124 Y 0 -2 0 -2 -3 1 -2 2 2 -1 -1 -2 -2 3 -3 -2 -2 -2 5 -1 9 1 5 2 0 9 1 14 4 2 5 1 0 11 1 1 1 0 26 5 0.43 0.82 125 S 1 -2 2 1 -3 -2 -1 -3 -3 0 -3 1 -3 -3 1 2 2 -4 -1 0 13 1 8 8 0 1 3 1 0 6 1 10 0 1 6 19 12 0 2 7 0.25 0.86 126 D -1 -2 -1 6 -4 -2 -1 1 -2 -4 -2 0 -3 -3 -3 0 -2 -4 0 -3 4 1 1 56 0 1 1 11 0 1 4 7 0 1 1 6 1 0 3 1 0.87 0.83 127 D -1 -2 5 1 -3 -1 -2 -1 -2 2 -1 0 -2 -3 -3 0 0 -3 -3 -1 4 1 36 9 0 3 1 5 0 12 5 5 0 1 1 4 6 0 1 5 0.45 0.79 128 F 0 -2 -3 -3 -2 -2 -2 -1 -2 -1 1 -2 -1 6 -2 -2 -2 3 3 -1 9 2 1 2 1 1 2 5 1 2 14 2 1 35 2 2 2 3 11 4 0.55 0.70 129 F -2 -3 -3 -3 -3 -3 -3 2 -3 1 1 -3 6 2 -3 -1 -2 -3 2 1 1 1 1 1 0 1 1 16 0 6 12 1 28 7 1 4 1 0 7 12 0.52 0.83 130 V 2 -3 -2 0 -3 0 -2 -3 -3 -1 -1 0 -2 -1 -3 0 4 -4 -3 1 21 1 1 7 0 5 1 1 0 4 7 5 0 3 1 6 30 0 0 8 0.36 0.87 131 G -2 -3 0 3 -4 1 -2 5 -3 -4 -4 -1 -4 -4 -3 0 -1 -4 -3 -4 1 0 4 18 0 7 1 49 0 0 1 3 0 0 0 8 4 0 1 1 0.81 0.90 132 R -1 7 -2 0 -5 -1 -2 -4 -2 -4 -2 1 -3 -4 -4 -2 -1 -4 -4 -4 4 73 0 6 0 0 0 1 0 0 3 6 0 0 0 1 4 0 0 0 1.28 0.92 133 V 3 -3 -1 -3 -3 2 -1 1 -3 -1 -2 -3 -3 -3 -3 1 1 -4 1 0 30 0 3 0 0 9 2 12 0 3 4 0 0 0 0 12 9 0 5 8 0.34 0.94 134 G 1 -1 4 4 -4 -2 2 -1 1 -5 -5 -2 -4 -5 -4 1 1 -6 -4 -4 11 3 25 24 0 0 12 3 3 0 0 0 0 0 0 8 11 0 0 0 0.65 0.99 135 G 1 0 3 -3 -4 0 -3 4 -3 -5 -5 0 -4 -5 -4 2 -1 -5 -5 -4 11 5 16 0 0 4 0 39 0 0 0 7 0 0 0 16 4 0 0 0 0.71 0.99 136 V 0 -4 0 1 -4 1 -3 -4 -4 -1 1 -3 4 1 -4 0 1 -4 -2 3 7 0 5 8 0 6 0 0 0 0 15 0 12 7 0 7 8 0 1 24 0.35 0.99 137 A 3 -2 -4 -2 -3 -3 -1 -4 -4 3 2 -2 1 0 -4 0 -3 -5 -3 1 28 2 0 2 0 0 5 0 0 18 18 2 3 3 0 8 0 0 0 10 0.38 0.99 138 T 1 3 -3 -3 -3 2 -3 -4 -3 0 -3 -2 -3 -4 -3 1 5 -5 -4 -2 14 15 0 0 0 9 0 0 0 6 0 0 0 0 0 6 50 0 0 0 0.79 0.99 139 Y -4 -1 -4 0 -5 -4 -4 -5 -1 -1 -3 -4 -3 3 -1 -4 -4 0 8 -3 0 4 0 6 0 0 0 0 0 4 0 0 0 10 4 0 0 0 72 0 1.60 0.97 140 R -3 6 2 0 -5 -1 0 -4 -3 -1 -2 3 -3 -5 -4 1 -3 -5 -4 -4 0 47 11 5 0 0 4 0 0 5 4 14 0 0 0 10 0 0 0 0 0.82 0.97 141 N -3 -3 7 0 -4 -2 -2 0 -2 -4 -4 -2 -3 -3 -3 0 2 -3 3 -4 1 1 57 4 0 0 1 6 0 1 1 1 0 0 1 4 12 0 10 1 1.00 0.88 142 S 0 -1 1 -1 -3 1 -2 -1 -3 -2 -2 -2 -3 -1 0 3 4 -4 -2 -3 9 4 7 4 0 5 0 3 0 2 3 1 0 3 4 24 29 0 1 0 0.41 0.91 143 N -1 -3 2 4 -3 1 -2 2 -2 2 -1 -2 -2 -3 -3 0 -2 -4 -3 -1 4 1 10 26 0 7 1 14 0 12 6 1 0 1 1 8 1 0 1 5 0.35 0.80 144 F -1 -3 2 -1 -3 -3 -1 -3 -2 -1 -2 -3 -2 6 -3 -2 -1 -2 2 0 5 1 12 4 0 1 4 1 0 3 1 1 0 46 1 1 5 0 6 8 0.72 0.82 145 F -1 -1 -3 0 -3 -3 -1 1 -2 -2 0 -1 -2 6 -4 -3 -3 -2 4 -1 4 4 1 5 0 1 4 11 0 1 7 4 0 38 1 1 1 0 13 4 0.61 0.84 146 G -2 -3 -2 1 -4 0 -3 6 -3 -5 -5 -1 -4 -5 -4 -2 -1 -4 -4 -4 1 0 0 7 0 5 0 75 0 0 1 4 0 0 0 0 4 0 0 0 1.30 0.91 147 L -2 -3 -3 -3 -3 0 0 -4 -3 -1 3 0 0 2 -1 0 -2 -3 0 1 3 1 1 1 0 5 6 1 0 2 37 7 2 8 3 8 1 0 3 12 0.30 0.85 148 V -1 -3 -3 -4 -3 -3 -3 -4 -3 2 0 1 -2 3 -1 -1 0 -3 0 4 4 1 1 1 0 1 1 1 0 10 8 9 0 14 3 6 6 0 3 32 0.38 0.86 149 D -1 -3 0 5 -4 0 1 1 -2 -3 -3 -2 -3 1 -3 -2 -3 -3 1 -1 6 1 3 41 0 3 9 13 0 1 1 1 0 7 1 1 1 0 5 6 0.60 0.85 150 G 1 0 0 0 -4 -3 -3 5 -3 -5 -5 -1 -4 -5 -3 1 -3 -4 -4 -4 10 6 5 6 0 0 0 55 0 0 1 4 0 0 0 10 0 0 0 0 0.89 0.92 151 L 0 -3 -4 -2 -3 -3 -4 -4 -4 0 4 0 1 3 -4 -3 -3 -3 1 1 9 0 0 3 0 0 0 0 0 5 44 6 2 15 0 0 0 0 5 9 0.54 0.92 152 N 0 0 5 2 -4 2 -2 -3 1 -5 -5 2 -4 -5 -4 2 2 -5 -4 -4 6 5 31 10 0 8 0 0 3 0 0 11 0 0 0 15 11 0 0 0 0.64 0.98 153 F -1 -5 -5 -5 -4 -4 -5 -3 -3 1 1 -5 1 6 -5 -4 -3 -2 5 1 6 0 0 0 0 0 0 3 0 8 13 0 3 35 0 0 0 0 21 12 0.87 0.98 154 A 3 -2 -1 -3 -4 1 0 1 -3 -2 -4 3 -3 -5 -3 0 1 -5 -4 0 28 1 3 0 0 7 4 12 0 2 0 19 0 0 0 6 9 0 0 9 0.39 0.98 155 V 2 -4 -5 -5 -3 -4 -4 -4 -4 0 3 -4 -1 2 -4 -3 0 -4 1 4 19 0 0 0 0 0 0 0 0 2 29 0 0 10 0 0 5 0 5 30 0.61 0.98 156 Q -1 0 -2 2 -4 6 0 -1 -2 -4 -4 1 -3 -5 -3 1 2 -4 -4 -4 4 5 0 11 0 40 4 4 0 0 0 6 0 0 0 9 15 0 0 0 0.71 0.95 157 Y 1 0 -3 1 -4 0 -3 -4 -1 -3 -3 -3 0 2 -4 -3 -3 3 7 -3 14 6 0 9 0 4 0 0 0 0 0 0 3 7 0 0 0 4 51 0 1.07 0.98 158 L 1 -1 1 0 -3 5 1 -3 -2 -1 -2 -2 1 -4 -3 -1 -1 -4 -3 1 13 3 8 6 0 31 7 1 0 3 4 1 4 0 1 3 3 0 0 10 0.42 0.91 159 G 1 -4 -2 2 -4 -3 -3 5 -3 -4 -4 -3 -4 0 -3 -1 -1 -4 0 -4 12 0 0 15 0 0 1 52 0 0 1 1 0 5 0 4 3 0 4 1 0.84 0.92 160 K -1 2 3 -1 -4 2 -1 0 -3 -4 -4 4 -1 -4 -3 0 0 -5 -4 -1 4 9 13 3 0 9 2 6 0 0 1 31 2 0 0 6 6 0 0 6 0.45 0.96 161 N 0 -3 5 3 -4 1 -2 1 -2 -4 -4 0 -4 0 -3 -1 0 -5 -4 -4 10 0 33 16 0 8 0 11 0 0 1 5 0 4 0 3 7 0 0 0 0.61 0.96 162 E -1 -1 2 3 -4 1 4 -2 -3 0 -1 -2 -3 1 -3 0 -3 -4 -3 -3 5 3 11 17 0 7 29 3 0 6 7 0 0 6 0 6 0 0 0 0 0.43 0.95 163 R 1 2 1 1 -4 1 0 1 2 -4 -4 1 -3 -1 -3 2 0 -4 0 -4 14 12 7 6 0 6 4 10 4 0 1 9 0 3 0 14 5 0 3 1 0.26 1.01 164 D 1 1 3 3 -2 -1 1 -2 -3 -3 -2 -2 -3 -1 -2 1 2 -5 -4 -1 12 9 14 17 1 2 8 2 0 1 4 0 0 3 1 8 13 0 0 5 0.31 1.03 165 T 1 -2 2 1 -4 -3 -1 -1 -1 -3 -2 -2 -3 1 2 2 1 -4 -3 0 14 1 11 9 0 0 3 5 2 0 3 1 0 8 10 16 9 0 0 9 0.26 1.03 166 A 4 -3 1 0 -3 -1 -1 1 -3 -2 -3 -1 -3 -4 -3 0 -1 -4 0 1 40 0 6 6 0 2 4 10 0 1 2 4 0 0 1 5 4 0 4 10 0.40 1.05 167 R -1 3 1 2 -4 -1 -1 -1 -3 -2 -1 4 -3 -2 -4 0 1 -5 -1 -2 4 15 6 10 0 2 2 4 0 2 8 27 0 2 0 5 10 0 2 3 0.35 1.06 168 R 0 3 2 1 -5 1 -1 -2 0 -2 -2 3 -3 -3 -4 1 -2 -4 2 -4 8 18 10 9 0 5 3 2 2 3 3 17 0 1 0 9 1 0 8 0 0.36 1.06 169 S 0 -2 3 2 -4 3 2 -3 -3 -4 -2 1 -3 -5 -3 3 0 -5 -4 -4 7 0 14 9 0 15 11 1 0 0 3 7 0 0 0 25 6 0 0 0 0.50 1.06 170 N -4 -3 7 3 -5 -3 0 -2 -2 -4 -2 -3 -4 -4 -4 0 -3 -5 2 -1 0 0 53 15 0 0 6 3 0 0 5 0 0 0 0 5 0 0 8 6 0.98 1.09 171 G 0 -4 4 2 -5 -3 -3 5 -4 -5 -3 0 -4 -5 -4 -1 -3 -5 -5 -5 9 0 18 12 0 0 0 48 0 0 3 7 0 0 0 2 0 0 0 0 0.94 1.09 172 D -2 -4 2 5 -5 0 0 1 -3 -5 -5 -3 0 -3 -1 1 -2 -4 4 -5 3 0 8 38 0 3 4 10 0 0 0 0 3 0 2 10 2 0 17 0 0.73 1.09 173 G 0 -4 -3 -4 -5 -4 -1 6 -4 -2 -5 -1 -5 -5 -4 -1 -1 -5 -5 -5 8 0 0 0 0 0 4 77 0 3 0 3 0 0 0 3 3 0 0 0 1.40 1.09 174 V 0 -5 -3 -1 -4 -4 -4 -5 -1 1 -1 -4 2 5 -1 -4 -1 5 4 2 9 0 1 4 0 0 0 0 1 8 3 0 5 24 3 0 3 7 16 17 0.64 1.09 175 G 1 -4 0 -3 -4 -3 -1 5 -4 -5 -5 -3 -4 -5 -4 3 -2 -5 -5 -4 13 0 3 0 0 0 3 52 0 0 0 0 0 0 0 27 0 0 0 0 1.03 1.06 176 G 3 -4 -4 -4 -3 -3 -4 2 -4 0 0 -2 2 2 -4 -1 2 -3 2 -2 25 0 0 0 0 0 0 18 0 6 10 2 5 9 0 3 12 0 6 2 0.37 1.02 177 S 1 -3 -2 -3 -3 -3 -3 1 -3 -2 -3 -1 0 0 -3 5 1 -4 -1 -3 12 0 0 0 0 0 0 8 0 2 2 3 3 4 0 57 7 0 2 0 0.72 1.01 178 I 2 -4 -4 -2 -4 -4 -4 -1 -3 2 2 -4 0 -1 -4 -1 0 -3 4 1 16 0 0 2 0 0 0 5 0 11 24 0 2 1 0 5 7 0 18 10 0.41 1.03 179 S -2 -1 2 1 -4 0 -3 -1 -3 0 -4 0 0 -4 -4 3 4 -5 -1 -3 1 3 11 8 0 4 0 4 0 7 0 4 2 0 0 23 30 0 3 0 0.49 1.03 180 Y 0 -4 0 -5 -4 -4 -4 -3 -1 -3 0 -4 -3 3 -5 -4 -4 -1 8 -3 8 0 6 0 0 0 0 2 0 0 7 0 0 7 0 0 0 0 69 0 1.51 1.03 181 E 1 -3 1 5 -5 0 2 0 -3 -2 -3 -1 -4 -5 1 -1 -2 -5 0 -3 14 0 5 38 0 4 10 7 0 2 3 3 0 0 6 3 2 0 3 1 0.57 1.03 182 Y -3 -4 0 -4 -4 -2 -4 -5 -3 3 1 -2 2 5 -4 -2 -2 0 4 0 0 0 4 0 0 2 0 0 0 17 13 2 6 26 0 2 3 1 16 5 0.64 0.98 183 E -2 -2 1 5 -4 0 2 2 -3 -4 -4 1 2 -4 -3 0 -1 -4 -2 -4 2 1 5 31 0 4 14 14 0 1 1 7 7 0 1 7 3 0 1 1 0.54 0.92 184 G 0 -4 1 1 -5 -3 -3 6 -4 -6 -6 -1 -5 -5 -4 -1 -3 -5 -5 -5 7 0 7 9 0 0 0 70 0 0 0 3 0 0 0 3 0 0 0 0 1.30 1.03 185 F -2 -4 -5 -5 -4 -4 -5 -5 1 1 3 -4 -2 5 -5 0 -2 1 3 1 3 0 0 0 0 0 0 0 4 6 25 0 0 31 0 8 2 2 11 8 0.72 1.03 186 G 1 -3 0 -1 -4 -3 -3 4 -3 -5 -5 1 -4 -4 -4 3 1 -5 0 -4 11 0 3 4 0 0 0 37 0 0 0 10 0 0 0 25 7 0 4 0 0.69 1.03 187 I 1 -5 -5 -6 -4 -5 -5 -5 -5 3 3 -5 -1 4 -5 -4 -3 2 -2 3 15 0 0 0 0 0 0 0 0 18 26 0 0 20 0 0 0 3 0 18 0.71 1.03 188 V 1 -3 2 -3 -4 -3 -3 4 -4 -2 -2 0 -4 1 -4 2 -1 -5 -4 -1 9 0 9 0 0 0 0 37 0 2 3 7 0 7 0 20 2 0 0 4 0.57 1.03 189 G 5 -4 -4 -4 -3 -4 -4 3 -4 -3 1 -4 -3 -1 -4 -2 0 -4 1 -3 48 0 0 0 0 0 0 23 0 0 16 0 0 2 0 0 4 0 6 0 0.72 1.03 190 A 4 -1 -3 -4 -3 -3 -4 4 -4 0 -4 -3 -3 -5 -4 1 1 -5 -4 -2 43 3 0 0 0 0 0 30 0 6 0 0 0 0 0 9 8 0 0 1 0.77 1.03 191 Y 0 -4 -4 -5 2 -4 -4 -2 -1 -2 -3 -4 -1 2 -5 -3 -1 -1 8 -2 8 0 0 0 4 0 0 3 0 2 0 0 1 6 0 0 4 0 71 2 1.54 1.03 192 G 2 -3 1 -3 -1 -3 -3 3 0 -2 -4 -3 -1 1 -3 3 2 -4 0 -3 17 0 7 0 1 0 0 21 3 2 1 0 1 6 0 20 14 0 4 0 0.42 0.96 193 A 2 1 3 0 -4 -1 -1 -1 -2 -4 -2 0 -2 -3 -4 2 1 -4 3 -2 16 7 13 5 0 3 3 3 0 0 4 4 1 0 0 20 7 0 12 2 0.31 1.00 194 A 2 -3 1 -3 0 0 -3 1 -3 -1 -4 -3 -3 -4 -3 5 0 -5 -4 1 14 0 8 0 2 5 0 9 0 4 0 0 0 0 0 45 3 0 0 9 0.58 1.00 195 D -2 -2 2 7 -5 -1 0 -1 -3 -5 -5 1 -4 -5 -4 -1 -2 -6 -5 -3 2 1 10 60 0 2 5 4 0 0 0 7 0 0 0 4 1 0 0 2 1.10 1.00 196 R -3 5 -1 -1 -4 3 -2 -2 -2 -3 -2 1 -3 0 -3 -2 -3 -3 2 0 1 41 2 3 0 16 1 3 0 1 4 7 0 4 1 1 1 0 7 7 0.65 0.90 197 T 0 -3 -1 0 -3 0 -1 1 -3 -3 -3 -2 0 1 -3 0 5 -3 0 -3 6 1 3 6 0 5 3 11 0 1 1 1 2 6 1 6 43 0 4 1 0.52 0.93 198 N -2 0 4 3 -4 -1 -1 1 -1 -2 -2 -1 -3 -4 -3 0 2 -1 -3 -1 1 4 24 17 0 3 2 11 1 2 4 4 0 0 1 7 12 1 0 4 0.40 0.91 199 L 0 -2 1 3 -3 -1 1 -1 -3 -3 1 -1 -2 0 -3 1 2 1 -3 -3 9 1 7 19 0 2 8 4 0 1 17 4 0 4 1 8 12 2 0 1 0.23 0.87 200 Q 0 -1 1 1 -4 5 1 -3 -2 -3 0 0 -2 -4 -3 1 0 -4 -3 -3 8 2 5 9 0 35 6 1 0 1 11 6 0 0 1 8 4 0 0 1 0.50 0.90 201 E 1 -2 4 -1 -4 0 2 -2 -2 -3 -1 2 -1 -4 -3 -1 0 -4 -3 1 11 1 22 2 0 2 15 2 0 1 8 14 2 0 1 3 6 0 0 9 0.34 0.93 202 A 1 -2 2 0 -3 0 -2 3 -1 -3 -1 0 -3 -4 -2 1 1 -4 -2 -2 14 1 11 6 0 4 1 21 1 1 6 5 0 0 1 12 11 0 1 2 0.29 0.91 203 Q -1 1 1 0 -3 3 -1 0 -1 -3 -1 1 3 -3 -3 1 1 -4 -2 0 4 6 6 6 0 13 2 6 1 1 7 11 8 0 1 13 9 0 1 7 0.21 0.93 204 P 0 -2 1 2 -3 1 -1 2 -2 0 -1 -2 -2 -2 1 0 1 -3 -1 0 8 2 7 10 0 7 4 15 0 5 5 2 0 1 7 6 10 0 2 7 0.15 0.84 205 L 1 1 0 0 -3 1 -2 -3 -2 1 1 -2 -1 -1 -3 0 0 0 3 1 11 8 6 6 0 7 1 1 0 7 12 2 1 2 1 5 7 1 11 12 0.15 0.90 206 G 2 -3 3 0 -4 -3 0 4 -2 -5 -5 0 -4 -4 -4 0 -1 -4 -1 -4 20 0 14 5 0 0 6 35 1 0 0 7 0 0 0 4 4 0 2 0 0.61 0.99 207 N -1 0 4 2 -4 1 -1 0 -2 -4 -3 1 -3 -4 -3 2 2 -4 -2 -4 3 4 22 11 0 6 3 7 0 0 3 11 0 0 0 14 14 0 1 0 0.43 0.96 208 G -2 -3 1 0 -4 1 -3 5 -3 -4 -2 -3 1 -4 -3 0 1 -4 -4 -4 1 0 7 5 0 6 1 53 0 0 4 0 5 0 0 6 9 0 0 1 0.80 0.94 209 K -3 0 0 5 -4 -1 1 -2 -3 -4 -1 2 -3 -4 -1 -1 1 -5 -4 -4 1 4 4 36 0 1 10 3 0 0 6 15 0 0 3 4 11 0 0 0 0.58 0.96 210 K -3 3 1 1 -4 2 0 -3 -1 -4 -3 4 1 -4 -3 1 1 -4 -4 -4 1 16 7 6 0 8 4 0 1 0 2 27 5 0 0 10 9 0 0 0 0.49 0.96 211 A 5 -3 0 -3 -3 -1 -1 1 -3 -3 -3 -1 0 -4 -3 2 -2 -4 -4 -1 55 0 3 0 0 2 4 9 0 0 1 3 3 0 0 13 0 0 0 5 0.67 0.97 212 E -1 0 1 3 -5 2 5 -2 3 -5 -4 2 -4 -5 -3 -2 -2 -4 -3 -4 4 3 7 15 0 7 38 3 7 0 1 12 0 0 0 1 2 0 0 0 0.69 0.96 213 Q 2 -3 -3 -3 -3 3 1 -2 1 0 -1 0 -2 0 -3 0 0 -4 -3 1 22 0 0 0 0 14 11 2 4 6 5 4 0 5 0 8 7 0 0 9 0.26 0.95 214 W -2 -4 -4 -5 -4 -4 -4 -2 1 0 -3 -4 0 0 -5 -4 -4 9 7 -1 3 0 0 0 0 0 0 3 3 7 0 0 3 0 0 0 0 36 38 4 1.64 0.98 215 A 3 -1 1 -3 -4 -3 -1 1 -4 -2 0 -3 3 2 -4 -1 2 -4 -3 -3 23 4 7 0 0 0 3 12 0 2 8 0 10 10 0 3 17 0 0 0 0.34 1.01 216 T 1 -4 -3 -1 -3 -4 -4 1 -4 0 3 -4 0 -3 -4 0 2 -4 -4 1 15 0 0 4 0 0 0 13 0 6 31 0 2 0 0 7 13 0 0 8 0.37 1.01 217 G 2 -4 -3 -4 -4 -4 -4 6 1 -5 -5 -4 -4 -1 -4 1 -3 -5 -4 -4 20 0 0 0 0 0 0 65 3 0 0 0 0 3 0 9 0 0 0 0 1.24 1.03 218 L 4 -4 -4 -5 -3 -4 -4 -4 -4 1 3 -4 -2 0 -4 -2 1 -4 0 1 38 0 0 0 0 0 0 0 0 6 31 0 0 4 0 0 10 0 3 7 0.60 1.03 219 K -1 0 -1 -3 -5 0 -2 1 3 -4 -4 5 0 0 -4 2 -3 -5 -3 -2 3 3 3 0 0 3 0 10 9 0 0 42 3 5 0 15 0 0 0 3 0.63 1.03 220 Y -4 -4 -4 -5 -5 -4 -4 -5 -1 -4 -3 -4 -3 1 -5 -2 -1 0 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 5 0 92 0 2.18 1.03 221 D 1 -2 -2 6 -4 0 0 -3 -3 -4 -5 -1 -4 -5 -4 0 3 -6 -5 -4 11 2 0 46 0 4 3 0 0 0 0 4 0 0 0 6 23 0 0 0 0.88 1.03 222 A 5 -4 -4 -3 -3 -3 -4 0 -4 2 0 -3 3 0 -4 0 -3 -5 -4 -2 54 0 0 1 0 0 0 5 0 14 8 0 10 3 0 5 0 0 0 0 0.71 1.03 223 N -3 -3 6 2 -5 0 0 3 -2 -6 -6 -3 -5 -5 -4 1 -3 -5 -1 -5 0 0 49 10 0 3 7 20 0 0 0 0 0 0 0 8 0 0 3 0 1.02 1.03 224 N -1 -3 6 4 -5 -1 -2 3 -3 -5 -5 -1 -4 -5 -4 -2 -3 -6 -5 -1 4 0 44 22 0 1 0 21 0 0 0 3 0 0 0 0 0 0 0 5 1.00 1.03 225 I -2 -5 -6 -6 -4 -5 -5 -6 -5 4 3 -5 -1 4 -5 -4 -3 -4 -2 3 3 0 0 0 0 0 0 0 0 25 35 0 0 19 0 0 0 0 0 17 0.88 1.03 226 Y -4 -3 -2 -1 -5 -3 -4 -5 -1 -4 -3 0 1 0 -5 -4 -4 0 9 -4 0 0 2 5 0 0 0 0 0 0 0 8 3 0 0 0 0 0 83 0 1.87 1.03 227 L -1 -5 -6 -6 -4 -5 -5 -6 -5 1 4 -5 -1 4 -5 -4 -3 -3 -2 2 6 0 0 0 0 0 0 0 0 5 51 0 0 21 0 0 0 0 0 17 0.92 1.03 228 A 6 -4 -3 0 -3 -3 -3 3 -4 -4 -4 -3 -4 -5 -3 -1 -3 -5 -4 -1 69 0 0 5 0 0 0 20 0 0 0 0 0 0 0 2 0 0 0 4 1.05 1.03 229 A 4 -4 -3 -4 -3 -4 -4 3 -4 -3 -2 -4 -3 1 -4 0 2 -4 1 0 35 0 0 0 0 0 0 26 0 0 3 0 0 7 0 4 11 0 5 9 0.59 1.03 230 N -1 -3 3 -1 -4 2 -3 -4 -3 0 0 -3 5 1 -4 -2 3 -4 -3 2 4 0 15 4 0 9 0 0 0 4 8 0 18 6 0 0 18 0 0 14 0.47 1.03 231 Y -1 -4 -4 -5 -5 -4 -5 -1 -1 -3 -3 -4 -3 5 -5 -4 -4 0 8 -3 7 0 0 0 0 0 0 5 0 0 0 0 0 19 0 0 0 0 70 0 1.73 1.03 232 G 0 -3 -2 -3 -4 0 -3 3 3 -4 -4 -3 -3 0 -4 2 3 -4 -3 -2 7 0 0 0 0 5 0 27 9 0 0 0 0 5 0 20 23 0 0 2 0.61 1.01 233 E -3 -1 1 2 -5 4 4 -4 -2 -5 -5 1 -4 -4 -3 0 -1 -4 0 -2 0 1 6 10 0 22 35 0 0 0 0 10 0 0 0 5 4 0 4 3 0.72 1.01 234 T 1 -3 1 -3 -3 -3 -3 2 -3 -3 -3 -3 -1 -4 -2 2 4 -4 0 0 12 0 6 0 0 0 0 18 0 0 1 0 1 0 1 14 32 0 4 9 0.52 0.97 235 R -1 4 -2 1 -5 2 2 -4 3 -4 -2 1 -3 -3 -4 -3 -3 -3 4 -2 5 25 0 7 0 9 17 0 6 0 4 7 0 0 0 0 0 0 14 3 0.54 0.97 236 N -3 -2 7 0 -4 0 -1 0 -2 -4 -1 2 -3 -4 -4 0 -2 -4 0 -3 0 0 54 3 0 4 3 5 0 0 7 11 0 0 0 4 0 0 3 2 0.86 0.97 237 A 2 -3 1 0 -3 -2 -3 -3 -3 -1 0 1 6 -3 -4 0 -1 2 -3 -1 20 0 7 6 0 0 0 0 0 3 8 11 27 0 0 7 3 3 0 3 0.47 0.97 238 T -1 0 1 0 -3 -2 1 -1 -2 -3 -3 -2 1 -3 0 0 5 -3 3 -1 5 6 5 4 0 0 10 4 0 1 1 1 4 0 4 5 37 0 10 3 0.43 0.92 239 P 0 2 0 -1 -3 -2 -2 0 -3 -1 0 1 -2 -3 4 -2 1 -3 -1 0 6 12 5 4 0 1 1 7 0 3 8 9 0 1 21 1 8 0 3 9 0.28 0.82 240 I 0 -2 0 -1 -3 -2 0 0 -2 0 -1 -2 2 3 -3 0 -1 -2 3 2 9 1 5 4 0 1 5 7 1 6 3 1 6 13 1 6 3 0 10 15 0.19 0.78 241 T -1 -2 1 0 -3 -2 0 4 -2 -2 -2 0 -2 -3 -2 1 0 -3 0 0 3 1 7 4 1 1 6 33 1 1 5 7 1 1 1 10 6 0 4 7 0.34 0.76 242 N -2 1 3 2 -3 2 0 2 -2 -3 -3 1 0 -3 -2 0 -1 -3 -3 -3 2 7 13 10 0 12 6 18 1 1 2 8 2 1 1 8 3 0 1 2 0.32 0.81 243 K 0 -2 2 2 -3 -2 1 0 1 0 0 0 -2 -2 -2 1 1 -3 0 -2 6 1 9 10 0 1 10 7 3 7 10 6 1 1 1 9 10 0 4 3 0.12 0.80 244 F -2 -3 -2 1 -3 -3 -3 0 -1 1 1 -1 -1 4 -3 -1 -2 -2 1 2 3 1 2 9 0 1 1 9 2 10 14 3 1 22 1 4 1 0 5 13 0.29 0.83 245 T 0 -2 0 1 -1 -2 -1 0 -2 -3 -2 1 -3 -3 -3 2 4 -3 2 -1 7 1 3 8 1 1 3 6 0 1 3 9 0 1 1 15 25 0 9 5 0.30 0.89 246 N 0 -2 2 5 -4 0 0 1 0 -4 -4 -2 -3 -4 -3 0 1 -4 -2 -3 7 2 10 33 0 4 5 12 2 1 1 1 0 1 1 7 10 0 2 1 0.52 0.92 247 T 0 0 0 2 -3 -1 -2 -3 -1 -2 -3 0 -3 -3 -2 2 4 -1 1 0 8 6 3 11 0 2 1 1 2 2 1 6 0 0 1 18 25 1 6 6 0.34 0.93 248 S 0 -1 0 0 -3 -2 0 1 1 -2 -1 -2 -3 -3 -3 1 3 -3 3 -2 8 3 5 6 0 1 8 11 4 1 6 1 0 0 1 11 21 0 12 2 0.27 0.93 249 G 0 -1 1 0 -2 -2 0 5 -1 0 -2 -1 1 -2 -3 -2 -2 -4 -3 -3 7 4 6 5 1 1 5 45 2 6 5 4 4 1 1 2 1 0 0 1 0.54 0.93 250 F -3 -3 0 0 -4 -3 -2 -4 1 2 -1 -3 -1 5 -4 -3 -3 2 5 0 1 1 5 7 0 1 3 1 3 12 4 1 1 29 1 1 1 3 19 7 0.65 0.93 251 A 4 -3 0 -3 -3 -2 1 -1 -3 -1 -1 1 0 -4 -3 1 -1 -4 -3 -1 46 0 4 1 0 0 8 4 0 4 5 8 3 0 0 8 3 0 0 4 0.46 0.97 252 N 1 -2 6 2 -3 -2 1 -1 0 -3 -4 -2 -3 -1 -3 0 0 -4 -3 -3 11 1 40 12 0 1 8 4 1 1 2 1 0 3 1 7 4 0 1 1 0.64 0.89 253 K -2 -1 1 0 -4 -1 1 -1 2 -3 -3 5 -3 -3 0 -1 -2 -3 1 -2 1 1 5 4 0 1 8 5 5 1 2 46 0 1 5 4 1 0 6 3 0.58 0.89 254 T 2 -2 -2 1 -3 -2 0 1 -3 -3 -3 0 -3 -3 -2 0 5 -3 0 -2 18 1 1 9 0 1 6 10 0 1 2 5 0 1 1 5 36 0 3 1 0.47 0.89 255 Q -1 2 0 0 -3 6 0 -3 0 -3 -2 0 -2 -3 -2 -2 0 -3 1 -3 5 10 5 4 0 41 4 2 1 1 5 5 1 1 1 2 6 0 5 1 0.58 0.82 256 D -2 -2 6 1 -3 -2 0 2 -2 -3 -3 -2 -3 -3 -3 0 -2 -3 1 -3 2 1 44 8 0 1 5 15 1 1 2 1 1 1 1 8 1 0 6 1 0.71 0.82 257 V 2 -3 -3 -1 -3 -3 -1 -1 -3 2 0 -3 -2 5 -3 -2 -1 1 3 0 18 1 1 3 0 1 4 4 0 12 7 1 0 27 1 1 3 1 8 5 0.44 0.90 258 L 0 0 0 -1 -4 1 6 -1 -2 -3 -1 -1 -3 -3 -3 -1 -2 -3 0 -3 6 5 5 1 0 4 58 4 0 1 7 1 0 1 1 2 1 0 3 1 0.79 0.90 259 L 2 -4 -5 -5 -3 -4 -1 -5 -4 2 3 -4 0 1 -5 -3 0 -4 0 2 17 0 0 0 0 0 4 0 0 9 35 0 1 7 0 0 7 0 3 18 0.52 1.06 260 V 2 -4 -4 -5 -3 -4 -2 -2 -4 2 -1 -4 1 -3 -4 -2 1 -4 2 4 18 0 0 0 0 0 3 3 0 13 4 0 3 0 0 2 11 0 8 36 0.56 1.06 261 A 6 -4 -4 -4 -3 -3 -3 0 -4 -2 -2 -3 -3 -4 -3 0 1 -5 -1 0 68 0 0 0 0 0 0 5 0 1 4 0 0 0 0 3 10 0 3 7 0.90 1.06 262 Q 2 -2 2 -2 -4 6 1 0 -1 -4 -4 0 -3 -4 -3 0 0 -4 0 -4 17 0 9 0 0 39 7 6 1 0 0 4 0 0 0 7 5 0 3 0 0.67 1.03 263 Y -2 -4 0 -5 -5 -4 -4 -5 -1 -1 -2 -4 -3 1 -5 -4 -4 0 9 -3 3 0 5 0 0 0 0 0 0 4 3 0 0 0 0 0 0 0 85 0 1.97 1.06 264 Q 0 -2 1 -3 -5 6 0 -4 1 -4 -1 2 -3 -5 0 -1 1 -5 -4 -4 9 0 8 0 0 40 5 0 3 0 6 13 0 0 4 2 10 0 0 0 0.69 1.06 265 F -4 -5 0 -5 -4 -5 -5 -2 -3 1 1 -5 0 7 -5 -4 0 3 3 1 0 0 5 0 0 0 0 3 0 7 10 0 2 48 0 0 6 4 8 8 0.95 1.06 266 D -1 -3 0 6 -4 -2 0 1 0 -4 -5 -3 -4 -5 -1 -1 2 -5 -4 -2 6 0 3 51 0 0 6 10 2 0 0 0 0 0 4 2 12 0 0 2 0.86 1.01 267 F -2 -3 3 -3 0 0 -3 -4 -3 -3 -1 -1 0 6 -1 -1 -1 3 1 -1 2 0 18 0 2 4 0 1 0 0 4 4 3 36 4 5 3 4 3 4 0.62 0.99 268 G 0 -3 -2 -3 -4 -3 -2 6 -4 -4 -4 -1 -4 -4 -1 0 2 0 -4 -2 8 0 0 0 0 0 2 56 0 0 1 3 0 0 2 8 13 2 0 3 0.88 0.99 269 L -2 -4 -4 -4 -3 -4 -4 -4 1 1 4 -4 -1 4 -1 -3 -1 -3 -2 0 3 1 0 1 0 0 1 1 4 5 50 1 0 20 4 1 4 0 0 5 0.69 0.96 270 R -3 6 0 -3 -4 -2 -3 -2 1 -3 -1 0 1 1 -4 -1 1 -4 -3 -1 1 48 4 0 0 0 0 3 4 0 5 5 4 6 0 4 8 0 0 6 0.68 0.98 271 P 0 -3 -3 -1 -4 1 -3 -4 -4 -3 0 -1 -3 -4 6 -1 0 -5 -1 0 7 0 0 4 0 6 0 0 0 0 10 4 0 0 46 5 4 0 2 9 0.91 1.01 272 S 2 -3 -1 -3 -3 -3 -2 1 -3 -2 -3 -3 0 -2 -3 5 2 -4 -4 -2 15 0 2 0 0 0 1 8 0 2 2 0 3 1 0 48 12 0 0 3 0.63 1.01 273 I 1 -4 -2 -5 -3 -4 -4 -3 -4 4 2 -4 -1 0 -4 -3 0 -4 2 3 14 0 2 0 0 0 0 2 0 22 18 0 0 3 0 0 4 0 7 25 0.52 1.01 274 A 3 -3 3 -3 -3 -3 -3 1 -3 -2 -2 0 0 1 -4 2 -1 3 1 -3 29 0 15 0 0 0 0 11 0 3 3 5 2 6 0 13 3 4 4 0 0.40 1.02 275 Y -3 -3 0 -4 -4 0 -2 -4 -1 -3 -3 -3 -3 3 -4 -1 1 -1 8 -3 0 0 4 0 0 5 2 0 0 0 0 0 0 8 0 4 9 0 64 0 1.38 1.02 276 T -1 -3 1 -3 -3 -1 -1 -1 -3 -1 3 -1 1 -1 -4 0 3 -4 -2 1 5 0 6 0 0 3 4 4 0 1 28 3 3 2 0 5 22 0 1 10 0.31 1.00 277 K -2 0 -1 1 -4 4 1 -4 0 -4 -2 1 2 -1 -3 0 0 -3 3 -3 3 4 3 10 0 25 10 1 2 0 3 10 6 2 0 5 6 0 10 0 0.43 0.99 278 S 1 -3 1 -3 -3 -2 -1 -1 -3 -3 -1 -3 0 0 -3 5 1 -4 1 -1 11 0 8 0 0 0 4 3 0 0 6 0 3 3 0 44 6 0 6 4 0.50 1.02 279 K 0 0 1 1 -5 2 1 -2 -1 -4 -4 5 0 -1 -3 -2 -1 -5 -4 -4 8 3 6 9 0 7 8 2 1 0 0 46 3 3 0 0 2 0 0 0 0.65 1.02 280 A 1 -3 1 0 -4 -3 1 4 -3 -4 -3 -2 -4 -5 0 0 1 -5 -4 -3 12 0 8 6 0 0 12 34 0 0 3 2 0 0 5 8 8 0 0 2 0.48 1.02 281 K 0 1 1 2 -4 0 0 -3 -3 -3 -3 5 -3 -5 -3 2 -2 -5 -4 -4 6 5 7 10 0 2 5 0 0 1 2 43 0 0 0 15 1 0 0 0 0.66 1.02 282 D 0 -3 3 5 -4 -1 3 0 2 -5 -5 -2 -4 -5 -3 -2 -2 -5 -4 -4 7 0 17 42 0 1 17 6 5 0 1 0 0 0 0 1 2 0 0 0 0.87 0.98 283 V -1 -1 1 0 -3 -3 -3 -4 -3 2 2 -3 -1 -1 -1 0 3 -4 -3 1 5 4 7 6 0 0 1 1 0 11 25 1 1 2 3 5 19 0 0 9 0.29 0.96 284 E 0 -1 3 1 -4 -1 3 1 -1 -4 -3 2 -3 -4 -1 0 1 -4 -2 -3 7 2 15 8 0 2 18 10 1 1 2 12 0 1 3 6 10 0 1 1 0.33 0.91 285 G 0 1 2 1 -4 -3 -3 1 -3 1 -3 1 -3 -4 2 1 1 -5 -4 1 9 9 9 9 0 0 1 9 0 9 1 9 0 0 9 9 9 0 0 9 0.22 1.12 286 I 0 -2 -1 -2 -3 0 -3 1 -1 3 -2 -1 -2 0 -3 0 -2 1 4 1 10 2 2 2 0 5 1 12 1 18 3 4 0 3 1 7 1 2 14 12 0.24 0.89 287 G -1 -2 -1 0 -3 1 -1 4 -2 -3 -3 2 -3 -3 -3 2 1 -3 1 -3 4 1 2 4 0 7 4 29 0 1 1 11 0 1 1 15 11 0 5 1 0.41 0.89 288 D -2 -2 3 4 -4 -2 -1 1 0 -4 -4 1 -3 -3 -3 1 0 -3 3 -4 1 1 12 26 0 1 3 12 3 1 1 8 0 0 1 13 4 0 11 1 0.50 0.94 289 V 0 -1 1 -2 -4 3 3 -2 0 -3 -1 2 -3 -2 1 0 -1 -3 0 -1 6 3 5 1 0 13 20 2 2 1 6 16 0 2 6 5 3 0 3 5 0.28 0.91 290 D -1 0 0 6 -4 -2 0 -3 -3 -4 -4 -2 -4 -3 -3 -2 0 4 1 -4 6 5 2 59 0 0 3 1 0 1 1 1 0 0 1 1 6 7 5 1 1.06 0.96 291 L 0 1 -3 -4 -3 -3 -3 -2 -3 1 4 0 2 -2 -3 -1 1 2 -1 -2 7 8 1 1 0 1 1 4 0 7 42 5 6 1 1 5 8 2 2 1 0.38 0.92 292 V 2 2 -3 -3 -3 -2 -2 -3 -2 0 0 0 1 -2 -3 -2 0 -3 2 3 23 13 1 1 0 1 1 1 0 4 8 6 4 1 1 1 5 0 8 21 0.29 0.75 293 N -3 0 4 3 -5 1 1 -3 3 -5 -5 4 -4 -5 -3 -2 -3 -5 -3 -4 0 3 21 17 0 7 9 0 8 0 0 32 0 0 0 0 0 0 0 0 0.78 0.86 294 Y -1 -3 1 -3 2 2 1 -1 3 -4 -1 -3 -3 3 -4 -1 -3 -2 6 -3 6 0 8 0 5 12 9 5 6 0 5 0 0 10 0 3 0 0 30 0 0.57 0.89 295 F 0 -4 -5 -5 -3 -4 -5 -5 -4 3 1 -4 2 4 -5 -3 0 -3 2 2 10 0 0 0 0 0 0 0 0 20 12 0 5 21 0 0 7 0 6 18 0.59 0.89 296 E 2 -3 0 3 -4 1 2 -3 -3 1 -1 -3 1 -4 -4 1 0 -5 -4 -1 19 0 4 17 0 6 13 0 0 11 7 0 3 0 0 11 5 0 0 3 0.31 0.89 297 V -2 -4 -5 -5 -3 -4 -5 -5 -5 3 3 -4 3 0 0 -4 -3 -4 -3 4 3 0 0 0 0 0 0 0 0 18 30 0 8 4 5 0 0 0 0 32 0.73 0.89 298 G -2 -4 1 3 -5 0 1 5 -3 -5 -5 -3 -4 -5 -4 1 -1 -5 -5 -1 0 0 6 15 0 4 8 49 0 0 0 0 0 0 0 9 3 0 0 5 0.81 0.89 299 A 3 -3 -3 -4 -3 1 -3 1 -4 -2 1 -3 0 -3 -3 0 1 -4 -3 2 34 0 0 0 0 6 0 11 0 0 16 0 2 0 0 7 9 0 0 15 0.38 0.75 300 T -2 1 -2 1 -4 1 1 -4 4 -3 -4 -2 -3 -3 -3 1 4 2 2 -3 0 7 0 8 0 8 8 0 10 1 0 0 0 0 0 10 36 3 9 0 0.54 0.75 301 Y -4 -4 -4 -5 -4 -3 -4 -5 0 -3 -3 -4 -3 1 -5 -4 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 2.17 0.75 302 Y 1 1 0 -1 -4 -2 1 -4 3 -3 -1 0 -3 2 -4 -1 -3 -2 6 -3 15 10 4 3 0 0 9 0 6 0 5 5 0 9 0 3 0 0 32 0 0.54 0.75 303 F -4 -4 -5 -5 -4 -5 -5 -5 -3 -2 2 -5 -1 8 -5 -4 -4 -1 4 -2 0 0 0 0 0 0 0 0 0 0 16 0 0 74 0 0 0 0 10 0 1.51 0.75 304 N -2 -2 6 -1 -4 1 -2 -2 -2 -4 -5 1 -3 -5 -3 3 2 -5 -4 -4 0 0 47 0 0 5 0 0 0 0 0 7 0 0 0 24 16 0 0 0 0.90 0.75 305 K -2 2 1 -2 -5 -1 -1 -3 -3 -5 -4 6 -3 -5 3 1 -2 -5 -4 -4 2 9 5 0 0 0 0 0 0 0 0 58 0 0 13 13 0 0 0 0 0.91 0.75 306 N -3 2 7 2 -5 1 -1 -3 2 -5 -5 2 -4 -5 -4 -1 -2 -5 -4 -5 0 10 59 10 0 5 0 0 5 0 0 11 0 0 0 0 0 0 0 0 1.08 0.75 307 M -3 -4 -4 -5 -3 -3 -4 -5 -4 0 2 -4 6 4 -4 -3 3 -3 -1 1 0 0 0 0 0 0 0 0 0 2 15 0 26 24 0 0 20 0 0 12 0.74 0.75 308 S 0 3 1 -3 -3 -2 -2 -3 -3 1 -2 1 -3 -3 -3 3 0 3 -1 0 6 20 6 0 0 0 0 0 0 10 1 8 0 0 0 29 4 5 2 9 0.39 0.75 309 T 2 -3 -3 -3 -3 -3 -3 1 -4 -2 -2 -3 3 1 0 0 5 -4 -3 -1 17 0 0 0 0 0 0 11 0 1 0 0 10 6 5 5 40 0 0 4 0.52 0.75 310 Y -3 -4 -4 -4 -4 -3 -1 -5 -1 -1 -3 -4 -3 3 -5 -3 -1 3 8 -3 0 0 0 0 0 0 5 0 0 4 0 0 0 11 0 0 5 2 72 0 1.48 0.74 311 V 2 -4 -4 -4 -3 -3 -4 -4 -4 1 0 -3 1 -2 -4 -2 1 -4 2 5 18 0 0 0 0 0 0 0 0 4 8 0 4 0 0 0 11 0 8 47 0.58 0.70 312 D 0 -2 1 5 -4 2 3 0 -2 -5 -5 -2 -4 -5 -3 3 -2 -5 -4 -4 6 0 4 32 0 8 18 6 0 0 0 0 0 0 0 25 0 0 0 0 0.69 0.70 313 Y -1 -4 -4 -5 -4 -3 -4 -5 0 -3 -2 -4 1 3 -5 -3 -3 4 8 -3 5 0 0 0 0 0 0 0 0 0 0 0 5 8 0 0 0 6 76 0 1.61 0.70 314 I -2 2 1 1 -4 2 -1 -3 -2 0 -3 5 -3 -3 -3 -2 -1 -4 1 -3 0 7 7 8 0 8 0 0 0 7 0 52 0 0 0 0 3 0 5 0 0.64 0.66 315 I -2 -4 -5 -5 -3 0 -4 -5 -4 6 2 -4 -1 3 -5 -4 -3 -3 -2 1 3 0 0 0 0 6 0 0 0 58 17 0 0 14 0 0 0 0 0 3 0.84 0.70 316 N -3 0 7 3 -5 1 -2 0 -1 -5 -5 -2 -4 -5 -4 -1 -2 -5 -4 -5 0 5 68 14 0 6 0 8 0 0 0 0 0 0 0 0 0 0 0 0 1.19 0.70 317 Q -1 -2 -3 -4 -4 1 -3 1 -3 -2 4 3 -1 2 -4 -3 -3 -3 -2 -2 5 0 0 0 0 9 0 11 0 0 44 21 0 10 0 0 0 0 0 0 0.46 0.70 318 I -2 -4 -1 0 -3 -3 -3 -4 -4 2 4 -3 0 -2 -4 0 1 -4 -3 1 0 0 3 8 0 0 0 0 0 11 46 0 1 0 0 10 10 0 0 10 0.48 0.70 319 D -3 -2 2 6 -5 1 0 0 -1 -5 -5 0 -4 -5 -3 -1 -3 -6 -4 -5 0 0 11 65 0 8 0 6 1 0 0 7 0 0 0 3 0 0 0 0 1.12 0.70 320 S 0 -2 0 2 -3 -1 1 -2 -2 -3 -3 3 3 0 -3 2 -2 -3 2 -3 9 0 3 14 0 0 9 2 0 0 1 19 10 5 0 18 0 0 8 0 0.32 0.64 321 D -2 -3 3 6 -4 -2 1 0 -2 -4 -4 -2 -3 -4 -3 0 1 -4 -4 -2 1 0 18 47 0 0 6 5 0 0 1 1 0 0 0 5 9 0 0 3 0.79 0.64 322 N -2 -2 3 5 -4 -1 0 0 -2 -4 -4 1 -4 -4 -3 0 0 -4 -4 -4 3 0 18 42 0 2 2 8 0 0 1 11 0 0 0 5 6 0 0 1 0.71 0.69 323 K 1 0 1 1 -3 -1 -1 -1 -2 -2 -2 3 -2 -1 -1 1 -1 -3 1 1 13 5 7 9 0 1 1 3 0 0 3 20 0 2 3 11 2 0 6 13 0.19 0.69 324 L 2 -2 -2 -3 -3 -2 -3 -1 -3 2 2 1 -1 1 -3 -1 -1 4 -2 0 19 1 2 1 0 0 1 4 0 11 21 13 0 6 1 4 3 6 0 7 0.24 0.67 325 G -2 -2 1 0 -3 0 0 5 -2 -3 -3 1 -3 1 -3 0 -2 -3 1 -2 1 1 7 4 0 5 5 42 0 1 1 9 0 7 1 6 1 0 5 3 0.49 0.65 326 V 0 -3 -3 -3 -3 -2 1 -3 -3 4 0 -3 1 -2 -2 -2 1 -3 0 3 10 1 1 1 0 1 12 1 0 31 7 1 3 0 2 1 8 0 3 19 0.37 0.65 327 G 0 -1 5 1 -4 1 -1 2 -2 -4 -4 1 -3 -4 0 1 -1 -4 -4 -4 6 2 30 8 0 7 3 16 0 0 1 8 0 0 5 12 2 0 0 0 0.49 0.70 328 S 0 1 -1 -2 -3 0 0 -1 -3 -3 -2 -1 1 -4 -3 0 5 -4 -4 -1 8 7 2 2 0 5 5 5 0 0 2 3 4 0 0 5 51 0 0 3 0.55 0.74 329 D -3 -2 0 7 -5 -1 3 -3 -2 -4 -5 -2 -4 -5 -3 -1 -2 -5 -4 -4 1 2 2 72 0 0 17 1 0 0 1 0 0 0 0 2 0 0 0 0 1.32 0.69 330 D -3 -3 5 7 -4 -2 -1 -3 -2 -4 -5 -2 -4 -5 -3 -2 -2 -5 -4 -4 1 0 30 64 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1.34 0.69 331 T -1 -2 0 0 -3 3 2 -1 -3 2 -2 -1 1 -3 -3 -2 2 -4 -3 1 3 0 5 3 0 15 17 5 0 18 1 3 4 0 0 0 16 0 0 8 0.30 0.69 332 V -1 -4 -4 -4 -3 -4 -4 -4 -3 2 1 -4 -1 4 -4 -3 -2 5 2 4 3 0 0 0 0 0 0 1 0 12 15 0 0 22 0 0 0 7 5 31 0.64 0.69 333 A 5 1 -3 -3 -2 -2 -2 1 -3 -3 -3 -2 -3 -4 -3 -1 1 -4 -3 0 62 8 0 0 0 0 0 11 0 0 1 0 0 0 0 0 10 0 0 5 0.69 0.69 334 V 1 -4 -4 -4 -3 -3 -4 -4 -4 1 3 -3 0 -2 -4 -3 -1 -4 -3 4 12 0 0 0 0 0 0 1 0 5 37 0 0 0 0 0 2 0 0 40 0.65 0.69 335 G 1 -4 -1 -3 -4 -4 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 9 0 2 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 1.62 0.74 336 I 0 -4 -5 -5 -3 -4 -5 -5 -5 4 4 -4 3 -2 -4 -4 -3 -4 -3 2 7 0 0 0 0 0 0 0 0 26 47 0 8 0 0 0 0 0 0 12 0.77 0.72 337 V -2 5 0 -3 -4 2 -2 -4 -3 -1 -2 -1 -2 -4 -4 -1 1 -5 -3 4 0 35 5 0 0 9 0 0 0 1 0 0 0 0 0 4 9 0 0 36 0.62 0.72 338 Y -4 -3 -4 -5 -4 -3 -4 -5 3 -3 -3 -4 -3 1 -5 -3 -3 0 9 -3 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 92 0 1.99 0.72 339 Q -3 -1 2 3 -5 5 0 -4 1 -4 -2 1 -3 2 -4 -2 -3 -3 2 -4 0 2 10 21 0 35 1 0 2 0 5 8 0 9 0 0 0 0 7 0 0.63 0.70 340 F -4 -5 -5 -5 -4 -5 -5 -5 -3 -2 -1 -5 -2 9 -6 -4 -4 -1 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.96 0.70 K Lambda Standard Ungapped 0.1371 0.3147 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1697 0.3173 PSI Gapped 0.0519 0.2670 proftmb-1.1.12/examples/1fep_A.f.4.Q0000644015075101507510000034606512026631531013640 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 Q -3 -1 -2 -1 -5 7 4 -4 -2 -5 -4 -1 -3 -5 -3 -2 -3 -4 -4 -4 0 0 0 0 0 68 32 0 0 0 0 0 0 0 0 0 0 0 0 0 1.46 0.82 2 E 0 -2 0 -1 -5 4 5 -4 -3 -5 -4 2 0 -5 -3 -1 2 -5 -4 -4 7 0 3 2 0 19 40 0 0 0 0 11 3 0 0 2 12 0 0 0 0.79 1.06 3 P -1 -3 -1 -1 -5 -1 -3 -1 0 -5 -5 0 -4 -6 7 -3 1 -6 -5 -2 6 1 2 4 0 3 0 6 2 0 0 6 0 0 60 0 8 0 0 3 1.39 1.17 4 T 2 -4 -3 -2 -4 -1 0 -4 -4 -3 -1 -3 -3 -5 0 2 5 -5 -4 0 16 0 0 2 0 3 6 0 0 0 5 0 0 0 4 13 47 0 0 6 0.79 1.44 5 D 1 -2 0 6 -5 1 3 -4 -4 -5 -5 -2 -5 -6 -1 -1 -3 -6 -5 -1 11 2 3 48 0 5 17 0 0 0 0 1 0 0 3 4 1 0 0 5 0.98 1.50 6 T 1 -1 -2 0 -4 2 -1 -2 -4 -3 -3 0 -2 -5 0 1 5 -6 -5 -3 10 4 1 5 0 9 4 2 0 1 2 5 1 0 4 11 40 0 0 1 0.61 1.57 7 P 0 -4 -3 -1 -1 1 0 -3 -2 -2 -5 -3 -4 -3 7 -1 1 -6 -3 -1 7 0 1 3 1 5 6 2 1 3 0 1 0 1 53 4 8 0 1 4 1.16 1.57 8 V 1 -3 -2 -2 -4 0 -3 -2 -5 2 0 -2 -3 -4 -2 -1 2 -5 -1 3 14 1 1 2 0 5 1 2 0 12 10 2 0 0 2 5 15 0 2 25 0.37 1.57 9 S 1 0 1 -1 -4 2 0 -1 -3 -4 -1 -1 -4 -3 -1 3 1 -5 -2 -2 12 4 7 3 0 8 7 5 0 0 7 3 0 1 4 25 9 0 1 2 0.30 1.53 10 H 1 -1 1 1 -4 2 2 -2 3 -3 0 -1 -1 -2 -3 0 0 -4 -1 -1 11 2 6 7 0 11 16 3 6 1 10 3 1 1 1 7 6 0 2 4 0.23 1.50 11 D -2 -2 1 4 -5 0 3 -2 -4 -1 1 -2 -2 -2 -3 -1 -1 -5 -3 -2 3 1 7 28 0 4 19 4 0 3 15 1 1 2 1 4 4 0 1 2 0.48 1.57 12 D -3 -3 -1 6 -6 -1 4 -2 -4 -3 -4 -3 -3 -4 -1 -2 -2 -6 -5 -2 2 1 3 47 0 2 26 3 0 2 1 0 1 1 4 3 2 0 0 3 1.08 1.71 13 T 1 -1 -2 -2 -4 0 2 -3 -3 -1 -4 -1 -2 -5 0 -1 4 -1 -4 2 10 3 2 2 0 4 16 1 0 3 1 4 1 0 4 3 31 1 0 14 0.50 1.70 14 I -2 -5 -6 -6 -4 -5 -4 -6 -6 4 2 -4 2 -3 -2 -3 -1 -5 -4 5 3 0 0 0 0 0 1 0 0 24 16 1 4 1 2 2 4 0 0 43 0.99 1.76 15 V -2 -5 -4 -5 -4 0 -3 -4 -4 3 -2 -4 -3 -4 -4 -1 2 -6 -4 6 3 0 0 0 0 4 2 1 0 13 2 1 0 0 0 4 13 0 0 56 1.02 1.78 16 V 0 -2 -4 -2 -4 -5 -4 -2 -6 2 -1 -4 -3 -3 -5 -3 -1 -6 -3 6 7 3 1 2 0 0 1 3 0 7 4 0 0 1 0 2 3 0 0 65 1.10 1.79 17 T -1 -3 -1 -2 -4 -2 -3 -1 -5 -3 -4 -2 -3 -5 -3 1 7 -6 -3 0 4 1 2 2 0 1 1 5 0 1 1 2 0 0 1 9 64 0 1 5 1.15 1.80 18 A 5 0 -3 -5 -4 -2 -2 3 -3 -4 -3 -2 -1 -3 -4 0 -1 -5 -1 -2 44 5 1 0 0 2 2 23 1 0 2 2 2 1 1 5 3 0 3 3 0.71 1.80 19 A 2 0 -1 -1 -4 0 0 0 -3 -2 -2 0 -2 -3 -1 2 3 -5 -2 -3 20 5 3 3 0 3 7 6 1 2 3 5 1 1 3 18 17 0 1 1 0.33 1.78 20 E -1 4 -1 -1 -5 2 3 -2 -2 -3 -3 1 -3 -4 0 -1 0 -5 -4 -3 5 23 2 4 0 10 23 3 0 1 2 9 1 1 5 4 5 0 0 2 0.54 1.76 21 Q 0 2 0 2 -5 4 0 -3 -3 -3 -1 2 -2 -3 -2 0 0 -5 -4 -3 7 11 4 10 0 22 6 2 0 1 5 12 1 1 2 7 6 0 0 2 0.39 1.77 22 N 0 2 4 1 -5 0 -1 -2 -1 -3 -2 1 -2 -4 0 2 1 -6 -2 -2 9 10 17 8 0 5 3 3 1 2 4 8 1 0 5 13 8 0 1 3 0.30 1.77 23 L -1 1 -2 -1 -5 1 -1 -3 -4 1 3 0 0 0 -3 -1 0 -3 1 1 5 7 2 4 0 5 5 2 0 8 25 5 2 4 1 4 5 0 6 10 0.19 1.79 24 Q -1 2 -1 1 -5 3 3 -3 -2 -3 -2 0 -1 -4 0 1 1 -6 -3 -3 4 11 3 8 0 15 19 1 0 1 4 6 1 0 4 9 10 0 1 1 0.39 1.81 25 A 3 -3 -3 -2 -4 -1 -2 -1 -3 -1 -2 -2 -1 -5 -2 2 3 -6 -2 2 29 1 1 2 0 3 2 4 1 2 4 3 1 0 2 12 18 0 2 14 0.43 1.82 26 P 1 -1 -2 -2 -5 -1 -3 -2 -4 -3 -3 -1 -4 -5 6 0 0 -5 -2 -1 12 4 2 3 0 3 1 4 0 1 2 3 0 0 44 8 6 0 2 4 0.92 1.73 27 G 2 -2 1 -1 -4 0 -1 3 -3 -3 -3 -1 -1 -1 0 2 1 -1 -4 -2 17 2 7 3 0 5 4 19 0 2 2 3 1 2 5 16 7 1 0 2 0.31 1.71 28 V 1 -3 -4 -5 -4 -4 -3 -3 -5 2 0 -5 1 -3 -2 1 1 -2 -3 5 14 1 0 0 0 1 1 1 0 13 6 0 4 1 2 9 10 0 1 36 0.60 1.83 29 S 1 -1 -1 0 -3 0 -1 -3 -4 0 -3 -3 -1 -3 -3 4 3 -5 -1 1 9 3 3 5 0 4 4 2 0 6 2 1 1 1 1 28 16 0 2 12 0.39 1.84 30 T 0 -2 -1 -3 -4 0 -3 -5 -3 1 -3 -2 -2 -5 -5 1 4 -3 -3 4 8 2 3 2 0 5 1 0 1 7 2 2 1 0 0 12 27 0 1 26 0.59 1.86 31 I 0 -3 -4 -6 -4 -3 -5 -5 -4 5 0 -2 -1 -2 -3 -2 -1 -3 -4 5 7 1 1 0 0 1 0 1 0 28 7 3 1 1 1 2 3 0 0 43 0.93 1.85 32 T -2 -2 0 0 -4 -2 -3 -1 -5 1 -2 0 -2 -3 -2 1 5 -6 -3 0 2 2 5 4 0 1 1 4 0 7 4 6 1 1 2 12 40 0 1 8 0.57 1.85 33 A 3 2 -2 0 -4 0 -1 0 -3 -2 -3 0 -2 -5 0 2 1 -2 -3 -2 22 11 2 6 0 5 3 8 1 2 2 6 1 0 5 13 8 1 1 3 0.27 1.80 34 D 0 1 -1 3 -5 2 4 -2 -2 -4 -3 1 -3 -5 -2 -1 0 -5 -3 -4 9 7 3 17 0 11 25 3 1 1 3 8 0 0 2 3 7 0 1 1 0.51 1.80 35 E 0 -1 -1 3 -5 4 4 -4 -2 -4 -4 0 -3 -5 -3 -1 -2 -6 -5 -2 7 4 2 17 0 18 31 1 1 1 2 4 0 0 1 4 2 0 0 4 0.71 1.81 36 I -2 -1 -4 -2 -4 -1 -2 -5 -5 5 3 -2 3 -1 -5 -3 -2 -5 -4 2 3 3 1 3 0 3 3 1 0 35 23 2 7 2 0 2 2 0 0 10 0.69 1.79 37 R -1 3 -1 -1 -5 2 2 -2 -4 1 0 1 0 -1 -2 -2 -2 -5 -2 -2 6 19 3 4 0 8 15 3 0 7 11 8 2 2 2 3 3 0 1 2 0.29 1.78 38 K 0 3 -1 2 -5 2 2 -3 -3 -4 -2 3 -1 -5 -4 0 0 -5 -4 -3 9 15 3 11 0 10 13 2 0 1 4 16 2 0 0 6 6 0 0 2 0.43 1.81 39 N -1 2 3 2 -5 2 0 -2 -1 -2 -1 0 -2 -2 -4 1 1 0 -3 -1 6 10 13 11 0 9 5 3 1 2 5 7 1 1 0 11 8 1 1 4 0.25 1.80 40 P -1 0 -1 -1 -5 3 -1 2 -3 -3 -3 0 -1 -4 4 0 1 -5 -4 -3 4 5 3 4 0 15 3 16 1 1 2 5 2 1 19 7 9 0 1 2 0.45 1.77 41 V 0 0 0 -2 -3 0 -2 0 -1 1 0 -2 1 0 1 -1 1 -4 -1 2 8 5 6 3 0 5 3 9 1 8 8 3 3 4 7 4 8 0 2 14 0.09 1.57 42 A 4 -3 -1 -3 -4 -2 -2 -1 -4 -1 -1 -3 -1 -2 0 2 1 -3 -2 1 35 1 3 1 0 1 2 5 0 3 6 1 1 1 5 14 9 0 1 9 0.42 1.72 43 R -2 4 3 0 -5 3 -1 -2 0 -2 -3 1 -2 -5 -3 0 1 -5 -2 -2 3 24 12 5 0 12 4 4 2 2 3 7 1 0 1 8 10 0 1 3 0.44 1.72 44 D -2 -3 3 4 -5 -1 0 -2 -4 -2 -2 -3 -3 -2 -2 3 2 -6 -5 -2 3 1 15 23 0 3 5 2 0 2 4 1 0 2 1 19 15 0 0 3 0.55 1.83 45 V -1 -4 -3 -3 -4 -3 -3 -3 -5 3 2 -4 1 -1 -3 -2 -1 -3 -4 4 6 1 1 1 0 1 2 2 0 18 23 1 3 2 1 3 4 0 0 31 0.64 1.84 46 S 2 0 1 1 -5 1 0 0 -3 -3 -3 0 -3 -3 2 1 1 -1 -1 -2 15 4 7 9 0 6 7 8 0 1 2 5 1 1 9 12 9 1 2 2 0.22 1.85 47 K 1 -2 -1 5 -5 2 3 -3 -2 -5 -3 0 -2 -6 -3 -1 -1 -6 -4 -2 11 2 2 32 0 9 21 2 1 0 3 5 1 0 1 5 3 0 0 3 0.70 1.84 48 I 3 -4 -3 -4 -4 -5 -4 -3 -5 2 3 -4 0 -2 -5 0 -1 -5 -1 2 25 0 1 1 0 0 1 2 0 10 28 1 2 2 0 7 3 0 2 16 0.57 1.84 49 I 0 -5 -3 -4 -4 0 -4 -4 -5 2 4 -4 0 0 -3 -1 0 -5 -3 1 7 0 1 1 0 5 1 1 0 11 47 1 2 3 1 4 5 0 1 10 0.65 1.86 50 R 0 5 0 -1 -6 3 0 0 -2 -4 -3 2 -4 -4 -3 0 -2 -6 -3 -4 10 28 5 3 0 14 6 8 1 1 3 9 0 0 1 7 2 0 1 1 0.54 1.85 51 T 0 1 2 -1 -5 1 -1 -1 -1 -2 -1 0 0 -2 -4 0 2 -2 3 0 6 8 9 4 0 6 3 5 1 2 7 5 2 2 1 6 13 0 11 8 0.19 1.86 52 M -1 -5 -3 -2 -4 -1 -1 -4 -5 3 2 -4 2 -2 -3 -1 2 -5 -3 4 5 0 1 3 0 3 4 1 0 13 16 1 6 2 1 6 11 0 1 26 0.45 1.85 53 P 0 -3 -2 -2 -5 -1 -2 -4 -4 -4 -4 -4 -5 -6 8 0 -1 -6 -6 -4 9 1 2 2 0 2 2 1 0 1 1 0 0 0 69 6 3 0 0 1 1.80 1.84 54 G -1 -3 -1 -1 -5 -2 -3 6 -3 -5 -6 -3 -5 -6 -3 1 -3 -5 -4 -4 4 2 2 3 0 2 2 69 1 1 0 1 0 0 1 11 1 0 1 1 1.37 1.82 55 V -1 -5 -4 -4 -4 -1 -3 -4 -5 3 1 -4 0 1 -3 -3 -2 -5 -3 5 5 0 1 1 0 3 2 1 0 17 13 1 2 5 1 2 2 0 1 44 0.78 1.80 56 N -1 1 3 1 -4 2 -1 -1 -1 -1 -3 -1 -1 -3 -4 2 2 -4 -2 0 4 7 16 7 0 9 3 4 2 3 3 3 2 1 1 15 12 0 2 7 0.28 1.66 57 L 0 -2 -2 -2 -4 -2 -3 -3 -4 3 2 -3 1 2 -2 -2 -1 -4 0 3 9 2 2 3 0 1 2 2 0 17 17 1 3 9 2 3 4 0 3 20 0.38 1.67 58 T 0 0 0 0 -3 1 -1 0 -3 -1 -2 -1 -2 -2 1 1 3 -2 -2 1 9 4 5 5 0 7 5 6 0 4 4 3 1 2 6 11 18 1 2 8 0.16 1.55 59 G 0 1 0 2 -3 0 -1 4 -2 -2 -2 -1 -2 -2 -1 0 0 -3 -1 -2 7 8 5 10 0 4 5 28 1 2 3 3 1 2 3 7 5 0 2 2 0.31 1.42 60 N -1 1 4 1 -3 1 0 0 -1 -3 -2 -1 -1 -1 0 1 0 -2 -2 -2 6 7 20 6 0 7 5 8 2 2 4 4 1 3 5 10 6 1 2 3 0.23 1.47 61 S 1 -1 1 0 -1 1 -1 2 -2 -2 -3 -1 -3 -1 0 3 1 -4 -1 -2 11 3 6 4 1 6 3 14 1 2 3 3 0 3 4 22 8 0 3 2 0.25 1.60 62 T 0 0 1 -1 -3 0 -2 1 -3 0 -1 -2 -2 -1 0 1 2 -1 -1 1 8 5 8 3 0 3 2 13 0 5 6 2 1 3 4 10 15 1 2 8 0.15 1.55 63 S 0 -1 0 0 -3 -1 -1 1 -2 -1 -2 -2 -1 0 -1 3 1 -1 0 -2 8 4 5 6 0 3 5 11 1 4 3 2 1 4 3 21 10 1 4 3 0.19 1.57 64 G 0 -1 -1 -1 -2 -2 -2 5 -2 -3 -3 -2 -1 -1 -2 0 -1 -4 -4 -2 8 3 3 4 1 2 3 47 1 2 3 2 1 3 2 8 3 0 1 2 0.66 1.55 65 Q 1 0 0 0 -4 3 0 1 0 -1 -1 -1 0 -1 -1 0 0 -2 -2 -1 10 4 5 5 0 16 5 12 2 3 5 3 2 2 3 8 5 1 1 5 0.16 1.58 66 R -1 4 0 0 -4 -1 -1 -1 0 -2 -2 0 -1 0 1 1 0 -1 -1 -1 6 25 4 5 0 3 3 5 2 2 4 4 1 4 8 9 6 1 2 6 0.27 1.59 67 G -1 -2 0 0 -1 -2 -3 5 -2 -1 -2 -3 -3 -2 -1 0 0 -4 -1 -3 5 3 5 6 1 2 2 44 1 4 4 1 1 1 4 7 6 0 2 2 0.58 1.59 68 N 0 0 3 0 -4 -1 -1 2 -1 0 -2 -1 -2 0 -2 1 1 -4 0 -1 8 4 13 6 0 3 4 14 1 5 4 4 1 4 2 10 9 0 3 5 0.15 1.54 69 N 0 -1 3 1 -4 -1 0 1 -1 0 -1 -2 -2 -1 -1 2 0 -4 0 -1 8 4 14 7 0 2 5 11 1 5 5 2 1 2 3 13 7 0 4 5 0.16 1.54 70 R 1 3 0 1 -3 2 -1 -1 -1 -2 -1 0 0 -2 0 1 0 -1 -1 -1 10 15 4 7 0 8 3 5 1 2 6 5 3 1 6 11 6 1 2 4 0.15 1.44 71 Q 0 0 1 0 -3 3 -1 1 -1 -2 -2 -1 -1 -1 0 1 1 1 -1 -2 9 5 6 5 0 14 3 12 1 2 3 3 1 3 5 10 9 2 2 3 0.18 1.47 72 I -1 -3 0 -3 -4 -2 -4 -3 -4 3 1 -4 0 3 -2 -3 -1 -1 1 3 5 2 5 2 0 2 1 2 0 20 13 1 2 13 3 2 3 1 4 21 0.44 1.58 73 D -1 0 4 2 -4 0 -2 -1 -3 -2 -2 -1 0 1 -3 2 1 -2 0 -1 5 4 17 13 0 5 2 5 0 2 3 3 2 7 1 15 7 1 4 4 0.29 1.57 74 I -2 -5 -2 -5 -4 -2 -5 -3 -5 5 3 -4 2 0 -5 -2 -2 -4 0 2 2 0 2 0 0 2 0 2 0 33 23 1 5 4 0 3 2 0 3 15 0.71 1.65 75 R -3 7 -1 -2 -5 0 -2 -1 -2 -5 -2 -1 -2 -3 -4 -1 -4 -1 -2 -5 2 67 3 2 0 3 1 6 1 0 4 2 1 1 0 5 0 1 2 0 1.32 1.66 76 G -1 -2 -1 -2 -5 -1 -4 7 -2 -6 -6 -4 -5 -5 -5 -1 -4 -5 -3 -5 3 2 3 2 0 3 0 78 1 0 0 0 0 0 0 3 0 0 1 0 1.62 1.69 77 M -2 -1 -3 -3 -4 -2 -2 -3 -4 1 2 -4 3 5 -5 -2 0 -4 2 1 4 4 1 1 0 2 3 2 0 9 20 0 7 22 0 3 7 0 6 9 0.48 1.75 78 G 0 -3 1 2 -5 -1 -1 4 -2 -5 -5 -2 -4 -2 -2 1 -1 1 -2 -2 9 1 7 13 0 3 4 36 1 0 1 2 0 2 2 9 4 2 1 3 0.57 1.73 79 P 1 -3 1 2 -4 -1 -2 1 -1 -2 -2 -2 -2 -3 3 2 0 -5 -1 -2 12 1 6 12 0 3 2 10 2 2 4 3 1 1 15 14 7 0 2 3 0.29 1.72 80 E -1 2 3 1 -5 2 1 0 -2 -2 -3 -1 -4 -2 -1 2 0 0 -1 -2 6 11 13 8 0 8 7 6 1 3 3 3 0 2 3 15 4 1 2 3 0.23 1.77 81 N -2 3 4 1 -5 1 -2 0 0 -1 -3 -2 -1 0 -2 1 0 -5 1 -3 3 16 20 7 0 6 2 8 2 3 3 2 1 4 2 9 6 0 5 1 0.36 1.72 82 T 0 -1 1 -2 -4 -1 -1 -1 -4 1 -1 -3 0 0 -1 1 3 -5 -1 2 7 3 6 3 0 3 4 4 0 6 6 1 2 4 4 11 19 0 2 16 0.21 1.69 83 L -1 -2 0 -2 -4 1 -4 -1 -4 0 3 -2 2 0 -2 -1 0 -4 0 1 5 3 5 2 0 6 1 6 0 6 29 3 5 4 2 6 6 0 3 8 0.24 1.65 84 I -1 -1 -3 -2 -4 -1 -3 -2 -4 3 1 -2 1 2 -1 -2 -1 1 2 3 4 4 1 3 0 3 2 3 0 14 12 2 3 7 4 2 5 2 6 21 0.28 1.65 85 L -1 -3 -2 -4 -4 0 -3 0 -4 0 3 -2 2 1 -4 -2 1 -4 2 1 4 2 2 0 0 4 2 7 0 4 31 2 5 6 0 3 8 0 7 11 0.35 1.68 86 I -3 0 -2 -2 -4 -2 -2 -3 -2 4 1 -3 0 2 -5 -2 -1 1 0 4 2 5 2 2 0 2 2 2 1 21 14 2 2 8 0 3 3 2 3 25 0.46 1.68 87 D -3 0 3 6 -5 -2 0 -2 -1 -2 -5 -3 -5 -2 -4 -1 -2 -6 -2 -5 2 5 15 55 0 2 4 3 1 3 1 0 0 2 0 4 3 0 1 0 1.15 1.72 88 G -2 -3 -2 -2 -5 -3 -5 7 -5 -3 -5 -4 -5 -4 -2 -2 -3 -5 -5 -5 3 1 2 2 0 1 0 81 0 2 1 0 0 1 2 3 1 0 0 0 1.72 1.83 89 K -1 3 -2 -2 -4 -1 -2 -1 0 2 0 1 1 0 -2 -2 -2 -4 -3 2 6 16 1 3 0 3 3 5 3 10 10 9 3 4 2 3 2 0 1 16 0.23 1.61 90 P -2 3 -1 -3 -4 0 -1 0 -3 -3 -2 -2 -2 -4 5 0 -1 -4 -2 -1 3 18 3 1 0 4 4 8 0 2 4 2 1 1 32 7 4 0 2 4 0.63 1.55 91 V 0 -1 -1 -2 -3 1 -3 -3 -2 2 2 -3 2 1 -3 -1 -1 -3 1 3 7 4 4 2 0 6 1 2 1 13 17 2 5 6 1 4 3 0 4 18 0.27 1.59 92 S 1 -2 2 0 -3 0 -1 -1 1 -2 -2 -1 -1 1 0 2 1 -4 1 -1 10 2 8 4 0 5 5 5 4 2 4 3 2 5 5 19 8 0 4 5 0.15 1.60 93 S -1 -1 2 1 -3 0 0 1 -1 -1 -2 -3 -1 -2 -2 3 2 -1 0 -1 5 3 10 9 0 5 5 9 2 3 3 1 2 2 2 20 11 1 3 4 0.22 1.64 94 R 1 2 1 -1 -3 1 -1 -1 0 -2 -2 -1 0 0 0 1 0 -3 0 -1 10 13 7 3 0 6 3 5 2 3 5 3 2 4 6 13 7 0 4 4 0.13 1.59 95 N 1 -1 4 2 -1 -1 0 0 -1 -2 -2 -2 -1 -1 0 1 -1 0 0 -2 10 4 20 10 1 3 7 6 2 3 4 2 2 3 5 8 4 1 3 3 0.24 1.64 96 S 1 -2 2 0 -3 -1 -2 1 -1 0 -1 -2 -1 1 0 2 0 -3 0 -1 10 2 10 5 0 3 3 9 1 5 7 2 2 5 4 18 5 0 4 4 0.15 1.65 97 V 0 -2 -2 -2 -3 -3 -3 0 -1 1 1 -2 1 3 -1 -1 0 -3 2 2 8 3 2 3 0 1 2 6 2 8 11 2 3 11 3 5 5 0 8 17 0.21 1.64 98 R -1 3 2 -1 -4 0 -1 0 1 -2 -1 -1 0 -1 -1 1 -1 -4 1 -1 6 18 9 4 0 5 4 8 3 3 6 4 2 3 4 9 4 0 5 4 0.18 1.71 99 Q 0 0 2 2 -4 3 -1 -1 0 -1 -1 -3 1 -1 0 0 0 -4 1 -1 9 5 11 10 0 11 3 6 2 3 7 1 4 3 5 6 5 0 5 5 0.16 1.73 100 G -1 -1 1 0 -4 -1 -2 5 1 -2 -3 -3 -1 -1 0 -1 -2 -4 1 -2 5 3 6 6 0 3 2 42 3 2 3 1 2 3 4 5 3 0 4 3 0.56 1.77 101 W -1 -2 -1 -2 -4 -1 -3 1 0 0 1 -4 0 3 -1 -2 -1 6 4 -1 6 2 3 2 0 3 2 10 2 6 11 1 2 11 3 3 4 10 12 5 0.34 1.77 102 R 0 2 1 1 -1 1 -2 0 -1 0 -2 0 0 -2 -1 1 -1 0 1 -2 8 11 6 8 1 7 2 8 1 5 5 6 2 2 3 12 4 1 5 3 0.11 1.87 103 G 0 -1 1 -1 -5 -1 -1 3 1 -1 -2 -1 1 0 -1 0 0 -5 0 -1 7 4 8 4 0 3 3 26 3 4 5 3 4 4 4 6 6 0 4 4 0.23 1.91 104 E -1 -1 2 1 -5 2 0 -1 1 -1 -2 -1 1 1 0 1 0 2 2 -1 5 3 8 7 0 8 6 6 3 4 5 3 4 6 5 9 7 3 7 4 0.11 1.92 105 R -1 3 1 -1 -3 1 -1 1 -1 -2 -1 0 -1 0 0 0 0 -2 2 -1 4 15 6 4 1 6 4 11 2 2 5 4 2 3 5 8 5 0 7 5 0.13 1.12 106 D 0 -1 2 4 -3 0 0 1 0 -1 -2 -1 -1 -1 0 0 0 -3 -1 -1 8 3 8 23 1 5 4 10 2 3 4 3 1 3 4 7 5 0 2 4 0.23 1.09 107 T 0 -1 2 -1 -3 -1 -2 1 0 -1 0 -2 1 0 -1 1 2 -3 0 -1 7 3 9 4 0 2 3 12 2 3 8 2 3 5 3 12 13 0 3 4 0.12 1.23 108 R 0 3 1 -1 -3 1 -1 -1 0 -2 -2 -1 -1 1 0 0 -1 -1 1 -2 9 20 7 3 0 8 4 5 2 2 4 3 2 6 5 8 4 1 6 3 0.20 1.16 109 G 1 -1 2 0 -3 -1 -2 3 -3 -1 -2 -1 -2 0 -1 0 0 0 -1 0 10 3 9 5 0 3 2 25 0 4 4 3 1 5 4 7 5 1 2 7 0.23 1.23 110 D -2 -2 2 5 -4 1 0 -1 0 -3 -2 -2 -3 -1 -1 0 -1 -4 0 -2 4 2 11 35 0 6 6 5 3 2 4 1 0 2 3 6 4 0 3 3 0.50 1.29 111 T 0 -2 -1 -1 -3 -1 -2 -2 -2 1 2 -3 0 1 -1 1 2 -2 1 0 8 2 2 3 0 2 2 3 1 9 24 1 1 5 4 10 11 1 5 4 0.20 1.30 112 S 0 -2 4 0 -3 0 -1 0 -2 -2 -2 -2 -2 0 -1 3 1 -4 -1 -1 9 2 21 4 0 4 3 6 1 2 3 1 1 4 3 24 7 0 2 4 0.35 1.24 113 W -1 0 0 -2 -3 1 -1 -1 -1 0 0 -2 2 3 -1 0 1 4 2 0 5 5 5 3 0 6 4 4 1 4 11 2 5 11 3 6 9 6 6 5 0.15 1.19 114 V -1 -2 -4 -3 -3 -3 -4 -5 -4 5 2 -4 0 2 -2 -3 -2 -4 -2 2 4 3 0 2 0 1 1 1 0 39 16 1 2 10 2 2 2 0 1 14 0.68 1.33 115 P -1 -2 1 3 -4 -1 1 -3 -3 -2 -2 -2 -2 -3 6 -1 -2 -5 -3 -2 5 2 7 19 0 2 7 2 0 2 3 2 1 1 37 4 2 0 1 2 0.78 1.26 116 P -1 -2 -3 -2 -4 -1 -2 -3 -4 0 0 -3 0 0 6 -1 1 -4 0 1 6 2 1 3 0 2 2 1 0 5 9 1 2 5 36 5 8 0 3 9 0.63 1.25 117 E 1 -1 1 2 -4 0 3 -1 -2 -2 -1 -2 0 0 -3 1 -2 1 2 -2 11 3 7 10 0 4 24 4 1 2 5 1 2 4 1 11 2 2 7 2 0.29 1.24 118 M 1 -2 2 2 -4 -1 -1 -1 -2 0 2 -3 2 -1 -4 0 0 -2 -2 -2 12 2 12 12 0 3 3 4 1 5 20 0 6 2 0 7 5 1 1 2 0.22 1.26 119 I -1 -5 -5 -5 -4 -5 -5 -5 -5 5 2 -5 1 1 -5 -4 -2 -4 -1 3 4 0 0 0 0 0 0 0 0 44 19 0 3 5 0 0 2 0 2 19 0.90 1.17 120 E 0 0 -1 3 -5 1 5 0 -3 -5 -5 1 -4 -5 -4 1 -2 -5 -5 -3 6 4 1 15 0 5 40 7 0 0 0 10 0 0 0 9 1 0 0 1 0.71 1.21 121 R -1 5 0 -2 -2 2 0 -1 0 -5 -4 0 -4 -5 -4 1 0 -5 -1 -5 4 41 4 2 1 11 6 4 2 0 1 5 0 0 0 13 4 0 2 0 0.70 1.23 122 I -2 -5 -5 -3 -4 -2 -5 -6 -5 5 0 -5 2 -1 -5 -4 -1 -5 -1 4 3 0 0 1 0 2 0 0 0 42 6 0 4 2 0 0 3 0 2 35 0.99 1.23 123 E -2 -3 -1 2 -6 1 6 -4 -3 -5 -4 0 -4 -6 -4 0 0 -6 -5 -3 1 0 2 11 0 5 62 0 0 0 2 5 0 0 0 5 7 0 0 1 1.10 1.23 124 V -2 -5 -5 -6 -4 -5 -5 -6 -5 4 0 -5 -2 0 -5 -3 0 -5 -1 6 2 0 0 0 0 0 0 0 0 22 7 0 0 3 0 1 6 0 2 56 1.04 1.23 125 L -3 -3 0 -3 -4 -1 -3 -4 -4 3 4 -2 1 -1 -5 -1 -1 -4 1 2 1 1 5 2 0 3 1 1 0 18 36 2 3 2 0 4 3 0 5 13 0.48 1.20 126 R -3 5 -2 -3 -5 -1 -2 -1 -3 -3 -4 5 -4 -5 -2 -1 1 -5 -3 -4 1 32 1 0 0 1 1 4 0 1 1 41 0 0 2 4 9 0 1 0 0.94 1.22 127 G -1 -4 -1 1 -5 -4 -3 6 -4 -5 -6 -2 -5 -5 -4 0 -1 -1 -5 -2 5 0 2 10 0 0 1 65 0 0 0 1 0 0 0 8 3 1 0 3 1.18 1.23 128 P 2 -4 0 -3 -4 -1 -3 3 -4 -4 -3 -3 -4 -3 5 1 -2 -5 -2 -2 15 0 4 0 0 3 0 22 0 0 3 0 0 1 33 11 1 0 1 2 0.80 1.18 129 A 3 -2 1 -1 -4 0 -3 1 0 -4 -4 -3 -2 0 -3 3 1 -4 1 -1 28 2 6 3 0 5 0 9 2 0 1 0 1 4 1 23 7 0 6 3 0.42 1.33 130 A 3 -4 -2 -1 -4 -1 -2 1 -4 -5 -4 -2 -4 -2 -1 5 1 -5 -3 -4 24 0 1 2 0 2 1 8 0 0 1 1 0 2 3 45 8 0 1 0 0.74 1.34 131 A 4 -4 -3 -1 -4 -2 -4 -3 -5 0 0 -4 -2 -1 0 1 1 -5 -4 2 39 0 1 3 0 1 0 1 0 4 7 0 1 3 6 12 8 0 0 16 0.51 1.34 132 R -3 1 -2 -1 -4 0 0 -4 -4 2 4 -1 2 -1 -4 -2 0 -4 -1 0 1 10 2 4 0 4 5 1 0 10 36 2 6 2 1 2 6 0 2 5 0.37 1.29 133 Y -3 -3 -2 -1 -5 -2 -2 -4 -1 -2 -1 -4 -3 3 -4 -2 -2 2 8 -2 1 1 1 3 0 2 3 1 1 2 4 0 0 10 0 3 2 2 61 3 1.39 1.33 134 G 0 -5 -3 -1 -5 -4 -4 7 -5 -6 -6 -4 -5 -6 -2 -1 -2 -5 -5 -5 7 0 0 3 0 0 0 81 0 0 0 0 0 0 2 4 2 0 0 0 1.66 1.33 135 N 0 1 1 0 -4 1 0 0 -3 -3 -3 -1 -1 -4 0 4 0 -5 -3 -3 9 8 6 6 0 6 7 8 0 1 2 3 2 1 5 31 4 0 1 1 0.35 1.30 136 G -1 0 3 3 -5 -1 -2 5 -1 -4 -4 -2 -2 -1 -4 0 -2 -5 -4 -4 3 6 13 15 0 2 2 40 1 1 1 2 1 3 0 7 2 0 0 1 0.68 1.27 137 A 5 -2 0 -1 -4 -1 -1 1 -4 -2 -2 -3 -4 -5 -2 1 0 -5 -3 -2 48 2 5 3 0 2 4 10 0 2 4 0 0 0 2 12 5 0 0 1 0.60 1.33 138 A 1 -4 -3 -4 -4 -3 -3 -3 -3 3 1 -4 1 0 3 1 0 -5 -3 1 14 0 1 1 0 1 1 1 1 17 14 0 3 4 17 9 6 0 0 9 0.42 1.34 139 G 2 -4 1 -3 -4 -4 -4 6 -4 -5 -5 -4 -3 -3 -4 0 -2 -5 -3 -3 15 0 6 1 0 0 0 64 0 0 1 0 1 1 0 8 1 0 1 2 1.22 1.32 140 G -1 -5 -3 -4 -5 -4 -5 7 -5 -6 -5 -4 -5 -6 -5 -2 -2 -5 -6 -5 5 0 0 0 0 0 0 91 0 0 1 0 0 0 0 2 2 0 0 0 1.95 1.34 141 V 1 -5 -2 -5 -4 -4 -4 -3 -5 1 0 -4 0 -4 -5 0 2 -5 -4 5 11 0 2 0 0 0 0 2 0 8 5 0 2 0 0 7 15 0 0 49 0.78 1.34 142 V -3 -5 -6 -6 -4 -5 -5 -6 -6 6 0 -5 2 -2 -5 -5 -2 -5 -3 5 1 0 0 0 0 0 0 0 0 44 4 0 4 1 0 0 2 0 1 43 1.25 1.31 143 N -3 -1 7 0 -5 -1 -2 -2 -1 -2 -1 -1 -2 -3 -5 -1 -1 -6 -3 -3 2 3 63 4 0 2 2 2 1 3 6 4 1 1 0 3 3 0 1 2 1.12 1.32 144 I -2 -4 -5 -6 -4 -3 -5 -6 -5 5 2 -4 3 3 -5 -4 -2 -4 1 3 3 1 0 0 0 1 0 0 0 34 14 0 8 13 0 1 1 0 5 18 0.81 1.33 145 I -2 0 -2 -2 -4 -1 -1 -4 0 4 -1 -1 -1 -2 -5 -3 2 -2 -2 4 2 5 1 2 0 3 5 1 2 30 2 3 1 2 0 1 12 0 1 26 0.53 1.34 146 T -2 -1 -2 -3 -4 -1 -3 -3 -4 -3 -1 -3 -3 -5 -2 2 7 -5 -3 -2 1 3 0 1 0 2 1 1 0 0 6 0 0 0 2 13 69 0 0 1 1.18 1.35 147 K -2 3 -1 -2 -5 -1 -1 -4 -2 -4 -2 6 -4 -4 -2 -2 -2 -5 -4 -4 2 17 2 1 0 1 3 1 1 1 3 62 0 1 2 1 2 0 0 0 1.11 1.32 148 K -2 4 -1 1 -5 2 0 -3 -2 -5 -4 4 -3 -5 -2 0 0 -5 -3 -4 2 23 2 7 0 10 4 2 1 0 1 32 1 0 2 7 6 0 0 0 0.69 1.29 149 G 1 -3 -1 -2 -4 -1 -3 4 -4 -2 -5 -3 -4 -4 5 -1 -2 -5 -4 -3 12 1 2 2 0 3 1 37 0 3 1 0 0 1 30 4 1 0 1 2 0.91 1.22 150 S 0 1 0 1 -4 1 0 -2 -2 -2 -1 1 -2 -2 1 1 3 -5 -2 -2 7 6 4 7 0 8 4 3 1 2 5 7 1 2 6 12 23 0 1 2 0.27 1.22 151 G 1 -1 2 2 -4 0 0 3 -2 -3 -3 1 -3 0 -2 -1 1 -4 -2 -3 12 3 9 12 0 3 5 22 1 1 3 8 0 4 2 4 8 0 1 2 0.29 1.20 152 E -2 0 0 2 -3 1 4 0 -2 -3 -2 1 -1 -3 -1 -1 -1 -4 -2 -2 2 4 4 13 1 5 36 6 1 1 4 8 1 1 3 2 4 0 1 2 0.47 1.16 153 W -1 -1 -2 -1 -3 0 0 -1 -1 0 0 -2 0 3 1 -1 0 6 2 -1 6 3 2 4 0 4 6 4 2 4 9 2 2 14 6 4 6 12 6 4 0.30 1.07 154 H -1 0 2 -1 -4 1 1 0 5 -2 -2 0 -2 0 -2 0 -1 -3 1 -2 6 4 10 2 0 6 11 7 16 2 4 6 1 4 2 6 3 0 6 3 0.28 1.12 155 G 0 -2 0 -2 -4 -3 -2 5 0 -1 -2 -1 -1 -1 -2 -1 -1 -4 -1 -1 7 2 4 1 0 1 2 47 2 5 3 3 2 3 2 3 3 0 2 5 0.59 1.15 156 S 0 0 0 -1 -3 0 1 1 -1 -3 -2 0 -3 -4 -1 4 1 -4 -1 -2 6 4 5 3 0 4 8 12 1 1 3 5 0 1 3 31 8 0 2 3 0.33 1.14 157 W 0 0 -2 -2 -3 -1 -1 -2 -1 0 1 -1 -1 1 -3 -2 0 6 3 1 9 5 2 2 0 3 4 3 1 6 14 3 1 5 1 2 7 10 10 11 0.28 1.11 158 D -2 -1 1 5 -4 1 0 1 -3 -2 -2 0 -2 -2 -3 1 0 -4 -1 -2 3 4 5 30 0 6 6 9 0 3 4 5 1 2 1 12 5 0 2 2 0.40 1.15 159 A 2 -1 -1 -2 -3 -1 -3 1 -2 -1 0 -1 -2 0 -1 1 0 -4 -1 1 21 4 3 2 0 3 1 13 1 3 10 4 0 4 3 10 5 0 2 10 0.16 1.18 160 Y -2 0 0 -1 -3 0 -1 1 -1 -2 -1 -1 0 2 -3 0 0 0 5 -1 3 6 4 3 0 4 4 12 1 2 6 4 2 7 1 8 5 1 23 4 0.31 1.13 161 F -2 -2 -1 -1 -3 -2 -3 1 -2 -1 0 -2 0 4 -2 0 0 1 4 1 3 1 4 4 0 1 2 10 1 4 10 2 2 16 2 7 6 2 15 9 0.28 1.11 162 N -1 0 4 2 -3 -1 -1 2 -2 -3 -2 0 -3 -2 -2 1 0 -3 -1 -2 5 4 20 11 0 3 3 16 0 2 5 5 0 2 1 11 6 0 2 4 0.31 1.12 163 A 3 0 0 -1 -3 -1 -2 1 0 -1 -1 -2 -2 -1 -2 2 0 -3 0 0 24 5 4 3 0 2 2 9 2 4 6 2 1 3 1 16 4 0 3 7 0.19 1.13 164 P 0 0 0 0 -3 1 -1 1 -1 -2 -2 0 -1 -1 3 1 0 0 1 -2 6 4 4 6 0 7 3 10 1 2 5 5 1 2 16 11 6 1 5 3 0.20 1.14 165 E -1 -1 1 2 -3 1 2 0 -2 -1 -1 -1 -1 0 -3 0 0 -3 0 -1 6 3 8 13 0 7 16 7 0 3 8 3 1 4 1 8 5 0 3 4 0.17 1.15 166 H -1 0 1 0 -3 0 -1 0 4 -3 -2 -1 -1 0 -1 1 0 -3 2 0 5 6 6 6 0 5 4 7 12 1 3 3 1 3 3 11 7 0 9 7 0.19 1.11 167 K -1 2 0 -1 -3 1 0 0 -1 -2 -2 3 -2 -1 -2 1 0 0 0 -1 6 11 4 3 0 6 4 8 1 2 4 17 1 3 1 12 5 2 3 5 0.17 1.09 168 E 0 0 0 1 -3 2 2 1 0 -2 -1 0 -3 -2 -3 0 -1 -3 1 -2 8 5 3 9 0 10 14 13 2 2 6 6 1 2 1 7 3 0 4 3 0.17 1.11 169 E -1 0 2 2 -2 0 1 0 -1 -2 -2 0 -2 0 -2 1 0 0 1 -1 5 4 11 11 1 4 10 8 1 2 5 4 1 5 1 10 5 2 5 4 0.15 1.09 170 G -1 -2 0 0 -3 -1 -2 5 -2 -1 -3 -1 -2 -1 -2 0 -2 -3 0 -3 4 2 5 5 0 3 3 46 1 4 3 4 1 3 2 6 2 0 4 1 0.59 1.14 171 A 2 -1 1 1 -3 0 -1 2 -2 -2 -1 0 -2 -1 -3 1 -1 -1 0 -2 20 4 6 7 0 4 2 16 1 2 5 7 1 2 1 10 3 1 4 3 0.19 1.16 172 T -1 -1 0 -1 -3 0 -1 0 -2 -1 0 -1 0 -1 -1 1 3 -1 2 0 4 3 5 3 0 3 3 8 1 3 11 3 3 3 3 10 20 1 6 5 0.15 1.13 173 K -2 2 0 0 -3 2 0 -1 0 -2 -2 2 1 0 -2 1 -1 -1 2 -2 3 11 4 5 0 9 6 5 2 2 3 12 4 4 2 11 4 1 8 3 0.18 1.14 174 R 0 5 0 -1 -4 3 0 0 -1 -3 -2 1 -1 -3 -3 0 -1 -1 0 -2 6 29 3 4 0 12 6 8 1 2 3 7 2 1 1 7 3 1 3 3 0.40 1.23 175 T 1 -2 0 -2 -3 -3 -1 1 -3 -1 0 -2 0 -1 0 1 3 1 1 1 9 2 4 2 0 1 4 10 0 4 8 2 2 3 4 10 16 2 6 11 0.15 1.32 176 N -1 0 4 1 -4 0 -1 2 -1 -3 -3 -1 -1 -4 -3 2 1 -4 -2 -2 5 5 22 9 0 5 2 14 1 1 2 3 2 0 1 14 10 0 2 2 0.40 1.35 177 F -1 -3 -4 -4 -4 -1 -4 -1 -3 1 2 -4 -1 6 -3 -2 -1 0 2 1 5 2 0 1 0 3 1 6 0 6 18 1 1 31 1 2 3 1 7 10 0.58 1.38 178 S 1 -1 0 4 -4 -2 -1 0 -1 -4 -4 -1 -4 0 -3 3 0 -1 1 -3 10 4 4 26 0 1 4 6 1 0 1 3 0 4 1 20 6 1 5 2 0.44 1.41 179 L 0 -2 -2 -3 -4 -3 -3 -2 -4 2 3 -1 0 2 -4 0 0 -4 0 2 8 2 2 1 0 1 2 3 0 10 24 3 2 8 0 8 7 0 3 13 0.28 1.44 180 T 0 0 1 -1 -4 -1 -2 2 -2 -2 -3 -1 -4 -3 -4 4 3 0 -2 -2 6 5 6 2 0 2 2 15 1 2 2 2 0 1 0 29 20 1 1 2 0.47 1.47 181 G 0 -3 0 -1 -4 0 -2 6 -3 -4 -3 -2 -4 -3 -4 -2 -1 -3 -2 -3 7 1 4 3 0 5 2 60 1 1 3 2 0 1 0 2 4 0 1 2 0.96 1.44 182 P 0 0 -2 1 -4 0 -2 0 -3 -4 -3 0 -3 -5 6 0 0 -1 -3 -2 7 5 1 8 0 4 2 8 1 0 3 7 1 0 39 7 5 1 1 2 0.73 1.45 183 L -2 -1 -4 -2 -4 -2 -3 -4 -4 3 4 -3 2 0 -5 -2 -1 -4 0 0 4 4 0 2 0 2 1 1 0 14 46 1 4 4 0 2 4 0 3 6 0.61 1.45 184 G 0 -2 2 2 -5 -2 -1 4 -4 -2 -4 -1 -2 -5 -3 1 1 -5 -1 -3 6 1 12 11 0 1 3 32 0 3 1 3 1 0 1 11 10 0 2 2 0.50 1.49 185 D -3 -2 2 6 -5 0 2 0 -3 -4 -4 -1 -5 -4 -2 0 -2 -6 -3 -5 1 2 10 49 0 3 13 7 0 1 1 3 0 1 1 5 2 0 1 0 0.98 1.49 186 E -2 0 1 3 -5 1 2 1 1 -2 -2 1 -4 -4 -3 1 1 -5 -3 -2 3 5 8 16 0 5 12 10 3 2 3 10 0 1 1 9 9 0 1 3 0.28 1.49 187 F -1 -3 -2 -1 -4 -3 -1 0 -1 -1 3 -2 0 4 -4 -3 -1 4 0 0 5 1 2 3 0 1 4 7 1 3 26 2 1 21 0 2 4 6 2 7 0.43 1.42 188 S 3 0 1 0 -4 -1 -3 2 -3 -3 -2 -3 -3 -2 -3 3 1 -4 -1 -2 22 6 6 4 0 2 1 14 0 1 4 1 0 2 0 23 10 0 3 2 0.40 1.41 189 F -1 -3 -1 -3 -4 -1 -3 -1 -1 -1 0 -2 1 5 -4 -3 -2 0 5 1 4 1 3 1 0 2 1 5 1 3 11 2 3 21 1 1 2 1 23 10 0.59 1.41 190 R -1 6 0 -1 -5 1 -2 -2 -1 -3 -1 0 -2 -1 -4 0 0 0 -3 -3 4 45 4 3 0 7 2 2 1 1 6 4 1 3 0 6 7 1 1 2 0.68 1.44 191 L 0 -3 -3 -1 -4 -1 -3 -2 -4 2 4 -3 1 0 -4 -2 -2 -4 -1 2 9 1 1 3 0 3 1 3 0 11 41 1 2 4 0 2 1 0 2 13 0.49 1.44 192 Y 0 0 -1 0 -4 -2 -2 0 2 0 -2 -3 0 0 -2 1 1 0 5 0 7 5 3 5 0 1 2 7 4 5 3 1 2 2 2 11 8 1 24 5 0.35 1.42 193 G 1 -3 0 -3 -4 -3 -3 6 -1 -4 -3 -2 -4 1 -4 -1 -2 -1 -2 -3 11 1 4 1 0 1 1 57 2 0 3 2 0 6 0 3 3 1 2 2 0.93 1.43 194 N -1 0 4 1 -4 0 -1 0 -1 -2 -1 -1 -1 0 -3 1 -1 -1 -1 -1 5 5 24 7 0 4 4 8 1 2 6 3 2 5 1 11 4 1 2 5 0.27 1.41 195 L 0 1 -2 -3 -4 -2 -2 0 -3 2 2 -3 0 1 -4 -2 -1 0 3 2 7 7 2 1 0 2 2 6 0 11 19 1 2 7 0 2 4 1 10 14 0.27 1.41 196 D 0 1 1 5 -3 0 1 -1 1 -4 -3 -2 -4 -2 -3 1 0 -4 -1 -1 7 7 6 30 1 4 9 3 4 0 3 2 0 2 1 9 5 0 2 5 0.42 1.40 197 K 1 2 0 -1 -4 1 0 0 2 -3 -3 3 -3 -1 -3 0 -1 -1 2 -2 10 12 5 4 0 6 4 7 6 1 2 18 0 3 1 6 4 1 8 2 0.28 1.41 198 T -1 1 0 -1 -4 1 0 -1 -1 -1 -1 -2 -3 -3 -2 1 4 1 0 -1 4 7 4 4 0 6 6 5 1 4 5 1 0 1 2 9 29 2 3 5 0.29 1.42 199 Q -2 2 2 2 -4 2 1 -1 0 -2 -1 -1 -2 -1 0 0 -3 -4 2 -2 3 10 11 13 0 11 9 5 2 2 7 3 1 2 5 6 1 0 6 3 0.23 1.35 200 A 2 1 -1 0 -3 0 0 1 0 -1 -1 -1 -3 -3 -2 1 1 -4 0 0 21 8 3 5 0 4 5 10 2 3 5 4 0 1 1 11 7 0 3 7 0.17 1.32 201 D 0 -2 1 5 -4 -2 1 -1 -2 -3 -3 -1 -2 -1 -3 0 0 -4 -2 -1 7 1 7 40 0 1 9 5 1 1 3 3 1 3 1 7 6 0 1 5 0.59 1.30 202 A 2 1 1 -1 -3 -1 -2 2 1 -3 -2 -1 -3 -3 -2 2 0 0 1 -2 18 9 6 4 0 2 2 15 3 1 4 2 0 1 2 16 5 1 5 3 0.25 1.32 203 W -1 0 -1 -1 -4 0 -3 -1 -1 0 -2 -2 0 3 -1 -1 -1 7 4 -1 5 5 3 3 0 5 1 5 1 5 3 2 2 12 3 4 4 18 14 5 0.56 1.30 204 D -1 1 2 4 -4 1 0 0 -1 -2 -4 0 -3 -3 -3 1 0 0 -1 -2 5 6 10 28 0 6 6 6 1 2 2 5 0 1 1 9 4 1 2 3 0.39 1.23 205 I 0 -2 -2 1 -3 1 -3 -1 -1 2 1 0 -2 1 0 -1 0 -3 2 1 7 2 1 8 0 6 1 6 2 12 12 5 0 6 5 4 5 0 6 11 0.12 1.28 206 N -2 2 5 2 -4 0 -1 1 -3 -2 -2 0 -3 -2 -3 1 0 -4 0 -2 3 10 26 10 0 3 3 10 0 2 3 4 0 1 1 9 7 0 3 3 0.38 1.30 207 Q 1 1 1 0 -4 5 1 -1 0 -4 -2 1 -3 -2 -1 0 -1 -4 -1 -3 10 8 6 5 0 24 8 5 2 1 5 8 0 2 3 7 3 0 2 2 0.35 1.36 208 G -1 0 1 -1 -2 0 0 4 -3 0 -4 0 -3 -2 -1 1 0 -4 -2 -2 5 5 6 3 1 5 5 34 0 6 1 5 0 2 2 9 6 0 1 3 0.38 1.32 209 H -2 1 1 2 -4 1 1 0 4 -4 -2 0 -2 1 -1 -1 -2 -3 3 -3 2 9 7 10 0 7 9 6 12 1 3 5 1 6 3 5 2 0 11 1 0.33 1.32 210 Q -1 2 2 1 -4 3 2 -2 -1 -4 -2 -1 -3 -1 0 0 -1 0 -1 -1 4 11 8 9 0 16 12 3 1 1 5 3 0 3 5 6 4 1 3 6 0.25 1.33 211 S 0 -1 -1 0 -4 -1 0 -1 -3 -2 -1 -2 -3 -1 1 2 2 -4 2 0 8 4 3 5 0 2 6 4 0 2 6 2 0 3 6 19 12 0 7 8 0.17 1.35 212 A 1 0 1 1 -4 0 0 0 -2 -2 -2 0 -1 2 -1 2 0 -4 -2 -1 14 4 6 8 0 5 5 8 1 2 4 5 1 8 3 14 5 0 1 6 0.14 1.38 213 R 0 4 1 -1 -4 1 0 -3 0 -2 0 1 -1 -1 -2 0 -1 -4 1 -1 7 20 8 4 0 7 5 2 2 2 10 7 1 3 2 6 4 0 5 5 0.21 1.36 214 A 3 -1 -1 1 -3 0 0 0 0 -4 -4 -2 -1 -1 -1 2 2 0 1 -3 25 4 2 9 0 4 5 6 2 1 1 1 2 3 3 13 12 1 6 1 0.29 1.35 215 G 1 -1 1 1 -4 -1 -2 4 -3 -3 -3 -2 -3 -2 0 -1 -1 -4 1 -2 13 3 7 7 0 3 2 35 0 2 3 1 0 2 4 4 4 0 4 4 0.45 1.33 216 T 0 0 3 0 -1 -2 0 -2 -3 -1 -2 0 -3 0 -1 1 3 0 1 -1 7 5 13 6 1 1 5 2 0 4 3 5 0 5 2 9 21 1 5 4 0.23 1.38 217 Y -2 1 0 -1 -4 0 -2 0 2 -1 -1 -2 -1 3 -1 -1 0 0 5 -1 4 7 4 3 0 4 3 6 5 4 7 2 1 12 3 4 6 1 19 5 0.28 1.32 218 A 3 0 0 -2 -3 0 -2 1 0 -2 -1 -1 -1 0 -2 1 0 0 -1 -1 28 5 4 2 0 5 2 12 2 2 7 3 1 4 2 10 5 1 2 5 0.22 1.31 219 T -1 0 2 0 -3 -1 0 0 -1 -2 -2 -1 -3 -1 0 2 2 -4 1 0 4 6 9 6 0 3 5 8 2 2 3 3 0 3 5 15 14 0 4 6 0.17 1.30 220 T -1 1 1 2 -4 1 -1 0 -3 -1 -1 -1 -1 -1 0 2 2 -4 -3 -1 6 7 7 12 0 6 3 6 0 4 6 2 2 2 4 14 13 0 0 4 0.17 1.32 221 L 1 -1 -1 -4 -3 -2 -2 -2 -1 1 3 -3 -2 2 -2 -2 0 -3 1 -1 11 3 3 1 0 1 3 4 1 8 33 2 0 8 2 3 7 0 5 4 0.29 1.30 222 P 0 -1 1 0 -4 0 1 0 -1 -3 -2 -2 -1 -1 4 1 0 0 -3 -3 8 3 7 5 0 5 8 7 1 1 4 2 1 2 25 11 7 2 1 1 0.38 1.30 223 A 2 -1 0 1 -3 -1 0 1 -1 -1 -1 -1 -2 -1 1 0 0 -3 1 -1 20 3 4 8 0 2 5 10 1 3 5 3 1 3 8 5 7 0 5 4 0.14 1.30 224 G 0 -2 2 2 -4 -2 -1 4 -3 -2 -1 -2 -3 -2 -1 1 -1 -4 -2 -2 6 3 10 10 0 1 3 31 0 3 6 2 0 2 3 13 3 0 1 2 0.39 1.30 225 R -1 4 1 1 -3 2 -2 -2 0 -1 -2 1 -3 -1 0 -2 0 -3 2 -1 4 21 6 7 0 9 2 3 2 3 4 8 0 2 5 2 7 0 8 5 0.27 1.24 226 E -2 0 0 3 -3 1 3 -2 -2 -1 -1 -2 -3 -2 -1 1 0 -3 0 0 3 5 4 14 0 7 22 2 0 3 6 2 0 2 3 11 5 0 4 7 0.28 1.23 227 G 0 -3 0 1 -3 -1 -3 4 0 -2 -2 -1 -3 -2 -1 1 -1 -1 -1 -2 9 1 3 7 0 3 1 36 2 3 5 3 0 2 3 9 5 1 2 3 0.41 1.24 228 V 1 -2 -1 -2 -3 0 -2 -1 0 0 0 0 -2 1 -1 -1 0 -3 2 2 12 2 4 2 0 4 3 4 2 6 11 7 0 6 3 5 6 0 8 16 0.13 1.24 229 I 0 0 0 0 -3 0 -1 -1 -2 2 2 -1 0 2 -3 -2 0 -3 1 -1 9 6 4 6 0 4 4 6 1 13 18 3 2 8 1 2 5 0 6 4 0.13 1.18 230 N -1 1 4 2 -3 1 -1 -1 0 -2 -2 -1 -3 -1 -3 1 0 -3 1 -3 6 7 24 11 0 7 2 4 2 2 4 3 0 3 1 11 6 0 5 1 0.36 1.27 231 K 0 1 0 0 -3 1 0 0 -1 -2 -3 3 1 -1 -1 0 0 0 3 -2 6 8 4 4 0 5 6 7 1 3 2 17 4 3 3 7 5 2 11 2 0.19 1.25 232 D -1 0 3 5 -3 0 0 -1 -2 -2 -1 -2 -3 -3 -1 1 0 -4 -2 -2 4 6 14 30 0 4 6 4 0 2 5 1 0 1 3 9 5 0 1 3 0.46 1.23 233 I 0 -1 -3 -2 -3 -3 -3 -4 -1 3 2 -3 -2 2 -2 -2 -1 -3 1 3 8 3 1 3 0 1 1 1 2 18 21 1 0 7 2 3 4 0 5 18 0.37 1.26 234 N 0 0 5 0 -3 -2 0 0 -1 -3 -1 -1 -2 -2 -3 1 0 -3 1 -2 6 6 26 5 0 2 5 7 1 1 7 4 1 2 1 13 5 0 6 2 0.34 1.28 235 G 0 -2 -1 0 -3 -3 -1 5 0 -2 -2 -2 -2 -1 -1 -1 0 0 -3 -3 9 2 3 6 0 1 4 47 2 2 4 2 1 2 2 3 7 1 1 1 0.64 1.28 236 V 0 1 -1 0 -3 0 -2 0 -3 0 0 1 -1 0 -3 0 1 -3 -2 1 9 9 3 4 0 4 2 6 1 5 11 11 2 4 1 8 9 0 1 10 0.09 1.18 237 V -1 -3 1 -3 -3 -3 -2 -4 0 1 3 -3 1 0 -2 -2 0 -3 0 2 6 1 7 1 0 1 3 1 2 8 34 1 3 4 3 3 5 0 3 15 0.37 1.28 238 R -2 5 0 1 -4 1 0 0 -1 -2 -3 1 -3 -1 -2 1 0 -4 -3 -4 3 29 5 8 0 6 6 8 1 2 3 9 0 3 2 9 6 0 0 1 0.40 1.32 239 W -3 -3 -4 -4 -4 -1 -4 -2 1 0 0 -3 -1 2 -3 -2 0 9 4 -1 2 1 1 1 0 3 1 4 4 6 10 1 1 8 1 4 6 28 16 4 0.96 1.38 240 D -1 0 2 4 -4 2 1 0 -1 -2 -4 1 -3 -4 -2 0 1 -4 -4 -4 5 5 10 22 0 11 7 8 1 3 1 7 0 1 2 7 8 0 0 1 0.39 1.35 241 F -1 -4 -2 -2 -4 -2 -2 -3 -3 1 2 -3 0 5 0 -3 -3 3 4 -1 6 1 2 3 0 2 2 2 0 9 19 2 2 22 5 2 1 5 13 4 0.49 1.38 242 A 1 0 3 2 -4 0 -1 0 0 -4 -3 -2 0 -4 -3 1 3 -4 -4 -2 12 5 12 13 0 3 3 8 2 1 3 2 2 0 1 12 17 0 0 3 0.33 1.41 243 P -2 0 -2 3 -4 0 0 -1 -3 -4 -4 0 -1 -3 5 -1 0 -4 -4 -4 2 5 1 17 0 3 7 5 0 1 1 6 2 1 35 5 7 0 0 1 0.73 1.35 244 L 0 1 1 1 -4 1 1 -1 0 0 0 0 -1 0 -2 -1 0 0 -1 -2 10 8 7 9 0 7 7 4 2 6 11 5 1 4 2 4 6 2 2 3 0.09 1.34 245 Q -1 -1 0 1 -4 4 1 -1 3 -2 -1 -2 -1 -2 -1 1 0 3 0 -2 6 3 5 9 0 19 8 4 6 2 5 1 1 1 3 10 7 4 3 2 0.29 1.41 246 S 0 2 1 0 -4 0 -1 -1 -3 -3 -2 0 -3 -1 -1 3 2 -4 -1 -1 7 11 6 4 0 5 3 4 0 2 3 6 0 2 2 26 12 0 2 4 0.29 1.43 247 L -1 -3 -2 0 -3 -2 -2 -3 -1 1 3 -2 1 3 -4 -2 -1 -3 0 1 4 1 2 5 0 2 2 3 1 8 35 2 3 12 1 3 4 0 2 9 0.37 1.36 248 E -1 2 1 2 -4 0 3 -1 -3 -2 -1 0 0 -2 -2 0 0 1 0 -3 6 12 6 12 0 4 18 4 0 2 6 4 3 2 2 8 6 2 3 2 0.23 1.36 249 L -1 -1 -3 -1 -3 -3 -3 -1 -1 1 3 -2 -1 3 -2 -1 -1 -3 2 1 6 3 1 3 0 1 1 6 2 6 32 3 1 12 2 5 3 0 6 8 0.32 1.31 250 E 0 0 1 2 -4 -1 3 -2 -1 -3 -3 1 -3 -2 -2 1 0 -4 -1 -1 8 5 7 13 0 2 19 2 1 1 3 9 0 1 2 9 7 0 3 6 0.28 1.30 251 A 3 -2 -2 -2 -3 -2 -2 2 -1 1 0 -2 0 -2 0 0 0 -4 -1 1 24 2 2 2 0 2 3 13 2 7 11 2 2 2 4 6 5 0 2 9 0.20 1.33 252 G 0 0 0 1 -4 -1 -1 4 1 -4 -4 0 -1 -4 -2 1 -1 -4 -1 -3 6 4 5 7 0 3 5 38 3 1 1 5 2 0 2 10 4 0 2 1 0.50 1.37 253 Y -2 -2 -2 0 -2 -3 -3 -4 2 -1 -1 -1 -3 4 -4 -2 -1 1 7 0 4 1 1 5 1 1 1 1 5 3 5 3 0 14 1 2 5 2 39 6 0.83 1.34 254 S 0 -2 1 -1 -3 1 -1 0 -3 -1 -1 -2 0 -1 0 3 1 -3 2 -1 6 2 6 4 0 7 4 6 0 3 5 2 2 3 5 26 8 0 7 4 0.23 1.34 255 R 0 5 1 0 -4 0 -1 -4 0 -1 -1 1 -3 -3 -2 -1 0 -1 -1 -3 7 38 6 5 0 4 3 1 2 5 5 6 0 1 2 4 5 1 2 2 0.52 1.41 256 Q -2 1 3 1 -4 4 0 -1 0 -1 -2 -1 -3 -2 0 -1 1 0 0 -4 2 9 12 7 0 19 5 6 2 5 3 4 0 2 6 4 8 1 4 1 0.30 1.41 257 G 0 0 -1 2 -4 -2 0 4 -3 -2 -3 1 -1 -1 0 0 -1 -1 -1 -2 6 4 2 12 0 1 6 29 0 3 3 8 2 3 4 8 3 1 3 2 0.32 1.31 258 N -1 0 5 1 -2 0 0 -1 -1 -4 -3 0 1 -4 0 0 1 -4 -1 -2 5 6 30 8 1 3 5 5 1 1 2 4 3 1 4 6 10 0 2 3 0.43 1.35 259 L -1 0 0 0 -3 -2 -2 -1 3 2 1 -2 1 1 0 -2 -2 2 2 1 5 5 4 5 0 1 2 5 7 12 15 2 3 6 5 3 2 3 6 8 0.16 1.34 260 Y -1 0 0 -3 -1 -3 -2 -2 1 -2 -1 -1 -1 3 -1 -2 0 -1 6 -1 4 6 4 2 2 1 3 4 4 2 6 3 1 11 3 3 6 1 29 4 0.49 1.36 261 A 3 0 0 -1 -4 0 0 1 0 0 -3 -2 -2 -3 1 0 0 -4 -1 0 23 6 4 4 0 4 5 13 2 6 3 1 1 1 6 7 7 0 2 5 0.19 1.44 262 G -1 -1 2 0 -4 -2 -1 4 0 -2 -3 0 -1 1 -2 0 -1 -4 2 -3 6 3 9 6 0 1 3 31 2 2 3 5 2 5 2 6 4 0 8 1 0.37 1.43 263 D -1 0 1 5 -5 -3 1 0 -3 -3 -2 0 -2 0 0 0 0 -1 -2 -4 4 4 7 32 0 0 10 6 0 1 3 5 1 5 4 7 6 1 2 0 0.47 1.50 264 T 0 0 3 -1 -4 -2 -3 0 -1 -2 -1 -2 -1 0 0 0 3 -4 1 1 9 5 13 2 0 1 1 6 1 2 6 2 1 4 5 7 20 0 5 9 0.23 1.50 265 Q -1 3 0 0 -5 4 -1 0 0 -2 -1 0 0 -1 0 0 -1 -1 1 -3 4 16 5 6 0 17 4 6 2 2 6 5 2 3 5 6 3 1 5 1 0.25 1.53 266 N -2 -1 5 2 -5 -2 -1 1 -1 -2 -2 -1 -4 -1 -2 1 2 1 1 -4 3 4 27 9 0 1 4 9 1 2 4 3 0 2 2 10 11 2 4 0 0.42 1.53 267 T 0 1 1 1 -2 0 -1 -1 0 0 0 -1 -3 -4 0 1 2 0 -1 0 9 8 7 8 1 3 4 5 2 5 9 3 0 0 5 9 12 1 2 7 0.10 1.53 268 N -1 -1 4 2 -5 -1 0 -1 1 -2 -3 -1 -4 -1 0 1 0 -1 1 -1 5 3 23 11 0 3 5 5 3 2 2 4 0 3 5 12 5 1 4 5 0.31 1.55 269 S 1 0 1 1 -4 0 1 0 -3 -4 -3 -3 -1 -2 1 3 0 1 0 -1 12 4 6 8 0 4 11 8 0 0 2 0 1 2 6 21 4 2 4 4 0.25 1.53 270 D 0 1 0 4 -5 -2 1 1 0 -4 -3 -1 -1 -1 -2 1 0 -5 0 -2 9 7 4 28 0 1 8 9 2 0 2 2 2 3 2 9 5 0 3 3 0.37 1.52 271 S 1 0 0 -1 -4 0 0 1 -1 -2 -3 -1 -4 -1 -2 3 2 1 1 -1 13 4 4 3 0 4 5 11 1 2 2 3 0 2 2 20 11 2 5 5 0.21 1.51 272 Y -1 -2 0 -2 -4 -1 -1 -2 1 0 0 -4 -3 1 -3 0 0 1 6 0 4 3 5 3 0 2 4 4 4 4 8 0 0 5 1 7 6 2 30 8 0.47 1.49 273 T -1 0 2 0 -1 -2 0 -1 -3 0 -1 -1 0 -2 -1 1 3 0 1 -1 6 5 9 5 1 1 5 5 0 6 6 3 2 1 3 10 21 1 5 5 0.18 1.43 274 R -2 4 1 -2 -4 2 0 -1 0 -4 -1 2 -3 0 0 -1 -1 0 1 -2 3 25 6 1 0 8 5 5 2 1 6 12 0 4 6 5 3 1 5 3 0.35 1.40 275 S 2 0 -1 -2 -4 -1 0 2 -3 -4 -2 -1 0 0 0 2 0 1 1 -3 17 5 2 2 0 3 5 16 0 0 4 3 3 5 5 14 6 2 5 2 0.22 1.45 276 K -1 3 0 0 -4 1 0 -1 -3 -1 0 1 -1 -3 0 0 0 1 1 0 4 14 5 5 0 6 5 6 0 3 8 8 2 0 5 7 7 2 5 8 0.12 1.42 277 Y -2 -3 -1 -1 -1 -2 0 0 -1 -1 0 -3 -1 2 0 -1 -1 2 6 -2 4 1 3 4 1 1 7 7 1 4 8 1 1 7 5 4 4 3 31 2 0.50 1.44 278 G 1 1 0 -1 -4 -3 -2 4 1 -3 0 -2 -3 -4 0 -1 1 -4 -1 -2 13 9 4 3 0 0 2 28 4 2 9 2 0 0 6 4 8 0 3 3 0.33 1.46 279 D -1 -2 0 5 -4 0 1 -1 1 -1 -2 -1 -1 -3 -2 1 1 -5 -4 -3 4 2 5 36 0 3 10 4 3 4 4 3 1 1 2 8 8 0 0 1 0.54 1.49 280 E -3 0 0 2 -5 2 3 -1 1 -4 -2 1 -1 -4 0 1 0 0 -2 -1 1 5 3 12 0 9 20 5 3 0 4 8 1 0 5 10 6 1 1 4 0.30 1.51 281 T 0 0 1 0 -1 0 -1 -3 -3 0 -1 -1 -1 -1 -2 1 4 0 -1 0 8 6 8 4 1 4 4 2 0 6 5 3 1 2 2 8 26 1 2 6 0.24 1.51 282 N -1 1 4 3 -4 0 -1 -1 -1 -1 -1 -1 -2 -2 -2 1 0 -5 -2 -2 4 9 23 14 0 4 3 5 1 4 7 3 1 2 2 8 6 0 2 2 0.33 1.51 283 R -2 5 2 -1 -4 0 0 -2 -3 -3 -2 3 0 -3 -1 -1 -1 -4 0 -2 3 30 8 3 0 4 5 3 0 1 4 16 3 1 4 4 4 0 3 4 0.47 1.49 284 L -1 0 -2 1 -3 -1 -3 -2 -3 1 2 -3 2 0 -1 -1 -1 0 2 2 4 5 1 9 0 2 1 3 0 9 24 1 6 3 3 4 4 1 8 12 0.25 1.39 285 Y -1 0 -1 1 -4 -2 0 -3 -1 -1 0 0 -1 3 -2 -1 -1 2 5 -2 5 6 2 7 0 2 7 2 1 4 9 5 1 11 2 4 3 2 25 2 0.42 1.43 286 R 0 5 1 -1 -4 1 -1 -2 -1 -3 -3 0 -3 -1 -1 1 0 -4 -1 -2 6 33 7 4 0 7 4 3 1 2 2 4 0 4 3 9 6 0 2 2 0.45 1.45 287 Q 0 0 2 2 -4 3 0 -2 -1 -3 0 0 -1 -4 -4 0 1 0 0 -2 8 4 9 12 0 17 6 2 1 1 9 5 1 0 1 7 11 1 3 2 0.27 1.48 288 N -1 1 5 0 -4 0 -1 1 2 -2 -2 -1 -2 -5 -3 1 2 -5 -4 -3 4 8 25 5 0 4 4 11 6 2 3 4 1 0 1 9 11 0 0 2 0.41 1.51 289 Y 0 -3 -2 -2 -4 -2 -2 -2 0 1 0 -2 -3 2 -4 -1 -1 5 6 -1 8 1 2 3 0 1 3 2 2 7 9 2 0 7 1 4 4 8 33 3 0.67 1.48 290 A 1 0 1 1 -4 1 -3 1 -1 -3 -3 0 -1 -1 -1 2 0 1 -1 -2 13 5 7 9 0 7 1 9 1 2 2 5 1 3 4 18 7 2 3 2 0.21 1.46 291 L -1 -3 -2 -2 -4 -1 -4 -3 0 2 4 -4 1 1 -4 -3 -2 1 3 0 4 1 3 2 0 3 1 2 2 12 39 1 3 5 1 2 2 2 9 6 0.51 1.48 292 T 1 1 0 0 -4 1 0 1 0 -1 -3 -1 -4 -4 -4 2 3 0 1 -3 10 8 4 4 0 6 6 9 2 3 2 3 0 0 0 14 18 2 5 1 0.26 1.53 293 W -1 -4 -3 -2 -4 -2 -1 -4 5 -1 1 -3 -3 2 -1 -4 -1 9 3 -2 5 0 1 2 0 1 4 1 13 3 14 1 0 7 3 1 3 26 11 3 0.99 1.50 294 N -1 2 4 2 -4 1 1 -1 -3 -3 -3 -1 -2 -5 -2 1 1 -1 -4 -2 4 10 21 13 0 7 7 5 0 2 3 3 1 0 2 8 10 1 0 3 0.39 1.52 295 G 1 -2 -1 -1 -4 -2 -2 4 3 -3 -2 0 -2 -4 1 0 -1 -1 1 -2 12 2 2 3 0 1 2 36 7 1 3 5 1 0 6 6 4 1 4 3 0.47 1.49 296 G 1 1 1 2 -4 -1 1 2 -1 0 -3 -1 -3 -4 -2 1 0 -4 -1 -2 12 7 5 11 0 3 10 16 2 5 2 4 0 0 2 10 5 0 2 3 0.21 1.46 297 W -1 -1 -3 -2 -4 -1 -2 -2 -3 -1 0 -4 -1 2 -4 -2 -4 10 4 -3 4 3 2 3 0 3 2 3 0 3 10 1 1 7 1 3 1 40 13 1 1.37 1.45 298 D -2 -1 3 5 -4 0 1 -3 -1 -1 -2 -1 -4 -2 -2 0 -1 0 -4 -3 3 3 13 40 0 4 7 1 1 4 5 2 0 2 1 7 3 2 0 1 0.67 1.45 299 N -1 1 4 2 -4 0 -1 -1 0 -2 0 -1 -3 1 -3 -2 0 3 2 -2 5 8 21 10 0 3 3 4 2 2 9 2 0 7 1 2 5 4 7 3 0.30 1.43 300 G -1 -2 2 1 -4 0 -1 3 -1 0 0 -3 -3 -2 0 0 0 2 -2 -3 5 2 10 8 0 5 4 26 1 5 11 1 0 1 4 5 5 3 1 2 0.27 1.41 301 V -1 -3 0 -1 -1 -1 -1 -2 -1 2 1 -2 1 1 -2 0 2 1 2 0 4 1 5 4 1 3 4 3 1 11 14 3 4 6 2 6 13 2 6 8 0.14 1.32 302 T 0 0 1 -2 -4 1 -1 -3 0 -2 0 0 -1 -4 -2 2 3 3 -1 -1 8 5 7 2 0 5 3 2 2 1 10 5 2 0 1 14 22 4 2 4 0.27 1.48 303 T 0 0 0 -2 -4 -1 -1 -3 -2 -2 1 1 -1 0 -1 2 3 -1 -2 0 6 6 4 2 0 2 4 2 1 2 12 8 1 3 3 14 21 1 1 7 0.22 1.50 304 S 1 1 -1 1 -4 0 -2 -1 -3 -1 -2 1 -3 -2 -2 4 1 -4 -1 -1 13 6 3 7 0 5 2 4 0 3 5 7 0 2 1 29 8 0 2 3 0.30 1.47 305 N -1 0 4 0 -4 1 -1 1 1 -3 -1 -1 -3 -2 -2 0 1 -3 1 -2 5 6 20 5 0 5 3 10 3 1 7 4 0 2 2 8 11 0 6 2 0.26 1.37 306 W -2 -1 0 0 -3 0 -2 -1 1 0 0 -3 -2 2 -3 0 1 7 3 -2 2 4 4 5 0 5 3 5 3 6 10 1 0 8 1 6 7 16 10 2 0.43 1.34 307 V 0 -2 -1 -3 -3 -1 -3 0 -4 2 2 0 -2 -1 -2 0 1 -4 0 3 8 2 3 2 0 3 1 7 0 11 17 5 0 2 2 6 9 0 4 19 0.22 1.45 308 Q -2 1 2 -1 -4 4 1 0 -2 -4 -2 0 -3 -3 -2 2 -1 -4 3 -3 3 9 10 3 0 18 10 6 0 1 4 4 0 0 2 14 3 0 12 2 0.40 1.47 309 Y -1 1 1 -2 -4 -2 -2 -4 0 -4 -2 -2 -2 2 -4 0 0 4 7 -2 6 7 6 2 0 1 2 0 2 0 3 2 1 7 0 8 5 6 39 2 0.82 1.54 310 E -2 2 2 2 -5 2 3 -3 1 -2 -4 0 -2 -3 -2 2 -1 -5 -2 -2 2 13 8 10 0 8 19 2 3 2 2 5 1 1 2 14 3 0 1 3 0.37 1.52 311 H -3 1 2 1 -5 -1 2 -3 5 -2 -3 1 -4 1 -4 0 -1 -4 3 -2 1 7 11 9 0 2 13 2 15 2 3 7 0 6 0 7 3 0 9 3 0.42 1.55 312 T -1 -4 0 1 -4 -2 0 -3 -1 -2 -1 -1 -1 -1 -3 1 4 2 2 -1 4 0 3 8 0 1 6 1 1 2 7 3 1 2 1 12 31 3 9 4 0.41 1.54 313 R -1 4 0 1 -5 1 1 -3 -1 -2 -1 2 -4 -1 -2 -1 -2 0 -2 -2 5 23 5 8 0 7 10 2 1 2 6 14 0 3 1 4 1 1 1 3 0.37 1.55 314 N -3 -1 6 2 -5 -2 -1 -2 1 -1 -5 -1 -4 -1 -4 0 1 -1 1 -2 1 3 40 12 0 2 3 3 3 3 0 3 0 2 0 6 7 1 6 4 0.72 1.57 315 S 0 0 1 1 -4 0 -2 -1 -1 -2 -2 0 -1 -1 0 3 1 0 2 -2 8 4 8 9 0 4 2 3 1 2 3 5 1 2 4 22 9 1 8 3 0.23 1.58 316 R 1 3 2 -2 -4 -1 -1 -2 1 0 -2 1 -3 0 1 0 -2 -3 2 -2 11 19 9 2 0 3 4 3 4 5 3 6 0 3 8 5 2 0 8 2 0.26 1.39 317 I -1 0 1 -1 -3 -2 0 -2 -3 2 1 -1 1 1 -2 -1 0 -3 2 1 5 6 6 3 0 1 6 3 0 12 13 3 4 5 2 5 7 0 8 10 0.13 1.40 318 P 0 -1 3 1 0 -1 0 -1 -3 -1 -3 -1 -1 -2 4 1 0 -4 -1 -2 7 4 13 8 2 2 6 4 0 3 2 4 2 2 21 10 6 0 2 2 0.34 1.32 319 E 0 1 0 2 -4 1 2 -2 -1 -2 -3 -1 0 -2 0 1 2 1 1 -2 7 9 3 10 0 6 13 3 1 2 2 3 3 1 5 9 13 2 5 3 0.20 1.39 320 G 1 -1 1 0 -4 -1 -1 4 1 -4 -4 0 -1 -1 -2 1 0 -4 -2 -1 11 3 7 4 0 2 3 30 4 1 1 6 2 3 2 11 5 0 2 4 0.36 1.42 321 L -1 -1 -2 -1 -3 0 -2 -3 -1 1 3 -2 2 1 -1 -1 -1 -3 3 0 5 4 2 3 0 4 3 2 1 7 27 2 6 6 4 4 4 0 11 6 0.27 1.42 322 A 3 -2 0 -3 -3 -2 -2 1 -1 -1 0 -1 2 0 0 1 -1 -3 1 -1 24 2 4 1 0 2 2 9 2 4 8 5 5 3 5 10 4 0 5 4 0.18 1.35 323 G 0 0 1 0 -3 -3 -2 3 -3 -2 -2 -1 -3 -2 1 0 -1 0 2 -1 9 5 7 6 0 1 2 23 0 3 5 4 0 2 8 8 4 1 6 5 0.23 1.33 324 G 0 0 0 -1 -1 -1 -1 4 -1 -3 -3 -1 -3 -1 -1 1 0 -3 1 -2 9 5 5 4 1 3 3 30 2 1 3 3 0 3 3 10 7 0 5 3 0.32 1.35 325 T 0 1 0 0 -3 0 -1 -1 -3 -2 0 0 -3 -1 -1 2 3 1 -1 -1 6 7 5 5 0 5 3 4 0 1 12 5 0 3 2 16 17 2 2 4 0.18 1.42 326 E 0 -1 1 2 -4 2 3 -2 1 -3 -1 -1 -3 -1 1 0 0 0 -1 -1 6 3 6 9 0 8 21 2 3 1 7 3 0 3 8 5 6 1 2 4 0.24 1.37 327 G -1 1 1 0 -4 -1 -2 4 -3 -1 -2 0 -1 -2 -2 0 2 -4 -1 -3 5 7 6 5 0 2 2 31 0 4 3 6 2 1 2 5 13 0 3 2 0.36 1.40 328 K -1 3 1 0 1 1 1 -1 -1 -1 -2 2 -3 -2 -1 1 -1 -4 -1 -2 3 15 7 6 3 5 7 5 1 4 5 15 0 2 3 10 4 0 2 3 0.20 1.42 329 F -1 -1 -1 -2 -4 -2 -2 -1 -1 0 0 -3 -1 5 -3 -2 -2 0 5 -1 4 3 4 3 0 2 3 5 1 5 10 1 1 25 2 3 3 1 22 3 0.57 1.38 330 N -2 1 3 3 -4 -1 0 0 0 -2 -2 0 -1 -2 -3 1 -1 -4 1 -3 4 7 15 19 0 3 5 8 2 3 4 6 2 2 1 9 4 0 5 2 0.30 1.40 331 E -2 1 1 1 -4 0 3 -1 1 -3 -2 1 -3 -4 -2 1 0 -4 0 -2 3 8 7 9 0 4 20 4 4 2 3 9 0 1 2 11 6 0 4 4 0.27 1.44 332 K 0 2 1 0 -4 2 0 1 -3 -1 -1 2 -1 -4 -1 0 0 0 0 -3 7 9 6 6 0 8 7 11 0 4 6 12 1 0 3 7 7 1 4 1 0.15 1.47 333 A 2 0 1 -1 -3 1 0 -1 -1 -1 0 -1 -1 -1 -2 1 1 1 -2 -1 17 6 7 3 0 7 5 5 1 4 8 2 1 2 2 11 8 2 1 5 0.12 1.44 334 T 1 -1 0 0 -3 0 -1 -2 -1 -2 -2 -1 0 0 -1 1 4 2 -1 -1 10 3 4 4 0 4 3 3 2 2 4 4 2 4 3 8 30 2 3 4 0.30 1.43 335 Q -2 2 1 -3 -4 5 0 1 -1 -2 -1 1 -2 -2 -2 0 -1 -3 -1 -3 3 13 7 1 0 24 4 9 1 2 7 8 1 1 2 7 4 0 2 2 0.37 1.37 336 D -2 -1 2 4 -3 -1 1 -1 3 -3 -3 0 -3 -3 0 -1 0 2 -1 -3 4 4 10 27 0 2 9 6 7 1 3 4 1 1 4 4 6 3 2 2 0.43 1.27 337 F 0 -1 -1 -2 -3 0 -1 0 0 0 0 -3 -1 4 -2 -1 0 1 4 -1 6 3 3 2 0 4 4 7 2 6 9 1 2 16 2 5 6 2 16 4 0.27 1.24 338 V -1 1 0 0 -3 0 -2 -2 -1 0 1 -1 0 0 -3 -1 1 0 2 2 5 9 5 5 1 4 3 4 1 5 12 3 2 4 1 5 7 1 7 16 0.11 1.23 339 D -2 1 3 5 -3 0 0 -1 0 -3 -3 -1 -3 -2 -2 -1 1 0 -3 -2 3 6 14 30 0 4 5 5 3 2 2 4 0 2 2 4 9 1 1 3 0.47 1.33 340 I 1 0 0 -1 -3 0 -3 -3 -1 2 1 -2 1 1 -1 -1 1 -3 2 0 10 4 4 4 0 4 1 1 2 13 12 3 4 6 3 5 7 0 8 7 0.15 1.41 341 D -1 1 2 3 -4 1 1 0 -3 -4 -4 1 -1 -4 -3 1 1 -4 0 -2 5 8 8 18 0 6 10 6 0 1 2 7 1 1 1 10 10 0 3 2 0.32 1.45 342 L -1 -1 -2 -4 -4 1 -3 -2 0 1 3 -1 1 2 -4 -1 0 -3 1 -1 5 3 2 1 0 7 1 3 2 9 30 4 4 9 1 6 6 0 5 4 0.30 1.54 343 D -2 0 1 4 -4 0 1 -2 -1 -4 -2 1 0 -4 -2 0 1 2 -1 -3 3 4 7 26 0 4 10 3 2 1 5 9 2 0 2 6 9 2 2 2 0.39 1.57 344 D -2 0 4 4 -5 2 1 0 -1 -5 -3 0 -4 -1 -4 0 1 -5 -1 -4 4 4 17 23 0 8 8 6 1 0 2 4 0 3 0 6 9 0 2 0 0.49 1.62 345 V 0 1 0 -1 -4 -1 -1 -3 -1 2 -1 0 -3 -2 -4 1 2 2 1 2 6 7 5 3 0 3 5 2 1 11 6 6 0 1 0 9 12 3 6 13 0.17 1.58 346 M -2 1 0 -4 -4 0 -1 -1 -4 1 0 1 3 3 -4 0 1 2 0 1 3 9 4 0 0 4 3 5 0 8 7 8 7 11 0 7 8 3 3 9 0.18 1.60 347 L -1 0 0 0 -4 0 -1 0 -4 0 2 1 0 1 -4 -2 -1 3 -1 0 6 6 4 5 0 4 3 8 0 6 21 7 2 7 0 3 3 5 2 6 0.16 1.65 348 H -1 -1 0 1 -5 2 0 0 3 -1 -2 0 -4 1 -4 1 0 2 1 -2 5 4 5 9 0 8 5 7 8 4 4 6 0 7 0 10 7 3 5 3 0.19 1.65 349 S 1 -1 3 -2 -5 0 -1 2 0 -5 -1 0 -4 0 -2 1 0 3 1 -4 13 3 12 2 0 3 3 14 2 0 5 7 0 5 2 12 6 4 5 0 0.26 1.69 350 E -1 2 1 0 -5 1 2 -1 1 -4 -1 1 -4 1 -4 0 0 4 0 -4 5 10 7 6 0 6 14 6 3 0 7 9 0 5 0 6 5 5 3 0 0.24 1.58 351 V 0 0 0 0 -4 0 -3 -1 -4 1 1 -1 -3 1 -4 0 0 3 1 2 7 4 5 5 0 5 1 5 0 8 15 4 0 6 0 6 6 4 5 13 0.15 1.52 352 N -2 1 4 -1 -4 3 1 -1 -3 -3 -1 -1 -1 -4 -2 0 2 2 -3 -1 3 6 19 2 0 12 8 5 0 1 7 3 1 0 2 7 14 3 0 5 0.33 1.43 353 L 0 -2 -4 -3 -4 -1 -1 0 0 1 3 -2 0 1 -4 -3 -1 3 1 0 10 2 1 2 0 3 5 7 2 8 31 2 2 6 1 2 4 4 4 5 0.28 1.44 354 P 0 1 1 1 -4 0 -2 0 -3 -2 -2 -1 -3 0 4 -1 0 -4 -1 -1 7 9 7 8 0 4 2 8 0 3 3 4 0 4 23 4 6 0 2 4 0.33 1.37 355 I 0 -1 0 -4 -3 -3 -3 -1 -1 1 3 -1 0 3 -4 -1 0 2 0 0 8 3 4 1 0 1 1 4 2 9 26 4 2 12 1 5 6 3 3 6 0.26 1.38 356 D -2 -2 2 5 -4 1 0 1 1 -3 -2 0 -3 -1 0 0 -1 -4 -3 -2 3 2 8 29 0 6 6 9 4 2 5 5 0 3 5 7 4 0 1 2 0.39 1.35 357 F -1 -3 -3 -3 -3 1 -1 -1 -3 -1 1 -2 1 4 -1 0 1 3 3 0 6 1 1 1 0 7 3 4 1 2 11 2 3 19 4 7 8 4 9 7 0.29 1.26 358 L 0 -1 -1 -3 -3 -1 -1 0 1 -1 3 -1 1 1 -1 0 -1 0 0 -1 9 3 3 1 1 3 4 7 3 3 25 4 4 6 3 7 5 1 4 5 0.14 1.20 359 V 1 -3 -1 0 -3 -2 -1 -1 -3 2 0 -3 0 1 1 -2 0 -3 0 2 12 1 3 5 0 2 5 6 0 13 10 1 2 5 6 3 5 0 3 16 0.17 1.29 360 N -1 1 3 2 -4 -1 1 2 0 -4 -3 1 -4 -4 -2 2 0 -5 -4 -4 4 6 14 13 0 2 8 15 2 1 3 7 0 0 2 16 4 0 0 1 0.39 1.46 361 Q -1 -1 2 -2 -4 4 0 -2 7 -4 -1 -1 0 -2 -4 -2 -1 -4 -1 -3 4 2 9 1 0 23 5 4 29 0 6 2 2 1 0 3 3 0 1 2 0.80 1.49 362 T -2 1 1 -2 -4 0 0 -3 0 0 -1 -1 2 -2 -1 1 4 -4 0 -1 3 7 7 1 0 3 6 2 2 5 7 3 5 1 3 9 28 0 3 4 0.29 1.53 363 L -2 -4 -4 -4 -4 -1 -2 -4 1 1 4 -1 -1 0 -1 -2 -1 -4 0 1 4 0 0 0 0 3 3 1 3 7 45 5 0 4 3 2 4 0 3 11 0.50 1.36 364 T 0 -2 -1 -2 -4 -1 -1 -2 2 0 -1 -1 -3 -4 -4 1 5 -5 -4 1 9 2 2 2 0 2 3 3 5 5 5 3 0 0 0 12 38 0 0 8 0.51 1.40 365 L 0 -4 -5 -5 -4 -4 -5 -3 -4 1 2 -4 2 3 0 -2 1 0 4 1 10 0 0 0 0 0 0 2 0 7 22 0 4 14 4 2 10 1 13 9 0.48 1.44 366 G 0 -4 -1 -4 -5 -1 -4 6 -4 -2 -5 0 -5 -5 -5 -2 -2 -5 0 -2 5 0 3 0 0 3 0 69 0 3 0 5 0 0 0 2 2 0 3 3 1.26 1.49 367 T 2 -4 -3 -1 -4 -3 -1 2 -4 -1 -1 -1 0 0 -4 -1 3 -4 0 2 16 0 0 4 0 0 5 17 0 2 5 3 2 3 0 4 19 0 3 15 0.33 1.44 368 E -1 -1 0 4 -5 1 4 1 -3 -5 -5 -1 -4 -1 -4 0 -2 1 1 -5 4 2 3 21 0 5 34 10 0 0 0 2 0 2 0 7 2 2 6 0 0.67 1.47 369 W -1 -1 -4 -5 -4 -1 -4 -1 3 -1 1 -4 -3 3 -5 -2 -1 8 4 -1 5 3 0 0 0 3 0 4 6 3 12 0 0 10 0 2 4 24 17 5 0.93 1.46 370 N -3 1 2 1 -5 1 0 0 1 -4 -1 2 -1 1 -4 0 0 2 1 -3 1 8 12 8 0 6 7 8 3 0 6 11 2 5 0 7 7 3 5 2 0.22 1.47 371 Q -1 3 0 0 -5 2 1 -1 3 -4 -2 1 -4 0 -4 -1 -1 2 1 0 5 14 5 5 0 9 10 5 7 0 4 9 0 3 0 5 3 3 5 7 0.24 1.56 372 Q 0 0 1 1 -5 3 3 -4 1 -1 -1 -3 -3 -4 1 0 0 -4 1 -1 6 5 7 6 0 14 19 0 4 4 5 0 0 0 7 8 5 0 5 4 0.31 1.56 373 R -2 5 -1 0 -5 2 1 -2 0 -4 -4 2 -4 -1 -2 1 2 -4 -1 -4 2 28 2 5 0 7 8 2 2 1 1 14 0 2 2 8 11 0 2 1 0.52 1.53 374 M -2 0 1 -1 -4 0 -2 -1 -3 0 2 -2 3 3 -3 -2 0 -3 1 0 3 6 7 4 0 4 2 5 0 5 22 2 6 12 2 2 7 0 5 5 0.24 1.46 375 K -2 2 3 1 -4 1 1 -3 -3 -4 -3 3 2 -3 -2 -1 0 1 0 -3 2 10 16 9 0 5 11 2 0 1 2 16 5 1 2 4 7 2 3 2 0.37 1.48 376 D -1 -1 1 4 -4 -1 1 1 2 -2 -3 -2 -3 -2 0 0 1 -4 -1 -3 4 3 7 26 0 3 7 11 4 3 3 2 0 1 4 6 9 0 2 2 0.36 1.40 377 L -1 -1 -2 0 -3 -1 0 -1 0 1 2 -2 1 2 0 -1 0 0 1 0 6 4 2 5 0 2 5 4 2 7 21 3 3 8 4 5 5 1 6 7 0.11 1.40 378 S 1 1 1 0 -3 -1 -1 1 -1 -2 -2 -1 -3 -1 -1 2 0 0 2 -2 13 7 7 6 0 3 5 11 1 2 4 2 0 3 3 18 4 1 6 2 0.18 1.40 379 S 1 -1 2 -1 -4 0 -2 1 -1 -4 -2 0 -1 1 -2 3 1 -4 0 -2 10 3 9 4 0 4 3 11 1 1 4 5 2 5 2 25 7 0 3 3 0.25 1.43 380 N -2 -1 4 2 -4 -1 -1 2 -1 -3 -3 -2 -2 -2 -3 1 1 -4 0 -1 3 2 24 12 0 3 4 13 1 1 2 2 1 2 1 9 11 0 4 4 0.40 1.36 381 T 0 -1 0 0 -1 -3 -1 0 -3 -1 0 -1 -2 1 -1 1 2 -3 2 0 9 4 4 6 2 1 3 7 0 3 10 3 0 5 3 12 13 0 7 7 0.11 1.33 382 Q -1 0 2 1 -3 3 0 0 -2 -1 -2 -1 0 0 1 -1 -1 1 2 -1 6 5 10 7 0 12 7 7 0 3 5 3 2 4 7 4 4 2 7 4 0.15 1.32 383 A 2 1 0 -1 -3 0 -1 1 -2 -1 -1 0 -1 -3 -1 0 1 -3 1 0 15 8 4 3 0 4 4 11 1 4 5 5 2 1 3 8 11 0 5 6 0.12 1.24 384 L 0 0 -1 1 -3 0 -2 -1 -3 1 1 -2 0 1 0 0 -1 0 2 1 7 5 3 8 0 4 1 6 1 8 13 2 2 6 5 8 3 1 8 10 0.10 1.25 385 T 0 -1 0 2 -3 -1 -1 -2 -2 0 -1 0 -3 0 0 0 4 -3 1 -1 8 2 4 10 0 2 3 3 1 5 5 5 0 4 4 7 25 0 6 3 0.24 1.32 386 G 1 -2 0 1 -3 -1 -1 4 0 -3 -2 -2 -3 -2 1 0 -1 0 -1 -1 10 2 4 8 0 3 4 33 2 1 3 2 0 2 6 5 4 1 3 5 0.37 1.33 387 T -1 1 0 -3 -1 -2 -2 0 -2 -1 -1 0 0 -3 1 1 3 -4 -2 0 5 9 4 1 1 2 2 6 1 4 6 7 2 1 8 12 21 0 2 7 0.24 1.38 388 N -1 1 4 1 -4 0 0 2 0 -4 -3 -1 -3 -1 -1 0 0 -4 -1 -2 6 8 21 9 0 4 5 14 2 1 3 3 0 3 3 8 6 0 2 3 0.30 1.42 389 T 1 -1 1 -2 -3 1 -1 -1 -1 -1 -2 0 0 -3 0 1 3 0 1 0 11 4 6 2 0 6 4 5 2 4 4 7 2 1 4 9 18 1 5 6 0.16 1.40 390 G 0 -1 1 -1 -1 -2 -1 4 -3 0 -2 -1 -3 -2 0 0 -3 -3 -1 -1 6 4 6 3 1 2 5 35 0 6 5 3 0 2 5 7 1 0 2 4 0.38 1.32 391 G -1 0 0 -1 -3 0 -2 4 -3 -1 -1 -1 -3 -1 1 0 -2 -3 1 -1 4 5 5 4 0 4 2 32 0 5 6 4 0 3 6 8 2 0 5 4 0.31 1.29 392 A 2 -1 0 0 -3 -1 -2 -1 -1 -2 -1 -1 -2 -1 2 0 0 0 1 1 19 3 5 5 0 2 2 5 1 2 7 3 1 2 12 7 7 1 5 11 0.16 1.22 393 I -1 0 -1 -1 -3 -1 -2 -2 -3 3 1 -1 -2 2 1 -1 0 0 -1 1 5 6 2 4 1 3 3 3 1 14 13 3 1 9 6 6 5 1 2 11 0.15 1.22 394 D -1 -1 2 4 -1 1 0 0 1 -3 -3 -2 -3 -2 2 0 0 -3 0 -2 4 3 9 24 2 5 5 6 3 1 3 2 0 2 10 7 6 0 4 2 0.34 1.29 395 G -2 -2 0 0 -4 -3 -2 5 -3 -4 -2 0 -3 0 2 -2 -1 -3 -1 -3 3 2 4 6 0 1 2 46 0 1 4 7 0 4 9 3 4 0 2 1 0.65 1.26 396 V 0 0 -2 1 -3 -2 -2 -2 -3 2 1 -1 -1 2 -2 -1 0 1 3 1 9 4 2 8 0 2 2 4 0 11 12 3 1 8 2 4 6 2 10 8 0.15 1.22 397 S 0 -1 0 1 -4 1 -1 -2 1 -3 -2 0 -3 1 -1 3 1 1 1 -1 9 3 4 8 0 5 4 3 3 1 4 6 0 5 2 23 7 2 4 5 0.19 1.36 398 T 1 0 0 -1 -4 2 0 -2 -1 -2 -1 0 -1 -2 2 0 2 -4 -3 -1 12 6 3 3 0 10 6 3 1 2 6 5 1 2 11 7 16 0 0 5 0.20 1.36 399 T 0 0 0 -3 -3 1 -2 -1 -3 0 0 -1 1 0 0 1 3 -4 0 0 9 6 4 1 0 6 3 5 0 6 8 3 3 4 5 9 19 0 4 6 0.15 1.33 400 D -2 -1 3 4 -4 1 1 -1 -3 -2 -4 0 -4 -1 -1 2 -1 -4 0 -2 2 3 17 23 0 6 7 4 0 3 1 5 0 3 3 13 4 0 3 3 0.43 1.35 401 R 1 4 0 1 0 -1 0 -1 0 -2 -3 1 -3 -2 -3 0 0 -2 1 -1 11 22 4 8 2 2 6 5 2 2 2 8 0 1 1 6 5 1 6 6 0.25 1.33 402 S 0 -2 1 -1 -4 1 -2 1 1 -3 -1 -2 1 2 -1 2 1 -3 1 -2 7 2 7 3 0 8 2 12 3 1 7 2 3 8 3 17 11 0 5 2 0.20 1.31 403 P 0 -1 -1 1 -4 0 0 -2 -1 -2 -2 0 -3 -3 5 0 0 -1 -4 0 7 3 3 7 0 5 5 3 1 2 4 5 0 1 30 7 7 1 0 6 0.47 1.28 404 Y -3 1 0 0 -4 -1 -1 -1 2 -2 -1 1 -3 4 -2 0 -1 3 4 -2 2 8 5 5 0 2 5 4 4 2 6 7 0 15 2 7 4 4 16 2 0.33 1.28 405 S 1 -1 1 0 -3 -2 0 1 -1 -2 -1 -1 -3 -1 0 2 2 -4 -2 -2 10 3 6 4 0 1 7 9 2 2 8 4 0 2 5 17 16 0 1 3 0.19 1.28 406 K -2 3 1 1 -4 0 0 -1 0 -3 -3 4 -3 -2 -2 0 1 1 0 -3 3 14 6 8 0 4 5 5 2 1 3 23 0 1 2 5 9 2 3 1 0.33 1.28 407 A 3 1 1 -2 -3 0 -2 0 0 0 -2 -2 0 0 -3 1 1 -4 -3 0 26 9 6 2 0 4 2 6 2 5 4 1 2 5 1 9 9 0 1 6 0.24 1.23 408 E -1 1 1 3 -4 1 2 0 0 -4 -3 1 -2 -4 -3 1 1 -4 -1 -3 3 8 6 16 0 6 14 6 2 1 2 9 1 1 1 13 7 0 2 2 0.32 1.26 409 I 0 -2 0 -2 -3 1 -1 -1 -3 2 0 -1 -2 2 -3 1 1 -3 -1 2 7 2 5 2 0 7 3 4 1 13 8 3 1 8 1 12 10 0 2 12 0.15 1.13 410 F 0 -2 -1 -2 -3 -1 -3 -1 -1 -1 0 -2 -1 4 -3 0 -1 6 4 -1 8 3 3 2 0 3 1 5 1 3 7 3 1 17 1 6 5 11 15 5 0.47 1.23 411 S 3 -1 1 -3 -4 0 -3 2 -3 -4 -2 -3 -3 -3 0 3 -1 -4 -1 -3 30 4 6 0 0 4 0 18 0 0 4 0 0 1 4 19 3 0 2 0 0.49 1.34 412 L 0 -1 -4 -3 -4 -1 -4 1 1 2 3 -4 2 1 -4 -3 -3 -4 -3 2 9 4 0 2 0 3 0 11 3 12 27 0 4 6 0 1 0 0 0 14 0.37 1.35 413 F -2 -4 -1 -4 -4 -4 -4 -4 -2 -3 -1 -4 -3 6 -4 -1 0 3 7 -3 3 0 3 0 0 0 1 1 0 0 6 0 0 33 0 4 7 3 36 1 1.21 1.33 414 A 3 0 -4 -2 -3 -3 -4 1 -4 0 2 -3 -2 -2 -4 0 0 -4 -1 1 31 5 0 2 0 0 1 9 0 5 20 0 0 1 0 6 4 0 3 11 0.37 1.33 415 E -1 1 -1 1 -5 4 3 -3 -3 0 -2 -1 -1 -2 -4 -1 0 1 1 -2 4 7 2 9 0 23 22 2 0 5 3 3 2 2 0 4 5 2 5 2 0.45 1.43 416 N -1 -1 3 5 -5 -1 -1 -1 2 -3 -1 -3 -2 -3 -4 -2 0 -5 0 -1 6 3 17 34 0 2 3 4 5 1 7 0 1 1 0 1 5 0 4 4 0.59 1.44 417 N -1 -1 3 1 1 2 3 -1 -1 -3 -3 -1 0 -5 -2 1 0 -5 -3 -4 3 2 16 7 4 10 21 4 1 1 3 3 3 0 2 13 5 0 1 0 0.41 1.45 418 M -1 -3 -5 -5 -4 0 -4 -3 -2 3 1 -1 4 2 -5 -3 -1 6 2 1 6 1 0 0 0 4 0 2 1 21 10 3 10 7 0 2 4 13 7 7 0.58 1.46 419 E 0 1 -1 2 -5 3 3 -4 0 -4 -4 0 -4 -3 2 1 0 -5 -2 -3 7 8 3 12 0 14 16 0 2 1 1 4 0 1 10 12 5 0 2 1 0.41 1.44 420 L -1 -2 -5 -5 -4 0 -4 -2 -4 2 3 -4 0 3 -1 -4 -2 3 1 1 5 2 0 0 0 4 0 4 0 11 35 0 2 11 3 0 2 4 5 10 0.50 1.44 421 T -1 -1 1 0 -4 -2 -1 2 -4 -2 -1 -1 -1 -2 -4 1 4 -5 -4 -1 4 2 6 6 0 2 4 15 0 2 6 3 1 2 0 8 33 0 0 5 0.42 1.44 422 D -1 -1 1 6 -5 -2 2 1 -3 -5 -5 0 -5 -5 0 -2 -3 -6 -5 -5 6 3 7 43 0 0 13 12 0 0 0 6 0 0 6 2 0 0 0 0 0.85 1.31 423 S 0 0 0 2 -4 0 -1 1 2 -1 -1 1 -3 -1 -2 0 0 4 -1 -1 8 6 5 10 0 4 4 10 5 4 7 9 0 2 2 8 5 5 2 4 0.12 1.30 424 T -2 0 -1 -4 -4 -2 -4 -4 -1 -2 3 -2 -2 3 -1 0 3 5 1 -1 3 5 3 0 0 1 0 0 1 1 26 3 0 12 3 6 18 8 4 3 0.44 1.29 425 I 0 0 0 0 -4 -1 0 -3 -1 0 0 1 0 0 0 2 1 -4 -3 1 9 5 5 5 0 2 6 1 1 5 9 9 2 4 4 15 8 0 0 8 0.11 1.26 426 V 1 -1 -4 -4 -3 -1 -2 -4 -4 2 3 -1 2 1 -4 -2 -1 -4 -1 3 13 4 0 0 0 2 3 1 0 9 26 4 5 5 0 3 3 0 2 19 0.36 1.27 427 T -2 -1 1 1 -4 0 0 0 -1 0 -1 -3 -1 -4 0 -1 4 -4 0 -1 2 2 8 6 0 5 5 7 1 5 7 0 1 0 4 3 34 0 4 3 0.36 1.27 428 P 3 0 -3 -4 -3 -3 -3 1 -4 -1 1 -3 -1 -2 4 0 1 -4 -2 -1 24 5 0 1 0 0 1 12 0 3 13 1 2 2 19 5 7 0 2 3 0.42 1.23 429 G 1 -3 0 1 -3 2 -2 4 -3 -3 -3 -2 -3 -4 -3 0 -2 -4 -3 1 9 1 5 10 0 9 1 39 0 1 1 1 0 0 1 6 1 0 0 15 0.52 0.75 430 L 0 -3 -3 -1 -3 -3 -3 -1 -4 3 3 -3 -1 0 -3 -1 1 2 -2 2 7 1 0 4 0 0 1 6 0 16 29 1 0 4 1 4 11 3 0 13 0.31 0.76 431 R 0 6 -2 -3 -4 2 1 0 -2 -4 -4 0 -3 -4 -3 -2 -3 3 -3 -4 9 56 0 0 0 9 8 7 0 0 1 0 0 0 0 0 0 5 0 0 0.92 0.80 432 F -2 -1 -2 -5 -2 -1 -3 -3 1 -1 0 -4 2 4 -5 -2 -4 3 7 -1 3 3 2 0 1 4 2 2 3 2 9 0 5 17 0 3 0 4 38 3 0.95 1.69 433 D -4 -2 0 7 -6 0 2 -4 -4 -5 -6 -2 -5 -6 -1 -1 -1 -6 -5 -2 0 1 2 64 0 4 11 0 0 0 0 2 0 0 4 4 4 0 0 4 1.39 1.69 434 H -2 0 1 1 -5 2 -2 -2 6 -1 -4 0 -4 1 -2 -1 -1 0 3 -1 3 5 7 9 0 8 2 3 24 4 0 6 0 6 2 4 3 1 10 4 0.56 1.67 435 H -1 -1 2 0 -5 0 -2 -3 6 -2 -3 -2 -4 1 -5 0 0 -3 5 -1 4 3 11 6 0 4 2 2 18 2 3 2 0 5 0 6 6 0 21 4 0.60 1.66 436 S -1 2 0 1 -4 1 2 -2 0 -2 -3 0 -4 -3 -1 3 1 -5 -2 -4 3 10 5 9 0 5 12 3 2 3 3 6 0 1 3 25 7 0 2 0 0.34 1.61 437 I -2 -1 -1 1 -4 2 -1 -4 -4 3 0 0 1 0 -2 -2 1 -4 1 1 3 2 3 9 0 11 4 1 0 17 9 5 4 4 3 3 9 0 4 8 0.24 1.61 438 V 0 0 -2 1 -1 0 0 -3 -1 -1 -1 -1 -3 4 -2 1 1 -4 2 0 8 5 2 8 1 3 6 2 1 3 5 3 0 18 2 11 7 0 7 7 0.22 1.61 439 G -1 0 0 -1 1 -4 -2 5 -4 0 -3 -3 -4 -4 1 0 -1 0 0 -2 6 5 4 3 3 0 3 44 0 5 2 1 0 0 6 6 3 1 3 3 0.60 1.61 440 N -1 0 4 1 -5 0 0 0 1 -4 -2 0 -4 0 -1 2 0 3 -4 -2 4 5 18 8 0 5 6 8 4 0 4 5 0 4 3 16 5 3 0 4 0.29 1.62 441 N -1 1 4 1 -5 0 1 -1 4 -5 -5 0 -4 0 -1 -1 0 -5 1 -2 4 7 22 8 0 5 8 4 12 0 0 7 0 4 3 4 5 0 4 4 0.44 1.64 442 W -2 -2 0 -1 -4 -1 -1 0 -4 -1 0 -1 -1 2 -5 -2 2 7 3 0 3 2 5 4 0 3 3 8 0 4 7 3 1 7 0 3 12 18 8 6 0.49 1.53 443 S -1 1 2 -1 -4 0 -1 -1 1 -4 -2 0 -4 -5 0 3 3 -5 -1 -4 5 7 10 4 0 4 4 4 3 0 4 5 0 0 4 27 17 0 2 0 0.42 1.51 444 P -2 -4 -2 -2 -5 -3 0 1 0 -1 -3 -1 -4 -2 6 0 0 3 -1 -2 3 0 2 2 0 0 6 12 2 4 3 3 0 2 39 7 5 5 2 3 0.76 1.48 445 A 1 2 0 -2 -4 2 -3 -1 0 -4 -1 2 -3 1 -1 1 0 -4 0 -2 11 13 5 2 0 10 0 4 2 0 5 14 0 5 2 11 6 0 3 3 0.24 1.48 446 L 1 0 -1 -4 -4 -1 -1 -1 -4 0 3 -2 -2 1 -4 -3 0 2 1 0 11 5 3 0 0 3 4 4 0 6 32 3 0 6 0 1 7 3 5 7 0.31 1.47 447 N 0 -3 4 1 -4 1 0 2 -3 -4 -3 0 -4 -4 -4 1 0 -4 1 -2 9 0 18 7 0 8 5 17 0 0 3 4 0 0 0 11 5 0 6 4 0.37 1.45 448 I 2 -4 -4 -2 0 -4 -4 0 -4 2 1 -1 2 1 -4 -1 1 3 0 1 16 0 0 2 2 0 1 9 0 10 14 3 5 6 0 5 10 4 3 10 0.25 1.44 449 S 0 3 0 0 -4 0 -2 0 0 -3 -3 0 -1 -5 -2 3 2 -5 -3 0 6 15 3 5 0 5 2 8 2 1 2 4 2 0 2 22 12 0 1 8 0.31 1.52 450 Q -1 0 -2 -3 -4 1 -3 -2 1 -2 -2 0 -3 1 -1 0 1 7 5 -2 5 4 2 1 0 8 1 4 3 3 3 6 0 4 3 7 8 14 22 3 0.60 1.50 451 G 1 2 1 0 -5 2 1 2 -1 -3 -5 2 -2 -1 -4 1 -2 -5 -1 -4 10 10 7 6 0 9 8 18 1 2 0 11 1 3 0 9 1 0 3 0 0.33 1.53 452 L 1 -4 -1 -4 -4 -4 0 -2 -2 2 2 -3 1 3 1 -2 -1 -1 1 1 10 0 3 0 0 0 6 3 1 12 20 1 3 11 7 2 4 1 5 11 0.27 1.50 453 G 0 0 2 1 -4 -2 -3 2 1 -1 -3 -1 -3 1 -4 1 3 -4 -3 -2 8 5 11 7 0 1 1 19 3 4 3 3 0 6 1 9 17 0 0 2 0.31 1.45 454 D -3 0 0 5 -4 1 2 -2 1 -1 -2 0 -4 -4 2 0 -2 -4 -2 -4 2 5 3 32 0 6 11 2 3 3 4 6 0 0 10 6 2 0 1 1 0.53 1.43 455 D 0 -2 3 3 -5 2 2 0 -1 -5 -4 -1 -4 -1 -2 0 1 2 -2 -3 7 2 12 20 0 9 12 7 1 0 1 2 0 3 1 7 9 3 1 1 0.40 1.51 456 F -3 -2 -2 -4 -2 -2 -4 -2 2 -2 2 -4 0 4 -5 0 -1 6 2 0 1 2 2 1 1 2 0 4 6 1 24 0 2 16 0 7 4 11 7 8 0.56 1.53 457 T 1 2 -1 -2 -4 -1 -3 -2 -2 -2 -2 0 2 -1 -2 2 4 -5 -4 -1 10 11 3 2 0 2 0 3 1 2 4 5 5 3 2 17 27 0 0 4 0.39 1.54 458 L 0 -5 -5 -5 -4 -2 -3 -4 -5 1 4 -3 -2 1 1 0 -1 4 -3 2 7 0 0 0 0 2 1 1 0 6 37 2 0 5 7 7 4 5 0 14 0.51 1.56 459 K -1 4 0 -4 -5 1 -3 -1 2 -1 -4 3 -4 1 -2 -1 1 -4 3 -2 5 20 5 0 0 6 0 4 4 3 0 19 0 7 2 3 8 0 11 3 0.47 1.59 460 M 3 -1 -2 -2 -4 -4 -3 3 0 -2 -1 1 0 -2 -2 0 0 -5 -1 0 28 3 2 2 0 0 1 20 3 2 5 7 2 2 2 5 6 0 2 7 0.33 1.59 461 G -1 -1 0 0 -5 0 -2 4 -1 -5 -2 -1 1 0 -4 3 0 -5 1 -4 3 3 5 5 0 5 2 29 2 0 3 4 3 4 0 21 6 0 5 0 0.44 1.56 462 I -1 -4 -2 -4 -4 -4 -2 -3 0 2 -1 -2 -3 2 1 0 -2 3 5 2 4 0 2 0 0 0 2 2 3 14 5 2 0 7 6 8 2 5 21 16 0.50 1.51 463 A 3 -2 0 -2 -4 0 -3 2 -1 -3 -3 -1 1 -2 -1 3 0 -4 -4 -1 21 2 5 2 0 4 1 15 2 1 2 4 3 2 3 23 4 0 0 6 0.36 1.47 464 R -3 3 0 -3 -4 2 -1 -3 0 -3 0 0 2 1 -2 -1 3 2 -2 -1 1 19 5 0 0 10 4 1 2 0 11 5 5 6 2 5 16 3 1 3 0.34 1.47 465 A 2 -1 1 -2 -4 -3 -3 3 -4 -4 -1 0 0 0 -4 3 0 -4 -4 -1 20 4 6 2 0 0 0 20 0 0 6 5 2 4 0 21 5 0 0 4 0.36 1.25 466 Y -1 -4 -2 0 -4 -1 -1 -5 -2 -3 0 -4 -3 4 1 -2 -2 4 6 -1 4 0 2 5 0 3 4 0 0 0 7 0 0 21 8 2 3 5 30 5 0.75 1.25 467 K 1 5 -3 -3 -4 1 -1 -4 -3 -4 -1 3 1 -4 -4 0 -3 3 -3 -2 10 32 0 0 0 6 2 0 0 0 6 22 4 0 0 9 0 5 0 2 0.66 1.24 468 A 3 -1 -1 -4 -3 -3 -3 1 2 -1 1 -3 1 -1 1 0 0 -4 -3 0 25 4 3 1 0 0 1 11 5 3 15 1 4 3 7 7 5 0 0 6 0.26 1.19 469 P -3 -4 -3 0 -4 -3 -3 1 -4 -1 -1 -3 -3 -1 7 1 -3 -4 -4 -2 1 0 0 5 0 0 1 10 0 4 7 1 0 3 51 10 1 0 0 3 1.10 1.20 470 S 0 -2 1 -1 -3 -1 -1 1 -3 -3 1 -1 -3 -4 -3 3 3 -4 -2 -1 7 2 6 3 0 2 4 11 0 0 15 3 0 0 0 22 18 0 2 4 0.29 1.20 471 L -1 -4 -1 -1 -4 -4 -1 -1 -4 0 3 -4 2 0 0 -3 0 3 1 2 6 0 4 4 0 0 4 4 0 5 29 0 4 3 6 0 7 5 6 13 0.30 1.25 472 Y -1 0 0 -1 -4 0 -2 -1 0 -2 -1 0 -1 2 -3 -1 0 3 6 -3 6 4 4 3 0 4 2 4 2 2 5 5 1 8 1 3 7 4 31 1 0.53 1.35 473 Q -1 1 0 1 -4 5 3 -1 0 -4 -2 1 -3 -4 -1 -3 -3 -4 -1 -3 6 7 4 7 0 30 18 5 3 0 3 7 0 0 3 1 1 0 2 2 0.58 1.34 474 T -1 1 -2 -3 -3 -1 -2 -1 -3 1 2 0 1 0 -1 -1 2 0 -3 1 4 7 2 1 0 3 3 5 0 8 22 6 3 4 4 4 12 1 1 11 0.18 1.22 475 N -1 -1 3 0 -3 -1 -1 -1 4 -1 -2 -2 -2 0 -3 1 2 -3 1 -1 5 3 17 6 0 2 4 4 10 3 4 1 1 5 1 10 15 0 5 4 0.30 1.13 476 P -2 -1 0 -1 -3 -2 0 -1 1 -2 -1 0 1 -2 6 0 0 -3 0 -2 2 3 4 3 0 1 5 5 3 2 5 5 4 2 39 6 5 0 3 3 0.67 1.20 477 N 0 -1 3 3 -3 0 -1 2 0 -2 -2 -2 -3 0 -3 1 1 -3 -1 -2 8 4 14 15 0 5 4 14 2 2 4 1 0 4 1 8 7 0 2 3 0.25 1.19 478 Y -1 -1 -2 -2 -3 -1 -2 -2 3 -1 -1 -3 -2 2 -3 -1 0 4 6 0 5 3 2 2 0 3 3 4 6 3 6 1 1 7 1 5 6 6 28 6 0.52 1.29 479 I 0 0 0 -3 -1 -2 -1 -1 -3 2 1 -1 0 0 -1 0 0 1 1 1 8 5 4 1 1 1 4 4 1 14 15 3 2 4 4 6 7 2 5 9 0.11 1.25 480 L 0 -2 -1 -3 -1 1 -3 -1 -1 0 3 -3 1 0 -3 1 1 -3 0 0 8 2 3 2 1 7 1 6 2 4 27 1 3 3 2 11 7 0 3 7 0.21 1.40 481 Y -2 -3 -2 -2 -1 -3 -4 -1 -1 0 -1 -3 -1 3 -1 -1 -2 0 7 -2 3 2 2 2 1 1 1 4 1 4 5 1 1 12 4 5 3 1 45 3 0.96 1.47 482 S 1 1 0 0 -3 -1 -1 1 -3 -2 -3 -2 -3 0 -2 3 2 0 0 -2 10 7 5 6 0 2 4 9 0 3 2 2 0 4 2 26 11 1 3 2 0.28 1.42 483 K 0 1 1 -1 -1 2 0 0 2 -1 -1 2 0 -3 1 0 -1 -3 0 -2 9 9 6 3 1 8 5 6 4 3 7 11 2 1 8 6 4 0 3 2 0.12 1.35 484 G 0 -1 -1 -2 -3 -3 -2 4 -1 -1 -2 -3 -3 0 -1 2 0 0 1 -2 8 4 3 2 0 1 2 33 2 4 3 1 1 3 4 15 5 2 4 3 0.40 1.33 485 Q 0 1 1 0 -3 3 1 -1 -1 0 -2 -2 0 -2 -3 1 1 -3 0 -2 7 8 6 6 0 15 9 6 2 5 4 1 2 2 1 11 7 0 4 3 0.18 1.31 486 G 0 -2 1 0 -3 0 1 4 1 -2 -2 -2 0 0 -1 0 -1 -3 -3 -3 6 2 6 5 0 4 10 33 3 2 4 2 3 4 3 6 4 0 1 2 0.37 1.32 487 C 0 -1 0 -1 5 -1 -1 0 -3 0 0 -3 -1 0 2 1 0 -3 -1 -2 9 3 4 4 12 2 3 8 1 6 8 1 2 5 11 10 7 0 2 3 0.21 1.33 488 Y -2 0 -2 -3 -3 -1 -3 -1 -1 -2 -1 -2 -1 4 0 -2 0 2 5 0 3 5 2 1 0 2 1 5 1 2 6 3 2 18 5 3 7 2 21 8 0.46 1.37 489 A 2 0 -1 2 -3 -2 0 1 -3 -2 -1 -1 -1 -2 -1 1 0 -3 0 0 17 6 2 13 0 2 5 11 0 2 6 4 1 2 4 9 6 0 3 7 0.15 1.36 490 S 0 -1 2 0 -1 0 0 0 0 -3 -3 -2 -1 -2 3 2 1 -3 0 -2 6 4 10 5 1 3 5 8 2 1 3 1 2 2 15 17 9 0 3 3 0.27 1.38 491 A 2 1 -1 -1 -3 1 0 0 -3 -1 -1 -2 1 -1 1 1 1 -3 0 0 16 6 2 3 0 8 6 7 0 3 6 1 4 3 7 10 8 0 3 7 0.12 1.36 492 G 0 -1 1 -2 -3 -1 -1 4 1 -3 -3 -2 -3 -1 -1 1 1 -3 2 -2 9 3 6 2 0 2 3 32 3 1 2 1 1 3 3 10 8 0 6 3 0.40 1.32 493 G 1 0 1 0 -1 0 -2 4 -2 -2 -3 -1 0 -2 0 0 1 -3 -2 -1 10 4 8 4 2 4 2 27 1 2 3 3 2 2 4 5 10 0 2 5 0.28 1.31 494 C 0 0 0 -1 4 0 -2 -1 1 -1 0 -2 0 2 0 -1 1 1 1 -1 9 4 5 3 9 4 3 5 3 4 8 3 2 8 5 5 9 2 5 5 0.12 1.25 495 Y -1 0 0 0 -5 1 -4 -1 2 0 -1 0 2 1 0 0 0 4 1 0 6 6 5 6 0 5 0 6 5 6 6 6 5 5 6 6 6 5 5 6 0.13 1.89 496 L 0 -2 -2 -1 -3 -2 -2 -3 -3 2 3 -3 2 1 -3 1 0 2 0 0 6 2 2 4 0 2 3 1 0 13 26 1 4 5 1 10 6 3 3 7 0.25 1.08 497 Q 0 1 -1 0 -2 2 0 -2 0 1 0 0 -1 -1 0 0 -1 -3 0 0 7 7 3 5 1 12 5 3 3 9 10 4 1 2 5 9 3 0 4 8 0.09 1.12 498 G 0 0 1 -1 -4 -3 -3 5 -1 -1 -4 -3 -4 -2 2 1 -1 -4 -4 -3 5 5 5 4 0 0 1 43 2 5 1 0 0 2 11 9 4 0 0 2 0.64 1.23 499 N -2 -2 7 0 -4 -3 -3 0 -2 -2 -3 -1 -4 0 0 -1 -1 -5 -4 -2 3 2 56 4 0 0 0 7 0 2 3 2 0 5 6 3 2 0 0 4 0.93 1.22 500 D -1 -2 0 1 -4 1 0 -1 -1 -2 -2 -1 -1 -4 5 0 1 -4 -4 -3 4 2 4 7 0 7 7 4 1 2 4 4 2 0 32 8 9 0 0 1 0.56 1.16 501 D -2 -1 4 4 -4 1 1 0 -2 -4 -3 0 -3 -4 0 0 -2 -4 -4 -3 3 2 21 28 0 6 8 6 0 1 3 6 0 0 5 7 2 0 0 2 0.57 1.09 502 L -3 -4 -4 -5 -4 -1 -2 -2 -4 0 5 -4 1 1 -4 -1 -3 -4 -1 0 0 0 0 0 0 3 2 3 0 3 67 0 2 5 0 5 0 0 2 5 0.85 1.15 503 K -1 1 0 2 -5 3 2 -2 -3 -1 -4 5 -3 -5 -2 0 -3 -5 -4 -3 4 7 4 12 0 11 12 3 0 4 1 34 0 0 1 6 0 0 0 2 0.58 1.15 504 A 3 0 -3 -4 -4 0 -2 -3 -4 -4 -4 -1 -4 1 6 0 -1 0 -3 -4 25 5 0 0 0 4 1 0 0 0 1 2 0 6 43 5 4 1 0 0 1.01 1.15 505 E -3 -3 -2 2 -5 2 6 -4 -3 -1 -2 -2 -3 -4 -3 -1 -3 -5 -4 -1 0 0 0 10 0 8 61 0 0 5 5 0 0 0 0 3 0 0 0 5 1.02 1.15 506 T -3 1 1 -2 -4 0 0 -4 -3 -2 0 3 -1 0 0 -1 4 -4 -3 -2 0 6 8 2 0 4 7 0 0 2 9 18 2 4 4 3 29 0 0 3 0.39 1.15 507 S 2 -1 1 -3 -3 -2 -3 1 -3 -4 -3 -3 -1 -3 -3 5 0 -5 -4 -3 20 4 8 0 0 1 0 9 0 0 2 0 1 1 0 45 5 0 0 0 0.67 1.15 508 I 0 1 0 1 -4 0 -1 -4 -1 0 1 2 -1 -2 -4 -1 2 1 -1 0 10 7 5 8 0 3 3 0 1 5 16 14 1 1 0 3 12 2 2 5 0.17 1.15 509 N 0 -1 5 0 -4 2 -1 -1 -3 -4 -1 -3 -4 -5 -4 2 2 -5 -1 -4 6 3 28 5 0 9 4 4 0 0 6 0 0 0 0 17 16 0 3 0 0.54 1.22 510 K -2 0 -4 -5 -5 2 -3 -2 1 -1 -1 1 -1 3 2 -2 -2 5 5 -1 3 5 0 0 0 10 1 3 3 4 4 8 2 13 9 3 2 9 19 3 0.52 1.22 511 E -1 -3 -1 2 -5 2 6 -1 -3 -2 -5 -2 -4 -6 -4 0 -1 -5 -5 -4 3 0 3 11 0 10 57 5 0 4 0 0 0 0 0 6 3 0 0 0 1.00 1.22 512 I 1 -5 -5 -5 -4 -4 -5 -1 -5 3 2 -4 1 0 -5 -1 -1 -4 1 2 14 0 0 0 0 0 0 5 0 21 24 0 3 4 0 4 4 0 4 16 0.50 1.22 513 G 0 -4 -3 0 -5 -4 0 6 -4 -2 -5 -4 -5 -3 -4 1 -1 -5 -5 -5 6 0 0 5 0 0 6 62 0 3 0 0 0 1 0 12 4 0 0 0 1.09 1.22 514 L 0 0 -4 -5 -4 -4 -5 -3 -2 3 3 -4 0 1 -5 -3 -1 1 2 2 9 7 1 0 0 0 0 1 1 17 30 0 2 7 0 2 3 2 8 12 0.48 1.22 515 E -2 2 1 0 -5 3 2 0 -2 -1 -3 1 -2 -5 -3 -2 2 -2 -1 -2 3 12 6 5 0 14 15 8 1 4 2 10 1 0 1 2 13 1 2 3 0.32 1.24 516 F -3 -4 -4 -5 -4 -2 -4 0 2 -2 1 -4 -1 5 -2 -2 -2 3 6 -2 1 0 0 0 0 1 0 8 4 1 12 0 1 25 2 3 3 4 30 2 0.87 1.23 517 K -1 3 2 1 -5 1 2 -2 1 -3 -3 2 -1 -4 -4 1 1 -5 -2 -2 5 16 9 7 0 6 12 2 3 2 2 14 2 0 0 9 7 0 2 3 0.34 1.26 518 R -1 3 2 -1 -4 3 -1 0 0 -4 -2 2 -3 1 -1 -1 0 -1 -3 -3 5 15 12 3 0 16 3 6 2 0 4 13 0 6 4 4 5 1 0 1 0.34 1.24 519 D -1 0 1 5 -2 1 1 2 0 -4 -3 -1 -4 -1 -1 0 -1 -5 -4 -4 4 5 5 29 1 6 10 13 2 1 2 3 0 3 3 8 4 0 0 1 0.46 1.38 520 G -1 0 1 0 -4 -1 -2 3 0 -3 -1 -1 -2 0 -2 0 1 2 1 -2 5 5 6 7 0 3 2 25 2 1 8 4 1 4 2 8 7 3 4 2 0.23 1.39 521 W -1 -4 -2 -2 -4 -3 -2 1 -4 0 1 -3 -2 3 -4 0 0 7 1 0 4 0 2 2 0 1 3 10 0 5 16 1 1 12 0 8 7 16 4 6 0.46 1.39 522 L -1 0 1 1 -4 0 -1 -2 1 -1 1 -2 0 1 -4 0 2 -4 0 0 6 4 8 8 0 4 3 2 3 3 16 1 2 6 0 8 13 0 4 7 0.15 1.40 523 A 3 -4 -3 0 -4 0 -2 1 -4 1 1 -4 -3 2 -4 1 0 -4 -1 0 22 0 1 6 0 4 2 9 0 9 13 0 0 9 0 10 5 0 2 8 0.26 1.45 524 G 0 0 0 2 -4 -2 -1 3 -2 -3 -1 -1 -4 -4 -3 3 0 -1 0 -3 7 6 5 10 0 1 3 21 1 1 6 3 0 0 1 24 7 1 3 2 0.35 1.45 525 V 3 -2 -4 -2 -4 -4 -4 -2 -5 1 2 -2 -1 -2 -4 -1 0 -5 -1 3 23 3 0 3 0 0 0 3 0 9 21 3 1 1 0 5 6 0 3 19 0.39 1.48 526 T 2 -4 2 -1 -4 -1 -1 -1 -4 -1 -2 -3 -2 -2 -4 3 4 -5 -2 -2 15 0 8 3 0 3 4 4 0 3 3 0 1 2 0 23 27 0 1 3 0.50 1.48 527 W 0 -2 -1 -5 -4 -4 -3 0 -2 -1 2 -4 -3 2 -5 -4 -3 8 4 1 8 3 3 0 0 0 2 7 1 2 19 0 0 7 0 0 1 20 13 13 0.75 1.46 528 F -4 -1 -3 -3 -1 -4 -4 -5 -3 -2 -1 -3 -3 7 -5 -2 0 3 5 -3 0 4 1 2 1 0 0 0 0 2 4 2 0 49 0 2 6 3 21 0 1.25 1.42 529 R -3 3 -1 0 -5 2 1 -2 3 0 -2 0 0 -3 0 -2 0 -4 3 -1 1 19 3 6 0 9 7 3 6 5 4 6 2 0 5 3 5 0 11 3 0.31 1.43 530 N 0 -1 5 0 -4 -1 -3 -1 -1 0 -4 -1 -1 -5 1 2 2 -5 -4 -2 8 3 30 4 0 2 0 3 1 5 0 4 2 0 6 13 15 0 0 2 0.54 1.43 531 D 0 1 1 5 -5 -1 1 1 -4 -2 -2 1 -4 -5 -2 -2 -1 0 -4 -1 6 8 7 30 0 3 9 9 0 3 4 8 0 0 1 2 4 2 0 4 0.43 1.44 532 Y -2 -1 -1 -2 -4 -1 -2 -3 0 1 -1 0 -1 4 -5 -4 -2 -2 6 0 2 3 3 2 0 2 3 2 2 7 6 7 1 16 0 0 2 0 33 8 0.69 1.42 533 R -3 5 -1 2 -5 2 0 0 0 -1 -3 2 -4 -2 -4 -2 0 -1 -2 -4 1 30 3 11 0 8 4 6 2 5 2 14 0 2 0 3 7 1 1 0 0.51 1.43 534 N -2 -2 6 5 -5 -1 0 -2 -2 -2 -3 -3 -2 -5 -4 -1 -1 -5 -4 -4 3 2 43 30 0 2 5 2 1 2 2 0 1 0 0 3 3 0 0 0 1.07 1.42 535 K -2 1 0 1 -4 0 0 -3 -3 -2 0 2 0 4 -2 -2 0 3 1 -2 4 9 4 7 0 5 7 2 0 2 9 12 3 16 2 3 6 4 4 2 0.24 1.39 536 I -1 -2 -2 -5 -4 -4 -4 -5 -4 6 1 -2 -2 -3 -1 -2 0 -4 1 1 4 2 3 0 0 0 0 0 0 50 13 2 0 0 3 2 7 0 6 6 0.80 1.41 537 E 0 -1 -1 3 -4 1 3 -2 -3 -2 0 -1 -3 -3 -3 0 0 -4 2 -1 9 4 3 16 0 6 17 3 0 3 11 4 0 0 1 6 5 0 7 5 0.25 1.47 538 A 1 0 0 1 -3 1 0 -2 -3 -2 0 -1 -3 1 -1 1 1 -1 0 -1 14 6 4 9 0 5 6 3 0 1 9 4 0 6 2 11 9 1 3 3 0.12 1.39 539 G 1 -1 -1 1 -3 -1 -1 3 -3 -2 -2 -1 1 0 -2 0 0 1 -1 1 13 4 3 7 0 3 3 21 0 2 4 4 3 4 2 7 5 2 2 10 0.17 1.30 540 Y 0 -2 0 0 -1 -1 -2 -1 -2 1 0 -2 -3 2 -1 -1 0 3 5 -2 9 3 4 6 1 3 3 5 0 7 8 2 0 8 4 5 5 4 20 3 0.28 1.37 541 V -1 1 0 -1 1 -2 -1 -4 1 2 1 0 1 -2 -1 -2 -1 -4 0 3 4 7 4 4 3 1 4 1 4 11 13 5 3 2 3 3 3 0 4 22 0.23 1.40 542 A 1 0 0 -1 1 -3 -1 1 -4 0 -2 -1 -3 -4 0 2 1 -1 -3 1 13 5 4 4 3 0 5 11 0 6 4 3 0 0 5 16 7 1 1 11 0.16 1.46 543 V -1 -2 0 1 -2 -1 -2 -1 -3 2 0 0 0 0 -1 -2 2 -4 0 2 4 3 4 7 1 3 2 6 0 11 10 5 2 4 4 2 12 0 3 17 0.15 1.42 544 G 0 -2 0 -1 1 -2 -2 4 -3 -3 -3 1 -3 -1 0 1 1 0 0 -2 7 2 5 3 3 2 3 31 0 2 2 9 0 2 4 9 8 1 4 2 0.35 1.43 545 Q 0 1 0 -1 -2 3 0 1 1 -4 -2 1 -3 -1 0 0 0 -4 0 -1 8 6 3 4 1 13 5 9 4 1 4 10 0 2 5 8 7 0 4 5 0.16 1.45 546 N -2 0 4 3 -1 0 -1 -1 -2 -4 -3 1 -4 -2 1 1 1 -5 -3 -3 3 6 23 14 1 3 3 5 1 1 2 7 0 2 7 10 8 0 1 2 0.40 1.50 547 A 3 -1 0 0 1 0 -2 0 -3 -2 0 -2 0 -1 1 1 0 -1 -2 -1 23 3 5 6 3 4 3 8 0 2 9 2 3 2 7 9 5 1 1 4 0.17 1.45 548 V -1 -1 0 -1 -2 -1 -3 -1 -1 1 1 -2 -1 1 1 -1 2 0 0 1 4 4 5 3 1 3 1 4 2 8 16 3 1 7 8 4 14 1 3 8 0.14 1.39 549 G 0 -2 1 0 -4 0 -2 5 0 -3 -2 -2 -2 -3 -4 0 -1 -4 1 -2 6 2 7 6 0 3 2 41 2 1 5 3 1 1 1 8 4 0 4 3 0.53 1.42 550 T 1 -1 0 0 -1 -1 -1 -1 -1 0 -3 0 -1 -2 -1 1 3 -4 1 0 12 4 4 4 1 2 5 5 1 6 2 5 2 2 3 11 20 0 5 7 0.18 1.49 551 D -1 0 2 3 0 1 0 -1 -3 -2 -3 0 -3 -2 2 -1 1 0 -1 -1 5 5 9 16 2 6 5 6 0 2 3 5 0 2 10 5 9 1 2 5 0.20 1.36 552 L 0 0 1 -4 -4 1 0 0 3 0 -1 -3 2 1 1 0 0 -4 2 0 6 6 6 0 0 6 6 6 6 6 6 0 6 6 6 6 6 0 6 6 0.14 1.67 553 Y -2 -1 -2 -2 1 -1 -3 -1 2 -2 -1 -2 0 3 -2 0 1 4 4 -1 3 3 2 2 3 3 1 5 5 2 7 3 2 12 2 8 9 5 18 5 0.32 1.32 554 Q -1 1 1 1 -4 5 -1 -3 0 -3 -3 1 0 -2 -1 0 0 -4 0 -2 5 6 8 7 0 34 2 2 2 2 2 7 2 2 3 5 6 0 4 2 0.51 1.41 555 W 0 0 0 -4 -1 -3 -4 -3 1 -1 0 -2 0 2 0 -1 -2 5 6 -2 9 5 5 1 1 0 1 2 3 4 9 2 3 6 5 5 2 8 28 1 0.56 1.37 556 D -1 0 0 3 -4 3 0 -2 1 -1 -3 -2 -3 0 -3 0 0 -4 1 0 4 5 4 18 0 17 6 4 3 4 2 2 0 4 1 8 5 0 5 9 0.29 1.34 557 N -1 0 7 0 -5 1 -1 0 -2 -5 -5 -2 -4 -5 -4 -2 -1 -5 -4 -5 4 4 65 4 0 7 3 7 0 0 1 0 0 0 0 0 3 0 0 0 1.30 1.25 558 V 0 0 -4 -4 1 -4 -2 -2 -4 4 1 -1 0 -2 -2 -2 0 -4 1 3 8 6 0 0 3 0 3 4 0 21 10 3 1 1 2 2 6 0 4 24 0.37 1.26 559 P 1 -3 0 2 -4 1 0 3 -1 -5 -5 -1 -4 -5 2 0 1 -5 -4 -4 11 0 5 13 0 7 4 27 1 0 0 4 0 0 11 7 7 0 0 0 0.50 1.28 560 K 0 3 2 0 -5 0 1 0 -1 -4 -2 4 -4 -4 -4 -1 -2 -5 1 -3 6 17 9 5 0 4 8 6 1 0 5 26 0 0 0 4 1 0 4 1 0.44 1.28 561 A 4 -1 -1 -4 -3 0 -2 -1 -4 -3 -3 -1 2 -4 -4 1 0 -5 -1 2 42 4 3 0 0 5 1 3 0 0 2 4 5 0 0 8 6 0 2 15 0.50 1.28 562 V -2 4 -2 -2 -4 -1 0 -4 -3 2 0 2 -1 -2 -4 -1 0 0 0 1 3 26 2 2 0 2 5 0 0 15 8 11 1 1 0 4 7 1 3 9 0.38 1.28 563 V -1 -1 0 -4 -3 -3 -3 -1 0 4 0 -3 0 -1 -4 0 2 -4 0 2 5 4 5 1 0 0 1 4 2 25 7 1 3 2 1 7 15 0 3 14 0.35 1.19 564 E -1 2 1 0 -4 2 0 -2 3 -3 -1 2 -1 -2 -3 0 1 1 1 -3 4 11 7 5 0 10 6 2 8 1 6 11 2 1 1 7 9 2 5 2 0.25 1.17 565 G -2 -4 -3 0 1 -3 0 7 -4 -5 -5 -3 -5 -5 -4 -3 -4 -5 -5 -5 0 0 0 5 4 0 7 79 0 0 1 0 0 0 0 0 0 0 0 0 1.57 1.25 566 L 1 -5 -5 -6 -4 -5 -5 -3 -5 4 3 -2 2 1 -5 -4 -3 1 -1 2 11 0 0 0 0 0 0 2 0 21 34 3 5 5 0 0 0 2 2 17 0.67 1.33 567 E -1 -1 1 1 -6 0 6 -1 -3 -5 -5 -2 -4 -6 -4 -3 -1 -6 -5 -1 5 3 7 7 0 3 62 5 0 0 0 0 0 0 0 0 4 0 0 4 1.06 1.29 568 G 2 -4 -3 -1 -4 -3 0 3 -4 1 1 -4 -1 1 -4 -2 -2 -1 -2 0 20 0 1 4 0 0 6 24 0 7 17 0 1 6 0 2 2 1 1 6 0.35 1.28 569 S 0 1 1 1 -4 -1 1 1 -3 -3 -3 -1 0 -4 -4 3 1 0 1 -3 7 9 7 6 0 2 8 11 0 1 2 4 3 0 0 24 8 1 5 1 0.29 1.30 570 L 1 -4 -3 -5 2 -4 -4 0 -2 0 3 -1 3 0 -4 -1 -1 1 2 1 13 0 1 0 4 0 0 7 1 3 31 5 7 4 0 4 3 2 7 8 0.36 1.31 571 N 0 2 3 1 -5 2 -1 2 -1 -5 -3 -1 -2 -3 -3 2 0 -5 -2 -3 8 10 13 8 0 8 2 16 2 0 2 4 1 1 1 15 7 0 2 1 0.32 1.36 572 V 0 -5 -5 -2 -4 -2 -3 -1 0 2 2 -3 1 1 -5 -3 0 5 2 2 9 0 0 2 0 2 1 6 2 13 16 2 3 6 0 1 7 8 6 15 0.38 1.56 573 P -1 2 0 1 -5 2 1 1 -1 -2 -4 0 0 -2 3 -1 0 0 -3 -3 4 12 3 9 0 8 8 10 1 2 1 6 3 2 16 4 5 1 1 2 0.29 1.51 574 V -2 -2 -4 -3 -1 0 -4 -2 -4 2 3 -2 0 3 -1 -2 -1 0 3 1 4 2 0 1 1 5 0 3 0 9 30 3 2 11 4 2 4 1 9 9 0.38 1.51 575 S 2 -3 1 -1 -1 1 -2 2 0 -3 -2 -1 -4 -1 1 1 1 0 0 -1 16 1 6 3 1 6 2 16 2 1 3 4 0 3 6 12 9 2 4 4 0.21 1.53 576 E 1 1 -1 2 -2 1 2 -2 -2 -4 -1 1 -2 -1 1 0 -1 0 0 -4 13 9 2 12 1 5 14 2 1 0 6 7 1 3 8 8 3 1 4 0 0.23 1.52 577 T -1 -1 1 2 -4 -1 -1 2 -1 -3 -2 -2 -2 1 -1 0 3 3 -1 -1 5 4 8 10 0 3 3 13 2 1 4 1 1 5 3 6 20 4 2 5 0.25 1.46 578 V -2 -3 -4 0 -4 -2 -2 0 -2 2 2 -2 -2 3 -4 -2 0 5 -1 1 4 2 1 7 0 1 3 8 1 11 17 2 0 12 1 3 6 9 2 11 0.32 1.40 579 M -1 0 1 -1 -4 2 -2 1 1 -2 0 1 1 -1 -2 1 1 1 -1 -1 6 4 8 3 0 8 2 9 4 2 12 7 4 2 2 10 8 2 2 4 0.10 1.41 580 W 0 -2 -2 -1 -4 -3 -3 -2 -4 -1 1 -4 -3 3 0 -3 -2 8 3 -2 7 2 3 5 0 1 2 3 0 4 16 1 0 11 5 2 2 25 8 3 0.80 1.50 581 T 0 -1 1 0 -4 -1 -1 0 1 -1 -1 0 -4 -1 -1 2 3 0 1 -2 6 4 7 4 0 2 4 7 3 3 6 5 0 3 3 14 19 1 5 2 0.19 1.56 582 N 2 -1 1 1 -4 -1 -1 0 1 -1 0 -1 -3 1 -4 1 1 -5 -4 -1 15 3 7 7 0 2 5 8 4 3 12 4 0 6 0 10 9 0 0 5 0.14 1.54 583 N -1 -2 5 1 -4 -1 -3 1 -2 -3 -3 0 -4 -1 -4 2 0 -1 -2 -3 5 2 32 8 0 3 0 13 1 2 3 5 0 3 0 15 6 1 1 1 0.56 1.55 584 I 1 -2 -4 -2 -1 -2 -4 -1 -4 0 2 -3 2 1 -4 -1 -1 -3 4 2 14 2 0 2 1 2 0 4 0 5 19 1 4 6 0 4 4 0 15 14 0.35 1.54 585 T 2 -2 0 0 -4 -1 -3 -1 -4 -4 -3 -1 -2 -3 -3 3 5 -5 -2 -1 15 1 4 5 0 2 1 3 0 0 2 3 1 1 1 22 33 0 1 4 0.58 1.57 586 Y 0 -2 -3 -1 -4 -4 -3 -5 0 -1 0 -3 -3 2 -2 -2 -3 5 7 -1 7 2 1 4 0 0 1 0 1 4 9 1 0 7 2 2 1 7 44 4 0.99 1.54 587 M 0 0 -3 -3 -4 0 -1 0 -4 1 1 -1 4 -1 -2 -2 2 -4 2 0 7 6 1 1 0 4 3 7 0 9 13 4 11 2 2 3 13 0 7 7 0.19 1.50 588 L -2 -1 -4 -1 -4 -4 -2 -5 -4 2 3 -1 -2 0 -4 -1 0 0 3 1 3 4 0 4 0 0 3 1 0 12 31 4 0 3 0 5 6 1 10 11 0.38 1.51 589 K 0 2 1 3 -4 0 0 0 0 -4 -4 2 -4 -4 -4 0 1 -5 0 -1 8 13 6 15 0 4 6 7 2 0 1 15 0 0 0 6 9 0 3 4 0.33 1.52 590 S 1 0 1 0 -4 0 -2 2 -2 -2 -3 0 -4 -2 0 2 0 -5 0 -2 13 4 6 6 0 5 2 18 1 2 2 6 0 2 5 17 5 0 3 3 0.24 1.57 591 E 0 2 0 2 -5 1 3 1 -1 -4 -5 2 -2 -5 -4 0 -1 -5 -2 -3 7 9 4 10 0 5 22 11 2 1 0 15 1 0 0 5 4 0 1 2 0.42 1.59 592 N -3 1 4 3 -2 2 -1 0 -1 -3 -4 1 -2 -1 -4 0 0 1 0 -2 1 6 24 16 1 9 4 6 1 1 1 7 1 2 0 5 6 2 3 3 0.47 1.61 593 K 0 2 0 2 -5 1 1 -2 -4 -3 -4 4 -4 -5 -1 0 0 -5 -1 -3 8 9 4 10 0 5 9 3 0 2 1 31 0 0 3 7 5 0 2 1 0.47 1.62 594 T 0 -1 1 2 -5 -2 0 -2 0 0 0 1 -2 0 -2 1 2 -5 -2 -1 9 3 8 12 0 1 6 2 2 5 10 8 1 4 2 9 11 0 1 5 0.13 1.60 595 T 0 -1 2 2 -4 -3 0 -2 -1 -1 -5 0 -4 -2 0 1 4 -5 -4 -1 9 3 10 12 0 0 7 3 2 3 0 6 0 2 4 10 26 0 0 4 0.40 1.61 596 G -1 -3 0 1 -5 1 -2 6 -2 -6 -5 -1 -5 -6 -2 -3 -2 -6 -5 -3 5 1 5 7 0 6 2 61 1 0 1 4 0 0 2 0 3 0 0 2 1.11 1.63 597 D -1 -1 3 4 -5 1 2 -1 -2 -3 -2 2 -2 -2 -1 -1 -1 -5 -2 -4 5 3 14 21 0 6 14 5 1 1 4 10 1 1 3 4 4 0 2 1 0.41 1.61 598 R -2 4 0 0 -5 0 -1 -2 -2 0 -2 1 -1 -4 4 -1 -3 2 1 -2 3 21 4 5 0 5 3 3 1 5 3 8 2 0 22 4 1 3 6 3 0.48 1.60 599 L -1 -2 -2 -3 -4 -2 -4 -2 -1 2 4 -4 1 0 -1 -2 -2 -4 -2 1 4 2 3 1 0 2 0 3 1 9 47 0 3 4 3 3 2 0 1 9 0.56 1.53 600 S 2 -1 2 -1 -4 0 -1 0 -4 -4 -1 -2 -2 -3 2 3 1 -5 -1 -3 17 3 11 4 0 3 3 8 0 0 5 2 1 1 10 20 7 0 2 1 0.33 1.56 601 I -1 1 1 -1 -4 0 -3 -1 -4 3 0 -2 0 0 -4 1 0 0 1 2 4 7 8 4 0 5 1 5 0 15 8 2 2 4 0 11 5 1 5 13 0.17 1.52 602 I 1 2 -4 -2 -4 2 -4 -5 -1 3 1 -3 0 -4 -2 -1 0 -5 -2 3 11 11 0 3 0 9 0 0 2 15 13 0 2 0 2 4 7 0 1 19 0.35 1.55 603 P 0 -2 -1 -4 -5 0 -2 -1 -4 -4 -3 -3 -2 -5 7 -1 -1 -5 -5 -2 9 2 4 0 0 4 3 6 0 0 2 0 1 0 56 5 4 0 0 3 1.28 1.55 604 E -2 3 -1 -1 -5 0 1 -2 -3 -2 -2 4 -4 -2 3 0 -2 -5 -4 -3 3 16 3 4 0 4 11 3 0 2 4 22 0 2 14 6 2 0 0 2 0.45 1.49 605 Y -3 1 -1 0 -5 1 -3 -4 5 -4 -1 0 -1 2 -2 -1 1 5 3 -2 2 7 3 5 0 7 0 0 16 0 8 6 1 9 2 4 8 9 11 2 0.50 1.53 606 T 0 -1 0 -2 -4 1 0 -2 -1 -2 0 2 2 -4 -1 2 3 -5 -4 0 7 3 4 2 0 7 5 2 1 2 9 11 5 0 3 14 20 0 0 6 0.26 1.54 607 L 2 -2 -5 -3 -4 -2 -3 0 -5 2 1 -2 -3 1 -1 -1 -2 -5 -4 3 18 2 0 2 0 2 1 8 0 14 16 2 0 6 3 4 2 0 0 19 0.34 1.60 608 N 0 -1 5 0 -5 -1 -3 -1 -3 -2 -3 1 -4 -2 -2 -1 1 -5 0 1 8 4 32 6 0 2 0 5 0 2 2 9 0 2 2 4 10 0 3 10 0.49 1.58 609 S 2 -4 0 -4 -4 -2 -4 2 -2 -2 1 -4 -3 0 -3 1 1 -4 1 0 19 0 4 0 0 1 0 17 1 2 17 0 0 5 1 12 9 0 5 7 0.33 1.59 610 T -1 0 -1 -3 -5 2 -1 2 -2 1 -1 -1 -1 -1 -1 1 2 2 -2 0 4 5 2 1 0 9 3 15 1 7 5 3 1 2 4 12 15 3 1 6 0.19 1.61 611 L -1 -5 -3 -2 -4 -2 -5 -2 -2 1 4 -5 1 2 0 -1 -4 -4 -3 1 4 0 1 3 0 2 0 4 1 8 44 0 4 8 4 5 0 0 0 11 0.57 1.58 612 S 0 2 2 3 -5 0 0 2 -3 -3 -5 -1 -4 -4 0 1 0 -4 2 -4 8 13 8 16 0 3 5 14 0 1 1 2 0 0 4 9 6 0 8 0 0.37 1.54 613 W -3 -4 -4 -5 -5 -2 -1 -3 0 -2 -1 -3 -3 2 -5 -2 -4 9 6 -2 2 0 0 0 0 2 4 2 2 2 6 2 0 8 0 3 0 31 31 2 1.49 1.52 614 Q -1 2 0 2 -5 4 0 -1 1 -4 -4 1 -1 -3 -1 1 1 0 -2 -2 4 11 4 10 0 23 6 4 3 0 1 7 1 1 4 9 7 1 1 2 0.39 1.58 615 A 2 -4 -4 -2 -4 -2 -2 -1 2 -1 0 -1 -1 0 3 0 0 1 2 1 17 0 0 2 0 1 3 5 5 3 8 3 2 5 13 7 7 2 7 8 0.23 1.56 616 R 0 3 1 0 -4 1 -2 -2 -1 -2 -2 2 -3 -3 1 -1 2 -5 0 0 8 17 6 6 0 7 2 3 1 2 4 11 0 1 6 4 13 0 3 6 0.25 1.57 617 E 0 -1 0 2 -4 2 4 -2 1 0 -2 0 -3 -2 -2 -1 -2 1 0 -1 8 3 5 13 0 8 24 3 3 5 3 5 0 2 2 3 2 2 3 5 0.31 1.54 618 D -1 -1 2 5 -5 0 1 2 -4 -3 -3 2 -5 -5 -3 -2 -2 -6 -5 -3 6 3 11 29 0 4 7 17 0 1 2 12 0 0 1 1 2 0 0 2 0.60 1.65 619 L -1 -2 -5 -5 -4 -4 -4 -2 -4 1 3 -3 -1 4 -3 -4 -1 7 0 0 5 2 0 1 0 0 1 4 0 8 31 2 1 17 2 1 3 15 2 7 0.75 1.56 620 S -1 -1 2 1 -4 -1 0 2 -1 -5 -5 0 -1 -1 -1 3 1 -5 0 -4 5 3 12 8 0 2 5 13 1 0 1 5 2 3 3 24 8 0 3 1 0.36 1.65 621 M 1 0 -2 -4 -4 -4 -4 -1 -4 1 2 -4 1 1 -4 -1 -1 5 2 2 14 5 2 1 0 0 1 5 0 8 18 1 4 6 1 3 4 7 7 12 0.32 1.61 622 Q -1 1 2 2 -4 2 -1 2 1 -3 -4 0 -2 -1 -4 0 -2 4 0 -2 4 7 9 10 0 9 4 18 3 2 2 5 1 2 0 7 2 6 4 4 0.30 1.63 623 T 3 -2 -1 -1 -4 -4 -2 -1 -4 0 2 -4 -1 -2 -2 0 2 1 -2 1 21 2 3 3 0 0 3 5 0 5 20 0 1 1 2 8 11 2 1 9 0.25 1.65 624 T -1 1 1 -3 -4 0 0 1 -1 -1 -2 -1 0 -2 -2 0 3 -4 2 -1 5 9 8 1 0 4 6 11 2 3 4 2 3 2 2 7 20 0 7 5 0.22 1.65 625 F 0 -1 -1 -1 -4 -4 -3 1 0 -2 1 -1 -3 2 -4 0 -2 4 3 2 8 3 3 3 0 0 2 10 2 2 15 4 0 8 0 6 2 6 10 14 0.26 1.65 626 T -2 2 2 -2 -4 0 -1 -1 1 -2 -2 -1 -4 -2 -4 1 4 -5 -4 1 2 11 11 2 0 5 3 4 3 1 4 3 0 1 0 8 31 0 0 9 0.47 1.72 627 W -1 -1 -4 -5 -5 -4 -2 -2 2 -3 0 -2 0 3 -5 -2 -1 8 6 -1 6 4 0 0 0 0 3 3 4 1 7 2 2 10 0 3 4 20 25 4 0.92 1.69 628 Y -1 0 -2 -2 -4 -1 -2 -2 0 -1 0 -4 1 1 -5 0 1 4 5 2 5 6 1 2 0 3 2 3 2 2 10 0 4 6 0 6 7 6 19 13 0.38 1.70 629 G 1 -4 -1 -1 -4 -1 -2 5 -4 -2 -3 -2 -4 -5 -2 0 0 3 -4 -2 13 0 2 4 0 2 2 47 0 2 3 2 0 0 2 7 5 4 0 4 0.74 1.65 630 K 0 2 0 1 -4 1 1 -2 -1 -2 -3 4 -1 -5 -2 0 0 1 -4 -2 8 12 4 8 0 5 7 3 1 3 3 24 1 0 1 8 6 2 0 2 0.35 1.64 631 Q -2 2 -1 -2 -2 3 1 -1 0 -1 -2 1 1 -1 -1 0 0 1 1 -2 3 13 3 2 1 14 10 5 2 4 4 9 3 3 3 6 7 2 4 3 0.21 1.70 632 Q 0 -1 -1 1 -5 2 0 -2 0 0 -1 2 1 -1 -2 0 -1 -4 3 -1 8 2 2 9 0 11 6 2 3 5 6 14 3 2 2 7 4 0 10 4 0.20 1.73 633 P 1 0 -2 2 -4 -2 0 1 1 -2 -2 -1 -2 -4 3 0 1 -4 -1 -2 12 5 2 12 0 2 6 10 3 3 5 3 1 0 16 6 8 0 3 2 0.25 1.62 634 K -1 3 1 1 -4 0 0 -1 -1 -2 -2 4 -4 -1 -1 0 -1 -4 -1 -1 6 13 5 9 0 4 4 4 1 3 4 22 0 3 3 8 3 0 2 4 0.28 1.68 635 K 0 1 1 2 0 0 0 -3 -1 -1 -3 2 -4 -3 -3 1 2 -5 -2 0 7 6 6 13 2 4 7 2 1 4 2 10 0 1 1 9 14 0 1 8 0.23 1.68 636 Y 0 -1 -3 1 -4 0 -2 -1 2 0 0 -2 -3 1 -4 0 0 2 5 0 8 3 1 9 0 5 2 5 4 4 8 2 0 6 1 6 6 2 22 6 0.33 1.66 637 N -1 -1 6 2 -4 0 0 0 -3 -3 -3 -2 -1 -3 -2 1 0 -5 0 -4 5 3 36 9 0 3 7 7 0 1 2 2 1 1 2 10 6 0 3 1 0.61 1.69 638 Y 0 -2 0 -1 -4 0 -2 -2 -1 -1 -1 -2 -3 0 -3 1 0 -2 6 0 8 2 4 4 0 4 3 2 1 3 6 2 0 3 2 11 7 0 33 6 0.56 1.59 639 K 0 1 0 1 -3 0 -1 -1 -2 -2 -1 1 1 0 -2 1 2 -4 0 0 7 7 3 10 0 3 4 5 1 2 6 8 3 4 2 9 13 0 4 7 0.11 1.55 640 G 1 -3 1 1 -3 0 -1 4 0 -4 -4 -1 -2 0 -2 1 -1 -3 0 -2 10 1 6 7 0 4 4 31 2 1 2 3 1 4 2 12 4 0 3 3 0.39 1.52 641 Q -1 1 2 2 -4 3 1 0 1 -3 -1 0 -3 -2 -1 -1 0 -3 1 -1 6 7 9 10 0 11 9 8 3 1 6 6 0 2 3 3 7 0 6 4 0.18 1.49 642 P -1 0 0 0 -3 -1 1 0 0 -1 -2 1 -3 -3 4 0 0 0 0 -1 4 5 4 6 0 3 9 6 2 3 3 10 1 1 21 7 6 2 4 4 0.28 1.44 643 A 3 -2 1 -1 -3 -1 -1 0 -3 -3 -3 0 -1 -1 0 1 1 -4 0 1 26 2 7 3 0 2 4 6 0 1 2 5 2 3 4 10 7 0 3 12 0.25 1.57 644 V 0 -1 0 1 0 -3 -1 0 -3 0 -1 1 1 1 -1 -2 0 -3 2 2 8 3 5 9 2 1 3 7 0 5 5 8 3 5 4 2 7 0 6 16 0.12 1.45 645 G 0 -1 2 1 -1 -1 -2 4 -3 -2 -3 -1 -3 -2 0 0 0 0 -1 -1 8 3 10 8 2 3 2 29 0 2 2 4 0 2 5 7 5 2 2 4 0.34 1.45 646 P 1 -1 0 1 -3 0 -2 -2 -3 -1 -2 1 0 -3 3 1 1 0 1 -2 13 4 4 7 0 5 2 3 0 3 4 10 2 1 14 9 8 1 6 3 0.20 1.46 647 E 0 0 3 0 -4 1 3 -1 -1 -3 -2 1 -3 -3 -1 1 0 -4 0 -2 7 4 12 6 0 6 17 6 1 2 4 7 0 1 3 12 4 0 4 4 0.23 1.52 648 T 0 0 0 -1 0 0 -2 -1 -4 -1 -2 -1 -3 0 -3 1 4 1 -1 1 9 5 5 4 2 5 3 5 0 3 3 3 0 3 1 11 25 2 2 9 0.26 1.66 649 K -2 3 0 -1 -4 2 1 -3 -1 -3 -1 3 -3 2 -1 -2 -1 -4 0 0 3 13 4 4 0 8 7 2 1 1 7 21 0 8 4 3 3 0 3 7 0.29 1.65 650 E -1 1 -2 2 -4 2 2 -3 1 -2 -4 3 -1 1 -4 -1 0 3 -1 -2 4 6 1 13 0 10 12 2 4 2 1 18 1 5 1 5 6 4 2 3 0.36 1.66 651 I 0 0 -1 -3 -4 -1 -4 -4 -4 2 2 -1 1 -2 -1 0 -1 0 0 2 6 6 3 2 0 3 1 1 0 13 24 4 3 1 3 7 3 1 3 15 0.27 1.63 652 S 0 -3 0 2 -4 -3 -1 2 0 -4 -4 1 -4 -4 3 2 -1 -4 -2 -4 6 1 5 11 0 1 3 16 2 1 1 11 0 0 17 19 4 0 2 1 0.47 1.43 653 P 2 -2 -2 1 -4 -2 -3 3 -1 -4 -4 -3 -4 -2 4 2 -1 -4 -1 -4 15 2 2 9 0 2 1 21 1 1 1 1 0 2 21 14 4 0 2 1 0.57 1.46 654 Y -2 -4 -4 -5 -5 0 -4 -5 -1 -3 -3 -3 -3 3 -5 -2 -4 4 8 -1 3 0 0 0 0 4 0 0 0 0 0 1 0 9 0 3 0 5 67 5 1.69 1.28 655 S 2 -4 -1 0 -1 -2 -3 2 -1 -4 -4 -3 0 0 -2 2 4 0 -1 -1 16 0 2 5 1 2 0 13 1 0 0 0 3 5 2 15 27 1 2 5 0.42 1.30 656 I -3 -1 -2 -5 -4 0 -4 -5 -4 2 3 -2 -2 0 -4 -2 3 1 -3 3 0 3 2 0 0 4 0 0 0 13 28 2 0 4 0 1 17 2 0 23 0.55 1.26 657 V 0 -4 -1 -3 -4 -1 -4 -5 -1 1 1 -4 -2 1 -5 -3 0 7 -1 4 9 0 4 2 0 4 0 0 1 6 15 0 0 6 0 0 5 14 2 31 0.63 1.27 658 G -1 -2 3 6 -5 -3 -2 1 -1 -5 -5 -3 -5 -5 -4 -1 -3 -6 -5 -5 4 2 16 58 0 0 0 12 1 0 0 0 0 0 0 5 0 0 0 0 1.24 1.27 659 L 0 -4 -2 -5 -4 -4 -4 -5 -5 1 4 -2 2 2 -5 -3 -1 -4 -3 1 9 0 2 0 0 0 0 0 0 7 50 2 5 7 0 1 4 0 0 11 0.69 1.28 660 S 0 0 1 -3 -4 -2 -2 2 0 -1 -3 0 -1 0 -4 3 2 -4 0 -1 7 4 6 0 0 2 2 15 2 3 1 5 2 4 0 23 15 0 4 5 0.29 1.25 661 A 4 -4 -4 -4 -3 -4 -4 2 -4 -1 1 -2 0 1 -4 -2 0 -4 -1 2 33 0 0 0 0 0 0 14 0 2 12 3 2 7 0 2 7 0 2 15 0.44 1.25 662 T 0 1 1 -3 -4 1 -1 1 -2 -4 -3 -2 -3 -3 -3 3 1 2 4 -4 7 7 8 0 0 7 3 9 0 0 3 1 0 0 0 25 10 3 14 1 0.42 1.22 663 W -2 -4 -4 -5 -4 -1 -4 -4 0 -1 -2 -4 -3 1 -4 -2 -1 7 7 -1 3 0 0 0 0 3 1 1 2 3 3 0 0 4 0 2 3 18 51 4 1.43 1.22 664 D 0 3 1 2 -4 2 0 -2 -1 -4 -3 3 -1 -4 2 -1 -2 -4 -1 -3 7 14 6 14 0 9 6 3 1 0 2 18 1 0 9 4 2 0 2 1 0.38 1.23 665 V 0 -4 -4 -4 -4 -3 -2 -2 -1 4 2 -4 -1 2 1 -2 -2 1 -3 3 10 0 0 0 0 1 2 3 1 22 16 0 1 9 8 2 2 2 0 18 0.43 1.23 666 T 0 -2 4 -1 -4 0 -1 -2 -1 0 -2 -2 0 -2 -2 2 3 1 -2 0 6 2 19 3 0 3 3 3 1 5 2 2 2 2 2 13 23 2 2 6 0.35 1.25 667 K -2 2 -1 2 -6 0 1 -4 -3 -5 -4 5 -4 -5 1 0 -3 -1 -1 -5 2 9 3 10 0 3 10 0 0 0 2 46 0 0 8 5 0 1 2 0 0.81 1.33 668 N -1 0 5 2 -5 1 0 2 3 -5 -5 -1 -4 -5 -4 -1 -1 -5 -3 -5 4 6 34 11 0 7 6 14 7 0 0 2 0 0 0 4 4 0 1 0 0.72 1.30 669 V -1 -5 -5 -3 -4 -4 -5 -4 -5 2 4 -5 2 0 -5 -2 -2 3 0 3 4 0 0 1 0 0 0 1 0 11 38 0 4 4 0 4 2 4 3 23 0.67 1.30 670 S -2 2 0 0 -4 1 -2 -4 -4 0 -2 0 -1 -4 -4 2 5 -5 -2 -2 2 11 4 5 0 6 2 0 0 5 3 5 1 0 0 12 40 0 2 2 0.59 1.30 671 L -2 -5 -6 -6 -4 -5 -5 -6 -5 3 5 -5 1 1 -5 -4 0 -4 -3 2 3 0 0 0 0 0 0 0 0 16 53 0 2 6 0 0 5 0 0 15 0.94 1.33 672 T -2 4 3 0 -5 2 -2 -1 0 -5 -5 0 -2 0 -4 0 3 -5 0 -3 1 21 15 5 0 9 1 3 2 0 0 3 1 4 0 7 23 0 4 1 0.53 1.33 673 G 4 -5 -4 -5 -4 -4 -4 3 -5 -2 1 -4 0 2 -5 -2 -3 -4 -1 1 36 0 0 0 0 0 0 21 0 1 14 0 2 11 0 2 0 0 2 12 0.62 1.33 674 G 1 1 1 -3 -5 -2 -1 5 -1 -5 -5 0 -4 -3 -4 0 -2 -5 -2 -1 13 9 7 0 0 2 4 44 1 0 0 5 0 1 0 5 2 0 1 5 0.67 1.22 675 V -1 -5 -6 -6 -3 -5 -5 -6 -6 4 1 -5 -2 -3 -5 -4 -3 0 -4 6 5 0 0 0 0 0 0 0 0 29 9 0 0 0 0 0 0 1 0 56 1.18 1.22 676 D -1 -1 3 3 -5 -1 1 -1 -2 -3 -4 0 -2 2 -4 -1 -1 -3 5 -3 6 3 14 14 0 2 8 5 0 1 1 7 1 7 0 4 3 0 23 1 0.48 1.22 677 N -4 -3 8 -1 -5 -2 -3 -3 -2 -6 -6 -3 -5 -6 -5 -2 -2 -6 -5 -6 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.29 1.22 678 L 0 -3 -6 -6 -4 -5 -5 -6 -5 2 5 -5 -1 0 -5 -4 -3 -4 -3 2 8 1 0 0 0 0 0 0 0 9 64 0 0 3 0 0 0 0 0 15 1.02 1.22 679 F -2 -5 -5 -5 -4 -5 -5 -2 -4 -2 1 -5 -2 7 -5 -4 2 -2 0 -3 3 0 0 0 0 0 0 4 0 0 15 0 0 61 0 0 17 0 0 0 1.30 1.16 680 D -4 -4 4 7 -6 -3 0 -2 -3 -6 -6 -3 -5 -6 -4 -2 -3 -7 -5 -6 0 0 21 75 0 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 1.76 1.16 681 K -3 3 -1 -3 -5 2 2 -4 -1 -3 -4 5 -3 -4 -4 -3 -1 -5 0 -2 1 18 1 0 0 8 12 0 1 2 0 47 0 0 0 0 2 0 4 2 0.89 1.13 682 R -1 4 -1 2 -5 2 2 -4 -1 -4 -3 3 0 -4 -1 -1 -1 -5 -4 -2 4 22 2 10 0 10 14 0 1 0 2 21 2 0 2 2 3 0 0 3 0.53 1.06 683 L -3 -4 -4 -4 -4 -3 -4 -4 -1 1 1 -4 -2 2 -1 -3 -1 -1 8 0 1 0 0 1 0 0 1 1 0 8 13 1 0 5 3 1 3 0 57 6 1.17 1.00 684 W -1 -2 -2 -2 -3 -1 1 -3 -2 1 -1 -2 -2 1 -1 -1 0 8 3 -1 5 3 2 2 0 2 9 2 0 7 5 2 0 6 3 6 6 21 13 4 0.56 0.89 685 R -1 4 1 0 -3 0 1 -3 -2 -1 0 0 -1 -1 -3 0 3 -1 -3 -2 3 22 7 5 0 3 8 1 0 3 9 4 1 3 1 5 20 1 1 1 0.31 0.90 686 A 2 0 -1 -1 -3 -1 -1 -1 -1 -1 -2 -2 -2 -1 -1 1 0 7 1 1 20 5 3 4 0 2 4 5 1 2 2 1 1 2 2 11 5 15 5 10 0.37 0.87 687 G 0 -2 -1 2 -3 -1 1 3 -2 -2 0 -1 -2 -2 -3 0 -2 1 2 -1 6 2 3 11 0 2 9 26 0 2 10 3 0 1 1 7 1 2 8 5 0.26 0.91 688 N -2 0 4 2 -3 -2 0 2 0 -3 -3 -1 -3 -1 -1 1 -1 1 1 -3 2 6 22 11 0 1 7 15 2 1 2 2 0 3 2 13 2 2 5 1 0.36 0.90 689 A 1 -2 -1 -1 -2 -1 -2 0 -2 -1 0 0 0 -2 0 0 0 -2 3 2 15 1 3 4 0 2 3 7 1 2 7 5 2 1 4 8 7 0 12 14 0.15 0.88 690 Q -2 4 1 0 -3 1 0 -2 -2 -3 -2 0 -2 0 -1 2 1 -3 1 -3 2 22 8 5 1 7 7 3 1 1 5 4 1 4 3 14 8 0 4 2 0.27 0.86 691 T 1 0 -2 -1 -2 1 -2 0 -2 -2 -1 -1 -2 0 -2 2 4 -2 0 -1 9 5 1 4 1 6 2 8 1 1 5 2 1 4 1 13 29 0 4 3 0.29 0.85 692 T 0 0 1 -2 -2 -1 -2 -1 -2 1 -2 -2 -2 -2 1 2 2 -2 2 0 7 4 7 2 1 3 2 5 1 9 4 2 1 1 6 18 13 0 8 7 0.18 0.81 693 G -1 2 0 -1 -2 1 -2 4 -2 -2 -2 -1 -2 -2 -2 1 0 -2 1 -1 4 11 3 4 1 5 2 33 1 2 4 3 1 1 2 9 5 0 5 4 0.34 0.80 694 D 0 -2 0 4 -2 -1 0 0 2 -1 -1 0 -2 -2 1 1 0 1 0 -2 6 2 3 22 1 2 4 7 5 3 7 5 1 1 6 11 6 2 4 2 0.20 0.72 695 L -1 -1 0 -2 -2 -1 -2 -2 -2 1 2 -2 -1 2 -2 -1 1 -2 1 2 4 3 6 2 1 3 2 2 1 6 23 2 1 10 2 4 10 0 6 13 0.21 0.78 696 A 3 0 0 0 -2 -1 -1 2 -2 -1 -3 -1 -2 -3 0 1 0 -3 0 -1 27 4 5 4 0 2 3 15 1 4 2 4 1 1 4 10 6 0 3 4 0.24 0.86 697 G 0 0 0 -2 -3 0 0 4 -2 -1 -3 -2 -2 -1 -1 1 2 -3 -3 -2 7 4 4 1 0 4 5 31 0 4 2 1 1 3 3 9 15 0 1 3 0.35 0.89 698 A 2 1 -1 0 -2 -2 -2 -2 -2 -1 -1 -2 -2 0 -1 1 1 -3 -2 2 20 10 2 6 1 1 2 3 1 3 6 2 1 4 4 12 7 0 1 15 0.18 0.80 699 N 0 0 5 0 -3 -1 0 0 -2 -1 -3 -1 -2 -3 -2 1 0 -3 0 0 7 5 32 4 0 2 5 7 1 4 2 4 1 1 1 9 4 0 4 6 0.37 0.85 700 Y -1 1 -2 -1 -3 1 -2 -2 -2 -1 -1 -2 0 3 -1 -1 -1 2 5 0 6 8 1 4 1 8 2 3 1 3 7 2 3 11 4 4 4 2 22 7 0.31 0.80 701 I 0 0 0 -1 -3 0 -1 -3 2 3 0 -2 1 1 -1 -2 1 -3 -2 2 7 5 4 4 0 4 4 2 5 17 7 1 3 5 3 2 10 0 1 16 0.17 0.85 702 A 2 0 1 1 -3 0 -1 -1 -2 -2 0 0 -1 -2 -1 1 2 -3 -3 0 17 4 6 10 0 4 3 5 1 1 8 6 2 2 2 8 13 0 1 6 0.14 0.86 703 G 0 -2 1 0 -3 1 -2 4 1 -3 -3 -1 0 -3 1 0 -1 1 0 -3 7 1 7 5 1 6 2 31 3 1 2 4 2 1 6 8 3 2 4 2 0.34 0.81 704 A 3 0 -1 -2 -2 1 0 -2 0 -1 -2 1 -2 -3 0 2 -1 -3 -3 0 27 4 3 1 0 6 5 2 2 3 3 9 0 1 5 19 3 0 1 7 0.29 0.88 705 G 0 -3 2 0 -3 -2 -2 5 0 -4 -4 -2 -1 -4 0 0 -2 -4 -3 -4 7 1 12 6 0 1 2 48 2 1 1 2 2 1 4 7 2 0 0 1 0.72 0.94 706 A 2 0 0 -1 -3 -2 -1 -3 0 2 0 -1 -2 -1 -1 0 1 -3 2 0 16 5 6 3 0 1 3 1 2 14 9 4 0 2 2 7 9 0 7 7 0.14 0.94 707 Y -1 -1 3 1 -4 0 -2 -1 -2 -3 -3 -1 -3 2 -3 -1 2 -2 6 -3 6 2 14 9 0 5 1 4 0 1 1 3 0 7 1 3 12 0 30 1 0.56 0.97 708 T -2 4 1 -3 -4 -2 -3 1 -3 -1 -2 -2 -3 0 -2 -1 3 2 0 -1 2 29 6 0 0 0 0 10 0 4 3 0 0 4 2 3 25 3 4 4 0.47 1.01 709 Y -3 -2 -4 -4 -4 -1 -2 -4 -2 -3 -1 -2 0 5 -1 -1 -3 -1 7 -1 0 2 0 0 0 2 2 0 0 0 6 2 2 22 4 6 0 0 45 4 1.05 1.04 710 N 1 1 4 -1 -3 -3 -3 -1 -3 -1 -3 -2 -3 -3 2 0 3 -4 1 1 11 7 20 2 0 0 0 4 0 3 1 0 0 0 10 6 19 0 6 10 0.37 0.98 711 E 3 -1 -3 0 -4 2 4 -3 -1 -1 -1 -2 -3 -5 -3 0 -2 -5 -4 -2 28 2 0 4 0 11 36 0 2 5 5 0 0 0 0 5 2 0 0 1 0.61 1.05 712 P -1 -4 -3 0 -5 -3 0 -4 -4 -5 -5 -3 -4 -5 8 -2 -3 -5 -5 -4 4 0 0 6 0 0 7 0 0 0 0 0 0 0 78 2 0 0 0 0 2.04 1.01 713 G -2 -4 -3 -3 -5 -3 -1 7 -4 -6 -6 0 -5 -5 -4 -2 -4 -5 -5 -5 0 0 0 0 0 0 3 88 0 0 0 5 0 0 0 2 0 0 0 0 1.73 1.03 714 R -4 8 -3 -4 -6 -1 -2 -5 -2 -5 -4 0 -4 -5 -4 -3 -2 -5 -4 -5 0 98 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 2.02 1.05 715 T 0 2 6 -2 -4 -1 0 -1 -2 -5 -5 -2 -4 -5 -4 1 2 -5 -1 -4 8 11 42 0 0 2 5 4 0 0 0 0 0 0 0 9 16 0 2 0 0.76 1.03 716 W -4 -4 -5 -5 -4 -4 -5 -5 -2 -3 -1 -5 0 6 -5 -4 -4 6 7 -1 0 0 0 0 0 0 0 0 0 0 3 0 2 37 0 0 0 11 41 5 1.54 1.03 717 Y 1 1 -1 -4 -4 -3 -4 -3 0 -2 -2 0 -3 2 -4 -1 1 7 5 -3 12 9 2 0 0 0 0 2 2 3 2 7 0 8 0 5 8 16 25 0 0.72 1.03 718 M 2 -4 -5 -5 -3 -4 -4 -4 -5 1 2 -4 4 1 -4 -3 0 -4 -3 3 23 0 0 0 0 0 0 0 0 8 23 0 12 7 0 0 5 0 0 21 0.58 1.03 719 S 1 -3 2 -1 -4 -3 -3 2 -3 -4 -5 0 -4 -5 -3 5 3 -5 -4 -4 8 0 10 2 0 0 0 13 0 0 0 5 0 0 0 45 17 0 0 0 0.74 1.03 720 V 1 -5 -5 -5 0 -4 -5 -3 -5 2 4 -4 2 0 -5 -4 -3 -4 -3 3 13 0 0 0 2 0 0 2 0 12 37 0 5 3 0 0 0 0 0 27 0.69 1.03 721 N -1 -1 4 2 -5 1 3 -2 -3 -4 -5 1 -4 -5 -4 0 2 -5 -4 -2 3 2 26 10 0 4 23 2 0 0 0 10 0 0 0 5 13 0 0 3 0.61 1.03 722 T 1 -4 -4 -5 -4 -1 -4 -2 -3 2 -1 -4 4 2 -5 -2 -1 4 5 1 12 0 0 0 0 4 0 2 0 12 4 0 12 8 0 2 4 6 26 8 0.61 1.01 723 H -1 3 1 0 -5 3 0 -2 2 -5 -5 3 -4 -5 -4 1 0 -5 -4 -4 4 20 7 4 0 12 4 2 5 0 0 24 0 0 0 12 6 0 0 0 0.57 1.01 724 F -4 -5 -5 -6 -5 -5 -5 -5 -3 -2 -2 -5 -2 9 -6 -5 -4 -1 3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 95 0 0 0 0 5 0 2.19 1.01 K Lambda Standard Ungapped 0.1317 0.3125 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1261 0.3176 PSI Gapped 0.0386 0.2670 proftmb-1.1.12/examples/1prn.f.5.Q0000644015075101507510000013435712026631531013425 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 E -2 -1 0 4 -4 1 5 -2 -1 -4 -4 0 -3 -4 -2 -1 -1 -4 -3 -3 0 0 0 33 0 0 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.14 2 I -1 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 0 63 0.53 0.14 3 S 0 1 0 -1 -3 0 0 -1 -1 -3 -3 4 -2 -3 -1 3 0 -3 -2 -3 0 0 0 0 0 0 0 0 0 0 0 63 0 0 0 37 0 0 0 0 0.51 0.14 4 L -2 -3 -4 -4 -2 -3 -4 -4 -4 3 4 -3 1 0 -3 -3 -2 -2 -2 1 0 0 0 0 0 0 0 0 0 29 71 0 0 0 0 0 0 0 0 0 0.56 0.14 5 N 0 -1 4 0 -2 0 -1 -1 -1 -3 -3 -1 -2 -3 -2 4 1 -4 -2 -3 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 63 0 0 0 0 0.58 0.14 6 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 7 Y -2 -2 -1 4 -3 -1 -1 -3 1 -2 -2 -2 -2 2 -3 -2 -2 1 7 -2 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0.77 0.14 8 G 3 -3 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -3 -3 -2 0 -1 -3 -3 -2 34 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0.80 0.14 9 R -2 6 -1 -2 -4 1 -1 -3 -1 -4 -3 2 -2 -3 -3 -1 -2 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0.14 10 F -1 -2 -2 -3 -2 -2 -2 -3 -2 0 0 -2 4 4 -3 -1 2 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 34 37 0 0 29 0 0 0 0.40 0.14 11 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 12 L 2 -3 -3 -3 -1 -2 -2 -2 -3 1 3 -2 1 -1 -2 -1 -1 -3 -2 2 34 0 0 0 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 29 0.29 0.14 13 Q -1 -1 -2 -2 -2 4 -1 -3 -2 3 0 -1 0 -2 -3 -2 -1 -3 -2 3 0 0 0 0 0 37 0 0 0 29 0 0 0 0 0 0 0 0 0 34 0.33 0.14 14 Y -2 -2 -3 -4 -3 -2 -3 -4 1 -2 -2 -2 -1 3 -4 -2 -2 2 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.17 0.14 15 V -2 -2 -1 4 -2 -2 -1 -3 -1 0 -1 -2 -1 0 -3 -2 -1 -1 4 2 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 37 0.37 0.14 16 E 0 -1 0 1 -3 1 5 -2 -1 -3 -3 0 -2 -3 -1 3 0 -3 -2 -3 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 34 0 0 0 0 0.64 0.14 17 D -1 -1 4 4 -2 0 0 -1 0 -2 -2 -1 -2 -2 -1 0 -1 -2 -2 -2 3 2 31 39 1 1 2 2 1 2 3 2 1 1 2 2 2 0 1 2 0.43 0.09 18 R -1 4 0 3 -2 0 0 -1 -1 -2 -2 1 -2 -2 -1 -1 -1 -2 -2 -2 3 39 2 31 1 1 2 2 1 2 3 2 1 1 2 2 2 0 1 2 0.36 0.09 19 G 0 -1 0 -1 -1 -1 -1 4 -1 -2 -2 -1 -2 -2 -1 2 0 -2 -2 -2 3 2 2 2 1 1 2 40 1 2 3 2 1 1 2 32 2 0 1 2 0.35 0.09 20 V 0 -1 -1 -1 -1 -1 -1 -1 -1 1 0 -1 0 -1 0 0 0 -1 -1 3 5 3 3 3 1 3 4 5 1 3 6 4 1 2 3 4 4 1 2 41 0.08 0.05 21 G -1 -1 0 4 -2 -1 0 4 -1 -2 -2 -1 -2 -2 -1 0 -1 -2 -2 -2 3 2 2 31 1 1 2 40 1 2 3 2 1 1 2 2 2 0 1 2 0.41 0.09 22 L -1 -2 -2 -2 -1 -1 -2 -2 -2 1 3 -2 1 0 -1 -1 -1 -1 -1 2 3 2 2 2 1 1 2 2 1 2 40 2 1 1 2 2 2 0 1 31 0.19 0.09 23 E -2 -1 4 1 -4 1 5 -2 0 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 29 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.14 24 D -2 -2 1 6 -4 0 3 -2 -1 -4 -4 -1 -3 -4 -2 -1 -1 -4 -3 -4 0 0 0 71 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.14 25 T -1 -2 -1 -2 -2 -1 -2 -2 -2 -2 -2 -2 -2 -1 -2 2 3 8 0 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 37 34 0 0 0.81 0.14 26 I -2 3 4 -1 -3 -1 -1 -2 -1 3 -1 0 -1 -2 -3 -1 -1 -4 -2 0 0 29 34 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 0 0 0.32 0.14 27 I -2 -3 -4 -4 -2 -3 -4 -4 -3 3 1 -3 0 4 -3 -3 -1 -1 1 3 0 0 0 0 0 0 0 0 0 37 0 0 0 34 0 0 0 0 0 29 0.47 0.14 28 S 0 -1 0 -1 -2 3 0 -1 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0.53 0.14 29 S 1 -1 0 -1 -1 -1 -1 -1 -1 -3 -3 -1 -2 -3 -1 5 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.65 0.14 30 R -2 6 -1 -2 -4 1 -1 -3 -1 -4 -3 2 -2 -3 -3 -1 -2 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0.14 31 L -1 -2 -2 -3 -2 -2 -2 -3 -3 0 4 -2 1 -1 -3 2 0 -2 -2 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 34 0 0 0 0 0.34 0.14 32 R -2 6 -1 -2 -4 1 -1 -3 -1 -4 -3 2 -2 -3 -3 -1 -2 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0.14 33 I -1 -3 -3 -4 -2 -2 -3 -4 -3 4 1 -3 4 -1 -3 -2 -1 -3 -2 3 0 0 0 0 0 0 0 0 0 37 0 0 29 0 0 0 0 0 0 34 0.45 0.14 34 N -2 0 6 0 -3 4 0 -1 0 -4 -3 0 -2 -4 -2 0 -1 -4 -2 -3 0 0 66 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.14 35 I -2 -4 -4 -4 -2 -3 -4 -4 -3 4 1 -3 0 4 -4 -3 -2 -1 1 2 0 0 0 0 0 0 0 0 0 66 0 0 0 34 0 0 0 0 0 0 0.53 0.14 36 V -1 -2 -1 3 -2 -1 -1 -3 -2 0 -1 -2 -1 -2 -2 0 3 -4 -2 3 0 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 37 0.33 0.14 37 G 2 -3 -2 -3 -2 -2 -2 4 -3 -1 2 -2 0 -2 -2 -1 -1 -3 -2 -1 29 0 0 0 0 0 0 37 0 0 34 0 0 0 0 0 0 0 0 0 0.36 0.14 38 T 0 -1 0 -1 -1 -1 -1 -1 -2 -2 -2 -1 -2 -3 -1 4 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 63 37 0 0 0 0.53 0.14 39 T 0 -2 0 -1 -2 -1 -1 3 -2 -2 -3 -1 -2 -3 -2 3 3 -3 -3 -2 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 29 37 0 0 0 0.49 0.14 40 E 0 -1 0 0 -2 0 3 -2 -1 -2 -3 0 -2 -3 -1 3 3 -3 -2 -2 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 29 34 0 0 0 0.46 0.14 41 T 0 -2 0 -2 -1 -1 -1 -2 -2 -1 -2 -1 -1 -3 -2 1 6 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.70 0.14 42 D -2 -2 1 7 -4 -1 1 -2 -2 -4 -4 -1 -4 -4 -2 -1 -2 -5 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.17 0.14 43 Q 0 0 0 -1 -2 4 0 -1 -1 -3 -3 0 -2 -3 -1 4 0 -3 -2 -2 0 0 0 0 0 37 0 0 0 0 0 0 0 0 0 63 0 0 0 0 0.53 0.14 44 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 45 V -1 -3 -4 -4 -1 -3 -3 -4 -4 2 3 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 66 0.47 0.14 46 T -1 -1 0 4 -3 0 3 -2 -1 -3 -3 -1 -2 -3 -2 0 3 -4 -3 -2 0 0 0 29 0 0 34 0 0 0 0 0 0 0 0 0 37 0 0 0 0.53 0.14 47 F -3 -3 -4 -4 -3 -4 -4 -4 -2 -1 0 -4 0 7 -4 -3 -3 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.04 0.14 48 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 49 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 -1 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.61 0.14 50 K -1 4 -1 -1 -4 1 0 -2 -1 -3 -3 5 -2 -4 -2 -1 -1 -3 -2 -3 0 29 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0.70 0.14 51 L -2 -3 -4 -4 -2 -3 -4 -4 -2 0 3 -3 1 6 -4 -3 -2 0 2 -1 0 0 0 0 0 0 0 0 0 0 37 0 0 63 0 0 0 0 0 0 0.69 0.14 52 R -2 6 -1 -2 -4 1 -1 -3 -1 -4 -3 2 -2 -3 -3 -1 -2 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0.14 53 M -1 -2 -2 -3 -2 -1 -2 -3 -2 0 2 -2 5 -1 -3 -1 3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 29 0 37 0 0 0 34 0 0 0 0.38 0.14 54 Q 0 0 0 -1 -3 5 1 -2 0 -3 -3 1 -1 -3 -2 3 0 -3 -2 -3 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0.62 0.14 55 W -2 -2 -2 -2 -2 -1 -2 -2 -2 -2 -1 -2 -1 0 -2 -2 -2 10 1 -2 3 2 2 2 1 1 2 2 1 2 3 2 1 1 2 2 2 67 1 2 1.46 0.09 56 D -2 -2 1 7 -4 -1 1 -2 -2 -4 -4 -1 -4 -4 -2 -1 -2 -5 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.17 0.14 57 D -2 -1 0 4 -3 3 0 -3 -1 2 -1 -1 -1 -2 -2 -1 -1 -3 -2 0 0 0 0 37 0 29 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0.37 0.14 58 G -1 3 -1 -2 -3 -1 -2 5 -2 -4 -4 0 -3 -4 -3 -1 -2 -3 -3 -4 0 34 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0.80 0.14 59 D -2 -1 4 4 -4 0 3 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 34 37 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0.71 0.14 60 A 4 -1 -2 -1 -2 0 3 -1 -2 -2 -2 -1 -2 -3 -1 0 -1 -3 -2 -1 71 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0.46 0.14 61 F -1 -1 -1 0 -2 0 3 -2 -1 -1 -1 -1 -1 4 -1 -1 -1 0 1 -1 2 2 1 2 1 1 35 2 1 2 3 2 1 38 2 2 2 0 1 2 0.30 0.10 62 A 3 -2 0 4 -2 -1 0 3 -2 -3 -3 -1 -3 -3 -2 0 -1 -4 -3 -2 37 0 0 34 0 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0.50 0.14 63 G -1 -2 -1 -1 -3 0 3 4 -2 -4 -4 -1 -3 -4 5 -1 -2 -4 -3 -3 0 0 0 0 0 0 29 37 0 0 0 0 0 0 34 0 0 0 0 0 0.80 0.14 64 T 2 4 -1 -2 -2 0 -1 -2 -2 -2 -2 0 -1 -3 -2 0 3 -3 -2 -1 29 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 0 0 0 0.39 0.14 65 A 2 -1 4 0 -2 3 0 -1 -1 -3 -3 0 -2 -3 -2 0 -1 -3 -2 -2 37 0 34 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.42 0.14 66 G 0 -2 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -2 -3 -2 0 2 -3 -3 -2 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 29 0 0 0 0.80 0.14 67 N -2 -1 7 1 -3 0 -1 -1 0 -4 -4 -1 -3 -4 -3 0 0 -4 -3 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.99 0.14 68 A 4 4 -2 -2 -2 0 -1 -1 -2 -2 -2 0 -2 -3 -2 0 -1 -3 -2 -1 66 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.46 0.14 69 A 3 -2 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -2 -3 -2 0 -1 -3 -3 -2 37 0 0 0 0 0 0 63 0 0 0 0 0 0 0 0 0 0 0 0 0.77 0.14 70 Q -1 1 0 -1 -3 4 0 -2 -1 -2 -2 3 -1 -3 -2 0 3 -3 -2 -2 0 0 0 0 0 37 0 0 0 0 0 29 0 0 0 0 34 0 0 0 0.46 0.14 71 F -2 -3 -4 -4 -2 -3 -3 -4 -3 1 2 -3 1 5 -4 -3 -1 -1 1 3 0 0 0 0 0 0 0 0 0 0 29 0 0 37 0 0 0 0 0 34 0.45 0.14 72 W -3 -3 -4 -5 -3 -3 -4 -3 -2 -2 -1 -4 -1 4 -4 -3 -3 10 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 66 0 0 1.80 0.14 73 T -1 -2 -2 -3 -1 -2 -2 -3 -3 1 2 -2 0 -1 -2 -1 3 -3 -2 2 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 37 0 0 29 0.33 0.14 74 S 1 -1 0 -1 -1 -1 -1 -1 -1 -3 -3 -1 -2 -3 -1 5 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.65 0.14 75 Y 2 -2 -2 -3 -2 -2 -2 3 0 -2 -2 -2 -2 0 -2 -1 -2 0 5 -2 29 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 37 0 0.50 0.14 76 N 2 -1 4 0 -2 3 0 -1 0 -3 -3 0 -2 -3 -2 0 -1 -3 -2 -2 34 0 37 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.44 0.14 77 G -1 -3 -2 -2 -3 -3 -3 5 -2 -3 -2 -2 -2 4 -3 -1 -2 -1 0 -3 0 0 0 0 0 0 0 66 0 0 0 0 0 34 0 0 0 0 0 0 0.77 0.14 78 V -1 -3 -2 -3 -2 -3 -3 3 -3 0 -1 -3 -1 4 -3 -2 -1 -2 0 2 0 0 0 0 0 0 0 34 0 0 0 0 0 29 0 0 0 0 0 37 0.37 0.14 79 T -1 0 0 -1 -2 0 -1 -2 -2 -2 -2 3 -1 -3 -2 1 5 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 66 0 0 0 0.49 0.14 80 V -1 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 0 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 66 0.53 0.14 81 S 0 -1 0 0 -2 0 3 -2 -1 -2 -3 0 -2 -3 -1 3 3 -3 -2 -2 0 0 0 0 0 0 29 0 0 0 0 0 0 0 0 37 34 0 0 0 0.44 0.14 82 V -1 -3 -3 -4 -1 -2 -3 -4 -3 2 1 -2 5 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 66 0.47 0.14 83 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 84 N -2 -1 6 4 -4 -1 0 -1 0 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 66 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.84 0.14 85 V -1 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 0 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 66 0.53 0.14 86 D 2 -2 0 6 -3 -1 1 -1 -2 -3 -3 -1 -3 -4 -2 0 -1 -4 -3 -2 34 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.69 0.14 87 T 0 -1 0 -1 -1 -1 -1 -2 -2 -2 -2 -1 -1 -3 -1 3 5 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 66 0 0 0 0.56 0.14 88 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 -1 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.61 0.14 89 F -1 -2 -2 -3 -2 -2 -2 -2 -2 -1 -1 -2 -1 6 -3 2 -1 0 2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 34 0 0 0 0 0.57 0.14 90 D 2 -1 0 4 -3 0 3 -1 -1 -3 -3 -1 -2 -4 -2 0 -1 -4 -3 -2 29 0 0 37 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0.54 0.14 91 S 0 -1 0 0 -2 0 3 -1 -1 -3 -3 0 -2 -3 -1 4 0 -3 -2 -2 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 66 0 0 0 0 0.53 0.14 92 V -1 -2 3 -2 -2 -2 -2 -3 -2 1 2 -2 0 -1 -3 -1 -1 -3 -2 3 0 0 29 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 37 0.29 0.14 93 A 3 -1 -1 -1 -1 -1 -1 3 -1 -2 -2 -1 -1 -2 -1 0 -1 -2 -2 -1 40 2 2 2 1 1 2 32 1 2 3 2 1 1 2 2 2 0 1 2 0.31 0.09 94 L -2 -3 -4 -4 -2 -3 -4 -4 -3 1 4 -3 1 4 -4 -3 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 66 0 0 34 0 0 0 0 0 0 0.57 0.14 95 T -1 -2 -1 -2 -2 -2 -2 3 -3 2 -1 -2 -1 -2 -2 0 3 -3 -2 0 0 0 0 0 0 0 0 34 0 29 0 0 0 0 0 0 37 0 0 0 0.35 0.14 96 Y -2 -2 -1 4 -3 -1 -1 -3 1 -2 -2 -2 -2 2 -3 -2 -2 1 7 -2 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0.77 0.14 97 D -2 -2 -1 4 -3 0 3 -3 -2 -1 2 -1 -1 -2 -2 -1 -2 -3 -2 -2 0 0 0 37 0 0 29 0 0 0 34 0 0 0 0 0 0 0 0 0 0.42 0.14 98 S 3 -2 -1 -1 -1 -1 -1 -1 -2 -2 -2 -1 -2 -3 -1 3 3 -3 -2 -1 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 29 0 0 0 0.43 0.14 99 E -1 -2 0 4 -4 0 4 3 -1 -4 -4 -1 -3 -4 -2 -1 -2 -4 -3 -3 0 0 0 34 0 0 37 29 0 0 0 0 0 0 0 0 0 0 0 0 0.64 0.14 100 M -1 -2 -3 -4 -2 -2 -3 -4 -3 2 3 -2 5 -1 -3 -2 -1 -2 -2 3 0 0 0 0 0 0 0 0 0 0 29 0 37 0 0 0 0 0 0 34 0.44 0.14 101 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 102 Y -2 -2 -3 -4 -3 -2 -3 -4 1 -2 -2 -2 -1 3 -4 -2 -2 2 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.17 0.14 103 E -2 -2 -1 4 -3 0 3 -3 -2 -1 2 -1 -1 -2 -2 -1 -1 -3 -2 -2 0 0 0 29 0 0 37 0 0 0 34 0 0 0 0 0 0 0 0 0 0.41 0.14 104 A 3 3 -1 -2 -2 -1 -1 3 -2 -3 -3 0 -2 -3 -2 0 -1 -3 -3 -2 37 29 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0.46 0.14 105 S 0 -1 1 4 -2 -1 0 -1 -1 -3 -3 -1 -2 -3 -1 4 0 -4 -3 -3 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0.57 0.14 106 S 0 -2 0 4 -3 -1 0 3 -2 -4 -4 -1 -3 -4 -2 3 0 -4 -3 -3 0 0 0 34 0 0 0 29 0 0 0 0 0 0 0 37 0 0 0 0 0.54 0.14 107 F -2 -1 -2 -3 -3 3 -1 -3 -1 -1 -1 -1 -1 6 -3 -2 -2 0 2 -2 0 0 0 0 0 34 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0.62 0.14 108 G 0 -2 0 -1 -2 -2 -2 5 -2 -4 -4 -2 -3 -3 -2 2 -1 -3 -3 -3 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 29 0 0 0 0 0.84 0.14 109 D 2 -2 0 4 -2 -1 0 -1 -2 -2 -3 -1 -2 -3 -2 0 3 -4 -3 -1 29 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0.43 0.14 110 A 4 -2 -2 -3 -1 -2 -2 -1 -3 0 -1 -2 -1 -2 -2 0 0 -3 -2 2 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0.41 0.14 111 Q -1 -1 -1 -1 -3 4 0 3 -1 -3 -3 0 -2 -3 -2 0 3 -3 -2 -2 0 0 0 0 0 37 0 34 0 0 0 0 0 0 0 0 29 0 0 0 0.47 0.14 112 S 0 -2 -1 -2 -2 -2 -2 3 -2 2 -1 -2 -1 -2 -2 3 0 -3 -2 0 0 0 0 0 0 0 0 29 0 34 0 0 0 0 0 37 0 0 0 0 0.30 0.14 113 S 2 -2 -1 -1 -1 -1 -1 -1 -2 -2 -2 -1 -1 -3 -1 3 3 -3 -2 -1 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 34 0 0 0 0.43 0.14 114 F -3 -3 -4 -4 -3 -4 -4 -4 -2 -1 0 -4 0 7 -4 -3 -3 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.04 0.14 115 F 2 -3 -3 -3 -2 -3 -3 -2 -2 -1 0 -3 -1 6 -3 -1 -2 0 2 -1 34 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0.58 0.14 116 A 3 -1 -1 -2 -2 -1 -1 4 -2 -3 -3 2 -2 -3 -2 0 -1 -3 -3 -2 48 0 0 0 0 0 0 34 0 0 0 19 0 0 0 0 0 0 0 0 0.46 0.14 117 Y -2 -2 -3 -4 -3 -2 -3 -4 0 0 2 -3 0 2 -4 -2 -2 1 7 -1 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 66 0 0.73 0.14 118 N -1 -2 4 4 -3 -1 0 3 -1 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -4 0 0 37 29 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0.67 0.14 119 S 0 -1 0 -1 -1 -1 -1 -1 -2 -2 -2 -1 -2 -3 -1 4 3 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 34 0 0 0 0.54 0.14 120 K -2 0 5 0 -3 0 0 -1 0 -4 -4 3 -2 -4 -2 0 -1 -4 -3 -3 0 0 63 0 0 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 0.67 0.14 121 Y 2 -2 -2 -3 -2 -2 -2 3 0 -2 -2 -2 -2 0 -2 -1 -1 0 5 -2 34 0 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 0 37 0 0.48 0.14 122 D -2 -3 -1 4 -3 -2 -1 -3 -1 2 -1 -2 -1 0 -3 -2 -2 -1 4 0 0 0 0 37 0 0 0 0 0 34 0 0 0 0 0 0 0 0 29 0 0.39 0.14 123 A 3 -2 -2 -2 -2 -2 -2 3 -2 -3 -3 -2 -2 -3 5 0 -1 -3 -3 -2 37 0 0 0 0 0 0 29 0 0 0 0 0 0 34 0 0 0 0 0 0.75 0.14 124 S -1 -2 -1 -2 -2 -2 -2 -2 0 2 -1 -2 -1 1 -2 2 0 0 5 0 0 0 0 0 0 0 0 0 0 29 0 0 0 0 0 37 0 0 34 0 0.32 0.14 125 G -1 -3 -1 3 -3 -2 -1 3 -2 -1 2 -2 -1 -2 -3 -1 -2 -3 -3 -2 0 0 0 29 0 0 0 37 0 0 34 0 0 0 0 0 0 0 0 0 0.39 0.14 126 A 3 -1 -1 -1 -2 0 3 -1 -2 -2 -2 -1 -2 -3 -1 1 3 -3 -2 -1 37 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 34 0 0 0 0.37 0.14 127 L -1 -3 -4 -4 -2 -3 -3 -4 -3 2 4 -3 1 0 -3 -3 -1 -2 -2 3 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 29 0.51 0.14 128 D -2 -2 1 7 -4 -1 1 -2 -2 -4 -4 -1 -4 -4 -2 -1 -2 -5 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.17 0.14 129 N -2 3 6 0 -3 0 -1 -1 0 -4 -4 0 -2 -4 -3 0 -1 -4 -2 -3 0 29 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.14 130 Y -1 -2 -2 -1 -3 0 3 -3 0 0 -1 -1 -1 1 -3 -2 -1 0 5 2 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 37 29 0.39 0.14 131 N -1 -1 4 0 -2 0 -1 -1 -1 -2 -2 -1 -1 -2 -1 1 3 -2 -2 -1 2 2 38 2 1 1 2 2 1 2 3 2 1 1 2 2 35 0 1 2 0.34 0.10 132 G 0 -2 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -2 -3 -2 0 3 -3 -3 -2 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 34 0 0 0 0.76 0.14 133 I -1 -3 -2 -2 -2 -2 -2 -3 -3 4 0 -2 0 -1 -2 2 0 -3 -2 1 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 34 0 0 0 0 0.33 0.14 134 A 3 3 -1 -2 -2 -1 -1 3 -2 -3 -3 0 -2 -3 -2 0 -1 -3 -3 -2 37 29 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0.46 0.14 135 V 2 -3 -3 -3 -1 -2 -3 -2 -3 1 2 -2 1 -1 -2 -1 -1 -3 -2 3 29 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 37 0.30 0.14 136 T -1 -2 -2 -3 -2 -1 -2 -3 -2 0 2 -2 5 -1 -2 -1 3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 29 0 34 0 0 0 37 0 0 0 0.37 0.14 137 Y -2 -2 -3 -4 -3 -2 -3 -4 1 -2 -2 -2 -1 3 -4 -2 -2 2 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.17 0.14 138 S 0 -1 0 -1 -1 -1 -1 -1 -2 -2 -2 -1 -1 -3 -1 3 5 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 63 0 0 0 0.55 0.14 139 I -2 -3 -3 -4 -2 -3 -3 -4 -1 3 2 -3 1 1 -3 -3 -2 0 5 1 0 0 0 0 0 0 0 0 0 37 29 0 0 0 0 0 0 0 34 0 0.46 0.14 140 S 1 -2 0 -1 -2 -1 -1 3 -2 -3 -3 -1 -2 -3 -2 4 0 -3 -3 -3 0 0 0 0 0 0 0 29 0 0 0 0 0 0 0 71 0 0 0 0 0.57 0.14 141 G 2 -2 0 3 -2 -1 -1 4 -2 -3 -3 -1 -3 -3 -2 0 -1 -4 -3 -2 34 0 0 29 0 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 0.53 0.14 142 V -1 -3 -2 -3 -2 -3 -3 3 -3 1 2 -3 0 -1 -3 -2 -1 -3 -2 3 0 0 0 0 0 0 0 34 0 0 29 0 0 0 0 0 0 0 0 37 0.34 0.14 143 N 2 -1 4 -1 -2 -1 -1 -1 -1 -2 -2 -1 -2 -3 -2 1 3 -3 -2 -1 34 0 37 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0 0 0 0.41 0.14 144 L -2 -3 -4 -4 -2 -3 -4 -4 -3 1 4 -3 1 4 -4 -3 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 66 0 0 34 0 0 0 0 0 0 0.57 0.14 145 Y -1 -1 -1 -2 -2 3 0 -2 0 -3 -2 -1 -1 0 -2 2 0 0 5 -2 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 34 0 0 37 0 0.45 0.14 146 L 2 -3 -3 -3 -1 -2 -3 -2 -3 1 3 -2 1 -1 -2 -1 -1 -3 -2 3 29 0 0 0 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 34 0.30 0.14 147 S 3 -1 0 -1 -1 -1 -1 -1 -2 -2 -3 -1 -2 -3 -1 4 1 -3 -2 -2 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0.51 0.14 148 Y 2 -2 -2 -3 -2 -2 -2 -2 1 -2 -2 -2 -1 2 -3 -1 -1 1 7 -1 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0.68 0.14 149 V 2 -3 -3 -3 -1 -2 -2 -2 -3 1 0 -2 0 -2 -2 -1 0 -3 -2 4 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0.38 0.14 150 D -2 -2 0 5 -3 -1 0 -2 -2 -1 -1 -1 4 -2 -2 -1 -1 -4 -3 -2 0 0 0 66 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0.65 0.14 151 P -1 -2 -2 -2 -3 -2 -1 -2 -3 -2 -3 -1 -2 -4 7 0 3 -4 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 34 0 0 0 1.35 0.14 152 D -2 -2 1 7 -4 -1 1 -2 -2 -4 -4 -1 -4 -4 -2 -1 -2 -5 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.17 0.14 153 Q -1 0 -1 -1 -3 5 1 3 -1 -4 -3 0 -1 -4 -2 -1 -1 -3 -2 -3 0 0 0 0 0 66 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0.67 0.14 154 T 0 -1 0 -1 -2 0 -1 -2 6 -2 -3 -1 -2 -2 -2 2 3 -3 0 -2 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 29 37 0 0 0 0.49 0.14 155 V 0 -3 -2 -2 -2 -2 -3 5 -3 0 -2 -2 -1 -3 -3 -1 -1 -3 -3 2 0 0 0 0 0 0 0 63 0 0 0 0 0 0 0 0 0 0 0 37 0.61 0.14 156 D -2 -2 0 4 -3 -1 0 -2 0 -2 -2 -1 -2 0 -2 0 2 -1 5 -2 0 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 29 0 34 0 0.48 0.14 157 S 0 -2 -1 -2 -2 -2 -2 3 -2 -1 -2 -2 -1 -3 -2 3 0 -3 -2 2 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 37 0 0 0 29 0.34 0.14 158 S 0 -2 0 -1 -1 -1 -1 -1 -2 2 -1 -1 -1 -2 -2 4 1 -3 -2 0 0 0 0 0 0 0 0 0 0 29 0 0 0 0 0 71 0 0 0 0 0.36 0.14 159 L -1 -3 -3 -3 -2 -3 -3 3 -3 0 4 -3 1 -1 -3 -2 -2 -2 -2 0 0 0 0 0 0 0 0 29 0 0 71 0 0 0 0 0 0 0 0 0 0.44 0.14 160 V 2 -3 -3 -3 -1 -2 -2 -2 -3 1 0 -2 0 -2 -2 -1 0 -3 -2 4 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0.38 0.14 161 T -1 -1 -1 0 -2 0 3 -2 -2 -2 -2 -1 -1 -3 -2 1 5 -3 -2 -1 0 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 71 0 0 0 0.53 0.14 162 E -1 0 -1 1 -4 4 5 -3 0 -4 -3 1 -2 -4 -2 -1 -1 -3 -2 -3 0 0 0 0 0 34 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0.79 0.14 163 E 0 -1 0 1 -3 1 5 -2 -1 -3 -3 0 -2 -3 -1 3 0 -3 -2 -3 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 34 0 0 0 0 0.64 0.14 164 F -3 -3 -3 -4 -3 -3 -3 -4 0 -1 0 -3 -1 6 -4 -3 -2 1 5 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 34 0 0.93 0.14 165 G 0 -2 0 -1 -2 -2 -2 5 -2 -4 -4 -1 -3 -3 -2 2 -1 -3 -3 -3 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 34 0 0 0 0 0.80 0.14 166 I -2 -3 -4 -4 -2 -3 -4 -4 -3 4 1 -3 0 4 -3 -3 -1 -2 0 3 0 0 0 0 0 0 0 0 0 37 0 0 0 29 0 0 0 0 0 34 0.46 0.14 167 A 4 -2 -1 -2 -1 -1 -1 0 -2 -2 -2 -1 -2 -3 -1 3 0 -3 -2 -1 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0 0 0 0 0.50 0.14 168 A 4 -2 -2 -3 -1 -2 -2 -1 -3 0 -1 -2 -1 -2 -2 0 0 -3 -2 2 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0.41 0.14 169 D 2 -2 0 6 -3 -1 1 -1 -2 -3 -3 -1 -3 -4 -2 0 -1 -4 -3 -2 34 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.69 0.14 170 W -3 -3 -3 -4 -3 -2 -3 -3 0 -2 -2 -3 -2 2 -4 -3 -2 9 7 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 63 0 1.39 0.14 171 S 0 -1 0 -1 -1 -1 -1 -1 -2 -2 -2 -1 -1 -3 -1 3 5 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 63 0 0 0 0.55 0.14 172 N -2 -1 7 1 -3 0 -1 -1 0 -4 -4 -1 -3 -4 -3 0 0 -4 -3 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.99 0.14 173 D -2 -2 0 4 -4 0 3 -3 0 -3 -3 -1 -2 0 -2 -1 -2 -1 5 -3 0 0 0 37 0 0 29 0 0 0 0 0 0 0 0 0 0 0 34 0 0.59 0.14 174 M -1 3 -1 -2 -2 0 -1 -3 -2 -1 0 0 5 -2 -2 0 3 -3 -2 -1 0 29 0 0 0 0 0 0 0 0 0 0 37 0 0 0 34 0 0 0 0.36 0.14 175 I -1 -3 -4 -4 -2 -3 -3 -4 -4 4 3 -3 1 -1 -3 -3 -1 -3 -2 3 0 0 0 0 0 0 0 0 0 37 29 0 0 0 0 0 0 0 0 34 0.47 0.14 176 S 0 -1 0 0 -3 0 3 3 -1 -4 -4 -1 -3 -3 -2 3 0 -3 -3 -3 0 0 0 0 0 0 29 34 0 0 0 0 0 0 0 37 0 0 0 0 0.49 0.14 177 L -2 -3 -4 -4 -2 -3 -3 -4 -3 1 5 -3 2 0 -3 -3 -2 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.66 0.14 178 A 3 -2 -1 -2 -2 -1 -1 4 -2 -3 -3 -1 -2 -3 -2 2 0 -3 -3 -2 37 0 0 0 0 0 0 34 0 0 0 0 0 0 0 29 0 0 0 0 0.50 0.14 179 A 4 -1 -1 -2 -2 -1 -1 -1 6 -2 -2 -1 -2 -2 -2 0 -1 -3 -1 -1 66 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0.52 0.14 180 A 4 -1 -2 -1 -2 0 3 -1 -1 -2 -2 -1 -2 -3 -1 0 -1 -3 -2 -1 66 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0.46 0.14 181 Y 2 -3 -3 -3 -2 -2 -2 -2 -1 3 0 -2 0 1 -3 -1 -1 0 5 0 29 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 37 0 0.36 0.14 182 T 2 -2 -2 -2 -1 -2 -2 -2 -3 0 2 -2 0 -1 -2 0 3 -3 -2 0 29 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 37 0 0 0 0.28 0.14 183 T -2 -2 0 4 -3 -2 -1 -2 -2 -2 -2 -2 -1 4 -2 0 3 -2 0 -2 0 0 0 34 0 0 0 0 0 0 0 0 0 29 0 0 37 0 0 0 0.40 0.14 184 D -2 4 4 4 -4 0 0 -2 -1 -4 -4 0 -3 -4 -2 -1 -1 -4 -3 -3 0 34 29 37 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.63 0.14 185 A 3 -2 0 4 -2 -1 0 3 -2 -3 -3 -1 -3 -3 -2 0 -1 -4 -3 -2 37 0 0 34 0 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0.50 0.14 186 G 2 -3 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -3 -3 -2 0 -2 -3 -3 -2 29 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0.85 0.14 187 G 3 -3 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -3 -3 -2 0 -1 -3 -3 -2 34 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0.80 0.14 188 I -1 -3 -2 -3 -2 -3 -3 3 -3 4 0 -3 0 -1 -3 -2 -1 -3 -2 1 0 0 0 0 0 0 0 34 0 66 0 0 0 0 0 0 0 0 0 0 0.43 0.14 189 V -1 -3 -2 3 -2 -2 -1 -3 -3 1 2 -2 0 -1 -3 -2 -1 -3 -2 3 0 0 0 29 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 37 0.31 0.14 190 D -2 -2 1 6 -4 -1 0 3 -2 -4 -4 -1 -4 -4 -2 -1 -2 -4 -4 -4 0 0 0 71 0 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0.86 0.14 191 N -2 -1 6 0 -3 -1 -1 -1 0 -1 -1 -1 4 -2 -3 0 -1 -3 -2 -2 0 0 66 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0.57 0.14 192 D -1 -2 1 6 -3 -1 1 -1 -2 -3 -4 -1 -3 -4 -2 2 0 -4 -3 -3 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0.76 0.14 193 I -2 -1 -2 -2 -2 3 -1 -4 -2 4 0 -1 0 -1 -3 -2 -1 -3 -2 1 0 0 0 0 0 34 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0.38 0.14 194 A 3 -2 -2 -2 -2 -1 -2 -2 -1 -2 -2 -1 -1 0 -2 0 3 -1 4 -1 37 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 29 0 0.38 0.14 195 F -2 -2 -2 -1 -3 -1 3 -3 -1 -1 -1 -2 -1 6 -3 -2 -2 0 2 -2 0 0 0 0 0 0 34 0 0 0 0 0 0 66 0 0 0 0 0 0 0.61 0.14 196 V -1 -3 -4 -4 -2 -3 -3 -4 -4 2 4 -3 1 0 -3 -3 -1 -3 -2 3 0 0 0 0 0 0 0 0 0 0 63 0 0 0 0 0 0 0 0 37 0.49 0.14 197 G 3 -3 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -3 -3 -2 0 -1 -3 -3 -2 34 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0.80 0.14 198 A 4 -2 -2 -2 -1 -2 -2 4 -2 -2 -3 -1 -2 -3 -2 0 -1 -3 -3 -1 66 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0.57 0.14 199 A 2 3 -2 -3 -2 0 -1 -2 -2 -1 0 0 4 -2 -2 0 -1 -3 -2 -1 37 29 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0.32 0.14 200 Y 2 -2 -2 -3 -2 -2 -2 -2 1 -2 -2 -2 -1 2 -3 -1 -1 1 7 -1 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0.68 0.14 201 K 2 1 -1 -1 -3 0 0 -1 -1 -3 -3 5 -2 -3 -1 0 -1 -3 -2 -2 29 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0.50 0.14 202 F -2 -3 -4 -4 -2 -3 -4 -4 -2 1 0 -3 0 6 -4 -3 -2 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 29 0.68 0.14 203 N -1 -2 4 -1 -3 -1 -2 3 -1 -2 -1 -1 4 -2 -3 -1 -1 -3 -3 -2 0 0 37 0 0 0 0 34 0 0 0 0 29 0 0 0 0 0 0 0 0.45 0.14 204 D -2 -2 4 6 -4 -1 1 -1 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 34 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.91 0.14 205 A 3 -1 3 -1 -2 -1 -1 -1 -1 -2 -2 -1 -2 -3 -2 1 3 -3 -2 -1 37 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0.39 0.14 206 G 2 -2 0 4 -2 -1 -1 4 -2 -3 -3 -1 -3 -4 -2 0 -1 -4 -3 -2 29 0 0 34 0 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0.14 207 T -1 3 -1 -2 -2 -1 -1 -3 -2 0 -1 0 -1 -2 -2 0 3 -3 -2 2 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 0 0 34 0.32 0.14 208 V -1 -1 -2 -3 -2 -1 -2 -3 -3 3 0 3 0 -2 -2 -2 -1 -3 -2 3 0 0 0 0 0 0 0 0 0 29 0 34 0 0 0 0 0 0 0 37 0.29 0.14 209 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 210 L -1 -1 -2 -2 -1 -1 -2 -2 -2 1 4 -2 1 0 -2 -2 -1 -1 -1 0 3 2 2 2 1 1 2 2 1 2 69 2 1 1 2 2 2 0 1 2 0.29 0.09 211 N -1 -1 6 1 -2 0 0 -1 0 -2 -2 0 -2 -2 -1 0 0 -2 -2 -2 3 2 68 2 1 1 2 2 1 2 3 2 1 1 2 2 2 0 1 2 0.51 0.09 212 W -2 -2 -2 -2 -2 -2 -2 -2 -1 -1 -1 -2 -1 4 -2 -2 -2 9 2 -1 3 2 2 2 1 1 2 2 1 2 3 2 1 31 2 2 2 38 1 2 0.82 0.09 213 Y -2 -2 -3 -4 -2 -2 -3 -4 1 0 -1 -2 -1 2 -3 -2 -2 1 7 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 29 0.74 0.14 214 D -2 -2 0 5 -4 -1 0 -2 0 -3 -3 -2 -3 0 -2 -1 -2 -1 5 -3 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0.77 0.14 215 N 2 -2 4 -1 -2 -1 -1 -1 -1 -3 -3 -1 -2 -4 5 0 -1 -4 -3 -2 29 0 37 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0.71 0.14 216 G 0 -2 0 -1 -2 -2 -2 5 -2 -4 -4 -1 -3 -3 -2 2 -1 -3 -3 -3 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 34 0 0 0 0 0.80 0.14 217 L 2 -2 -1 3 -2 -2 -1 -2 -2 -1 2 -2 0 -2 -2 -1 -1 -3 -2 -1 34 0 0 29 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 0 0.26 0.14 218 S 3 -1 -1 0 -2 0 3 -1 -1 -3 -3 0 -2 -3 -1 3 0 -3 -2 -2 34 0 0 0 0 0 29 0 0 0 0 0 0 0 0 37 0 0 0 0 0.41 0.14 219 T -1 -1 -1 0 -2 0 3 -2 -2 -2 -2 -1 -1 -3 -2 1 5 -3 -2 -1 0 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 71 0 0 0 0.53 0.14 220 A 2 0 0 3 -2 0 0 -1 -2 -3 -3 3 -2 -3 -2 0 -1 -4 -3 -2 37 0 0 29 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0.39 0.14 221 G 0 -2 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -2 -3 -2 0 3 -3 -3 -2 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 34 0 0 0 0.76 0.14 222 D -2 4 0 4 -4 0 0 -2 -1 -4 -3 3 -2 -4 -2 -1 -1 -4 -3 -3 0 34 0 37 0 0 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0.60 0.14 223 Q -1 -1 -1 -2 -2 4 0 -3 -1 -1 2 -1 0 -2 -2 0 3 -2 -2 -1 0 0 0 0 0 37 0 0 0 0 34 0 0 0 0 0 29 0 0 0 0.31 0.14 224 V -1 -3 -2 -3 -1 -2 -3 -3 -3 3 0 -2 0 -1 -2 -1 3 -3 -2 3 0 0 0 0 0 0 0 0 0 29 0 0 0 0 0 0 34 0 0 37 0.37 0.14 225 T 2 -2 -1 -2 -1 -1 -1 -1 -2 -1 -2 -1 -1 -3 -1 1 5 -3 -2 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0.51 0.14 226 L 2 -2 -3 -3 -1 -2 -3 -2 -3 0 4 -2 1 -1 -3 -1 -1 -2 -2 0 34 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0.38 0.14 227 Y -2 -3 -3 -4 -2 -2 -3 -4 0 3 0 -3 -1 2 -3 -2 -2 1 7 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 66 0 0.71 0.14 228 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 229 N -2 -2 4 4 -3 -1 0 -2 -1 0 -2 -1 -1 -3 -2 -1 -1 -4 -3 2 0 0 37 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0.41 0.14 230 Y 2 -2 -2 -3 -2 -2 -2 -2 1 -2 -2 -2 -1 2 -3 -1 -1 1 7 -1 34 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0.68 0.14 231 A 4 -2 -1 -2 -1 -1 -1 0 -2 -2 -2 -1 -2 -3 -1 3 0 -3 -2 -1 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0.49 0.14 232 F -3 -3 -1 3 -3 -3 -1 -3 -2 -1 -1 -3 -1 6 -3 -2 -2 0 2 -2 0 0 0 29 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0.68 0.14 233 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 234 A 4 3 -2 -2 -1 -1 -1 -1 -2 -2 -2 0 -2 -3 -2 0 -1 -3 -2 -1 71 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.46 0.14 235 T 0 -2 0 -2 -1 -1 -1 -2 -2 -1 -2 -1 -1 -3 -2 1 6 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.70 0.14 236 T -1 -1 4 -1 -2 -1 -1 -2 -1 -2 -2 -1 -1 -3 -2 1 5 -3 -2 -1 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0.57 0.14 237 V -1 -3 -4 -4 -1 -3 -3 -4 -4 2 2 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 0 29 0 0 0 0 0 0 0 0 71 0.48 0.14 238 R -1 4 -1 0 -4 1 3 -3 -1 -4 -3 4 -2 -4 -2 -1 -1 -3 -2 -3 0 37 0 0 0 0 29 0 0 0 0 34 0 0 0 0 0 0 0 0 0.62 0.14 239 A 4 -2 -2 -2 -1 -2 -2 4 -2 -2 -3 -1 -2 -3 -2 0 -1 -3 -3 -1 66 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 0 0.57 0.14 240 Y -2 -2 -3 -4 -3 -2 -3 -4 1 -2 -2 -2 -1 3 -4 -2 -2 2 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.17 0.14 241 V -1 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 0 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 29 0 0 0 0 0 0 0 0 0 71 0.53 0.14 242 S 2 -1 -1 -1 -2 4 0 -1 -1 -3 -3 0 -1 -3 -1 3 0 -3 -2 -2 29 0 0 0 0 34 0 0 0 0 0 0 0 0 0 37 0 0 0 0 0.42 0.14 243 D -2 0 4 4 -4 0 0 -2 -1 -4 -4 3 -3 -4 -2 0 -1 -4 -3 -3 0 0 29 37 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0.60 0.14 244 I -1 -2 3 -2 -2 -2 -2 -3 -2 3 0 -2 0 -1 -3 -1 -1 -4 -2 3 0 0 29 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 0 34 0.33 0.14 245 D -2 -2 1 7 -4 -1 1 -2 -2 -4 -4 -1 -4 -4 -2 -1 -2 -5 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.17 0.14 246 R 2 5 -1 -2 -3 0 -1 -2 -1 -3 -2 1 -2 -3 -2 0 -1 -3 -2 -2 34 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.60 0.14 247 A 4 -2 -1 3 -1 -1 0 -1 -2 -2 -2 -1 -2 -3 -1 0 -1 -4 -3 -1 71 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0.14 248 G 0 -2 0 -1 -2 -2 -2 5 -2 -4 -4 -2 -3 -3 -2 2 -1 -3 -3 -3 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 29 0 0 0 0 0.84 0.14 249 A 3 -2 -2 -2 -1 -2 -2 -2 -3 0 -1 -2 -1 -2 -2 0 3 -3 -2 3 37 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0 0 34 0.31 0.14 250 D -2 -2 1 7 -4 -1 1 -2 -2 -4 -4 -1 -4 -4 -2 -1 -2 -5 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.17 0.14 251 T -1 -1 4 -1 -2 -1 -1 -2 -1 -2 -2 -1 -1 -3 -2 1 5 -3 -2 -1 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0.57 0.14 252 A 4 -2 -3 -3 -1 -2 -2 -1 -2 -2 -2 -2 -2 -1 -2 0 -1 8 0 -1 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 0 0.86 0.14 253 Y -2 -3 -3 -4 -3 -2 -3 -4 1 -1 -1 -3 -1 5 -4 -2 -2 2 7 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0 0 0 0 71 0 0.99 0.14 254 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 255 I -2 -3 -4 -4 -2 -3 -4 -4 -4 5 3 -3 1 0 -3 -3 -1 -3 -2 2 0 0 0 0 0 0 0 0 0 66 34 0 0 0 0 0 0 0 0 0 0.54 0.14 256 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 257 A 4 -2 -2 -3 -1 -2 -2 -1 -3 0 -1 -2 -1 -2 -2 0 0 -3 -2 2 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0.41 0.14 258 D -2 -2 4 6 -4 -1 1 -1 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 29 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.14 259 Y -2 -2 -3 -4 -3 -2 -3 -4 1 -2 -2 -2 -1 3 -4 -2 -2 2 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.17 0.14 260 Q -2 -1 1 5 -4 4 1 -2 -1 -4 -4 0 -2 -4 -2 -1 -1 -4 -3 -3 0 0 0 63 0 37 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.81 0.14 261 F -2 -3 -4 -4 -2 -3 -4 -4 -3 1 4 -3 1 5 -4 -3 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 63 0 0 37 0 0 0 0 0 0 0.58 0.14 262 A 3 -2 -1 -2 -2 -2 -2 5 -2 -3 -3 -2 -2 -3 -2 0 -1 -3 -3 -2 37 0 0 0 0 0 0 63 0 0 0 0 0 0 0 0 0 0 0 0 0.77 0.14 263 E 0 -1 0 0 -2 0 3 3 -1 -2 -2 0 -2 -2 -1 0 -1 -2 -2 -2 2 2 1 2 1 1 39 36 1 2 3 2 1 1 2 2 2 0 1 2 0.39 0.10 264 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 265 V 4 -2 -2 -3 -1 -2 -2 -1 -3 0 -1 -2 -1 -2 -2 0 0 -3 -2 3 63 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 37 0.38 0.14 266 K -2 4 -1 -2 -3 0 -1 -3 -2 2 -1 3 -1 -2 -2 -1 -1 -3 -2 0 0 29 0 0 0 0 0 0 0 34 0 37 0 0 0 0 0 0 0 0 0.36 0.14 267 V -1 -3 -4 -4 -2 -3 -3 -4 -4 2 4 -3 1 0 -3 -3 -1 -3 -2 3 0 0 0 0 0 0 0 0 0 0 63 0 0 0 0 0 0 0 0 37 0.49 0.14 268 S 3 -2 -1 -1 -2 -1 -1 3 -2 -3 -3 -1 -2 -3 -2 3 0 -3 -3 -2 34 0 0 0 0 0 0 29 0 0 0 0 0 0 0 37 0 0 0 0 0.48 0.14 269 G 4 -2 -2 -2 -1 -2 -2 4 -2 -3 -3 -1 -2 -3 -2 0 -1 -3 -3 -1 63 0 0 0 0 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 0.59 0.14 270 S 0 -2 0 -1 -2 -1 -1 3 -2 -3 -3 -1 -2 -3 -2 4 0 -3 -3 -3 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 66 0 0 0 0 0.58 0.14 271 V -1 -3 -4 -4 -2 -3 -3 -4 -4 4 3 -3 1 -1 -3 -3 -1 -3 -2 3 0 0 0 0 0 0 0 0 0 34 29 0 0 0 0 0 0 0 0 37 0.47 0.14 272 Q -1 1 0 -1 -3 7 2 -2 0 -3 -3 1 -1 -4 -2 -1 -1 -2 -2 -3 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.90 0.14 273 S -1 3 0 4 -3 0 0 -2 -1 -3 -3 0 -2 -3 -2 3 0 -4 -3 -3 0 29 0 34 0 0 0 0 0 0 0 0 0 0 0 37 0 0 0 0 0.49 0.14 274 G -1 -2 0 5 -4 -1 0 4 -2 -4 -4 -1 -4 -4 -2 -1 -2 -4 -4 -4 0 0 0 63 0 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.14 275 F -2 -3 -1 4 -3 -2 -1 -3 0 -2 -1 -2 -2 5 -3 -2 -2 0 5 -2 0 0 0 34 0 0 0 0 0 0 0 0 0 37 0 0 0 0 29 0 0.60 0.14 276 A 4 -2 -2 -3 -1 -2 -2 -1 -3 0 -1 -2 -1 -2 -2 0 0 -3 -2 3 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0.39 0.14 277 N -2 -1 4 4 -4 0 3 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 37 34 0 0 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0.70 0.14 278 E -2 -1 4 4 -4 0 4 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 29 34 0 0 37 0 0 0 0 0 0 0 0 0 0 0 0 0 0.70 0.14 279 T -1 -2 -2 -2 -2 -2 -2 -3 -3 0 -1 -2 -1 -3 5 0 3 -4 -2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 0 37 0 0 29 0.62 0.14 280 V -1 -3 -2 -3 -1 -2 -2 -3 -3 2 0 -2 0 -2 -2 -1 3 -3 -2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 29 0 0 71 0.42 0.14 281 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 -1 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.61 0.14 282 D -2 -2 4 6 -4 -1 1 -1 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 34 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.91 0.14 283 V -1 -3 -3 -4 -2 -2 -3 -4 -2 1 1 -3 5 4 -3 -2 -1 -1 0 3 0 0 0 0 0 0 0 0 0 0 0 0 34 29 0 0 0 0 0 37 0.42 0.14 284 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.26 0.14 285 V -1 -3 -3 -4 -1 -3 -3 -4 -4 2 0 -3 0 -1 -3 -2 0 -3 -2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0.57 0.14 286 R -2 6 -1 -2 -4 1 0 -3 -1 -3 -3 4 -2 -3 -2 -1 -1 -3 -2 -3 0 66 0 0 0 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0.79 0.14 287 F -3 -3 -4 -4 -3 -4 -4 -4 -2 -1 0 -4 0 7 -4 -3 -3 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.04 0.14 288 D -2 0 0 4 -4 1 3 -2 -1 -4 -4 3 -3 -4 -2 -1 -1 -4 -3 -3 0 0 0 37 0 0 29 0 0 0 0 34 0 0 0 0 0 0 0 0 0.62 0.14 289 F -3 -3 -4 -4 -3 -4 -4 -4 -2 -1 0 -4 0 7 -4 -3 -3 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.04 0.14 K Lambda Standard Ungapped 0.1334 0.3149 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1527 0.3181 PSI Gapped 0.0467 0.2670 proftmb-1.1.12/examples/1qd5_A.f.6.Q0000644015075101507510000013003412026631531013544 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 A 4 -1 -2 -2 0 -1 -1 0 -2 -1 -1 -1 -1 -2 -1 1 0 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 2 R -1 5 0 -2 -3 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 3 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -2 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00 0.00 4 R -2 6 -1 -2 -4 1 0 -3 0 -3 -3 2 -2 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.87 0.07 5 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 -1 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.58 0.12 6 P -1 -2 0 4 -3 -1 0 -2 -2 -3 -3 -1 -3 -4 5 2 0 -4 -3 -3 0 0 0 33 0 0 0 0 0 0 0 0 0 0 33 33 0 0 0 0 0.76 0.12 7 Q -1 -1 -1 -1 -3 5 2 2 -1 -2 -2 0 -1 -3 -2 -1 -1 -3 -2 1 0 0 0 0 0 45 18 18 0 0 0 0 0 0 0 0 0 0 0 19 0.43 0.20 8 E -1 -1 -1 0 -4 3 5 -3 -1 -4 -3 0 -2 -4 3 -1 -1 -4 -3 -3 0 0 0 0 0 18 63 0 0 0 0 0 0 0 19 0 0 0 0 0 0.83 0.20 9 A 3 2 -1 2 -2 -1 -1 -1 -2 -3 -3 0 -2 -3 -2 2 -1 -4 -3 -2 44 19 0 18 0 0 0 0 0 0 0 0 0 0 0 19 0 0 0 0 0.38 0.20 10 T -1 -1 -1 -2 -2 2 -1 -3 -2 -1 1 -1 0 -2 -2 0 5 -3 -2 -1 0 0 0 0 0 18 0 0 0 0 19 0 0 0 0 0 63 0 0 0 0.45 0.20 11 V -1 -3 -3 -3 -2 -2 -3 -3 -2 2 -1 -2 -1 0 3 -1 2 -2 3 2 0 0 0 0 0 0 0 0 0 19 0 0 0 0 18 0 19 0 19 25 0.39 0.20 12 K -2 3 -1 1 -4 1 2 -2 -1 -4 -3 4 -2 -4 -2 -1 -1 -4 -3 -3 0 19 0 10 0 0 18 0 0 0 0 53 0 0 0 0 0 0 0 0 0.61 0.20 13 E -1 0 -1 1 -4 1 5 -3 -1 -4 -3 3 -2 -4 -2 -1 -1 -4 -3 -3 0 0 0 0 0 0 72 0 0 0 0 28 0 0 0 0 0 0 0 0 0.80 0.20 14 V -1 -2 -2 -2 -2 -1 2 -3 -1 2 -1 -2 -1 -1 -3 1 -1 -2 3 3 0 0 0 0 0 0 18 0 0 16 0 0 0 0 0 18 0 0 18 30 0.24 0.20 15 H 1 -1 0 -1 -3 0 2 -2 8 -4 -3 -1 -2 -2 -2 -1 -2 -3 0 -3 18 0 0 0 0 0 18 0 64 0 0 0 0 0 0 0 0 0 0 0 0.83 0.20 16 D -2 -2 0 6 -4 -1 3 -2 -2 -2 -3 -1 -2 -4 -2 -1 -1 -4 -3 1 0 0 0 64 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 18 0.74 0.20 17 A 3 2 -2 -2 -2 -1 -1 -1 -2 -3 -3 1 -2 -3 3 0 1 -4 -3 -2 48 18 0 0 0 0 0 0 0 0 0 8 0 0 18 0 9 0 0 0 0.46 0.20 18 P -1 -1 2 -1 -3 -1 -1 -2 -1 -3 -3 2 -2 -3 6 -1 -1 -3 -2 -2 1 1 18 1 0 1 1 1 0 1 2 19 0 1 47 1 1 0 1 1 0.85 0.17 19 A 4 -1 3 -1 -1 -1 -1 -1 -1 -2 -2 -1 -1 -2 -1 0 1 -2 -2 -1 57 1 19 1 0 1 1 1 0 1 2 1 0 1 1 1 9 0 1 1 0.35 0.17 20 V -1 -2 -2 -2 -2 -2 -2 2 -3 1 1 -2 0 -1 -2 -2 -1 -2 -2 3 1 1 1 1 0 1 1 19 0 1 20 1 0 1 1 1 1 0 1 48 0.25 0.17 21 R -2 5 -1 -2 -4 3 -1 -3 -1 -3 -2 1 -2 3 -3 -1 -2 -2 -1 -3 0 64 0 0 0 18 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0.68 0.20 22 G -1 -2 -1 -1 -3 -1 2 6 -2 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 18 82 0 0 0 0 0 0 0 0 0 0 0 0 1.03 0.20 23 S 1 -1 0 -1 -2 -1 -1 -1 -2 -3 -3 -1 -2 -3 -1 5 1 -4 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.74 0.20 24 I -2 -3 -4 -4 -2 -3 -4 -4 -3 4 3 -3 1 3 -4 -3 -2 -2 0 1 0 0 0 0 0 0 0 0 0 46 36 0 0 18 0 0 0 0 0 0 0.53 0.20 25 I -2 -3 -4 -4 -2 -3 -4 -5 -4 5 4 -3 1 -1 -4 -3 -2 -3 -2 1 0 0 0 0 0 0 0 0 0 51 49 0 0 0 0 0 0 0 0 0 0.67 0.27 26 A 4 -2 -1 3 -2 -2 -1 2 -2 -3 -3 -2 -2 -4 -2 0 -1 -4 -3 -2 60 0 0 27 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0.27 27 N 1 2 5 0 -3 0 -1 -1 -1 -3 -3 2 -2 -3 -2 0 -1 -3 -2 -2 14 14 47 1 0 1 1 1 0 1 1 14 0 1 1 1 1 0 0 1 0.49 0.23 28 M -2 3 -2 -3 -3 -1 -2 -3 -1 -1 1 -1 5 0 -3 -2 -2 -1 4 -1 1 26 1 1 0 1 1 1 0 1 16 1 28 0 1 1 1 0 21 1 0.41 0.26 29 L -2 -3 -3 -4 -2 -2 -3 -3 -3 0 4 -3 1 0 -3 -3 -2 6 -1 0 1 1 1 1 0 1 1 1 0 1 77 1 0 0 1 1 1 13 0 1 0.68 0.26 30 Q -1 0 -1 -1 -3 4 3 2 -1 -3 -3 2 -2 -3 -2 -1 1 -3 -2 -3 1 1 0 1 0 29 22 18 0 1 1 15 0 0 1 1 9 0 0 1 0.46 0.30 31 E -1 -1 -1 3 -3 0 4 -2 -1 -3 0 1 -2 -3 -2 1 -1 -3 -3 -2 1 1 0 15 0 0 46 1 0 1 12 9 0 0 1 11 1 0 0 1 0.48 0.30 32 H 0 -1 4 0 -3 0 1 -2 6 -3 -3 -1 -2 -3 -2 1 -1 -3 -1 -3 12 1 32 1 0 0 11 1 29 1 1 1 0 0 1 9 1 0 0 1 0.57 0.30 33 D -2 0 0 4 -3 0 2 -2 -2 -3 -3 4 -3 -4 -2 1 -1 -4 -3 -3 1 1 0 38 0 0 9 1 0 1 1 36 0 0 1 10 1 0 0 1 0.59 0.30 34 N 0 -1 5 2 -3 2 0 -1 -1 -3 -3 2 -2 -3 -2 0 -1 -4 -3 -3 9 1 47 11 0 11 1 1 0 1 1 15 0 0 1 1 1 0 0 1 0.57 0.30 35 P -1 -3 -2 -2 -3 -2 -2 -2 -2 -3 -3 -2 -3 1 7 1 -1 -3 -2 -3 1 1 0 1 0 0 1 1 0 1 1 1 0 9 72 11 1 0 0 1 1.48 0.30 36 F -2 -3 -3 -4 -3 -3 -3 -4 -2 1 2 -3 0 6 -3 -3 -2 0 4 -1 1 1 0 1 0 0 1 1 0 9 19 1 0 51 1 1 1 0 14 1 0.71 0.30 37 T -1 -2 -1 -2 -2 1 -2 3 -2 -1 2 -2 -1 -2 -2 1 3 -3 -2 -1 1 0 0 0 0 10 1 24 0 0 27 1 0 0 0 10 23 0 0 1 0.29 0.33 38 L -2 -4 -5 -5 -2 -3 -4 -5 -4 4 4 -4 1 -1 -4 -4 -2 -3 -2 1 0 0 0 0 0 0 0 0 0 35 65 0 0 0 0 0 0 0 0 0 0.78 0.36 39 Y -1 1 -2 -3 -3 -2 -2 -3 -1 1 0 -2 -1 0 -3 2 -1 -1 6 1 0 10 0 0 0 0 0 0 0 9 7 0 0 0 0 26 0 0 39 10 0.46 0.36 40 P 1 -3 -2 -2 -3 -2 -2 2 -3 -4 -4 -2 -3 -4 6 2 -1 -4 -4 -3 10 0 0 0 0 0 0 17 0 0 0 0 0 0 48 26 0 0 0 0 1.04 0.36 41 Y -3 -2 -2 -4 -4 -2 -3 -4 6 -3 -3 -3 -2 1 -4 -3 -3 0 8 -3 0 0 0 0 0 0 0 0 27 0 0 0 0 0 0 0 0 0 73 0 1.41 0.41 42 D -2 2 2 1 -5 0 4 -3 3 -4 -4 3 -3 -4 -3 -1 -2 -4 -3 -4 0 8 11 7 0 0 45 0 7 0 0 22 0 0 0 0 0 0 0 0 0.69 0.41 43 T 1 -3 -2 2 -3 -2 0 -3 -3 0 -2 -2 3 -3 4 0 2 -4 -3 -2 11 0 0 14 0 0 6 0 0 8 0 0 14 0 25 8 14 0 0 0 0.46 0.41 44 N -2 -2 7 0 -3 -1 -2 -2 -1 -2 -3 -2 -2 -4 -3 -1 1 -5 -3 2 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 20 0.89 0.41 45 Y -3 -3 -3 -4 -4 -3 -3 -4 1 -2 -2 -3 -2 2 -4 -3 -3 1 9 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.70 0.41 46 L -1 -4 -4 -4 -2 -4 -4 -4 -4 4 3 -4 0 3 -4 -3 -2 -3 -1 1 7 0 0 0 0 0 0 0 0 39 33 0 0 14 0 0 0 0 0 7 0.59 0.41 47 I -3 -3 -5 -5 -2 -3 -4 -5 -4 2 5 -4 3 -1 -4 -4 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 7 87 0 6 0 0 0 0 0 0 0 0.91 0.41 48 Y -2 -3 -3 -3 -3 -2 -3 2 -1 -3 -3 -2 -3 2 5 -2 -2 -1 5 -3 1 0 0 0 0 0 0 21 0 0 1 0 0 9 32 1 0 0 34 0 0.86 0.38 49 T 0 -2 -1 -2 -2 -2 -2 -3 3 -2 -2 -2 -2 3 -2 0 5 -2 2 -2 9 0 0 0 0 0 0 1 11 0 1 0 0 14 0 1 51 0 9 0 0.53 0.38 50 Q 0 -2 -2 -3 -3 1 -2 -3 0 -3 -2 -2 -2 1 -3 2 -2 6 7 -2 7 0 0 0 0 7 0 1 0 0 1 0 0 0 0 19 0 12 49 0 0.82 0.38 51 T -1 -2 -1 -2 -2 -2 -2 -3 2 -2 0 -2 -1 -1 -2 2 4 -2 3 -1 1 0 0 0 0 0 0 1 8 0 12 0 0 0 0 15 45 0 16 0 0.47 0.38 52 S 0 -2 1 1 -2 -1 -1 -1 -2 -3 -3 -1 -2 -3 -2 5 3 -3 -2 -2 1 1 4 9 0 1 1 1 0 1 1 1 0 1 1 59 17 0 0 1 0.57 0.36 53 D -1 1 0 5 -3 0 2 1 -1 -3 -3 -1 -2 -3 -2 -1 -1 -3 -2 -2 2 10 1 42 1 1 17 11 1 1 2 2 1 1 1 2 2 0 1 2 0.51 0.30 54 L -2 1 -3 -3 -2 -2 -2 -3 -3 3 2 -2 0 1 2 -2 1 -3 -2 1 1 10 1 1 0 1 1 1 0 22 23 1 0 7 12 1 9 0 0 9 0.28 0.36 55 N -2 -2 7 0 -3 -1 -1 -2 -1 -4 -4 -1 -3 -4 2 0 1 -4 -3 -3 1 0 73 0 0 0 0 1 0 0 1 0 0 0 10 1 12 0 0 0 0.97 0.38 56 K -2 3 -1 1 -4 1 -1 -3 -1 -3 -3 4 -2 -2 3 0 -2 -3 2 -3 1 15 0 7 0 8 0 1 0 0 1 31 0 0 19 7 0 0 9 0 0.51 0.38 57 E -1 1 -1 0 -3 1 2 -3 4 -3 -1 0 -2 1 -2 2 1 -3 -1 -2 1 9 0 4 0 4 17 1 15 0 7 5 0 7 0 19 9 0 0 0 0.28 0.38 58 A 4 -2 -2 -2 -2 2 -1 1 -2 -3 -3 -1 -2 0 2 1 -1 -3 -2 -2 52 0 0 0 0 12 0 7 0 0 1 0 0 6 9 10 0 0 0 0 0.45 0.38 59 I -2 -2 -3 -3 -2 1 -2 -3 -1 3 0 -2 -1 0 -3 0 -1 -1 5 1 1 0 0 0 0 9 0 1 0 32 7 0 0 0 0 12 0 0 29 7 0.43 0.38 60 A 3 0 -1 -2 -2 -1 0 -1 -1 -2 -2 0 -2 -2 -2 3 -1 -2 2 -2 34 4 1 1 0 1 5 1 0 1 1 7 0 1 1 31 1 0 10 1 0.36 0.36 61 S -1 1 -1 1 -3 -1 2 -2 -1 -3 -3 -1 -2 1 -2 3 -1 -2 3 -2 1 7 1 9 0 1 17 1 0 1 1 1 0 8 1 38 1 0 12 1 0.35 0.36 62 Y -1 -1 -2 -2 -2 -1 -2 3 -1 -1 -2 1 2 -1 -2 -1 1 -1 4 0 2 1 1 1 0 1 1 24 0 1 2 12 8 1 1 1 9 0 23 10 0.29 0.33 63 D -1 -1 4 4 -3 -1 -1 1 -1 -3 -3 1 -3 -3 -2 2 -1 -4 -3 -3 1 1 25 26 0 1 1 8 0 1 1 9 0 0 1 23 1 0 0 1 0.51 0.36 64 W -1 1 -2 -2 -2 -1 -2 0 -2 -2 0 -1 -1 -1 -2 0 2 7 2 -2 2 9 1 1 0 1 2 8 1 1 9 1 1 1 1 9 19 22 9 2 0.48 0.32 65 A 2 -1 -1 -1 -2 -1 1 2 -2 -2 -2 1 2 -2 3 0 -1 -2 -2 -2 20 1 1 1 0 1 9 17 1 1 2 9 7 1 19 6 1 0 1 2 0.32 0.32 66 E -1 -1 -1 3 -3 2 4 2 -1 -3 -2 -1 2 -3 -2 -1 -2 -3 -2 -3 1 1 1 20 0 13 30 16 0 1 2 1 8 1 1 1 1 0 1 1 0.44 0.34 67 N -2 -1 5 2 -3 2 3 -2 -1 -4 -3 1 -3 -4 -2 -1 -1 -3 -3 -3 1 1 41 8 0 13 23 1 0 1 1 7 0 0 1 1 1 0 0 1 0.64 0.37 68 A 2 -2 2 -2 -2 1 -1 -2 -2 -1 2 -1 -1 -2 -2 2 1 -3 -2 -1 23 1 14 1 0 10 1 1 0 1 24 1 0 0 1 16 7 0 0 1 0.24 0.37 69 R -2 3 2 1 -4 4 0 -3 -1 -4 -1 3 -2 -4 -3 -1 -2 -4 -3 -3 0 22 12 7 0 28 0 0 0 0 6 25 0 0 0 0 0 0 0 0 0.60 0.45 70 K -2 3 -1 1 -4 1 -1 -3 2 -3 -1 5 -2 -4 -3 0 -2 -4 -3 -3 0 16 0 9 0 6 0 0 6 0 8 48 0 0 0 7 0 0 0 0 0.57 0.45 71 D 1 -2 2 5 -3 -1 1 -2 -2 -3 -3 -2 -3 0 -3 0 3 -4 -3 -3 14 0 9 38 0 0 7 0 0 0 0 0 0 6 0 6 21 0 0 0 0.54 0.45 72 E -2 -1 -1 0 -5 1 7 -3 -1 -5 -4 0 -3 -5 -2 -1 -2 -4 -3 -4 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 1.36 0.45 73 V 2 -3 -4 -4 -2 -3 -3 -3 -4 2 1 -3 2 3 -3 -2 0 -3 -1 3 19 0 0 0 0 0 0 0 0 14 7 0 6 17 0 0 7 0 0 31 0.41 0.45 74 K -2 3 -1 -2 -5 0 1 -3 -2 -4 -4 6 -3 -4 -2 -1 -2 -4 -3 -4 0 10 0 0 0 0 6 0 0 0 0 84 0 0 0 0 0 0 0 0 1.08 0.48 75 F -3 -4 -4 -5 -4 -4 -5 0 -3 -1 0 -4 -1 8 -5 -4 -3 -1 2 -2 0 0 0 0 0 0 0 7 0 0 6 0 0 87 0 0 0 0 0 0 1.35 0.48 76 Q -2 0 -1 -2 -4 7 1 -3 -1 -4 -4 1 -2 -5 -3 -1 -2 -3 -3 -4 0 0 0 0 0 96 0 0 0 0 0 4 0 0 0 0 0 0 0 0 1.38 0.48 77 L -3 -4 -5 -5 -3 -4 -4 -5 -4 4 3 -4 3 2 -4 -4 -2 -3 -2 1 0 0 0 0 0 0 0 0 0 40 39 0 7 8 0 0 0 0 0 6 0.72 0.48 78 S 0 -2 -1 -1 -2 -1 -1 -2 -2 -4 -4 -1 -3 -4 -2 6 0 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 1.09 0.48 79 L 1 -4 -4 -5 -3 -4 -4 -4 -3 1 2 -4 -1 6 -4 -3 -2 -2 0 1 15 0 0 0 0 0 0 0 0 5 21 0 0 47 0 0 0 0 0 10 0.70 0.48 80 A 2 2 -2 -2 -3 2 -1 -1 -2 -4 -4 5 -3 -4 -2 1 -2 -4 -3 -3 18 8 0 0 0 7 0 3 0 0 0 52 0 0 0 11 0 0 0 0 0.63 0.48 81 F -2 -3 -3 -4 -3 -3 -3 -4 -3 1 1 1 -1 4 -4 0 1 -2 3 2 0 0 0 0 0 0 0 0 0 6 12 10 0 24 0 6 12 0 10 20 0.37 0.48 82 P 0 3 -3 -3 -4 -2 -2 -3 -3 -4 -2 2 -3 -4 7 -2 -2 -5 -4 -3 8 20 0 0 0 0 0 0 0 0 5 12 0 0 54 0 0 0 0 0 1.18 0.48 83 L -2 -4 -5 -5 -3 -4 -4 -5 -4 3 4 -4 3 1 -4 -4 -2 -3 -2 3 0 0 0 0 0 0 0 0 0 19 46 0 6 6 0 0 0 0 0 22 0.68 0.48 84 W 0 -4 -4 -5 -3 -3 -4 -4 -2 -2 -2 -4 -2 5 -4 -3 -3 8 4 0 12 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 28 17 6 1.20 0.48 85 R -2 5 1 1 -4 1 3 -3 -1 -4 -4 0 -3 -3 -3 1 -2 -3 1 -4 0 41 8 6 0 5 23 0 0 0 0 0 0 0 0 10 0 0 7 0 0.63 0.48 86 G 1 -2 1 4 -3 -1 1 3 3 -4 -4 -2 -3 -3 -2 0 -2 -4 -3 -3 11 1 6 32 0 0 9 22 8 1 1 1 0 0 1 6 1 0 0 1 0.50 0.43 87 I -2 -3 -3 -3 -2 -3 -3 -4 -3 4 4 -3 3 -1 -3 -2 1 -3 -2 0 1 1 0 1 0 0 1 1 0 30 43 1 7 0 1 1 10 0 0 1 0.54 0.43 88 L -1 -4 -4 -5 -3 -4 -4 -4 -3 -1 3 -4 0 6 -4 -3 -3 4 1 -1 6 0 0 0 0 0 0 0 0 0 40 0 0 48 0 0 0 5 0 0 0.89 0.48 89 G -1 -3 0 -2 -4 -2 -3 5 -3 -4 -4 0 -3 0 -3 1 -2 5 -2 -4 0 0 5 0 0 0 0 60 0 0 0 6 0 6 0 13 0 8 0 0 0.89 0.48 90 P -2 -2 1 4 -3 -1 1 -3 -2 -3 0 0 -2 -4 3 2 2 -4 -3 -3 0 0 4 24 0 0 10 0 0 0 10 5 0 0 13 18 14 0 0 0 0.42 0.48 91 N -1 1 5 1 -4 -1 -2 2 -1 -4 -4 2 -3 -3 -3 -1 -2 -4 1 -4 5 6 44 5 0 0 0 17 0 0 0 14 0 0 0 0 0 0 8 0 0.63 0.48 92 S 0 -3 -2 0 -3 -2 1 3 -3 -3 -1 -2 -2 3 -3 2 1 -3 -2 -3 6 0 0 6 0 0 10 22 0 0 7 0 0 15 0 21 11 0 0 0 0.31 0.48 93 V 1 -2 -2 3 -3 -2 -2 0 -2 -2 0 1 -2 -1 -3 0 1 -2 4 0 11 0 0 18 0 0 0 6 0 0 12 10 0 0 0 7 8 0 18 10 0.22 0.48 94 L -3 -4 -5 -5 -3 -4 -4 -5 -3 1 5 -4 0 2 -4 -4 -2 -2 3 1 0 0 0 0 0 0 0 0 0 6 70 0 0 8 0 0 0 0 10 5 0.78 0.48 95 G -1 -3 -3 0 -4 -3 -3 3 -1 -3 -2 -3 1 2 -4 -2 -3 6 5 -1 4 0 0 7 0 0 0 27 0 0 0 0 6 6 0 0 0 12 32 5 0.71 0.48 96 A 2 -3 -3 -3 -2 -3 -3 1 -3 2 1 -3 2 4 -3 -2 -2 -2 -1 0 22 1 0 1 0 0 1 12 0 13 15 1 6 21 1 1 1 0 0 6 0.30 0.44 97 S 3 -2 -1 -2 -2 -2 -2 3 -2 -3 -3 -2 -2 -3 -2 3 -1 -3 -3 -2 33 1 0 1 0 0 1 25 0 1 1 1 0 0 1 34 1 0 0 1 0.58 0.44 98 Y -3 -3 -3 -4 -4 -3 -3 -4 0 -2 -2 -3 2 2 -4 -3 -3 1 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 94 0 1.66 0.48 99 T -1 -2 -1 -2 -2 -2 -2 -3 -3 -2 -2 -2 -2 -3 -2 0 7 -4 -3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 1.21 0.48 100 Q -2 0 -1 -2 -4 7 1 -3 -1 -4 -1 0 -1 -4 -3 -1 -2 -3 -3 -3 0 0 0 0 0 94 0 0 0 0 6 0 0 0 0 0 0 0 0 0 1.29 0.48 101 K -2 3 -1 -2 -3 -1 -1 -3 -2 -3 -1 4 -2 -4 -3 0 4 -4 -3 -2 0 21 0 0 0 0 0 0 0 0 7 30 0 0 0 6 36 0 0 0 0.58 0.48 102 S 1 -2 -1 1 -2 -1 -1 -2 -2 -4 -4 -2 -3 -4 -2 6 0 -4 -3 -3 8 0 0 8 0 0 0 0 0 0 0 0 0 0 0 84 0 0 0 0 0.89 0.48 103 W -3 0 -4 0 -4 -3 -3 -4 -3 -2 1 -3 -1 2 -5 -4 -3 10 3 -3 0 6 0 6 0 0 0 0 0 0 21 0 0 6 0 0 0 48 13 0 1.42 0.48 104 W -4 -4 -5 -6 -4 -4 -4 -4 -3 -3 -2 -4 -2 4 -5 -4 -4 11 1 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 21 0 0 0 79 0 0 2.66 0.48 105 Q -2 0 -1 2 -4 7 1 -3 -1 -4 -4 0 -2 -5 -3 -1 -2 -3 -3 -4 0 0 0 10 0 90 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.30 0.48 106 L 1 -3 -3 -4 -2 -3 -3 -3 -3 3 3 -3 0 1 -3 0 -2 -3 -2 2 13 0 0 0 0 0 0 0 0 20 37 0 0 7 0 8 0 0 0 12 0.39 0.46 107 S 1 -2 -2 -2 -2 -1 1 -2 0 -2 -2 -2 -2 0 -2 2 -1 0 6 -2 12 1 1 1 0 1 11 1 0 1 2 1 0 1 1 23 1 0 41 1 0.55 0.40 108 N -2 -2 7 1 -3 -1 -1 1 -1 -3 -4 -1 -3 -3 -3 -1 1 -4 -3 -3 1 1 67 6 0 1 1 11 0 1 1 1 0 0 1 1 7 0 0 1 0.90 0.42 109 S -1 -2 -1 1 -3 2 -1 1 -1 -3 -3 -1 -2 -1 -2 3 0 -2 4 -1 1 1 0 9 0 14 1 13 0 1 1 1 0 0 1 32 4 0 18 5 0.36 0.44 110 E 1 1 -1 5 -3 -1 2 -1 -2 -3 -3 1 -3 -4 2 -1 -2 -4 -3 -3 16 7 0 40 0 0 11 4 0 1 1 9 0 0 9 1 1 0 0 1 0.54 0.44 111 E 1 -1 -1 4 -4 2 2 -3 3 1 -3 2 -3 -4 -3 -1 -2 -4 -3 -2 13 0 0 28 0 8 17 0 10 11 0 13 0 0 0 0 0 0 0 0 0.46 0.48 112 S 0 -2 -1 -1 -2 -1 -1 -2 -2 -4 -4 -1 -3 -4 -2 6 0 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 1.09 0.48 113 S 2 4 -1 -2 -3 1 -1 -2 -2 -4 -3 2 -3 -4 -2 3 -1 -4 -3 -3 20 26 0 0 0 7 0 0 0 0 0 10 0 0 0 37 0 0 0 0 0.56 0.48 114 P -2 -4 -3 -3 -4 -3 -3 -4 -3 -4 -4 -2 -4 0 8 -2 -2 -4 -3 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 7 93 0 0 0 0 0 2.28 0.48 115 F -3 -4 -4 -5 -4 -4 -4 -4 -3 -1 -1 -4 2 8 -5 -4 -3 0 2 -2 0 0 0 0 0 0 0 0 0 0 0 0 8 92 0 0 0 0 0 0 1.50 0.48 116 R -3 7 -2 -3 -5 0 -2 -4 -2 0 -3 1 -2 -4 -4 -2 -2 -4 -3 -3 0 90 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 1.28 0.48 117 E -2 -2 1 3 -5 0 6 -3 -2 -4 -3 -1 2 -4 -3 -1 -2 -4 -3 -3 0 0 6 18 0 0 68 0 0 0 0 0 8 0 0 0 0 0 0 0 0.97 0.48 118 T -1 -3 -2 -3 -2 -2 -2 -3 -3 -1 -2 -2 2 -3 -3 1 6 -4 -3 1 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 5 78 0 0 8 0.89 0.48 119 N -3 -2 7 3 -4 -1 -1 -2 -1 -4 -5 -2 -3 -4 -3 -1 1 -5 -4 -4 0 0 76 14 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 1.18 0.48 120 Y -3 -3 -4 -5 -4 -3 -4 -4 0 -2 -2 -3 -2 4 -4 -3 -3 1 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 82 0 1.59 0.48 121 E -2 1 2 -1 -4 3 4 -3 -1 -4 -3 3 2 -4 -3 -1 -2 -4 -3 -3 0 6 10 0 0 18 40 0 0 0 0 17 8 0 0 0 0 0 0 0 0.67 0.48 122 P -2 -3 -3 -3 -4 -3 -2 -3 -4 -4 -4 -2 -4 -5 8 -2 -2 -5 -4 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.54 0.48 123 Q -2 -1 -1 0 -4 5 5 -3 -1 -4 -4 0 -3 -5 -2 1 -2 -4 -3 -4 0 0 0 0 0 39 51 0 0 0 0 0 0 0 0 10 0 0 0 0 0.98 0.48 124 L 1 -4 -4 -5 -2 -3 -4 -4 -4 2 4 -4 0 2 -4 -3 -2 -3 -2 1 16 0 0 0 0 0 0 0 0 15 53 0 0 10 0 0 0 0 0 6 0.58 0.48 125 F -3 -4 -4 -5 -4 -4 -5 -5 -3 1 -1 -4 2 8 -5 -4 -3 -1 2 -1 0 0 0 0 0 0 0 0 0 8 0 0 6 86 0 0 0 0 0 0 1.37 0.48 126 L -3 -4 -4 -5 -3 -3 -4 -5 -2 2 4 -4 0 0 -4 -4 -3 5 4 0 0 0 0 0 0 0 0 0 0 10 52 0 0 0 0 0 0 10 23 5 0.77 0.48 127 G 2 -3 -2 1 -2 -2 -2 1 -3 -1 0 -2 -2 1 -3 1 0 -3 -2 1 22 0 0 11 0 0 0 11 0 0 10 0 0 7 0 14 7 0 0 15 0.19 0.45 128 F -2 -3 -2 -3 -3 -2 -3 -3 4 0 -2 -3 -2 4 -3 0 0 6 5 0 1 0 0 0 0 0 0 1 11 6 1 0 0 17 0 10 7 11 27 7 0.61 0.45 129 A 1 1 -2 1 -3 2 1 -2 -2 -3 -1 1 -2 -4 4 -1 -2 -4 -3 -3 15 6 0 10 0 11 8 1 0 0 6 11 0 0 26 3 0 0 0 0 0.48 0.45 130 T 0 1 3 -2 -3 -1 0 -2 -2 0 -3 0 -2 -4 -3 2 4 -4 -3 -2 6 8 16 0 0 0 5 0 0 8 0 5 0 0 0 18 33 0 0 0 0.41 0.48 131 D -2 -2 4 5 -4 0 1 -3 -2 0 -4 -2 -3 -4 1 0 -2 -5 -4 -3 0 0 25 41 0 4 5 0 0 10 0 0 0 0 8 6 0 0 0 0 0.70 0.48 132 Y -3 -3 -4 -5 -3 -3 -4 -4 3 2 0 -3 3 2 -4 -3 -3 7 6 -1 0 0 0 0 0 0 0 0 7 13 6 0 11 8 0 0 0 16 38 0 0.94 0.48 133 R -1 0 0 -1 -3 2 2 -2 -2 -3 -1 2 -2 -3 2 3 -1 -3 -3 -3 1 3 3 1 0 10 12 1 0 1 7 14 0 0 12 32 1 0 0 1 0.37 0.42 134 F -2 -3 -3 -4 -3 -3 -3 -4 -3 1 2 -3 -1 6 1 0 -2 -1 0 0 0 0 0 0 0 0 0 0 0 6 22 0 0 48 7 10 0 0 0 3 0.64 0.46 135 A 2 -2 -2 -2 -2 -2 -2 2 -2 -2 1 -2 -1 2 0 0 -1 -2 -1 -1 25 1 1 1 0 1 1 19 0 1 16 1 0 12 6 9 1 0 1 1 0.24 0.38 136 G -1 -2 -1 0 -3 -2 -2 5 -2 -3 -3 -2 -3 -3 1 1 -2 -3 -3 -3 2 1 1 4 0 1 1 60 0 1 2 1 0 1 8 11 1 0 1 1 0.76 0.38 137 W -2 -2 1 -2 -3 2 -2 3 -2 -3 -1 -2 -2 -2 -2 -2 -2 8 -1 -3 2 1 8 1 0 11 1 30 0 1 7 1 0 1 1 2 1 28 1 1 0.76 0.38 138 T -1 2 3 -1 -2 -1 -1 0 -2 0 -2 1 -2 -3 -2 2 3 -3 -2 -2 1 13 19 1 0 1 1 8 0 6 1 7 0 1 1 15 22 0 1 1 0.31 0.41 139 L -3 -4 -4 -5 -3 -4 -4 -1 -3 -1 3 -4 0 5 -4 -3 0 5 0 -1 0 0 0 0 0 0 0 6 0 0 40 0 0 38 0 0 6 10 0 0 0.76 0.48 140 R -2 5 3 -1 -4 1 0 -2 -1 -4 -3 1 -3 -3 -3 0 -2 4 -2 -3 1 39 22 0 0 5 6 1 0 0 1 8 0 0 0 9 0 6 0 0 0.63 0.45 141 D -2 -2 3 3 -3 1 2 1 4 -3 -2 -1 3 -3 -2 -1 -2 -3 -2 -3 1 1 19 16 0 6 15 11 11 1 1 1 13 1 1 1 1 0 0 1 0.40 0.42 142 V 0 -4 -4 -4 -2 -3 -4 -4 -4 3 3 -3 0 -2 -4 -1 -2 -4 -3 3 10 0 0 0 0 0 0 0 0 19 38 0 0 0 0 6 0 0 0 27 0.52 0.48 143 E 0 1 3 -1 -4 -1 4 2 -2 -4 -4 -1 -3 -4 -3 0 -2 5 -3 -4 7 10 15 0 0 0 32 19 0 0 0 0 0 0 0 8 0 8 0 0 0.53 0.48 144 M 1 -3 -3 -4 -2 -3 -3 -3 -3 3 1 -3 2 4 -3 -2 2 -3 -1 1 17 0 0 0 0 0 0 0 0 21 8 0 8 21 0 0 14 0 0 10 0.41 0.48 145 G -1 -4 -2 -3 -4 -3 -3 7 -3 -5 -5 -3 -4 -4 -3 0 -3 -4 -4 -4 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 6 0 0 0 0 1.53 0.48 146 Y -3 -4 -4 -5 -3 -3 -4 -5 -2 4 0 -4 -1 3 -4 -3 -2 5 6 1 0 0 0 0 0 0 0 0 0 35 5 0 0 9 0 0 0 8 33 10 0.80 0.48 147 N -2 -1 6 -1 -4 2 2 -3 -1 -3 0 1 -2 -4 -3 -1 -2 -4 -3 -1 0 0 48 0 0 8 16 0 0 0 10 11 0 0 0 0 0 0 0 6 0.61 0.48 148 H -3 -1 -1 -2 -4 -1 -1 -3 10 -5 -4 -2 -3 -3 -4 -2 -3 -4 1 -5 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 1.97 0.48 149 D -2 -1 -2 1 -4 5 4 -4 -2 2 -2 -1 2 -4 -3 -2 -2 -4 -3 -2 0 0 0 8 0 37 33 0 0 16 0 0 6 0 0 0 0 0 0 0 0.67 0.48 150 S 0 -2 -1 -1 -2 -1 -1 -2 -2 -4 -4 -1 -3 -4 -2 6 0 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 1.09 0.48 151 N -3 -2 8 0 -4 -1 -2 -2 -1 -5 -5 -1 -4 -4 -3 -1 -1 -5 -3 -4 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.54 0.48 152 G -1 -4 -2 -3 -4 -3 -3 7 -3 -5 -5 -3 -4 -5 -3 -2 -3 -4 -4 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.67 0.48 153 R -2 5 -2 -2 -4 3 1 -3 -2 -3 -3 4 -2 -4 -3 -2 -2 -4 -3 0 0 34 0 0 0 18 8 0 0 0 0 32 0 0 0 0 0 0 0 8 0.73 0.48 154 S 0 2 -1 1 -3 -1 0 3 -2 -4 -4 -1 -3 -4 -3 3 -1 -4 -3 -4 6 14 0 10 0 0 6 26 0 0 0 0 0 0 0 38 0 0 0 0 0.54 0.48 155 D 0 0 -1 5 -4 2 -1 2 -2 -1 -4 -1 -3 -4 -3 1 -2 -4 -4 -3 8 6 0 38 0 15 0 17 0 5 0 0 0 0 0 11 0 0 0 0 0.53 0.48 156 P 0 -2 3 -1 -4 -1 3 -3 -2 -3 -1 0 -3 -4 5 -1 -2 -5 -4 -3 10 0 17 0 0 0 22 0 0 0 8 6 0 0 38 0 0 0 0 0 0.79 0.48 157 T -2 1 2 1 -3 -2 1 -3 -2 -2 2 0 -1 1 -3 -2 2 -3 -2 -2 0 8 10 10 0 0 11 0 0 0 31 5 0 8 0 0 17 0 0 0 0.26 0.48 158 S 0 -2 2 -1 -2 -1 1 -2 -2 -4 -4 -1 -3 -4 -2 6 0 -4 -3 -3 0 0 8 0 0 0 7 0 0 0 0 0 0 0 0 85 0 0 0 0 0.91 0.48 159 R -3 7 -2 -3 -5 0 -1 -4 -2 -4 -4 2 -3 -4 -3 -2 -2 -4 -3 -4 0 92 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 1.41 0.48 160 S 0 -2 -1 -1 -2 -1 1 -2 -2 -4 -4 -1 -3 -4 -2 6 2 -4 -3 -3 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 84 8 0 0 0 0.90 0.48 161 W -3 -3 -4 -5 -4 1 -3 0 -3 -3 0 -3 -2 -1 -5 -3 -3 11 0 -4 0 0 0 0 0 8 0 8 0 0 10 0 0 0 0 0 0 74 0 0 2.22 0.48 162 N -3 -2 7 3 -4 -1 -1 -2 -1 -5 -5 -1 -4 -4 -3 -1 -1 -5 -4 -4 0 0 86 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.36 0.48 163 R -3 7 -1 1 -5 0 -1 -4 -2 -4 -4 1 -3 -4 -3 -2 -2 -4 -3 -4 0 90 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.33 0.48 164 L 1 -4 -4 -4 -2 -3 -4 -4 -4 3 3 -3 0 -2 1 -3 -2 -4 -3 2 15 0 0 0 0 0 0 0 0 24 33 0 0 0 8 0 0 0 0 19 0.50 0.48 165 Y -3 -3 -4 -5 -3 -3 -4 -5 0 0 0 -3 -1 4 -4 -3 -3 0 7 0 0 0 0 0 0 0 0 0 0 6 8 0 0 13 0 0 0 0 65 8 1.14 0.48 166 T 1 -3 -3 -4 -2 -3 -3 -3 -4 1 2 -3 0 1 -3 -1 2 -3 -2 3 14 0 0 0 0 0 0 0 0 5 26 0 0 8 0 3 17 0 0 25 0.37 0.48 167 R 1 4 3 1 -4 2 0 -2 -1 -4 -3 0 1 -4 -3 1 -2 -4 -3 -3 11 30 20 7 0 10 5 0 0 0 0 0 6 0 0 10 0 0 0 0 0.48 0.48 168 L 2 -3 -3 -4 -3 -3 -3 -1 -3 1 2 -3 2 1 -3 0 0 -2 2 0 22 0 0 0 0 0 0 5 0 6 29 0 8 7 0 5 5 0 10 3 0.29 0.48 169 M 0 1 -2 -3 -3 -2 1 1 -3 2 -1 -2 4 -3 -3 0 2 -4 -3 1 5 10 0 0 0 0 11 12 0 13 0 0 17 0 0 4 14 0 0 14 0.24 0.48 170 A 2 1 -3 -4 -3 -3 -3 -3 -2 0 0 -2 2 5 -4 -2 -2 5 2 -2 29 11 0 0 0 0 0 0 0 5 6 0 6 29 0 0 0 8 5 0 0.51 0.48 171 E 0 -2 1 3 -4 2 3 -3 -2 -1 1 -2 -2 0 1 -2 0 -4 -3 -2 6 0 5 16 0 12 20 0 0 4 16 0 0 6 8 0 7 0 0 0 0.27 0.48 172 N -2 2 2 0 -4 1 -1 0 2 -4 -4 3 -3 -2 -3 1 -2 4 2 -4 0 12 11 5 0 8 0 7 5 0 0 19 0 0 0 15 0 6 10 0 0.39 0.48 173 G 0 -3 1 1 -4 1 0 5 -2 -5 -5 -2 -3 -4 -3 0 -2 -4 -4 -4 7 0 5 6 0 10 6 58 0 0 0 0 0 0 0 8 0 0 0 0 0.80 0.48 174 N -2 0 5 -1 -4 -1 -2 0 2 -3 -4 1 -3 -4 2 1 -1 -5 -3 -1 0 5 39 0 0 0 0 8 7 0 0 11 0 0 11 10 0 0 0 8 0.53 0.48 175 W -3 -4 -4 -5 -3 -3 -4 -4 -3 -1 3 -4 -1 4 -4 -3 1 8 0 0 0 0 0 0 0 0 0 0 0 0 31 0 0 25 0 0 10 29 0 6 1.00 0.48 176 L 0 -2 -3 -2 -3 -2 2 0 -3 -1 3 0 2 1 -3 -2 1 -3 -2 0 6 0 0 0 0 0 17 8 0 0 31 8 7 5 0 0 11 0 0 6 0.22 0.48 177 V 0 -4 -4 -4 -3 -3 -4 -4 -3 3 1 -3 -1 2 -4 -2 1 -2 3 3 6 0 0 0 0 0 0 0 0 22 12 0 0 10 0 0 10 0 11 29 0.46 0.48 178 E -2 -2 -2 2 -4 -1 2 2 -3 0 -2 2 2 -3 -3 0 0 -4 -3 1 0 0 0 13 0 0 15 16 0 6 0 18 8 0 0 6 6 0 0 10 0.26 0.48 179 V -2 -4 -4 -4 -3 -3 -4 -5 -4 2 2 -3 0 -2 3 -3 -2 -4 -3 4 0 0 0 0 0 0 0 0 0 11 25 0 0 0 17 0 0 0 0 47 0.68 0.48 180 K 0 4 -1 -2 -4 1 -1 0 3 -4 -4 5 -3 -4 -3 -1 -2 -4 -2 -4 8 23 0 0 0 6 0 8 11 0 0 44 0 0 0 0 0 0 0 0 0.67 0.48 181 P 1 -3 -3 -3 -3 -3 -3 -1 -3 0 0 -3 -2 -2 6 -2 1 -3 2 0 13 0 0 0 0 0 0 5 0 5 10 0 0 0 41 0 10 0 8 6 0.72 0.48 182 W -4 -4 -5 -6 -4 -3 -4 -4 -3 -4 -3 -4 -3 0 -5 -4 -4 12 3 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 90 10 0 3.01 0.48 183 Y -3 -4 -4 -4 -3 -3 -4 -4 -1 1 -2 -3 -2 4 1 -1 -2 7 6 1 0 0 0 0 0 0 0 0 0 7 0 0 0 16 8 5 0 16 33 14 0.84 0.48 184 V -2 5 -2 -3 -3 -1 -2 -3 -1 -1 0 0 -1 -1 -3 -2 -2 -2 3 2 1 46 0 1 0 0 1 1 0 1 8 1 0 0 1 1 1 0 16 22 0.56 0.44 185 V 0 -3 -4 -4 -2 -3 -3 -4 -4 5 1 -3 0 -1 -3 -3 -2 -3 -2 3 7 1 0 1 0 0 1 1 0 58 6 1 0 0 1 1 1 0 0 22 0.67 0.44 186 G 0 -3 -2 -2 -3 -2 -2 4 -3 -4 -4 0 -3 1 5 0 -2 -3 -3 -3 5 0 0 0 0 0 0 41 0 0 1 6 0 7 31 6 0 0 0 0 0.83 0.46 187 N -2 -1 2 3 -4 0 3 -3 -1 -3 -3 3 -3 -3 -2 -1 -2 -3 2 0 0 0 11 15 0 0 29 0 0 0 1 20 0 0 0 3 0 0 8 10 0.43 0.46 188 T 1 -2 2 4 -3 -2 -1 0 -2 -3 -3 0 2 -4 -3 1 3 -4 -3 -2 17 0 10 26 0 0 0 5 0 0 0 6 8 0 0 6 22 0 0 0 0.41 0.48 189 D 0 1 1 5 -4 1 1 -2 -2 -4 -4 -1 -3 -4 -3 1 0 -5 -4 -4 8 10 6 47 0 8 7 0 0 0 0 0 0 0 0 8 6 0 0 0 0.68 0.48 190 D -2 -2 1 6 -4 -1 3 -3 -2 -4 -5 -1 -4 -5 -3 2 -2 -5 -4 -4 0 0 6 58 0 0 21 0 0 0 0 0 0 0 0 15 0 0 0 0 1.00 0.48 191 N -3 -2 8 0 -4 -1 -2 -2 -1 -5 -5 -1 -4 -4 -3 -1 -1 -5 -3 -4 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.54 0.48 192 P -2 0 -3 0 -4 -2 -2 -4 -3 -3 -1 -1 -3 -4 8 -2 -2 -5 -4 -3 0 5 0 6 0 0 0 0 0 0 10 3 0 0 76 0 0 0 0 0 1.69 0.48 193 D -1 -3 2 7 -5 -1 1 -2 -2 -4 -5 -2 -4 -5 -3 -1 -2 -5 -4 -4 5 0 11 78 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 1.27 0.48 194 I -3 -4 -4 -5 -3 -4 -4 -5 -3 6 2 -4 2 -1 -4 -4 -2 -3 2 1 0 0 0 0 0 0 0 0 0 68 16 0 6 0 0 0 0 0 10 0 0.84 0.48 195 T 2 -2 0 -2 -3 -1 3 -3 2 0 -1 -2 -2 -2 -3 -1 3 -3 1 -2 24 0 3 0 0 0 23 0 5 8 5 0 0 0 0 0 24 0 7 0 0.33 0.48 196 K -3 1 2 5 -4 -1 0 -3 3 -4 -1 3 -3 -4 -3 -2 -2 -5 -3 -4 0 7 11 42 0 0 0 0 10 0 8 21 0 0 0 0 0 0 0 0 0.67 0.48 197 Y -3 -3 -3 -4 -4 -3 -3 -4 1 -3 -2 -3 -2 2 -4 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.81 0.48 198 M 0 2 -3 -4 -3 -2 -3 -4 -2 -1 2 -2 7 -1 -4 -2 -2 -2 2 -1 10 12 0 0 0 0 0 0 0 0 13 0 54 0 0 0 0 0 11 0 0.73 0.48 199 G 1 -4 -2 -3 -4 -3 -3 6 -3 -5 -5 -3 -4 -4 -3 -1 -3 -4 -4 -4 11 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 1.44 0.48 200 Y -3 0 1 -3 -4 -2 -3 -4 4 -3 -3 -2 -3 1 2 -2 -3 0 7 -3 0 6 10 0 0 0 0 0 11 0 0 0 0 0 11 0 0 0 62 0 1.06 0.48 201 Y -2 -3 1 -3 -4 -3 -3 4 -1 -2 -2 -3 -2 4 -4 -2 -3 -1 5 0 0 0 8 0 0 0 0 33 0 0 0 0 0 21 0 0 0 0 28 10 0.70 0.48 202 Q -3 2 2 6 -5 2 3 -3 -2 -5 -4 -1 -4 -5 -3 -1 -2 -5 -4 -4 0 16 8 50 0 8 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0.90 0.48 203 L 1 -4 -4 -5 -2 -3 -4 -4 -4 3 3 -4 0 -1 -4 -3 -2 5 -2 3 14 0 0 0 0 0 0 0 0 19 34 0 0 0 0 0 0 10 0 23 0.58 0.48 204 K -1 -1 3 -2 -4 -1 -2 0 -2 -3 -3 4 -3 -3 -3 -1 1 5 -2 0 4 0 20 0 0 0 0 8 0 0 0 37 0 0 0 0 13 11 0 7 0.52 0.48 205 I -1 -4 -4 -4 -3 -3 -4 -4 -4 4 3 -3 2 1 -4 -1 -2 -3 -2 1 6 0 0 0 0 0 0 0 0 27 40 0 5 7 0 6 0 0 0 9 0.52 0.48 206 G 2 1 -2 1 -3 1 -2 4 -2 -3 -3 1 -3 -3 -3 -1 -2 -3 1 -1 19 10 0 8 0 6 0 32 0 0 0 11 0 0 0 0 0 0 8 6 0.39 0.48 207 Y -3 -3 -3 -4 -3 -3 -3 -4 0 -2 -1 -3 -2 1 -4 -1 -2 6 8 1 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 5 0 10 67 13 1.17 0.48 208 H 0 2 1 -2 -3 3 -1 -3 2 -3 0 2 -2 -2 -3 -1 0 -2 3 -2 6 15 6 0 0 16 0 0 5 0 11 15 0 0 0 0 7 0 16 0 0.31 0.46 209 L -2 1 -2 1 -3 -2 -2 -1 -3 -2 3 0 -1 1 -3 1 0 4 1 -2 0 8 0 10 0 0 0 5 0 0 34 6 0 7 0 13 6 6 4 0 0.24 0.48 210 G 0 0 3 2 -4 -2 0 4 4 -5 -5 -2 -4 -4 -3 -1 -2 -4 -3 -4 5 6 19 13 0 0 5 40 12 0 0 0 0 0 0 0 0 0 0 0 0.67 0.48 211 D 0 3 -1 4 -4 -1 1 2 -2 -4 -4 1 -3 -4 -3 -1 -2 -5 -4 -4 11 23 0 35 0 0 9 16 0 0 0 5 0 0 0 0 0 0 0 0 0.61 0.48 212 A 2 0 1 0 -3 1 -2 1 6 -4 -4 -2 -3 -2 -3 0 -2 -3 3 -3 21 6 8 5 0 7 0 11 24 0 0 0 0 0 0 6 0 0 12 0 0.46 0.48 213 V -2 -3 -3 -3 -3 2 1 -4 3 1 1 -2 -1 1 -4 -3 -2 -3 1 4 0 0 0 0 0 11 13 0 8 8 13 0 0 5 0 0 0 0 5 37 0.37 0.48 214 L -3 -4 -5 -5 -3 -4 -4 -5 -4 0 3 -4 0 5 -4 -4 -2 -2 0 2 0 0 0 0 0 0 0 0 0 0 43 0 0 36 0 0 0 0 0 22 0.77 0.48 215 S 0 -2 2 -1 -3 -1 2 -2 -2 -3 -3 0 3 -3 -3 4 1 -3 1 -3 6 0 11 0 0 0 16 0 0 0 0 4 10 0 0 39 6 0 6 0 0.42 0.48 216 A 3 -3 -3 -4 -2 -3 -3 -3 -3 0 3 -3 -1 1 -3 0 0 -3 -2 -1 39 0 0 0 0 0 0 0 0 3 39 0 0 6 0 6 6 0 0 0 0.45 0.48 217 K -2 4 -2 0 -4 3 -1 -3 -2 0 -1 1 2 -3 -3 -1 0 -4 -3 0 0 29 0 6 0 21 0 0 0 6 6 8 7 0 0 4 5 0 0 6 0.40 0.48 218 G 0 1 2 -2 -3 -2 -3 5 -3 -3 1 -2 -2 -3 -3 -1 0 -4 -4 -3 6 8 10 0 0 0 0 49 0 0 19 0 0 0 0 0 8 0 0 0 0.57 0.48 219 Q 0 5 2 -2 -4 3 -1 -3 2 -4 -3 0 -2 2 -3 -2 -2 -3 2 -3 10 37 10 0 0 19 0 0 4 0 0 0 0 11 0 0 0 0 8 0 0.56 0.48 220 Y -2 -3 2 -3 -4 -2 0 -3 3 -3 0 -2 -2 1 -4 0 -2 0 7 -3 0 0 13 0 0 0 6 0 6 0 10 0 0 0 0 10 0 0 55 0 0.81 0.48 221 N -2 1 6 1 -4 -1 -1 -2 -1 -4 -4 0 -3 -4 1 2 1 -5 -3 -4 0 8 50 5 0 0 0 0 0 0 0 5 0 0 8 16 7 0 0 0 0.73 0.48 222 W -3 1 -4 -4 -4 -3 -3 -4 -2 -2 0 -3 -2 4 2 -3 -3 8 4 0 0 10 0 0 0 0 0 0 0 0 12 0 0 22 11 0 0 22 16 7 0.84 0.48 223 N -1 3 3 2 -4 -1 1 -2 3 -1 -3 2 -3 -3 -3 -1 -2 -4 -2 -3 6 22 17 14 0 0 8 1 11 5 1 13 0 0 0 1 0 0 0 1 0.43 0.44 224 T -1 1 1 3 -3 -1 -1 0 -2 -3 -3 -1 -2 -3 -2 2 4 -4 -3 -2 1 9 5 17 0 0 0 7 0 0 1 0 0 0 0 18 40 0 0 1 0.48 0.44 225 G -1 -2 3 1 -3 -2 -2 4 2 -3 -3 -2 -3 -3 -2 0 -2 5 -2 -3 1 1 21 7 0 1 1 38 7 1 2 1 0 1 1 7 1 8 1 1 0.58 0.40 226 Y -2 2 -1 -2 -3 -1 -1 -3 4 -3 -2 3 -2 2 -2 -2 -2 -1 5 -2 1 12 1 1 0 1 1 1 15 1 2 28 0 8 1 1 1 0 24 1 0.53 0.40 227 G -1 -3 -1 -2 -3 -2 -2 6 -2 -4 -3 -2 -3 -3 -2 -1 -2 -3 -3 -3 1 1 1 1 0 1 1 84 0 1 2 1 0 1 1 1 1 0 1 1 1.20 0.40 228 G 3 -2 -2 -2 -2 -2 -2 4 -2 -3 -3 -2 -2 -2 -2 1 -1 -2 1 -2 33 1 1 1 0 1 1 34 0 1 2 1 0 1 1 13 1 0 7 1 0.49 0.40 229 A 2 -3 -4 -4 -2 -3 -3 -3 -4 3 1 -3 -1 3 -3 -2 1 -3 -1 3 23 0 0 0 0 0 0 0 0 18 10 0 0 16 0 0 10 0 0 22 0.40 0.48 230 E -2 1 -2 0 -5 4 5 -3 -1 -4 -2 0 -2 -4 -3 -2 -2 -4 -3 -3 0 8 0 0 0 26 60 0 0 0 5 0 0 0 0 0 0 0 0 0 0.92 0.48 231 L 0 -3 -4 -5 -2 -3 -4 -4 -4 2 4 -3 2 -1 -4 -3 -2 -3 -2 2 11 0 0 0 0 0 0 0 0 6 61 0 6 0 0 0 0 0 0 16 0.66 0.48 232 G 0 -3 -1 4 -4 -2 -1 5 -3 -5 -5 -2 -4 -4 -3 1 -2 -4 -4 -4 6 0 0 32 0 0 0 50 0 0 0 0 0 0 0 12 0 0 0 0 0.90 0.48 233 L -3 -3 -4 -5 -3 -3 -4 -5 -1 0 1 -4 -1 3 -4 -3 -3 4 7 0 0 0 0 0 0 0 0 0 0 5 17 0 0 10 0 0 0 6 56 6 1.02 0.48 234 S 1 -3 -1 -2 -2 -2 -2 2 -3 -3 -1 -2 -2 -3 -2 3 4 -4 -3 -2 10 0 0 0 0 0 0 17 0 0 6 0 0 0 0 34 33 0 0 0 0.54 0.48 235 Y -3 -4 -4 -5 -4 -3 -4 -4 -1 -2 0 -4 -2 6 -5 -3 -3 6 7 -2 0 0 0 0 0 0 0 0 0 0 8 0 0 37 0 0 0 10 46 0 1.25 0.48 236 P -2 2 -2 1 -4 -2 -2 -4 -2 -4 -4 -1 -3 -3 7 -2 -2 -3 2 -4 0 16 0 10 0 0 0 0 0 0 0 0 0 0 63 0 0 0 11 0 1.41 0.48 237 I 0 -4 -4 -4 -3 -4 -4 -5 -4 6 1 -4 0 2 -4 -3 -2 -3 -2 1 8 0 0 0 0 0 0 0 0 71 10 0 0 11 0 0 0 0 0 0 0.81 0.48 238 T -2 -1 3 -2 -3 1 -2 -3 2 -3 -3 2 -2 2 -3 1 3 4 -1 -3 0 0 19 0 0 5 0 0 7 0 0 16 0 10 0 8 28 6 0 0 0.45 0.48 239 K -2 2 3 4 -4 -1 -1 2 -2 -5 -4 3 -4 -5 1 -1 -2 -5 -4 -4 0 10 17 24 0 0 0 20 0 0 0 21 0 0 8 0 0 0 0 0 0.58 0.48 240 H -3 -2 4 -2 -4 -1 -2 -3 5 0 1 1 -2 1 -4 -2 -2 -3 -1 -2 0 0 33 0 0 0 0 0 22 6 19 13 0 8 0 0 0 0 0 0 0.54 0.48 241 V -2 -4 -4 -4 -2 -4 -4 0 -4 4 3 -4 0 -2 -4 -3 -2 -4 -3 4 0 0 0 0 0 0 0 10 0 28 31 0 0 0 0 0 0 0 0 32 0.60 0.48 242 R -2 4 -2 -3 -4 -1 -2 3 3 -4 -4 1 -3 -1 -4 -2 -3 -2 5 -4 0 34 0 0 0 0 0 27 7 0 0 6 0 0 0 0 0 0 26 0 0.72 0.48 243 L -1 -4 -4 -4 -3 -4 -4 3 -4 3 1 -4 -1 3 -4 -3 -3 5 -1 0 3 0 0 0 0 0 0 26 0 21 15 0 0 19 0 0 0 10 0 6 0.54 0.48 244 Y -3 -3 -3 -4 -4 -2 -3 -4 5 -2 -2 -3 -2 1 -4 -3 -3 0 8 -1 0 0 0 0 0 0 0 0 16 0 0 0 0 0 0 0 0 0 78 6 1.43 0.48 245 T 1 -3 -3 -4 -2 -3 -3 -4 -4 3 3 -3 0 -2 -3 -2 3 -4 -3 2 15 0 0 0 0 0 0 0 0 20 31 0 0 0 0 0 21 0 0 12 0.45 0.48 246 Q -2 1 -1 -2 -4 7 1 -3 -1 -4 -3 0 -2 -5 -3 -1 -2 -3 -3 -4 0 6 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.36 0.48 247 V -1 -3 -3 -4 -3 -3 -4 1 -1 0 -2 -3 -2 2 -4 -3 -2 5 6 2 5 0 0 0 0 0 0 12 0 3 0 0 0 7 0 0 0 8 44 20 0.78 0.48 248 Y -3 -4 -4 -4 -4 -4 -4 -4 -1 1 -1 -4 -1 7 -5 -1 -3 0 5 -2 0 0 0 0 0 0 0 0 0 8 0 0 0 59 0 6 0 0 26 0 1.12 0.48 249 S -2 -2 5 1 -3 -1 -1 -2 5 -4 -4 -2 -3 -4 -3 3 1 -4 -2 -4 0 0 41 6 0 0 0 0 17 0 0 0 0 0 0 30 6 0 0 0 0.78 0.48 250 G -1 -4 -2 -3 -4 -3 -3 7 -3 -5 -5 -3 -4 -5 -3 -2 -3 -4 -4 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.67 0.48 251 Y -3 -3 -3 -4 -4 -3 -3 -4 1 -3 -2 -3 -2 2 -4 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.81 0.48 252 G -1 -4 -2 -3 -4 -3 -3 7 -3 -5 -5 -3 -4 -5 -3 -2 -3 -4 -4 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.67 0.48 253 E -2 -1 -1 3 -5 2 6 -1 -2 -5 -4 1 -3 -5 -3 -1 -2 -4 -4 -4 0 0 0 16 0 7 65 5 0 0 0 6 0 0 0 0 0 0 0 0 0.95 0.48 254 S 0 -2 2 -2 -2 -2 -2 1 -2 -3 -4 -2 -3 -4 -2 5 3 -4 -3 -3 0 0 8 0 0 0 0 8 0 0 0 0 0 0 0 63 21 0 0 0 0.74 0.48 255 L -3 -3 -5 -5 -3 -3 -4 -5 -4 0 5 -4 4 -1 -4 -4 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 0 86 0 14 0 0 0 0 0 0 0 1.00 0.48 256 I -3 -4 -5 -5 -3 -4 -4 -5 -3 6 1 -4 0 2 -4 -4 -2 -3 2 1 0 0 0 0 0 0 0 0 0 74 10 0 0 8 0 0 0 0 8 0 0.88 0.48 257 D -3 -3 0 6 -5 -1 3 1 -2 -5 -5 -2 -4 -5 -3 -1 -2 -5 -4 -4 0 0 0 67 0 0 23 10 0 0 0 0 0 0 0 0 0 0 0 0 1.15 0.48 258 Y -3 -3 -3 -4 -4 -3 -3 -4 1 -3 -2 -3 -2 2 -4 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.81 0.48 259 N -3 -2 6 4 -4 1 -1 -2 -1 -5 -5 1 -4 -5 -3 -1 -2 -5 -4 -4 0 0 59 29 0 4 0 0 0 0 0 8 0 0 0 0 0 0 0 0 1.05 0.48 260 F -3 1 -2 -3 -4 3 -1 -4 7 -2 -2 1 2 3 -3 -2 -2 -3 0 0 0 5 0 0 0 14 0 0 37 0 0 10 8 17 0 0 0 0 0 8 0.66 0.48 261 N -2 3 4 -2 -4 -1 -2 -3 2 -4 -3 2 -3 1 -3 2 -1 -3 2 -3 0 24 23 0 0 0 0 0 5 0 0 12 0 8 0 21 0 0 7 0 0.49 0.48 262 Q 0 -1 -2 -2 -3 6 0 -3 -2 0 0 -1 -1 -3 -3 2 1 -4 -3 0 6 0 0 0 0 50 0 0 0 4 10 0 0 0 0 16 7 0 0 5 0.55 0.48 263 T -2 -2 3 -1 -3 3 2 -3 -2 -3 -3 -1 -2 1 -3 -1 4 -3 -2 -3 0 0 22 0 0 21 13 0 0 0 0 0 0 10 0 0 34 0 0 0 0.56 0.48 264 R -2 7 -2 -3 -4 0 -2 0 -1 -4 -4 1 -3 -3 -3 0 -2 -3 1 -4 0 81 0 0 0 0 0 6 0 0 0 0 0 0 0 7 0 0 6 0 1.10 0.48 265 V -2 -4 -5 -5 -2 -4 -4 -5 -5 5 1 -4 0 -2 -4 -3 -2 -4 -3 4 0 0 0 0 0 0 0 0 0 54 10 0 0 0 0 0 0 0 0 36 0.86 0.48 266 G -1 -3 -2 -2 -4 -3 -3 6 -3 -5 -5 -3 -4 -4 -3 1 -2 -4 -4 -4 0 0 0 0 0 0 0 90 0 0 0 0 0 0 0 10 0 0 0 0 1.44 0.48 267 V 1 -4 -4 -4 -2 -3 -3 -4 -4 2 2 -3 1 -2 -3 -2 1 -4 -3 4 11 0 0 0 0 0 0 0 0 11 15 0 3 0 0 0 10 0 0 50 0.55 0.48 268 G 0 -3 -2 -3 -4 -3 -3 6 -3 -5 -5 -3 -4 -4 -3 1 -2 -4 -4 -4 5 0 0 0 0 0 0 85 0 0 0 0 0 0 0 10 0 0 0 0 1.34 0.48 269 V -3 -4 -5 -5 -3 -4 -4 -5 -4 4 2 -4 0 5 -4 -4 -2 -2 0 2 0 0 0 0 0 0 0 0 0 38 19 0 0 29 0 0 0 0 0 14 0.74 0.48 270 M 0 2 -3 -3 -3 -2 -2 -3 -3 1 1 1 5 -2 -3 0 -2 -4 -3 1 6 16 0 0 0 0 0 0 0 7 16 11 23 0 0 11 0 0 0 10 0.34 0.48 271 L -3 -4 -5 -5 -3 -4 -4 -5 -4 4 4 -4 1 2 -4 -4 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 28 65 0 0 7 0 0 0 0 0 0 0.78 0.43 272 N -2 -2 6 -1 -3 -1 -2 -2 -1 -3 -1 -2 2 -3 -3 2 -1 5 -2 -3 0 0 52 0 0 0 0 0 0 0 8 0 9 0 0 22 0 10 0 0 0.71 0.42 273 D -3 -2 4 6 -4 -1 2 -2 -1 -4 -5 -1 -4 -4 -3 -1 -2 -5 -4 -4 0 0 32 56 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0.99 0.31 274 L -2 -3 -4 -4 -2 -3 -4 -4 -4 1 4 -3 1 0 -4 -3 -2 6 -1 2 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 0 16 0 26 0.65 0.22 275 F -3 -3 -4 -4 -3 -4 -4 -4 -2 -1 0 -4 0 7 -4 -3 -3 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.03 0.13 K Lambda Standard Ungapped 0.1350 0.3165 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1685 0.3179 PSI Gapped 0.0515 0.2670 proftmb-1.1.12/examples/1qj9_A.f.7.Q0000644015075101507510000005766512026631531013601 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.54 0.09 2 T 0 -2 0 -1 -1 -1 -1 -2 -2 -2 -2 -1 -1 -3 -2 2 5 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 82 0 0 0 0.67 0.18 3 S 0 -2 4 -1 -3 -1 -1 -2 1 -4 -4 -1 -3 -4 -2 5 1 -4 -3 -3 2 0 24 0 0 0 0 0 4 0 0 0 0 0 0 62 7 0 0 0 0.76 0.47 4 T 0 -3 -1 -2 -2 -2 -2 -3 -3 -2 -3 -2 -2 -4 -3 1 6 -4 -3 -2 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 85 0 0 0 1.10 0.57 5 V -1 -4 -5 -5 -3 -4 -4 -5 -4 3 2 -4 0 3 -4 -3 -2 -3 -1 4 5 0 0 0 0 0 0 0 0 17 21 0 0 17 0 0 0 0 0 40 0.66 0.57 6 T 0 -2 -1 -2 -2 -2 -2 -2 -2 -4 -4 -2 -3 -4 -2 6 2 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 14 0 0 0 1.04 0.57 7 G 2 -4 -4 -4 -3 -3 -4 2 -4 3 1 -3 -1 1 -4 -2 -2 -3 -2 2 24 0 0 0 0 0 0 19 0 21 15 0 0 8 0 0 0 0 0 13 0.40 0.57 8 G -1 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.76 0.57 9 Y -3 -3 -4 -5 -4 -3 -4 -5 0 -3 -3 -3 -2 2 -5 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.94 0.57 10 A 6 -3 -3 -3 -2 -2 -2 -2 -3 -2 -1 -2 -2 0 -2 1 -1 -4 -3 -2 83 0 0 0 0 0 0 0 0 0 7 0 0 4 0 5 0 0 0 0 0.86 0.57 11 Q -2 0 -2 -2 -4 7 0 -3 3 -4 -4 -1 -2 -3 -3 0 -2 -3 3 -4 0 2 0 0 0 70 0 0 7 0 0 0 0 0 0 8 0 0 13 0 1.06 0.57 12 S -1 -3 -1 -2 -3 -2 -2 1 -3 -3 -4 -2 -3 -4 -3 5 4 -4 -3 -1 0 0 0 0 0 0 0 12 0 0 0 0 0 0 0 57 26 0 0 5 0.76 0.61 13 D -3 1 1 4 -5 -1 -1 0 5 -5 -5 3 -4 -4 -3 -1 0 -5 -3 -4 0 6 6 34 0 0 0 8 20 0 0 19 0 0 0 2 6 0 0 0 0.69 0.61 14 A 1 -4 -2 -4 -3 -3 -4 -1 -3 2 2 -3 3 0 0 -2 0 -3 2 3 10 0 2 0 0 0 0 4 0 8 16 0 9 3 5 0 7 0 7 29 0.33 0.61 15 Q -2 1 1 0 -4 4 1 -1 -2 -4 -4 2 -3 -5 3 1 -2 -4 -4 -3 0 5 7 4 0 29 7 4 0 0 0 16 0 0 14 14 0 0 0 2 0.55 0.61 16 G -1 -3 -1 1 -3 -2 0 5 -3 -1 -3 -2 -3 -1 -1 0 0 -3 -3 -1 1 1 1 10 0 1 7 51 0 5 1 1 0 4 3 5 5 0 0 4 0.59 0.52 17 Q 0 -2 1 3 -4 0 -2 0 3 -3 -2 0 -3 2 -3 1 -2 3 -2 0 9 0 6 19 0 3 0 6 10 0 4 6 0 10 0 14 0 4 0 9 0.25 0.61 18 M 2 -2 -2 1 -3 -2 -2 3 -2 -2 0 2 1 -1 -2 -1 -2 -3 -2 1 18 1 1 8 0 1 1 21 0 1 9 15 5 3 1 3 1 0 1 10 0.21 0.51 19 N -2 -2 5 3 -4 -1 1 0 -2 -5 -5 1 -4 -4 -3 2 -2 -5 -1 -4 0 0 39 18 0 0 10 7 0 0 0 7 0 0 0 17 0 0 3 0 0.70 0.61 20 K -1 1 2 3 -3 -1 0 -2 1 -3 -3 4 -3 -4 -2 0 1 -4 -3 -3 6 5 13 17 0 1 3 1 4 1 1 33 0 0 1 5 8 0 0 1 0.45 0.53 21 M 1 -4 -4 -4 -3 -3 -4 -4 -4 3 4 -4 2 -2 1 -2 -1 -4 -3 0 13 0 0 0 0 0 0 0 0 20 51 0 5 0 7 3 2 0 0 0 0.59 0.61 22 G -3 4 5 2 -5 1 -1 1 -2 -5 -5 3 -3 -5 -3 0 -2 -5 -4 -4 0 23 30 12 0 4 0 9 0 0 0 17 0 0 0 5 0 0 0 0 0.67 0.61 23 G -1 -4 -2 -3 -4 -3 -4 7 -4 -6 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.79 0.61 24 F 0 -4 -5 -5 -3 -4 -4 -4 -4 4 0 -4 -1 5 -4 -3 -2 -2 -1 3 9 0 0 0 0 0 0 0 0 28 4 0 0 34 0 0 0 0 0 25 0.75 0.61 25 N -3 1 7 0 -4 -1 -2 -2 -1 -5 -5 -1 -4 -5 -4 -1 1 -5 -4 -4 0 7 83 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 1.35 0.61 26 L -1 -4 -5 -5 -3 -4 -4 -5 -4 2 4 -4 0 1 -4 -3 -2 -3 -2 3 5 0 0 0 0 0 0 0 0 9 52 0 0 4 0 0 0 0 0 30 0.73 0.61 27 K 0 1 -2 -2 -4 1 -1 -3 -2 -4 -4 6 -3 -5 -3 0 -2 -5 -3 -4 7 4 0 0 0 4 0 0 0 0 0 80 0 0 0 5 0 0 0 0 1.06 0.61 28 Y -3 -3 0 -4 -4 -3 -3 -4 0 -3 -3 -3 -3 1 -5 -3 -3 1 9 -3 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 93 0 1.79 0.61 29 R -3 7 3 -2 -5 -1 -2 -3 -2 -4 -2 0 -3 -4 -4 -2 -2 -4 -3 -4 0 75 20 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 1.22 0.61 30 Y -2 -3 -3 -5 -4 -3 -3 -4 4 -3 -3 -3 -3 1 -4 -3 -3 4 8 -3 4 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0 0 4 83 0 1.67 0.61 31 E -2 -1 -2 0 -5 2 7 -4 -2 -5 -4 1 -3 -5 -3 -2 -2 -4 -4 -4 0 0 0 0 0 5 90 0 0 0 0 5 0 0 0 0 0 0 0 0 1.38 0.61 32 E -2 -3 -3 2 -4 0 -1 -4 -3 0 2 -3 2 5 -4 -3 -3 4 -1 -2 3 0 0 13 0 6 3 0 0 4 26 0 7 31 0 0 0 7 0 0 0.56 0.61 33 D -2 -2 0 5 -3 -2 -1 -2 -2 -2 0 -2 1 -3 -2 1 3 -4 -3 -2 1 1 4 44 0 1 1 1 0 1 9 1 4 1 1 8 21 0 0 1 0.60 0.52 34 N -2 -2 4 5 -3 2 1 -2 -1 -4 -4 -1 -3 -4 -2 1 -2 -4 -3 -3 1 1 27 41 0 9 5 1 0 1 1 1 0 1 1 8 1 0 0 1 0.78 0.52 35 S 0 -2 3 1 -3 2 0 -2 -2 -4 -4 -2 1 -4 1 3 2 -5 -3 -3 5 0 17 7 0 10 4 0 0 0 0 0 5 0 7 32 14 0 0 0 0.48 0.61 36 P -1 -1 -1 1 -2 0 -1 1 -1 -2 -2 -1 -2 -2 5 -1 0 -2 -2 0 3 2 2 9 1 5 3 11 1 2 4 3 1 2 32 3 7 1 1 7 0.45 0.34 37 L -3 -4 -5 -5 -3 -4 -5 -5 -4 -1 3 -4 -1 4 -5 -4 -3 8 0 1 0 0 0 0 0 0 0 0 0 0 37 0 0 23 0 0 0 27 0 14 1.10 0.61 38 G -1 -4 -2 -3 -4 -3 -3 7 -4 -5 -5 -3 -4 -5 -4 1 -3 -4 -5 -5 0 0 0 0 0 0 0 90 0 0 0 0 0 0 0 10 0 0 0 0 1.56 0.61 39 V 0 -4 -4 -5 -3 -4 -4 -2 -4 1 3 -4 2 1 -4 -3 -2 -3 0 4 9 0 0 0 0 0 0 4 0 4 28 0 6 5 0 0 0 0 3 41 0.54 0.61 40 I -3 -4 -4 -5 -3 -3 -4 -5 -4 5 1 -4 5 -2 -4 -3 0 -4 -3 3 0 0 0 0 0 0 0 0 0 49 9 0 20 0 0 0 7 0 0 15 0.82 0.61 41 G 1 -3 -2 -3 -3 -3 -3 4 -3 -4 -4 -2 -3 -4 -3 2 4 -4 -4 -3 11 0 0 0 0 0 0 41 0 0 0 0 0 0 0 13 35 0 0 0 0.79 0.61 42 S 0 -2 1 -2 -2 -2 -2 -2 -2 -4 -4 -2 -3 -4 -2 6 0 -4 -3 -3 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 95 0 0 0 0 1.15 0.61 43 F -4 -4 -5 -5 -4 -5 -5 -5 -3 -1 1 -5 -1 8 -5 -4 -3 -1 1 -1 0 0 0 0 0 0 0 0 0 0 14 0 0 82 0 0 0 0 0 4 1.44 0.61 44 T 2 -3 -2 -2 -2 -2 -2 -2 -3 -3 -3 -2 -2 -4 -3 3 5 -4 -3 -2 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 55 0 0 0 0.85 0.61 45 Y 0 -3 -3 -4 -4 -1 -3 -4 4 -3 -2 -3 -2 3 -4 -3 -3 7 7 -3 8 0 0 0 0 3 0 0 10 0 3 0 0 8 0 0 0 14 54 0 1.23 0.61 46 T 0 -2 -2 -3 -3 1 -2 -3 -3 -2 1 0 1 -3 -3 0 6 -4 -3 -2 5 0 0 0 0 6 0 0 0 0 12 5 4 0 0 4 64 0 0 0 0.72 0.61 47 E -2 3 1 1 -5 1 3 -3 5 -5 -4 2 -3 -4 -3 0 -1 -4 0 -4 0 18 7 7 0 5 19 0 17 0 0 12 0 0 0 7 4 0 3 0 0.56 0.61 48 K 0 1 -2 0 -4 2 0 1 -2 -4 -2 4 -3 -2 -3 -1 -2 -3 3 -3 8 8 0 4 0 9 4 12 0 0 5 31 0 0 0 3 0 0 16 0 0.41 0.61 49 S -2 -2 4 3 -4 -2 0 1 -2 -5 -5 -1 -4 -5 -3 4 -1 -5 -4 -4 0 0 24 19 0 0 5 12 0 0 0 3 0 0 0 38 0 0 0 0 0.69 0.61 50 R -2 2 2 2 -4 2 -1 -1 2 -3 -3 -1 1 1 0 1 0 -3 2 -1 0 13 12 16 0 11 0 3 4 0 0 0 4 6 4 10 5 0 7 5 0.26 0.59 51 T -1 2 2 -1 -3 0 -1 0 -2 0 -3 1 -2 -1 0 0 4 -4 -3 -2 4 11 9 3 0 3 3 6 0 8 0 8 0 3 4 4 33 0 0 0 0.30 0.59 52 A 1 2 1 0 -3 -2 1 0 -2 -1 -3 -2 -2 0 -3 -1 0 3 4 0 11 16 6 5 0 0 9 7 0 3 1 0 0 3 0 3 6 4 15 9 0.21 0.56 53 S -2 -2 -2 1 -3 0 0 -1 -2 -4 -3 1 1 0 -3 4 -1 7 2 -3 0 0 0 7 0 3 6 5 0 0 0 9 4 3 0 37 0 16 9 0 0.56 0.59 54 S 1 -2 0 2 -3 -2 1 2 5 -1 -4 -2 -3 -3 -3 1 1 -4 0 -3 10 0 4 13 0 0 10 14 16 5 0 0 0 0 0 13 12 0 3 0 0.35 0.59 55 G -1 0 1 1 -4 -1 3 5 -2 -5 -4 -2 -4 -4 -3 -1 -2 -4 0 -4 3 4 5 8 0 0 23 47 0 0 0 0 0 0 0 3 0 0 4 0 0.70 0.59 56 D -2 -2 -1 5 -4 1 1 -1 -2 -4 -4 2 -3 -1 -3 1 0 -5 -4 -2 0 0 0 46 0 5 9 4 0 0 0 12 0 3 0 12 6 0 0 3 0.67 0.61 57 Y 0 -2 -2 2 -3 -2 -2 -3 1 -2 0 1 -2 1 -3 2 -2 -2 4 -1 8 0 0 16 0 0 0 0 3 0 12 13 0 7 0 21 0 0 16 4 0.31 0.61 58 N -2 -1 4 -1 -3 -2 -3 1 1 0 -1 -2 -2 2 -4 -1 0 -3 2 2 0 4 22 3 0 0 0 11 4 4 5 0 0 9 0 5 4 0 10 19 0.26 0.59 59 K -2 4 -1 2 -4 0 2 -3 -2 -4 -3 4 -3 0 -3 -1 0 -4 -3 -3 0 31 0 13 0 0 11 0 0 0 0 30 0 4 0 0 8 0 0 0 0.58 0.46 60 N 1 -2 4 0 -3 -2 -2 1 1 -2 -2 -2 1 -3 -3 -1 1 -4 -3 1 17 0 31 5 0 0 1 12 4 0 1 1 4 0 0 1 8 0 0 15 0.34 0.44 61 Q -2 4 1 3 -4 3 1 -3 -1 -4 -3 2 -2 -4 -2 -1 -1 -3 -3 -3 1 31 6 19 0 20 4 1 0 1 1 9 0 0 1 1 4 0 0 1 0.57 0.43 62 Y -3 -3 -4 -5 -4 -3 -4 -4 0 -3 -2 -3 -2 2 -5 -3 -3 7 8 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 82 0 1.76 0.49 63 Y -3 -3 0 -4 -4 -3 -3 0 -1 -2 -2 -3 -2 4 -4 -1 -1 4 7 -1 0 0 6 0 0 0 0 9 0 0 0 0 0 18 0 4 4 6 48 5 0.86 0.49 64 G 0 -2 -1 -2 -2 -2 -2 1 -2 -4 -4 -2 -3 -4 -2 6 0 -4 -3 -3 3 0 0 0 0 0 0 10 0 0 0 0 0 0 0 87 0 0 0 0 0.93 0.49 65 I -1 -4 -4 -5 -2 -4 -4 -5 -4 3 3 -4 1 2 -4 -3 -2 -3 -2 3 5 0 0 0 0 0 0 0 0 15 40 0 2 8 0 0 0 0 0 30 0.60 0.49 66 T -2 -3 -3 -4 -3 -2 -3 -1 -3 0 2 -3 7 -2 -4 -1 2 -3 -3 -1 0 0 0 0 0 0 0 5 0 0 22 0 52 0 0 2 18 0 0 0 0.75 0.49 67 A 5 -3 -3 -4 -2 -3 -3 -1 -3 0 -2 -3 0 0 -3 -1 -1 -4 -3 3 59 0 0 0 0 0 0 3 0 4 0 0 3 4 0 0 0 0 0 28 0.58 0.49 68 G -1 -4 -2 -3 -4 -3 -4 7 -3 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.68 0.49 69 P -2 -4 -3 -3 -4 -3 -2 -4 -4 -4 -3 -2 -4 -5 8 -2 -2 -5 -4 -4 0 0 0 0 0 0 0 0 0 0 3 0 0 0 97 0 0 0 0 0 2.42 0.49 70 A 3 -2 -1 -2 -2 -2 -2 -2 -3 -2 -3 -2 -2 -4 -2 4 2 -4 -3 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 52 10 0 0 7 0.64 0.49 71 Y -3 -3 -4 -5 -3 -3 -4 -4 -1 -1 -1 -4 -2 2 -4 -3 -3 7 7 3 0 0 0 0 0 0 0 0 0 0 5 0 0 5 0 0 0 15 50 25 1.07 0.49 72 R -3 7 -2 -3 -5 1 -1 -4 1 -4 -4 2 -3 -4 -3 -2 -2 -4 -3 -4 0 84 0 0 0 5 0 0 4 0 0 7 0 0 0 0 0 0 0 0 1.27 0.49 73 I -3 -4 -5 -5 -3 -4 -4 -5 -4 4 2 -4 0 4 -4 -4 -2 -3 -1 3 0 0 0 0 0 0 0 0 0 36 15 0 0 24 0 0 0 0 0 25 0.71 0.49 74 N -2 -2 7 0 -4 -1 -2 -2 -1 -5 -5 -1 -3 -4 -3 1 -1 -5 -3 -4 0 0 90 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 1.37 0.49 75 D -3 -2 1 5 -5 1 5 -3 -2 -5 -5 0 -4 -5 0 -1 -2 -5 -4 -4 0 0 7 38 0 3 41 0 0 0 0 5 0 0 5 0 0 0 0 0 0.90 0.49 76 W -3 -3 1 -3 -4 2 -3 -4 -1 -3 -2 -3 -2 2 -4 -3 -3 9 6 -3 0 0 10 0 0 12 0 0 0 0 3 0 0 8 0 0 0 34 33 0 1.27 0.49 77 A 1 -4 -4 -4 -3 -4 -4 -4 -4 2 1 -4 1 5 -4 -3 -2 -2 -1 3 15 0 0 0 0 0 0 0 0 8 15 0 3 28 0 0 0 0 0 31 0.53 0.49 78 S 0 -2 3 -1 -2 -1 -1 -2 -2 -4 -4 -1 -3 -4 -2 6 0 -4 -3 -3 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 87 0 0 0 0 0.97 0.49 79 I 3 -3 -4 -4 -2 -3 -3 -3 -4 2 3 -3 2 0 -3 -2 -2 -3 -2 1 37 0 0 0 0 0 0 0 0 15 32 0 4 4 0 0 0 0 0 8 0.47 0.49 80 Y -3 -3 -3 -5 -4 -3 -3 -5 1 -3 -2 -3 -2 2 -4 -3 -3 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.82 0.49 81 G 4 -3 -2 -3 -3 -3 -3 4 -3 -3 -3 -2 -3 -4 -3 1 -2 -4 -4 1 40 0 0 0 0 0 0 42 0 0 0 0 0 0 0 7 0 0 0 11 0.72 0.49 82 V -2 -3 -1 -4 -3 2 -3 -4 -3 0 3 -3 6 -1 -4 -3 -2 -3 -2 2 0 0 4 0 0 11 0 0 0 0 35 0 35 0 0 0 0 0 0 15 0.64 0.49 83 V 4 -3 -4 -4 -2 -3 -3 -3 -4 2 1 -3 -1 -2 -3 -1 -2 -4 -3 3 43 0 0 0 0 0 0 0 0 12 13 0 0 0 0 0 0 0 0 32 0.53 0.49 84 G -1 -4 -2 -3 -4 -3 -4 7 -3 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.68 0.49 85 V 2 -4 -4 -4 -2 -3 -3 -3 -4 2 1 -3 2 -2 1 -2 -2 -4 -3 4 21 0 0 0 0 0 0 0 0 12 10 0 7 0 7 0 0 0 0 43 0.50 0.49 86 G 4 -3 -2 -3 -2 -2 -3 4 -3 -3 -3 -2 -3 -4 -3 1 0 -4 -4 0 42 0 0 0 0 0 0 38 0 0 0 0 0 0 0 9 4 0 0 7 0.68 0.49 87 Y -3 1 0 -3 -4 0 -2 -4 6 -3 -1 0 -2 -1 -4 -2 1 -1 5 -1 0 6 4 0 0 4 0 0 28 0 7 5 0 0 0 0 12 0 30 3 0.65 0.49 88 G 1 -1 -2 -2 -3 -2 -2 5 -3 -1 -3 -2 0 -3 -3 2 -1 -3 -3 -1 11 3 0 0 0 0 0 49 0 4 1 0 4 0 0 19 0 0 0 6 0.60 0.45 89 K -1 4 1 0 -4 0 0 -3 3 -4 -3 4 -3 -4 -2 -1 -2 -4 -2 -3 4 27 8 5 0 0 3 1 8 0 1 40 0 0 0 1 0 0 0 0 0.63 0.45 90 F 1 -3 -3 0 -3 -3 -3 -3 -3 1 0 -3 -1 4 -4 -1 1 3 -1 2 15 0 0 8 0 0 0 0 0 8 7 0 0 23 0 4 8 5 0 22 0.34 0.49 91 Q -1 0 0 0 -3 2 1 -2 3 -3 -3 3 -2 -3 -2 2 2 -4 -2 -3 1 2 4 4 0 10 7 1 11 0 1 25 0 0 0 17 15 0 0 0 0.40 0.45 92 T 0 -2 0 2 -3 2 -1 0 1 -2 -3 -2 -2 1 -2 2 3 -3 -2 -1 7 0 3 11 0 13 1 6 4 0 1 1 0 8 0 15 24 0 0 5 0.25 0.44 93 T 0 1 1 0 -2 -1 -2 0 -2 -2 -2 1 1 -3 -2 1 4 -3 -3 -1 8 8 5 5 0 0 1 6 0 1 1 11 4 0 1 10 33 0 0 4 0.31 0.49 94 E -1 0 0 4 -4 1 3 -1 -2 -3 -2 0 -3 -1 -3 -1 -2 -4 -3 0 5 4 3 30 0 8 22 5 0 0 4 5 0 3 0 3 0 0 0 7 0.41 0.51 95 Y -2 -2 3 -2 -3 -2 -2 -3 5 -1 0 0 -2 2 0 -2 -1 -2 4 -1 1 1 16 1 0 0 1 1 19 3 10 5 0 11 5 1 4 0 19 4 0.42 0.49 96 P -1 0 -2 -1 -3 1 -2 2 -2 -3 -1 2 -2 -1 4 0 -2 -3 0 -1 3 4 0 3 0 6 1 18 0 1 6 15 0 3 24 6 1 0 5 5 0.39 0.53 97 T -1 -2 2 -1 -3 -2 -1 2 -2 1 -2 -2 1 -3 -3 1 3 -3 0 -1 3 2 10 3 0 0 3 19 0 11 1 0 4 0 0 12 22 0 4 4 0.27 0.56 98 Y -2 -2 1 0 -3 1 1 -1 0 -2 0 2 -2 -1 -3 -1 -2 3 4 1 1 0 6 4 0 7 10 5 2 0 9 14 0 0 0 3 1 4 19 13 0.24 0.54 99 K -2 2 2 2 -4 -1 0 0 -2 -3 -2 2 0 -4 -3 1 1 -4 -3 -3 0 12 11 13 0 0 6 7 0 0 3 17 3 0 0 14 12 0 0 0 0.32 0.57 100 N 0 0 3 -2 -4 -1 0 1 5 0 -3 1 -3 -3 -3 1 -2 -4 0 -1 9 5 18 0 0 0 7 9 17 6 0 12 0 0 0 10 0 0 3 5 0.33 0.60 101 D -2 -1 -1 5 -4 -2 1 -3 1 -1 -4 -2 -3 -4 -3 3 0 -5 -3 -2 0 2 0 46 0 0 7 0 5 5 0 0 0 0 0 29 4 0 0 3 0.73 0.60 102 T -1 -1 2 0 -3 -1 1 -2 0 -2 -3 0 0 -3 -3 2 3 -4 0 1 3 3 11 4 0 0 11 2 2 0 1 5 2 0 0 18 20 0 4 14 0.25 0.56 103 S 0 1 1 -1 -3 0 -1 -2 -2 -1 -3 1 -2 -4 -2 5 1 -4 -3 -3 3 6 4 2 0 4 0 0 0 4 0 11 0 0 0 60 7 0 0 0 0.55 0.45 104 D -2 0 3 4 -4 -1 1 -2 -2 -4 -4 3 -3 -4 -3 1 0 -5 -4 -4 0 2 15 32 0 0 8 0 0 0 0 30 0 0 0 10 3 0 0 0 0.65 0.45 105 Y -1 -2 0 -2 -3 -2 0 2 -2 -2 -3 -1 -2 -2 -3 1 5 -2 3 0 0 0 5 0 0 0 5 15 0 0 0 2 0 0 0 6 46 0 12 6 0.44 0.43 106 G 0 -2 1 0 -3 -2 -2 4 -2 -4 -4 1 -3 -4 -3 3 0 -4 -4 -3 4 0 4 5 0 0 0 35 0 0 0 10 0 0 0 38 5 0 0 0 0.59 0.45 107 F -2 -4 -4 -5 -3 -4 -4 -5 -3 0 3 -4 2 5 -4 -3 -3 -1 2 1 3 0 0 0 0 0 0 0 0 0 38 0 5 37 0 0 0 0 6 11 0.70 0.45 108 S 4 -3 -2 -2 -2 -2 -2 2 -3 -3 -3 -2 1 -4 -2 3 1 -4 -3 -2 49 0 0 0 0 0 0 14 0 0 0 0 4 0 0 26 7 0 0 0 0.58 0.45 109 Y -3 -3 -4 -4 -4 -3 -3 -4 -1 -3 -3 -3 -2 1 -4 -3 1 9 7 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 33 57 0 1.59 0.45 110 G 1 1 -2 -2 -3 -2 -3 6 -3 -5 -4 -2 -3 -4 -3 1 -2 -4 -4 -4 10 10 0 0 0 0 0 69 0 0 0 0 0 0 0 12 0 0 0 0 0.99 0.45 111 A 6 -3 -3 -3 -2 -2 -2 -1 -3 -2 -1 -2 -2 -3 -2 0 -1 -4 -3 0 90 0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 4 0.85 0.45 112 G -1 -4 -2 -3 -4 -3 -3 7 -3 -5 -5 -3 -4 -5 -3 -1 -3 -4 -4 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.64 0.45 113 L -1 -4 -4 -5 -2 -3 -4 -4 -4 2 3 -4 3 1 -4 -3 -2 -3 -2 4 5 0 0 0 0 0 0 0 0 7 31 0 7 5 0 0 0 0 0 45 0.59 0.45 114 Q 0 -1 -2 -2 -3 7 0 -3 -1 1 -2 0 -1 -4 -3 -2 -2 -3 -3 1 6 0 0 0 0 70 0 0 0 14 0 0 0 0 0 0 0 0 0 10 0.81 0.45 115 F -3 -4 -4 -5 -3 -4 -4 -5 -2 2 0 -4 1 7 -5 -4 -3 -1 3 -1 0 0 0 0 0 0 0 0 0 17 4 0 4 65 0 0 0 0 10 0 1.06 0.45 116 N -3 -1 7 0 -4 -1 -1 -2 -1 -4 -4 1 -3 -4 -3 -1 0 -5 -3 -4 0 0 84 0 0 0 0 0 0 0 0 10 0 0 0 0 6 0 0 0 1.20 0.45 117 P -2 -3 -3 -3 -4 -3 -2 -4 -4 -4 -2 -2 -3 -5 8 -2 -2 -5 -4 -3 0 0 0 0 0 0 0 0 0 0 5 0 0 0 95 0 0 0 0 0 2.32 0.45 118 M 0 -3 0 -3 -2 -3 -3 -3 -1 1 2 -3 2 -2 -3 -2 2 3 -2 3 9 0 5 0 0 0 0 0 2 6 20 0 7 0 0 0 20 5 0 25 0.32 0.45 119 E -1 -1 0 0 -4 0 5 -1 -2 -4 -4 1 -3 -4 3 0 0 -4 -3 -3 3 0 4 0 0 0 55 5 0 0 0 8 0 0 14 6 5 0 0 0 0.70 0.45 120 N -2 -2 7 0 -3 -1 -1 -2 1 -4 -4 -1 -3 -4 -3 3 -1 -5 -3 -4 0 0 69 0 0 0 0 0 3 0 0 0 0 0 0 27 0 0 0 0 1.05 0.45 121 V -2 -4 -4 -4 -2 -3 -4 0 -4 3 -1 -4 1 0 -4 -3 0 5 -2 4 0 0 0 0 0 0 0 10 0 20 0 0 5 4 0 0 5 10 0 46 0.58 0.45 122 A 4 1 -2 -3 -2 -2 -2 -2 -3 -1 -2 -2 -2 -3 -2 2 2 -4 -3 2 42 10 0 0 0 0 0 0 0 0 0 0 0 0 0 18 12 0 0 18 0.43 0.45 123 L -2 -4 -5 -5 -2 -4 -4 -5 -5 5 2 -4 0 -1 -4 -3 -2 -4 -2 4 0 0 0 0 0 0 0 0 0 49 17 0 0 0 0 0 0 0 0 34 0.79 0.45 124 D -3 -3 2 6 -4 -2 0 -3 -2 -4 -4 -2 -4 -3 -3 -1 1 -4 2 -4 0 0 10 69 0 0 0 0 0 0 0 0 0 0 0 0 11 0 10 0 1.02 0.45 125 F 2 -3 -4 -4 -2 -3 -3 -3 -3 2 1 -3 -1 3 -3 -2 0 -3 -1 3 25 0 0 0 0 0 0 0 0 12 15 0 0 18 0 0 7 0 0 24 0.39 0.45 126 S 3 -3 -1 -2 -2 -2 -2 3 -3 -4 -4 -2 -3 -4 -2 4 -1 -4 -3 -3 28 0 0 0 0 0 0 28 0 0 0 0 0 0 0 44 0 0 0 0 0.69 0.45 127 Y -3 -3 -3 -5 -4 -3 -3 -4 1 -3 -2 -3 -2 2 -4 -3 -3 4 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 96 0 1.71 0.45 128 E -2 -1 -1 0 -5 1 6 1 -1 -5 -4 0 -3 -5 -2 -1 -2 -4 -3 -4 0 0 0 0 0 0 90 10 0 0 0 0 0 0 0 0 0 0 0 0 1.16 0.45 129 Q 0 -2 -2 -1 -3 2 -2 4 1 -4 -4 -2 -3 -2 -3 0 1 -2 3 -3 7 0 0 4 0 12 0 42 4 0 0 0 0 0 0 4 10 0 16 0 0.54 0.45 130 S 2 -2 0 -2 -2 -1 -2 -2 -2 -3 -3 -2 -3 -4 -1 5 2 -4 -3 -2 13 0 3 0 0 0 0 0 0 0 0 0 0 0 2 69 13 0 0 0 0.74 0.45 131 R -2 5 1 1 -4 -1 -1 3 -2 -4 -4 3 -3 -4 -3 -2 -2 -4 -3 -4 0 36 5 7 0 0 0 27 0 0 0 25 0 0 0 0 0 0 0 0 0.68 0.44 132 I 0 -1 -3 -3 -3 -3 -3 -3 -3 3 1 -3 -1 4 -3 2 -1 -3 -1 1 6 3 0 0 0 0 0 0 0 23 16 0 0 20 0 24 0 0 0 8 0.34 0.44 133 R -2 2 1 3 -4 -1 0 4 -2 -4 -4 0 -3 0 -3 1 -2 -4 -3 -4 0 14 5 18 0 0 4 36 0 0 0 5 0 5 0 13 0 0 0 0 0.51 0.44 134 S 0 -2 1 5 -3 -1 0 -2 -2 -1 -4 1 -3 -4 -2 2 -1 -5 -4 -3 10 0 6 44 0 0 0 0 0 6 0 12 0 0 0 23 0 0 0 0 0.60 0.44 135 V 0 0 -3 -4 -3 -2 -3 -4 2 0 1 0 -1 0 -4 -2 0 8 -1 3 7 5 0 0 0 0 0 0 6 2 11 6 0 3 0 0 5 27 0 27 0.65 0.44 136 D -2 4 3 4 -4 -1 -1 -3 -2 -4 -4 3 -3 -4 -3 1 -2 -5 -3 -4 0 27 14 24 0 0 0 0 0 0 0 23 0 0 0 12 0 0 0 0 0.64 0.44 137 V 0 -3 -2 -3 -2 -2 -3 -3 -3 2 0 -2 2 -2 -3 1 4 -4 -3 3 3 0 0 0 0 0 0 0 0 13 3 0 5 0 0 9 34 0 0 33 0.44 0.38 138 G -2 -2 4 3 -4 -2 0 4 -2 -5 -5 -2 -4 -4 -3 0 -2 -4 -4 -4 0 0 32 21 0 0 4 38 0 0 0 0 0 0 0 6 0 0 0 0 0.77 0.38 139 T 1 -3 -1 -2 -2 -2 -2 4 -3 -3 -3 -2 -3 -4 -3 0 4 -4 -3 -2 13 0 0 0 0 0 0 43 0 0 0 0 0 0 0 0 44 0 0 0 0.73 0.38 140 W -3 -4 -4 -5 -3 -4 -4 -4 -3 -1 -1 -4 -1 6 -5 -4 -3 9 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 38 0 9 1.50 0.38 141 I -2 -3 3 -2 -3 -2 -3 -1 -3 4 -1 -3 2 -2 -3 -2 1 -4 -3 2 0 0 23 0 0 0 0 6 0 37 0 0 5 0 0 0 12 0 0 17 0.40 0.38 142 A 2 -3 -4 -4 -2 -3 -3 -3 -4 2 2 -3 0 -2 -3 -2 -1 -4 -2 5 18 0 0 0 0 0 0 0 0 3 20 0 0 0 0 0 0 0 0 59 0.56 0.38 143 G -1 -3 -1 -2 -4 -3 -3 7 -3 -5 -5 -3 -4 -4 -3 0 -2 -4 -4 -4 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 6 0 0 0 0 1.44 0.38 144 V 0 -4 -4 -4 -2 -3 -3 -4 -4 3 0 -3 0 -2 -3 -2 0 -4 -2 5 9 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4 0 0 70 0.69 0.38 145 G -1 -3 -1 -2 -4 -3 -3 7 -3 -5 -5 -3 -4 -4 -3 -1 -3 -4 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.56 0.38 146 Y -3 -3 -3 -4 -4 -3 -3 -4 1 -2 -1 -3 -2 2 -4 -3 -3 1 8 -2 0 0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 94 0 1.50 0.38 147 R -2 6 -1 -2 -4 0 -1 -3 -1 -4 -3 3 -2 -4 -3 -1 -1 -4 -3 -4 0 72 0 0 0 0 0 0 0 0 0 22 0 0 0 3 3 0 0 0 1.03 0.38 148 F -3 -4 -4 -5 -4 -4 -4 -4 -2 -1 -1 -4 -1 8 -5 -4 -3 0 2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.50 0.38 K Lambda Standard Ungapped 0.1340 0.3139 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1745 0.3179 PSI Gapped 0.0534 0.2670 proftmb-1.1.12/examples/1qjp_A.f.8.Q0000644015075101507510000006710312026631531013655 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 A 6 -3 -3 -3 -1 -2 -2 -1 -3 -2 -3 -2 -2 -3 -2 0 -1 -4 -3 -1 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.97 0.40 2 P -2 -2 -3 -2 -4 -2 0 -3 -3 -4 -4 1 -4 -5 8 -2 -2 -5 -4 -4 0 0 0 0 0 0 7 0 0 0 0 10 0 0 82 0 0 0 0 0 1.94 0.46 3 K -2 0 -2 0 -5 5 2 -3 -2 -4 -4 5 -2 1 -3 -2 -2 -4 -2 -4 0 0 0 5 0 31 13 0 0 0 0 43 0 8 0 0 0 0 0 0 0.76 0.53 4 D 2 -2 2 5 -4 1 2 -3 -2 -3 -4 -2 -3 -4 0 -1 -2 -5 -4 0 21 0 8 35 0 8 15 0 0 0 0 0 0 0 5 0 0 0 0 8 0.56 0.53 5 N -3 -2 7 2 -4 -1 -1 -2 3 -5 -5 -2 -4 -4 -3 1 -1 -5 -3 -4 0 0 70 12 0 0 0 0 10 0 0 0 0 0 0 8 0 0 0 0 1.15 0.53 6 T -2 -3 -2 -3 -3 -2 -3 3 3 -3 -3 -2 -3 -3 -3 -1 5 -3 2 -2 0 0 0 0 0 0 0 22 8 0 0 0 0 0 0 0 62 0 8 0 0.78 0.53 7 W -4 -4 -5 -6 -4 -4 -5 -5 -4 -2 -2 -5 -2 6 -5 -4 -4 10 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 46 0 8 1.95 0.66 8 Y -4 -4 -4 -5 -4 -3 -4 -5 0 -3 -3 -4 -3 1 -5 -4 -4 0 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 2.23 0.80 9 T 2 -4 -4 -4 -3 -4 -4 -4 -4 2 2 -4 -1 2 -4 -2 3 -4 -2 3 22 0 0 0 0 0 0 0 0 9 19 0 0 9 0 0 19 0 0 23 0.49 0.80 10 G -2 -4 -2 -3 -5 -4 -4 7 -4 -6 -6 -3 -5 -5 -4 -2 -4 -5 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.95 0.80 11 A 5 -4 -3 -4 -3 -3 -3 4 -4 -1 -3 -3 -3 -4 -3 -1 0 -5 -4 0 53 0 0 0 0 0 0 32 0 4 0 0 0 0 0 0 5 0 0 7 0.83 0.80 12 K -2 0 1 -3 -5 -1 -2 3 -3 -5 -5 6 -4 -5 -3 -1 -3 -5 -4 -4 0 0 5 0 0 0 0 25 0 0 0 66 0 0 0 4 0 0 0 0 1.06 0.80 13 L 4 -4 -4 -5 -3 -3 -4 -3 -4 2 2 -3 3 0 -4 -2 -2 -3 1 1 41 0 0 0 0 0 0 0 0 11 25 0 7 3 0 0 0 0 5 7 0.56 0.80 14 G -2 -4 -2 -3 -5 -4 -4 7 -4 -6 -6 -3 -5 -5 0 -2 -3 -5 -5 -5 0 0 0 0 0 0 0 96 0 0 0 0 0 0 4 0 0 0 0 0 1.83 0.80 15 W -1 -3 -4 -4 -4 2 -3 -4 -3 -3 -2 1 0 -1 -4 -1 -1 10 3 -1 6 0 0 0 0 10 0 0 0 0 3 9 3 0 0 4 4 44 11 6 1.36 0.80 16 S 3 -3 1 -3 -3 -2 -3 0 -3 -3 -1 -2 -3 -4 -3 4 2 -5 -4 -1 29 0 7 0 0 0 0 5 0 0 5 0 0 0 0 36 14 0 0 3 0.58 0.80 17 Q -2 -2 1 0 -4 4 0 -3 4 -4 -4 1 -3 -4 -3 3 1 3 1 -4 0 0 8 5 0 21 4 0 12 0 0 8 0 0 0 23 10 5 4 0 0.56 0.80 18 Y -1 -4 -4 -4 -4 -3 -4 -1 1 -2 1 -4 -2 6 -4 -3 -3 -1 5 -2 5 0 0 0 0 0 1 5 3 0 14 0 0 45 0 1 0 0 23 1 0.97 0.73 19 H -3 -2 3 3 -4 2 1 -3 7 -4 -4 -2 -3 0 -3 0 -2 -4 -1 -4 1 0 16 16 0 9 8 1 35 0 1 0 0 4 0 7 0 0 0 1 0.84 0.73 20 D -3 -3 2 7 -4 -2 -1 1 1 -4 -5 -2 -4 -4 -3 0 -2 -5 -4 -4 1 0 9 67 0 0 1 9 4 0 1 0 0 0 0 5 0 0 0 1 1.16 0.73 21 T 1 -2 1 3 -2 -2 0 -1 -2 1 0 -2 -2 -2 -2 0 1 -3 -2 -1 16 1 7 17 1 1 5 4 1 10 11 2 1 1 1 7 11 0 1 3 0.18 0.58 22 G 0 -2 2 -2 5 0 -2 4 -2 -3 -3 0 -3 -3 0 0 0 -3 -3 -3 6 1 11 1 14 5 1 35 0 1 2 7 0 1 5 4 6 0 1 1 0.53 0.66 23 L -2 -1 -3 -3 1 1 -2 -3 -2 0 1 0 -2 2 0 1 0 4 3 0 1 4 1 1 4 6 1 1 0 5 15 7 0 8 5 12 5 6 11 8 0.21 0.69 24 I -1 -1 -1 -1 -3 -3 -3 0 -3 3 1 -2 -1 1 -4 0 -2 -3 2 2 5 4 3 5 0 0 0 8 0 20 12 3 0 7 0 7 0 0 9 16 0.23 0.76 25 N -1 -2 5 2 -4 0 1 2 0 -4 -4 1 -4 -5 -1 0 1 -5 -4 -4 4 0 34 10 0 4 7 14 2 0 0 9 0 0 3 4 8 0 0 0 0.56 0.76 26 N -2 -2 5 0 -4 2 -1 3 1 -3 -4 -1 -3 -4 -1 1 0 -4 -1 -4 0 0 34 4 0 11 3 20 3 2 0 2 0 0 3 10 6 0 2 0 0.59 0.78 27 N -1 -1 4 2 -3 1 0 -1 -2 -3 -3 3 -3 0 -3 1 -1 -4 -3 -2 5 1 23 12 0 7 4 3 0 1 1 18 0 4 1 13 3 0 0 4 0.38 0.71 28 G 0 -3 -1 1 1 -2 -2 3 -2 0 0 -1 -2 1 -3 -2 0 -2 2 -1 9 1 2 10 3 1 1 26 0 5 10 4 0 5 1 1 5 0 7 5 0.22 0.66 29 P -1 -3 1 4 -4 -2 -2 1 -3 -3 -4 0 -3 -3 4 -1 -1 -4 0 -1 5 0 7 25 0 0 1 13 0 0 1 5 0 0 23 4 3 0 5 6 0.53 0.72 30 T -2 -3 0 -1 6 -3 -3 1 -3 0 -1 -1 1 0 -3 1 3 -3 1 -2 0 0 5 4 17 0 0 10 0 6 5 4 3 5 0 11 21 0 7 0 0.37 0.74 31 H 0 -1 2 3 -4 -1 1 -3 5 -1 -1 2 -3 -3 -3 -2 -1 -4 -2 -1 8 2 11 19 0 0 10 1 17 4 6 12 0 0 0 1 3 0 0 4 0.38 0.71 32 E -1 3 -1 4 -5 -1 4 -1 -2 -5 -5 2 -4 -5 -3 1 -2 -5 -4 -4 5 19 1 25 0 0 26 4 0 0 0 11 0 0 0 9 0 0 0 0 0.68 0.78 33 N -3 -2 6 4 -5 0 1 -1 -2 -4 -2 -1 -4 -5 -4 0 0 -5 -4 -4 0 0 42 25 0 4 8 3 0 0 5 3 0 0 0 7 4 0 0 0 0.82 0.78 34 K 1 0 -2 2 -3 2 -1 -1 -3 -4 -4 2 -3 -4 1 3 0 -4 -4 -3 9 4 0 10 0 9 0 4 0 0 0 16 0 0 8 32 6 0 0 0 0.46 0.76 35 L 1 -4 -4 -1 -3 -1 0 -4 -3 -1 3 -3 -1 4 -4 -1 -1 -3 1 1 11 0 0 4 0 3 6 0 0 0 36 0 0 17 0 4 4 0 4 10 0.38 0.78 36 G 2 -3 0 -3 -3 -3 -3 4 -3 0 -3 -3 -3 -4 -3 1 3 -4 -4 -1 22 0 3 0 0 0 0 32 0 5 0 0 0 0 0 8 24 0 0 3 0.59 0.76 37 A 4 -3 -4 -4 -3 -3 -3 1 -2 -1 -2 -3 1 3 -4 -2 -3 3 5 -1 39 0 0 0 0 0 0 9 0 3 0 0 4 12 0 0 0 4 23 3 0.65 0.76 38 G -2 -3 0 0 -4 0 -3 6 -3 -5 -5 1 -4 -5 -1 0 -3 -4 -4 -4 0 0 5 5 0 5 0 64 0 0 0 9 0 0 3 7 0 0 0 0 0.99 0.75 39 A 3 -4 -4 -4 -2 -3 -4 -3 -4 1 2 -3 1 -2 -3 -2 -2 -4 -3 4 29 0 0 0 0 0 0 0 0 5 19 0 3 0 0 0 0 0 0 41 0.63 0.75 40 F -4 -4 -4 -5 -4 -4 -4 -4 3 -2 0 -4 -2 7 -5 -4 -3 -1 5 -3 0 0 0 0 0 0 0 0 7 0 5 0 0 64 0 0 0 0 20 0 1.39 0.75 41 G 0 -4 -3 -4 -3 -3 -4 5 -4 1 1 -3 -2 -1 -4 -2 -3 -3 0 2 8 0 0 0 0 0 0 49 0 7 13 0 0 2 0 0 0 0 4 14 0.66 0.75 42 G -2 -4 -2 -3 -4 -4 -4 7 -4 -6 -6 -3 -5 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.94 0.78 43 Y -4 -4 -4 -5 -4 -3 -4 -5 0 -3 -3 -4 -3 1 -5 -4 -4 1 9 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 2.21 0.78 44 Q -3 0 3 0 -5 6 2 -3 -2 -4 -4 -1 1 -5 -3 -2 0 -4 -4 -4 0 4 19 4 0 54 10 0 0 0 0 0 4 0 0 0 4 0 0 0 0.99 0.78 45 V 1 -5 -5 -5 -4 -5 -5 -5 -4 3 -1 -4 -2 7 -5 -3 -3 -2 0 1 13 0 0 0 0 0 0 0 0 21 0 0 0 55 0 0 0 0 0 11 1.05 0.78 46 N -3 -2 7 -1 -4 -2 -2 -3 -2 -4 -2 0 -3 -5 -4 0 2 -5 -4 -4 0 0 72 0 0 0 0 0 0 0 4 5 0 0 0 4 15 0 0 0 1.25 0.78 47 P -2 2 -2 4 -5 0 2 -4 -3 -4 -2 1 -1 -1 4 -2 -3 -5 -4 -4 3 14 0 27 0 3 16 0 0 0 5 7 2 4 21 0 0 0 0 0 0.65 0.78 48 Y -3 -4 2 -4 -4 -3 -4 1 2 1 -3 -4 -3 1 -5 -3 -3 6 7 -3 0 0 13 0 0 0 0 13 4 9 0 0 0 4 0 0 0 11 46 0 1.04 0.78 49 V -3 -4 -5 -5 -3 -4 -5 -5 -4 3 3 -5 -1 5 -5 -4 -3 -3 1 2 0 0 0 0 0 0 0 0 0 16 36 0 0 28 0 0 0 0 3 17 0.84 0.78 50 G 4 -3 -2 -3 -3 -3 -3 4 -4 -4 -4 -3 -3 -5 -3 2 -2 -5 -4 -3 47 0 0 0 0 0 0 35 0 0 0 0 0 0 0 18 0 0 0 0 0.92 0.78 51 F 2 -4 -4 -5 -3 -4 -4 -4 -4 2 3 -4 -1 3 -1 -2 -1 -3 -2 2 19 0 0 0 0 0 0 0 0 9 28 0 0 16 4 2 4 0 0 17 0.47 0.78 52 E -3 -2 -2 0 -6 0 7 -4 -2 -5 -5 -1 -4 -5 -3 -2 -3 -5 -4 -4 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 1.70 0.78 53 M 2 -4 -4 -5 -3 -4 -4 0 -4 2 3 -4 3 0 -4 -3 -3 -3 2 0 22 0 0 0 0 0 0 9 0 12 34 0 10 2 0 0 0 0 7 4 0.48 0.78 54 G -2 -3 0 -3 -5 2 0 6 -3 -6 -5 -3 -4 -5 -4 -1 -3 -4 -5 -5 0 0 4 0 0 9 6 76 0 0 0 0 0 0 0 4 0 0 0 0 1.32 0.78 55 Y -4 -4 0 -5 -4 -3 -4 -5 -1 0 -1 -4 -2 2 -5 -3 -3 0 8 0 0 0 6 0 0 0 0 0 0 4 4 0 0 4 0 0 0 0 75 7 1.49 0.78 56 D -3 0 -1 7 -5 1 0 -3 -3 -1 -2 -2 -3 0 -4 0 0 -5 -4 -4 0 4 0 65 0 6 2 0 0 4 5 0 0 4 0 5 4 0 0 0 1.00 0.78 57 W 0 0 0 3 -4 -3 -2 -4 -2 -4 -2 0 -3 2 -4 -1 0 6 5 -3 9 4 4 22 0 0 0 0 0 0 4 5 0 8 0 4 6 13 22 0 0.62 0.78 58 L -1 -4 -1 -5 -3 -4 -4 -5 -3 -1 4 -4 -1 4 -5 -3 1 -2 4 0 5 0 3 0 0 0 0 0 0 0 43 0 0 21 0 0 9 0 14 4 0.68 0.78 59 G -2 -4 -2 -3 -4 -3 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 1.79 0.75 60 R -2 5 -2 2 -4 2 0 -3 -2 -4 -3 2 -3 1 -3 1 -2 -3 -2 -3 1 35 0 14 0 9 5 1 0 1 1 11 0 7 1 13 1 0 0 1 0.57 0.70 61 M 2 -2 -2 -3 -2 -2 -2 -2 -2 1 1 -1 4 1 -2 0 0 -2 -2 1 21 1 1 1 0 1 2 2 1 6 13 5 15 7 1 7 5 0 1 10 0.25 0.60 62 P -1 -1 -2 1 -3 -1 -1 0 -2 -2 -2 3 1 -2 4 0 0 -2 1 -2 4 1 1 10 1 1 2 6 1 1 2 21 4 1 24 6 6 0 5 2 0.42 0.57 63 Y -1 -2 -2 0 -3 -2 -2 -1 3 -2 0 -1 -2 4 -3 -1 -2 3 5 0 6 1 1 5 0 1 1 6 8 1 7 5 0 17 1 6 1 5 22 6 0.40 0.64 64 K -1 2 -2 0 -4 0 0 0 -2 -3 -1 4 -2 -3 0 -1 0 -3 0 -1 5 9 0 5 0 4 5 9 0 1 8 34 0 0 4 2 5 0 4 4 0.31 0.70 65 G 1 -3 2 0 -3 -1 -1 5 -3 -1 -3 -1 -1 -4 -3 0 0 -4 -3 -3 13 1 10 5 0 3 4 43 0 4 1 4 2 0 1 4 5 0 0 1 0.54 0.69 66 S -1 -2 4 2 -3 -2 0 1 1 -4 -2 -1 -3 -1 -1 2 0 -4 -3 -2 5 2 26 10 0 0 4 12 4 0 4 2 0 4 2 19 4 0 0 2 0.39 0.73 67 V 0 -3 0 -2 -3 0 0 -1 -3 1 -1 -2 1 2 -3 0 1 -3 1 3 7 0 4 2 0 4 6 4 0 6 5 2 3 8 0 6 11 0 4 25 0.18 0.72 68 E 1 -2 0 3 -4 1 2 -3 -2 -3 -4 2 -3 -4 1 1 -1 -4 -4 -1 10 0 5 20 0 7 15 0 0 0 0 17 0 0 7 9 3 0 0 6 0.40 0.74 69 N -2 1 5 2 -4 2 0 1 1 -4 -4 -1 -3 -4 -3 0 1 -4 -3 -3 2 7 33 9 0 9 5 10 4 0 1 2 0 0 0 4 10 0 0 2 0.51 0.72 70 G 0 -1 2 1 -3 -2 -2 4 2 -2 -2 -1 -3 -1 -1 -2 -1 -3 0 0 8 4 11 8 0 1 1 31 5 2 4 4 0 2 2 1 2 0 4 9 0.30 0.68 71 A 3 1 -2 2 -3 0 0 -2 -2 -2 -1 1 1 -3 -2 -1 1 -3 1 -1 28 7 1 13 0 5 4 1 0 1 5 11 5 1 1 1 8 0 5 3 0.25 0.65 72 Y -1 -3 -2 -3 -3 -2 -3 -3 6 2 -1 -3 1 3 -1 -1 -2 5 3 0 5 1 1 1 0 1 1 1 21 12 3 1 5 16 3 5 1 8 11 5 0.54 0.66 73 K -2 -1 -2 -1 -3 1 1 -1 -2 -3 -4 4 -3 -4 -3 1 4 -4 -3 -3 1 0 0 2 0 7 9 5 0 0 1 32 0 0 0 12 29 0 0 0 0.58 0.73 74 A 3 -3 3 -3 -3 -3 -3 -1 -3 -1 -1 -3 -2 0 2 0 1 -4 -3 2 28 0 15 0 0 0 0 4 0 3 5 0 0 5 10 5 7 0 0 15 0.32 0.73 75 Q -1 -2 1 1 -4 5 0 -1 6 -4 -2 1 -3 -4 -3 -2 0 -4 -2 -3 5 0 7 8 0 30 5 5 22 0 5 6 0 0 0 0 5 0 0 0 0.60 0.73 76 G 3 -4 -2 -3 -3 0 -3 5 -4 -4 -5 -3 -4 -5 -3 1 -1 -4 -4 -4 29 0 0 0 0 4 0 53 0 0 0 0 0 0 0 11 4 0 0 0 0.97 0.78 77 V 3 -4 -4 -5 -3 -4 -4 -4 -4 3 1 -4 -1 -1 -4 -3 0 -3 2 3 25 0 0 0 0 0 0 0 0 22 15 0 0 2 0 0 5 0 8 23 0.53 0.78 78 Q -1 -2 1 0 -4 4 0 -3 4 -3 -4 -2 -3 -4 -3 0 4 -4 -1 -1 4 0 5 4 0 24 4 0 13 0 0 0 0 0 0 5 36 0 2 4 0.64 0.78 79 L 0 -3 -4 -4 -2 -3 -4 -4 -4 0 5 -3 2 1 -4 -3 -2 -3 -2 -1 10 0 0 0 0 0 0 0 0 0 75 0 4 6 0 0 0 0 0 0 0.75 0.52 80 T 3 -2 0 -2 -2 -2 -2 1 -3 -3 -3 -2 1 -3 -2 3 2 -4 -3 -2 35 0 4 0 0 0 0 12 0 0 1 0 4 0 0 28 13 0 0 0 0.49 0.52 81 A 2 -3 -3 -4 -3 -3 -3 1 -4 -2 3 -3 -1 0 4 -2 0 -4 -3 -2 22 0 0 0 0 0 0 12 0 0 34 0 0 3 22 0 7 0 0 0 0.51 0.56 82 K -2 1 0 -3 -4 -1 -1 -3 -2 1 -1 6 -2 -4 -3 -2 -2 -4 -3 1 0 5 5 0 0 0 0 0 0 9 6 63 0 0 0 0 0 0 0 11 0.68 0.56 83 L 2 -4 -4 -4 -3 -3 -4 2 -4 -1 2 -3 -1 4 0 -2 -2 -3 -1 1 24 0 0 0 0 0 0 16 0 0 25 0 0 19 5 0 0 0 0 10 0.39 0.56 84 G -1 2 1 0 -3 -2 -2 2 -3 -3 -3 -1 -3 -4 -3 3 2 -4 -3 1 0 15 8 4 0 0 0 18 0 0 0 0 0 0 0 28 15 0 0 11 0.40 0.56 85 Y 0 -4 -4 -5 -3 -3 -4 -4 -1 0 2 -4 -1 0 -4 -3 -3 7 6 -2 10 0 0 0 0 0 0 0 0 5 26 0 0 0 0 0 0 16 42 0 0.96 0.56 86 P -1 -3 -3 -2 -4 0 1 -4 1 -4 -4 -2 -4 -5 7 -2 0 -5 -4 -4 5 0 0 0 0 4 12 0 4 0 0 0 0 0 68 0 7 0 0 0 1.56 0.60 87 I -3 -4 -5 -5 -3 -4 -5 -5 -5 4 4 -4 0 1 -4 -4 -2 -3 -2 3 0 0 0 0 0 0 0 0 0 34 42 0 0 7 0 0 0 0 0 17 0.79 0.60 88 T 1 -3 3 -3 -3 -2 -3 2 -3 -2 1 -3 0 -3 -3 -1 4 -4 -2 -1 10 0 15 0 0 0 0 15 0 0 17 0 2 0 0 0 37 0 1 2 0.44 0.60 89 D -3 -3 3 6 -5 0 2 0 -2 -5 -5 -2 -4 -5 1 -2 0 -5 -4 -4 0 0 13 49 0 4 15 5 0 0 0 0 0 0 8 0 6 0 0 0 0.88 0.63 90 D -2 3 1 4 -4 -2 0 2 -3 -1 -4 0 0 -4 -3 1 -2 -5 -4 -4 0 19 5 32 0 0 3 18 0 4 0 3 3 0 0 12 0 0 0 0 0.55 0.63 91 L -1 -4 -5 -5 -3 -4 -5 -5 -4 1 5 -4 0 4 -5 -4 -3 5 -1 0 4 0 0 0 0 0 0 0 0 4 61 0 0 18 0 0 0 9 0 4 0.92 0.74 92 D 0 0 2 5 -4 -2 -1 -1 1 -4 -5 -2 -4 -4 -3 2 0 -5 0 -3 8 5 10 46 0 0 0 4 4 0 0 0 0 0 0 14 4 0 5 1 0.71 0.75 93 I 1 -4 -4 -3 -3 -4 -4 -4 -4 2 2 -4 -1 2 1 -3 -2 -4 -2 4 11 0 0 2 0 0 0 0 0 12 19 0 0 8 9 0 0 0 0 38 0.56 0.74 94 Y -3 -4 0 -4 -4 -3 -4 -5 0 -3 -3 -4 -3 5 -5 -1 -3 0 8 -3 0 0 5 0 0 0 0 0 0 0 0 0 0 21 0 5 0 0 70 0 1.55 0.74 95 T 4 -3 -2 -3 -3 -1 -3 2 -4 -2 -3 -3 -3 -4 -3 -1 4 -4 -4 -1 37 0 0 0 0 3 0 15 0 2 0 0 0 0 0 0 39 0 0 4 0.69 0.74 96 R -3 5 -2 -3 -5 0 2 -4 -2 -1 -2 5 -3 -4 0 -2 -3 -5 -4 -3 0 35 0 0 0 3 12 0 0 5 4 36 0 0 5 0 0 0 0 0 0.81 0.74 97 L 1 -3 -4 -4 -3 -1 -3 -1 -4 1 4 -3 -1 -2 -4 -3 -2 -4 -3 3 16 0 0 0 0 3 0 4 0 5 41 0 0 0 0 0 0 0 0 27 0.52 0.69 98 G -2 -4 -2 -3 -4 -4 -4 7 -4 -5 -5 -3 -4 -5 -4 -2 -3 -4 -5 -1 0 0 0 0 0 0 0 95 0 0 0 0 0 0 0 0 0 0 0 5 1.73 0.74 99 G 2 -3 -2 -3 -3 -3 -3 5 -3 -1 -1 -3 0 -3 -3 -2 -1 -4 -4 1 17 0 0 0 0 0 0 54 0 4 5 0 2 0 0 1 3 0 0 10 0.76 0.68 100 M 2 -3 -3 -3 -3 -1 -3 0 -3 0 1 -3 6 1 -3 0 -1 -3 0 -1 24 1 0 1 0 3 1 6 0 5 12 1 28 5 1 5 3 0 4 1 0.43 0.66 101 V -2 -3 -4 -4 -3 -3 -3 -1 -2 0 2 -3 2 1 -4 -2 -2 -2 5 3 1 0 0 0 0 0 1 5 0 2 23 1 6 5 0 3 1 0 22 30 0.53 0.67 102 W -1 -4 -4 -4 -3 -3 -4 -4 -3 0 -2 -4 2 1 -4 -1 -3 11 2 0 4 0 0 0 0 0 1 1 0 5 1 1 6 5 0 5 1 57 5 8 1.75 0.67 103 R -1 5 1 -1 -3 0 -2 -1 -2 -3 -3 -1 1 0 0 -1 0 -3 0 -2 6 46 6 3 0 3 1 3 0 1 1 1 4 5 6 2 7 0 3 3 0.52 0.65 104 A 4 -3 1 -2 -3 -2 -2 -1 -3 -3 -1 0 -2 -3 -1 2 -1 -4 -3 0 41 1 8 2 0 0 1 4 0 1 7 6 0 0 2 18 2 0 0 6 0.44 0.82 105 D -2 -3 2 6 -4 -1 3 -3 -2 -4 -2 -1 -3 -4 -3 0 0 -4 -4 -3 2 1 9 51 0 1 16 1 0 1 4 2 0 0 1 5 5 0 0 1 0.87 0.81 106 T 1 -2 1 1 -3 0 -2 -2 -1 -3 -1 0 1 -3 -3 3 2 -3 1 -2 11 0 5 7 0 3 1 2 1 0 7 5 4 0 0 29 15 0 6 2 0.32 0.84 107 Y -1 -2 -1 -3 -4 1 0 -1 5 -4 -2 1 -3 1 -4 1 1 -3 4 -3 5 0 2 0 0 7 7 4 16 0 3 10 0 7 0 14 9 0 16 0 0.44 0.89 108 S 0 -2 1 2 -4 3 0 0 -3 -3 -2 0 1 -4 0 0 1 -4 -1 0 9 1 6 11 0 14 5 8 0 0 2 6 4 0 5 8 9 0 2 8 0.20 0.86 109 N -1 -2 5 3 -4 -1 0 -2 3 -4 -3 1 -1 -4 -2 1 0 -5 -3 -4 3 0 36 17 0 2 4 1 8 0 3 7 2 0 2 8 6 0 0 0 0.65 0.89 110 V 0 -1 -2 -1 -3 0 -1 0 -4 1 0 0 -2 1 -2 0 1 -4 -3 3 6 4 2 3 0 4 4 7 0 9 9 6 0 6 1 5 11 0 0 21 0.15 0.88 111 Y 0 -1 1 1 -4 -2 -1 0 2 -2 -2 0 -1 1 0 0 0 -3 3 -1 6 3 8 10 0 0 3 7 6 2 4 6 2 7 5 8 7 0 10 4 0.15 0.91 112 G 0 -2 1 -1 -4 -3 -3 5 -1 -2 -4 -2 -4 -3 -4 1 2 -4 -4 -3 6 2 5 2 0 0 0 53 2 3 1 1 0 1 0 8 12 0 0 2 0.78 0.90 113 K -2 3 2 2 -4 -2 -1 -1 1 -4 -2 2 -3 -1 -3 2 0 -4 -3 -4 1 16 11 12 0 0 3 4 4 0 4 16 0 3 0 18 7 0 0 0 0.38 0.87 114 N -3 -1 4 3 -4 0 1 0 2 -3 -2 -1 -3 0 -3 0 0 -4 1 -1 1 3 20 20 0 3 9 8 5 0 4 2 0 4 0 6 5 0 4 5 0.36 0.85 115 H -2 -2 2 1 -4 -2 0 -1 8 -4 -3 0 -3 0 -2 1 -2 -3 1 -4 1 1 8 8 0 1 7 4 40 1 2 4 0 4 2 13 1 0 3 1 0.78 0.82 116 D -3 -1 2 6 -5 -2 2 -3 -3 -5 -5 0 -4 -5 -3 1 -1 -5 -4 -4 0 2 7 57 0 0 12 0 0 0 0 5 0 0 0 10 3 0 0 0 1.06 0.88 117 T -1 -1 1 -1 -3 -2 -2 -3 -3 -2 0 0 -2 -4 -3 1 6 -4 -3 -1 3 3 6 3 0 0 0 1 0 0 10 5 0 0 0 9 54 0 0 3 0.68 0.86 118 G -1 1 -2 1 -4 -1 -2 6 -3 -4 -4 2 -4 -4 -3 -2 -1 -4 -4 -3 3 6 0 7 0 3 0 58 0 0 1 14 0 0 0 1 4 0 0 2 0.90 0.86 119 V 0 -4 -4 -1 -3 -4 -4 -4 -4 2 0 -4 -2 3 1 -2 -1 -4 0 4 7 0 0 3 0 0 0 0 0 8 8 0 0 12 7 3 4 0 4 42 0.52 0.89 120 S 1 -3 -2 -3 -3 -2 -1 -1 -3 -1 -2 -2 -3 -2 -3 6 0 -4 -2 -1 9 0 0 0 0 0 3 4 0 3 3 0 0 2 0 65 4 0 1 4 0.77 0.89 121 P -3 -4 -4 -4 -4 -3 -3 1 -4 -1 0 -3 -3 -4 7 -2 -3 3 0 -3 0 0 0 0 0 0 0 12 0 3 10 0 0 0 64 1 0 4 4 0 1.50 0.89 122 V -3 -4 -1 -4 -3 -3 -4 -5 0 1 4 -4 3 -2 -4 -2 1 -4 0 3 0 0 3 0 0 0 0 0 3 6 47 0 7 0 0 3 8 0 3 19 0.61 0.89 123 F 3 -4 -4 -4 -3 -4 -4 1 -3 -2 1 -4 -2 5 -4 -2 -3 -3 2 1 29 0 0 0 0 0 0 12 0 0 13 0 0 26 0 0 0 0 7 10 0.59 0.89 124 A 5 -4 -3 -3 -1 -3 -2 4 -4 -4 -4 -3 -4 -5 -3 2 -2 -5 -4 -3 55 0 0 0 1 0 2 29 0 0 0 0 0 0 0 13 0 0 0 0 0.96 0.93 125 G 2 -4 -4 -5 -3 -4 -4 2 -5 2 3 -4 -1 -3 -4 -3 -1 -5 -4 3 18 0 0 0 0 0 0 18 0 9 27 0 0 0 0 0 3 0 0 24 0.54 0.93 126 G -2 -5 -2 -3 -5 -4 -4 7 -4 -6 -6 -4 -5 -5 -4 -2 -4 -5 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 2.04 0.93 127 V 3 -4 -5 -5 -3 -4 -4 -4 -5 0 2 -4 -1 0 -4 -3 -2 -4 -3 5 24 0 0 0 0 0 0 0 0 2 24 0 0 4 0 0 0 0 0 46 0.77 0.93 128 E -3 -2 0 -1 -6 0 7 0 -2 -5 -5 -1 -4 -5 -3 -2 0 -5 -4 -5 0 0 4 0 0 0 84 6 0 0 0 0 0 0 0 0 6 0 0 0 1.40 0.93 129 Y -1 -4 -4 -5 -4 -4 -4 -5 -1 -3 -3 -4 -3 3 -5 -4 -4 4 9 -3 6 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 5 78 0 1.87 0.93 130 A 5 -1 2 -3 -3 -1 -3 -2 -3 0 -4 1 -3 -4 -3 0 -2 -5 -4 -2 67 3 9 0 0 2 0 0 0 6 0 9 0 0 0 4 0 0 0 1 0.83 0.93 131 I -2 -5 -5 -5 -3 -4 -5 -5 -5 4 2 -5 1 4 -5 -4 -1 1 -2 4 1 0 0 0 0 0 0 0 0 24 20 0 2 18 0 0 2 2 0 30 0.76 0.85 132 T -2 -3 3 1 -3 -3 -3 -3 -3 -1 -1 -3 -1 -4 -1 0 6 -5 -4 -2 0 0 14 8 0 0 0 0 0 4 5 0 1 0 3 5 59 0 0 0 0.84 0.85 133 P -3 2 -2 2 -5 0 2 -4 0 -5 -5 4 -4 -5 4 -2 -3 -5 -1 -5 0 10 0 13 0 2 11 0 2 0 0 34 0 0 25 0 0 0 2 0 0.86 0.85 134 E -1 1 6 1 -5 -1 3 -3 1 -5 -3 0 -4 -5 -4 -1 0 -5 -4 -4 4 7 45 8 0 0 21 0 3 0 3 3 0 0 0 3 4 0 0 0 0.82 0.85 135 I -4 -5 -6 -6 -4 -4 -5 -5 -5 2 3 -5 0 3 -5 -5 -4 9 -1 0 0 0 0 0 0 0 0 0 0 12 35 0 2 11 0 0 0 35 0 5 1.38 0.85 136 A 5 -3 1 0 -3 -3 -3 -1 -3 0 -2 0 -3 -4 -3 1 0 -5 -4 -2 56 0 7 7 0 0 0 2 0 6 3 5 0 0 0 8 6 0 0 0 0.61 0.85 137 T 0 -4 -2 -4 -3 -3 -4 -2 -4 -1 2 -3 1 -3 -4 -2 5 -4 -3 2 7 0 2 0 0 0 0 3 0 0 24 0 2 0 0 0 42 0 0 20 0.63 0.85 138 R -3 7 0 -3 -2 3 -2 -4 -2 -5 -4 0 -3 -5 -2 -3 -3 -5 -4 -4 0 79 3 0 1 14 0 0 0 0 1 0 0 0 2 0 0 0 0 0 1.46 0.85 139 L 2 -4 -5 -5 -3 -4 -4 -4 -5 -1 4 -4 0 -2 -4 -3 -1 -4 -3 2 23 0 0 0 0 0 0 0 0 0 55 0 1 0 0 0 3 0 0 18 0.76 0.85 140 E -3 1 -1 5 -5 -1 5 -4 -2 -5 -5 0 -4 -5 -3 -1 -3 -5 -4 -5 0 7 1 31 0 0 53 0 0 0 0 4 0 0 0 4 0 0 0 0 1.13 0.85 141 Y -4 -4 -4 -5 -5 -3 -4 -5 2 -3 -3 -4 -3 1 -5 -4 -4 3 9 -3 0 0 0 0 0 0 0 0 3 0 0 0 0 1 0 0 0 4 92 0 2.12 0.85 142 Q -3 2 -2 0 -5 7 1 -4 -2 -5 -4 -1 -3 -5 -3 -2 1 -4 -4 -4 0 10 0 4 0 73 4 0 0 0 0 0 0 0 0 0 9 0 0 0 1.31 0.85 143 W -4 1 -4 -5 -4 -3 -4 -3 -2 -3 -3 -3 -3 0 -5 -4 -4 11 5 -1 0 10 0 0 0 0 0 2 0 0 0 0 0 2 0 0 0 55 23 5 2.02 0.81 144 T -2 -3 -4 -4 -3 -3 -3 -4 -3 0 1 0 3 0 -4 -3 2 -3 3 4 0 0 0 0 0 0 0 0 0 3 11 6 10 3 0 0 13 0 13 38 0.55 0.81 145 N -2 -2 6 1 -4 1 0 -3 -2 -4 -4 0 -3 -4 -3 2 0 4 -3 -4 0 0 44 7 0 6 5 0 0 0 1 5 0 0 0 16 6 7 0 0 0.80 0.80 146 N -3 1 6 2 -5 0 -1 -1 -2 -4 -5 0 -4 -5 0 0 0 -5 -4 -2 0 9 49 10 0 2 3 5 0 0 0 5 0 0 4 6 4 0 0 4 0.78 0.84 147 I -2 -4 -4 -1 -3 -3 0 -5 0 5 1 -4 2 -2 -4 -4 -3 -4 -3 3 3 0 0 4 0 0 7 0 2 41 12 0 6 0 0 0 0 0 0 24 0.68 0.84 148 G 0 -4 -2 -1 -4 -3 -3 6 -4 -4 0 -2 -3 -4 -4 0 0 1 -4 -4 8 0 0 4 0 0 0 60 0 0 12 3 0 0 0 6 5 2 0 0 0.89 0.84 149 D -3 -1 3 6 -1 -2 0 -1 -3 -5 -5 1 -4 -5 -3 -2 -3 0 -4 -5 0 2 15 62 2 0 2 4 0 0 0 9 0 0 0 0 0 1 0 0 1.14 0.81 150 A 4 -2 -3 -3 -3 -1 -1 0 -3 2 1 -3 -2 -3 -2 -2 0 -4 0 0 45 1 0 0 0 2 3 5 0 12 13 0 0 0 2 1 5 0 4 6 0.42 0.82 151 H 0 1 2 2 -1 -1 1 3 4 -4 -4 0 0 -4 -3 0 -2 -4 0 -4 9 6 11 11 2 2 8 22 11 0 1 4 3 0 0 5 0 0 3 0 0.38 0.82 152 T 0 -1 3 0 -3 -2 -2 -3 -3 -3 -3 0 0 0 -2 1 5 -4 1 -3 8 2 15 6 0 0 1 0 0 0 0 6 2 4 1 6 41 0 6 0 0.55 0.87 153 I -1 -4 1 0 -3 -2 -3 -2 -4 2 1 -4 -1 -2 -4 -3 -2 -4 -3 5 5 0 7 7 0 2 1 3 0 12 12 0 0 1 0 0 1 0 0 48 0.56 0.85 154 G -1 -4 3 0 -4 -3 -2 5 -3 -2 -4 -3 -4 -4 -4 0 -1 2 -4 -1 4 0 14 5 0 0 2 54 0 3 0 0 0 0 0 6 4 3 0 6 0.84 0.87 155 T 1 -3 -3 0 -3 -3 -3 1 -3 2 -3 0 1 -1 -4 1 2 -3 3 1 14 0 0 6 0 0 0 9 0 11 0 5 3 2 0 11 14 0 14 8 0.28 0.87 156 R -1 6 1 2 -4 -1 1 -3 0 -4 -4 2 -3 -4 -3 0 -2 -4 -3 -4 6 44 7 11 0 0 8 1 2 0 1 9 0 0 0 8 2 0 0 0 0.72 0.82 157 P 1 -4 -3 -3 -4 -2 -3 -3 -4 -4 -4 -3 2 -4 7 -2 1 -5 -4 -3 14 0 0 0 0 1 0 0 0 0 0 0 6 0 63 1 11 0 0 0 1.52 0.84 158 D -1 -1 -1 7 -5 -2 0 -3 -3 -4 -5 -3 -4 -5 -3 -1 -3 3 -4 -2 6 3 0 74 0 0 4 0 0 0 0 0 0 0 0 3 0 5 0 3 1.34 0.87 159 N 0 -3 5 -1 -4 -3 -3 -2 1 4 -1 -3 0 0 -4 -1 -2 -5 -3 -2 9 0 37 3 0 0 0 3 3 27 6 0 2 3 0 4 1 0 0 0 0.59 0.88 160 G -2 -3 3 -2 -4 -2 -1 5 4 -5 -3 1 0 -3 -4 1 -1 -5 -3 -4 0 0 15 0 0 0 3 43 12 0 2 8 3 1 0 11 2 0 0 0 0.74 0.85 161 M -1 -3 -3 0 -1 1 -3 -4 -3 -2 1 -3 6 3 -4 2 -1 -3 1 -2 4 0 0 7 1 8 0 0 0 0 10 0 29 12 0 20 3 0 5 1 0.53 0.85 162 L 1 -4 -5 -5 -3 -4 -4 -5 -4 2 4 -4 2 2 -5 -3 -1 3 -2 2 13 0 0 0 0 0 0 0 0 8 38 0 4 11 0 0 3 5 0 17 0.60 0.85 163 S 1 -3 1 -3 -3 -2 -3 2 -3 -3 -4 -3 -3 -4 -3 5 2 -5 -4 -2 9 0 5 0 0 0 0 15 0 1 0 0 0 0 0 52 15 0 0 3 0.74 0.85 164 L 2 -4 -5 -5 -3 -4 -4 -5 -5 2 3 -4 -1 -2 -4 -3 -2 -4 -3 4 17 0 0 0 0 0 0 0 0 11 35 0 0 0 0 0 0 0 0 37 0.75 0.85 165 G -2 -3 -2 -3 -4 -3 -1 7 -4 -6 -6 -3 -5 -5 -4 0 -3 -5 -5 -5 0 1 0 0 0 0 5 87 0 0 0 0 0 0 0 7 0 0 0 0 1.60 0.85 166 V -3 -5 -5 -3 -3 -4 -5 -5 -5 3 3 -4 2 0 -5 -4 -2 -4 -3 5 0 0 0 1 0 0 0 0 0 15 25 0 4 4 0 0 0 0 0 51 0.89 0.85 167 S 0 -3 0 0 -3 -2 0 0 2 -4 -5 -2 -4 -3 -3 6 0 -5 -3 -4 3 0 4 3 0 0 4 7 5 0 0 0 0 1 0 70 4 0 0 0 0.91 0.85 168 Y -4 -4 -4 -5 -4 -4 -4 -5 0 -3 -2 -4 -3 2 -5 -4 -4 6 9 -3 0 0 0 0 0 0 0 0 0 0 2 0 0 3 0 0 0 10 85 0 2.04 0.83 169 R -3 7 -2 -3 -5 1 -2 -4 -2 -5 -2 3 -3 -5 -2 -3 -3 -5 -4 -4 0 74 0 0 0 5 0 0 0 0 3 16 0 0 2 0 0 0 0 0 1.39 0.83 170 F -4 -5 -5 -6 -4 -5 -5 -5 -3 -2 -1 -5 -2 9 -6 -3 -4 -1 1 -3 0 0 0 0 0 0 0 0 0 0 2 0 0 97 0 1 0 0 0 0 2.02 0.83 171 G -2 -4 -2 -3 -4 -4 -4 7 -4 -6 -6 -3 -5 -5 -4 -2 -3 -4 -5 -5 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.89 0.73 K Lambda Standard Ungapped 0.1383 0.3155 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1775 0.3177 PSI Gapped 0.0543 0.2670 proftmb-1.1.12/examples/CADN_HUMAN.Q0000644015075101507510000204620112026631531013603 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 M -1 -2 -3 -4 -2 -1 -2 -3 -2 1 2 -2 7 0 -3 -2 -1 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0.58 0.10 2 G 0 -3 -1 -2 -3 -2 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.29 0.16 3 R -2 6 -1 -3 5 0 -1 -3 -1 -3 -3 1 -2 -3 -3 -1 -2 -3 -2 -3 0 78 0 0 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.85 0.17 4 H -2 -1 -1 -2 -3 -1 -1 -3 7 -3 -3 -1 -2 -1 4 -2 -2 -2 3 -3 0 0 0 0 0 0 0 0 56 0 0 0 0 0 28 0 0 0 16 0 0.97 0.17 5 V -1 -3 -3 -4 -2 -3 -3 -4 -4 2 0 -3 0 -2 -3 0 -1 -4 -2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 90 0.65 0.28 6 A 3 -2 -1 -2 -2 -1 -2 -1 -2 -2 0 -1 -1 -3 -2 3 2 -3 -2 -1 36 0 0 0 0 0 0 0 0 0 10 0 0 0 0 36 18 0 0 0 0.42 0.28 7 T 1 2 -1 -2 -2 -1 -2 -2 -2 -1 -2 -1 -2 -3 -2 0 5 -4 -3 1 16 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 9 0.54 0.32 8 S 0 -1 -1 -2 -2 2 -1 -2 -2 -2 0 -1 -1 -3 -2 4 1 -3 -2 -2 0 0 0 0 0 16 0 0 0 0 15 0 0 0 0 60 9 0 0 0 0.48 0.32 9 C -1 -4 -3 1 9 -3 -3 -3 -4 -2 0 -3 -2 -3 -4 1 -2 -4 -3 -2 0 0 0 11 65 0 0 0 0 0 13 0 0 0 0 11 0 0 0 0 1.24 0.41 10 H -2 2 -1 -2 -4 0 1 -3 8 -4 -4 -1 -3 -2 -3 0 -2 -3 2 -4 0 10 0 0 0 0 11 0 63 0 0 0 0 0 0 10 0 0 6 0 1.09 0.42 11 V -2 -3 -4 -4 -3 -3 0 -4 -4 1 0 0 -1 2 -4 -3 -2 -4 -2 5 0 0 0 0 0 0 7 0 0 0 7 7 0 9 0 0 0 0 0 70 0.68 0.56 12 A 4 -3 -3 -3 -3 -2 0 0 -3 -2 2 -3 -1 -3 1 0 -2 -4 -3 -2 48 0 0 0 0 0 7 5 0 0 28 0 0 0 6 6 0 0 0 0 0.49 0.61 13 W -3 -4 -4 -4 3 -3 0 -4 -3 -1 2 -4 -1 2 -5 -4 -3 9 2 1 0 0 0 0 8 0 9 0 0 0 20 0 0 11 0 0 0 36 5 13 1.11 0.61 14 L 0 0 -5 -5 2 -4 -4 -5 -4 1 5 -4 0 -2 -4 -3 -3 -4 -3 2 8 5 0 0 5 0 0 0 0 5 63 0 0 0 0 0 0 0 0 14 0.73 0.70 15 L -3 -4 -5 -5 5 -4 -4 -5 -4 1 4 -2 -1 -2 -4 -3 0 -4 0 2 0 0 0 0 14 0 0 0 0 5 54 3 0 0 0 0 6 0 4 14 0.77 0.78 16 V -2 -4 0 -4 -3 -3 -4 0 1 -1 2 -3 4 -3 -4 0 1 -4 -3 4 0 0 4 0 0 0 0 9 4 0 20 0 11 0 0 8 10 0 0 33 0.44 0.78 17 L -3 -3 0 -1 -4 -3 -1 -5 1 1 5 -2 0 1 -4 -4 -3 -4 -2 0 0 0 6 5 0 0 5 0 4 6 60 3 0 7 0 0 0 0 0 4 0.61 0.78 18 I -3 -4 -4 -5 -3 -4 -4 -5 -5 3 4 -4 -1 -2 -4 0 0 -4 -3 3 0 0 0 0 0 0 0 0 0 20 40 0 0 0 0 9 4 0 0 27 0.71 0.80 19 S -2 0 2 0 0 0 -2 0 1 -1 0 -2 -3 -4 2 2 1 3 -3 -1 0 6 11 4 2 4 0 7 3 5 9 0 0 0 10 22 8 4 0 4 0.24 0.80 20 G 1 0 -3 -3 2 0 -3 2 -3 0 1 -2 1 -3 1 -1 -2 3 -3 1 10 5 1 1 5 5 1 19 0 6 17 1 4 0 7 5 1 4 0 9 0.21 0.70 21 C 0 -1 -3 -3 7 -3 -3 -3 -3 1 0 -3 -2 -3 0 1 2 -3 1 0 8 4 0 0 29 0 1 1 0 8 9 0 0 0 5 9 16 0 5 4 0.58 0.76 22 W -1 -3 -1 -1 -3 0 -1 -4 -3 0 1 -3 -2 2 0 -3 -3 8 3 -2 5 0 3 4 0 5 5 1 0 6 18 0 0 8 5 1 0 27 11 1 0.77 0.76 23 G 2 -1 -2 0 -3 -3 -2 5 -3 -1 -3 -3 -3 -4 -3 0 -2 -4 -4 1 17 4 0 4 0 0 3 48 0 3 1 0 0 0 0 6 0 0 0 11 0.67 0.82 24 Q -1 0 2 -2 -5 6 2 -2 1 -5 -5 -1 -3 -5 -1 0 -3 2 -4 -4 5 4 10 0 0 53 13 2 3 0 0 0 0 0 2 6 0 3 0 0 0.96 0.99 25 V 2 -4 4 -1 2 -3 -2 -4 -4 2 -2 -3 -3 -4 -4 -1 -1 -5 -4 3 20 0 24 4 5 0 2 0 0 11 2 0 0 0 0 3 2 0 0 25 0.55 1.08 26 N -4 -1 7 4 -5 -3 -1 -1 2 -6 -4 -3 -5 -6 -4 0 -2 -6 -5 -4 0 3 53 23 0 0 2 5 4 0 1 0 0 0 0 5 1 0 0 1 1.24 1.31 27 R -2 4 4 -1 -5 3 0 -3 3 -5 -3 2 -4 -5 -1 -1 -2 -5 -2 -5 3 22 20 3 0 16 4 2 8 0 3 10 0 0 2 3 2 0 1 0 0.64 1.29 28 L 1 1 -1 -4 -4 -1 -3 -4 -1 1 1 1 -2 -1 3 -1 -2 -4 -1 2 10 8 3 0 0 3 0 1 1 8 14 9 0 3 16 5 1 0 2 15 0.29 1.25 29 P -4 -3 -5 -3 -5 -3 -3 -4 -5 -4 -4 -2 -5 -6 8 -4 -3 -6 -5 -5 0 1 0 1 0 1 1 1 0 1 1 2 0 0 90 0 1 0 0 0 2.57 1.52 30 F -2 0 -2 -4 -4 2 1 -5 -2 2 -2 0 1 2 -3 -3 -1 0 2 3 3 4 2 0 0 12 9 0 1 13 2 7 4 10 1 1 3 1 8 20 0.38 1.51 31 F -3 -5 -4 -3 -5 -3 -4 -5 -1 -3 -1 -5 -3 8 -3 -2 -2 1 1 -2 2 0 1 2 0 1 1 0 2 0 3 0 0 76 1 3 3 1 3 2 1.74 1.54 32 T -1 -1 0 -1 -4 0 2 -4 -1 1 -3 -2 -1 -3 -1 0 5 -5 -4 0 6 3 4 3 0 4 13 0 1 7 2 2 1 1 2 6 38 0 0 6 0.52 1.48 33 N -1 1 2 1 -5 5 1 -3 2 -2 -4 1 -2 -5 0 0 -1 -5 -4 -4 4 7 11 7 0 32 8 1 4 2 1 7 1 0 4 7 3 0 0 0 0.61 1.47 34 H -1 0 0 3 -4 1 1 -2 4 -4 -2 0 -3 -4 2 1 0 -4 -2 -3 4 4 4 17 0 7 10 2 12 1 5 4 0 0 11 10 6 0 1 2 0.39 1.39 35 F -2 -3 -2 -2 -1 -1 0 -4 -1 0 1 -1 0 3 0 0 -1 -3 2 2 3 1 2 2 1 3 6 1 1 5 12 4 2 13 5 9 4 0 8 16 0.21 1.32 36 F -1 -3 -2 -4 -4 -3 -4 -3 -1 -1 0 -3 -2 5 -2 -2 -3 4 6 -2 4 1 2 1 0 1 1 2 1 3 10 2 0 27 2 4 1 5 30 3 0.90 1.34 37 D -3 1 2 4 -4 0 3 -1 -1 -3 -3 -1 -4 -4 0 0 0 -4 -4 -2 2 7 10 22 0 4 18 6 1 2 3 4 0 1 5 7 5 0 0 3 0.42 1.42 38 T 1 -1 -2 -3 -3 0 -2 1 -3 -2 -2 0 1 -2 0 0 4 -3 -1 0 11 4 1 1 0 5 2 11 0 2 4 5 4 2 4 7 25 0 2 8 0.27 1.32 39 Y -2 0 -1 -3 -3 1 -1 -1 2 0 -1 -2 -2 2 -1 1 1 -2 4 0 3 4 3 1 0 6 4 4 6 5 6 2 1 8 3 13 8 0 14 8 0.23 1.28 40 L -2 -3 -4 -4 -3 -3 -1 -4 -4 1 4 -2 0 2 -1 -2 -2 -1 -2 3 3 1 1 1 0 1 4 1 0 8 35 3 2 9 3 3 2 1 1 21 0.49 1.44 41 L -1 1 -1 -3 -3 -1 1 -3 -1 -1 2 0 -1 0 -1 1 1 -3 2 1 5 6 2 1 0 3 8 2 1 4 17 7 1 3 3 11 8 0 6 11 0.14 1.47 42 I -3 -5 -5 -5 -4 -3 -5 -5 -5 5 1 -5 -1 -1 -5 -4 -3 -1 -4 5 1 0 0 0 0 1 1 1 0 30 13 0 1 2 0 1 1 1 0 45 1.11 1.67 43 S 0 0 -1 0 -2 0 0 -4 -4 -4 -2 -1 -1 -2 5 2 -1 -1 1 -4 8 5 3 4 1 4 7 1 0 1 4 4 2 2 30 17 2 1 5 1 0.55 1.72 44 E -3 -2 -3 -1 -6 0 7 -5 -3 -6 -4 -1 -5 -6 -4 -2 -4 -6 -5 -4 2 1 0 1 0 2 87 0 0 0 1 2 0 0 0 2 0 0 0 1 1.88 1.82 45 D -3 -2 5 4 -6 -2 2 0 -1 -4 -3 -2 1 -4 -5 1 -2 -6 -1 -4 1 1 24 24 0 1 15 8 1 1 2 2 4 1 0 10 2 0 2 1 0.72 1.84 46 T 3 -3 0 -2 -2 -1 -1 -2 -4 -2 -1 -2 1 -5 -3 3 3 -2 -5 0 23 1 5 1 1 3 4 3 0 1 6 2 3 0 1 19 20 1 0 6 0.44 1.83 47 P -1 -1 -1 0 -5 -1 0 -2 -3 -5 -4 0 -2 -4 6 0 0 -6 -5 -1 6 3 2 5 0 3 7 3 0 0 1 5 1 1 46 7 5 0 0 4 0.97 1.83 48 V -1 -1 -2 -3 -5 -4 -2 -4 1 2 0 0 -1 1 3 -1 -1 -3 -3 4 5 3 2 1 0 0 2 1 3 10 8 5 1 6 15 4 3 0 0 29 0.46 1.83 49 G -3 -2 1 -1 -2 -5 -3 6 -2 -7 -6 -3 -6 -5 0 -2 -4 -6 -4 -6 1 3 7 3 1 0 1 73 1 0 1 1 0 0 5 2 0 0 1 0 1.51 1.85 50 S 0 -3 0 -2 -4 0 -1 -4 -2 -4 -3 -1 -1 -1 -2 3 5 -5 -1 -3 7 1 5 1 0 4 4 0 1 0 2 4 2 3 2 22 39 0 2 2 0.68 1.81 51 S -2 1 -1 -3 -5 -2 0 -4 2 -1 0 0 -1 2 2 2 0 -5 0 1 3 8 3 1 0 2 7 1 5 3 8 5 1 10 9 15 6 0 3 12 0.22 1.80 52 V -2 -5 -6 -6 -4 -5 -4 -4 -4 4 0 -5 -2 2 -3 -4 -3 -5 -1 5 3 0 0 0 0 0 1 2 0 25 8 0 0 7 1 1 1 0 2 49 1.09 1.80 53 T 2 -3 -4 -5 -4 -1 -3 2 -5 1 1 -3 2 0 1 -1 1 -5 0 1 14 1 0 0 0 3 1 14 0 8 14 1 5 3 7 3 10 0 4 11 0.27 1.79 54 Q -2 3 2 0 -5 4 -1 -3 -1 -2 0 0 -2 -1 -4 -2 2 -2 -3 -3 3 15 9 4 0 22 2 2 2 3 11 6 0 2 0 2 13 1 1 2 0.43 1.80 55 L -2 -3 -2 -3 -4 -2 -1 -4 -4 3 3 -2 0 -1 -1 -3 -3 -4 -3 4 2 1 2 1 0 2 4 1 0 17 29 2 2 3 3 2 1 0 0 26 0.57 1.64 56 L -1 0 1 -3 -3 1 -2 -2 1 2 1 1 -2 -1 -3 1 2 -5 0 0 4 6 6 1 0 6 3 3 3 12 13 8 1 3 1 10 11 0 3 7 0.15 1.84 57 A 6 -2 -3 -3 -4 -4 -3 -1 -1 -2 -3 -3 -4 -2 -2 1 -1 -5 -4 -1 62 2 1 1 0 0 1 3 1 2 2 1 0 2 2 10 3 0 0 5 0.93 1.82 58 Q -2 1 0 1 -5 3 0 -5 2 -1 -3 1 -2 -3 -3 2 3 -5 -1 -1 2 8 4 7 0 12 5 0 4 4 2 10 1 1 1 16 17 0 2 5 0.36 1.83 59 D -2 -3 -1 7 -1 -3 -1 -2 0 -5 -5 -2 -3 -2 -4 -1 -2 -6 -3 -4 4 1 1 74 1 0 2 2 2 0 1 2 1 2 0 3 2 0 1 1 1.58 1.81 60 M 2 1 -2 -2 -3 0 0 -3 -4 -2 2 0 0 -3 3 -2 -2 -5 -2 -2 17 9 2 2 1 3 6 2 0 2 24 6 3 1 14 2 2 0 1 3 0.32 1.78 61 D -2 -4 -1 7 -6 -1 1 1 -4 -6 -4 -1 -5 -6 -3 -1 -3 -6 -5 -5 4 1 2 61 0 3 8 11 0 0 2 3 0 0 1 3 1 0 0 1 1.28 1.79 62 N -1 -1 5 0 -4 -1 0 0 -1 -1 0 -1 -3 -2 -1 1 0 -4 -4 -1 6 3 25 6 0 3 6 7 1 4 11 4 0 2 3 8 6 0 0 4 0.29 1.62 63 D 0 -2 -1 4 -4 0 2 3 -2 -3 -4 -1 -2 -4 -1 0 -1 -4 0 -3 7 2 2 25 0 5 11 21 1 1 2 3 1 0 3 7 4 0 4 1 0.48 1.66 64 P -1 -1 0 -1 -4 1 0 -2 0 -1 -2 1 -2 -2 5 0 0 -4 -2 -1 5 3 4 3 0 7 6 3 3 3 3 8 1 1 31 8 5 0 1 4 0.51 1.66 65 L -1 1 0 -2 -2 -1 -2 -1 -1 3 2 -2 0 0 -3 -2 -1 -4 0 2 5 9 4 2 1 3 3 5 1 19 17 2 2 4 1 2 3 0 4 14 0.25 1.59 66 V -1 1 0 -3 -2 -1 0 -1 0 1 0 0 -1 0 -4 1 2 -4 1 2 5 6 4 1 1 2 6 4 2 8 7 5 2 4 1 9 11 0 6 15 0.13 1.63 67 F -3 -2 -1 -4 1 -3 -3 -3 1 -2 1 -4 -3 5 -5 -3 -3 -2 7 -2 2 2 3 1 3 1 1 2 3 2 12 1 0 21 0 2 1 0 41 2 1.10 1.70 68 G 0 2 -1 -3 -3 1 0 2 1 0 -3 0 -4 -1 -4 2 0 -5 -1 -2 9 13 2 1 0 5 5 17 3 6 3 5 0 2 0 19 4 0 2 2 0.30 1.78 69 V -2 -3 -2 -2 -4 -2 -3 -5 -3 5 2 -4 1 1 -5 -2 -2 -5 -2 3 3 1 2 2 0 2 2 1 1 29 22 1 2 6 0 3 2 0 1 19 0.63 1.78 70 S 0 1 1 -2 -3 0 -1 -3 -1 -1 -1 -1 -2 -4 -1 3 1 -5 -1 0 9 7 7 2 0 4 4 2 1 4 7 4 1 1 3 27 9 0 3 7 0.26 1.77 71 G 0 -3 0 0 -1 -1 -1 5 -3 -3 -4 -3 0 -2 -2 2 -1 -5 -3 -4 6 1 5 5 1 3 5 43 1 1 2 1 2 2 2 17 3 0 1 1 0.67 1.77 72 E -2 1 2 2 -5 2 3 1 -2 -3 -2 1 -3 -4 0 -1 -1 -5 -2 -2 3 7 9 10 0 10 20 10 1 1 4 9 0 1 4 4 3 0 2 4 0.32 1.74 73 E -1 -1 2 2 -5 1 3 2 -1 -3 -3 -1 -5 -4 1 0 -1 -5 -2 -3 5 4 10 11 0 6 18 16 2 2 2 2 0 1 7 7 3 0 1 2 0.35 1.80 74 A 3 0 -1 -1 0 -2 -1 1 1 -1 -2 0 -4 -3 2 1 0 -5 -1 0 22 4 2 4 2 2 5 9 4 4 3 5 0 1 9 9 6 0 2 6 0.20 1.76 75 S -1 0 0 2 -2 1 0 1 -1 -5 -2 0 -3 1 0 2 0 -2 0 -3 5 4 4 12 1 6 7 11 2 0 4 6 0 7 5 14 7 1 3 1 0.19 1.75 76 R -2 3 2 1 -5 2 1 0 2 -3 -3 1 -2 -3 0 1 0 -5 -2 -2 2 17 8 7 0 10 7 7 5 2 3 7 1 1 5 9 6 0 1 3 0.30 1.67 77 F -1 -2 -4 -4 -1 -1 -3 -4 1 2 2 -3 1 3 -2 -2 0 -1 3 1 4 3 1 1 1 3 2 1 3 13 23 1 2 13 2 2 6 1 11 8 0.39 1.69 78 F -3 -3 -6 -3 -5 -4 -3 -6 -2 -2 1 -3 -2 8 -5 -5 -3 -3 0 -2 2 1 0 2 0 1 1 0 1 1 15 1 0 68 1 0 1 0 1 2 1.65 1.83 79 A 1 2 0 0 -5 1 1 -1 -1 0 -3 -1 -1 -2 -2 2 1 -5 -1 -1 10 11 4 4 0 7 10 4 2 6 2 3 1 2 2 15 10 0 3 5 0.19 1.81 80 V -3 -4 -6 -5 -4 -4 -5 -6 -6 5 3 -5 0 -2 -5 -3 -3 -5 -3 4 1 1 0 1 0 1 1 0 0 40 22 0 2 1 0 2 1 0 1 28 1.11 1.81 81 E -2 -2 4 6 -4 0 2 -3 -1 -6 -4 -1 -5 -5 -5 0 -2 -6 -3 -3 2 2 19 40 0 3 15 1 2 0 1 3 0 0 0 5 2 0 1 2 0.95 1.82 82 P -1 1 1 -1 -5 0 2 -4 1 -3 -1 0 -2 -5 5 0 0 -3 -5 -2 5 9 6 4 0 5 11 1 3 1 7 4 1 0 27 8 6 0 0 2 0.49 1.79 83 D -2 1 1 3 -1 2 3 -2 -2 -3 -1 0 -1 -3 -3 0 0 -6 -2 -3 2 9 7 18 2 8 17 3 1 2 6 6 2 1 1 6 6 0 1 2 0.33 1.82 84 T -3 -2 1 0 -4 -1 0 0 -4 -4 -4 -2 -4 -3 -2 3 5 -5 -1 -3 0 2 7 4 0 2 6 7 0 0 1 2 0 1 1 26 37 0 2 2 0.72 1.76 85 G -2 -1 0 -4 -5 -3 -4 7 -2 -6 -6 -2 -5 -6 -3 -1 -3 -5 -3 -6 2 4 4 0 0 1 1 78 1 0 0 2 0 0 1 3 1 0 1 0 1.65 1.81 86 V -1 -2 0 2 -3 0 2 -3 -1 1 0 -1 -1 -1 -3 0 -1 3 -3 2 5 2 5 10 0 3 14 1 1 9 8 3 1 3 1 6 3 4 1 18 0.22 1.76 87 V -2 -3 -2 -4 -2 -5 -4 -6 -5 5 4 -3 0 -2 -5 -4 -3 -5 -2 2 3 2 2 1 1 0 1 0 0 31 37 2 2 1 0 1 1 0 2 13 0.84 1.76 88 W -3 1 -1 -3 -5 -2 -4 -2 2 0 0 -1 -1 3 -5 0 2 4 4 0 1 9 3 1 0 2 1 3 4 4 9 5 1 11 0 9 12 5 13 7 0.36 1.77 89 L 0 -5 -5 -3 0 -2 -2 -5 -3 2 3 -3 -1 -3 -5 -2 3 -5 -3 3 6 0 0 2 2 1 2 0 1 9 27 2 1 1 0 3 19 0 0 25 0.58 1.80 90 R 2 2 3 -3 0 -1 -2 -3 -2 -1 -1 1 -1 -4 -3 -1 3 -5 -1 0 14 10 13 1 2 2 3 2 1 4 6 8 2 1 1 5 18 0 2 8 0.28 1.77 91 Q 0 2 -2 0 -5 3 2 0 1 -4 -3 2 -3 -5 -5 1 -1 -6 -1 -2 9 11 2 6 0 13 14 8 3 1 2 11 1 0 0 11 3 0 2 3 0.34 1.83 92 P -1 3 -1 -1 -3 -1 0 -1 -3 -2 -3 2 0 -5 4 1 1 -6 -4 -1 4 16 2 3 0 2 6 4 1 3 3 10 2 0 23 9 7 0 0 4 0.46 1.82 93 L -3 -5 -6 -3 -5 -2 -5 -4 -6 4 5 -3 2 0 -3 -3 -4 -5 -2 0 2 0 0 1 0 2 0 1 0 22 53 2 4 4 1 2 0 0 1 5 0.95 1.82 94 D -4 -2 0 7 -6 -1 0 -3 -2 -3 -3 -4 -5 -6 -3 -2 -3 -6 -2 -4 0 2 2 75 0 2 3 2 1 2 2 0 0 0 1 3 1 0 2 1 1.65 1.79 95 R -2 7 -2 -5 -1 -3 -4 -4 -2 -3 -3 -1 -1 0 -3 -2 -2 -5 2 -3 3 66 1 0 1 0 0 1 1 1 3 1 2 5 2 2 3 0 8 1 1.33 1.79 96 E -3 -2 -2 2 -6 0 7 -3 -3 -4 -3 -1 -5 -6 -2 -2 -4 -6 -5 -5 1 2 1 10 0 3 72 2 0 1 3 2 0 0 1 1 0 0 0 0 1.47 1.82 97 T 0 -1 -1 -1 -5 2 3 -4 -1 -1 -2 2 -2 -3 -2 0 3 -6 -5 -1 8 3 3 3 0 8 22 1 1 3 4 11 1 1 2 7 19 0 0 4 0.39 1.90 98 K -2 2 -1 -3 -5 3 0 -3 -1 1 1 3 0 -3 -2 0 1 -1 -1 -1 2 9 2 1 0 11 5 2 1 8 14 15 2 1 2 6 10 1 3 4 0.25 1.89 99 S 2 -1 0 2 6 1 1 -2 -1 -4 -4 0 -3 -4 2 2 -1 -6 -3 -4 15 3 4 10 16 5 8 2 1 1 1 5 1 1 9 13 4 0 1 1 0.48 1.92 100 E -2 1 0 -1 -5 2 2 1 0 -2 -2 0 0 0 0 2 0 -5 -1 -2 3 7 4 2 0 11 14 9 2 2 5 4 2 4 5 13 6 0 2 3 0.18 1.88 101 F -2 0 -5 -6 5 -1 -3 -6 2 -1 0 -5 -1 4 -1 -2 -2 0 6 -2 3 5 0 0 12 3 1 0 4 4 8 0 1 14 3 3 3 1 33 2 0.90 1.87 102 T -1 -1 -1 -2 -2 1 0 -5 1 1 -1 0 0 -3 -3 2 3 0 -1 1 3 3 3 3 1 6 6 0 4 7 7 5 2 1 1 14 21 1 2 10 0.25 1.84 103 V 0 -5 -5 -6 -1 -5 -5 -5 -2 2 4 -3 1 0 -5 -3 -2 -5 -1 3 7 0 0 0 1 0 0 0 1 12 41 2 3 4 0 1 2 0 2 21 0.75 1.82 104 E -1 1 0 -1 -2 1 3 -2 3 0 -2 0 -1 -3 -1 0 2 -1 1 0 5 6 4 3 1 5 18 3 7 7 4 4 1 1 3 5 11 1 4 6 0.19 1.80 105 F 0 -5 -5 -5 4 -5 -5 -3 1 3 1 -5 -1 4 -1 -3 -2 -4 1 3 9 0 0 0 7 0 0 2 3 14 13 0 1 19 3 2 2 0 5 18 0.56 1.80 106 S -1 -1 0 0 0 3 2 -2 1 -1 -1 1 -1 -2 -2 1 1 0 -1 -1 5 4 5 4 2 11 13 3 3 3 5 7 2 2 2 13 8 1 2 5 0.16 1.95 107 V 3 -2 -2 -2 1 -4 -3 -3 -5 3 -1 -2 0 -2 -1 -1 -1 -5 0 3 25 2 2 3 2 0 2 2 0 15 6 3 2 2 3 3 3 0 3 22 0.43 2.01 108 S 0 -1 0 -1 -4 0 1 -1 -1 -1 1 -1 1 -2 -2 1 2 0 -1 0 7 3 4 3 0 5 9 4 1 3 15 3 3 2 2 12 12 1 2 8 0.12 1.95 109 D -1 0 1 0 3 1 0 -1 2 0 -1 0 2 1 0 0 0 -5 -4 0 6 6 5 6 5 5 6 6 5 6 6 6 5 5 6 6 6 0 0 6 0.09 1.89 110 H 0 0 1 0 -4 0 2 1 4 -2 -2 0 2 -1 1 0 -1 -2 -2 -3 6 5 7 5 0 3 13 11 11 2 3 5 6 3 7 5 5 0 2 2 0.23 1.62 111 Q -1 0 2 3 -5 2 0 1 -1 -4 -1 1 -1 -2 -1 1 -1 -5 -3 -2 4 5 10 16 0 8 6 11 1 1 6 9 1 2 3 11 3 0 1 3 0.24 1.68 112 G 0 0 0 -1 -5 -2 -1 4 -2 -3 -2 1 -4 -1 2 -1 -1 -2 -4 -3 7 5 5 3 0 1 4 34 1 2 4 10 0 3 9 5 4 0 0 2 0.43 1.69 113 V -1 -3 0 -3 -1 1 0 -1 -3 0 2 -1 0 -1 -1 1 1 -4 -1 2 5 1 4 1 1 7 7 4 1 5 17 3 2 3 3 9 10 0 2 13 0.14 1.65 114 I 0 -1 -1 -1 -1 1 0 -2 0 1 0 -1 1 -1 0 -1 2 -2 -3 2 6 3 4 4 2 7 7 4 2 6 8 4 4 3 5 4 13 1 1 13 0.10 1.62 115 T -2 -1 -1 -3 -4 0 0 -2 -2 -1 -1 -2 2 1 0 1 4 -1 -1 1 3 3 3 1 0 4 6 3 1 3 7 1 4 6 4 12 28 1 2 8 0.31 1.60 116 R 1 3 -1 -1 -4 1 1 -3 -1 -2 -1 1 0 1 -4 0 1 -4 0 -1 11 18 2 4 0 5 8 2 1 3 5 9 2 7 0 6 9 0 4 4 0.23 1.58 117 K -2 3 -1 -1 -5 2 2 -2 1 -3 -2 2 -2 1 0 0 1 -4 -1 -2 2 14 3 2 0 10 13 3 3 2 4 11 1 6 5 7 8 0 2 3 0.25 1.57 118 V 0 -3 -2 -2 -1 -4 -5 -3 -5 3 2 -4 -1 0 -3 -3 1 -5 -4 5 6 1 2 3 1 0 0 1 0 13 16 0 1 4 1 1 10 0 0 38 0.62 1.57 119 N -2 -1 2 0 -5 -2 3 -2 1 0 -1 0 -2 -1 -3 0 1 -2 -2 1 2 4 11 4 0 1 19 2 4 6 8 7 1 3 1 7 11 1 1 8 0.22 1.56 120 I -4 -1 -6 -6 1 -5 -5 -6 -6 5 1 -3 -2 1 -5 -5 -2 -5 -4 4 0 4 0 0 3 0 0 0 0 41 14 1 0 5 0 0 2 0 0 30 1.03 1.58 121 Q -2 0 0 -1 -3 3 1 -2 0 -1 -1 1 -2 -2 -1 1 1 3 0 0 2 5 4 3 1 17 9 2 2 4 7 8 1 1 2 11 8 4 3 6 0.21 1.59 122 V -1 -5 -5 -5 -4 -5 -2 -3 -5 4 1 -5 -2 0 -5 -4 0 -5 -4 5 4 0 0 0 0 0 3 2 0 25 11 0 0 3 0 0 5 0 0 45 0.93 1.54 123 G -1 2 1 -3 -5 0 2 1 -1 1 0 0 -1 -3 -2 -1 2 0 -1 -1 5 10 6 1 0 4 14 11 1 8 8 5 1 1 2 4 12 2 2 3 0.16 1.55 124 D -1 0 1 7 -5 -1 0 -3 0 -3 -5 -3 -5 -5 -4 -3 -1 -6 -5 -3 5 6 5 64 0 2 5 1 2 2 0 0 0 0 0 0 4 0 0 2 1.29 1.54 125 V 0 0 -3 -3 -2 0 -1 -2 -4 4 -1 -1 0 -3 -1 -3 1 -1 -2 3 6 5 1 1 1 4 4 3 0 27 3 4 2 1 3 1 10 1 1 21 0.41 1.52 126 N -4 -3 7 1 -5 1 -3 0 -3 -5 -5 0 -4 0 -1 0 0 -5 -4 -5 1 0 54 7 0 6 0 6 0 0 1 6 0 5 3 5 5 0 0 0 1.07 1.52 127 D -2 0 1 6 -6 0 1 0 0 -5 -4 1 -5 -1 -2 0 -2 -6 -5 -3 3 5 5 42 0 5 8 6 2 0 2 9 0 3 2 6 2 0 0 2 0.72 1.61 128 N -4 1 5 0 -5 0 -1 0 5 -2 -3 -1 -4 0 -4 -2 -1 0 0 -2 1 8 32 4 0 4 4 6 13 2 2 4 0 4 0 2 4 2 3 4 0.60 1.50 129 A 3 0 -2 -2 -4 -2 0 -2 -1 -2 -3 1 -1 -2 3 1 0 0 -2 0 25 5 2 2 0 2 5 2 1 2 2 11 1 2 13 10 6 2 2 6 0.31 1.53 130 P -2 -5 -5 -2 -6 -4 -4 -5 -5 -5 -4 -2 -5 -6 8 -4 -2 -7 -6 -3 4 0 0 2 0 0 0 0 0 0 2 2 0 0 86 0 2 0 0 1 2.51 1.78 131 T -1 1 -2 -3 -5 1 2 -4 0 1 -1 0 1 -2 -2 -1 1 -5 0 3 4 7 2 1 0 7 15 1 3 9 5 5 3 2 2 4 11 0 3 19 0.26 1.76 132 F -4 -2 -5 -6 1 -5 -6 -4 -4 1 -2 -5 0 8 -2 -5 -3 0 -1 -1 1 2 0 0 3 0 0 1 0 6 2 0 2 72 3 0 2 1 0 3 1.73 1.74 133 H -1 0 -2 0 -5 2 0 -3 3 -1 0 0 -2 -2 3 1 1 -5 -1 -2 5 4 2 6 0 9 5 2 6 4 9 6 1 1 16 9 10 0 2 3 0.24 1.70 134 N 0 0 1 0 -2 3 1 -2 1 -1 -2 1 1 -3 1 0 0 -5 -4 0 7 5 7 6 1 14 9 3 3 3 3 9 3 1 6 7 6 0 0 6 0.19 1.72 135 Q -1 1 0 0 -5 0 2 -1 -2 -4 -3 1 0 -1 1 1 2 -5 -2 -2 4 6 5 5 0 5 15 5 1 1 3 8 2 2 8 12 13 0 1 3 0.24 1.76 136 P -1 -1 -1 0 -5 1 2 -2 -1 -1 -2 -1 -1 -2 4 1 1 -6 -2 0 4 3 2 5 0 6 15 2 1 3 4 3 2 2 20 10 9 0 2 6 0.32 1.88 137 Y -3 -2 -2 -5 1 0 -3 -3 -1 1 0 -1 2 3 -3 -3 -1 0 7 -2 2 2 2 0 3 4 2 2 1 10 9 5 6 9 1 2 4 1 35 3 0.75 1.86 138 S -1 0 1 -1 -5 2 1 -3 2 0 -2 0 1 0 -1 1 2 -1 -2 -1 4 6 8 3 0 8 11 1 4 6 4 6 3 4 3 9 11 1 2 5 0.14 1.88 139 V 1 -5 -3 -3 1 -5 -2 0 -5 3 2 -3 2 2 -2 -2 -2 -5 -2 3 10 0 1 1 3 0 2 9 0 14 18 2 4 7 2 2 2 0 1 20 0.38 1.87 140 R -1 1 1 0 -5 1 2 -3 -1 -2 -2 2 0 0 -1 2 1 0 -1 -2 4 8 6 5 0 7 12 2 2 2 4 12 3 4 2 15 8 1 2 3 0.21 1.84 141 I -2 -3 -6 -6 -4 -2 -3 -6 -6 5 0 -3 0 0 -5 -3 -2 -5 -4 5 2 2 0 0 0 2 2 0 0 37 8 2 2 3 0 2 2 0 0 37 1.05 1.89 142 P 0 0 -1 -1 -2 0 -1 -3 -1 -3 -1 -1 0 -3 5 2 -1 -6 -2 -2 7 5 3 3 1 4 4 2 2 2 7 4 3 1 29 16 4 0 1 2 0.49 1.87 143 E -3 -2 -4 -1 -1 0 7 -3 -3 -6 -4 -1 -2 -6 -2 -2 -3 -6 -5 -4 2 1 0 1 2 2 80 2 0 0 1 2 1 0 2 1 1 0 0 1 1.62 1.86 144 N -1 -1 6 2 -5 -2 0 0 -1 -2 -2 -2 1 -4 -5 2 0 -6 -5 -3 4 3 36 10 0 1 6 8 2 2 3 1 3 1 0 15 4 0 0 1 0.70 1.89 145 T 2 0 -1 -1 -2 -1 0 -2 -5 -1 -1 -1 -1 -4 -3 3 2 -6 -3 0 20 5 2 3 1 3 5 2 0 4 7 4 1 0 1 20 14 0 1 6 0.30 1.89 146 P 1 1 -1 -1 -4 0 0 -2 -2 -3 -2 0 -2 -4 5 1 0 -5 -4 -2 12 8 3 4 0 4 5 3 1 2 5 6 1 1 29 9 6 0 0 2 0.49 1.75 147 V 0 -1 -3 -3 -4 -2 -1 -2 -4 2 1 -2 -1 -1 4 -2 -1 -5 -2 3 7 3 1 1 0 2 4 3 0 9 12 2 1 2 24 3 3 0 1 21 0.47 1.78 148 G -2 -3 2 1 -5 -3 -1 6 0 -5 -6 -4 -2 -4 -1 -2 -2 -5 -2 -4 2 1 10 8 0 1 3 59 2 1 0 0 1 1 3 2 3 0 2 1 1.13 1.85 149 T 0 -2 -3 -2 -5 0 0 -3 -1 -3 -2 -2 -1 0 -2 2 5 -3 -1 0 7 2 1 2 0 4 5 1 2 1 5 2 1 4 1 16 38 0 2 5 0.56 1.89 150 P -2 3 -2 -2 -1 -1 -1 -3 0 -1 -1 -1 -1 -2 3 1 1 -2 0 1 3 16 2 3 2 2 5 2 2 4 7 4 1 2 14 10 8 1 3 10 0.24 1.82 151 I -3 -3 -6 -4 -3 -3 -3 -6 -5 3 1 -3 -1 4 -4 -5 -3 -4 -1 5 1 2 0 1 1 1 2 0 0 19 12 1 1 20 1 0 1 0 1 36 0.90 1.86 152 F 0 -2 -4 -3 0 -2 -4 1 -1 1 1 -4 3 2 3 -2 0 -5 1 -1 8 2 0 2 2 1 1 9 2 7 15 1 8 8 15 3 6 0 5 3 0.31 1.89 153 I -3 2 -1 -2 -3 2 -2 -4 -2 1 3 1 -2 -2 -4 -1 2 -5 -1 1 1 10 3 2 0 10 2 1 1 7 24 7 1 2 0 4 13 0 2 10 0.32 1.93 154 V -2 -3 -3 -2 -5 -3 0 -4 -5 2 2 -1 0 1 1 -4 -2 -5 -1 4 2 2 1 3 0 1 8 2 0 9 18 3 2 5 6 1 2 0 2 34 0.50 1.93 155 N -1 0 3 -1 0 1 1 0 1 -3 -3 1 -3 -1 -3 2 3 -6 -3 -1 4 5 13 3 2 6 8 6 3 2 3 7 1 3 1 14 16 0 1 4 0.26 1.92 156 A 6 -2 -2 -1 -1 -2 -4 -2 -5 -2 -3 -2 -4 -2 -3 -1 -2 -6 -3 2 64 2 2 3 1 2 0 1 0 1 2 2 0 2 1 2 2 0 1 13 0.98 1.90 157 T -3 0 -2 -1 -5 1 -1 -4 1 0 -1 0 -1 0 -2 1 4 -1 -2 0 1 6 1 3 0 7 4 1 3 4 6 6 2 3 2 11 29 1 1 7 0.35 1.90 158 D -4 -5 0 8 -6 -2 -1 -4 0 -4 -3 -3 -5 -4 -5 -2 -2 -7 -3 -5 1 0 2 80 0 2 1 1 2 1 3 1 0 1 0 2 2 0 1 1 1.84 1.89 159 P 2 1 -1 -2 -5 -1 -1 -1 1 -2 0 0 -2 -4 5 0 -2 -5 -5 -3 19 8 3 2 0 2 4 4 3 3 8 6 1 1 27 7 2 0 0 2 0.50 1.85 160 D -4 -2 -1 8 -6 -3 -1 -3 -1 -3 -6 -4 -5 -5 -3 -3 -1 -6 -1 -3 0 2 2 79 0 0 2 1 1 2 0 0 0 0 1 1 3 0 2 2 1.80 1.85 161 L 0 -1 -2 0 1 0 1 -3 -1 2 0 -1 1 -2 -2 0 1 -1 -1 2 6 4 1 5 3 4 8 2 1 10 10 3 3 2 2 9 10 1 2 15 0.13 1.61 162 G -1 -1 -1 0 -4 -2 -1 5 -2 -3 -4 -1 -4 -3 2 -1 0 -4 -3 -3 5 3 3 6 0 1 5 43 1 1 2 3 0 1 11 4 5 0 1 2 0.66 1.64 163 A 2 -1 1 0 -4 -1 1 -1 0 1 0 -1 0 -2 2 1 0 -2 -4 0 15 4 6 4 0 3 10 5 2 7 8 3 2 1 9 9 6 1 0 6 0.12 1.80 164 G -2 -2 6 -1 -5 0 -2 2 1 -5 -5 -1 -5 -2 -2 0 -1 3 -2 -4 3 2 43 3 0 4 2 14 3 0 1 3 0 2 2 8 3 4 1 1 0.85 1.83 165 G 2 -2 1 -1 -5 -2 -2 4 -2 -2 -3 -3 -3 -1 -2 2 0 1 1 -3 15 2 7 4 0 2 2 29 1 2 2 1 1 3 2 14 4 2 6 2 0.43 1.88 166 S -1 1 3 -1 -5 1 1 -2 0 -1 0 1 0 -4 0 1 1 -2 -3 0 6 6 12 4 0 6 8 2 2 4 9 7 3 1 4 12 7 1 1 6 0.15 1.86 167 V 0 -3 -4 -2 -4 2 -3 -4 -3 3 1 -3 0 -2 -3 0 -2 0 2 3 6 2 1 2 0 11 1 1 1 19 14 1 2 1 2 6 2 2 6 21 0.42 1.82 168 L -2 2 1 -2 -1 0 -1 -4 0 1 1 1 0 0 -4 0 1 -5 1 0 2 11 6 3 1 4 4 1 2 8 12 8 2 3 1 8 10 0 5 7 0.16 1.85 169 Y -3 -4 -2 -5 1 -1 -3 -3 -1 1 0 -3 -2 3 -4 -3 -1 -2 8 -1 2 1 2 0 3 2 2 2 1 8 7 1 1 10 1 2 3 0 49 4 1.15 1.87 170 S 0 1 1 -3 -5 1 0 -2 -1 -2 -3 0 -3 -2 -3 4 2 -5 -1 -2 6 8 7 1 0 5 7 3 2 2 2 5 0 2 1 31 12 0 3 3 0.40 1.88 171 F -4 -4 -3 -3 -2 -3 -5 0 -5 4 3 -5 0 3 -3 -2 -2 -2 2 0 0 1 1 2 1 1 0 8 0 28 23 0 2 13 2 3 2 1 7 5 0.62 1.87 172 Q -2 1 1 -1 -5 3 1 0 -1 -2 0 0 -1 -4 -1 2 0 -5 -2 -2 3 7 6 4 0 14 10 7 2 2 9 6 1 1 3 16 7 0 1 2 0.24 1.86 173 P -1 -2 1 2 -4 0 0 0 -1 -2 -3 -1 -1 -3 5 1 0 -5 -2 -2 4 2 6 11 0 4 7 8 2 2 3 3 1 1 26 9 6 0 1 3 0.42 1.75 174 P 0 -3 2 0 -5 -2 0 1 0 -3 -3 -3 -4 -2 5 1 0 -5 -2 -3 9 1 10 6 0 2 5 12 2 2 3 1 0 2 28 8 5 0 1 2 0.53 1.83 175 S 0 -2 3 1 -3 1 0 0 0 -4 -3 -1 0 -3 0 3 1 -5 -1 -3 6 2 14 6 1 6 6 8 2 1 2 4 2 1 6 23 7 0 2 2 0.31 1.90 176 Q -2 -1 2 1 -5 2 2 1 4 -3 -3 -1 -2 -2 0 0 -1 -5 0 -3 3 3 10 7 0 10 12 13 8 1 3 4 1 2 5 8 4 0 4 2 0.28 1.85 177 F -2 -1 -3 -3 -2 -2 -3 -3 2 1 0 -1 3 4 0 -2 -1 1 4 1 4 3 1 1 1 2 1 2 5 7 9 4 7 18 6 3 3 2 12 9 0.39 1.85 178 F -5 -3 -4 -5 -2 -4 -4 -5 1 -1 -1 -3 -2 8 -6 -2 -2 -3 1 -2 0 2 1 1 1 1 1 1 4 2 5 1 1 70 0 3 2 0 2 3 1.66 1.86 179 A 1 2 -1 0 -5 0 -1 -2 1 0 0 -1 -2 -3 -4 3 1 -5 -1 1 11 10 2 4 0 4 5 3 3 4 8 3 1 1 0 21 9 0 2 10 0.22 1.87 180 I -3 -5 -2 -3 -4 -3 -4 -6 -2 5 3 -2 1 -1 -4 -2 -3 -5 -4 3 1 0 2 1 0 1 1 0 1 38 25 3 2 2 1 3 1 0 0 18 0.86 1.80 181 D -4 -2 3 6 -6 -1 1 -2 2 -3 -5 -1 -5 -4 -2 -1 -1 -6 -3 -3 1 1 16 46 0 2 8 3 5 2 1 3 0 1 2 3 4 0 1 2 0.97 1.77 182 S -2 1 1 0 -5 0 0 -1 0 -1 -2 1 -2 -4 3 2 0 -6 -3 -1 3 7 8 4 0 5 7 4 2 3 4 8 1 1 17 17 5 0 1 5 0.30 1.80 183 A 0 0 1 1 -5 0 0 0 1 -1 -3 2 -1 -1 -3 1 1 -5 -1 0 7 4 6 7 0 4 6 7 4 4 3 12 1 3 1 11 10 0 2 7 0.14 1.73 184 R -3 2 1 1 -5 0 1 -1 -1 -5 -4 1 -3 -4 -2 2 4 -5 -2 -3 0 11 6 7 0 5 8 4 2 0 1 10 1 1 1 15 26 0 2 1 0.48 1.77 185 G -1 -2 0 -4 -3 -4 -3 6 -3 -3 -4 -1 -5 -4 0 -2 -3 -6 -1 -4 3 2 4 0 0 0 1 67 1 2 2 4 0 1 6 3 2 0 2 1 1.23 1.81 186 I 0 -2 0 2 -2 0 1 -3 -2 1 0 -1 -1 -1 -2 -1 0 1 1 2 7 2 5 12 1 5 8 1 1 9 10 3 2 2 2 4 7 2 4 13 0.13 1.80 187 V -3 -4 -3 -4 -2 -4 -2 -3 -5 5 3 -4 0 0 -1 -4 -4 -1 0 2 1 1 1 1 1 1 3 3 0 32 30 1 2 3 3 1 0 1 3 15 0.73 1.79 188 T -2 1 -1 -3 -2 -3 -1 -2 -1 0 0 -1 0 0 -5 1 4 -5 1 2 2 8 3 1 1 1 4 3 2 5 9 4 2 4 0 8 23 0 5 15 0.30 1.79 189 V 0 -3 -2 -5 -2 -3 -5 -4 -3 1 4 -3 0 -3 -4 -3 2 -5 -3 3 7 1 2 0 1 1 0 1 0 8 34 1 1 1 1 2 13 0 1 24 0.60 1.77 190 I 0 0 0 0 -5 -1 0 -3 0 1 1 0 0 -3 -3 1 2 -5 -3 1 8 5 4 6 0 3 6 2 2 7 16 5 2 1 1 9 14 0 1 9 0.15 1.78 191 R -1 4 -1 -2 -6 1 1 0 -1 -4 -4 4 -2 -4 0 0 -1 -1 -5 -4 4 22 2 2 0 6 9 8 2 1 1 24 1 1 5 6 4 1 0 1 0.53 1.78 192 E 1 0 0 -1 -2 -1 2 -2 -1 -2 -3 1 -1 -3 3 1 2 -5 -3 -1 13 4 4 4 1 3 12 2 1 2 2 8 1 1 14 10 13 0 1 4 0.27 1.77 193 L -4 -1 -4 -1 -4 -1 -4 -2 -4 2 4 -4 3 2 -2 -4 -3 -4 -3 0 0 3 0 4 0 3 0 4 0 9 51 0 8 10 3 0 0 0 0 4 0.70 1.26 194 D -2 -1 2 6 -5 2 0 -2 0 -4 0 -1 -4 -5 -4 0 -1 -5 -4 -4 3 3 8 44 0 8 6 3 2 0 9 4 0 0 0 6 3 0 0 0 0.73 1.25 195 Y -1 3 -3 -1 -4 1 -3 -2 2 -1 -1 -3 -3 4 0 -2 -3 1 5 -3 5 19 0 3 0 6 0 2 4 4 4 0 0 20 5 3 0 2 20 0 0.60 1.23 196 E -1 -1 0 2 -5 1 5 -1 -3 -1 -4 -1 -4 -2 -4 -1 1 -5 -4 -2 6 2 4 9 0 5 44 5 0 5 0 3 0 2 0 5 7 0 0 3 0.61 1.26 197 T -1 0 0 0 -5 2 2 -3 -2 -2 -1 2 -1 -3 0 0 2 -5 -4 0 5 4 4 5 0 8 16 2 1 2 5 13 1 1 4 8 14 0 0 6 0.27 1.63 198 T -1 1 2 -2 -3 3 0 -4 -1 1 -1 1 -1 -3 0 0 1 -1 0 -1 5 7 9 2 1 14 7 1 1 9 5 9 2 1 4 6 9 1 4 5 0.20 1.63 199 Q 2 1 -1 2 -2 2 0 -1 1 -5 -3 1 0 -5 3 1 -2 -5 -4 -3 15 7 3 10 1 9 6 4 4 0 2 7 3 0 15 10 2 0 0 1 0.35 1.62 200 A 0 -1 -2 -3 -5 2 2 -2 0 0 0 -1 0 0 -3 1 2 -2 0 1 9 4 1 1 0 10 13 3 2 5 7 4 2 4 1 11 11 1 3 9 0.16 1.65 201 Y -3 -3 -3 -5 -1 -2 -4 -4 5 -2 -2 -2 0 3 -3 -4 -3 1 8 -2 2 1 1 0 1 2 1 1 12 2 4 2 2 13 1 1 1 1 49 3 1.30 1.67 202 Q -2 1 1 0 0 3 1 -4 2 1 -2 1 -1 -2 -3 0 2 1 -1 -1 3 6 7 4 2 13 8 0 5 8 3 7 2 1 1 8 14 2 2 5 0.24 1.63 203 L -4 -2 -3 -6 -4 -5 -4 -6 -2 2 5 -5 1 3 -5 -4 -4 -4 0 1 0 2 2 0 0 0 1 0 1 9 56 0 3 14 0 1 0 0 2 7 0.96 1.63 204 T -2 1 -1 -2 -1 -1 -1 -4 -1 1 1 -1 -1 -2 -3 -1 3 -1 0 2 3 9 2 2 1 3 4 1 2 9 12 4 1 2 1 3 22 1 4 13 0.27 1.63 205 V -1 -6 -6 -6 -4 -5 -6 -4 -6 4 2 -5 1 -1 -6 -4 -4 -2 -2 5 6 0 0 0 0 0 0 1 0 19 19 0 3 3 0 1 0 1 1 47 1.02 1.69 206 N -3 1 1 0 -5 2 1 -3 1 -1 -1 1 -1 -1 -4 0 3 -5 -1 -1 1 8 7 4 0 10 9 1 3 4 6 9 1 3 0 7 19 0 2 5 0.26 1.65 207 A 6 -5 -2 -1 -4 -4 -3 -2 -5 0 -3 -4 -3 -5 -4 -1 -1 -6 -5 2 63 0 2 3 0 0 2 1 0 4 2 0 0 0 0 2 2 0 0 18 1.03 1.66 208 T -2 0 0 -2 -2 1 1 -4 -2 -2 -1 1 1 -1 -4 2 3 -1 1 1 3 5 4 2 1 7 8 0 1 1 7 8 3 3 0 13 19 1 4 11 0.25 1.60 209 D -2 -4 1 7 -5 -3 0 -1 -4 -3 -5 -3 -2 -5 -2 -2 -2 0 -5 -2 3 0 7 66 0 0 4 4 0 2 1 1 1 0 2 3 2 1 0 3 1.33 1.54 210 Q -1 2 -1 -1 1 3 1 2 1 -2 -1 0 3 -3 -1 0 -1 -1 -2 -3 6 10 3 3 3 15 8 15 3 2 5 4 8 1 3 5 3 1 1 2 0.25 1.41 211 D -1 -3 1 3 -1 -1 0 5 -1 -3 -3 -3 -4 -3 0 -1 -2 -4 -3 -2 5 1 7 17 1 3 5 38 2 1 2 1 0 1 5 4 2 0 1 3 0.62 1.48 212 K 0 0 1 0 -3 1 -1 3 0 -1 -1 1 -3 -2 0 -1 0 -3 -1 0 7 4 8 4 0 6 3 21 2 3 6 8 1 2 4 5 6 0 2 6 0.15 1.32 213 T -1 -1 2 -1 -3 0 0 0 -3 -1 -2 -1 -2 -1 4 1 1 -4 -1 0 5 4 9 3 0 4 8 7 0 3 5 3 1 3 19 12 7 0 2 6 0.23 1.41 214 R -1 2 1 -1 -2 0 1 0 1 -2 -1 1 -1 -1 2 0 -1 -1 0 -1 5 12 6 4 1 4 11 7 4 2 6 8 1 2 10 7 3 1 3 4 0.15 1.10 215 P -1 -1 -1 -1 -3 -1 -1 1 -1 -2 -2 -1 -3 -1 6 0 0 -3 0 -2 5 4 3 3 1 3 3 9 1 2 4 3 1 2 37 7 5 0 3 4 0.62 1.26 216 L -1 1 0 -3 -1 0 -1 -2 -1 0 4 -1 1 1 -1 -1 -2 -3 -1 0 4 7 4 1 1 4 4 3 1 5 37 3 3 5 3 5 2 0 2 6 0.29 1.50 217 S -1 0 0 -1 -3 0 1 -1 1 -3 -3 -1 -3 -2 -2 4 2 -1 0 -1 5 4 4 3 1 4 11 5 3 2 2 3 1 2 2 30 11 1 3 4 0.32 1.69 218 T 0 -2 0 0 -4 -1 -1 3 -1 -2 -3 -1 -4 -2 1 2 3 -2 -4 -1 7 2 4 5 0 2 3 19 2 2 2 3 0 2 7 16 21 1 0 4 0.36 1.68 219 L -2 -2 -1 -2 -3 -1 -1 -3 -1 -2 0 -1 -1 1 2 1 4 0 -2 0 3 2 3 2 0 3 5 2 1 2 10 3 1 7 9 11 26 1 1 6 0.29 1.50 220 A 3 -3 -1 -3 1 -2 -2 -2 -2 -1 -2 -1 -1 -2 0 1 3 -1 -2 2 26 1 2 1 3 2 3 3 1 3 3 4 2 2 4 10 16 1 1 13 0.32 1.62 221 N 0 0 3 1 -4 1 1 -2 0 -2 -1 -1 -1 -2 0 0 3 -5 -2 -1 7 5 12 8 0 5 11 3 3 3 6 3 2 2 4 5 17 0 1 4 0.22 1.60 222 L -1 -2 -5 -5 1 -2 -5 -4 -1 3 2 -3 1 1 -5 -2 1 -4 1 4 4 2 0 0 2 2 0 1 1 13 17 1 3 6 0 3 10 0 5 29 0.50 1.65 223 A 0 1 0 -3 -2 0 0 -4 1 1 0 0 0 -2 -2 1 2 -1 -1 1 8 7 5 1 1 4 5 1 3 9 9 6 2 2 2 10 12 1 2 11 0.13 1.67 224 I -3 -3 -3 -3 -4 -4 -1 -5 -5 5 -1 -4 -1 -2 -1 -2 1 -5 0 4 1 1 1 1 0 0 4 0 0 36 5 0 1 1 3 3 8 0 3 29 0.78 1.66 225 I -1 1 0 -2 -4 0 -1 -3 0 2 0 1 -1 -1 -4 0 2 -5 -1 2 4 7 5 2 0 5 4 2 2 10 9 8 2 3 0 8 13 0 2 16 0.19 1.66 226 I -4 -1 -3 -2 -4 -5 -3 -6 -5 3 0 -2 -2 0 -2 -3 -1 -5 -4 6 0 3 1 3 0 0 2 0 0 15 9 2 0 3 2 2 4 0 0 53 0.89 1.69 227 T -2 -2 -1 -2 -4 0 0 -2 -4 2 1 1 0 -3 -1 0 3 -5 -4 2 3 2 3 2 0 5 6 3 0 9 16 7 2 1 3 6 16 0 0 14 0.24 1.68 228 D -1 -4 1 7 -6 -1 0 -1 -4 -3 -2 -1 -5 -6 -2 -1 -1 -6 -5 -2 4 0 5 60 0 3 5 4 0 1 4 3 0 0 1 4 3 0 0 3 1.13 1.69 229 V 0 -3 -3 0 -1 -1 -1 -4 -2 3 -1 -1 0 -1 -1 -1 -1 0 -4 4 8 1 1 6 1 3 5 1 1 19 4 4 2 3 3 4 3 1 0 30 0.41 1.74 230 Q -3 -1 7 1 -5 2 0 -4 0 -5 -3 -2 -2 -5 -1 -1 -1 -5 -4 -3 2 3 50 8 0 8 7 0 2 0 3 2 1 0 3 4 3 0 0 2 1.00 1.66 231 D -4 -2 1 7 -5 -2 1 -3 -1 -3 -3 -2 -4 -2 -2 0 -2 -5 -4 -5 1 2 6 59 0 1 8 2 1 1 3 1 0 2 2 7 2 0 0 0 1.17 1.63 232 M -1 0 6 -3 -2 -1 0 -3 2 -1 0 -1 0 -3 -2 -2 -2 -1 -1 1 6 5 36 1 1 2 6 1 4 3 10 4 2 1 2 2 1 1 2 9 0.52 1.56 233 D 3 -1 0 2 -2 -2 0 0 0 -2 -3 -1 -2 -1 3 0 0 -5 -3 -2 21 3 5 11 1 1 5 6 2 3 2 3 1 3 17 7 6 0 1 2 0.31 1.59 234 P -4 -3 -3 -3 -5 -3 -3 -4 -5 -5 -4 -4 -5 -2 8 -1 -1 -6 -5 -5 0 2 1 1 0 1 1 1 0 0 1 0 0 2 81 4 3 0 0 0 2.22 1.68 235 I 0 -1 -3 -4 -4 1 1 -5 -1 2 0 -1 1 0 -1 -3 0 1 -1 3 6 4 1 1 0 6 11 0 2 12 7 3 4 4 3 1 5 2 2 25 0.32 1.69 236 F -2 -4 -3 -5 -1 -3 -2 -4 0 0 -2 -3 -1 8 -5 -4 -3 2 1 0 3 0 2 0 2 1 3 1 2 6 2 2 1 62 0 1 1 3 2 5 1.36 1.64 237 I -2 0 -1 -1 -4 -1 0 -2 -4 2 1 -2 0 -1 0 1 2 -1 -2 1 3 4 3 4 0 2 7 3 0 10 16 2 2 2 4 12 12 1 1 10 0.16 1.67 238 N -3 1 2 0 -5 3 1 -2 2 -2 -2 1 0 -1 2 0 -1 -2 -3 -3 1 7 11 5 0 15 10 3 4 2 4 10 3 2 10 6 3 1 1 2 0.31 1.65 239 L 1 -2 -1 -1 0 0 0 -1 -4 0 1 -1 0 -1 2 2 0 -5 -2 -1 10 3 3 4 2 4 5 6 0 6 12 4 2 2 10 13 6 0 1 5 0.11 1.75 240 P -1 0 -1 -2 -4 0 1 -3 0 0 -1 -2 -1 0 4 1 1 -5 -4 0 4 5 3 2 0 5 8 2 3 5 6 2 1 5 21 12 10 0 0 8 0.30 1.75 241 Y -2 -1 -3 -5 -1 0 -2 -3 0 -1 -1 -1 -2 2 -3 -3 -1 -1 8 -1 4 3 1 0 1 4 2 2 1 4 6 3 1 7 2 2 4 0 49 3 1.05 1.73 242 S -1 2 1 -1 -1 1 2 -2 1 -1 -2 -1 -2 -1 -1 1 1 -3 1 1 4 10 5 3 1 6 12 3 4 4 3 4 1 3 4 11 8 0 4 9 0.13 1.76 243 T 2 -3 -1 -4 -2 -1 -1 1 0 1 -1 -3 -2 1 -2 -2 1 -2 -2 3 15 1 4 1 1 3 3 10 2 6 7 1 1 6 2 3 9 1 1 25 0.27 1.73 244 N -1 1 3 0 -5 2 2 -2 1 -4 -3 0 -2 -2 -3 2 1 -1 -1 -2 3 9 12 6 0 9 11 3 3 0 2 5 1 2 1 17 9 1 2 4 0.30 1.74 245 I -2 -5 -5 -6 -4 -2 -5 -6 0 4 1 -4 0 -1 -4 -2 -2 -5 -2 5 3 0 0 0 0 2 0 0 2 22 12 1 1 2 1 3 1 0 1 47 0.97 1.82 246 Y 0 -1 -2 0 -3 1 0 -3 -1 -2 0 -1 1 -2 4 1 -1 1 1 -2 7 4 2 5 1 6 6 2 2 3 10 3 4 2 21 9 4 2 6 2 0.28 1.79 247 E -2 0 -2 0 -6 -1 7 -2 -3 -6 -4 -1 -5 -6 0 -2 -3 -6 -5 -5 2 4 1 4 0 1 73 3 0 0 2 2 0 0 4 1 1 0 0 0 1.45 1.81 248 H -2 0 5 3 -2 -2 1 0 1 -4 -2 -2 -1 -3 -2 0 -2 -6 -2 -3 4 4 33 18 1 1 8 7 3 1 4 2 2 1 2 6 2 0 2 2 0.63 1.80 249 S 2 -1 0 -2 -2 0 -1 -2 -1 -1 0 -2 -2 -2 -2 3 2 -5 -3 1 17 3 4 2 1 5 4 3 1 4 8 2 1 2 2 21 11 0 1 8 0.24 1.82 250 P -1 0 0 0 -5 1 0 -1 2 0 -1 0 2 1 0 -1 0 4 1 -1 5 5 5 5 0 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0.10 2.01 251 P 0 -1 1 0 -5 0 0 -1 2 0 -1 1 0 -5 3 -1 -1 1 -4 1 9 2 7 5 0 5 6 4 4 5 6 8 3 0 14 5 3 2 0 10 0.19 1.84 252 G -1 -4 1 -1 0 0 -1 5 0 -4 -3 -1 -4 -1 -1 -1 -2 -5 -1 -1 5 0 7 4 2 5 4 44 2 0 3 3 0 2 3 5 2 0 2 6 0.61 1.78 253 T -1 -1 -2 -1 -5 -1 1 -2 0 0 -1 -1 0 1 -2 2 4 -5 0 -2 4 3 1 3 0 3 10 3 3 6 5 3 3 7 2 13 30 0 3 2 0.37 1.95 254 T -2 0 -1 -1 -1 0 -1 -5 -1 0 1 -2 0 0 2 0 2 0 -1 2 2 6 4 3 1 3 4 0 2 5 14 2 2 4 9 9 11 2 2 14 0.18 1.92 255 V -1 -3 -3 -4 -1 -3 -3 -4 -1 4 1 -3 -1 0 -2 -3 -2 -5 -2 5 4 2 1 1 1 1 1 2 2 20 10 1 1 3 2 2 2 0 1 43 0.74 1.91 256 R 1 2 -1 -2 -1 -1 -1 1 0 1 1 0 2 -2 -2 -2 0 -5 -1 0 11 13 3 2 1 3 3 12 2 7 11 4 6 1 2 2 6 0 2 7 0.15 1.86 257 I -2 1 0 -2 -4 1 -1 -3 1 2 0 1 0 0 -3 -1 2 0 -2 1 3 7 5 2 0 6 3 2 3 11 10 8 3 4 1 5 13 1 1 10 0.15 1.82 258 I -1 -3 -5 -3 -4 -4 -3 -5 -2 3 2 -3 0 1 -1 -3 -2 -4 1 5 5 1 0 1 0 0 2 0 1 16 16 1 2 5 3 1 2 0 4 38 0.68 1.86 259 T -1 0 2 -1 -3 1 -1 -1 0 -1 -2 1 0 -1 -2 1 3 -1 0 0 5 5 8 3 1 6 3 4 2 3 3 8 2 2 2 12 20 1 3 7 0.21 1.81 260 A 5 -3 -2 0 -4 -2 -2 -2 -2 -2 -3 -1 -4 -1 -2 -1 -1 -5 -3 1 54 1 2 6 0 1 2 2 1 2 2 4 0 3 2 4 3 0 1 10 0.74 1.84 261 I -1 -1 -1 -1 -4 1 0 -3 -1 3 -1 -1 -1 -1 -4 0 3 0 0 1 4 4 3 4 0 6 6 2 2 16 7 3 1 3 0 8 17 1 4 10 0.22 1.84 262 D -2 -3 0 7 -5 -1 -1 -2 -2 -5 -4 -2 -5 -4 -2 -2 -1 1 -5 -3 4 1 3 67 0 2 2 3 1 0 2 2 0 1 2 3 3 2 0 2 1.37 1.85 263 Q 2 1 0 -1 -5 2 1 0 -2 -2 0 0 -1 -3 2 0 -2 -2 -2 -3 15 7 4 3 0 9 9 7 1 2 11 6 1 1 12 8 2 1 1 2 0.19 1.84 264 D -3 -3 -1 7 -5 -3 0 -2 -4 -3 -4 -3 -5 -5 -1 -3 -2 -6 -5 -2 1 1 2 73 0 0 6 3 0 1 2 1 0 0 3 1 2 0 0 3 1.60 1.83 265 K 0 1 -1 1 -2 -1 3 -2 1 0 -1 0 -3 -2 0 0 1 -1 -1 -2 7 7 3 7 1 2 17 4 3 5 7 5 1 2 5 8 10 1 2 3 0.15 1.80 266 G 0 -2 0 0 -4 -2 -2 5 -1 -3 -3 -3 -2 -1 0 0 0 1 -2 -4 6 3 4 5 0 1 2 46 2 2 3 1 1 3 4 8 6 2 1 1 0.65 1.76 267 R -1 1 2 0 -4 1 1 -3 -1 1 -2 -1 1 -2 -1 1 1 -4 -2 0 6 7 9 6 0 5 11 2 1 9 4 4 3 2 4 11 8 0 1 7 0.14 1.66 268 P -1 -2 6 0 -3 -1 -1 -2 0 -2 -2 -3 -2 -2 3 0 0 -4 -1 -3 5 1 36 5 1 3 4 3 2 2 4 1 1 2 13 8 6 0 2 2 0.62 1.60 269 R 2 1 1 -1 -3 1 -2 2 -1 -2 -2 0 -2 -2 0 1 -1 2 -1 -2 15 8 8 4 0 7 2 16 2 2 3 5 1 1 4 11 3 3 2 3 0.20 1.45 270 G 0 0 2 0 -2 0 2 2 -2 -2 -2 1 -2 -3 0 0 0 1 -3 -3 9 6 9 6 1 4 12 13 1 3 5 8 1 1 5 5 5 2 1 2 0.16 1.51 271 I 0 -1 -3 -2 -3 -2 -3 -4 -4 4 1 -3 1 -2 -2 -3 0 -1 -3 3 8 3 1 2 0 2 2 2 0 28 14 1 3 2 2 1 5 1 1 22 0.53 1.67 272 G 0 2 0 -1 -4 0 -1 1 0 -1 -1 0 -1 -2 -1 2 1 0 -2 1 7 11 4 3 0 5 3 12 3 4 5 4 1 2 2 14 9 2 1 9 0.13 1.70 273 Y -2 -3 -4 -5 3 -4 -4 -5 0 -2 -3 -1 -2 4 -5 -2 -3 -2 8 -1 3 2 0 0 5 0 0 0 1 2 2 4 1 14 0 2 2 0 56 4 1.47 1.73 274 T -1 3 -1 -2 -1 0 -1 -2 -2 -1 -2 -1 0 1 -3 4 1 -5 -1 -2 3 17 3 2 1 4 3 3 1 3 5 4 2 5 1 30 9 0 3 2 0.38 1.75 275 I -3 -2 -5 -4 -4 -5 -5 -5 -2 5 3 -2 1 3 -3 -2 -2 -4 -1 2 1 2 0 1 0 0 0 0 1 33 23 2 3 13 1 3 2 0 1 11 0.76 1.76 276 V -1 0 -4 -3 0 -1 -1 -3 -3 2 2 -2 0 0 -3 -1 -1 0 -2 3 5 5 0 1 2 3 4 2 1 11 19 2 2 4 2 6 3 1 1 24 0.31 1.69 277 S -1 -1 0 1 -4 1 1 0 0 -4 -4 0 -4 -3 0 4 0 -5 -2 -2 3 3 5 8 0 6 10 8 3 0 2 4 0 1 5 35 5 0 1 3 0.45 1.71 278 G -1 -1 1 2 -4 1 0 4 -2 -2 -3 0 -2 -2 0 -1 0 -4 -3 -2 6 3 6 12 0 6 5 27 1 3 3 5 1 2 5 5 5 0 1 3 0.32 1.62 279 N -2 -1 3 3 -2 0 2 0 -1 -2 -3 0 -1 -3 1 0 1 -4 -4 -2 3 4 13 19 1 3 11 8 1 2 3 5 2 1 6 6 9 0 0 3 0.31 1.64 280 T 0 1 1 0 -4 -1 0 -1 0 0 -2 0 -2 -4 3 1 1 -4 0 0 6 7 5 5 0 2 7 5 2 6 4 5 1 0 16 10 7 0 4 6 0.19 1.65 281 N 0 2 2 2 -5 1 0 1 -1 -2 -2 1 -1 0 0 0 -1 -1 -4 -3 7 10 9 11 0 6 6 9 1 2 4 9 2 4 4 8 5 1 0 2 0.18 1.80 282 S -1 1 1 1 -5 2 0 1 1 -4 -2 0 -1 1 0 1 0 1 -4 -3 4 8 6 9 0 10 7 11 4 1 4 4 2 7 4 10 5 2 0 1 0.19 1.72 283 I -2 -1 -2 -2 -1 -1 -3 -4 1 2 3 -1 2 1 1 -2 1 2 2 -1 2 3 2 2 2 3 1 1 4 11 24 3 5 5 7 3 7 3 8 4 0.28 1.69 284 F -4 -3 -5 -3 -4 -3 -5 -5 -4 -1 1 -2 -1 8 -3 -4 -3 -2 -1 -2 1 1 0 2 0 2 1 1 0 3 11 2 1 68 2 1 2 0 0 2 1.60 1.70 285 A 1 1 0 0 -4 1 1 -2 2 -1 -2 1 -3 -3 -1 2 1 -5 -1 -1 11 6 4 5 0 5 11 3 5 5 4 7 1 1 3 15 9 0 3 4 0.17 1.76 286 L -2 -5 -3 -3 -4 -5 -5 -5 -1 5 3 -3 1 -1 -5 -3 -1 -5 -1 2 2 0 1 2 0 0 0 0 2 36 27 2 2 2 0 2 3 0 2 15 0.82 1.75 287 D -3 -1 4 5 -5 -1 2 -1 2 -5 -5 -1 -2 -1 -4 0 -2 -2 -2 -4 1 3 24 30 0 2 11 5 4 0 1 3 1 3 0 6 2 1 1 1 0.77 1.76 288 Y 0 1 0 -2 -4 0 1 -2 2 -2 -1 0 -3 -2 4 1 1 -2 1 -3 6 9 4 2 0 4 8 3 4 3 6 4 0 2 18 12 7 1 5 1 0.28 1.67 289 I -2 0 1 1 -1 1 1 -2 1 1 -1 0 1 -1 -3 0 1 -4 -1 1 3 6 8 8 1 7 8 3 3 7 6 6 3 2 1 8 8 0 2 9 0.11 1.63 290 S -1 -3 2 0 -4 -2 1 -2 1 -4 -4 -1 -4 -1 -2 3 4 -5 -4 -3 3 1 10 4 0 1 9 2 3 1 2 2 0 3 2 24 30 0 0 1 0.61 1.71 291 G -1 -3 -1 -1 -4 -4 -3 6 -2 -4 -3 -3 -2 -3 -2 -2 -2 -4 -1 -2 3 2 3 3 0 0 2 66 1 1 4 1 1 1 2 2 3 0 2 3 1.17 1.68 292 V 0 0 0 0 -2 0 2 -3 -2 2 -1 -2 -2 -1 -1 0 1 0 -1 2 9 5 4 5 1 4 14 2 1 11 4 2 1 3 3 7 8 1 2 13 0.14 1.73 293 L -2 0 -5 -1 -4 -2 -2 -5 -5 4 2 -1 0 -1 -1 -2 0 3 -1 1 3 5 0 4 0 2 2 0 0 24 21 4 2 2 4 3 7 4 2 9 0.40 1.81 294 T 0 0 0 -1 -4 -1 -2 -2 0 -2 -1 0 0 2 -1 -1 4 -4 0 0 7 6 4 4 0 2 2 2 2 2 6 6 2 10 3 4 26 0 4 6 0.28 1.81 295 L -1 -1 1 -4 0 1 0 -1 -4 0 2 -1 1 -1 -1 -1 2 -5 -1 2 5 4 7 0 2 6 6 5 0 5 18 3 3 3 3 4 12 0 2 13 0.16 1.79 296 N 1 0 2 -2 -2 1 2 -3 -2 -1 0 1 -1 -3 -1 0 1 -5 -4 0 12 5 12 2 1 5 12 2 1 3 10 7 1 1 4 7 8 0 0 7 0.17 1.62 297 G 1 1 0 -1 0 -1 0 3 -1 -3 -3 2 -1 -3 -1 1 -1 -4 -4 -2 10 7 4 4 2 3 7 22 2 1 2 13 2 1 3 9 3 0 0 3 0.26 1.57 298 L -1 1 0 -3 -1 -1 -1 -2 -2 1 1 -1 1 -1 3 0 0 -4 -1 1 5 7 4 1 1 2 5 4 1 7 14 4 4 3 15 7 6 0 2 8 0.16 1.59 299 L -2 -1 -5 -5 -1 -2 -4 -5 -5 3 4 -4 2 1 -5 -2 -3 -1 -3 1 2 3 0 0 1 2 1 1 0 16 48 0 5 6 0 3 0 1 0 7 0.78 1.63 300 D -4 -1 0 7 0 0 1 -2 -3 -5 -5 -1 -4 -5 -2 0 -1 -5 -5 -3 1 4 4 59 2 4 7 2 0 0 1 3 0 0 1 6 3 0 0 2 1.19 1.62 301 R -3 6 -3 -2 1 -3 -2 -3 -1 -2 -2 0 -3 2 0 -2 -1 -1 2 -1 2 43 0 3 3 0 2 2 1 2 4 3 0 9 5 3 4 1 8 4 0.71 1.61 302 E -2 -2 -3 1 -5 1 6 -3 -3 -2 -3 0 -2 -5 -1 -2 -1 -5 -5 0 2 1 0 7 0 5 57 2 0 2 3 4 1 0 3 3 3 0 0 7 0.97 1.70 303 N 0 0 2 1 -3 1 2 -2 -1 -2 -2 2 -3 -3 0 1 1 -3 -2 -1 7 5 11 8 0 6 12 3 1 2 3 11 1 1 4 8 8 0 2 5 0.20 1.35 304 P 0 0 -1 -1 -1 1 0 -1 -1 -1 0 0 -1 -1 3 0 0 0 0 0 7 5 3 4 1 5 7 5 1 4 8 5 2 2 17 6 6 1 3 6 0.14 0.74 305 L 0 -1 -1 0 1 0 0 -1 -1 0 2 -1 0 0 0 0 0 -1 0 0 7 4 3 5 4 3 5 5 1 5 19 5 2 4 5 7 5 1 4 6 0.05 0.80 306 Y -1 0 -1 0 0 1 0 -1 0 0 0 -1 0 1 -1 0 -1 1 4 0 5 5 3 4 2 7 6 4 2 4 7 4 2 6 4 7 4 2 13 7 0.11 0.95 307 S 0 1 1 -2 -1 1 1 -1 2 -1 -2 1 -2 -2 -2 1 1 -3 1 -1 6 7 5 2 1 6 9 5 5 4 4 10 1 2 2 11 7 0 5 5 0.11 1.38 308 H -1 0 2 0 -3 2 1 -1 5 -1 -2 1 -1 -2 -1 0 -1 -2 1 -2 5 5 9 5 1 9 10 5 12 4 4 7 2 2 3 5 4 1 5 3 0.23 1.34 309 G 0 0 1 0 -2 1 0 0 -1 -1 -1 0 -1 0 -1 1 0 -1 -2 1 9 5 7 4 1 7 6 8 1 3 6 6 2 4 3 10 7 1 1 9 0.06 1.22 310 F -1 -1 -2 -2 -1 -1 -1 -3 0 0 1 -1 0 3 -2 -2 0 -1 5 0 6 3 2 2 2 3 5 2 2 4 12 3 2 13 3 3 5 1 22 5 0.37 1.38 311 I -1 -1 -1 0 1 0 0 -2 -1 3 0 -1 -1 -2 -2 -1 1 0 0 2 5 4 3 4 3 3 7 3 2 17 9 4 1 2 2 5 9 1 3 13 0.15 1.44 312 L -1 -2 -4 -2 2 -4 -3 -3 -4 2 4 -3 0 0 -2 -2 -2 -2 0 2 5 2 1 2 4 1 2 2 0 13 40 1 2 4 2 3 2 1 4 11 0.52 1.66 313 T 0 -1 -1 -1 -1 0 0 -3 1 -1 0 -1 -2 -3 -2 1 3 -4 -2 2 8 3 3 4 1 4 5 1 4 3 8 4 1 1 2 10 22 0 2 13 0.24 1.68 314 V 0 -3 -4 -2 -2 -3 -3 -4 -4 3 0 -3 -1 -2 -2 -2 0 -2 0 5 9 2 1 2 1 1 1 2 0 19 7 2 1 1 2 3 4 1 3 39 0.61 1.65 315 K -2 2 0 0 -3 3 1 -3 1 0 -1 3 -1 -2 -1 0 0 -3 -2 -1 3 10 5 6 0 12 8 2 3 6 5 18 1 1 3 7 5 0 2 4 0.24 1.49 316 G 3 -2 0 -2 -2 -1 -2 2 -2 0 -2 -1 -1 0 0 0 -1 -3 -1 1 29 2 5 2 1 2 3 13 1 5 4 4 1 4 5 5 3 0 2 9 0.25 1.27 317 T 0 0 -1 -2 1 0 1 0 -1 0 0 0 0 -2 -1 0 2 -2 1 0 6 5 3 2 3 4 8 7 2 5 8 5 2 1 3 8 15 0 5 7 0.09 1.25 318 E 0 -2 0 4 -2 1 2 0 -1 -1 -2 0 -1 -2 0 -1 -2 -2 -1 0 7 2 4 20 1 6 15 7 2 3 4 6 1 2 4 4 2 1 2 7 0.23 1.13 319 L 0 -1 -2 -2 0 -1 -1 -1 -1 1 2 -1 3 1 0 -1 -1 -2 0 2 6 3 2 2 2 3 3 5 2 7 19 4 7 5 5 4 4 1 3 12 0.14 1.11 320 N 0 -1 2 2 -2 -1 0 1 2 -1 -2 -1 -2 -1 -1 1 0 -2 -1 0 8 4 10 10 1 3 6 10 6 4 5 4 1 2 3 10 5 1 2 6 0.11 1.11 321 D -1 -1 1 3 -3 1 0 1 -1 -1 -1 -1 -1 -1 0 0 -1 -3 -2 0 5 3 7 16 1 5 6 13 2 4 7 4 2 3 5 6 4 0 1 6 0.14 1.33 322 D -1 -1 2 4 -3 1 1 0 2 -2 -2 -1 -1 -2 1 -1 -1 -3 -2 -3 5 3 9 20 1 5 11 8 4 2 5 4 1 2 7 5 4 0 2 2 0.26 1.32 323 R 0 2 0 -1 -2 0 -1 2 -1 -1 -1 0 0 -1 0 1 -1 -2 -2 -1 8 12 5 4 1 4 3 16 2 5 6 6 2 2 5 9 3 0 2 5 0.12 1.25 324 T -1 0 0 0 -2 0 -1 1 -1 0 0 -2 0 0 1 0 1 -1 0 1 5 5 4 6 1 3 4 10 1 6 10 3 2 4 8 7 8 1 3 10 0.05 1.29 325 P 0 -1 -1 -1 -2 -1 0 0 -1 -2 -1 0 -1 -1 5 0 -1 -3 -1 0 8 3 3 3 1 2 6 6 1 3 6 5 2 3 28 7 4 0 3 7 0.38 1.41 326 S 1 1 0 -1 -1 0 0 2 -1 -2 -1 -1 -1 -2 2 1 0 -3 -1 -2 10 7 5 4 1 5 7 14 1 2 7 3 2 2 9 10 7 0 2 3 0.12 1.53 327 D -2 -1 0 2 -2 0 0 2 1 -2 -1 0 -2 -1 2 0 0 -3 -1 -1 3 3 4 10 1 4 6 15 4 2 7 7 1 3 10 7 6 0 2 5 0.14 1.44 328 A 2 0 -1 -3 1 -1 -2 0 1 0 1 -1 1 0 1 0 -1 -3 -1 0 18 4 2 1 3 2 3 7 3 4 14 3 4 4 6 8 4 0 2 6 0.12 1.53 329 T -1 -1 0 -3 -3 -1 0 -1 2 -1 -1 -1 1 -1 0 2 3 -4 -1 0 5 3 4 1 0 2 6 4 4 3 6 4 4 2 4 19 19 0 2 6 0.22 1.59 330 V 2 -2 -1 -2 1 -1 -1 1 -1 0 0 -1 -1 -1 -1 1 0 -3 -1 2 15 2 2 2 3 3 3 11 1 6 10 3 1 2 3 9 6 0 2 14 0.12 1.49 331 T -1 -1 -2 -2 -1 -1 0 -4 -1 0 0 0 -1 -1 -1 1 4 -2 -1 0 4 3 2 2 1 3 7 1 1 6 10 6 1 3 3 10 29 0 2 6 0.30 1.72 332 T 1 -2 -1 -2 3 -1 -2 0 -1 0 0 -1 -1 -1 -2 1 3 -3 -1 1 10 2 3 2 7 2 2 8 2 5 8 3 1 2 2 8 19 0 2 10 0.20 1.37 333 T -1 -1 0 -1 -2 0 1 -2 -1 -1 -1 0 0 -2 0 0 4 -1 -2 0 5 3 4 3 1 5 8 4 1 4 6 6 3 1 4 8 28 1 1 6 0.27 1.34 334 F -1 -2 -2 -2 1 -1 -1 -1 -2 2 1 -2 0 1 -2 -2 -1 -1 -1 4 5 2 2 2 3 3 4 5 1 11 15 3 2 7 2 3 3 1 2 25 0.28 1.19 335 N -1 0 1 -1 -1 2 0 -2 1 0 0 0 -1 -2 -1 0 2 -2 -1 0 6 6 7 4 1 8 7 3 3 6 8 5 1 2 3 8 13 1 2 6 0.10 1.19 336 I -2 -2 -4 -4 -3 -3 -3 -4 -3 6 1 -2 -2 -2 -3 -3 -2 -4 -3 4 2 2 1 1 0 1 2 2 1 43 9 3 0 1 1 1 2 0 1 26 0.90 1.61 337 L -2 1 0 -1 -4 2 2 -4 1 0 0 1 -1 0 -3 -1 1 -4 -1 0 3 8 5 2 0 9 15 1 3 6 8 9 1 4 1 5 10 0 2 7 0.20 1.66 338 V -3 -3 -4 -4 -4 -3 -5 -5 -3 4 1 -5 -2 -1 -4 -3 -1 -5 -4 6 1 1 1 1 0 2 0 0 1 19 10 0 0 2 1 1 3 0 0 56 1.10 1.80 339 I -3 0 -1 -2 -4 1 1 -3 -3 1 2 0 0 -2 -3 -1 1 -5 -4 2 2 6 3 2 0 5 8 2 1 9 23 7 2 2 1 4 9 0 0 14 0.25 1.80 340 D -3 -3 0 8 -6 -3 0 -4 -4 -6 -6 -4 -6 -5 -3 -3 -2 -7 -6 -4 2 1 4 81 0 1 5 0 0 0 0 0 0 1 1 1 2 0 0 1 1.95 1.88 341 I -1 -3 -3 -2 -4 -3 0 -4 -5 5 -1 -2 -1 -3 -2 -2 -1 -5 -4 5 4 1 1 3 0 1 6 1 0 28 4 2 1 0 2 3 3 0 0 38 0.78 1.84 342 N -2 -1 8 0 -5 -2 -2 -2 -2 -4 -4 -3 -4 -5 -2 -1 -2 -5 -3 -3 2 2 72 4 0 2 2 2 1 1 1 1 0 0 2 3 2 0 1 2 1.58 1.77 343 D -4 -4 1 7 -6 -2 1 -3 -3 -4 -5 -3 -6 -6 -5 -2 -3 -3 -6 -4 1 0 6 75 0 1 8 1 0 1 1 1 0 0 0 2 1 0 0 1 1.77 1.87 344 N -2 -2 7 -1 -3 0 1 -2 5 -3 -4 -2 -3 -5 -4 -1 -2 -5 -2 -4 3 2 52 2 1 4 9 2 12 2 1 2 1 0 0 4 1 0 1 1 1.17 1.73 345 A 3 -1 -3 -3 -3 -2 -2 -1 -3 -1 -4 -2 -4 -3 5 1 0 -3 -3 -1 30 3 1 1 1 1 2 5 1 5 1 2 0 1 26 10 4 0 1 5 0.63 1.86 346 P -4 -5 -5 -5 -6 -3 -3 -5 -5 -6 -5 -4 -5 -6 8 -3 -3 -7 -6 -5 0 0 0 0 0 1 1 0 0 0 1 0 0 0 93 2 1 0 0 0 2.85 1.85 347 E -1 1 -1 -1 -5 2 3 -3 -2 1 -2 0 -1 -4 -3 -1 0 -5 1 2 6 7 3 3 0 8 21 2 1 8 4 6 2 0 1 4 6 0 5 14 0.28 1.82 348 F -5 -5 -6 -6 1 -5 -6 -6 -1 2 -1 -5 0 8 -2 -3 -4 -3 1 -1 0 0 0 0 3 0 0 0 1 10 5 0 2 64 3 2 1 0 3 4 1.57 1.81 349 N -1 -1 1 0 -4 1 0 -2 1 0 0 -1 -2 -1 3 1 2 -4 -2 -2 5 3 7 5 0 5 7 2 3 5 8 3 1 3 13 10 14 0 1 3 0.18 1.69 350 S 0 0 -1 0 -3 3 0 -2 1 -1 -1 0 0 -2 2 1 1 -5 -4 -2 8 6 2 5 0 15 6 2 3 4 6 6 2 2 10 11 7 0 0 3 0.21 1.82 351 S -1 1 2 1 -5 0 1 -2 -2 -3 -4 1 -2 -1 3 1 2 -5 -1 -3 6 6 9 7 0 4 8 3 1 1 2 9 1 3 12 12 13 0 2 2 0.28 1.81 352 E -1 -2 0 0 -5 1 3 -3 1 -1 -1 -1 -1 0 0 2 1 -3 -2 0 3 2 3 6 0 6 19 1 3 3 6 3 1 4 5 16 7 0 2 8 0.23 1.81 353 Y -2 -2 -3 -4 -3 0 -3 -3 -2 1 0 -1 2 2 -3 -3 -2 1 6 0 3 2 1 1 0 4 2 2 1 9 10 5 4 9 1 1 3 2 33 7 0.66 1.75 354 S -1 0 0 0 -5 1 2 -4 2 -1 -1 0 -3 -1 -2 1 2 -3 0 0 4 5 4 4 0 7 13 1 5 3 6 5 0 3 2 12 15 0 3 7 0.21 1.83 355 V 0 -4 -2 -3 0 -4 -4 0 -5 2 2 -3 1 0 -2 -2 0 -3 -1 3 8 1 2 1 2 0 1 7 0 12 21 1 3 4 2 3 6 0 2 22 0.36 1.86 356 A 0 2 0 -1 2 1 1 -1 1 -1 -2 0 -4 1 1 1 0 2 0 -2 9 10 4 3 4 5 8 5 3 3 3 5 0 6 8 9 6 3 4 3 0.12 1.68 357 I -1 -1 -4 -1 -4 0 0 -5 -5 4 0 -1 2 0 -5 -1 -1 -5 -4 3 4 4 0 4 0 4 6 0 0 24 8 5 4 4 0 4 4 0 0 23 0.44 1.69 358 T 0 -1 -1 0 0 0 1 -2 -1 -2 -1 1 1 -1 3 1 2 -5 -1 -2 6 3 3 4 2 4 8 3 1 2 6 7 4 3 13 11 13 0 2 3 0.18 1.73 359 E -2 -1 0 0 -6 0 6 -2 0 -5 -3 -1 -4 -6 -1 -1 -2 -6 -5 -3 3 2 4 5 0 3 60 2 2 0 2 3 0 0 2 5 2 0 0 2 1.05 1.74 360 L -2 -2 4 2 -4 -3 -1 1 1 -2 -1 -1 0 -2 -1 1 0 -5 -4 0 3 2 23 9 0 0 4 9 3 2 8 3 2 1 3 12 7 0 0 7 0.33 1.66 361 A 3 0 -1 -1 -2 -1 -1 -1 -4 -1 -1 -2 -1 -3 1 2 1 -5 -2 -1 25 5 3 3 1 2 5 5 0 3 7 2 1 1 7 14 9 0 1 5 0.25 1.75 362 Q 0 0 0 -2 -1 1 1 -1 0 -2 0 0 -1 -2 4 0 0 0 -1 -1 8 5 4 1 1 7 10 4 2 2 8 4 1 1 19 6 6 2 2 5 0.22 1.71 363 V 0 -3 -2 -2 -4 -1 0 -3 -1 1 0 -1 -1 -3 4 0 0 -5 -4 3 8 2 2 2 0 3 5 2 2 6 10 3 2 1 17 6 6 0 0 22 0.34 1.69 364 G 0 -2 1 0 -4 -1 -1 5 -1 -5 -3 -2 -4 -5 -1 0 -1 -5 -5 -1 7 2 7 6 0 2 3 47 1 0 2 2 0 0 3 7 3 0 0 4 0.71 1.69 365 F -1 -2 -1 -1 -3 -1 1 -2 1 0 -1 -2 1 2 -2 1 3 -3 2 1 5 2 3 4 0 2 8 3 3 6 6 3 3 10 2 9 16 0 6 9 0.17 1.44 366 A 0 2 -1 0 -3 -1 -1 -2 0 1 -2 -2 -1 -3 1 0 2 -1 -2 2 9 10 3 4 0 3 4 3 2 7 4 2 2 1 8 7 14 1 1 14 0.18 1.58 367 L -1 -2 -2 -3 -3 -1 -2 -2 -1 3 2 -2 0 3 -2 -1 -1 -3 -1 2 5 2 2 2 0 3 3 3 2 15 20 2 2 12 2 5 4 0 2 15 0.30 1.56 368 P 0 0 0 -1 1 -1 -1 1 -1 -1 -2 0 -2 -1 4 -1 1 -3 -2 0 8 5 4 4 3 3 5 9 1 3 4 5 1 2 20 5 7 0 2 8 0.21 1.29 369 L -2 0 -2 -3 -1 -2 -1 -2 -1 2 3 -1 1 1 -3 -2 1 -3 -1 1 4 5 2 2 1 2 4 3 1 9 29 3 4 6 2 3 10 0 2 7 0.25 1.32 370 F 0 0 -1 0 -2 0 -1 -1 -1 0 0 0 -1 3 -1 -1 1 0 2 0 6 5 3 4 1 5 4 5 2 4 8 6 1 12 3 5 9 1 6 8 0.10 1.01 371 I 0 -2 -2 -2 -2 -2 -1 -1 -2 3 1 -1 0 0 -1 -1 0 -2 -1 3 6 2 2 3 1 2 4 5 1 18 13 4 2 4 4 4 6 0 2 17 0.21 1.21 372 Q 1 2 0 -2 -1 2 1 -2 1 -2 -2 0 1 -2 -2 1 2 0 -2 -2 11 10 4 2 1 8 10 3 3 3 3 5 3 2 2 11 15 1 1 2 0.21 1.62 373 V 2 -3 -3 1 -2 -1 0 -4 -4 1 -1 -2 -1 0 -1 -3 -1 -4 -2 4 20 1 1 9 1 3 7 1 0 8 5 2 1 4 3 1 4 0 1 28 0.38 1.72 374 V -1 0 -1 -1 -4 -1 -1 -1 1 1 0 -1 0 -1 -1 1 0 0 -1 3 4 4 3 4 0 2 4 5 4 9 10 4 2 3 4 9 6 1 2 21 0.13 1.54 375 D 2 -1 -2 4 -4 0 0 -2 1 -2 -4 -1 -4 -1 0 1 -1 -4 -4 -1 19 3 0 28 0 4 6 3 4 3 1 4 0 3 4 8 3 0 0 5 0.43 1.43 376 K 1 1 0 -1 -4 2 -1 -2 2 -2 -1 1 0 -1 0 2 -1 4 -1 -2 13 7 3 4 0 8 4 2 4 2 5 8 2 2 5 16 3 5 2 3 0.18 1.50 377 D -1 -4 2 6 -5 -3 0 -1 2 -5 -3 -3 -5 -5 0 0 -1 -6 -5 -5 6 0 7 55 0 0 4 4 4 0 4 0 0 0 5 5 4 0 0 0 1.05 1.51 378 E -1 0 0 2 -5 1 3 -1 2 -1 -1 0 0 -2 1 0 -1 -5 -4 -2 6 5 4 13 0 5 17 5 5 4 6 5 3 2 8 6 3 0 0 2 0.22 1.54 379 N -1 -1 3 4 -3 -1 0 -1 -1 -2 -3 0 -3 -1 2 0 0 -3 -1 -3 6 2 15 22 0 2 5 5 2 2 3 5 0 2 10 8 5 0 2 1 0.36 1.32 380 L -1 -1 0 0 -1 0 -1 0 -1 1 0 0 1 0 1 0 0 0 -1 1 5 4 4 6 1 4 5 7 1 8 9 5 3 3 7 8 6 1 2 9 0.03 1.24 381 G 0 -1 2 0 -4 0 -1 4 1 -4 -4 1 -4 -4 0 1 -1 -4 -1 -3 9 3 11 5 0 3 3 31 3 1 1 8 0 1 4 8 4 0 2 2 0.43 1.51 382 L 0 -1 -2 0 -2 0 -1 0 0 1 0 -1 2 -1 -2 0 1 3 -2 1 9 4 1 5 1 5 5 8 2 8 10 4 5 2 2 8 7 3 2 8 0.07 1.71 383 N -2 1 6 0 -5 -1 0 -2 0 -2 -4 0 -2 -4 -1 0 -1 0 -1 -2 3 7 42 5 0 3 5 3 2 2 2 4 1 0 3 7 4 1 2 3 0.70 1.73 384 S 2 -1 0 -1 1 -2 -2 1 0 -1 -3 -1 -1 -3 0 3 0 1 -1 -1 16 3 5 3 3 2 2 12 2 3 2 3 1 1 5 21 6 2 2 4 0.24 1.70 385 M 0 0 -2 -2 -4 2 0 -3 0 1 1 -1 2 0 -1 0 0 -1 -1 1 7 6 2 2 0 8 6 2 2 9 16 4 5 3 3 6 5 1 2 8 0.12 1.66 386 F 0 -1 -2 -3 -1 -1 -3 -3 -2 2 1 -1 0 3 -3 -1 -2 0 4 2 7 4 2 2 1 3 2 3 1 12 11 3 2 12 1 4 3 1 15 12 0.33 1.54 387 E -2 1 0 0 -3 2 2 -2 0 -1 -2 0 0 -2 -1 1 1 -3 1 -1 3 8 5 4 0 10 14 3 2 4 4 5 2 2 3 12 9 0 5 4 0.18 1.53 388 V -2 -2 -1 -3 2 -2 -2 -3 -3 4 0 -2 -1 1 -3 -1 0 -3 4 1 2 2 4 2 5 2 3 2 0 21 9 3 1 6 1 5 7 0 14 11 0.37 1.55 389 Y -2 1 -1 -2 -1 1 0 -2 2 0 -1 0 -3 1 -3 2 0 -3 5 -2 3 7 3 2 1 6 5 2 4 5 5 6 0 5 1 13 7 0 21 3 0.35 1.63 390 L -2 0 -2 -2 0 0 -2 -2 -2 3 3 -2 -1 0 -2 0 0 0 -2 0 2 5 2 3 2 4 3 3 1 16 30 2 1 4 2 7 5 1 1 5 0.29 1.78 391 V -1 -2 -2 0 -4 -1 -1 0 -1 3 1 -2 -1 -2 0 1 1 -4 -2 2 4 2 2 5 0 3 4 7 1 14 13 3 2 2 4 12 8 0 2 14 0.17 1.73 392 G -1 0 0 1 -4 -2 0 4 -1 -2 -2 -2 -1 -3 2 2 0 -5 -4 -4 4 4 3 7 0 1 5 30 2 3 4 2 2 1 9 15 6 0 0 1 0.41 1.77 393 N -1 -1 3 2 -5 1 0 0 2 -2 -2 -1 -4 -5 2 0 0 -5 -1 -1 6 3 15 12 0 6 5 8 5 2 4 3 0 0 10 7 6 0 2 4 0.27 1.83 394 N -1 0 4 3 -5 0 0 1 0 -2 -3 -2 0 -1 0 -1 -1 -5 0 -2 5 4 20 15 0 5 5 11 3 2 2 3 2 3 6 4 4 0 3 3 0.33 1.87 395 S 0 0 0 1 0 0 0 1 -1 -2 -3 -1 -1 -2 2 2 0 0 -2 -2 9 4 4 8 2 5 6 11 2 2 3 4 2 2 11 14 6 1 2 3 0.16 1.86 396 H -1 -1 1 1 -4 0 1 1 4 -1 -1 -1 0 1 0 0 -2 -4 2 -2 5 3 7 8 0 4 10 10 11 3 6 4 2 6 4 6 2 0 6 3 0.19 1.75 397 H -2 -1 -1 1 1 -1 0 0 3 -1 -1 -1 0 4 -1 -2 -1 2 1 -1 3 3 3 8 3 3 6 7 6 3 6 3 3 19 4 3 4 3 5 4 0.24 1.93 398 F -1 0 0 0 -5 -3 0 -1 2 0 -1 0 2 1 0 0 0 4 1 0 6 6 5 6 0 0 6 6 5 6 6 6 5 5 6 6 6 5 5 6 0.12 1.89 399 I -2 -1 -1 -1 -4 -1 -2 -3 0 3 2 -2 1 1 0 -1 0 -4 0 1 3 3 3 3 0 2 3 3 2 16 19 3 3 6 5 4 6 0 4 11 0.22 1.84 400 I -2 -1 -1 2 -4 -1 -1 -2 0 3 1 -1 0 2 -2 -1 0 -4 -3 1 4 3 3 13 0 3 5 3 2 15 13 3 3 7 2 4 5 0 0 11 0.20 1.78 401 S -1 -1 1 2 -4 0 0 -1 -1 1 -1 0 0 0 -2 1 1 -5 -4 2 5 4 6 10 0 4 6 5 2 8 5 5 2 3 2 10 8 0 0 14 0.12 1.76 402 P -1 1 0 -1 -4 1 0 -2 0 1 -1 0 -1 0 4 0 0 -4 -3 -1 5 8 4 4 0 7 5 3 3 7 6 6 2 4 19 6 6 0 1 5 0.22 1.63 403 T -1 -2 1 2 0 -1 0 -1 0 -1 -2 -1 1 0 -2 0 3 -4 -1 0 4 2 7 12 2 3 6 5 2 3 4 4 3 4 2 8 19 0 3 7 0.19 1.66 404 S -2 1 2 0 -4 -1 -1 1 -1 -1 -2 -1 -3 0 -1 2 2 0 -1 -1 3 8 9 5 0 2 5 10 1 3 4 3 0 3 4 19 12 1 2 5 0.20 1.73 405 V 0 -1 0 1 -3 -1 -1 1 -1 0 0 -1 0 -1 1 1 0 -3 -1 1 7 3 4 8 0 3 4 10 2 6 9 4 3 3 8 9 5 0 2 11 0.06 1.50 406 Q -2 -1 2 3 -3 2 3 -1 1 0 -2 0 -1 -2 -1 -1 1 -1 -1 -2 4 4 8 14 1 9 16 4 3 5 4 5 2 2 3 3 7 1 2 3 0.23 1.42 407 G -1 -1 2 -1 -3 0 -1 4 -1 -2 -1 -1 -2 0 -1 -1 0 -2 -1 -2 5 3 11 4 1 5 4 31 1 3 5 3 1 4 3 4 6 0 2 3 0.33 1.29 408 K 0 2 2 0 -3 0 1 -2 -1 -1 -2 2 -1 -2 0 0 0 -3 0 0 6 11 8 5 1 4 10 3 1 4 4 10 2 2 5 8 7 0 4 6 0.13 1.39 409 A 1 -1 1 0 -2 0 0 1 -1 0 -1 2 -2 -1 -2 -1 0 -1 -1 1 10 3 7 4 1 4 5 11 2 6 7 14 1 3 2 4 5 1 3 10 0.09 1.15 410 D -1 -1 1 1 -1 1 -1 0 0 -1 -1 0 0 0 -1 0 1 -2 3 -1 4 3 8 9 1 6 4 9 2 3 5 5 2 4 3 6 9 1 12 4 0.14 1.17 411 I 0 -2 -2 -2 -1 -2 -1 0 -1 2 1 -1 1 0 3 -1 -1 -2 1 1 7 2 2 2 1 2 4 9 2 10 13 4 3 4 13 4 3 1 5 9 0.16 1.17 412 R -1 2 0 -1 -2 1 2 -1 -1 0 0 -1 0 0 -1 0 1 0 -1 -1 5 13 4 3 1 6 12 5 1 5 9 3 2 4 3 7 7 1 2 5 0.10 1.12 413 I -2 -2 -2 -2 -4 0 -2 -3 -4 3 3 -2 1 -2 -2 -2 0 -4 -1 1 3 2 3 3 0 5 3 2 0 18 33 3 2 1 2 3 5 0 2 10 0.40 1.55 414 R -2 3 -1 -2 -2 0 -1 -3 -1 1 -1 2 -2 -1 -4 0 2 -1 0 1 3 16 3 2 1 4 4 2 1 7 6 12 1 2 1 8 12 1 3 10 0.22 1.56 415 V -1 0 -2 -2 -3 -2 -1 -2 -2 1 1 0 -1 0 0 -1 2 -4 -3 3 5 4 2 2 0 2 3 4 1 6 16 5 1 5 5 4 14 0 1 19 0.21 1.43 416 A 2 -1 0 0 -3 -1 1 -1 1 -1 -1 1 0 -3 -1 2 1 -4 -3 0 14 3 3 5 0 2 11 4 3 3 7 8 2 1 3 14 9 0 1 8 0.15 1.41 417 I 0 1 -1 -2 0 0 -1 -1 1 0 -1 2 2 -2 0 0 -1 -3 1 0 9 7 3 2 2 4 5 6 3 6 6 13 5 2 5 6 4 0 5 8 0.08 1.30 418 P 0 -1 0 2 -1 0 -1 0 -1 -2 -2 -1 -1 -2 4 0 1 -3 -1 -2 8 3 5 13 1 3 4 7 1 2 3 4 1 2 21 6 10 0 2 2 0.31 1.25 419 L 0 1 -3 0 -3 0 -3 -4 -3 0 4 -3 1 -1 -4 -3 -1 -3 1 0 7 7 1 5 0 5 1 1 0 4 46 1 3 2 1 1 4 0 4 7 0.48 1.28 420 D -1 -1 1 6 -5 -1 1 -2 -3 -2 -3 0 -4 -5 -1 2 -3 -5 0 -5 4 3 6 42 0 2 8 3 0 3 3 4 0 0 3 14 0 0 4 0 0.72 1.51 421 Y -2 4 0 -2 -1 0 -1 -4 1 -1 -1 0 2 2 -4 -1 -3 1 4 -1 2 22 4 3 2 4 5 1 3 4 5 4 5 8 0 5 0 2 17 4 0.43 1.46 422 E 0 -3 0 2 -5 1 5 -4 2 -5 -5 0 -4 -4 -3 0 -1 -4 0 -4 8 0 5 10 0 6 45 1 5 0 1 5 0 0 0 5 3 0 3 1 0.79 1.44 423 T -1 0 1 0 -5 1 0 -1 2 0 -1 0 -4 1 0 0 0 4 -3 0 6 6 6 6 0 6 6 6 6 6 6 6 0 6 6 6 6 6 0 6 0.12 1.78 424 V -1 0 -1 -3 -1 3 0 -2 1 1 -1 1 0 -2 2 -1 0 0 -1 0 5 5 3 1 1 15 5 3 3 9 7 8 3 2 9 5 6 1 2 7 0.16 1.86 425 D 1 0 2 2 0 1 1 -2 2 -2 -2 0 0 -5 1 1 0 -5 -4 -1 14 4 9 12 2 6 7 3 4 2 3 5 2 0 8 10 5 0 0 4 0.22 1.79 426 R -1 3 1 -1 -5 2 1 -2 1 -2 -1 0 0 0 -4 1 -1 2 0 0 5 13 6 3 0 9 10 2 3 3 6 5 2 4 0 12 4 2 3 7 0.18 1.80 427 Y -1 0 -4 0 -5 1 0 -5 3 0 -1 0 2 1 1 -3 0 4 2 0 6 6 0 6 0 6 6 0 6 6 6 6 6 6 6 0 6 6 6 6 0.22 1.67 428 D -2 0 2 1 -4 2 1 -3 3 -1 -1 0 -1 -3 -3 1 2 -1 -2 -1 2 4 11 8 0 9 8 2 8 4 6 6 1 1 1 10 12 1 1 4 0.26 1.68 429 F -3 -4 -5 -3 -4 -4 -5 -3 -4 2 4 -4 1 4 -5 -4 -3 -1 0 1 2 1 0 2 0 0 0 2 0 12 46 1 2 17 0 1 1 1 2 9 0.81 1.68 430 D -2 1 -1 0 -1 1 -1 -3 -1 0 -1 1 -2 -1 -2 0 4 -2 -1 1 3 7 3 4 1 7 4 2 1 6 6 9 1 2 2 6 23 1 2 10 0.23 1.64 431 L 0 -3 -5 -5 -3 -3 -5 -4 -4 4 3 -3 -1 -2 -5 -3 -2 -3 -2 4 7 1 0 0 0 1 0 1 0 22 23 1 1 1 0 2 2 0 1 33 0.75 1.70 432 F -1 -1 -3 -3 -4 0 0 -1 2 1 0 -1 -2 0 -4 -1 3 -2 0 2 4 3 1 1 0 5 7 6 5 6 7 4 1 4 0 5 22 1 3 14 0.25 1.65 433 A 5 -3 -4 -3 0 -1 -2 -2 -4 -2 -2 -3 -2 -3 -3 -2 -1 -4 -4 2 61 1 0 1 2 3 2 2 0 2 3 1 1 1 1 2 3 0 0 14 0.92 1.63 434 N -2 1 2 3 -4 0 0 -2 -1 -2 -4 0 -1 -2 -4 1 2 -1 0 0 2 9 8 19 0 4 5 3 1 2 1 5 2 2 1 12 14 1 4 7 0.31 1.60 435 E -1 -2 2 5 -5 -1 2 1 -1 -4 -3 -1 -2 -5 -3 -1 -3 -5 -4 -1 4 2 10 39 0 2 12 10 1 1 2 3 1 0 1 4 1 0 0 4 0.72 1.66 436 S -1 -3 1 0 -4 0 -2 4 0 -3 -3 -1 -1 -5 -1 2 0 -5 -2 -2 5 1 8 4 0 3 2 34 3 2 3 3 2 0 3 15 6 0 1 3 0.48 1.70 437 V 1 -3 2 1 -4 -1 -1 1 0 0 -1 0 0 -2 -3 1 1 -4 -2 1 11 1 9 7 0 2 4 10 3 5 6 5 2 2 1 12 10 0 2 9 0.14 1.63 438 P -2 -1 -1 -2 -4 -1 0 1 -4 -1 -3 -2 -4 -3 7 -1 -1 -5 -4 -3 3 3 3 2 0 2 7 12 0 3 2 2 0 1 49 3 3 0 0 2 1.05 1.61 439 D -1 0 1 3 -5 0 1 -1 -4 -2 -3 0 -3 0 3 0 -1 -5 -4 -2 4 6 8 20 0 4 8 6 0 2 3 4 1 4 16 8 3 0 0 3 0.36 1.69 440 H -1 3 0 -2 -4 0 -2 -2 5 -3 2 1 -2 0 -1 -2 -2 -2 0 -3 5 14 5 2 0 5 2 3 14 1 22 8 0 5 3 3 3 0 3 1 0.36 1.64 441 V 0 -2 -2 -4 -2 0 -1 -3 -2 1 0 -1 0 -1 -3 3 2 0 -2 2 7 2 2 1 1 5 4 1 1 6 8 4 2 3 1 21 12 2 1 15 0.25 1.62 442 G 1 -3 1 0 -3 -1 -3 3 -1 -4 -3 -1 -3 -2 -3 3 2 -4 -4 -2 13 1 6 5 1 3 1 26 1 1 2 3 1 2 1 21 11 0 0 2 0.48 1.62 443 Y -1 -1 -2 -2 -4 1 0 -4 2 -1 -1 -2 -1 1 1 1 4 -1 2 0 5 3 2 2 0 7 5 1 6 3 5 2 1 6 7 8 23 1 7 7 0.28 1.61 444 A 4 -3 -4 -4 0 -4 -3 -2 0 0 -1 -2 0 0 -3 0 3 -5 -1 2 32 1 0 0 2 0 1 3 2 6 4 2 2 4 1 6 16 0 2 14 0.43 1.71 445 K -1 1 -1 0 -4 2 1 -4 0 -2 0 0 0 -3 0 1 2 -1 -2 -1 4 7 3 6 0 9 11 1 3 3 8 5 2 1 5 12 14 1 2 5 0.18 1.72 446 V -3 -5 -4 -4 -2 -5 -5 -4 -4 4 2 -5 0 0 -5 -4 0 -5 -2 5 1 0 1 1 1 0 0 2 0 24 19 0 2 4 0 1 5 0 1 39 0.91 1.75 447 K -2 2 0 -1 -4 1 1 -4 3 -1 -1 2 1 0 -2 0 2 -3 0 0 3 9 4 3 0 6 9 1 6 4 5 11 3 4 2 6 14 0 3 7 0.20 1.73 448 I -3 -6 -6 -3 -4 -5 -5 -5 -6 5 0 -5 0 -2 -5 -3 -2 -1 -4 5 0 0 0 1 0 0 0 1 0 39 8 0 1 1 0 2 2 1 0 43 1.22 1.76 449 T -2 1 1 -2 -5 2 1 -3 1 -2 -1 1 -2 -3 -4 0 4 -5 -1 0 3 8 5 2 0 8 8 2 3 2 7 7 1 1 0 7 26 0 2 7 0.32 1.72 450 L -3 -5 -5 -1 -4 -1 -4 -5 -5 3 2 -4 -2 -2 -2 -4 -2 -5 -2 6 1 0 0 3 0 3 0 1 0 17 15 0 0 1 2 1 2 0 1 51 0.99 1.67 451 I -2 -1 -3 -4 -4 -2 -1 -5 -3 3 3 -1 3 -3 -5 0 1 -5 -4 3 2 3 1 1 0 2 4 1 1 15 27 3 8 1 0 6 7 0 0 17 0.48 1.72 452 N -3 -3 3 7 -6 -1 1 -3 -4 -5 -6 -2 -5 -6 -4 -3 0 -6 -5 -3 2 1 12 64 0 2 6 2 0 0 0 2 0 0 0 1 5 0 0 2 1.46 1.74 453 E 0 -3 -1 1 -3 1 2 -3 -4 3 -2 -2 1 -3 -5 -1 0 0 -4 4 8 1 4 8 0 5 12 2 0 15 2 2 4 1 0 4 5 2 0 26 0.38 1.74 454 N -2 -4 8 0 -5 -3 -3 -3 -3 -2 -5 -3 -5 -4 -4 -1 -2 -6 -4 -2 3 0 78 3 0 0 1 1 0 2 1 1 0 0 1 3 1 0 1 4 1.76 1.76 455 D -4 -4 -1 7 -5 -1 2 -3 -1 -4 -4 -3 -5 -6 -3 -1 -3 -6 -5 -3 0 0 1 72 0 2 10 1 1 1 1 0 0 0 1 5 1 0 0 2 1.63 1.74 456 N -4 -2 7 -2 -2 -1 1 0 4 -5 -5 -3 -5 -5 -3 -2 -3 -2 -1 -3 0 2 59 0 1 2 10 6 9 1 1 0 0 0 1 2 1 1 2 2 1.30 1.74 457 R 3 2 -3 -3 -3 -1 0 -3 -1 -3 -4 0 -4 -4 4 1 0 -1 -2 -1 25 12 1 1 0 2 5 1 2 2 1 5 0 1 20 9 6 1 2 4 0.49 1.76 458 P -3 -5 -5 -3 -6 -3 -4 -3 -5 -5 -4 -4 -5 -4 8 -3 -3 -6 -6 -1 1 0 0 1 0 1 0 1 0 0 1 0 0 1 86 1 1 0 0 5 2.50 1.82 459 I 0 0 -3 -4 1 1 2 -3 -2 2 -1 0 0 -1 -1 -2 0 -5 -1 3 7 4 1 1 3 7 15 2 1 9 6 7 2 3 3 2 6 0 2 21 0.25 1.79 460 F -5 -1 -3 -6 -2 -5 -5 -6 -4 -1 0 -5 -3 8 -6 -3 -3 0 1 -1 0 3 1 0 1 0 0 0 0 4 7 0 0 73 0 2 1 1 2 4 1.77 1.77 461 S 0 -2 -1 1 -1 -1 1 -3 -3 -2 0 -1 -1 -2 2 2 2 2 -2 -2 7 2 3 9 1 2 8 2 0 2 8 4 1 2 12 15 15 3 1 3 0.25 1.77 462 Q -1 2 0 -1 -5 4 1 -4 3 -4 -2 1 -1 -1 1 0 0 -5 -2 -2 4 9 3 4 0 22 10 1 6 1 4 7 1 3 8 7 5 0 1 4 0.37 1.79 463 P -1 0 -1 0 -4 0 1 -1 -2 -2 -3 0 -3 -1 4 2 1 -5 -3 -2 6 5 3 6 0 4 9 5 1 2 2 6 0 2 24 14 7 0 1 2 0.41 1.72 464 L -2 -2 -2 -1 -4 -1 1 -4 0 2 1 -2 0 0 0 1 1 -4 -1 2 3 2 1 4 0 3 11 1 2 10 15 2 2 4 4 9 7 0 2 17 0.21 1.72 465 Y -3 -2 -4 -5 -5 0 -2 -4 -2 0 -2 -1 1 3 -4 -2 -1 1 7 0 2 2 0 0 0 5 3 1 1 6 3 5 3 10 1 2 3 2 44 5 0.98 1.77 466 N 0 1 3 0 -5 1 3 -3 0 -1 -3 0 -1 -2 -1 0 1 -3 -1 0 6 9 13 4 0 6 17 1 3 3 2 6 1 2 3 6 9 0 2 6 0.25 1.76 467 I 1 -4 -4 -5 -2 -4 -3 1 -3 1 1 -2 1 1 -2 -2 0 -5 -2 4 10 1 0 0 1 0 2 9 1 7 15 2 3 7 2 3 5 0 1 30 0.42 1.79 468 S -1 1 1 1 -3 2 1 -4 1 -2 -3 0 -4 1 -4 3 2 -5 -1 -2 3 8 6 6 1 8 10 0 3 2 2 6 0 6 1 19 14 0 2 2 0.33 1.77 469 L -2 -4 -5 -5 -4 -2 -3 -6 -5 4 2 -2 2 0 -5 -4 -3 -5 -4 5 2 1 0 0 0 2 1 0 0 20 16 2 4 4 0 1 0 0 0 45 0.96 1.77 470 Y 0 0 -2 0 1 0 0 -3 -1 -2 -1 -1 0 0 4 1 0 -3 1 -2 6 4 2 6 3 4 7 2 2 2 7 3 3 3 22 11 5 0 6 2 0.31 1.79 471 E -2 -3 -3 0 -3 0 7 -3 -3 -6 -6 -1 -5 -6 -3 -2 -3 -6 -5 -5 3 1 0 3 1 2 82 1 0 0 0 2 0 0 1 1 1 0 0 0 1.73 1.79 472 N -2 -3 7 2 -5 -3 -1 1 -2 -5 -4 -3 0 -4 -2 1 -1 -6 -5 -5 3 1 50 11 0 1 4 9 0 1 1 1 2 1 2 9 3 0 0 1 1.04 1.83 473 V 2 -1 0 -2 -1 -1 0 -2 -1 -1 0 -1 0 -4 -3 2 2 -5 -2 1 15 3 4 2 1 3 6 2 2 4 10 3 2 1 1 16 14 0 1 10 0.21 1.72 474 T 1 0 -1 -2 -5 0 0 -1 -2 -2 -2 1 -1 -4 4 0 1 -5 -3 -2 13 6 3 2 0 4 7 4 1 3 4 8 1 1 24 8 8 0 1 2 0.38 1.79 475 V 0 -3 -1 -4 -4 -2 -1 -2 -4 2 -1 -1 -2 -1 5 -1 -1 -2 -4 3 8 1 3 1 0 1 4 3 0 10 6 3 1 3 25 5 4 1 0 21 0.49 1.72 476 G -1 -4 1 0 -5 -3 -2 6 -1 -5 -5 -2 -5 -2 -3 -2 -2 -5 -5 -3 4 0 6 6 0 1 2 66 2 0 1 2 0 2 1 2 2 0 0 2 1.25 1.74 477 T -1 -2 -2 -1 -4 0 1 -2 0 -4 -2 -2 -1 -1 -3 2 5 -2 0 -2 5 2 1 3 0 4 9 3 2 1 4 2 1 3 1 16 36 1 4 2 0.53 1.76 478 S -2 2 -1 -2 -3 0 -1 -4 1 0 1 -2 -2 0 1 2 1 -2 1 1 2 10 3 2 0 4 3 1 3 4 15 2 0 4 9 14 8 1 4 11 0.19 1.72 479 V -4 -5 -5 -5 -4 -3 -3 -6 -5 4 1 -5 -2 3 -3 -4 -3 -5 -2 5 0 0 0 0 0 1 2 0 0 24 13 0 0 11 1 1 0 0 1 44 1.03 1.78 480 L 1 -2 -4 -5 -2 -2 -2 1 -2 2 2 -3 3 0 0 -3 1 -5 -1 1 11 2 0 0 1 2 2 13 1 9 20 1 8 3 5 1 7 0 2 9 0.27 1.77 481 T -2 2 -1 -1 -5 3 -1 -2 0 -1 0 1 0 -3 -4 -1 4 -1 -4 0 2 9 3 4 0 14 3 3 2 4 9 10 2 1 0 3 24 1 0 5 0.36 1.79 482 V -1 -5 -4 -1 -4 -2 -1 -5 -5 3 1 -2 -1 0 -2 -3 -2 -5 -4 5 4 0 1 3 0 2 4 0 0 17 14 3 1 4 2 2 2 0 0 41 0.67 1.77 483 L -2 0 1 -2 1 0 -2 -2 3 -1 -1 1 -2 -2 -3 2 3 -3 -2 0 2 5 7 2 3 4 2 3 7 3 8 9 1 2 1 16 17 0 1 7 0.25 1.83 484 A 6 -4 -2 -2 -4 -4 -2 -3 -2 -3 -3 -2 -4 -3 -2 0 -1 -5 -4 0 72 0 2 2 0 0 2 1 1 1 1 2 0 1 1 4 3 0 0 7 1.15 1.82 485 T -1 0 -1 -3 -5 1 -2 -5 2 0 -3 0 -1 0 -1 1 5 -2 -2 0 4 5 3 1 0 7 3 0 5 6 2 6 1 4 3 9 33 1 1 6 0.44 1.86 486 D -3 -4 -1 7 -6 -3 0 -2 -4 -4 -6 -4 -2 -6 -4 -2 -2 -6 -2 -3 2 0 2 77 0 0 4 3 0 1 0 0 1 0 0 3 2 0 2 2 1.74 1.83 487 N 2 1 0 -1 -3 0 -1 0 0 -3 0 0 -1 -3 3 0 -1 -5 -3 -1 15 8 4 4 0 4 5 6 2 1 11 6 2 1 16 7 3 0 1 4 0.22 1.83 488 D -3 -3 -2 7 -6 -1 0 -3 -4 -3 -4 -2 -5 -6 -2 -2 -3 -1 -6 -3 2 1 0 77 0 2 3 2 0 1 1 2 0 0 2 2 1 1 0 2 1.71 1.85 489 A 1 -2 -2 1 -4 -1 3 -2 -4 1 -2 -1 -2 -3 1 2 1 -5 -3 0 10 2 2 7 0 3 18 3 0 7 4 3 1 1 7 15 9 0 1 8 0.25 1.76 490 G 0 -2 0 -1 0 -3 -2 5 -1 -4 -3 -2 -2 -2 1 -1 -1 -4 -3 -2 6 2 5 3 2 1 3 48 1 1 2 2 1 2 8 4 3 0 1 4 0.72 1.71 491 T -1 -1 1 1 -4 0 1 -2 -3 0 -1 0 0 -1 1 0 3 -2 -3 0 5 4 7 7 0 4 7 3 1 6 6 6 2 3 7 8 17 1 1 7 0.14 1.75 492 F -1 -1 5 -1 -1 -2 -2 -2 1 -2 0 -1 -2 2 -2 -1 0 -1 2 -2 5 3 31 3 2 2 3 2 4 2 8 3 1 9 2 4 6 1 6 3 0.43 1.48 493 G 2 -3 0 -2 -4 -1 -2 5 -1 -2 -3 -1 0 -4 -2 0 -2 -4 -3 -3 15 1 4 2 0 2 2 43 1 3 3 4 2 1 2 8 2 0 1 2 0.64 1.65 494 E -1 0 1 0 -5 2 3 -3 2 -1 -1 1 1 -1 0 -1 0 -2 -4 -2 5 5 7 5 0 9 18 2 4 3 7 9 3 3 5 4 5 1 0 3 0.21 1.74 495 V -2 -4 -2 -4 -1 -1 -2 -5 -1 4 1 -3 0 -1 -2 -3 -1 -4 1 4 2 1 3 1 1 4 3 1 1 22 14 1 2 2 2 2 3 0 5 32 0.61 1.76 496 S -1 3 0 -2 0 -1 -1 -2 1 -2 -2 0 -1 -1 -2 2 3 -5 0 -1 6 14 4 2 2 2 4 2 4 2 3 6 2 3 2 19 17 0 3 5 0.28 1.80 497 Y -4 -1 -2 -5 -3 -2 -4 -3 0 0 -1 -3 -2 1 -2 -2 -1 0 8 -2 1 3 2 0 1 2 1 3 1 7 5 1 1 5 2 3 3 1 57 2 1.31 1.78 498 F -1 1 -4 -4 -4 0 -1 -3 0 2 0 0 0 3 -1 2 0 -4 1 -1 4 9 0 0 0 3 4 2 2 12 9 5 2 12 3 17 5 0 6 5 0.24 1.78 499 F -3 -4 -4 -4 -4 -2 -3 -3 0 4 2 -1 2 4 -3 -2 -2 0 3 -1 1 0 0 1 0 2 2 2 2 21 20 4 5 19 1 3 2 1 10 3 0.60 1.74 500 S 0 -1 0 0 -4 0 0 2 -1 -2 -2 -1 0 -2 -1 4 0 -3 -2 -2 7 3 3 4 0 3 6 17 2 2 5 4 2 2 3 28 5 0 1 3 0.29 1.80 501 D -2 0 2 3 -5 2 0 -1 -1 -3 -1 0 -4 -5 1 1 1 -5 -1 -2 3 4 9 15 0 10 6 5 1 1 6 5 0 0 8 12 8 0 3 3 0.27 1.73 502 D 1 -3 2 3 -5 -1 2 1 0 0 -2 -2 -2 -5 0 0 -1 -5 -2 -1 10 1 10 15 0 2 14 9 2 7 3 2 1 0 6 8 4 0 2 5 0.25 1.74 503 P 0 0 0 -1 -4 0 -1 -1 -1 -2 -2 0 -2 -4 5 1 1 -5 -4 -1 6 5 5 4 0 4 5 4 2 2 4 5 1 0 30 10 9 0 0 4 0.50 1.63 504 D -1 -1 2 3 -3 1 3 0 0 -3 -4 0 -3 -1 1 1 -1 -5 -4 -3 4 4 10 16 1 5 16 8 2 2 1 6 1 3 7 9 3 0 0 2 0.33 1.73 505 R -2 2 2 -2 -5 1 -1 -2 1 -1 1 2 2 0 -1 -1 -1 -2 2 -2 3 10 9 2 0 6 3 3 3 4 14 13 4 4 3 5 4 1 7 2 0.18 1.72 506 F -5 -3 -1 -4 -5 -4 -5 -3 -2 -1 1 -3 -3 8 -6 -4 -4 0 1 -1 0 2 3 1 0 1 0 2 1 2 10 2 0 67 0 1 1 1 3 4 1.54 1.75 507 S -1 2 0 0 -2 1 0 -2 2 -2 -2 -1 -2 -2 -2 3 2 -2 -2 -1 6 10 5 6 1 5 5 3 5 2 4 4 1 2 1 22 13 1 2 4 0.25 1.79 508 L -3 -5 -5 -3 -4 -2 -3 -3 -5 5 3 -2 1 -2 -5 -2 -1 -5 -2 2 2 0 0 1 0 2 2 3 0 36 27 3 3 1 0 2 3 0 1 13 0.76 1.75 509 D -2 -1 4 5 -5 0 1 -2 2 -5 -4 -2 -5 -2 -2 0 -2 -2 -4 -2 3 3 22 36 0 4 6 3 5 0 2 2 0 2 2 6 3 1 0 3 0.80 1.71 510 K 0 1 1 -2 -2 0 1 -1 -1 -2 -3 1 -2 -4 3 2 0 -5 -2 -1 6 7 6 2 1 4 8 5 1 3 3 10 1 1 17 14 6 0 1 4 0.27 1.67 511 D -2 0 2 3 -5 1 1 -2 0 -2 -2 1 -3 -3 -3 0 1 -5 0 -1 3 6 12 15 0 7 9 4 2 2 5 8 1 1 1 6 11 0 3 5 0.26 1.73 512 T 0 -2 0 0 -4 -1 0 -2 0 -2 -3 -2 -4 -3 -1 3 5 -5 -1 -4 6 2 5 4 0 3 7 3 2 2 2 1 0 1 2 18 37 0 2 0 0.57 1.66 513 G -2 -3 1 -3 -2 -4 -3 6 -1 -2 -2 -2 -5 -5 -2 -1 -2 -5 -3 -5 2 2 6 1 1 0 1 66 1 2 5 2 0 0 2 5 2 0 1 0 1.17 1.69 514 L 0 -2 -1 0 -4 0 2 -2 -1 2 0 -2 1 2 -4 -1 1 0 0 1 7 2 3 5 0 3 16 3 1 10 11 2 3 7 0 4 7 1 3 11 0.17 1.67 515 I -3 -3 -5 -5 -4 -5 -3 -4 -5 6 3 -5 0 -3 -5 -5 -1 3 -2 2 2 2 0 0 0 0 2 2 0 43 24 0 2 0 0 0 4 4 2 14 0.95 1.69 516 M -2 1 -1 -4 -1 0 -1 -4 0 0 -1 1 0 1 -4 0 3 0 1 2 3 7 2 0 1 3 4 0 3 6 6 7 2 6 0 8 19 2 6 13 0.24 1.65 517 L 0 -3 -2 -5 -4 -2 -2 -3 -5 0 4 -2 -2 -1 -3 -2 3 -5 -4 2 7 1 2 0 0 2 2 2 0 5 35 3 0 2 1 3 18 0 0 17 0.51 1.71 518 I 1 1 2 0 -5 -1 -1 -3 -4 0 0 1 0 -3 -4 -1 1 0 -1 1 11 8 9 6 0 2 4 2 0 4 10 10 3 1 0 4 10 1 2 12 0.17 1.70 519 A 2 2 -1 -1 -2 1 0 2 0 -3 -2 3 -1 -5 -3 1 -1 -5 -3 -2 16 10 2 2 1 5 7 15 2 1 3 16 2 0 1 9 4 0 1 3 0.28 1.73 520 R 0 2 0 -2 1 1 0 -1 0 -1 -3 1 -2 -4 3 1 1 -5 -2 -1 8 11 4 1 3 7 6 4 2 4 3 10 1 0 16 9 8 0 1 3 0.26 1.77 521 L -4 -3 -6 -6 -4 -5 -5 -4 -1 2 5 -5 0 2 -2 -4 -2 -2 -3 1 1 1 0 0 0 0 0 1 2 9 60 0 2 8 3 1 2 0 0 8 0.98 1.79 522 D -4 -3 1 8 -1 -2 -1 -1 -3 -6 -5 -3 -3 -6 -3 -2 -2 -7 -6 -6 1 1 4 79 2 1 1 4 0 0 1 1 1 0 1 2 2 0 0 0 1.80 1.80 523 Y -2 6 -2 -5 0 -3 -2 -3 0 -3 -2 -2 0 4 -5 -3 -4 -1 5 -4 4 40 2 0 2 0 2 2 2 1 4 1 2 16 0 1 0 1 19 0 1.01 1.79 524 E -3 0 -2 0 -6 -1 7 -1 0 -4 -6 -1 -5 -3 -4 -2 -2 -6 -5 -4 1 4 1 4 0 1 74 4 2 1 0 2 0 1 0 2 2 0 0 1 1.44 1.79 525 L 0 -1 0 0 -2 1 3 -3 -1 -3 0 2 -1 -3 -3 -1 2 -5 -4 0 9 3 5 5 1 6 21 2 2 1 10 10 1 1 1 4 11 0 0 6 0.27 1.82 526 I -1 0 0 -3 0 2 0 -2 0 1 0 0 1 -1 -1 0 2 0 -1 0 5 4 4 1 2 10 5 4 3 9 10 6 3 3 3 8 11 1 2 5 0.10 1.80 527 Q 1 1 1 0 3 2 1 -1 -2 -4 -5 1 -1 -4 2 1 -1 -6 -4 -2 10 8 7 5 6 9 8 4 1 1 0 9 2 1 11 12 3 0 1 3 0.32 1.83 528 R -1 2 0 0 -5 1 1 0 0 -3 -1 2 0 1 -3 1 0 3 -1 -1 5 9 4 4 0 7 8 6 2 1 6 11 2 5 1 11 7 3 2 5 0.14 1.79 529 F -2 -1 -4 -5 -2 -3 -3 -5 4 -1 0 -4 -1 3 -2 -2 -3 0 7 -1 3 3 0 0 1 1 1 1 12 4 10 1 1 13 3 3 1 1 37 4 0.95 1.67 530 T -3 1 2 -1 -3 1 2 -4 1 -1 -1 1 -2 -2 -3 0 3 0 0 -1 1 6 9 3 1 7 16 1 4 3 6 7 1 1 1 7 17 1 3 4 0.28 1.76 531 L -1 -2 -5 -5 -4 -4 -1 -3 -5 4 4 -5 2 2 -5 -3 -2 -4 -2 1 5 2 0 0 0 0 4 2 0 21 38 0 4 9 0 2 2 0 1 10 0.67 1.74 532 T -2 1 -2 -2 -3 1 0 -4 1 -1 -1 0 0 -2 1 0 4 -2 0 1 3 7 1 2 1 7 6 1 3 4 6 4 2 1 6 8 24 1 3 10 0.26 1.77 533 I -1 -5 -5 -1 3 -5 -5 -4 -6 5 1 -3 1 -1 -5 -5 -4 -5 -4 5 5 0 0 4 7 0 0 1 0 29 10 2 3 2 0 0 0 0 0 37 0.93 1.79 534 I -3 1 -3 -3 -2 2 1 -4 -2 2 2 1 -1 -1 -5 -2 1 -5 -1 2 2 8 1 1 1 11 11 1 1 11 17 7 1 2 0 2 8 0 2 13 0.29 1.77 535 A 6 -2 -2 -5 0 -2 -2 -2 -5 -1 -1 -4 -4 -1 -3 -1 -1 -5 -4 1 62 2 2 0 2 1 2 2 0 3 5 0 0 3 1 4 3 0 0 9 0.90 1.78 536 R -1 1 -1 -1 -2 2 1 -4 2 -1 -1 1 0 -3 -2 1 2 0 -1 0 4 9 3 4 1 11 10 0 4 4 5 7 2 1 2 9 15 1 2 7 0.22 1.74 537 D -2 -4 2 7 -5 -1 0 -3 0 -5 -5 -2 -5 0 -2 -2 -3 -6 -5 -3 3 0 7 63 0 2 6 2 2 0 1 2 0 4 2 3 1 0 0 2 1.32 1.73 538 G -1 0 2 -1 1 1 -1 3 0 -1 -2 0 2 -4 0 -1 1 -5 -1 -2 5 4 10 4 3 5 3 20 3 4 4 7 6 0 5 5 8 0 2 3 0.21 1.91 539 G -1 0 0 -1 -5 0 -1 5 1 -3 -2 -1 -1 -1 -2 -1 -2 1 -1 -2 5 4 5 3 0 4 3 42 3 2 4 4 2 2 2 4 3 2 2 3 0.54 1.98 540 G -1 -1 2 0 0 -1 -1 3 0 -2 -2 0 -1 -1 0 0 0 -5 -1 -2 4 3 8 5 2 3 4 26 3 3 4 6 2 3 6 8 5 0 2 4 0.24 1.99 541 E -2 1 1 -2 -5 1 2 -3 0 -2 1 0 -1 0 5 -1 -3 -3 -3 -3 3 6 8 1 0 7 12 2 2 2 15 5 1 4 25 4 1 0 1 2 0.44 1.73 542 E 0 -1 0 0 -5 0 2 -2 -1 -3 -2 0 -2 -3 3 3 0 -6 -2 -2 7 4 4 4 0 4 15 3 2 1 3 5 1 1 14 22 6 0 1 3 0.34 1.75 543 T 2 -1 0 1 -3 -1 -2 0 -3 -2 0 -1 0 -3 -2 2 2 -5 -2 -2 14 3 5 7 1 3 2 8 1 2 11 3 2 1 2 19 13 0 2 3 0.22 1.71 544 T -2 1 -1 -1 -2 1 0 -1 0 0 -3 0 -1 -2 0 2 4 -2 -1 0 2 7 2 4 1 5 5 4 2 5 2 6 2 1 6 13 25 0 2 7 0.26 1.62 545 G 3 -3 -1 -1 4 -2 -2 2 -4 -1 -2 -1 -2 -1 -3 1 1 -1 -3 -1 27 1 3 3 7 2 2 16 0 3 3 3 1 2 1 10 9 1 1 5 0.34 1.49 546 R -2 2 0 -1 -5 2 1 -3 0 -1 -3 1 -2 -3 -1 0 4 -2 -2 -2 2 11 4 4 0 8 11 2 2 3 3 9 1 1 3 5 27 1 1 2 0.37 1.56 547 V 0 -2 -1 -5 0 -4 -5 -2 -2 2 1 -4 -1 0 -5 -2 -1 -5 -2 5 8 2 3 0 2 0 0 3 1 12 12 0 1 3 0 3 4 0 1 45 0.65 1.43 548 R -2 1 -1 -2 -2 1 1 -5 3 1 0 0 -1 -2 -1 -1 2 0 0 1 3 9 3 1 1 6 11 0 6 8 10 6 1 2 3 4 12 1 3 10 0.18 1.46 549 I -2 -1 -6 -6 -4 -5 -5 -6 -5 5 2 -5 0 -1 -5 -5 -3 -5 -1 5 2 4 0 0 0 0 0 0 0 36 15 0 2 2 0 0 0 0 2 37 1.02 1.37 550 N -2 1 3 0 -2 1 2 -3 2 0 -1 0 -1 -2 -4 1 2 -5 -2 -1 2 8 13 4 1 7 14 1 5 5 5 5 1 2 0 9 14 0 1 5 0.26 1.34 551 V -1 -2 -5 -2 -3 -4 -4 -5 -5 4 0 -4 -2 0 -4 -4 -1 -4 -3 5 4 3 0 2 0 0 0 0 0 20 7 0 0 4 0 0 3 0 0 54 0.93 1.28 552 L -1 -1 -2 -2 1 0 1 -3 -1 0 3 0 1 0 -4 0 1 -4 -2 0 3 3 2 2 3 5 9 2 2 6 26 5 3 3 0 7 11 0 1 7 0.19 1.26 553 D -2 -3 0 7 -5 -1 0 -2 -3 -3 -3 1 -4 -5 -1 0 -3 -5 -4 -4 3 0 4 61 0 2 4 3 0 2 3 8 0 0 3 5 1 0 0 1 1.11 1.23 554 V 0 -2 -3 -3 1 -1 0 -3 -1 3 -1 -2 2 -4 0 -1 -1 -5 -4 4 7 2 1 1 3 2 8 2 1 14 4 2 4 0 4 4 2 0 0 36 0.44 1.30 555 N -2 2 2 2 -4 3 2 -3 -2 -3 -3 -1 4 -3 3 -2 -2 -4 -3 -3 1 13 13 13 0 13 13 1 0 1 1 1 13 0 13 1 1 0 0 1 0.49 0.68 556 D -3 -4 1 7 -6 -3 1 -3 -1 -6 -4 -2 -5 -6 -3 -3 -3 -7 -6 -6 1 0 5 76 0 0 8 1 2 0 2 1 0 0 1 0 1 0 0 0 1.79 1.79 557 N -3 -2 7 -2 -3 1 -1 -2 4 -2 -4 -2 -3 -3 -2 -1 -2 -2 -2 -5 2 1 59 1 1 6 2 2 10 3 1 1 1 1 2 2 2 1 1 0 1.27 1.77 558 V 4 -1 -3 -3 -4 -4 -1 -3 -2 -2 -3 0 0 -2 4 1 0 -5 -1 -1 30 4 1 1 0 0 3 1 1 3 2 5 2 2 23 9 6 0 2 5 0.55 1.76 559 P -3 -5 -5 -4 -5 -4 -3 -5 -5 -5 -4 -4 -2 -6 8 -3 -3 -6 -3 -4 1 0 0 0 0 0 2 0 0 0 2 0 1 0 88 1 1 0 1 1 2.56 1.78 560 T -2 1 -2 -2 -5 2 3 -5 -1 0 -1 0 -1 -2 -3 -1 2 1 -2 2 3 7 1 1 0 8 21 0 1 5 5 6 1 1 1 4 13 2 2 17 0.35 1.78 561 F -5 -5 -5 -4 1 -5 -6 -6 -4 2 0 -5 -1 8 -3 -5 -3 -3 0 0 0 0 0 1 3 0 0 0 0 11 9 0 1 62 1 0 2 0 1 7 1.52 1.77 562 Q 0 -1 0 0 -4 1 2 -3 -2 0 0 -2 -1 -3 1 1 3 -5 -2 -1 6 4 3 6 0 7 12 2 1 5 8 2 1 1 7 9 18 0 2 4 0.22 1.72 563 K 0 1 0 -1 -3 3 1 -3 0 0 -1 2 1 -2 1 -1 0 -2 -1 -1 7 7 4 2 0 15 8 2 2 5 7 12 3 2 6 5 5 1 2 5 0.19 1.76 564 D -1 0 1 2 -1 0 1 -1 1 -4 -2 0 -1 -2 1 1 2 -4 -4 -3 5 5 7 11 1 4 9 6 3 1 4 7 2 2 8 12 13 0 0 1 0.22 1.63 565 A 0 -1 -2 -2 -4 0 1 -1 0 -1 -2 -1 -1 -2 1 3 2 0 0 0 7 3 2 2 0 4 9 5 2 4 4 3 2 2 7 20 10 1 4 8 0.17 1.68 566 Y -3 -1 -2 -2 -5 -1 -3 -2 -1 0 1 -2 0 3 -2 -2 -3 0 7 -2 1 3 2 2 0 3 2 3 1 5 12 3 2 12 2 2 1 1 39 3 0.85 1.88 567 V 0 0 -1 -2 -2 1 1 -4 0 1 -2 0 0 -1 -3 1 1 -2 0 2 8 5 3 2 1 6 10 1 2 9 4 5 2 3 1 9 10 1 3 14 0.15 1.87 568 G 1 -3 -1 -3 0 -2 0 2 -2 0 0 -2 -1 2 -1 0 1 -5 -2 1 13 1 3 1 2 2 6 13 1 6 8 2 2 7 3 8 10 0 1 10 0.14 1.89 569 A 0 0 -1 -2 -2 1 2 -2 0 -1 -3 0 -2 0 1 2 1 -2 -2 0 7 5 2 1 1 5 14 3 3 4 3 7 1 5 6 17 9 1 1 6 0.18 1.94 570 L -3 -5 -5 -2 1 -3 -5 -6 -1 4 2 -4 0 -2 -3 -2 -2 -5 -2 5 1 0 0 3 3 1 0 0 2 26 16 1 2 1 1 3 2 0 1 36 0.84 1.93 571 R -1 2 -1 -1 0 0 1 -3 -4 -3 -1 0 2 -3 4 1 0 -5 -3 -1 5 10 3 3 2 4 9 2 0 1 6 7 5 1 21 10 7 0 1 4 0.34 1.90 572 E -1 -1 -2 0 -3 -1 7 -5 -2 -4 -4 -1 -3 -6 -2 -1 -2 -1 -5 -3 4 2 1 3 1 2 71 0 1 1 2 3 1 0 2 4 2 1 0 1 1.35 1.96 573 N -1 -1 5 3 -5 -2 -1 0 -2 -3 -3 -1 0 -2 -2 1 0 -6 -2 -2 6 3 32 15 0 1 4 8 1 1 3 3 2 2 2 9 5 0 2 2 0.56 1.94 574 E 2 0 0 0 -1 -1 1 -1 -2 -2 -2 0 -1 -3 -2 2 2 -5 -2 -1 18 4 5 5 1 2 10 4 1 2 5 5 2 1 2 15 13 0 2 4 0.22 1.96 575 P 0 -1 0 0 -5 0 -1 -1 1 -1 -2 0 1 -1 4 -1 -1 -5 0 0 8 4 4 6 0 5 4 5 3 4 4 5 3 3 24 5 4 0 3 7 0.29 1.81 576 S -1 -1 2 0 -5 0 0 -1 1 0 -1 0 1 -1 3 0 0 -5 -4 1 5 4 9 5 0 3 7 5 3 5 7 5 3 3 14 6 6 0 0 9 0.15 1.87 577 V -1 -1 1 0 -4 -1 -1 3 0 -1 -2 -3 0 0 -1 0 -1 -4 0 2 4 3 6 6 0 3 4 25 3 4 4 1 2 5 4 6 4 0 3 13 0.23 1.67 578 T -1 -2 -2 -1 -4 1 0 -1 -1 0 -1 -2 0 -2 -1 2 4 -5 0 0 4 1 1 3 0 6 6 6 2 4 7 3 2 1 3 13 28 0 3 6 0.32 1.79 579 Q -1 0 -1 -3 -1 2 1 -3 -1 0 0 0 -2 -1 1 0 1 -5 0 2 4 5 3 1 2 9 11 2 2 4 10 5 1 3 7 7 7 0 3 15 0.15 1.79 580 L -2 -3 -3 -2 -4 -3 -3 -6 -5 5 1 -2 0 1 -1 -5 -2 -5 0 4 2 2 1 2 0 1 1 0 0 29 11 2 1 7 3 0 2 0 3 31 0.71 1.86 581 V 2 -3 -2 -5 -2 -1 -3 0 -2 1 1 -4 1 1 2 -2 0 -5 -1 2 20 1 2 0 1 3 2 7 1 7 16 0 4 5 9 1 6 0 2 13 0.29 1.88 582 R -2 3 1 0 -4 2 -1 -2 -1 0 1 1 -1 -1 0 -2 1 -4 -2 -1 2 18 6 5 0 8 4 4 2 5 13 8 1 2 5 3 8 0 1 5 0.20 1.68 583 L -2 -4 -3 -3 -4 -4 -1 -3 -2 4 3 -1 0 1 -3 -3 -2 -4 -3 3 3 1 1 2 0 0 4 2 1 21 25 4 2 7 1 2 2 0 0 23 0.56 1.73 584 R -1 0 0 0 -5 1 0 -1 2 0 -1 0 2 1 0 -1 0 4 1 -1 5 5 5 5 0 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0.10 2.01 585 A 5 -3 -3 -2 -4 -4 -3 -3 -2 -1 -3 -1 -4 -1 -3 -1 0 -2 -4 3 52 1 1 3 0 0 1 1 1 2 1 4 0 2 1 3 4 0 0 22 0.83 1.80 586 T -1 0 -1 -1 -4 1 0 -4 3 0 -1 -2 0 -1 -2 2 4 -1 -1 1 3 4 3 3 0 6 6 1 6 5 7 2 3 3 2 13 24 1 2 8 0.30 1.76 587 D -4 -4 0 8 -6 -2 0 -2 -1 -6 -6 -2 -5 -5 -4 -3 -4 -6 -1 -4 1 0 2 78 0 1 5 2 2 0 0 2 0 0 0 1 0 0 3 1 1.79 1.75 588 E 1 3 -1 0 -3 0 1 -2 -2 -2 0 2 -2 -4 3 -1 -2 -2 -3 -2 13 14 2 6 1 5 10 3 1 2 8 10 1 1 13 4 2 1 1 3 0.27 1.69 589 D -3 -4 1 7 -5 -2 0 -3 -4 -3 -4 -2 -5 -5 -3 -2 -4 -6 -5 -5 1 0 4 77 0 2 3 1 0 2 2 1 0 0 1 3 0 0 0 0 1.75 1.71 590 S 1 -1 -2 1 1 0 2 -1 -4 0 -1 -1 -2 -3 -4 2 1 -5 -2 0 12 3 2 8 3 3 14 5 0 5 6 4 1 1 0 17 9 0 1 6 0.21 1.70 591 P -1 -1 -2 1 -4 -1 0 4 -2 -1 -4 -3 -4 -2 4 -1 0 -4 -3 -2 5 4 2 7 0 2 6 29 1 4 1 1 0 2 20 5 6 0 1 4 0.51 1.54 592 P 1 -1 0 0 -1 0 2 0 -1 -1 -1 -1 -1 -2 3 0 0 -2 -1 -1 11 4 4 5 1 5 12 7 2 3 6 3 1 1 16 8 7 1 2 4 0.17 1.60 593 N -2 -1 7 1 -5 0 0 -1 1 -3 -3 -2 -2 -1 -1 0 -1 -5 -2 -4 4 3 48 6 0 3 6 5 3 2 2 1 1 2 3 6 3 0 1 1 0.86 1.66 594 N 1 -1 3 0 -4 0 -1 3 -1 -4 -2 -2 -4 -2 -2 1 -1 3 -1 -3 13 3 12 5 0 4 4 26 1 0 5 2 0 2 2 11 3 4 2 2 0.37 1.67 595 Q 0 3 1 -2 -4 3 1 -3 0 0 -1 2 -1 -3 0 -1 -1 2 -2 -1 6 15 6 2 0 11 10 2 2 5 6 11 1 1 4 5 3 3 1 5 0.23 1.66 596 I -1 -5 -4 -5 -1 -1 -4 -3 -5 4 2 -2 1 1 -3 -3 -1 0 -1 4 6 0 1 0 1 3 1 2 0 19 17 3 2 7 1 1 4 1 2 27 0.52 1.74 597 T 0 1 1 -2 -5 1 1 -3 0 -1 -2 -1 -1 1 -1 1 2 0 -1 1 9 7 6 2 0 6 8 2 2 3 4 4 2 5 3 10 14 1 2 10 0.14 1.74 598 Y -3 -4 -2 -5 5 -2 -3 -3 2 0 0 -2 -3 3 -5 -2 -2 2 7 -2 2 0 3 0 11 2 2 2 5 4 8 2 0 11 0 3 3 2 37 3 0.94 1.74 599 S -1 0 0 0 2 0 0 -2 1 -4 -2 0 -1 2 -4 3 1 -4 2 0 5 5 4 6 5 3 5 2 4 0 4 6 2 8 0 21 8 0 6 6 0.23 1.70 600 I -2 -5 -2 -2 -4 -5 -5 0 -5 4 3 -3 1 1 -5 -2 0 3 -4 1 3 0 2 2 0 0 0 7 0 28 24 2 3 6 0 2 6 4 0 8 0.55 1.73 601 V -2 -1 -1 0 0 1 -1 -3 0 2 1 -2 0 0 0 1 1 -2 -2 1 3 3 3 5 2 6 5 2 2 11 15 2 2 4 5 9 8 1 2 11 0.12 1.89 602 S -1 0 1 1 -1 0 1 2 -1 -2 -3 0 -4 -2 1 2 0 -5 -3 -3 4 5 6 8 1 5 8 14 1 2 3 5 0 2 8 18 7 0 1 1 0.24 1.90 603 A 0 -2 2 1 0 1 0 3 1 -1 -2 -2 0 -3 0 1 -2 -5 -3 -2 8 2 9 8 2 7 7 21 3 4 3 2 2 1 5 10 2 0 1 3 0.25 1.83 604 S -1 -2 2 2 -4 0 2 -1 0 -2 0 -2 -1 -2 0 1 1 -5 -1 0 4 2 11 10 0 4 11 6 3 2 9 2 2 1 5 9 10 0 2 7 0.17 1.79 605 A 1 -2 0 0 -4 -1 0 1 1 -1 -2 0 -3 -3 5 0 -2 -4 -1 -2 10 2 4 6 0 2 7 11 3 3 4 6 0 1 25 6 3 0 3 3 0.37 1.67 606 F 0 -1 1 0 -3 -1 0 -1 2 0 -1 -1 1 4 -1 0 0 -2 0 -1 9 3 6 6 1 3 6 5 5 5 5 3 3 19 4 7 5 0 3 4 0.19 1.38 607 G 0 0 1 0 -1 0 -1 3 -1 -2 -2 1 -1 -1 0 0 -1 -1 -2 -2 7 4 7 6 2 4 5 26 1 2 5 10 1 2 4 5 5 1 1 3 0.24 1.50 608 S -1 0 2 0 -3 0 0 1 1 0 0 -2 -2 -2 1 1 1 -3 -2 0 6 4 8 6 0 5 5 9 3 6 10 2 1 2 6 11 7 0 1 5 0.08 1.55 609 Y -1 -1 0 -1 -3 0 -1 -2 3 -1 -1 1 0 3 0 -1 -1 4 2 0 5 3 5 4 0 3 4 3 6 4 7 8 2 13 6 4 4 5 8 6 0.20 1.56 610 F -1 -1 -2 -1 -3 -1 -1 -2 -1 1 0 0 0 6 -2 -1 -1 -2 0 0 4 3 2 3 1 2 4 3 1 7 7 5 3 36 2 4 4 0 2 6 0.54 1.33 611 D -1 1 1 2 -2 0 1 -1 1 0 -1 1 -1 -1 -2 1 1 -3 -1 -1 5 6 6 13 1 4 7 4 3 5 6 8 1 3 2 9 7 0 2 5 0.10 1.27 612 I -2 -3 -3 -2 -2 -2 -2 -3 -3 5 1 -1 -1 2 -2 -2 0 -1 -2 2 4 2 2 2 1 1 3 2 1 30 11 3 1 10 2 3 7 1 1 14 0.46 1.45 613 S -1 0 2 3 -4 0 0 -1 -1 -3 -3 0 -4 -2 -1 2 2 -4 -4 -1 5 4 10 17 0 4 6 4 2 2 3 6 0 2 4 17 10 0 0 4 0.30 1.67 614 L -1 0 0 -1 -2 -1 -1 -2 -2 2 0 -1 -1 -1 2 0 2 -3 -1 1 6 5 4 4 1 3 3 3 1 10 10 3 1 3 12 7 12 0 2 9 0.15 1.32 615 Y -2 0 2 2 0 0 1 -1 3 -1 -1 0 -2 1 -1 0 -1 -1 1 0 4 4 8 12 2 3 7 5 6 4 5 5 1 5 3 7 4 1 5 7 0.11 1.30 616 E -1 0 2 2 -5 1 3 -2 -3 -4 -4 1 -4 -5 1 1 2 -5 -4 -2 3 5 9 10 0 5 17 2 0 0 2 9 0 0 7 11 13 0 0 3 0.39 1.77 617 G -2 -2 5 1 -3 -1 -2 3 -2 -3 -3 0 -2 -2 -2 0 0 -4 -3 -2 3 2 25 8 1 3 2 25 1 2 2 5 1 2 2 6 6 0 1 2 0.52 1.68 618 Y -3 -1 2 -1 -2 0 2 -2 0 -2 -2 -1 -3 0 -4 1 2 0 4 -2 2 4 8 4 1 4 14 3 2 2 3 3 1 4 1 11 15 1 15 3 0.34 1.65 619 G -2 -2 -2 -2 -3 -1 -1 5 -2 -1 -2 -2 -2 -2 -1 -1 0 -3 2 -1 3 2 2 2 1 3 4 43 1 4 4 3 1 2 4 4 6 0 8 4 0.55 1.41 620 V 0 1 -1 -1 -1 -1 1 -3 -2 2 1 -2 1 -1 -2 -1 1 1 -1 2 7 7 3 4 1 2 8 1 1 13 13 3 3 2 2 4 8 2 3 14 0.15 1.53 621 I -3 -2 -6 -6 -4 -3 -5 -5 -3 5 4 -4 0 -2 -5 -3 -3 -1 -3 2 1 3 0 0 0 1 0 1 1 29 41 1 2 1 0 2 1 1 1 15 0.95 1.85 622 S -2 2 -1 -4 1 -1 -1 -4 1 0 -1 1 -2 0 -3 1 3 -5 1 2 2 10 2 0 3 3 4 1 3 6 5 8 1 3 1 10 19 0 4 13 0.28 1.86 623 V 0 -4 -1 -4 -2 -2 -4 -4 -2 1 2 -3 0 -2 -1 -2 3 -5 -3 3 8 0 3 1 1 1 1 1 1 7 20 1 2 2 3 2 21 0 1 24 0.49 1.83 624 S 1 1 1 1 -4 0 0 -3 -1 0 -1 0 -1 -5 -4 1 3 -2 -4 1 11 7 5 9 0 3 7 2 2 5 6 6 1 0 0 8 16 1 0 9 0.22 1.83 625 R -1 4 -1 -1 -5 0 0 0 0 -3 -5 4 -3 -4 -3 0 -1 -3 -3 -3 5 22 2 3 0 4 5 9 2 1 1 29 0 1 1 8 4 0 1 2 0.58 1.83 626 P 1 1 -1 -1 -3 -2 -1 -2 0 -2 -2 0 -1 -2 5 1 0 -3 -2 -3 10 9 3 3 1 1 4 4 2 2 4 7 2 2 29 10 6 0 1 2 0.47 1.78 627 L -3 -3 -3 -5 -4 -4 -4 -5 -5 2 5 -4 1 -1 -4 -3 -3 -1 -4 1 1 1 2 0 0 0 1 1 0 9 67 0 2 2 1 2 1 1 0 7 1.08 1.70 628 D -4 -3 2 7 -5 -1 -1 -1 -2 -5 -4 -3 -5 -5 -1 -2 -3 -5 -5 -4 1 1 8 70 0 3 2 4 1 1 1 1 0 0 3 2 1 0 0 1 1.52 1.68 629 Y -3 5 -4 -4 0 -3 -3 -4 0 -2 -2 -1 -3 4 -1 -3 -3 -1 5 -4 2 37 0 1 2 0 1 1 2 2 4 2 0 15 3 2 1 1 23 1 0.99 1.66 630 E -2 -1 -1 0 -5 -1 7 -2 -1 -5 -5 -2 -2 -4 -3 -1 -3 -5 -3 -5 3 3 3 3 0 1 72 3 1 0 1 1 1 1 1 3 1 0 1 0 1.38 1.73 631 Q 0 1 0 -1 -4 3 3 -3 -2 -2 -2 1 -1 -3 -1 0 1 -4 -3 0 8 7 4 3 0 16 19 2 1 2 5 6 2 1 3 5 8 0 1 6 0.29 1.52 632 I 0 1 -1 -2 -2 1 -1 -2 -1 1 1 1 0 -1 1 -1 1 -2 -1 1 6 7 2 2 1 8 4 3 2 8 11 8 2 3 6 5 11 1 2 9 0.10 1.31 633 S 1 0 -1 0 1 2 1 -2 1 -3 -3 1 -3 -3 2 2 1 -4 -3 -2 11 5 3 5 4 8 9 3 3 1 2 9 0 1 9 15 8 0 1 3 0.24 1.50 634 N -2 1 3 0 -3 4 2 0 0 -3 -3 0 -3 -1 -1 2 -1 -1 -2 -2 3 7 12 5 0 16 11 7 3 1 3 4 1 2 3 13 4 1 1 2 0.31 1.41 635 G 0 0 -1 0 -1 0 -1 1 2 -1 -1 -1 0 0 0 1 0 -1 3 0 7 6 3 5 1 3 4 10 5 3 6 4 2 3 5 9 5 1 10 6 0.09 0.91 636 L 0 -1 0 -1 -2 0 0 -1 -1 1 0 -1 0 0 -1 0 1 -2 0 2 8 4 5 4 1 4 6 4 2 9 8 4 2 3 4 6 10 1 4 12 0.06 0.97 637 I -3 -2 -2 -3 -2 -2 -2 -3 -1 2 1 -1 -1 3 -2 -2 -1 0 6 1 2 2 2 2 1 1 3 2 1 11 14 3 1 11 2 3 3 1 25 8 0.50 1.38 638 Y -2 0 2 -1 -3 1 1 -3 3 -1 -2 0 0 1 -1 0 1 3 3 0 3 4 9 3 0 6 9 2 6 3 4 4 2 5 3 7 7 3 11 7 0.19 1.39 639 L -1 -3 -4 -4 0 -2 -2 -4 -4 3 4 -2 0 2 -3 -2 -2 -1 -1 2 4 1 1 1 2 2 3 1 0 15 36 2 1 9 2 3 3 1 2 12 0.51 1.53 640 T -1 1 -1 -2 -2 1 0 -2 0 -1 -1 -2 -2 -4 -1 -1 4 -2 -1 1 5 8 2 2 1 6 7 4 3 4 7 2 1 1 4 4 31 1 2 9 0.33 1.63 641 V 0 -5 -5 -4 -1 -2 -5 -4 -5 4 1 -5 -1 -2 -3 -3 -2 -5 -1 5 8 0 0 1 1 2 0 1 0 22 10 0 1 1 1 2 1 0 2 44 0.86 1.77 642 M -2 2 -3 -2 -1 1 1 -3 1 1 1 0 1 0 -4 -1 2 -4 -2 2 4 10 1 2 1 7 9 2 3 8 11 6 3 4 1 4 11 0 1 14 0.18 1.64 643 A 5 -2 1 0 -2 -2 -2 -2 -3 -1 -3 -2 -2 -1 -3 -1 -1 -5 -4 1 52 2 8 5 1 2 2 2 1 4 2 2 1 2 1 3 3 0 0 8 0.67 1.71 644 M -1 1 -2 -3 -3 1 1 -4 -1 0 -1 1 0 -2 -3 1 3 -5 -1 1 5 8 2 1 1 7 9 1 1 4 6 7 2 1 1 9 20 0 2 12 0.26 1.81 645 D -1 -2 1 7 -5 -1 1 -3 -2 -5 -5 -3 -3 -4 -2 -2 -3 -6 -3 -2 6 2 7 61 0 2 6 2 1 0 1 0 1 1 2 2 1 0 1 4 1.25 1.78 646 A 1 1 0 -1 1 0 -2 2 -1 -1 -1 0 1 -3 0 1 -1 -1 -3 -1 11 8 4 4 3 5 2 16 2 4 6 5 4 1 6 10 4 1 1 5 0.12 1.75 647 G 0 -2 1 0 -4 -1 -1 5 -1 -3 -4 -2 -3 0 -2 0 -1 -4 -2 -2 7 2 6 5 0 3 3 48 1 2 2 2 1 4 2 6 3 0 1 2 0.69 1.72 648 N -1 1 3 0 -3 0 0 1 2 -1 -3 0 -2 -3 0 1 1 -5 -2 -1 5 6 12 6 0 4 6 12 4 3 2 6 1 1 4 11 9 0 2 4 0.18 1.75 649 P -1 0 -1 -1 -4 0 0 -1 -1 -2 -2 0 -1 -3 6 -1 -1 -4 -3 -1 4 5 3 3 0 4 5 5 1 2 4 5 2 1 42 3 3 0 1 4 0.77 1.58 650 P 0 0 -2 0 -4 -1 -1 0 -1 -1 -3 -1 -2 -4 5 1 0 -4 -1 -2 7 6 1 5 0 3 3 7 1 3 2 4 1 0 33 13 6 0 2 2 0.57 1.62 651 L -1 0 -4 -2 -4 -1 -3 -3 -1 -1 4 -1 2 1 -1 -2 -1 -1 -1 0 5 5 0 2 0 3 2 2 2 1 46 4 5 5 3 3 3 1 2 7 0.50 1.69 652 N -1 -1 2 -1 -4 0 1 -2 -2 -2 -3 1 -2 -3 -2 3 2 -1 -1 -1 4 3 9 3 0 4 11 2 1 2 2 8 1 1 2 26 13 1 2 5 0.34 1.70 653 S 1 -2 0 -1 -2 -1 -1 1 -2 -3 -4 -1 -1 -2 0 3 3 -2 -3 -3 12 2 5 4 1 2 3 10 1 1 1 3 2 2 4 23 20 1 1 2 0.38 1.70 654 T -2 -2 0 -2 1 0 1 -4 1 0 -2 0 -4 -2 0 1 4 -2 -1 -1 3 2 4 2 2 4 9 1 4 5 4 5 0 2 5 11 30 1 2 5 0.35 1.76 655 V 3 -2 -2 -4 3 -2 -3 -2 1 0 -2 -1 0 0 -4 0 3 -5 -2 2 21 2 2 0 5 2 2 2 4 5 4 3 3 4 0 7 20 0 2 14 0.36 1.71 656 P -1 0 0 -1 -3 1 1 -3 2 -1 -2 0 0 -3 2 0 4 -5 -1 -1 4 5 5 4 1 6 10 2 5 4 4 5 2 1 9 7 23 0 2 4 0.28 1.69 657 V -1 -5 -6 -6 -1 -3 -5 -5 -3 4 1 -5 0 1 -2 -5 -1 -5 -2 5 4 0 0 0 1 1 0 1 1 21 14 0 2 6 2 0 4 0 1 41 0.87 1.81 658 T -2 0 -1 -3 -2 0 -1 -5 2 1 -1 0 -2 -2 -3 0 4 -2 1 1 3 6 3 1 1 5 4 0 5 7 7 5 0 2 1 7 28 1 4 11 0.36 1.81 659 I -2 -5 -5 -6 -4 -5 -5 -6 -6 5 1 -5 0 -1 -5 -4 1 -5 -4 5 2 0 0 0 0 0 0 0 0 37 10 0 1 2 0 0 7 0 0 38 1.15 1.78 660 E -2 1 1 0 -3 3 1 -2 2 -1 -1 2 -2 -3 -3 0 0 -5 0 0 2 9 7 5 1 11 10 2 6 3 5 12 1 1 1 6 7 0 3 8 0.22 1.75 661 V -2 -5 -3 -2 -4 -4 -5 -5 -5 4 0 -2 -1 -2 -3 -4 -1 -1 -4 6 3 0 1 3 0 0 0 0 0 19 9 3 1 1 1 0 4 1 0 51 0.96 1.73 662 F 0 -1 -1 -3 -1 0 -1 -2 -1 1 1 1 0 -1 -1 0 1 -5 -3 2 8 3 3 2 1 4 4 3 2 9 15 8 2 3 4 8 8 0 1 12 0.11 1.69 663 D -4 -3 1 7 -6 -2 -1 -3 -4 -3 -5 -2 -5 -6 -1 -2 -3 -6 -2 -3 0 1 6 73 0 1 3 1 0 1 1 2 0 0 3 2 1 0 2 2 1.59 1.77 664 E -1 -1 0 1 -2 -1 1 -2 -3 3 -2 -1 0 -4 -4 -2 -1 0 -3 4 6 3 4 8 1 3 11 3 1 16 2 3 2 0 1 3 4 2 1 26 0.34 1.74 665 N -2 -2 7 1 -5 -1 -3 -3 -1 -5 -5 -3 -2 -5 -4 1 -1 -6 -5 -2 3 1 66 6 0 2 1 1 1 0 0 0 1 0 1 9 3 0 0 4 1.43 1.74 666 D -4 -3 1 7 -6 -2 3 -3 -4 -4 -3 -3 -2 -3 -1 -2 -2 -6 -5 -4 0 1 5 60 0 1 15 2 0 1 3 1 1 1 4 1 2 0 0 1 1.31 1.77 667 N -3 -1 7 -2 -2 -1 2 -1 3 -3 -3 -2 -3 -2 -2 -1 -2 -5 0 -5 2 3 48 1 1 3 13 4 7 1 2 2 1 2 2 4 2 0 3 0 0.94 1.69 668 P 3 0 -1 -3 -4 -3 0 -1 -1 -2 -2 -2 -4 -5 5 0 -1 -2 -4 -1 25 5 3 1 0 1 6 5 1 2 4 2 0 0 31 5 4 1 1 4 0.63 1.71 669 P -3 -5 -5 -4 -6 -3 -2 -3 -5 -2 -3 -2 -2 -6 8 -3 -3 -2 -4 -3 1 0 0 0 0 1 2 2 0 2 3 2 1 0 80 1 1 1 0 2 2.17 1.78 670 T -1 0 -2 -3 1 1 2 -5 -2 2 -1 0 0 -1 -2 -1 2 0 0 2 6 4 2 1 3 6 12 0 1 10 4 6 2 3 2 4 14 1 3 17 0.24 1.81 671 F -4 -4 -5 -5 2 -5 -5 -5 -2 0 0 -4 -1 8 -4 -4 -2 1 0 -1 1 1 0 1 4 0 0 1 1 5 9 1 1 65 1 1 2 2 1 4 1.52 1.77 672 S 0 -2 -1 1 -3 0 1 -2 0 0 0 -1 -2 -2 2 2 2 -5 -3 0 6 2 2 9 1 4 9 3 2 5 8 4 1 2 9 16 12 0 1 6 0.18 1.82 673 K -3 1 1 0 -5 4 1 -3 2 -1 -2 1 0 -4 3 -1 -2 -5 -2 -3 2 9 7 5 0 21 9 1 4 3 4 10 2 1 13 5 2 0 1 2 0.43 1.76 674 P 0 -1 -1 0 -4 0 0 0 -3 -2 -2 0 -4 -3 4 2 1 -5 -4 -3 8 3 3 5 0 4 6 8 1 2 3 7 0 1 24 14 8 0 0 2 0.41 1.70 675 A -1 -2 -2 -1 -4 1 1 -3 -1 0 0 -2 0 -1 0 3 0 -1 -2 2 4 2 2 3 0 6 9 2 2 4 7 2 2 3 6 23 6 1 2 13 0.21 1.75 676 Y -3 -3 -3 -4 -4 1 -3 -4 0 -1 0 0 -1 3 -2 -1 -2 -1 7 -2 2 1 1 1 0 6 2 1 1 4 8 7 1 9 2 4 2 1 44 3 0.95 1.71 677 F -2 1 1 -2 -4 0 1 -2 1 0 -1 0 0 1 -2 0 2 -2 2 1 3 7 6 1 0 4 10 3 4 6 6 5 2 6 2 8 13 1 6 10 0.14 1.74 678 V 2 -4 -2 -3 -4 -2 -2 1 -5 3 0 -3 1 1 -3 -2 -1 -5 -3 3 15 0 2 1 0 2 3 9 0 15 10 2 3 6 1 3 4 0 1 23 0.37 1.75 679 S -1 0 1 1 -5 1 0 -2 0 0 -3 -1 -1 1 -1 3 1 -5 0 -1 5 5 6 6 0 6 7 3 2 5 3 4 1 6 4 23 8 0 3 4 0.20 1.75 680 V -2 -2 -2 -2 -4 -1 -2 -3 -4 3 1 -2 0 0 -5 -1 -1 -4 1 5 3 2 2 2 0 2 3 2 0 14 11 2 2 3 0 4 3 0 5 38 0.55 1.72 681 V -1 0 -2 -2 -1 0 0 -2 0 -1 -1 0 0 -1 4 0 0 -5 0 1 4 6 2 2 1 5 7 3 2 4 7 7 2 3 19 8 6 0 3 10 0.21 1.75 682 E -1 -1 -1 1 -6 0 6 -5 -3 -2 -3 -1 -4 -6 -1 -2 -1 -6 -5 -3 4 3 2 6 0 4 63 0 0 2 3 3 0 0 2 3 3 0 0 2 1.12 1.78 683 N -1 -1 5 2 -1 -1 0 2 1 -5 -2 -2 0 -2 -5 0 -1 -6 -5 -3 4 3 33 10 2 3 7 13 3 0 4 2 3 2 0 7 3 0 0 2 0.58 1.76 684 I 2 -2 2 -1 -4 -1 -1 -1 0 -1 1 -2 0 -1 -1 1 0 -4 -2 0 17 2 9 3 0 3 4 5 2 4 13 3 3 2 3 12 7 0 1 7 0.14 1.70 685 M 0 -1 -1 -2 0 0 -1 -2 -1 -1 0 1 3 -1 5 0 -1 -1 -4 -1 8 4 3 2 2 3 3 3 2 3 8 8 7 3 25 6 4 1 0 4 0.34 1.83 686 A 1 1 0 -4 -4 -1 -1 -2 -1 -1 -2 0 -2 -2 4 0 -2 -1 -1 2 14 7 5 0 0 2 4 3 2 4 4 5 1 1 23 6 2 1 3 13 0.35 1.79 687 G 0 -3 1 -1 -5 -3 -3 6 -1 -3 -6 -1 -5 -3 -2 -1 -2 -1 -3 -2 7 1 8 4 0 1 1 55 2 1 0 4 0 1 2 5 3 1 1 3 0.92 1.85 688 A 1 -2 -3 -1 -2 0 0 -1 -1 -1 -2 0 1 -3 -3 2 4 -5 0 0 11 2 1 3 1 5 6 4 1 3 5 5 3 1 1 14 25 0 3 7 0.31 1.84 689 T -2 0 -1 -2 -2 0 0 -2 2 -1 0 -1 0 -1 0 2 2 -2 0 2 3 5 2 3 1 4 7 4 5 3 10 3 3 3 5 14 11 1 3 13 0.12 1.89 690 V -3 -4 -1 -6 -4 -2 -4 -5 -6 4 2 -4 -1 0 -1 -4 -3 -5 -3 5 1 1 3 0 0 2 1 1 0 25 18 1 1 3 4 1 1 0 1 37 0.84 1.90 691 L 1 -2 -3 -4 -2 -2 -4 2 -3 1 2 -4 3 0 -1 -2 0 -5 -2 1 10 2 1 1 1 2 1 16 1 9 23 0 7 3 3 2 7 0 1 9 0.32 1.81 692 F -1 1 -2 -2 -4 2 -1 -2 0 0 -1 0 -2 0 -3 0 3 -1 1 0 4 8 1 2 0 10 4 4 2 6 7 5 1 4 1 8 21 1 5 6 0.22 1.78 693 L -2 -4 -5 -4 -1 -4 -3 -3 -5 3 2 -5 -1 1 -1 -4 -4 -4 2 5 2 1 0 1 1 1 2 2 0 16 20 0 1 6 3 1 0 0 6 37 0.72 1.79 694 N -2 0 3 -3 -3 1 0 -2 1 -2 -2 1 -2 -1 -3 2 2 -2 -2 1 3 4 13 1 0 7 5 3 4 2 3 7 1 2 1 19 14 1 1 9 0.30 1.81 695 A 6 -5 -4 -1 0 -4 -3 -2 -5 -2 -3 -1 -4 -2 -1 -2 -1 -6 -5 1 68 0 1 3 2 0 1 2 0 2 1 3 0 2 3 2 3 0 0 8 1.07 1.86 696 T -2 0 -1 -1 -5 2 -1 -3 2 1 -2 0 0 -1 -3 1 4 -1 0 0 2 6 3 3 0 9 4 1 4 8 4 5 2 3 1 10 23 1 4 7 0.29 1.82 697 D -3 -4 -1 8 -2 -2 -1 -3 -1 -3 -5 -4 -5 -6 -3 -2 -4 -6 -5 -1 2 0 2 78 1 1 2 1 2 1 1 0 0 0 1 2 0 0 0 5 1.74 1.79 698 L 1 0 -3 -2 -4 -1 -2 -1 -2 1 0 -1 -1 -1 4 0 -3 -4 -2 0 14 5 1 3 0 3 2 4 1 7 11 5 2 3 23 6 1 0 2 7 0.33 1.70 699 D -1 -1 0 7 -5 -2 1 -2 -2 -3 -5 -3 -5 -5 -1 -2 -3 -5 -5 -5 5 3 4 68 0 1 6 3 1 1 1 1 0 0 3 2 1 0 0 1 1.46 1.70 700 R 0 1 -1 2 1 0 0 0 0 0 -1 0 -1 -1 -1 1 1 0 -1 0 7 8 2 10 2 4 6 7 2 5 5 5 2 3 3 9 11 1 2 6 0.07 1.30 701 S 0 -1 -1 2 -2 -1 -1 3 -2 -2 -2 -1 -1 -3 2 2 0 -3 -2 -2 8 4 3 12 1 2 5 20 1 2 4 3 1 1 10 14 6 0 1 2 0.27 1.36 702 R -1 1 1 0 -2 0 0 0 -2 -1 -1 1 -1 -1 1 0 1 0 -1 -1 6 9 8 6 1 4 6 8 1 4 7 7 2 3 6 6 9 1 3 4 0.07 1.22 703 E 0 1 3 2 -1 1 2 0 -1 -2 -1 -1 -2 -2 -1 0 -1 -2 1 -2 7 7 14 10 1 6 12 6 1 2 6 3 1 2 3 7 4 1 4 3 0.18 1.17 704 Y 0 -2 1 -1 -2 -1 -1 1 -1 0 0 -1 -2 1 0 0 0 0 3 -1 9 2 8 4 1 3 5 10 2 5 9 3 1 6 5 8 5 2 9 4 0.09 1.14 705 G 0 -1 1 0 -2 0 -1 4 -2 0 -1 -2 0 -2 -1 0 -1 -1 -2 -1 8 4 7 5 1 4 4 28 1 5 5 2 3 2 3 7 4 1 2 5 0.25 1.47 706 Q -2 0 4 -1 -4 4 0 -2 -1 1 -2 1 -1 -3 -1 0 -3 1 -2 -1 3 5 18 3 0 17 6 3 1 7 4 8 1 1 4 8 1 2 2 4 0.33 1.72 707 E 1 0 1 0 -2 1 1 0 1 0 -2 -1 -1 -2 -1 0 -2 -2 2 0 13 4 7 5 1 6 9 8 3 5 4 4 1 2 3 7 2 1 7 8 0.10 1.63 708 S 0 1 1 -1 0 0 0 -2 -1 -2 -2 2 -1 -2 -2 3 0 -3 2 -2 9 7 5 4 2 4 5 3 1 3 5 11 1 2 2 19 6 0 7 2 0.18 1.53 709 I -2 -2 -3 -3 1 -2 -3 -2 -4 4 1 -1 -2 1 -4 -2 -1 -4 1 3 2 3 1 1 3 2 2 3 0 27 13 4 1 5 1 3 4 0 5 19 0.48 1.71 710 I -1 0 -2 -2 -4 -3 -2 -2 -2 3 0 -2 1 0 -2 0 2 -1 1 2 5 6 1 2 0 1 2 3 1 17 10 3 4 4 2 8 15 1 5 12 0.24 1.71 711 Y -3 -2 -3 -4 2 -1 -1 -3 1 0 0 -3 -1 3 -1 -2 -2 -2 7 -1 2 3 1 1 4 3 4 2 3 6 7 1 1 11 3 2 2 0 40 3 0.86 1.79 712 S -1 1 -1 0 -4 0 0 1 -1 0 -4 -1 -2 -2 -2 5 1 -5 -2 -3 4 7 2 5 0 4 5 9 1 5 1 3 1 1 2 39 7 0 1 2 0.48 1.86 713 L -3 -2 -2 -3 -4 -2 -3 0 -2 3 4 -3 1 0 -1 0 -1 -5 -3 0 1 2 2 2 0 2 2 7 1 15 38 2 3 3 4 6 4 0 1 5 0.44 1.82 714 E -1 -1 1 3 -5 1 3 -2 -1 -2 -1 -2 -2 -4 2 1 0 -5 -3 -1 6 3 7 16 0 6 16 2 2 2 5 2 1 1 9 12 6 0 1 4 0.30 1.86 715 G 0 -2 1 1 -5 -2 -2 4 1 -2 -1 -2 -3 -3 3 0 -1 -5 -1 -2 7 2 6 7 0 1 3 30 3 2 6 2 1 1 14 7 3 0 2 3 0.42 1.82 716 S 1 0 2 2 -1 1 -1 0 1 -3 -3 -1 -3 -3 1 2 0 -3 -3 -2 11 4 9 11 1 6 3 8 3 1 3 4 0 1 6 17 7 0 1 3 0.23 1.83 717 T -2 0 2 0 -2 -1 1 0 -2 -3 -2 -1 -1 -2 2 2 2 -5 -4 0 3 4 9 4 1 3 9 7 1 1 4 4 2 2 10 19 12 0 0 7 0.24 1.79 718 Q -2 -2 1 -1 -3 1 1 -1 1 -1 -1 -1 1 0 1 0 -1 4 3 -2 3 2 6 4 1 7 8 4 4 3 7 4 4 3 8 6 3 7 11 3 0.22 1.78 719 F -4 -4 -5 -2 -5 -3 -4 -3 -4 1 0 -5 -3 7 -2 -4 -4 2 0 1 1 1 0 3 0 1 1 2 0 7 10 0 0 56 2 1 0 2 1 9 1.26 1.78 720 R -1 2 0 0 -2 0 1 -3 0 -2 -2 1 1 0 -3 2 1 0 0 -1 5 12 4 4 1 4 9 1 3 2 4 9 3 5 1 19 7 1 3 4 0.21 1.78 721 I -2 -4 -5 -3 -1 -4 -3 -3 -5 6 1 -4 1 1 -3 -4 -2 -5 -2 3 3 1 0 2 1 1 2 2 0 42 13 1 3 5 2 0 2 0 1 19 0.82 1.77 722 N -3 -2 5 5 -5 -1 1 -2 3 -3 -2 -1 -4 -5 -4 -1 -1 -2 -4 -1 2 2 26 28 0 3 7 3 7 1 4 3 0 0 1 3 4 1 0 4 0.73 1.68 723 A 2 0 -1 -2 -4 0 1 -1 -1 -1 -2 0 -3 -2 3 2 0 -4 -4 -2 14 6 2 1 0 3 9 4 1 3 5 6 0 2 16 16 6 0 0 3 0.29 1.62 724 R -2 2 2 2 -4 1 1 -1 1 -1 -2 2 -1 -2 -2 -1 0 -4 -1 -1 3 10 9 13 0 6 10 4 3 3 3 11 1 2 2 5 6 0 2 5 0.22 1.69 725 S -2 -1 2 0 0 -2 -1 -2 0 -3 -4 -2 -2 0 -2 3 5 -5 -1 -2 2 4 10 5 2 1 3 3 2 1 1 1 1 5 2 20 33 0 2 2 0.56 1.78 726 G -1 -4 -1 -1 -5 -4 -3 6 -4 -2 -3 -1 -5 -5 -2 -2 -4 -5 -1 -3 4 0 3 4 0 0 2 68 0 2 3 4 0 0 2 1 0 0 2 2 1.27 1.78 727 E -1 0 0 1 -2 2 3 -2 -1 0 -1 -1 -1 -3 -2 0 -1 1 -2 1 5 5 5 6 1 9 23 4 1 6 5 2 1 1 2 6 4 2 2 10 0.24 1.74 728 I -1 -5 -2 -3 -4 -5 -5 -6 -5 5 3 -5 0 -1 -1 -5 -4 -5 -2 2 4 0 2 2 0 0 0 0 0 39 29 0 1 2 3 0 0 0 2 14 0.93 1.80 729 T -2 2 0 -3 -1 -1 -2 -2 -1 -1 -1 0 -2 1 -1 1 3 -1 3 0 2 10 5 1 1 3 2 3 1 4 5 6 1 7 3 12 17 1 9 7 0.23 1.81 730 T 1 -3 -2 -5 0 -2 -3 -4 -5 0 1 -1 -1 -2 -3 -1 4 -1 -1 3 13 1 2 0 2 2 1 1 0 4 16 3 1 2 1 5 25 1 2 18 0.43 1.83 731 T 1 0 1 0 -1 -1 -1 -3 -2 -1 0 1 -4 -2 -1 1 2 -5 -2 0 13 6 8 5 1 3 5 1 1 4 11 8 0 1 3 9 14 0 1 7 0.16 1.83 732 S 0 3 -1 -1 0 1 1 1 -1 -4 -2 2 -1 -5 1 1 -1 0 -5 -1 7 14 2 3 2 5 9 9 2 1 4 14 1 0 7 11 3 1 0 4 0.25 1.83 733 L 1 -1 0 -3 2 -2 0 -3 -2 0 1 -1 -1 -2 3 1 0 -5 -3 -1 14 3 4 1 4 2 7 2 1 6 12 4 1 2 16 10 5 0 1 5 0.22 1.83 734 L -3 -5 -3 -4 -4 -2 -5 -3 -5 1 5 -5 2 3 -2 -5 -3 -4 0 1 1 0 2 1 0 2 0 2 0 7 56 0 6 10 2 0 1 0 3 8 0.89 1.74 735 D -3 -4 1 7 -5 -1 -1 -2 -4 -5 -2 -2 -5 -5 -1 -1 0 -6 -3 -3 1 0 5 68 0 2 1 2 0 0 4 2 0 0 3 3 5 0 1 2 1.40 1.68 736 R -1 6 -1 -3 -1 -1 -2 -5 2 -4 -3 -2 -2 2 0 -4 -2 -1 4 -3 6 41 3 1 2 2 2 0 4 0 3 1 1 9 4 0 3 1 16 2 0.84 1.70 737 E -2 -1 -2 1 -6 1 6 -5 -1 -4 -4 -1 -4 -6 -1 -2 -2 -6 -5 -2 3 3 1 7 0 4 63 0 1 1 2 3 0 0 3 2 2 0 0 3 1.16 1.72 738 T 1 1 0 0 -5 2 1 -3 -1 -2 -2 0 -2 -4 0 2 2 -5 -4 0 14 6 5 4 0 8 9 1 1 3 4 6 1 1 4 14 12 0 0 7 0.22 1.73 739 K 0 1 1 -3 -1 2 0 -1 -1 0 0 0 0 -1 0 0 0 -2 0 -1 9 8 7 1 1 11 6 5 1 5 9 7 2 3 4 6 5 0 4 5 0.09 1.68 740 S 0 1 2 2 -4 2 1 -1 -1 -3 -3 1 -4 -5 1 2 -1 -2 -4 -3 9 9 8 9 0 9 9 4 1 1 2 7 0 0 7 17 3 1 0 2 0.31 1.63 741 E -1 0 0 2 -4 1 2 -2 1 -2 -1 0 -1 1 -2 1 0 0 0 -1 6 4 5 9 0 5 15 2 3 3 8 5 2 5 2 10 6 1 3 5 0.13 1.63 742 Y -2 -1 -4 -2 0 -2 -4 -3 4 0 0 -1 -3 3 -5 -3 -4 1 7 -2 4 3 0 2 2 1 0 2 10 4 7 3 0 12 0 1 0 1 42 2 1.02 1.61 743 I -1 -1 1 -1 2 3 1 -4 1 1 -1 -1 -1 -2 -3 -1 2 0 -2 1 4 4 8 3 4 12 11 1 4 8 5 4 2 1 1 4 14 1 2 10 0.21 1.58 744 L -1 -4 -5 -5 -4 -1 -3 -5 -4 2 4 -2 1 2 -5 -2 -1 -4 1 1 6 0 0 0 0 3 2 0 0 10 41 3 3 10 0 3 4 0 4 10 0.59 1.63 745 I -2 0 -1 -3 2 1 0 -4 0 1 -1 -1 -1 -1 -3 -1 3 -1 -1 2 3 5 2 1 4 8 7 1 2 9 7 3 2 2 1 5 22 1 2 15 0.26 1.67 746 V 0 -3 -5 -5 -1 -4 -2 -3 -5 3 0 -4 0 1 -5 -1 -1 -5 -1 5 8 1 0 0 1 0 3 2 0 17 6 0 2 6 0 4 3 0 2 43 0.71 1.63 747 R -3 2 -1 -1 -5 2 2 -1 1 0 0 1 -1 -3 -4 0 1 -5 -2 0 2 9 3 3 0 9 15 4 3 4 11 8 1 1 0 6 9 0 2 8 0.20 1.62 748 A 5 -2 -2 -4 0 -1 -2 -2 -1 0 -2 -3 1 -1 -4 0 -2 -5 -4 1 54 2 1 0 2 2 2 2 2 4 3 0 3 2 0 7 2 0 0 10 0.72 1.59 749 V 0 1 -2 -3 -2 -1 -1 -4 -1 1 -1 0 0 -3 -3 2 3 -5 -1 2 9 7 1 1 1 3 5 0 2 8 5 5 2 1 1 14 18 0 2 15 0.26 1.62 750 D -1 -4 0 7 -5 -1 1 -4 -4 -3 -2 -3 -4 -5 0 -2 -3 -5 -5 -3 5 0 3 62 0 3 9 1 0 2 4 0 0 0 4 3 0 0 0 2 1.23 1.58 751 G 0 0 1 -1 4 -1 -1 2 0 -1 -2 0 1 -1 0 1 0 -3 -2 -1 8 5 6 4 9 3 3 15 2 3 4 7 3 2 4 10 5 0 2 5 0.16 1.32 752 G 0 -1 -1 0 1 -1 -1 3 0 -1 -1 -1 -1 -2 -1 1 0 -2 -2 -1 7 3 3 6 3 3 4 25 3 3 8 3 2 2 3 11 5 1 1 4 0.20 0.98 753 V -1 -1 1 0 0 -1 0 0 -2 1 0 -1 0 0 0 0 1 -2 0 1 5 4 7 5 2 3 5 8 1 9 7 4 2 4 5 6 7 1 4 12 0.05 0.93 754 G 0 -2 1 0 -3 0 0 4 1 -2 -2 -2 -3 -1 2 0 -1 -3 -2 -2 7 2 5 5 1 5 6 29 4 3 4 3 1 3 10 6 3 0 2 4 0.31 1.26 755 H 0 0 1 -1 -3 1 0 -1 4 -1 -1 0 1 -1 2 1 -2 -3 0 -2 7 5 7 4 1 5 7 5 9 3 7 4 3 3 11 10 2 0 4 3 0.15 1.32 756 N -1 -1 3 1 -3 -1 -1 0 -1 -3 -1 -2 -1 -1 4 0 -1 -4 -2 -1 5 3 15 7 0 3 3 9 2 2 8 3 2 3 20 6 4 0 1 4 0.32 1.47 757 Q 0 0 -1 -1 -2 2 0 2 -1 -3 -2 1 -2 -3 2 1 0 -1 -2 -2 8 6 3 3 1 10 7 13 1 1 5 9 1 1 12 10 4 1 2 3 0.21 1.51 758 K -2 2 0 -1 -4 0 0 -2 -1 -2 2 1 0 0 1 0 0 -1 -2 -1 4 9 4 3 0 4 8 3 1 1 21 10 3 4 7 6 7 1 1 4 0.15 1.62 759 T -1 -2 -1 -2 -2 0 0 -4 -1 -2 -2 -1 -1 -1 1 4 3 0 -2 0 4 2 3 2 1 4 5 1 1 2 4 4 2 2 7 30 17 1 1 6 0.38 1.62 760 G 1 -1 0 0 1 0 -1 3 0 -2 -1 -1 -3 -1 0 2 1 -3 -3 -2 11 4 4 4 3 3 3 19 3 3 6 3 0 2 5 15 8 0 1 3 0.19 1.41 761 I -2 -1 1 -2 -3 0 0 -2 0 0 0 0 0 -1 1 1 3 -3 -1 0 3 3 7 2 0 3 6 3 3 5 8 5 2 2 7 12 17 0 2 6 0.15 1.36 762 A 2 -2 -3 -2 3 -1 -1 1 -1 -1 -1 -2 0 -1 -1 0 1 -4 -2 1 20 2 1 2 7 2 4 10 2 4 6 3 2 3 4 5 11 0 2 12 0.20 1.38 763 T -1 -1 1 0 -4 0 1 -2 0 -1 -2 0 0 -2 -1 2 4 -4 -1 -1 5 2 5 6 0 4 8 2 2 3 4 5 2 2 3 15 25 0 2 4 0.27 1.39 764 V -1 -4 -1 -4 1 -4 -2 -2 -4 2 2 -4 1 1 -4 -3 0 -4 -3 4 4 0 3 0 3 0 3 3 0 12 19 0 3 5 0 0 7 0 0 34 0.53 1.25 765 N -1 1 1 0 1 1 0 -2 1 0 -1 -1 0 0 -1 2 1 -4 0 0 3 8 7 4 3 7 5 3 3 6 7 3 2 4 3 16 8 0 3 6 0.10 1.22 766 I -1 -4 -5 -5 -3 -4 -4 -5 -5 5 1 -4 2 -3 -4 -4 0 -4 -3 3 6 0 0 0 0 0 0 0 0 41 13 0 6 0 0 0 7 0 0 24 0.87 1.24 767 T -2 1 0 -1 2 2 1 -3 1 0 -1 1 -1 1 -4 0 2 -1 0 0 2 7 5 3 4 8 9 1 4 5 5 9 1 6 0 6 16 1 3 5 0.19 1.48 768 L -1 -4 -4 -2 -3 -3 -2 -3 -4 3 1 -2 0 -3 -4 -2 -2 2 -1 5 3 1 1 3 0 1 3 2 0 15 15 2 1 1 1 3 2 3 2 42 0.64 1.37 769 L -2 -1 -2 -1 2 1 0 -3 1 1 3 0 0 -3 -2 -1 1 -4 -1 1 3 2 2 3 4 6 5 2 3 9 25 5 2 1 3 4 8 0 2 10 0.20 1.37 770 D -4 -2 -1 7 -6 -1 -1 -2 -4 -5 -4 -2 -5 -5 -2 -2 -2 -1 -5 -2 0 2 2 75 0 2 2 3 0 0 2 1 0 0 2 2 2 1 0 3 1.55 1.53 771 I -1 0 -2 0 -1 1 0 -4 0 3 -1 -1 0 -1 -4 -2 0 -4 -4 4 6 6 1 5 1 6 7 1 3 19 4 4 2 2 0 2 5 0 0 26 0.36 1.46 772 N -2 0 7 0 -1 -3 -3 -2 -3 -3 -5 -1 -2 -5 -1 0 -2 -5 -4 -2 3 5 61 5 1 0 0 2 0 2 1 3 1 0 3 7 2 0 0 3 1.18 1.46 773 D -4 -1 1 6 -5 0 2 -2 -3 -2 -5 -1 -1 -5 -4 -2 0 -6 -5 -2 0 3 6 55 0 4 10 3 0 3 0 3 2 0 0 2 5 0 0 3 1.06 1.53 774 N -2 0 6 -2 -5 1 0 -1 2 -3 -3 -1 -1 -2 -2 -1 -2 0 -1 -3 3 6 46 0 0 5 6 4 5 1 3 3 2 1 2 4 2 2 2 2 0.78 1.54 775 H 3 -1 -1 -2 0 -3 1 -2 3 -1 -4 0 -4 -3 3 0 -1 0 0 -1 24 4 3 2 2 0 8 3 6 4 1 5 0 1 16 7 3 1 3 5 0.34 1.47 776 P -3 1 1 -3 -4 -3 -3 -4 -3 -3 0 -3 -3 -4 7 -3 -3 -4 -4 1 1 9 9 1 0 0 1 1 0 1 9 1 0 0 56 1 1 0 0 10 1.27 1.10 777 T 1 0 -1 -1 -4 0 2 -4 1 2 -1 0 1 2 -1 -1 -1 -4 0 0 12 4 3 3 0 4 13 1 3 12 4 5 3 9 3 4 4 0 3 7 0.14 1.10 778 W -2 1 -1 -4 1 -3 -4 -2 -3 0 0 -2 -2 5 -1 -1 -2 7 1 -1 3 7 4 1 3 0 1 3 0 7 11 3 0 27 3 4 3 14 4 4 0.61 1.24 779 K 0 -1 -1 -1 -4 1 0 -2 -1 0 -1 1 0 -1 3 0 2 -4 -1 -1 7 4 2 3 0 7 7 2 2 6 7 7 3 2 15 8 11 0 2 4 0.19 1.55 780 D -2 -1 1 1 -4 3 1 -1 2 -2 -1 1 0 -2 0 0 0 -4 -1 -1 3 3 6 9 0 13 8 5 5 2 6 9 2 1 5 8 5 0 2 4 0.18 1.54 781 A 1 -1 1 0 -1 1 0 1 -1 -2 -1 0 -2 -2 2 2 1 -5 -2 -2 12 3 8 4 1 6 5 9 1 2 6 5 1 2 10 13 7 0 1 3 0.15 1.61 782 P -2 0 -1 -1 -4 -1 0 -3 1 -2 -2 0 -1 -2 5 2 2 -5 -2 -1 3 5 2 3 0 3 6 2 3 2 5 5 2 1 26 14 11 0 1 5 0.44 1.62 783 Y -2 -1 -2 -1 1 -1 -1 -3 -2 0 0 -1 0 2 -1 -1 1 1 6 -1 3 4 1 3 3 3 4 3 1 5 9 3 2 8 3 4 8 2 29 4 0.48 1.70 784 Y -2 0 0 0 -2 1 1 -1 0 0 -2 -1 -1 1 1 0 1 -2 3 0 3 5 5 5 1 7 9 5 2 4 4 3 2 5 6 8 10 1 11 6 0.13 1.80 785 I 1 -3 -1 -3 -1 -1 0 0 -4 1 0 -2 1 1 -1 -1 1 -5 -2 3 11 1 2 2 1 2 7 7 0 9 8 2 3 6 3 5 7 0 1 20 0.19 1.80 786 N 0 -1 2 -1 0 0 1 -3 -1 -2 -1 -1 -2 1 -1 2 1 -2 0 -1 8 4 10 4 2 4 9 2 1 3 5 3 1 6 3 17 10 1 4 4 0.16 1.83 787 L -2 -2 -3 -5 -2 -3 -2 -3 -2 3 1 -1 1 -1 -2 -1 1 -1 -2 4 3 3 1 0 1 1 3 2 1 16 14 4 3 2 2 4 7 1 1 32 0.47 1.81 788 V -1 0 -3 -2 3 -1 -2 -2 -2 0 0 -1 0 0 3 1 -1 -5 -1 2 4 5 1 2 6 3 3 3 1 6 9 3 2 4 15 12 3 0 2 15 0.24 1.80 789 E -3 1 -1 1 -6 -1 6 -3 -3 -3 -5 -3 -2 -6 1 -1 -1 -6 -2 -3 2 7 3 5 0 1 60 2 0 1 0 0 1 0 6 3 3 0 1 2 1.10 1.84 790 M 0 -1 4 0 -4 -1 1 0 -3 0 0 -2 2 -3 -4 1 0 -5 -4 -2 6 4 22 5 0 2 9 8 0 6 9 2 6 1 0 9 7 0 0 2 0.31 1.73 791 T 2 -1 2 -3 1 -1 -2 -1 -4 -1 -1 -2 -1 -3 -2 2 3 -5 -2 0 19 3 10 1 3 2 2 4 0 3 6 3 1 1 2 14 16 0 1 8 0.30 1.77 792 P 0 -1 -2 -1 -2 0 1 -2 -2 -1 -2 0 -2 -5 6 0 -1 -5 -4 0 7 4 1 4 1 4 8 3 1 3 4 5 1 0 37 6 3 0 1 6 0.66 1.76 793 P -1 -1 -2 -1 -5 -1 -1 -2 0 0 -1 -1 -2 -3 6 -2 -2 -5 -2 1 6 4 2 3 0 3 3 3 2 6 5 4 1 1 41 2 2 0 1 9 0.76 1.80 794 D -1 -2 2 3 -5 -2 1 5 0 -5 -4 -2 -3 -2 -1 -1 -2 -1 -2 -3 4 2 10 14 0 1 8 39 3 0 2 2 1 2 3 5 2 1 1 2 0.66 1.78 795 S 0 -2 0 -2 -3 0 -1 -1 -1 -2 -2 -2 0 -3 -1 2 4 -2 2 -1 7 2 5 2 1 4 5 5 1 2 4 2 2 1 4 17 24 1 8 4 0.32 1.78 796 D -1 -1 0 1 -2 -1 1 -2 2 -1 1 0 -2 -2 0 1 0 -2 0 1 5 3 4 8 1 3 9 2 6 3 13 5 1 1 6 10 5 1 3 12 0.11 1.73 797 V -1 -1 -3 -5 -4 -4 -5 -4 -5 4 0 -3 0 0 -2 -2 -2 -5 -1 5 4 3 1 0 0 0 0 1 0 22 6 2 2 5 2 3 1 0 2 45 0.82 1.76 798 T 1 -3 -1 -5 -2 -2 -2 2 -3 2 1 -2 3 0 -1 -1 2 -5 -2 0 12 1 3 0 1 2 3 14 1 11 11 2 7 4 3 3 13 0 1 7 0.23 1.69 799 T -2 2 -1 -1 -2 2 -1 -2 -2 -2 0 1 -2 -2 0 0 4 -2 -3 -1 2 10 3 3 1 9 2 3 1 3 8 10 1 1 4 7 25 1 1 4 0.30 1.69 800 V -2 -4 -5 -3 0 -1 -1 -4 -5 4 2 -3 -1 0 -3 -3 -2 -5 -1 4 2 0 0 1 2 3 5 1 0 20 17 2 1 4 1 1 2 0 2 35 0.65 1.64 801 V -1 1 -2 -3 -4 0 -1 -2 1 1 -2 0 0 -1 -3 1 2 -1 -2 3 6 7 2 1 0 5 5 3 4 7 3 5 2 3 1 10 13 1 1 21 0.22 1.61 802 A 5 -2 -4 -2 -4 0 -3 0 -4 -1 -3 -1 -4 -5 -1 0 -1 0 -4 0 59 2 0 2 0 4 0 5 0 3 2 4 0 0 3 5 2 1 0 7 0.83 1.65 803 V 0 0 0 -1 -4 -1 -2 -5 -2 3 -2 -1 0 -1 -4 1 2 3 0 2 6 5 4 3 0 3 3 0 1 15 3 3 2 3 0 9 16 4 3 16 0.29 1.65 804 D -4 -2 0 7 -5 -3 0 -3 1 -5 -5 -1 -5 -5 -1 -1 -2 -6 -2 -5 0 2 3 71 0 0 3 2 3 0 1 4 0 0 2 4 2 0 1 0 1.53 1.64 805 P 1 1 -2 -2 -4 -1 0 -1 -2 -1 -1 0 -2 -5 5 2 -1 -5 -2 -3 13 7 1 2 0 2 5 5 1 3 7 5 1 0 28 13 3 0 1 2 0.48 1.64 806 D -4 -2 0 7 -5 -3 -1 -2 -4 -5 -5 -2 -5 -2 0 -2 -2 -5 -5 -5 1 2 3 73 0 0 2 3 0 0 1 2 0 2 4 2 3 0 0 1 1.56 1.59 807 L 0 0 -3 0 2 -1 1 -1 -2 1 0 -1 -1 -2 -2 2 1 -3 -1 1 9 4 1 6 4 3 10 4 1 7 8 3 1 2 2 16 8 0 2 8 0.12 1.49 808 G 1 -2 0 1 -4 -2 -2 5 -1 -4 -3 -3 -4 -1 1 0 -1 -4 -2 -3 10 2 4 8 0 2 3 42 1 1 3 1 0 3 6 6 4 0 1 2 0.60 1.57 809 E 0 0 0 1 -5 2 3 -2 2 -1 -3 1 0 -3 2 1 -2 -5 -1 -2 9 4 4 8 0 8 17 2 5 4 2 7 2 1 10 9 2 0 2 3 0.26 1.74 810 N -2 -1 7 -1 -5 0 0 -2 1 -3 -3 -1 -2 -2 -2 0 -2 -5 0 -3 3 3 53 2 0 3 5 2 3 2 3 3 1 2 2 7 2 0 3 2 0.98 1.72 811 G 3 -3 -1 -3 -4 1 -3 4 -1 -4 -3 -3 -2 0 -1 1 -1 -2 1 -3 22 1 3 1 0 6 1 32 2 0 2 1 1 4 3 9 4 1 5 1 0.52 1.69 812 T -1 1 -1 -1 -4 2 1 -3 0 -2 -2 1 -2 -4 2 1 2 4 -1 -1 4 8 2 4 0 8 8 2 2 2 5 8 1 0 10 13 12 6 2 4 0.26 1.71 813 L -2 -2 -3 -3 -2 0 -2 -5 -2 3 3 -3 3 1 -2 -3 -1 -4 -1 3 4 2 1 1 1 5 2 0 1 15 24 1 6 6 2 1 3 0 2 21 0.46 1.74 814 V -1 2 -1 -2 -4 -1 -1 -4 0 1 -2 -1 -1 1 -1 2 2 1 -1 2 4 10 2 2 0 3 4 1 2 9 3 4 1 5 3 14 15 2 2 14 0.22 1.75 815 Y -3 -4 -2 -2 3 -2 -3 -3 0 -2 -1 -3 -2 4 -5 -3 -3 0 8 -3 1 1 2 2 5 2 2 2 1 2 4 1 1 14 0 2 2 1 54 2 1.39 1.75 816 S -1 1 0 0 -5 1 1 -2 1 -3 -3 1 -4 -1 -3 4 1 -5 0 -3 3 9 3 5 0 7 7 2 3 2 2 9 0 3 1 31 7 0 3 1 0.41 1.77 817 I -3 -5 -3 -2 -4 -2 -2 -3 -2 5 3 -3 0 0 -4 -2 -1 -5 -4 2 2 0 1 3 0 2 3 2 1 36 24 1 2 4 1 3 3 0 0 13 0.69 1.75 818 Q -1 0 0 1 -5 2 1 -2 1 0 0 0 1 -1 1 0 0 -5 0 0 6 4 5 8 0 10 7 3 4 4 10 5 3 3 7 6 5 0 3 6 0.09 1.92 819 P -1 0 0 1 -5 0 0 0 1 -1 -2 1 -4 0 3 0 -1 2 0 -1 5 4 5 8 0 4 6 8 3 3 5 7 0 4 15 8 4 3 3 4 0.16 1.86 820 P 1 -1 0 0 0 -1 -1 1 0 -2 -3 -1 -1 -3 5 0 -1 -6 -5 -1 10 4 5 5 2 2 5 12 3 2 3 3 1 1 25 8 3 0 0 5 0.39 1.94 821 N -1 0 4 2 -5 0 0 -2 0 -3 -2 -1 -1 0 1 1 0 0 -1 -2 5 6 20 10 0 4 5 2 2 2 3 4 2 4 7 12 7 1 2 3 0.28 1.92 822 K -1 0 0 2 -5 -1 2 1 0 -2 -3 2 -1 -1 1 1 0 -5 -2 -1 4 6 4 10 0 3 12 11 2 2 2 11 1 3 6 10 6 0 1 5 0.18 1.91 823 F -1 -2 -1 -1 -5 -2 -3 -2 0 0 1 -2 0 4 1 -2 0 2 2 -1 5 2 3 3 0 2 2 4 2 6 15 3 3 19 7 3 6 3 8 4 0.30 1.90 824 Y -2 -3 -2 -1 -4 -3 -1 -2 0 -1 0 -3 -1 7 -5 -3 -1 0 2 0 3 1 2 3 0 1 5 4 2 3 9 1 1 41 0 2 5 1 6 7 0.77 1.83 825 S 0 1 0 -1 -2 -2 -1 -2 0 0 -1 0 2 -3 -1 3 1 -5 -3 -1 6 8 5 4 1 2 4 3 2 5 7 6 5 1 3 24 9 0 1 5 0.20 1.81 826 L -3 -1 -2 -2 -4 -4 -2 -5 -2 4 2 1 0 1 -3 -3 -1 -5 -4 2 2 3 2 2 0 0 2 0 1 27 20 8 2 7 2 2 4 0 0 16 0.54 1.89 827 N -3 -2 4 4 -2 -1 1 -1 1 -2 -2 1 -2 0 -2 0 -2 1 -3 -3 1 2 19 24 1 2 8 5 3 3 4 8 1 5 2 5 2 2 1 2 0.46 1.88 828 S 0 0 0 -1 -2 0 -1 -1 -3 1 -1 0 -4 -3 3 2 0 3 -3 -2 6 6 5 3 1 4 4 5 1 8 6 7 0 1 14 17 7 4 1 2 0.24 1.93 829 T -1 0 2 0 -4 0 0 -2 2 0 -3 0 -1 -2 -1 1 2 -5 0 0 4 5 8 6 0 4 7 3 5 6 3 6 1 2 3 12 13 0 3 7 0.16 1.85 830 T -2 -3 1 1 -5 0 -1 -2 0 -1 -2 -2 -4 -2 -2 2 5 -5 1 -1 2 1 8 7 0 3 4 2 2 3 3 2 0 2 1 15 35 0 6 4 0.52 1.93 831 G -2 -3 0 0 -5 -3 -1 6 -4 -3 -4 -2 -5 -1 -2 -2 -1 -5 -1 -2 3 1 5 6 0 1 4 56 0 1 2 2 0 2 2 3 5 0 3 3 0.92 1.88 832 K -1 2 2 1 -2 1 2 -1 -1 -3 -2 2 -2 -1 -3 1 0 2 -1 -1 6 9 8 6 1 5 15 4 1 1 4 11 1 3 1 9 5 3 2 5 0.20 1.84 833 I -2 -1 -1 0 1 -1 -1 -2 -4 3 1 -1 1 1 -5 -1 0 -4 1 1 4 3 4 5 3 3 3 4 0 19 15 3 3 5 0 4 6 0 4 11 0.23 1.82 834 R -1 1 0 2 -4 0 0 0 1 -1 0 1 -3 0 0 0 0 2 2 -1 4 8 4 10 0 5 5 7 3 4 8 7 0 4 4 6 5 3 7 4 0.09 1.67 835 T -1 -3 1 -3 -2 -1 -1 -1 -3 0 0 -2 -2 -2 -2 0 5 -4 -3 1 4 1 6 1 1 3 4 6 1 5 10 2 1 2 2 5 35 0 1 11 0.42 1.76 836 T 2 0 0 0 -4 1 0 -2 -4 0 0 -1 -1 -3 -4 0 4 -1 -1 0 14 4 4 5 0 6 5 2 0 5 9 3 1 1 0 6 23 1 2 7 0.25 1.78 837 H -1 3 1 -1 -4 2 1 0 2 0 -1 1 -2 -1 -3 0 -1 -1 1 -2 6 14 6 3 0 8 9 7 6 7 5 7 1 2 2 7 3 1 4 3 0.16 1.56 838 A 3 0 -2 -2 -3 -2 -1 2 -2 -2 -1 1 -2 -1 1 0 0 -4 -2 -1 22 5 2 3 0 2 4 16 1 3 5 7 1 3 8 8 6 0 1 4 0.22 1.62 839 M -1 -1 -1 -2 0 0 -1 -1 0 2 2 0 1 0 0 -1 0 -3 0 0 5 3 3 2 2 4 3 4 3 10 22 7 3 3 5 5 5 0 3 7 0.11 1.32 840 L -2 -3 -3 -1 -3 -1 -2 -2 -4 2 4 -4 0 1 -3 -1 -1 -4 -3 1 3 2 1 4 0 3 3 3 0 9 43 1 2 6 2 4 3 0 0 10 0.48 1.64 841 D -2 0 0 5 -4 -1 1 -3 -3 -2 -3 -1 -4 0 -1 -1 0 -4 -1 -1 3 5 4 39 0 3 10 2 0 3 3 4 0 4 3 5 7 0 2 4 0.59 1.64 842 R -1 5 -1 -3 -1 -2 -1 -3 -1 -1 0 1 -2 0 -2 -1 -1 -3 2 -1 6 35 3 1 2 1 3 2 2 4 8 7 1 4 2 5 4 0 6 5 0.47 1.62 843 E -1 1 -3 2 -4 1 5 -2 0 -2 -2 1 -2 -2 -3 -1 -2 -4 -2 -2 4 7 1 11 0 6 37 2 2 3 5 8 1 2 1 4 2 0 1 2 0.54 1.59 844 N 0 0 2 0 -3 1 0 0 1 -1 -1 2 -3 -3 -1 0 1 -3 -1 -1 8 4 10 5 0 7 6 6 3 4 6 12 1 1 4 7 9 0 2 5 0.12 1.44 845 P 0 0 -1 -1 -1 1 -1 -1 -2 0 -1 0 -1 -2 4 -1 0 1 -2 0 7 5 3 3 1 7 4 5 1 6 6 7 2 2 21 5 5 2 2 6 0.23 1.33 846 D -1 0 0 3 -1 0 0 -1 0 -2 0 0 -1 1 0 0 0 -3 -2 0 5 5 4 17 1 4 5 5 3 3 11 7 1 5 5 8 5 0 1 6 0.12 1.31 847 P -1 0 0 2 -3 0 0 -1 0 -1 -1 -1 -1 0 3 1 0 0 -1 -1 5 5 5 13 1 5 5 4 2 4 6 4 2 4 12 9 7 1 2 4 0.15 1.31 848 H -2 0 -1 -2 -1 -1 0 -2 5 -1 -1 -2 -2 1 -1 -1 -2 -2 5 -2 3 6 3 3 1 3 8 4 15 3 6 2 1 6 3 4 2 0 23 3 0.52 1.35 849 E -1 -1 0 0 -1 1 4 0 1 -1 -1 1 -2 0 -1 0 0 0 -2 -1 5 3 5 4 1 6 24 6 3 3 5 7 1 4 3 7 6 1 1 4 0.19 1.11 850 A 1 -1 0 -1 0 0 0 0 -2 1 0 0 0 1 -1 0 0 -2 0 0 11 4 5 4 2 4 5 8 1 7 9 7 2 5 3 7 6 1 4 7 0.02 0.99 851 E 0 1 -1 0 -1 1 2 -1 0 -1 -1 1 -1 -1 -1 -1 0 -1 0 -1 7 7 3 5 1 6 16 4 2 4 6 10 1 3 4 5 6 1 3 5 0.11 1.06 852 L 0 1 -1 -1 -2 1 -1 -1 1 1 1 0 0 -1 -1 0 0 -2 1 1 7 6 3 4 1 5 4 6 3 9 12 5 3 3 3 6 5 1 6 9 0.05 0.99 853 M 0 -1 -1 -1 1 1 0 -1 0 0 1 0 1 2 -1 0 0 -2 1 -1 7 4 3 3 2 5 6 4 2 6 16 5 4 9 3 7 5 1 4 5 0.07 1.07 854 R 0 2 -1 -1 -2 1 -1 -1 1 -1 0 -1 -2 0 -1 -1 0 -1 4 -1 10 11 3 3 1 7 4 4 3 4 8 4 1 4 4 4 5 1 16 5 0.19 1.06 855 K 0 1 1 -1 -3 1 1 -2 2 0 0 1 -1 0 -3 -1 2 -3 -1 -2 7 9 6 3 1 5 8 3 4 5 9 10 1 4 1 5 12 0 2 3 0.12 1.46 856 I 0 -3 -2 0 -1 -1 -1 -2 -1 2 3 -3 -1 2 -2 -3 0 -3 0 2 7 1 2 6 1 3 4 3 2 10 24 2 1 8 2 1 5 0 3 14 0.26 1.65 857 V 0 0 1 -1 -4 -1 -2 -2 0 2 0 -1 -1 0 0 -2 1 -1 -1 3 6 4 6 3 0 2 3 4 2 11 10 4 2 3 5 3 9 1 3 19 0.15 1.72 858 V 0 -2 -2 -1 -2 -3 -3 -2 -1 3 0 -2 0 -1 -3 -1 -1 -5 0 4 7 3 2 3 1 1 2 3 2 18 9 2 2 2 1 4 3 0 3 33 0.45 1.85 859 S 1 0 1 1 -5 0 2 -1 -1 -2 -1 0 0 -2 -2 0 1 -5 -3 -1 12 5 8 8 0 5 13 4 2 3 7 5 2 2 2 8 10 0 1 4 0.14 1.87 860 V 3 -1 1 -1 -2 -2 -4 -2 2 1 -1 -2 0 -1 -3 -2 -2 -5 -2 3 27 3 6 4 1 1 0 2 4 8 5 2 3 3 1 3 2 0 1 23 0.40 1.91 861 T -1 1 1 1 -1 1 1 -1 0 0 -2 1 -1 -3 -2 1 2 0 -1 -1 6 7 6 7 1 6 8 4 2 5 4 8 1 1 2 8 14 1 2 4 0.14 1.90 862 D -2 -1 2 6 -5 0 0 -2 0 -2 -3 -2 -1 -2 -3 -2 -3 -5 0 -2 4 3 8 50 0 3 6 3 2 2 2 2 2 2 2 2 1 0 4 3 0.89 1.87 863 C 0 -1 2 0 1 -1 0 1 2 0 0 -2 0 0 -2 0 0 0 -2 0 8 3 8 5 3 2 5 11 5 5 11 3 3 3 2 6 5 2 1 8 0.07 1.72 864 G 0 -1 -1 0 -4 -1 0 5 0 -2 -2 -3 -4 -4 -2 0 0 -4 -4 -1 7 4 3 5 0 2 5 41 2 3 3 1 0 1 2 8 5 0 0 5 0.54 1.70 865 R 0 1 3 -1 -3 1 2 -1 0 -1 -1 1 0 -1 -1 0 0 -3 0 0 7 9 12 3 0 5 11 4 2 3 6 8 3 2 3 6 5 0 3 7 0.14 1.59 866 P -1 -2 0 1 -3 0 -1 0 -3 -2 -2 -1 -3 -2 6 -1 -1 -4 -3 0 5 2 4 8 0 5 3 7 1 3 4 4 1 2 36 5 4 0 1 7 0.61 1.53 867 P 0 0 -1 0 -3 0 -2 -1 1 -2 -2 -1 -2 -2 6 0 -1 -3 -1 -2 8 5 4 5 1 3 3 5 3 3 5 3 1 2 35 6 4 0 3 3 0.56 1.43 868 L -1 0 -1 -1 -1 -1 0 -1 -2 -1 3 0 2 2 -1 -1 -1 -1 -1 -1 4 5 3 4 1 3 6 6 1 3 28 6 5 7 3 4 3 1 2 5 0.19 1.27 869 K 0 1 1 0 -5 1 0 0 3 0 -1 0 -4 -4 1 0 0 4 2 -4 6 6 6 6 0 6 6 6 6 6 6 6 0 0 6 6 6 6 6 0 0.18 1.67 870 A 2 0 1 0 -2 0 -1 0 1 0 -1 -1 -2 -1 1 0 0 -3 -2 0 19 6 6 6 1 4 4 6 3 5 7 3 1 3 6 8 5 0 2 6 0.10 1.23 871 T -2 -1 0 -2 -3 0 0 -2 0 -1 -2 -2 0 1 0 2 4 -1 -1 -1 2 3 5 2 0 3 5 2 2 4 4 2 2 7 5 14 31 1 2 4 0.37 1.47 872 S 2 -1 0 1 0 -1 -1 0 0 -1 -2 0 -2 -2 -2 2 2 -4 -1 0 15 4 5 7 2 2 4 6 2 4 3 5 1 2 2 17 11 0 2 7 0.17 1.45 873 S -2 -1 0 1 -1 1 0 -2 1 0 -2 -1 0 -2 0 1 4 -3 0 -2 3 3 5 7 1 6 5 2 3 5 4 3 3 2 5 11 25 0 3 3 0.26 1.39 874 A 3 -3 -2 -1 2 -1 -2 -1 -1 1 1 -2 0 -1 -4 0 0 -4 -4 2 22 1 2 3 4 3 2 5 2 6 14 2 3 2 1 6 7 0 0 15 0.23 1.57 875 T -3 0 0 -2 -4 0 0 -3 0 -1 -1 0 -2 -3 -1 1 5 -1 -2 0 1 6 4 2 0 4 5 1 2 4 6 6 1 1 3 8 37 1 1 6 0.45 1.58 876 V -2 -5 -5 -2 -1 -3 -4 -5 0 3 1 -4 0 -1 -1 -4 -1 -5 -4 5 3 0 0 3 1 1 0 0 2 16 14 0 2 3 3 0 4 0 0 45 0.77 1.51 877 F 1 0 -2 -3 -4 -1 -2 -3 2 1 1 0 -1 2 -3 -1 2 -4 1 1 10 6 2 1 0 3 3 2 4 9 11 7 1 10 1 4 12 0 4 8 0.17 1.51 878 V -1 -4 -5 -5 -4 -2 -3 -3 -5 5 0 -1 0 0 -2 -4 -1 -5 -4 4 4 0 0 0 0 2 2 3 0 32 7 5 2 4 3 0 3 0 0 35 0.78 1.54 879 N -2 1 2 0 2 2 1 -1 2 1 -2 0 0 -2 -3 0 2 -4 -1 -1 2 6 11 4 4 9 8 5 4 9 3 6 3 1 1 6 12 0 2 3 0.18 1.39 880 L -2 -3 -3 -1 -3 -1 -3 -4 -3 3 2 -3 -2 0 1 -1 -1 -3 -3 4 3 1 1 3 0 3 1 1 0 16 16 1 0 3 7 6 3 0 1 33 0.49 1.29 881 L -1 -1 -2 -2 4 0 0 -3 -2 1 2 -1 0 -3 -2 -1 1 -4 -1 2 6 3 2 2 8 5 7 2 1 6 22 4 2 1 2 5 8 0 2 13 0.20 1.34 882 D 0 1 1 1 -4 1 1 0 -3 1 0 1 -3 -4 -4 0 1 -5 -4 0 8 8 7 8 0 7 8 8 0 8 8 8 0 0 0 8 8 0 0 8 0.14 1.34 883 L -1 -2 0 1 2 -1 1 -3 0 1 0 -1 2 0 -4 -1 1 -4 -3 2 5 2 4 7 4 2 12 2 3 9 9 4 4 4 0 5 8 0 0 17 0.18 1.55 884 N 0 -1 5 2 -4 1 -1 0 0 -1 -4 0 -4 -5 -2 0 -1 -5 -4 -1 6 3 32 12 0 7 3 8 2 3 1 5 0 0 2 8 3 0 0 4 0.54 1.55 885 D -2 -4 1 6 -5 0 2 0 0 -2 -2 -3 -4 -5 -1 0 -2 -6 -5 -1 2 0 6 44 0 3 11 8 2 2 5 0 0 0 2 6 3 0 0 4 0.78 1.65 886 N -2 0 4 1 -1 1 1 -2 3 -2 -1 -1 -1 2 0 -2 -1 0 0 -2 4 5 20 7 1 7 8 3 8 3 6 3 1 8 4 2 4 1 4 2 0.28 1.63 887 D 3 0 -1 1 -2 -3 -1 -1 -2 -1 -3 -1 -2 -3 4 1 -2 -5 -3 -2 27 5 3 8 1 1 4 4 1 3 2 4 1 1 20 10 2 0 1 3 0.45 1.83 888 P -3 -4 -5 -3 -2 0 -4 -5 -5 -3 -3 -2 -3 -6 8 -3 -4 -6 -6 -4 1 1 0 1 1 5 0 0 0 2 3 2 1 0 82 2 0 0 0 1 2.34 1.89 889 T 0 0 -2 -1 -5 1 2 -5 -1 -1 -2 0 0 -2 0 0 2 -3 0 2 9 5 2 3 0 6 12 0 1 4 4 5 2 1 5 7 13 0 3 18 0.22 1.86 890 F -4 -5 -5 -3 1 -5 -5 -6 -2 2 1 -5 -2 7 -3 -3 -4 1 1 0 1 0 0 2 3 0 0 0 1 10 10 0 1 56 2 2 1 2 4 5 1.32 1.86 891 Q -1 0 -1 -1 -4 2 0 -2 1 0 0 -1 -1 -2 0 2 3 -2 -3 0 5 4 2 3 0 8 7 2 3 4 11 4 1 2 6 15 16 1 1 6 0.18 1.79 892 N -1 1 3 0 -3 3 1 -1 0 -2 -2 0 0 -2 2 1 -1 -5 -2 -2 4 8 12 6 1 12 8 4 2 2 4 6 2 2 9 12 3 0 1 3 0.23 1.77 893 L 1 0 0 -1 -1 0 0 -1 -1 -1 1 0 0 -2 2 1 1 -5 -2 -2 9 4 4 3 1 5 5 4 2 3 16 7 2 2 10 9 10 0 1 2 0.12 1.78 894 P -1 -2 -2 -1 -4 -1 1 -2 1 -2 -2 -3 -2 -2 5 2 1 -5 -3 0 4 2 1 3 0 2 9 3 4 3 4 1 1 2 25 18 10 0 1 7 0.46 1.80 895 F -2 -3 -3 -3 -2 -2 0 -4 -1 0 0 -2 0 3 -2 -2 -1 2 6 0 3 2 1 1 1 2 5 1 1 5 9 2 2 13 2 4 4 3 32 6 0.68 1.84 896 V -1 -1 1 -2 -2 1 1 -3 0 1 0 0 -1 -2 -2 0 2 -3 0 2 4 3 7 2 1 5 8 2 2 7 7 5 2 2 2 7 12 0 3 15 0.14 1.86 897 A 2 -3 -2 -2 -4 -2 0 1 -1 1 0 -4 -1 2 -2 1 0 -2 -3 2 20 2 2 2 0 1 5 11 2 6 8 1 2 8 2 9 5 1 1 15 0.23 1.88 898 E -1 0 0 0 -3 0 3 -3 0 -3 -3 1 -1 1 -2 2 2 0 0 -1 4 5 4 6 1 4 18 1 2 1 2 7 2 5 2 16 11 1 3 4 0.26 1.86 899 V -2 -5 -2 -4 -2 -2 -4 -4 -4 4 0 -2 0 -2 -2 -3 -2 -5 -2 5 2 0 2 1 1 2 1 2 0 21 9 2 1 2 3 2 1 0 1 46 0.86 1.88 900 L -1 0 -1 -2 1 0 -1 -2 -2 -2 1 -1 0 -1 4 1 -1 -1 1 -2 5 5 3 2 3 4 5 3 1 3 14 4 3 2 20 11 3 1 6 2 0.26 1.86 901 E -2 -1 -1 0 -6 0 7 -4 -3 -3 -4 -1 -5 -6 -2 -1 -2 -5 -5 -3 3 3 2 4 0 3 68 1 0 1 2 3 0 0 2 4 1 0 0 2 1.28 1.86 902 G -1 -2 5 3 -2 -2 0 2 0 -3 -2 -3 -3 -5 -1 1 -1 -6 -4 -3 5 2 28 14 1 1 6 15 2 2 4 1 1 0 3 8 3 0 1 2 0.55 1.85 903 I 3 -2 1 -1 0 -1 -2 -3 -4 1 0 -1 0 -2 -3 2 2 -4 -2 1 21 2 6 3 2 2 3 2 0 7 7 3 2 1 1 13 13 0 1 9 0.24 1.68 904 P 1 0 -2 -1 -5 1 0 -2 -2 -2 -1 0 -2 -3 5 0 0 -5 -3 -2 11 4 2 4 0 6 6 4 1 2 6 6 1 1 32 6 5 0 1 3 0.54 1.82 905 A 1 -2 -2 -2 -4 0 -1 -2 -3 1 -1 -1 -2 -3 5 0 -1 -5 -1 2 12 2 2 2 0 4 4 3 1 8 6 4 1 1 25 8 3 0 2 13 0.40 1.84 906 G -1 -3 2 1 -5 -2 -2 6 -2 -5 -5 -3 -5 -4 -3 -2 -1 -2 -3 -5 5 1 9 8 0 1 3 58 1 0 1 1 0 1 1 3 3 1 1 1 1.07 1.83 907 V -1 -2 -2 -2 -2 -1 -2 -3 2 -1 0 -1 0 -2 -3 1 4 -4 1 1 5 2 1 2 1 3 3 2 4 3 9 3 3 1 1 12 29 0 4 11 0.38 1.77 908 S -1 0 0 -3 -1 -1 0 -3 1 0 1 -1 -1 -1 0 1 2 -4 0 2 5 5 5 1 1 3 5 1 3 5 11 3 1 2 6 13 11 0 3 14 0.15 1.78 909 I -3 -4 -5 -5 -3 -5 -5 -6 -5 5 1 -4 -2 2 -4 -3 -1 -5 -2 5 1 1 0 1 0 0 0 0 0 29 12 1 0 7 1 1 3 0 1 40 0.99 1.79 910 Y 1 -3 -4 -3 -1 -1 -2 2 -2 -1 1 -4 3 1 0 -1 1 -4 2 0 12 2 0 1 1 3 2 18 1 3 13 0 7 6 5 4 8 0 8 6 0.26 1.79 911 Q -1 1 -1 -2 -5 3 -1 -3 -1 0 2 1 -1 -3 -2 0 3 -5 -4 -1 4 8 3 2 0 14 4 2 2 4 18 9 1 1 2 7 16 0 0 3 0.29 1.83 912 V -3 -5 -5 -4 -4 -4 -2 -5 -5 3 2 -2 -1 1 -2 -4 -3 -5 -2 5 2 0 0 1 0 1 3 1 0 18 16 2 1 6 2 1 1 0 1 45 0.88 1.82 913 V -1 0 0 -3 -2 0 0 -2 1 0 -2 0 -1 0 -1 2 2 -2 -1 2 5 6 5 1 1 4 5 2 3 6 3 6 1 4 3 15 13 0 2 15 0.19 1.82 914 A 6 -2 -2 0 -4 -2 -3 -1 -4 -3 -3 -1 -4 -3 -2 -1 -1 -5 -4 1 62 2 2 5 0 1 1 3 0 1 1 3 0 1 2 3 4 0 0 8 0.89 1.74 915 I -2 -1 -1 -3 -4 1 0 -3 3 3 -1 -1 0 0 -1 -1 2 -1 -1 2 3 3 2 1 0 6 6 2 6 16 5 4 3 4 3 5 15 1 2 13 0.24 1.73 916 D -3 -2 -1 7 -2 -3 0 -3 0 -5 -4 -2 -5 -4 -4 -2 -3 -6 -2 -5 2 2 2 76 1 0 4 2 2 0 2 2 0 1 0 2 1 0 2 0 1.67 1.76 917 L 2 1 -3 -3 -4 1 -1 -1 0 1 1 0 0 -2 2 0 -2 -5 -4 -1 16 8 1 1 0 6 4 5 2 8 15 6 2 2 12 7 2 0 0 3 0.21 1.74 918 D -4 -3 -1 8 -6 -3 -1 -3 -1 -4 -6 -2 -6 -6 -2 -1 -4 -6 -1 -4 0 1 1 81 0 0 2 2 1 1 0 2 0 0 1 3 0 0 2 1 1.85 1.78 919 E 0 1 -1 2 0 -1 2 -1 -1 -1 -2 1 -2 -2 0 2 0 -5 -3 0 7 9 2 10 2 2 14 4 2 3 3 7 1 2 4 14 5 0 1 6 0.18 1.67 920 G 1 -2 1 -1 -4 0 -1 5 0 -4 -4 -2 -4 -3 0 0 0 0 -2 -4 10 2 6 4 0 5 4 40 2 1 1 2 0 1 4 7 6 1 1 1 0.57 1.59 921 L -1 0 -1 0 -4 1 1 -1 -1 1 0 0 2 -1 1 0 0 -4 -1 0 5 5 3 5 0 6 10 5 2 7 10 5 4 3 7 8 6 0 2 8 0.07 1.53 922 N -2 -2 7 2 -3 0 -1 -2 1 -5 -3 -2 -4 -5 -1 0 -1 -5 -2 -5 3 2 54 9 1 4 4 2 3 0 4 1 0 0 3 5 4 0 2 0 1.05 1.72 923 G 2 -2 0 -1 -2 1 0 4 -4 -5 -4 -1 -2 -3 0 1 0 0 -4 -4 16 2 4 3 1 7 5 31 0 0 1 3 1 1 4 12 4 1 0 1 0.49 1.66 924 L -2 1 -1 -2 -4 1 0 -3 -1 2 1 1 -1 0 0 -1 1 2 -1 0 3 8 3 3 0 8 7 2 2 11 12 8 1 5 5 4 8 3 2 6 0.12 1.65 925 V -2 -3 -4 -4 0 0 -3 -3 -1 4 1 -2 2 0 -2 -2 -1 -4 -1 4 3 1 1 1 2 5 1 2 1 22 10 2 4 3 2 2 4 0 2 31 0.53 1.70 926 S -1 1 2 -2 -5 0 -1 -3 1 0 -2 1 -1 -1 -2 2 2 -5 0 -1 5 8 9 2 0 3 3 2 3 5 4 10 2 3 2 15 15 0 3 5 0.21 1.76 927 Y -4 -3 -3 -2 4 -1 -3 -4 -2 -3 -2 -4 -4 3 -5 -2 -2 1 8 -2 1 1 1 3 7 3 2 2 0 1 3 0 0 10 0 3 2 1 56 3 1.41 1.77 928 R -2 3 -3 0 -3 1 1 -3 0 -1 -2 0 -2 0 -4 3 1 -5 0 -3 3 15 1 4 0 5 9 1 2 4 4 5 1 4 1 25 9 0 3 1 0.36 1.83 929 M -3 -3 -5 -3 -4 -3 -3 -3 -2 5 4 -4 1 1 -1 -3 -2 -4 -2 0 2 2 0 2 0 1 2 2 1 30 33 1 3 6 4 2 2 0 1 6 0.66 1.75 930 P -1 -1 -1 -1 -1 0 0 -2 2 0 0 -1 -3 -3 3 1 0 -4 -2 1 4 4 3 3 1 5 6 3 4 5 10 4 0 1 17 13 5 0 1 9 0.21 1.58 931 V -1 0 -1 0 -3 0 1 1 -1 0 -1 -1 -2 -1 1 1 1 -4 -2 1 5 5 2 5 0 5 8 10 2 6 6 4 1 3 7 13 8 0 2 11 0.09 1.55 932 G 0 -3 1 2 -4 1 0 4 0 -3 -3 -2 -2 -3 -2 0 -1 -2 -1 -2 8 1 8 11 0 6 7 29 2 2 3 2 1 1 2 5 4 1 2 3 0.37 1.66 933 M -1 -1 2 0 -4 -2 0 0 0 0 0 -1 1 -1 -1 1 1 -2 -1 1 4 3 10 6 0 2 6 7 2 5 10 3 3 3 3 10 10 1 2 10 0.09 1.63 934 P -1 -2 -1 1 -5 -1 1 -1 2 -4 -3 -2 -3 -3 6 -1 -1 -1 -1 -3 6 3 2 7 0 2 8 4 5 1 2 2 1 1 43 4 4 1 2 2 0.87 1.91 935 R -1 4 2 0 -4 0 0 0 2 -3 -1 0 0 2 -1 -1 -2 -4 -1 -2 5 20 9 6 0 3 5 7 5 2 6 6 2 9 4 5 3 0 2 3 0.24 1.79 936 M -1 0 0 0 -4 -1 -1 1 0 0 2 1 1 0 -1 1 0 -4 -1 -1 4 4 4 5 0 3 5 9 3 5 18 8 3 4 3 10 5 0 2 4 0.07 1.66 937 D -1 -1 1 2 -3 -1 0 -1 2 -1 1 -1 -1 0 1 0 -1 0 0 0 4 4 6 10 0 2 6 4 6 4 14 4 1 3 8 9 4 1 3 6 0.10 1.54 938 F -2 -2 -2 -3 -4 -1 -2 -3 -4 -1 0 -1 -1 7 -5 -2 -2 2 1 0 3 2 2 2 0 3 3 2 0 2 7 4 2 51 0 3 3 2 3 6 1.00 1.80 939 L -1 1 -1 -2 -4 0 -1 -3 2 1 0 1 1 0 -1 2 1 -1 -2 0 5 8 3 2 0 4 3 2 4 8 9 8 4 4 3 14 8 1 2 8 0.12 1.81 940 I -1 -1 -2 -2 -4 -2 -3 -3 -1 5 2 -3 0 -1 -3 -3 -1 -5 -1 3 5 3 2 3 0 2 1 2 1 33 17 1 2 3 1 2 4 0 2 17 0.57 1.90 941 N -3 -2 4 4 -5 1 1 0 1 -1 -3 0 -4 -2 -5 0 -2 0 1 -2 1 1 19 22 0 7 8 6 3 4 3 6 0 2 0 6 2 1 4 3 0.48 1.88 942 S 1 1 1 0 -1 0 1 -2 -1 -2 -2 1 -4 -5 2 2 1 -5 -1 -2 9 8 6 6 1 3 8 3 1 2 4 8 0 0 11 16 8 0 2 3 0.22 1.85 943 S -1 0 2 1 -5 2 0 -1 2 -2 -2 0 -2 -2 -1 2 0 -5 1 -1 5 4 10 9 0 8 6 4 5 2 4 6 1 2 4 15 6 0 4 4 0.19 1.91 944 S -2 -1 2 0 -1 -1 0 -1 0 -3 -2 -1 -4 0 -2 3 4 -5 0 -3 2 2 9 6 1 3 5 5 2 1 4 4 0 4 2 20 22 0 4 2 0.35 1.88 945 G -2 -2 -3 -2 -3 -2 -3 7 -3 -5 -3 -2 -5 -3 -3 -2 -3 -5 -1 -3 2 2 1 2 1 1 1 74 0 0 2 2 0 1 2 2 1 0 2 3 1.43 1.78 946 V -1 -1 1 1 -2 -1 3 -3 -1 0 -1 1 0 -1 -4 -1 0 1 -1 2 5 3 7 8 1 3 18 1 2 5 6 7 2 3 0 5 7 2 2 13 0.18 1.72 947 V -3 -5 -4 -6 -3 -3 -4 -4 -5 5 4 -4 0 -2 -5 -4 -2 -5 -3 3 1 0 1 0 1 1 1 1 0 35 33 1 2 1 0 1 1 0 1 18 0.99 1.81 948 V -3 0 -1 -4 -3 0 -1 -5 2 0 0 -1 0 1 -4 1 2 -2 2 3 2 6 3 0 1 4 4 0 5 5 7 3 3 6 1 9 12 1 8 20 0.29 1.79 949 T 1 -2 -2 -4 -1 -2 -3 -4 -3 1 2 -3 -1 -3 -1 -1 4 -5 -4 2 12 2 2 1 1 2 1 1 1 6 23 1 1 1 3 3 24 0 0 15 0.45 1.79 950 T 1 0 0 1 -4 -1 1 -3 -2 0 0 1 0 -3 -3 0 3 -5 -3 0 11 6 4 7 0 2 8 2 1 5 11 7 3 1 1 7 19 0 1 6 0.20 1.80 951 T 0 4 -2 -1 -4 1 1 1 -1 -2 -3 2 -2 -5 -1 0 0 -1 -5 -2 8 21 2 2 0 7 9 9 2 2 3 14 1 0 3 7 6 1 0 2 0.34 1.84 952 E 1 2 -1 1 -3 0 1 -1 -1 -2 -2 1 -3 -3 2 1 -1 -5 -3 -2 13 11 3 8 1 3 8 4 1 3 4 8 0 1 12 13 4 0 1 3 0.23 1.79 953 L -2 -5 -6 -4 0 -5 -5 -4 -5 1 5 -5 1 1 -1 -5 -2 -1 -1 0 3 0 0 1 2 0 0 1 0 8 63 0 3 5 4 0 2 1 2 5 0.99 1.75 954 D -2 -3 1 7 -3 -2 0 -2 -3 -4 -3 -1 -3 -6 -2 0 -2 -6 -6 -5 2 1 5 68 1 1 4 2 0 1 3 3 1 0 1 6 1 0 0 0 1.42 1.75 955 R -2 6 -3 -3 -2 0 1 -5 1 -2 -2 -1 -2 1 -2 -2 -4 -2 3 -2 3 44 1 1 1 3 9 0 4 2 3 3 1 5 2 3 0 1 12 3 0.82 1.75 956 E -2 -1 -1 0 -6 -1 6 -2 -2 -4 -3 -1 -5 -3 -1 -1 -1 -6 -3 -4 3 3 3 5 0 2 61 3 1 1 2 3 0 1 3 3 4 0 1 1 1.03 1.75 957 R 0 0 -1 2 -5 2 3 -2 0 -4 -2 2 -2 -4 -1 1 0 -5 -2 -2 8 6 3 10 0 9 20 3 2 1 4 11 1 1 3 9 6 0 2 3 0.30 1.72 958 I -1 1 -1 -3 -2 2 0 -3 0 1 1 1 1 -1 0 -1 0 1 1 0 5 8 3 1 1 10 5 2 3 7 14 7 3 2 4 5 5 2 5 8 0.11 1.64 959 A 2 -1 -1 0 2 2 0 1 -1 -4 -2 0 -3 -4 3 1 -1 -5 -1 -3 17 4 3 6 4 9 5 9 2 1 5 5 1 1 13 9 3 0 2 1 0.25 1.69 960 E -1 1 1 -1 -5 2 3 -3 0 -2 0 0 0 -1 -2 0 1 0 0 -1 5 7 6 3 0 10 17 1 2 2 9 6 3 3 2 7 9 1 3 5 0.19 1.73 961 Y -2 -4 -4 -5 -5 0 -3 -5 4 -1 0 -4 -1 4 -5 -3 -2 0 7 -3 4 0 0 0 0 5 1 0 11 3 8 0 1 15 0 1 2 1 45 1 1.26 1.74 962 Q -2 2 2 0 -5 2 2 -4 2 -1 -2 1 -2 -4 -3 0 2 -1 -1 -1 3 10 10 4 0 8 13 1 5 4 4 7 1 1 1 7 15 1 2 4 0.29 1.73 963 L -1 -5 -5 -3 -4 -5 -5 -4 -5 3 5 -5 0 3 -3 -5 -4 -4 -1 1 4 0 0 1 0 0 0 2 0 15 54 0 2 10 1 0 0 0 2 7 0.92 1.61 964 R -2 2 -2 -1 -1 2 -1 -3 1 0 -1 -1 0 -1 0 -1 3 -1 1 0 3 10 2 3 1 8 5 1 3 5 7 4 2 2 4 5 22 1 5 7 0.21 1.57 965 V 1 -5 -5 -5 4 -5 -5 -3 -5 4 0 -5 0 -1 -5 -2 -3 -5 -4 5 12 0 0 0 8 0 0 2 0 20 7 0 1 2 0 3 0 0 0 42 0.88 1.60 966 V -3 1 -2 -3 -2 3 1 -2 1 1 1 0 1 -2 -4 -1 2 -5 0 1 2 6 1 1 1 12 9 3 3 8 15 6 3 2 0 4 13 0 3 9 0.22 1.60 967 A 5 -2 -4 -4 0 -4 -2 -2 -4 0 -1 -1 -3 -4 -4 -2 -1 -5 -4 2 59 2 0 0 2 0 2 3 0 4 5 3 0 0 0 1 4 0 0 14 0.86 1.60 968 S 0 1 -1 -2 -2 1 0 -3 -1 -1 -1 0 -2 -2 -4 3 3 0 -1 1 7 7 3 2 1 6 6 2 1 4 7 5 1 1 0 19 16 1 2 9 0.23 1.60 969 D -3 -2 2 7 -5 -2 0 -4 -4 -3 -5 -2 -5 -5 -4 0 -1 -6 -3 -5 2 2 9 67 0 1 3 0 0 2 0 1 0 0 0 6 3 0 1 0 1.46 1.59 970 A 1 1 0 0 -1 0 -1 1 1 0 -1 0 1 -2 -1 1 -1 0 -2 -1 10 8 4 5 1 4 4 12 4 6 7 5 3 1 3 13 4 1 1 4 0.09 1.53 971 G -1 0 1 1 -1 -1 -1 5 -1 -4 -1 -2 -1 -4 -2 0 -2 -1 -4 -3 4 5 6 9 2 3 4 43 1 1 6 2 2 0 2 6 2 1 0 2 0.59 1.46 972 T -1 -1 1 0 -1 0 -1 2 -1 0 -1 -1 -3 -1 -1 0 2 -4 0 0 5 3 7 5 1 4 4 16 1 5 5 3 0 3 3 8 13 0 3 7 0.13 1.58 973 P -2 -1 1 -2 -4 0 1 -2 0 -3 -2 -1 -2 -2 6 -2 -2 -4 0 -2 3 4 6 2 0 4 8 3 2 1 3 4 1 2 46 2 2 0 4 3 0.91 1.57 974 T 1 1 -2 0 -4 0 -3 0 -1 -2 -2 0 -1 -3 4 1 1 -5 -3 0 11 7 2 5 0 4 1 7 2 2 3 7 2 1 20 9 9 0 1 7 0.30 1.76 975 K -1 2 -2 -3 -4 0 0 -3 -1 -2 4 1 2 -2 0 -1 -2 -1 -1 -1 5 11 2 1 0 5 5 2 2 1 35 9 4 2 5 4 2 1 2 3 0.35 1.90 976 S -1 -1 -1 -1 -1 0 1 -2 0 -2 -3 0 -1 -2 0 4 1 0 -1 -2 4 3 2 4 1 3 11 3 2 3 3 5 2 2 5 32 9 2 2 2 0.33 1.86 977 S 2 -2 1 0 -1 -1 -1 0 -1 -2 -3 -1 -1 -2 -1 3 3 -5 -2 -2 15 2 6 4 1 2 4 8 1 2 2 4 1 2 3 22 16 0 1 2 0.31 1.96 978 T -2 -2 1 -2 -1 0 1 -3 2 -2 -2 -2 -2 -1 2 1 4 0 0 -1 3 2 7 2 1 5 8 2 5 2 5 2 1 3 12 9 23 1 3 5 0.30 1.87 979 S 2 -2 -3 -4 2 -1 -1 -1 3 -1 -1 0 -1 -2 -5 2 1 -5 0 2 15 2 1 0 5 2 4 5 6 4 6 5 2 2 0 15 10 0 3 13 0.25 1.96 980 T -2 0 0 -1 -1 0 2 -4 1 -1 -1 1 -1 -2 1 0 4 -1 -1 -2 2 4 4 3 1 4 12 1 3 3 7 7 2 1 7 6 25 1 3 3 0.29 1.95 981 L -2 -3 -6 -6 0 -3 -6 -6 -1 3 3 -5 0 2 -6 -3 -3 -5 1 4 4 1 0 0 2 1 0 0 2 17 23 0 2 9 0 1 1 0 5 32 0.79 2.01 982 T -2 1 -1 -3 -1 1 0 -2 0 1 -1 0 -1 -1 0 -1 4 -1 1 0 2 6 3 1 1 6 7 3 3 7 6 6 1 3 4 5 23 1 5 7 0.22 1.98 983 I -1 -4 -5 -5 1 -4 -1 -5 2 4 2 -4 2 0 -5 -4 -3 -4 -3 3 4 0 0 0 3 0 5 0 5 30 16 0 4 4 0 0 0 0 0 24 0.67 1.20 984 H -1 0 1 -1 -4 1 1 -4 4 -1 -1 0 1 1 -4 0 1 -4 0 1 4 4 6 4 0 6 9 0 11 4 5 7 3 6 0 7 9 0 4 11 0.20 1.35 985 V -3 0 -4 -5 -4 -4 -1 -1 -5 3 1 -4 2 1 -5 -4 0 3 -3 5 0 5 0 0 0 0 5 5 0 15 10 0 5 5 0 0 6 5 0 38 0.61 1.37 986 L -1 -2 -1 -1 0 -1 0 -2 0 2 2 -1 0 -1 -1 0 0 -5 -4 1 4 3 3 3 2 3 7 3 2 13 21 4 2 2 4 6 6 0 0 11 0.16 1.65 987 D -3 -4 0 6 -5 -3 0 -2 -1 -2 -4 -2 -1 -2 1 0 -2 0 1 -2 2 0 4 51 0 0 5 3 2 2 2 2 2 2 6 6 2 2 5 3 0.89 1.64 988 V -1 -2 -3 -1 1 0 0 -2 -5 3 -1 -1 0 -2 -2 0 -1 0 -1 3 6 2 1 3 3 4 5 3 0 20 6 4 2 2 3 6 4 1 2 23 0.28 1.71 989 N -4 -2 7 1 -5 -1 1 -1 1 -5 -4 -1 -4 -5 0 0 -2 -6 -4 -3 0 1 54 7 0 2 9 5 3 0 1 2 0 0 5 6 2 0 0 2 1.08 1.65 990 D -2 -4 2 6 -5 -1 1 -2 -3 -4 -3 -1 -2 -2 -4 0 -1 -5 -1 -3 3 0 11 48 0 3 7 3 0 0 3 2 1 2 0 8 3 0 3 2 0.90 1.60 991 E -1 -3 5 1 -2 1 2 -3 3 -3 -4 -1 -4 -1 -2 0 -1 0 0 -4 4 0 34 6 1 5 15 2 8 1 2 4 0 3 2 5 3 2 3 1 0.66 1.69 992 T 2 -1 -2 -1 -2 -2 0 -1 -1 -1 -1 -1 -2 -4 4 1 0 1 -1 -1 20 3 2 3 1 1 7 5 1 4 5 4 1 1 18 11 5 2 2 4 0.29 1.72 993 P -4 -5 -5 -3 -5 -1 -4 -2 -5 -1 -2 -2 -1 -3 8 -2 -2 -6 -5 -1 0 0 0 1 0 3 0 3 0 3 4 3 2 1 70 3 2 0 0 4 1.79 1.72 994 T -1 0 -1 -3 -5 1 2 -5 0 1 -2 1 -1 -2 0 0 2 -2 0 2 5 5 2 1 0 6 14 0 2 8 3 7 1 2 6 8 12 0 3 14 0.22 1.77 995 F -3 -3 -5 -5 1 -3 -4 -5 -1 0 1 -5 -1 8 -4 -3 -2 0 0 0 2 1 0 0 3 2 1 1 2 4 11 0 1 59 1 2 2 1 2 6 1.29 1.67 996 F -1 -1 -1 -1 -4 -1 2 -3 -1 0 1 -1 0 1 -1 1 2 -5 -1 0 4 3 3 4 0 3 12 1 1 6 14 4 2 6 4 12 11 0 2 8 0.14 1.74 997 P -2 1 -1 0 -5 3 1 -3 1 -3 -2 0 -2 -1 4 0 -1 -2 0 -3 3 7 3 5 0 15 8 2 4 1 3 5 1 3 23 8 3 0 3 2 0.45 1.69 998 A 1 -1 -1 1 -5 1 0 -1 -4 -2 -2 0 -1 -3 3 2 1 -5 -5 -2 11 2 3 9 0 6 6 5 0 2 4 5 1 1 16 16 8 0 0 2 0.30 1.73 999 V -2 0 -2 0 -4 0 0 -4 1 0 0 -3 0 0 1 2 1 -5 -1 2 2 5 2 5 0 4 7 1 4 6 10 1 2 4 6 16 7 0 2 17 0.20 1.73 1000 Y -2 -2 -3 -3 -3 0 -2 -2 1 0 -1 -2 -2 3 -2 -2 -2 0 7 -1 2 2 1 1 0 5 2 4 2 5 7 3 1 9 2 3 2 1 43 4 0.89 1.81 1001 N -1 0 3 0 -5 0 2 -1 0 -2 -3 -1 -1 -3 -1 1 3 -2 -1 -1 4 6 12 4 0 5 14 5 2 2 2 3 2 1 3 10 16 1 3 5 0.25 1.83 1002 V 2 -4 -3 -3 -3 -3 -2 1 -5 2 0 -2 2 1 -2 -2 1 -5 -2 3 15 1 1 1 1 1 3 13 0 10 9 2 5 6 2 3 7 0 1 20 0.30 1.81 1003 S -1 1 1 -1 -1 1 1 -2 1 -3 -3 -1 -1 0 0 3 1 -3 2 -2 6 7 5 3 1 6 8 3 3 2 3 2 2 4 5 22 10 0 7 3 0.23 1.82 1004 V -1 -3 -4 -5 -2 -3 -2 -3 -3 4 0 -5 0 -1 -3 -2 -3 -5 -2 5 6 1 1 0 1 1 3 2 1 21 9 0 2 2 1 3 1 0 2 43 0.79 1.81 1005 S -1 1 0 -2 -3 0 0 -4 -3 -2 -1 0 1 -1 4 2 0 -5 -2 -2 5 9 4 2 1 4 7 1 0 2 7 6 3 3 20 18 5 0 1 3 0.33 1.82 1006 E -3 -2 -1 0 -6 -1 7 -5 -2 -5 -3 -1 -3 -5 -2 -2 -1 -5 -4 -3 1 1 2 4 0 2 72 0 1 0 2 3 1 0 2 3 3 0 1 2 1.39 1.79 1007 D -2 -2 6 2 -5 -2 -1 0 0 -4 -1 -2 1 -4 -2 1 0 -6 -5 -2 3 2 36 13 0 1 4 6 2 1 7 2 4 1 2 10 5 0 0 3 0.64 1.81 1008 V 1 -2 2 -2 0 -1 -2 -2 -4 0 0 -3 -1 -3 -1 2 1 -5 -2 2 13 2 9 2 2 2 2 3 0 5 10 1 2 1 3 15 10 0 2 16 0.22 1.73 1009 P 1 0 0 0 -5 -1 -1 -1 -4 -3 -2 -1 -2 -5 6 0 -1 -5 -5 -1 10 5 5 5 0 2 4 5 0 1 3 3 1 0 40 8 4 0 0 4 0.77 1.77 1010 R 0 2 -3 -2 -5 -1 -2 0 2 1 -1 -1 -2 -3 4 -1 -1 -3 -2 2 7 11 1 2 0 3 2 7 5 7 6 3 1 1 19 5 3 0 1 15 0.31 1.77 1011 E 0 -2 1 0 -5 -2 1 5 0 -4 -5 -2 -2 -4 -1 -1 -1 -3 -5 -2 6 2 7 6 0 2 8 45 3 1 1 3 1 1 4 5 4 0 0 3 0.69 1.83 1012 F 0 -2 -2 -2 -1 -1 -3 -2 1 0 0 -3 0 2 -3 1 4 -1 2 0 9 2 2 2 1 3 1 3 3 4 9 1 2 8 1 11 24 1 6 7 0.29 1.72 1013 R -2 2 -2 -3 -4 1 0 -2 1 -1 1 0 0 0 0 1 1 -3 0 1 3 12 2 1 0 7 6 4 4 3 13 4 3 4 4 11 8 0 3 10 0.13 1.73 1014 V -3 -4 -3 -5 -4 -2 -5 -4 -5 4 1 -3 0 -1 -4 -3 -1 -5 -2 5 1 1 1 0 0 2 0 1 0 26 10 1 1 3 1 1 3 0 1 45 0.96 1.79 1015 V 1 -4 -3 -3 -2 -2 -3 0 -1 2 1 -3 2 0 -1 -2 2 -5 -1 2 14 0 1 1 1 2 1 8 1 13 16 1 4 3 4 2 13 0 2 14 0.30 1.78 1016 W -1 0 0 -2 -4 3 -1 -2 -3 0 -1 2 -2 0 -1 -2 3 2 -3 0 4 6 5 2 0 13 4 4 1 6 7 12 1 4 3 3 17 3 1 5 0.23 1.73 1017 L -2 -3 -5 -3 -4 -4 -3 -4 -4 3 2 -4 0 0 -2 -3 -2 -4 -1 5 3 1 0 1 0 0 2 2 0 17 20 1 2 4 2 2 2 0 2 39 0.74 1.72 1018 N 0 1 1 -1 -2 1 -1 -3 -1 -2 -3 0 -3 -2 -2 3 3 -3 -1 -1 6 7 7 4 1 7 3 2 1 2 3 7 0 2 2 22 17 0 2 5 0.30 1.68 1019 C 5 -4 -2 -2 1 -2 -3 -2 -4 -2 -2 -3 -3 -3 -4 -1 -2 -4 -4 2 59 1 2 3 2 1 2 2 0 2 4 1 0 1 1 3 2 0 0 15 0.89 1.68 1020 T 0 -1 -1 1 -4 0 -1 -3 1 -1 -2 -2 0 -2 1 2 3 0 -1 1 6 4 2 8 0 3 4 2 4 4 4 2 3 2 8 16 17 1 2 9 0.21 1.57 1021 D -1 -1 1 6 -5 -1 0 -1 -3 -5 -5 -1 -5 -5 0 -1 0 -5 -5 -5 5 3 5 56 0 3 4 6 0 0 1 4 0 0 4 4 5 0 0 0 1.05 1.50 1022 N 0 0 2 2 -4 0 0 -1 0 -2 -1 1 -1 -2 2 1 -3 -5 -1 -2 9 5 11 13 0 5 5 6 2 3 6 7 2 2 11 10 0 0 2 2 0.22 1.50 1023 D -1 -3 0 6 -5 0 1 -1 -3 -4 -5 0 -4 -5 -1 -1 -1 -5 -5 -1 5 0 3 53 0 5 8 4 0 0 1 4 0 0 3 3 3 0 0 5 0.97 1.48 1024 V 0 -1 -1 0 0 -1 -1 -1 -1 0 1 0 -1 -1 0 1 2 -4 0 0 7 3 3 5 2 3 5 4 2 6 12 6 2 3 4 12 13 0 3 7 0.07 1.37 1025 G 0 0 -2 -1 -4 -2 -2 5 -1 -3 -4 -2 -2 -3 2 0 -1 -1 -3 -3 7 4 2 4 0 2 3 43 2 1 1 2 1 1 10 6 4 1 1 2 0.64 1.62 1026 L 0 -1 0 1 -3 1 0 -1 0 -1 1 -1 1 0 1 0 0 0 1 0 8 3 4 7 0 6 6 4 2 4 13 4 4 3 7 7 6 1 4 6 0.05 1.55 1027 N -3 0 6 -1 -5 0 0 -1 3 -3 -4 -1 -4 -2 -1 1 0 -5 0 -3 2 6 41 3 0 3 6 3 6 2 1 3 0 2 3 9 5 0 3 2 0.76 1.90 1028 A 3 -2 -2 -2 -2 0 -2 3 -4 -2 -2 -2 -4 -2 1 1 -1 1 0 -1 27 3 2 2 1 4 2 24 0 2 3 2 0 2 6 9 3 2 3 4 0.41 1.93 1029 E -1 2 1 -1 -5 2 2 -1 2 -1 -2 1 -1 -3 0 0 -1 4 -1 -2 5 10 6 3 0 9 15 4 4 4 4 7 2 1 5 6 4 5 2 3 0.22 1.91 1030 L -2 -3 -3 -5 -4 -1 -5 -2 -1 4 2 -3 1 0 -2 -2 -2 2 0 3 4 1 1 0 0 3 0 4 2 26 18 1 3 3 2 3 3 3 3 21 0.55 1.94 1031 S 0 1 0 -2 0 0 -1 -1 -1 -1 -2 0 -1 -1 -5 3 2 0 0 1 7 7 4 2 2 4 4 4 1 3 3 5 1 3 0 20 15 1 3 9 0.22 2.00 1032 Y -3 -2 -2 -3 1 -2 -2 -4 1 -1 -1 -4 -4 3 -2 -2 -2 -2 8 -2 2 3 2 2 3 2 2 1 3 3 6 0 0 11 3 3 2 0 49 2 1.16 1.96 1033 F -1 1 0 -2 -1 1 0 -3 0 0 -1 -1 -1 5 -5 2 -1 0 2 -2 5 7 4 2 1 5 6 2 2 5 5 3 1 22 0 16 3 1 5 3 0.33 1.91 1034 I -4 -2 -2 -2 0 1 -2 -2 0 4 2 -1 1 2 -2 -2 -2 -5 -1 1 0 2 2 2 2 6 2 4 2 24 21 3 3 8 2 2 3 0 2 7 0.38 1.97 1035 T -1 -1 -1 -1 0 0 0 -3 -1 1 1 -2 0 -1 -1 1 2 1 -1 1 6 3 2 3 2 4 6 2 2 9 13 3 2 3 3 12 11 2 2 10 0.10 1.96 1036 G -1 1 -1 0 -4 1 0 1 1 -1 -2 1 0 -1 1 2 0 -4 0 -1 5 6 3 6 0 5 5 11 3 5 3 7 2 2 6 16 6 0 3 5 0.12 1.78 1037 G 1 0 0 1 -1 1 0 3 0 -2 -3 -2 0 -1 1 0 -2 -5 -2 -2 10 4 4 7 1 7 7 25 3 3 2 2 2 2 7 6 2 0 2 3 0.26 1.87 1038 N -2 0 4 3 -5 1 1 0 1 -3 -3 -2 -1 -2 -1 1 0 -5 -2 -3 3 4 17 17 0 5 8 8 4 1 3 2 2 2 4 9 7 0 1 2 0.35 1.96 1039 V 0 -1 -1 -1 -4 -2 0 -1 -4 2 0 -1 0 -2 2 -1 0 0 -1 2 8 4 3 4 0 2 7 6 0 11 10 4 3 2 9 5 5 1 2 14 0.12 1.82 1040 D 0 0 0 3 -1 1 0 0 0 -3 -2 0 -4 -2 2 0 0 -5 -4 -2 6 6 5 19 1 7 6 6 3 1 4 6 0 2 12 8 5 0 0 3 0.27 1.80 1041 G 0 -2 1 0 -5 1 0 3 0 -3 -3 0 -1 1 0 1 -1 -1 -4 -3 8 2 6 6 0 6 7 24 2 1 2 5 2 6 5 10 4 1 0 2 0.27 1.84 1042 K -1 1 -1 -2 -5 2 -1 -4 1 -1 1 2 1 1 0 0 0 2 2 -1 5 8 2 2 0 8 3 1 3 4 12 11 4 6 5 6 7 3 6 5 0.15 1.91 1043 F -4 -3 -3 -3 -5 -3 -3 -6 -1 0 0 -3 -1 8 -4 -2 -3 -1 1 0 1 1 1 2 0 1 1 0 1 4 10 1 1 60 1 4 1 1 3 6 1.34 1.94 1044 S 0 2 1 0 -5 1 0 -2 0 -2 -2 0 -1 -2 -3 3 1 -1 -1 -1 6 9 6 5 0 7 7 2 2 2 4 6 1 2 1 22 9 1 3 4 0.24 1.95 1045 V -3 -3 -2 -3 -4 -2 -4 -6 -5 5 1 -2 0 -1 -3 -2 -1 -5 -1 3 1 1 2 2 0 2 1 0 0 37 14 3 2 2 1 3 4 0 2 22 0.76 1.94 1046 G -1 -3 4 4 -5 -2 0 1 2 -4 -5 -2 -3 -1 -3 0 0 1 -2 -3 5 1 22 23 0 1 7 13 5 1 1 2 1 3 1 7 5 2 1 2 0.57 1.79 1047 Y 0 0 0 0 -4 0 1 -3 1 -2 -1 -1 -1 1 2 2 0 -4 2 -3 9 6 4 5 0 4 9 2 3 2 7 3 1 6 12 13 5 0 7 1 0.19 1.72 1048 R -2 1 3 1 -5 1 2 -2 2 -2 -1 1 -2 -3 -1 0 0 -5 0 -2 3 9 14 9 0 6 11 3 5 3 6 8 1 1 3 7 6 0 3 3 0.22 1.71 1049 D -2 -3 3 2 -4 -1 0 0 -1 -3 -3 -2 -2 -4 -3 2 4 -5 -4 -3 2 1 12 11 0 2 5 7 1 1 3 2 1 1 1 17 31 0 0 2 0.58 1.72 1050 A 0 -3 -1 -3 -2 -3 -2 6 -3 -3 -2 -4 -3 -3 -3 0 -3 -5 -2 -3 6 2 2 1 1 1 2 65 1 2 4 0 1 1 2 6 1 0 1 2 1.15 1.76 1051 V -1 -1 -1 0 -4 -1 3 -5 -3 2 -1 -1 0 -2 -3 -1 0 1 -1 3 5 3 2 4 0 3 19 1 0 12 6 3 2 1 1 3 7 2 2 23 0.34 1.72 1052 V -2 -5 -4 -4 -4 -4 -5 -4 -5 5 3 -4 0 -2 -3 -3 -2 -5 -2 3 2 0 1 1 0 1 1 1 0 37 26 1 2 1 1 1 2 0 2 20 0.88 1.76 1053 R -1 3 0 -2 -2 -1 -1 -3 0 -2 -2 1 -2 2 -4 1 2 -2 2 -1 4 19 4 2 1 3 4 1 2 2 4 8 1 7 1 9 14 0 8 5 0.30 1.66 1054 T 1 -4 0 -3 -1 -2 -3 -3 -4 1 1 -3 -2 -3 -2 0 4 -5 -4 2 13 0 4 1 1 2 1 2 0 6 14 1 1 1 2 5 32 0 0 14 0.50 1.73 1055 V 2 -1 -1 -2 -2 0 -2 -3 -3 0 1 -1 -1 -1 -3 0 3 -2 -3 2 16 4 4 2 1 4 2 1 1 6 13 4 1 2 1 6 18 1 1 13 0.23 1.68 1056 V 1 3 -2 -1 -3 1 -1 0 -2 -1 -1 3 -1 -3 -3 0 0 -4 -4 -1 10 17 1 3 0 7 4 6 1 3 5 18 2 1 1 8 6 0 0 5 0.28 1.66 1057 G 1 1 1 -2 -4 -2 -1 1 0 -2 -1 1 -2 -2 3 1 0 -5 -4 -2 12 7 7 2 0 2 3 10 2 2 6 7 1 2 16 11 6 0 0 3 0.24 1.70 1058 L -3 -3 -6 -6 -4 -5 -5 -6 -5 2 5 -5 2 3 -4 -5 -3 -2 -1 0 1 1 0 0 0 0 0 0 0 10 62 0 5 10 1 0 1 0 2 5 1.09 1.74 1059 D -4 -4 0 7 -6 -1 -1 -3 -4 -4 -4 -4 -4 -2 -3 -1 -4 -6 -4 -4 1 0 4 76 0 2 1 2 0 1 2 0 0 2 1 5 0 0 1 1 1.68 1.75 1060 R -3 6 -1 -2 -1 -2 0 -3 2 -5 -4 -1 -3 3 -4 -2 -4 -4 5 -5 2 43 2 2 2 1 5 2 4 0 1 2 0 11 1 3 0 0 18 0 1.00 1.76 1061 E -2 0 0 1 -6 -1 7 -5 -2 -5 -5 -1 -3 -3 -4 -2 -2 -5 -5 -4 3 4 3 5 0 1 72 0 1 0 1 3 1 1 0 3 2 0 0 1 1.40 1.75 1062 T 1 -1 -1 2 -5 2 3 -4 -1 -1 -1 1 -2 -4 -1 0 2 -5 -3 -1 12 2 3 10 0 11 17 1 1 3 5 8 1 0 3 5 12 0 1 4 0.30 1.80 1063 T -1 1 1 -3 0 2 -1 -2 0 1 0 1 0 -1 -2 -1 1 -2 -1 1 6 7 7 1 2 11 4 3 2 8 8 8 2 2 2 5 10 1 2 9 0.12 1.79 1064 A 1 1 -1 1 0 2 1 -2 -3 -4 -3 2 0 -5 3 1 -1 -5 -2 -3 14 8 2 7 2 8 9 3 1 1 2 11 2 0 13 11 3 0 1 2 0.30 1.78 1065 A 0 0 -1 -1 -5 2 2 -3 1 -2 -2 0 0 0 -1 2 1 -3 0 0 6 5 3 4 0 10 11 2 3 2 4 6 2 5 3 16 7 0 3 7 0.17 1.79 1066 Y -5 -2 -3 -5 0 0 -3 -6 4 -2 -1 -4 -4 4 -6 -3 -3 -1 7 -1 0 2 1 0 2 5 1 0 10 1 6 1 0 17 0 1 1 0 45 3 1.29 1.79 1067 M -3 1 0 -1 -3 2 2 -5 1 2 0 0 1 -3 -5 1 2 1 -2 0 2 7 5 3 0 10 11 0 3 10 8 6 3 1 0 10 13 2 1 5 0.24 1.79 1068 L -3 -4 -6 -6 -2 -3 -4 -6 -5 3 5 -5 1 3 -4 -5 -2 -4 -3 1 1 1 0 0 1 1 1 0 0 17 52 0 3 11 1 0 2 0 0 8 1.00 1.78 1069 I -2 0 -1 -3 -1 1 -1 -4 2 2 0 -2 0 -1 -1 -2 3 -2 0 2 2 5 3 2 1 7 4 1 5 11 9 2 2 2 3 2 19 1 3 16 0.27 1.77 1070 L 0 -3 -4 -5 1 -5 -4 -4 -5 4 1 -5 0 0 -5 -3 -3 -5 -4 5 7 2 1 0 3 0 1 1 0 27 11 0 1 5 0 2 0 0 0 39 0.88 1.75 1071 E -1 1 -3 -2 -3 4 3 -2 1 -2 0 1 -1 -2 -4 -1 1 -5 -2 0 4 9 1 1 0 19 17 2 3 2 10 8 1 1 0 3 9 0 1 7 0.35 1.76 1072 A 6 -5 -5 -2 -4 -4 -3 -1 -5 0 -2 -2 -2 -4 -4 -1 -2 -6 -5 2 63 0 0 2 0 0 1 3 0 4 2 2 1 1 0 3 2 0 0 16 1.01 1.78 1073 I -2 1 -1 -2 -2 1 0 -4 -2 0 -1 2 -2 -1 -4 0 3 1 0 2 2 8 3 2 1 7 7 1 1 6 7 11 1 3 0 6 17 2 3 12 0.23 1.76 1074 D -1 -3 2 7 -5 -3 0 -3 -1 -4 -4 -3 -5 -4 -3 -1 -3 -2 -5 -3 5 1 10 64 0 0 5 2 1 1 1 0 0 1 1 3 1 1 0 2 1.35 1.73 1075 N -1 0 3 0 -4 1 0 2 2 -4 -2 -1 2 -4 0 1 -1 -2 -4 -3 5 5 16 6 0 6 7 13 4 1 4 3 6 0 5 11 4 1 0 2 0.28 1.61 1076 G -1 0 0 0 -4 -1 -1 5 -2 -2 -3 -2 -3 -2 -2 -1 -2 -4 0 -2 5 5 4 6 0 2 5 47 1 2 3 3 0 2 2 4 3 0 3 4 0.63 1.52 1077 P -1 0 0 0 0 0 0 2 -1 -1 -2 -1 -2 -1 4 0 -1 -2 -1 0 4 4 5 4 2 4 5 14 1 4 5 3 1 2 22 7 4 0 2 6 0.27 1.18 1078 V -1 -1 -2 0 -2 1 -1 -1 0 0 1 -2 0 0 3 -1 0 -2 0 1 6 3 2 5 1 6 3 6 2 6 16 3 2 4 13 3 6 1 4 10 0.13 0.96 1079 G 1 -1 0 0 -2 0 0 3 -1 -1 -1 -2 0 -1 2 1 -1 -2 -2 -1 10 3 5 5 1 4 6 20 1 3 6 2 2 3 10 9 3 1 1 4 0.18 1.10 1080 K -1 1 1 -1 -3 0 0 -1 -1 -1 1 1 -1 -1 2 0 -1 -3 0 0 5 6 6 3 1 5 6 6 2 3 12 8 2 2 12 7 4 0 4 7 0.10 1.29 1081 R 0 2 0 -1 -2 1 0 1 -1 -2 -1 0 0 0 1 1 -1 -2 -1 -2 7 10 5 4 1 7 6 10 2 2 8 6 2 4 8 10 4 1 2 3 0.09 1.17 1082 H -1 0 1 -1 -1 0 -1 -2 3 0 1 -1 0 -1 0 0 0 -2 0 0 5 6 7 3 2 4 3 3 8 5 16 4 3 3 6 8 6 1 3 7 0.10 1.13 1083 T 0 -2 0 -1 -3 0 2 -2 -1 -1 -1 -1 0 -2 0 3 3 -1 -2 -1 7 2 4 3 0 4 12 3 1 3 6 4 3 2 5 19 16 1 1 4 0.21 1.50 1084 G 1 -2 0 0 -1 -3 -1 2 0 -2 -2 0 -1 -2 -1 2 1 -4 -1 -1 13 2 4 5 1 1 4 18 2 2 4 5 1 2 3 17 8 0 3 6 0.21 1.54 1085 T -2 -1 1 -2 -1 -1 0 -3 0 -1 -1 0 -3 -1 2 1 4 -1 -1 -2 3 3 6 1 1 3 6 2 2 3 5 6 0 3 9 11 30 1 2 2 0.37 1.62 1086 A 3 -1 -4 -1 3 -1 -3 -2 -2 0 0 -2 1 -1 -4 0 2 -4 0 2 23 3 0 4 6 2 1 2 1 6 9 2 3 2 0 8 11 0 3 13 0.27 1.69 1087 T -1 -1 -1 -1 0 -1 1 -3 -1 -1 -1 -1 1 -1 -2 1 4 0 -1 -1 4 3 3 3 2 3 9 2 1 3 7 3 4 2 2 11 31 1 2 3 0.33 1.62 1088 V -1 -5 -5 -5 0 -2 -5 -5 -5 2 1 -5 0 1 -5 -2 1 -5 -1 5 5 0 0 0 2 2 0 0 0 12 14 0 2 5 0 3 9 0 2 41 0.72 1.66 1089 F -2 1 0 -2 -5 -1 0 -5 1 2 0 -2 0 2 -3 -1 1 0 1 1 4 9 5 2 0 3 7 0 4 11 10 2 3 10 2 5 10 1 4 9 0.19 1.66 1090 V -2 -1 -5 -2 -4 -4 -4 -5 -5 4 0 -2 1 -1 -5 -1 -1 -5 -4 5 3 3 0 2 0 0 0 0 0 28 8 2 2 2 0 4 3 0 0 39 0.80 1.62 1091 T -2 0 0 -1 1 1 0 -3 1 -1 0 1 0 -2 -4 0 3 -4 -1 2 2 6 5 3 3 6 7 2 3 3 8 8 2 2 0 7 16 0 3 13 0.18 1.61 1092 V -2 -4 -4 -1 -3 -4 -4 -5 -4 4 1 -2 -2 -1 -4 -2 -1 -4 -3 5 3 1 0 4 0 0 1 1 0 19 12 2 0 2 1 3 4 0 0 46 0.80 1.45 1093 L -1 -2 -1 0 1 1 0 -2 -1 0 2 -1 1 2 -4 -2 1 -4 -3 2 4 2 2 5 3 6 6 3 2 6 19 4 3 8 1 3 9 0 0 13 0.16 1.37 1094 D -4 -1 0 7 -5 0 0 -4 -3 -4 -5 -3 -4 -5 0 -2 -2 -5 -5 0 1 3 4 66 0 3 5 1 0 0 1 0 0 0 4 2 2 0 0 7 1.33 1.45 1095 V 0 -2 -2 0 -4 -1 0 -4 -4 3 -1 -2 0 -2 1 -1 0 -5 -2 4 7 2 2 5 0 3 8 0 0 14 3 2 2 1 7 5 5 0 1 31 0.39 1.51 1096 N -3 -2 7 1 -4 -1 -1 -1 0 -2 -5 -3 -4 -5 -1 0 0 -5 -4 -2 1 2 59 6 0 3 3 3 2 3 1 0 0 0 4 5 5 0 0 3 1.16 1.50 1097 D -4 -3 1 7 -5 1 1 -2 -4 -2 -2 -2 -2 -5 -3 -2 -3 -1 -5 -4 0 1 5 57 0 7 9 3 0 3 4 2 1 0 1 2 1 1 0 1 1.12 1.58 1098 N -2 0 6 -1 -3 0 0 0 4 0 -4 -2 -2 -4 -2 -1 -1 0 -1 -3 3 4 42 3 1 4 7 6 9 5 2 1 1 0 2 4 2 1 2 1 0.73 1.51 1099 R 2 1 -2 -2 -2 -1 1 -2 -1 -2 -3 -1 -3 -2 4 0 0 -4 -1 0 21 7 1 1 1 2 8 3 1 2 3 4 0 2 21 7 6 0 2 7 0.37 1.45 1100 P -2 -2 -4 -4 -1 -2 -4 -4 -4 -5 -4 -1 -5 -5 8 -3 -4 -6 -5 -2 3 2 0 0 1 1 0 0 0 0 1 3 0 0 81 1 0 0 0 3 2.23 1.54 1101 I -1 2 -3 -3 -4 0 2 -5 -2 1 -2 1 0 -1 -2 -2 0 1 1 3 4 10 1 1 0 4 16 0 1 9 4 7 2 3 2 3 5 2 4 22 0.31 1.74 1102 F -4 -3 -5 -5 -1 -5 -3 -6 -1 1 0 -5 -2 8 -4 -3 -3 0 0 0 0 2 0 1 1 0 2 0 1 7 6 0 0 62 1 3 1 1 2 8 1.42 1.78 1103 L 0 -1 -2 -2 -1 0 0 -4 -1 1 1 -1 0 -2 2 1 2 -5 -1 0 7 4 2 2 1 4 6 1 1 7 16 3 3 1 10 10 13 0 2 8 0.17 1.73 1104 Q 0 0 0 -1 -5 4 1 -3 1 -1 -2 1 0 -2 2 0 0 -5 0 -1 8 5 4 4 0 17 7 1 3 4 3 10 2 2 11 6 5 0 4 4 0.26 1.78 1105 S 0 -1 1 0 1 0 1 -1 -1 -2 -3 0 -2 -3 3 2 2 -3 -4 -2 6 4 7 5 2 4 8 5 2 2 2 6 1 1 13 18 10 0 0 3 0.26 1.79 1106 S -1 -2 0 -1 -4 0 1 -4 1 -1 -1 -1 -1 -1 1 3 2 -5 -2 0 4 1 4 4 0 3 11 1 3 4 7 3 1 3 8 25 11 0 1 6 0.28 1.78 1107 Y -1 -1 -4 -4 -4 -1 -3 -2 1 1 1 0 -2 3 -3 -2 -2 0 6 0 6 3 0 1 0 3 1 3 3 7 12 5 1 12 1 2 2 1 31 5 0.65 1.74 1108 E 0 0 1 -1 -2 2 2 -2 1 -1 -3 0 -2 0 -2 0 2 -3 0 0 6 5 6 4 1 8 14 3 4 4 1 6 1 4 2 8 13 0 3 6 0.17 1.78 1109 A 2 -3 -2 -3 -2 -3 -3 1 -2 1 0 -3 0 2 -2 -1 -1 -1 0 3 20 1 2 1 1 1 2 10 1 7 10 1 2 7 2 5 4 1 3 19 0.26 1.79 1110 S 1 0 0 -1 -2 1 1 -3 -1 -1 -2 0 -1 0 0 3 1 -5 -1 0 9 6 5 2 1 6 8 2 1 4 3 6 2 4 4 22 8 0 2 6 0.19 1.80 1111 V -2 -3 -3 -5 -2 -2 -3 -4 -2 4 0 -3 -1 -1 -3 -3 -1 -5 0 5 3 1 1 0 1 2 2 1 1 26 9 1 1 3 2 2 3 0 3 40 0.80 1.88 1112 P -1 -1 -2 -1 0 -1 1 -3 1 -2 -2 0 -2 -3 5 2 0 -5 -1 -3 4 3 2 3 2 2 9 1 3 3 5 5 1 1 32 15 5 0 2 2 0.56 1.87 1113 E -2 -1 -1 0 -2 -1 7 -3 -3 -4 -5 -1 -2 -6 -3 -2 -2 -1 -5 -4 3 3 2 3 1 1 72 2 0 1 0 2 1 0 1 3 2 1 0 1 1.38 1.90 1114 D -2 -1 5 3 -5 -3 0 1 -1 -2 -3 -2 0 -4 -2 1 -1 -6 -2 -3 3 3 29 17 0 1 6 11 1 3 3 2 2 1 2 10 3 0 2 2 0.56 1.90 1115 I 3 -1 -1 -2 -1 -2 -2 -2 -1 1 1 -2 1 -1 -2 1 1 -5 -4 1 23 4 4 2 1 2 2 3 1 7 13 2 3 2 2 10 9 0 0 9 0.22 1.83 1116 P 0 0 -1 0 -5 -1 -1 -2 1 -2 -1 0 -4 -2 6 0 -1 0 -4 -1 7 4 3 5 0 3 4 3 3 3 5 5 0 2 36 6 4 2 0 6 0.60 1.85 1117 E 0 1 -2 -1 -4 -1 1 -3 0 1 0 -1 -1 -2 4 -1 0 -5 -2 1 9 6 2 3 0 2 10 1 2 8 7 4 1 1 19 4 5 0 2 11 0.27 1.81 1118 G -1 -3 2 -1 -4 -2 -2 5 -1 -4 -5 -3 -4 -2 -1 0 -1 -4 -1 -2 5 2 9 4 0 2 2 51 2 1 1 1 0 2 3 6 4 0 3 3 0.83 1.74 1119 H -1 -1 0 1 -2 0 0 -2 4 -2 -3 -1 0 -1 -4 2 4 -4 1 -1 5 2 3 6 1 4 6 3 9 2 2 3 2 3 1 13 25 0 4 5 0.34 1.77 1120 S -1 1 0 -3 -2 0 0 -2 1 -2 0 0 0 0 1 2 0 -1 -1 2 5 8 4 1 1 4 6 2 3 2 10 5 2 3 6 13 6 1 2 13 0.11 1.79 1121 I -2 -3 -5 -5 -4 -5 -5 -6 -5 4 2 -5 -1 2 -1 -4 -2 -5 -1 5 3 1 0 0 0 0 0 0 0 24 15 0 1 7 4 0 2 0 2 39 0.89 1.79 1122 L 2 -3 -4 -4 0 -3 -4 2 -1 0 1 -3 2 0 2 -2 2 -5 -3 1 15 1 0 1 2 1 0 14 1 5 16 1 5 5 9 2 12 0 1 9 0.30 1.82 1123 Q -2 2 1 -2 -5 1 0 -1 0 -1 2 0 0 -1 -2 -1 1 1 -1 0 3 10 6 3 0 7 7 5 2 4 18 5 2 2 2 5 8 2 2 6 0.12 1.93 1124 L -2 -2 -2 -2 -4 -1 -1 -3 -5 2 2 -2 1 3 -1 -4 -1 -4 0 3 2 2 2 3 0 2 4 2 0 12 17 3 3 11 3 0 4 0 4 22 0.37 1.93 1125 K -2 0 1 -2 0 1 1 -1 2 -1 -1 0 -1 -1 -1 1 2 1 -1 0 3 6 6 2 2 5 8 4 4 3 5 7 2 2 4 12 13 2 2 8 0.12 1.93 1126 A 5 -2 -3 -1 0 -1 -1 -2 -4 -1 -2 -1 -3 -3 -3 -3 -2 1 -4 2 50 2 1 3 2 3 4 2 0 4 3 4 0 1 1 0 1 2 0 15 0.67 1.72 1127 T -1 1 1 0 -4 0 1 -3 1 0 -1 -2 0 -2 -3 0 3 0 0 0 5 6 6 6 0 4 8 2 4 6 7 2 2 2 1 8 18 1 3 8 0.17 1.71 1128 D -4 -2 0 7 0 -3 1 -1 1 -5 -2 -4 -5 -6 -5 -1 -4 -6 -5 -5 0 2 2 69 2 0 6 6 4 0 5 0 0 0 0 3 0 0 0 0 1.51 1.77 1129 A 2 1 -1 -3 -2 -1 -3 0 -1 -1 1 -1 -1 -1 4 0 -2 -2 -2 -2 18 8 3 1 1 3 1 7 2 3 14 3 1 2 19 6 2 1 1 2 0.30 1.76 1130 D -2 -4 0 7 1 -3 0 -3 0 -5 -3 -2 -5 -6 -1 -1 -4 -6 -5 -2 3 0 3 66 4 0 4 2 2 0 3 2 0 0 3 3 0 0 0 3 1.37 1.74 1131 E 0 0 0 2 -2 0 3 -1 -2 1 -2 -1 1 -3 -3 2 0 -5 -3 0 7 4 5 9 1 4 17 4 1 7 4 4 3 1 1 13 7 0 1 8 0.19 1.80 1132 G 0 -2 -1 1 -4 -1 -1 5 -2 -3 -3 -1 -3 -2 2 0 0 -2 -2 -3 7 2 3 8 0 3 3 40 1 1 2 3 1 2 10 5 5 1 1 2 0.57 1.72 1133 E 0 -1 1 3 -5 1 3 -3 0 -1 -3 0 1 -3 1 0 0 -5 -2 -1 7 3 6 13 0 6 18 2 2 4 3 5 3 1 6 7 6 0 1 6 0.25 1.82 1134 F -2 -1 6 0 -1 -2 -1 -2 1 -1 -1 -1 -1 1 -2 0 -1 -1 0 -2 4 3 35 4 1 1 4 2 3 3 7 4 2 6 2 7 4 1 4 3 0.47 1.59 1135 G 2 -2 -1 -2 -4 1 -2 4 -1 -2 -3 -1 -4 -4 0 2 0 0 -2 -2 17 2 3 2 0 6 3 27 2 2 2 3 0 0 5 15 5 1 1 3 0.39 1.69 1136 R -1 2 1 1 -4 1 1 -2 -2 -2 0 2 -1 -1 0 -1 -1 2 -1 -1 4 12 7 7 0 6 10 2 1 2 8 13 2 2 5 5 4 3 2 5 0.17 1.74 1137 V -1 0 -1 -3 -3 0 -3 -4 -2 3 1 -3 2 0 -3 -2 0 -5 -1 3 5 6 4 1 1 5 2 1 1 19 12 2 4 3 1 3 5 0 2 24 0.38 1.84 1138 W -1 1 0 -1 -1 -2 -1 -2 -1 0 -1 -1 -1 0 -4 1 2 4 0 0 6 9 5 3 2 2 4 4 1 5 6 4 2 4 1 13 13 5 4 8 0.15 1.75 1139 Y 0 1 -4 -4 3 1 -3 0 3 0 -1 0 -3 1 1 0 0 -4 2 0 7 7 0 0 6 7 0 7 6 7 7 7 0 6 7 7 7 0 6 7 0.18 1.56 1140 R -1 4 -1 -2 2 0 -1 -2 0 -4 -2 -1 0 0 -1 1 1 -4 4 -2 5 20 2 3 4 4 5 3 2 0 4 3 2 4 3 12 7 0 13 3 0.32 1.63 1141 I -1 -1 -1 -1 0 -1 -4 -4 -4 4 1 -1 1 1 -4 1 1 -4 -1 1 4 3 3 4 2 2 1 1 0 24 13 4 3 6 0 9 7 0 2 10 0.32 1.63 1142 L -2 -1 -2 -2 0 -1 -1 -2 -1 1 3 -1 1 0 0 -1 0 0 -3 2 3 4 2 2 2 2 5 3 2 9 24 4 4 4 4 5 6 1 0 12 0.18 1.64 1143 H -1 1 1 1 -2 2 1 -1 0 -4 -2 1 0 -1 2 2 -1 -4 -1 -2 4 7 6 8 1 9 10 6 2 1 4 9 2 2 9 13 3 0 2 3 0.19 1.67 1144 G 0 -2 1 1 -4 1 0 4 -2 -3 -3 -1 -2 -2 -1 1 -1 -5 -3 -3 6 1 7 8 0 5 5 35 1 1 2 4 1 2 3 10 4 0 1 2 0.47 1.76 1145 N -2 -1 4 3 -5 0 1 -1 0 -5 -2 0 -1 -2 1 0 0 -5 -1 -2 3 3 20 17 0 3 9 4 2 0 4 6 2 2 7 7 7 0 2 2 0.37 1.92 1146 H 0 0 0 0 -4 0 2 0 4 -2 -1 -2 0 -1 1 0 -1 -4 2 -1 7 4 4 5 0 4 12 8 8 3 7 2 3 3 8 7 4 0 6 4 0.14 1.80 1147 G 0 0 0 0 -4 0 -1 2 0 -2 -2 1 0 0 2 1 0 -4 0 -2 7 5 5 5 0 5 5 15 2 2 4 10 2 4 9 9 5 0 3 3 0.14 1.73 1148 N -2 0 2 1 -1 0 1 1 1 -2 -2 -1 1 1 0 0 0 1 -1 -2 3 4 11 8 1 4 9 11 3 2 4 4 3 6 5 8 5 2 2 3 0.13 1.81 1149 N -2 -1 2 1 -2 -1 -2 -3 1 -1 2 0 1 0 0 0 -1 2 2 -1 4 4 10 8 1 3 2 2 3 3 17 6 3 4 5 8 5 3 6 4 0.15 1.84 1150 F -2 -2 -3 -6 -5 -3 -3 -4 -4 -1 2 -3 -3 7 -3 -2 -4 1 1 -1 4 2 1 0 0 1 2 1 0 2 17 1 0 55 1 3 0 1 3 4 1.24 1.92 1151 R -1 1 0 0 -5 0 1 -2 -1 -2 -1 2 1 -1 -1 2 0 0 1 -2 6 9 3 5 0 4 9 2 1 3 5 13 3 2 3 15 6 1 6 2 0.17 1.90 1152 I 0 0 1 0 -4 1 0 -4 -4 0 -1 0 2 1 1 0 0 -4 2 0 6 6 6 6 0 6 6 0 0 6 6 6 6 6 6 6 6 0 6 6 0.12 1.67 1153 H -2 -1 3 4 -5 0 1 -2 4 -3 -3 -2 -3 -3 -1 1 -1 3 -1 -1 2 3 14 21 0 3 7 3 10 1 3 2 1 1 4 9 4 4 2 5 0.44 1.81 1154 V 1 -1 -2 0 -2 -1 0 -4 -1 1 0 -1 -2 -2 3 1 1 0 -1 2 10 4 2 4 1 3 7 1 1 7 7 3 1 2 12 9 8 1 3 13 0.16 1.80 1155 S -2 0 0 2 -1 1 1 -2 3 -1 -3 1 -2 -4 -1 2 2 -2 -1 -1 3 5 5 12 1 5 10 2 7 3 3 7 1 0 3 14 13 1 2 4 0.25 1.88 1156 N -3 -2 4 1 -5 -2 -1 0 -1 -3 -4 -2 -2 -1 -2 2 4 -6 -3 -3 1 2 24 9 0 2 3 6 2 1 2 3 1 3 2 15 25 0 1 2 0.61 1.87 1157 G -2 -2 0 1 -3 -1 0 5 -2 -5 -4 -2 -3 -1 -2 -1 -1 -5 0 -3 2 2 5 7 1 2 7 50 1 0 1 2 1 3 2 5 4 0 3 2 0.79 1.80 1158 L -1 -2 -1 -1 -4 -1 1 1 -3 1 1 -2 0 -1 -3 -2 0 0 2 2 4 2 3 3 0 3 11 13 1 8 14 3 2 2 1 3 5 1 7 13 0.15 1.74 1159 L -2 -3 -3 -3 -4 -1 -2 -4 -2 5 2 -2 1 0 -5 -3 0 -4 1 3 2 2 1 2 0 2 3 2 1 31 18 2 2 3 0 2 5 0 4 17 0.56 1.69 1160 M -2 0 -2 -2 -3 -1 -1 -2 -1 2 1 0 1 -1 -2 0 2 0 1 1 3 6 1 2 1 2 4 3 1 11 14 6 3 3 2 7 14 1 5 10 0.16 1.28 1161 R -2 3 -2 -2 -1 -1 0 -3 1 -2 0 1 -1 -2 -3 -1 4 -1 -2 1 4 14 2 2 1 3 7 1 3 2 10 9 2 2 1 3 23 1 1 9 0.30 1.46 1162 G 2 0 0 -2 -3 0 -1 0 -2 -1 -1 0 0 -2 -1 0 2 -3 -2 1 15 5 5 2 1 4 3 9 1 4 7 5 2 2 3 5 15 0 2 11 0.13 1.29 1163 P 0 0 1 1 -3 0 0 -1 1 -1 -1 1 -1 -3 2 0 0 -3 -3 1 9 4 6 8 0 4 5 4 3 3 7 9 1 1 12 8 7 0 1 9 0.13 1.37 1164 R 0 3 0 0 0 0 0 0 0 -2 -1 3 0 -2 -1 -1 -1 -1 -4 -2 9 18 5 4 2 3 6 7 2 2 7 15 2 2 4 5 4 1 0 2 0.21 1.56 1165 P 0 -1 0 0 0 0 1 -2 -1 -1 0 0 -1 -2 4 0 -1 -4 -2 -2 9 3 4 4 2 4 9 3 2 3 12 6 1 2 23 6 3 0 1 3 0.29 1.60 1166 L -1 -4 -4 -1 -4 -4 -4 -2 -4 0 4 0 3 2 -4 -2 0 1 -3 1 4 0 0 4 0 0 1 3 0 5 36 7 9 9 0 3 6 2 0 9 0.47 1.50 1167 D -3 0 1 4 -5 2 1 -1 2 -2 -1 0 0 0 -1 0 -1 -5 -4 -4 1 5 5 28 0 10 7 5 4 2 7 5 2 4 3 6 4 0 0 0 0.41 1.53 1168 R -1 5 -1 0 -1 -1 1 -2 1 -3 -3 0 -4 0 -2 -1 -1 0 2 -1 6 29 2 6 2 2 11 3 3 2 3 5 0 4 2 4 4 1 7 4 0.37 1.55 1169 E 0 1 1 1 -4 1 1 0 -3 1 0 1 -3 -4 -4 0 1 -5 -4 0 8 8 7 8 0 7 8 8 0 8 8 8 0 0 0 8 8 0 0 8 0.14 1.34 1170 R 0 1 1 1 -5 2 1 -3 0 -2 -2 2 -1 -4 -2 0 1 -5 -3 -1 9 9 5 7 0 10 10 2 2 2 4 11 1 1 2 8 10 0 1 6 0.22 1.86 1171 N -1 1 2 0 0 2 -1 -3 -1 1 0 0 -1 -2 -1 0 0 -1 1 0 5 7 11 5 2 10 4 2 1 7 8 5 2 1 3 8 7 1 4 7 0.12 1.78 1172 S 1 1 0 0 1 1 1 -1 1 -2 -3 0 -3 -4 2 2 -1 -5 -4 -3 14 7 5 6 3 7 9 4 4 2 2 5 1 1 11 15 3 0 0 2 0.26 1.82 1173 S -2 -1 -1 0 -2 2 1 -1 2 -1 -1 1 -1 0 -2 2 1 -2 1 0 3 2 3 4 1 8 10 5 5 3 6 7 2 5 2 14 8 1 4 7 0.12 1.85 1174 H -3 -2 -2 -5 2 -1 -2 -4 6 -2 -1 -2 -2 2 -3 -4 -4 -1 7 -1 2 2 2 0 5 2 3 1 19 3 5 3 1 8 1 0 1 1 38 4 1.11 1.86 1175 V -2 0 2 -1 -1 1 0 -4 1 0 -1 0 -1 -2 -3 1 2 0 -3 2 3 5 10 2 1 6 6 1 4 6 6 6 1 1 1 9 15 2 1 13 0.20 1.87 1176 L -2 -5 -3 -6 -1 -2 -4 -5 -2 3 4 -2 0 3 -5 -3 -2 -4 -1 2 3 0 2 0 1 2 1 1 1 13 43 2 1 11 0 2 2 0 2 11 0.70 1.87 1177 I -1 0 -3 -3 -2 0 -1 -5 0 2 1 0 -1 -2 -3 -2 3 -2 0 3 4 6 1 1 1 5 4 1 2 11 11 5 1 2 1 3 17 1 3 22 0.32 1.87 1178 V 0 -2 -5 -6 -1 -5 -5 -6 -5 4 1 -5 1 1 -5 -4 -1 -5 -1 5 7 2 0 0 2 0 0 0 0 22 13 0 3 7 0 0 4 0 2 37 0.81 1.69 1179 E -2 1 -1 1 -5 1 3 -2 0 0 -1 0 0 -3 -4 0 1 -5 -1 0 3 8 2 8 0 6 20 3 2 4 6 5 3 1 0 7 9 0 2 8 0.24 1.68 1180 A 5 -4 -3 -1 -1 -1 -2 -1 -5 -1 -2 -3 1 -1 -3 0 -2 -5 -2 3 49 0 1 3 1 2 2 4 0 3 2 1 3 2 1 5 2 0 1 18 0.67 1.70 1181 Y -1 0 0 -1 -1 0 0 -2 -1 1 0 0 0 -2 -3 1 2 0 1 1 5 5 4 3 1 5 6 3 1 7 7 6 2 2 1 10 14 2 6 10 0.12 1.50 1182 N -1 -1 4 5 -4 0 0 -3 -3 -4 -4 -1 -3 -4 -1 -1 -1 -4 -4 -1 5 3 20 39 0 3 4 1 0 1 2 3 0 1 3 4 3 0 1 5 0.78 1.43 1183 H 0 0 1 0 -1 0 0 1 1 -2 -1 0 2 0 0 0 -1 -4 0 0 8 5 6 5 2 5 7 10 4 2 6 4 5 3 6 8 4 0 3 8 0.05 1.49 1184 D -1 -1 1 3 -4 2 -1 4 1 -3 -3 0 -4 -3 -2 -1 -2 -4 -1 -1 5 3 5 16 0 10 3 28 3 2 3 5 0 1 2 4 2 0 2 4 0.40 1.56 1185 L -1 -2 -1 0 -2 0 -1 1 -2 2 1 -1 1 -1 -2 0 1 -1 0 0 5 2 3 5 1 5 4 12 1 10 13 4 3 3 2 9 8 1 3 8 0.09 1.55 1186 G 0 -2 0 -1 -4 -2 -1 3 -1 -3 -3 -2 -2 -1 5 -1 -2 -4 -2 -2 6 2 5 4 0 2 5 23 1 1 3 2 1 3 29 5 3 0 1 3 0.58 1.75 1187 P -1 0 -2 -1 -5 -1 -1 1 0 -2 -4 -1 -1 -5 6 0 0 -5 -2 -2 5 5 1 3 0 3 3 10 2 2 2 3 2 0 41 9 5 0 1 3 0.80 1.83 1188 M -1 1 -1 -3 -2 -1 -3 -2 0 -2 4 -1 2 1 -1 -3 -1 -1 -1 0 6 8 4 2 1 3 1 3 2 1 38 4 4 5 3 1 3 1 2 7 0.35 1.87 1189 R 0 3 -2 -1 -2 0 0 -2 -1 -1 -3 1 0 -1 -2 3 1 0 -1 -3 7 14 2 3 1 5 6 3 2 4 2 9 2 2 2 22 10 1 2 2 0.27 1.85 1190 S 1 -2 1 0 -1 -1 -1 1 -4 -2 -3 -2 -4 -1 -2 3 3 -5 -2 -2 13 2 6 5 1 2 3 10 0 2 2 2 0 2 1 25 19 0 1 3 0.40 1.82 1191 S -1 -1 0 -1 -2 1 1 -2 1 -2 -2 -1 -2 -2 1 2 4 -2 -1 0 5 3 4 4 1 6 8 3 3 2 3 3 1 2 6 14 25 1 2 6 0.29 1.86 1192 V 2 -3 -2 -4 1 -1 -3 -1 1 1 0 -1 0 0 -4 0 3 -1 -2 2 18 1 2 0 3 3 1 5 3 7 7 3 2 3 0 5 17 1 1 16 0.29 1.84 1193 R -1 1 1 0 -5 2 1 -3 3 -2 -2 2 0 -3 -1 0 3 -1 -2 -2 4 9 7 4 0 9 8 1 6 2 4 11 2 1 3 6 18 1 1 2 0.29 1.85 1194 V -1 -5 -6 -6 1 -5 -5 -6 -5 3 2 -5 0 1 -5 -3 -1 -5 -1 5 5 0 0 0 3 0 0 0 0 17 21 0 2 5 0 1 3 0 2 37 0.85 1.89 1195 I -2 0 0 -2 -3 0 -1 -4 2 2 0 0 -2 0 -1 -1 3 -1 -2 1 2 6 4 2 0 5 4 1 5 13 8 6 1 4 4 5 18 1 1 10 0.22 1.75 1196 V -4 -5 -6 -2 -4 -5 -5 -6 -6 5 1 -5 -1 -1 -5 -5 -1 -5 -4 5 0 0 0 3 0 0 0 0 0 36 9 0 1 2 0 0 3 0 0 45 1.24 1.76 1197 Y -2 0 1 -2 -1 2 2 -5 2 0 0 1 -1 0 -4 -1 1 -2 0 1 3 5 7 1 1 10 12 0 5 4 8 8 2 4 0 5 11 1 4 9 0.19 1.71 1198 V -2 -3 -5 -3 -4 -5 -4 -6 -5 4 1 -5 0 -2 -5 -3 -1 -5 -4 6 3 1 0 1 0 0 1 0 0 22 11 0 2 1 0 1 3 0 0 52 1.07 1.72 1199 E 0 1 -1 -1 -5 1 2 -2 -4 0 1 0 1 -3 -3 0 1 -5 -4 1 6 7 3 3 0 6 15 3 0 5 15 6 3 1 1 8 8 0 0 9 0.18 1.72 1200 D -3 -2 -1 8 -6 -3 -1 -1 -2 -6 -6 -3 -6 -6 -2 -2 -3 -6 -3 -4 1 3 2 80 0 0 1 4 1 0 0 1 0 0 2 2 1 0 1 1 1.83 1.75 1201 I -1 -2 -3 -3 -2 -2 0 -3 -5 4 -1 -2 0 -1 -2 -2 0 -5 -1 4 6 2 1 1 1 2 6 2 0 24 4 2 2 2 2 3 6 0 2 32 0.54 1.72 1202 N -2 -2 8 1 -5 -2 -2 -3 0 -5 -4 -2 -4 -5 -4 -1 0 -5 -4 -4 3 2 69 6 0 1 2 1 2 0 1 1 0 0 0 3 5 0 0 1 1.48 1.66 1203 D -3 -3 -1 7 -1 -1 1 -1 -4 -5 -5 -2 -5 -2 -1 -2 -2 -5 -2 -4 1 1 2 66 2 2 6 4 0 0 1 2 0 2 3 2 2 0 1 1 1.33 1.66 1204 E -4 -2 7 -1 -2 -2 2 -2 5 -3 -4 -2 -2 -3 0 -1 -2 -6 0 -5 1 1 49 2 1 1 12 2 13 2 1 1 1 1 4 3 1 0 3 0 1.06 1.74 1205 A 4 0 -1 -1 -2 -3 -2 -2 -2 -1 -3 -2 -2 -2 5 0 -1 -5 -2 -2 34 4 2 3 1 1 2 2 1 4 2 2 1 2 26 5 3 0 2 2 0.65 1.71 1206 P 0 -4 -4 -3 -4 -3 1 -4 -4 1 0 -3 -3 -4 7 -3 -3 -5 -4 -3 9 0 0 0 0 0 12 1 0 9 10 0 0 0 55 1 0 0 0 1 1.26 1.17 1207 V -1 -1 -1 -1 5 2 -1 -3 1 0 1 -1 1 0 -3 -1 1 2 0 1 5 4 3 3 11 8 4 1 3 4 13 4 3 3 1 5 8 3 4 9 0.18 1.08 1208 F -4 -4 -4 -5 2 -2 -4 -5 -4 0 0 0 1 7 1 -2 -2 2 0 -1 1 0 0 1 4 2 1 1 0 4 7 7 3 50 7 3 2 3 2 3 0.99 1.47 1209 T -1 -1 -1 -1 -1 0 0 -2 -1 0 0 -1 0 -1 2 1 2 -4 -1 -1 5 4 3 3 1 4 6 3 2 6 9 3 2 2 12 11 15 0 2 5 0.16 1.48 1210 Q 0 1 0 -1 -4 4 2 -1 0 -2 -2 1 0 -1 2 -1 -1 -4 -1 -2 6 7 4 3 0 17 14 5 2 3 3 6 2 3 12 5 3 0 2 2 0.28 1.49 1211 Q -1 0 -1 0 -5 1 1 -1 0 0 -2 0 -1 -3 3 2 1 -5 -2 -2 5 6 3 6 0 7 8 5 2 6 5 5 2 1 15 15 7 0 1 3 0.21 1.66 1212 Q -1 -1 0 -1 -4 2 1 -3 -1 -1 -1 -2 -1 0 2 2 1 0 -1 -1 4 3 3 4 0 11 11 2 1 3 6 2 1 5 9 16 9 1 2 5 0.20 1.65 1213 Y -3 -3 -2 -3 -4 -2 -3 -3 1 2 -1 -2 0 3 -2 -2 -2 0 7 -1 2 1 2 2 0 1 2 2 3 11 6 2 2 9 2 3 3 1 40 5 0.82 1.59 1214 S -1 -1 0 0 -3 0 0 0 -2 -1 -2 0 0 -1 0 2 2 -1 0 1 5 3 4 4 1 4 6 7 1 3 4 6 2 3 6 13 15 1 4 9 0.11 1.29 1215 R 1 2 0 -2 -3 -1 0 -1 1 -1 -1 0 0 0 1 0 0 -1 0 0 11 11 4 2 1 3 6 4 3 4 6 6 3 5 7 6 6 1 3 6 0.07 1.26 1216 L -1 -3 -2 -1 -3 -1 0 -2 -1 2 2 -2 1 2 -2 -2 -1 0 0 3 5 1 2 4 1 3 6 3 1 10 16 3 3 9 2 3 4 1 3 20 0.21 1.32 1217 G -1 0 0 -2 0 0 0 -1 -1 0 -1 0 0 0 0 2 1 0 -1 1 5 5 5 2 2 4 7 5 2 4 6 5 2 4 5 14 8 1 3 10 0.06 1.34 1218 L -3 -3 -3 -5 0 -2 -1 -6 -5 4 2 -3 0 -2 -1 -3 -2 -2 -4 4 2 2 1 0 2 2 5 0 0 25 16 1 1 2 3 2 2 1 0 33 0.70 1.81 1219 R 0 2 -1 -1 -2 0 2 -4 0 -3 -1 1 -1 -2 3 1 -2 -3 -2 -1 7 10 3 2 1 4 15 1 3 2 5 7 2 1 17 12 2 0 1 4 0.32 1.79 1220 E 0 1 1 1 -4 1 0 0 -3 0 -3 0 2 1 1 -3 0 -4 2 0 7 7 7 7 0 7 7 7 0 7 1 7 6 6 7 0 7 0 6 7 0.15 1.56 1221 T -1 -2 5 2 -5 -3 1 0 -1 -2 -2 -2 -3 -4 -4 2 1 -6 -1 -2 6 2 26 10 0 0 9 6 1 3 5 2 1 0 1 18 8 0 2 2 0.49 1.84 1222 A 3 -2 2 0 -1 -1 0 -2 -2 -2 -1 -3 0 -3 -1 1 1 -1 -3 1 21 2 10 5 1 2 5 3 1 2 6 1 2 1 3 12 10 1 1 11 0.23 1.83 1223 G 1 -1 0 -1 -2 0 0 1 -2 -2 -2 0 -1 -4 4 1 0 -5 -3 -2 10 3 5 3 1 5 5 11 1 2 4 7 2 1 22 10 5 0 1 3 0.32 1.69 1224 I 0 -1 -1 -2 -4 0 -2 -3 -1 2 1 -2 -1 -2 4 -1 -1 -4 -3 2 7 4 3 2 0 4 2 2 2 10 14 3 2 2 18 5 3 0 1 17 0.31 1.63 1225 G -1 -3 1 0 -5 -2 0 6 -1 -2 -3 -4 -4 -3 0 -2 -2 -5 -2 -3 4 2 7 6 0 1 6 54 1 2 3 0 0 1 4 3 2 0 2 2 0.86 1.77 1226 T 0 -2 -2 -2 -3 0 -2 -2 0 -1 0 -1 -1 -1 -1 2 4 -5 0 0 7 2 2 2 0 4 2 3 2 3 8 4 1 2 4 15 31 0 3 6 0.37 1.81 1227 S -1 1 -1 -3 -4 -1 1 -1 2 -1 1 -1 0 -2 0 1 1 -2 -1 1 5 7 3 1 0 3 10 4 5 4 13 3 2 2 5 11 8 1 2 12 0.11 1.76 1228 V -3 -1 -5 -6 -1 -3 -4 -6 -5 4 2 -4 0 1 -2 -3 -2 -5 -1 4 1 4 0 0 1 1 1 0 0 25 17 1 2 6 2 2 2 0 2 31 0.72 1.80 1229 I 1 -2 -3 -4 -2 -3 -3 1 -3 2 2 -3 2 1 1 -2 0 -5 -1 1 10 2 1 1 1 1 2 10 0 12 22 1 6 6 6 2 6 0 2 9 0.27 1.79 1230 V -1 2 -2 -1 -4 1 -1 -1 -2 0 1 0 -1 -2 -4 -1 3 0 -3 1 5 11 2 4 0 6 4 5 1 6 14 7 1 1 0 4 18 1 1 9 0.20 1.69 1231 V -2 -5 -2 -2 -4 -3 -2 -4 -5 3 2 -2 -2 1 -2 -4 -2 -5 -1 5 2 0 2 2 0 1 3 1 0 15 17 3 0 6 2 0 2 0 2 41 0.70 1.72 1232 Q -2 1 1 -1 -3 3 0 -2 2 -1 -1 1 -2 -3 -3 2 2 -2 -1 -1 2 6 8 2 1 12 5 3 4 3 5 7 1 1 1 18 13 1 2 4 0.26 1.70 1233 A 6 -4 -4 0 -1 -2 -4 -3 1 -1 -3 -3 -4 -2 -1 -2 -2 -5 -4 1 66 0 0 5 1 1 0 1 3 4 2 1 0 2 3 1 1 0 0 8 1.00 1.73 1234 T -1 0 -2 -1 -4 1 -1 -3 1 -1 -2 0 -1 -1 -3 1 4 0 0 1 3 4 1 3 0 6 3 1 3 4 4 4 2 3 1 12 30 2 3 10 0.37 1.73 1235 D -2 -4 0 8 -6 -2 -2 -4 -1 -3 -6 -4 -5 -6 -2 -2 -4 -6 -5 -3 4 0 4 80 0 1 0 0 1 2 0 0 0 0 1 2 0 0 0 2 1.82 1.70 1236 R 1 2 0 0 -5 0 0 -2 -2 -1 0 0 -2 -1 4 0 -2 -2 -4 -2 13 11 4 5 0 5 7 3 1 3 11 5 1 2 18 7 2 1 0 2 0.27 1.67 1237 D -3 -4 0 7 -5 -3 1 -3 -4 -5 -4 -2 -2 -5 -1 -1 -2 -6 -5 -3 2 0 3 70 0 0 7 2 0 0 2 2 1 0 3 4 1 0 0 2 1.48 1.65 1238 S 1 0 1 0 -1 0 2 -1 -1 0 -2 -1 -1 -1 -1 2 1 -5 -4 0 11 4 5 5 1 3 12 5 1 5 4 4 1 3 3 13 10 0 0 7 0.12 1.62 1239 G 0 -1 -2 -1 -4 -1 -1 4 -1 -4 -3 -2 -4 -2 1 1 1 -4 -2 -3 7 3 2 4 0 3 5 38 1 1 2 2 0 2 6 12 9 0 2 2 0.52 1.55 1240 D 0 -2 1 3 -4 1 2 -2 0 -1 -1 -1 2 -2 2 1 -1 -5 -2 -1 8 2 7 15 0 5 11 3 2 4 5 3 5 1 11 9 4 0 1 4 0.22 1.63 1241 G 0 -1 6 -1 -4 0 -2 1 1 -1 -4 -2 -4 -2 -4 0 0 -2 -1 -3 6 2 42 3 0 4 2 12 3 3 2 1 0 1 1 6 5 1 3 2 0.71 1.57 1242 G 2 -3 1 -1 -4 1 -2 3 -1 -4 -3 -1 -1 -4 1 1 -1 5 -3 -3 20 1 6 3 0 6 2 24 2 1 2 4 2 0 6 10 3 7 0 2 0.45 1.55 1243 L 0 1 0 -1 -3 1 1 -2 0 1 1 0 0 -2 -2 -1 -1 1 -2 0 9 7 4 3 0 7 9 3 2 10 15 6 2 2 2 5 4 2 1 7 0.09 1.51 1244 V 0 -2 -4 -5 0 0 -4 -5 -3 4 2 -2 0 1 -1 -3 0 0 -1 3 9 2 1 0 2 4 1 0 1 20 17 3 2 5 3 2 5 1 2 20 0.41 1.73 1245 N -1 2 1 -1 -3 0 -1 -2 -2 -1 -3 0 -1 -1 -4 2 3 -5 1 0 4 13 7 4 0 4 3 2 1 3 3 6 1 3 0 15 21 0 5 6 0.31 1.77 1246 Y -3 -4 -5 -6 0 -3 -4 -3 -1 -1 -2 -3 -4 4 -3 -3 -4 -2 8 -2 2 1 0 0 2 1 1 2 1 3 2 1 0 15 2 2 0 0 63 2 1.71 1.77 1247 R -1 3 -2 -2 -4 0 0 -3 0 -2 -1 1 -4 0 -4 4 1 -5 -1 -3 4 14 2 2 0 3 7 1 2 2 5 7 0 5 0 33 9 0 2 2 0.44 1.72 1248 I -4 -2 -5 -2 -4 -4 -5 -4 -5 5 3 -1 0 2 -3 -3 -2 -4 -3 1 1 2 0 2 0 0 0 1 0 36 27 5 2 10 1 2 2 0 1 6 0.76 1.71 1249 L -1 0 -2 -1 -4 -1 -1 -2 0 2 2 -2 0 -2 0 0 0 -2 -2 2 4 5 2 4 0 2 5 4 2 10 22 2 2 2 5 7 7 0 2 13 0.17 1.72 1250 S 0 0 0 1 -4 0 1 1 0 -5 -4 1 -3 -3 1 3 0 -5 -2 -3 7 5 4 9 0 4 8 9 2 0 2 7 1 1 8 25 6 0 2 1 0.32 1.72 1251 G -1 -1 1 3 -5 0 -1 4 0 -3 -4 -2 -4 -5 1 0 -1 -5 -3 -2 5 3 7 17 0 4 3 32 2 2 2 2 0 0 6 8 4 0 1 3 0.51 1.69 1252 A 1 0 2 1 -4 -1 0 -2 -1 -2 -1 -1 -1 -2 3 1 0 -5 -2 0 12 5 10 8 0 3 6 3 2 3 6 3 1 2 15 9 6 0 1 6 0.20 1.68 1253 E 0 -1 0 3 -5 1 3 0 2 -2 -4 0 -1 -4 1 0 -1 -5 -2 -2 9 3 5 15 0 6 19 6 4 2 1 6 2 1 8 6 3 0 2 2 0.31 1.76 1254 G -1 1 2 1 -4 1 -1 3 0 -2 -3 -1 -1 0 0 1 -1 -4 -1 -2 5 6 10 8 0 5 3 21 2 2 3 4 2 5 5 10 4 0 2 3 0.23 1.72 1255 K -1 0 0 0 -1 2 -1 -2 2 1 0 1 0 -2 0 0 -1 3 1 -1 4 4 5 5 1 11 4 3 4 7 9 10 2 2 5 6 3 4 5 4 0.13 1.84 1256 F -4 -1 -5 -5 2 -4 -1 -5 -4 0 0 -4 1 7 0 -1 -1 3 1 -1 0 4 0 0 4 0 4 0 0 4 10 0 4 42 4 4 4 4 4 5 0.86 1.69 1257 E -1 1 0 1 1 0 1 -2 1 -1 -2 0 0 2 -4 2 -1 2 0 -1 4 9 4 9 3 4 9 3 3 3 4 4 3 8 0 15 4 3 3 5 0.16 1.68 1258 I -2 -2 -5 -5 -4 -1 -5 -3 -5 5 2 -3 1 0 -2 -1 -1 -5 -4 3 2 3 0 0 0 3 0 2 0 37 15 2 4 3 2 5 4 0 0 16 0.69 1.83 1259 D -2 -2 4 5 -5 -1 0 -1 1 -3 -3 -1 -2 -2 -2 0 -1 -6 -5 -1 3 1 20 33 0 2 7 5 3 2 2 3 1 2 2 7 3 0 0 4 0.66 1.82 1260 E 0 -1 0 0 -2 1 2 -2 1 -2 -3 2 -2 -3 3 1 0 -5 -2 -3 7 3 5 4 1 6 16 3 3 3 3 11 1 1 13 11 7 0 1 2 0.28 1.82 1261 S -2 0 3 1 0 0 0 0 0 -2 -2 2 -1 -2 -2 2 0 -6 -1 -2 3 5 13 7 2 4 6 8 2 2 3 13 2 2 2 15 6 0 2 2 0.23 1.87 1262 T -2 -2 2 0 0 0 -1 -2 0 -3 -3 -1 -1 -1 -2 3 5 -1 -1 -2 2 2 8 5 2 4 4 2 2 1 3 3 2 3 1 18 32 1 2 2 0.49 1.83 1263 G -1 -3 -1 -2 -2 -4 -5 6 -1 -3 -4 -3 -5 -5 -1 -2 -2 -5 1 -2 4 2 3 2 1 0 0 64 1 2 2 2 0 0 4 3 3 0 5 3 1.13 1.77 1264 L -1 0 0 -1 -2 2 2 -3 -1 2 0 -1 0 -2 -5 -1 2 0 0 1 5 4 4 4 1 8 12 2 2 10 11 3 2 2 0 5 11 1 3 8 0.15 1.75 1265 I -3 -3 -5 -6 -4 -2 -5 -6 -5 5 4 -5 1 -2 -5 -2 -2 -5 -4 2 2 1 0 0 0 2 0 0 0 31 44 0 3 1 0 3 1 0 0 11 1.00 1.75 1266 I -2 1 -2 -3 -2 -1 -2 -3 -1 1 0 0 -1 1 -5 0 3 -4 2 2 3 8 2 1 1 3 2 2 1 9 10 6 1 6 0 7 16 0 7 15 0.26 1.78 1267 T 0 -2 0 -4 -4 -2 -3 -2 -2 -1 2 -3 -2 -3 -3 0 4 -5 -4 3 8 2 4 0 0 1 1 3 1 3 22 1 1 1 1 5 28 0 0 17 0.49 1.76 1268 V 1 0 -1 -1 -2 0 0 -3 -2 0 1 1 1 -3 -2 -1 1 -5 -4 1 14 6 3 3 1 4 6 2 1 5 14 7 3 1 2 5 10 0 0 12 0.16 1.74 1269 N 0 3 1 -2 -4 2 0 2 -2 -4 -4 4 -3 -3 -2 0 -1 -5 -4 -3 6 16 8 2 0 9 5 13 1 1 1 23 1 1 1 7 3 0 0 1 0.46 1.76 1270 Y 0 0 1 -1 -4 -1 0 -1 0 -1 -1 1 -2 -2 3 1 0 -2 0 -1 9 6 7 3 0 3 7 4 2 3 6 7 1 1 17 11 5 1 4 4 0.21 1.69 1271 L -3 -5 -4 -4 -1 -3 -5 -6 -5 2 5 -5 1 1 -1 -4 -3 -1 -4 0 2 0 1 1 1 1 0 0 0 9 65 0 2 5 3 1 1 1 0 5 1.03 1.73 1272 D -4 -3 1 7 -3 -2 -1 -2 -4 -5 -5 -3 -3 -4 -2 -1 -3 -6 -5 -5 0 1 4 77 1 2 2 2 0 0 1 0 1 1 2 3 1 0 0 0 1.71 1.73 1273 Y -2 5 -3 -3 -3 -3 -2 -4 1 -3 -3 -2 -2 3 -3 -3 -3 -3 5 -3 3 39 1 1 0 1 3 1 3 2 2 1 1 14 2 1 1 0 24 2 1.03 1.72 1274 E -2 -2 -3 1 -2 -1 7 -3 -2 -5 -4 -1 -5 -6 -1 -2 -2 -5 -5 -5 2 1 0 6 1 1 75 1 1 0 1 3 0 0 3 2 2 0 0 0 1.49 1.73 1275 T 1 -1 -1 1 -3 2 3 -3 -1 -2 -3 1 -2 -4 -2 1 2 -5 -1 -1 12 3 3 8 1 9 18 2 1 3 2 7 1 1 2 10 12 0 2 4 0.28 1.72 1276 K -2 1 0 -2 -1 2 0 -2 0 -1 0 1 0 -2 0 0 1 0 0 0 3 9 4 2 1 11 6 4 2 4 9 10 3 2 6 7 8 2 3 6 0.11 1.72 1277 T 1 1 1 1 1 2 0 -1 0 -4 -4 1 -1 -3 2 1 0 -5 -4 -2 11 8 6 8 3 11 5 4 2 1 1 8 1 1 10 12 6 0 0 2 0.26 1.71 1278 S 0 0 -1 -1 -4 2 2 -3 0 -1 -1 0 1 0 -2 2 0 3 -2 0 7 5 3 3 0 10 12 1 2 3 5 5 3 3 2 15 7 4 1 8 0.18 1.73 1279 Y -3 -3 -4 -5 1 0 -4 -5 3 -1 0 -2 -1 3 -5 -4 -4 3 7 0 2 1 0 0 3 4 0 0 6 4 7 3 1 13 0 0 0 4 44 6 1.11 1.57 1280 M -1 0 3 0 -4 2 1 -3 0 0 0 0 -1 -1 -4 1 1 1 -2 0 4 4 14 4 0 8 9 1 2 5 8 4 2 3 0 10 10 2 1 7 0.19 1.58 1281 M -1 -5 -5 -6 -4 -3 -5 -6 -5 2 4 -3 1 3 -1 -3 -4 -4 -1 1 5 0 0 0 0 1 0 0 0 13 47 2 3 12 3 2 0 0 2 10 0.78 1.61 1282 N -2 1 2 -1 2 1 0 -3 2 0 -1 -1 0 -2 -1 0 3 -1 0 0 3 9 8 3 4 7 5 1 4 5 7 4 2 1 3 5 18 1 3 7 0.18 1.60 1283 V -1 -3 -3 -5 2 -5 -5 -4 -5 4 0 -3 0 -1 -5 -3 -1 -1 -2 5 6 2 1 0 4 0 0 1 0 24 9 1 2 3 0 1 4 1 1 39 0.77 1.61 1284 S -1 1 -2 -1 -5 2 1 -1 0 1 0 0 -1 -2 -4 0 2 -5 0 0 4 7 2 3 0 9 11 6 3 8 10 5 1 2 0 8 12 0 3 7 0.14 1.63 1285 A 5 -2 -4 -2 -1 -4 -3 -2 -5 1 -1 -4 -1 -4 -4 -1 -2 -5 -5 2 56 2 0 2 1 0 1 3 0 7 5 0 1 0 0 3 1 0 0 16 0.86 1.64 1286 T 0 1 0 -1 -4 0 1 -3 0 -1 -2 0 0 -1 -4 2 2 -5 -2 1 7 8 5 3 0 4 11 2 2 4 4 6 2 3 0 14 15 0 2 9 0.20 1.61 1287 D -3 -4 2 7 -5 -3 1 0 -4 -5 -3 -3 -1 -2 -2 -1 -2 -6 -5 -2 1 0 10 57 0 0 8 6 0 0 3 1 2 2 2 4 2 0 0 3 1.13 1.60 1288 Q -1 1 0 0 0 1 1 2 1 -1 -2 1 0 -4 -1 0 -2 0 -1 0 4 6 5 6 2 7 9 16 4 3 4 7 3 0 3 9 2 2 2 6 0.13 1.64 1289 A 2 -1 0 0 -4 -1 -2 4 0 -3 -1 -1 -2 -4 0 -1 -1 -4 -2 0 16 4 4 6 0 3 2 32 2 1 6 3 1 0 4 4 3 0 1 7 0.38 1.56 1290 P -1 -1 2 0 -4 -1 -1 2 -1 -1 -2 -1 -1 -3 4 1 0 1 -2 0 4 3 9 4 0 2 4 15 1 4 4 4 2 1 18 9 6 2 1 7 0.25 1.57 1291 P -2 0 0 -1 -4 -1 0 -1 0 -1 -1 0 -2 -2 6 0 0 -4 -2 -2 3 4 5 3 0 3 5 5 2 3 7 5 1 2 37 7 5 0 1 3 0.61 1.59 1292 F 1 -1 0 -2 -4 -1 0 -1 -2 -1 -1 0 -1 3 3 1 0 -3 1 -1 10 4 4 2 0 3 6 5 1 3 6 5 1 11 14 10 5 0 5 5 0.18 1.57 1293 N -1 1 0 0 0 1 -2 0 3 -1 1 0 2 -1 -1 0 0 2 -1 -1 4 7 5 4 2 7 3 6 7 3 13 5 5 3 4 8 5 2 2 5 0.09 1.91 1294 Q 0 0 -1 -1 -5 1 1 -2 1 -1 -1 0 2 -2 0 2 1 1 0 0 6 5 3 4 0 5 10 3 3 3 7 6 5 2 5 15 9 2 3 6 0.11 1.99 1295 G 1 -1 -1 0 0 0 -1 3 0 -4 -3 -1 0 -1 -2 3 0 -5 -1 -1 13 3 3 4 2 3 4 19 3 0 3 4 2 2 2 19 6 0 2 4 0.26 1.96 1296 F -1 0 -1 -2 -2 -1 -1 -3 2 1 0 -1 -1 1 1 0 2 0 0 0 5 4 3 3 1 3 4 2 5 9 8 3 1 7 7 8 15 2 3 6 0.14 1.66 1297 C 2 -1 -3 -2 4 -1 -1 -1 -2 0 0 -2 0 -1 -2 1 2 -4 -2 2 16 3 1 2 9 3 4 4 1 4 8 2 3 3 2 9 13 0 1 12 0.25 1.75 1298 S 0 -2 -1 -1 -5 0 -1 -2 0 -1 -1 0 -2 -3 0 2 4 -1 -1 -1 8 2 3 3 0 4 4 3 3 3 7 7 1 1 4 16 23 1 2 5 0.25 1.88 1299 V -1 -3 -5 -3 -1 -2 -2 -6 -5 3 1 -3 0 -2 -5 -3 1 -5 -4 5 4 1 0 1 1 2 3 0 0 17 15 1 2 2 0 2 8 0 0 41 0.75 1.89 1300 Y -1 2 -1 -3 -2 1 -1 -5 0 0 0 -1 0 2 -1 -1 2 -1 2 1 4 10 3 1 1 6 5 0 2 6 10 4 2 7 3 3 12 1 8 11 0.19 1.88 1301 I -2 -5 -6 -6 -4 -5 -3 -6 -6 5 -1 -3 1 -1 -5 -3 -1 -5 -4 5 3 0 0 0 0 0 2 0 0 37 4 2 3 2 0 1 4 0 0 40 1.12 1.90 1302 T -3 0 0 0 -5 1 1 -4 0 1 -1 0 -1 -1 -5 0 3 -5 -1 1 1 4 4 4 0 7 11 1 2 9 7 6 2 3 0 6 20 0 2 10 0.25 1.83 1303 L -4 -2 -2 1 -4 -2 -3 -5 -5 3 1 -2 -1 -1 -3 -3 -1 -5 -2 5 0 2 2 7 0 2 1 0 0 16 11 3 1 2 1 1 4 0 1 44 0.72 1.80 1304 L -2 -2 -3 -4 -4 -1 -1 -2 -5 2 3 0 1 -1 -5 -2 0 -5 -3 3 4 2 1 1 0 3 4 3 0 12 30 5 4 2 0 3 5 0 1 20 0.44 1.84 1305 N -4 -2 3 6 -5 -1 1 -2 0 -4 -5 -2 -5 -6 -2 -1 -1 -2 -5 -2 0 2 14 51 0 3 6 3 2 1 1 2 0 0 2 4 4 1 0 4 1.05 1.81 1306 E 0 -1 -2 3 -4 0 2 -3 -4 2 -2 -2 -1 -4 -3 -1 0 0 -4 3 6 3 2 20 0 5 12 2 0 11 4 2 2 0 1 5 5 2 0 18 0.35 1.68 1307 L -1 -3 6 -1 -2 -1 -3 -3 -1 1 -1 -2 -1 -1 -2 -3 -1 -5 -4 2 5 1 47 2 1 3 1 1 1 7 5 2 2 2 2 1 3 0 0 14 0.85 1.66 1308 D -3 -2 2 7 -6 -2 -1 -2 -1 -4 -4 -2 -2 -6 0 -2 -3 -6 -5 -4 2 2 11 63 0 1 3 2 2 1 2 2 1 0 4 2 1 0 0 1 1.32 1.80 1309 E -2 -2 6 0 -3 -1 3 -2 4 -5 -5 -2 -5 -4 1 -1 -3 -6 -1 -4 2 2 40 3 1 2 18 2 9 1 1 2 0 1 7 4 1 0 2 1 0.92 1.81 1310 A 3 -1 0 -2 -1 -1 0 0 1 -1 -3 -2 -4 -2 3 0 -1 -5 -3 -1 29 4 4 2 1 2 6 7 3 3 3 3 0 2 16 7 3 0 1 4 0.38 1.78 1311 V -2 -5 -5 -2 -3 -4 -4 -5 -5 1 -1 -4 0 -4 7 -3 -3 -1 -3 0 2 0 0 2 1 0 0 0 0 7 7 0 2 1 65 1 1 1 1 8 1.67 1.83 1312 Q -1 0 -2 -3 -5 3 3 -4 0 1 -1 0 -1 -3 -1 -1 1 -5 -1 1 6 5 1 1 0 16 20 1 2 7 7 6 1 1 2 4 9 0 2 9 0.31 1.79 1313 F -4 -6 -2 -6 1 -6 -3 -4 -4 1 0 -6 -2 8 -3 -4 -4 -1 2 0 1 0 3 0 3 0 2 1 0 8 9 0 1 60 2 1 1 1 5 5 1.41 1.89 1314 S 0 -1 -2 0 -1 0 1 -1 -1 0 -1 -1 -1 -5 2 1 2 -5 -1 -1 7 3 2 4 1 5 8 6 1 6 6 3 2 0 12 12 14 0 2 4 0.18 1.85 1315 N -2 0 2 1 -5 3 1 -2 1 -1 -1 0 1 -1 2 1 -1 -5 -2 -1 3 5 8 6 0 15 7 3 4 3 6 5 3 2 10 9 4 0 1 5 0.22 1.79 1316 A 1 -2 0 0 -5 1 0 1 -3 -3 -2 0 -1 -1 3 2 1 -5 -3 -2 10 1 4 5 0 5 7 9 1 2 5 7 1 3 13 13 8 0 1 3 0.21 1.84 1317 S -1 -2 0 -1 -3 1 1 -3 -2 -1 -2 -2 -1 -2 3 3 1 -6 -3 1 5 2 5 3 1 5 11 2 1 4 3 2 1 2 12 23 9 0 1 9 0.31 1.86 1318 Y -1 -2 -2 -2 2 0 -2 -3 0 0 1 1 0 1 -1 -4 -1 0 6 0 5 2 2 2 4 4 3 2 2 5 12 7 2 6 3 0 5 1 25 7 0.40 1.89 1319 E -2 0 1 1 -5 1 2 -1 0 0 -2 -2 -2 -1 -1 2 2 -5 -1 0 2 6 6 7 0 5 15 5 3 5 3 2 1 3 3 14 14 0 2 6 0.22 1.94 1320 A 2 -3 -2 -3 0 -1 0 1 -1 1 -1 -1 -1 1 -3 -1 -1 -5 -1 3 14 1 2 1 2 3 7 10 1 9 7 3 1 6 2 5 4 0 2 18 0.18 1.92 1321 A 0 0 0 -1 0 0 1 -3 0 -3 -1 0 -1 -1 1 2 1 -5 1 -1 8 6 4 3 2 5 11 2 2 2 6 5 1 3 6 18 9 0 4 3 0.15 1.92 1322 I -2 -3 -2 -1 0 -2 -3 -5 -5 3 1 -3 1 0 -5 -2 -1 -5 -2 5 2 2 2 3 2 2 1 0 0 18 11 1 3 5 0 3 4 0 1 38 0.66 1.94 1323 L 0 0 -1 -3 2 -1 -2 -3 -4 -1 0 -1 0 -1 4 1 0 -1 1 -1 8 6 4 2 5 3 2 2 0 3 10 4 2 3 21 10 5 1 5 4 0.29 1.94 1324 E -3 1 -2 -1 -6 0 7 -3 -1 -4 -4 -1 -1 -4 -2 -2 -2 -2 -3 -4 2 7 1 3 0 3 67 2 1 1 2 2 2 1 2 1 2 1 1 1 1.25 1.99 1325 N -1 -1 5 3 -6 -2 1 1 0 -4 -3 -2 1 -6 -2 0 -1 -6 -3 -3 5 3 33 14 0 1 8 9 2 1 3 2 3 0 2 7 4 0 1 2 0.63 1.99 1326 L 3 -2 -1 -2 -1 0 -1 -2 -4 -1 1 -2 1 -2 -1 1 1 -4 0 0 22 2 3 2 1 4 4 2 0 3 15 2 3 2 3 12 10 0 3 7 0.22 1.78 1327 A 2 0 -1 -1 -5 -1 0 0 -2 -2 -3 0 -4 -4 4 1 0 -1 -2 0 15 5 3 3 0 2 5 7 1 2 2 6 0 1 24 8 7 1 2 6 0.38 1.87 1328 L 0 0 -1 -4 -4 0 -2 -2 0 0 1 -1 -1 -3 4 0 -2 -2 -4 2 8 4 4 1 0 4 3 3 3 6 13 4 2 1 23 8 2 1 0 12 0.36 1.80 1329 G -1 -3 2 -1 -5 -3 -3 6 -1 -4 -4 -2 -3 -3 -3 -1 -3 -5 -3 -3 5 1 9 3 0 1 2 61 2 1 2 2 1 1 1 4 1 0 1 3 1.10 1.84 1330 T 0 -2 -3 -1 -4 1 -1 -2 -1 -1 -3 -2 1 -1 -2 1 5 -5 1 -1 7 2 1 3 0 5 4 3 1 3 2 2 3 2 2 9 41 0 5 4 0.56 1.89 1331 E -1 1 -1 -1 -4 0 2 -4 -1 0 0 0 -1 1 1 0 0 -5 -2 1 4 9 3 4 0 4 15 1 2 5 11 5 1 6 7 6 5 0 1 11 0.15 1.73 1332 I -2 -1 -2 -4 -4 -3 -3 -4 -2 4 1 -5 0 1 -2 -3 -2 -5 -4 4 3 4 2 1 0 1 2 1 1 27 12 0 2 5 2 1 2 0 0 33 0.70 1.78 1333 V 2 -3 -3 -2 -1 -2 -3 1 0 2 1 -1 2 0 -1 -2 1 -5 -1 2 15 1 1 2 1 2 1 10 2 11 11 5 5 3 4 2 9 0 2 12 0.19 1.76 1334 R -1 4 0 0 -5 2 -2 -1 0 -1 1 0 -2 -3 -2 -1 2 -1 -2 -1 4 21 5 5 0 8 2 4 2 3 12 6 1 1 2 5 12 1 1 4 0.26 1.74 1335 V -2 -5 -2 -2 -4 -2 -3 -4 -5 3 1 -4 -1 1 0 -4 -2 -4 2 4 3 0 2 3 0 2 1 1 0 17 15 1 1 5 5 0 2 0 8 33 0.61 1.80 1336 Q 0 0 2 1 -4 3 0 -3 0 -2 -2 1 0 -2 -2 1 1 -5 -2 0 7 5 8 7 0 12 6 2 2 3 4 9 2 2 2 12 10 0 1 7 0.19 1.74 1337 A 5 -4 -4 0 0 -1 -2 -2 -4 -2 -2 -1 -4 -5 0 -1 -1 -5 -5 1 51 0 0 5 2 3 2 2 0 2 4 4 0 0 4 4 4 0 0 11 0.69 1.78 1338 Y -2 -1 -1 1 -4 1 0 -3 4 1 -1 -1 -1 1 -1 0 2 1 2 0 2 4 2 9 0 5 5 1 9 8 6 3 1 6 3 7 11 2 8 7 0.19 1.69 1339 S -1 -2 -2 6 -1 -3 -1 -2 -4 -4 -1 -2 -4 -5 -2 2 -1 -5 -5 -2 4 3 0 54 1 0 3 2 0 0 6 2 0 0 2 14 3 0 0 4 1.02 1.70 1340 I 1 0 -3 0 -1 0 -1 1 -2 1 0 0 -2 -1 3 -1 0 -4 -3 0 11 6 1 6 1 4 3 10 1 8 9 5 1 3 14 4 5 0 1 8 0.14 1.67 1341 D 0 1 1 1 -4 1 0 0 3 0 -1 0 -3 -4 1 0 0 -5 -4 0 7 7 7 7 0 7 7 7 6 7 7 7 0 0 7 7 7 0 0 7 0.13 1.56 1342 N -1 0 3 3 -2 -1 1 -1 1 -3 -3 -1 -2 -4 -1 2 1 -5 -3 -2 5 5 12 18 1 2 10 5 3 2 2 4 1 1 3 14 8 0 1 3 0.32 1.99 1343 L -1 -1 1 -1 -1 -1 -1 3 -2 0 1 -1 -1 -2 2 -1 -2 1 0 -1 5 4 7 3 1 2 3 20 1 6 12 5 2 2 11 4 2 2 3 4 0.18 1.90 1344 N 0 0 3 3 0 1 -1 1 0 -3 -3 -2 -1 -5 -1 2 0 -5 -2 -2 6 5 16 14 2 7 4 11 2 1 2 2 2 0 3 13 5 0 1 3 0.32 1.91 1345 Q -2 -2 3 -1 0 2 1 0 0 -2 -3 -1 -1 -1 0 1 1 0 0 0 3 2 15 3 2 9 9 7 2 2 3 4 1 2 6 10 8 2 3 6 0.19 2.04 1346 I 1 -2 -1 -1 -4 -1 -2 1 1 2 1 -2 0 -1 -1 0 0 -4 -1 2 10 2 3 3 0 3 3 10 3 11 12 3 2 3 4 7 6 0 2 12 0.11 1.95 1347 T 0 -1 2 0 0 1 -1 0 1 -1 -2 -1 -1 -1 -1 0 2 2 0 0 8 4 8 6 2 5 4 7 4 3 5 3 2 3 4 7 12 3 3 7 0.09 2.00 1348 Y -2 -2 -1 -1 2 -1 -2 -2 1 1 0 -1 0 3 -1 -1 -2 2 5 0 4 2 3 3 4 3 2 3 3 7 10 4 2 11 3 4 3 3 19 7 0.32 2.03 1349 R 0 4 0 -3 -2 1 -1 -2 -1 -2 -2 1 -1 -1 -3 3 0 -4 -1 -2 8 21 4 1 1 6 4 3 1 2 5 7 1 3 1 22 5 0 2 3 0.35 1.67 1350 F -2 -1 -4 -3 0 -4 -3 -2 -1 2 2 -2 0 5 -2 -2 -3 -1 4 0 4 3 1 1 2 1 2 4 1 10 18 3 2 21 3 3 1 1 15 6 0.50 1.67 1351 D -1 0 0 1 -2 1 1 -2 0 0 -1 0 -1 1 -1 1 0 -1 -1 0 4 4 4 7 1 6 11 4 2 5 7 6 2 5 4 12 7 1 2 6 0.07 1.27 1352 A 0 1 -1 -1 0 0 -2 0 0 1 1 -2 -1 -1 0 0 0 -3 0 0 9 8 3 4 2 4 2 7 2 9 14 2 1 3 6 9 5 0 3 6 0.06 1.47 1353 Y -1 -1 -1 -1 -2 1 -2 -2 3 0 1 -1 -1 -1 0 0 -2 -2 3 2 5 4 3 4 1 5 3 4 7 6 14 5 1 2 4 7 2 1 11 13 0.16 1.49 1354 T -1 -2 1 0 1 -1 -1 0 -2 1 -1 0 0 -2 0 1 2 1 -1 1 5 2 7 4 2 3 4 7 1 7 7 7 2 2 6 9 11 2 2 10 0.07 1.64 1355 S 0 -2 1 2 -2 1 1 0 -1 0 -2 -1 0 -2 2 2 -2 -3 -2 -2 8 2 5 10 1 5 7 9 1 6 4 3 2 2 12 17 2 0 1 2 0.21 1.77 1356 T -2 -2 0 1 -4 0 0 0 0 -1 0 -1 0 0 2 1 2 -4 -2 -1 3 2 5 7 0 3 5 8 2 4 8 4 3 5 10 8 16 0 1 5 0.14 1.75 1357 Q -1 0 2 3 -4 2 2 -1 0 -2 -2 0 -2 -4 1 0 -1 -2 -1 -2 5 4 11 14 0 10 13 5 2 3 4 5 1 1 7 6 4 1 2 4 0.26 1.66 1358 A 1 -1 1 0 -3 -2 0 0 1 -1 -1 -2 -2 0 3 0 -1 -2 0 0 11 3 8 6 0 1 6 8 3 3 7 2 1 5 16 7 3 0 3 7 0.18 1.57 1359 K -1 2 2 0 -3 1 1 0 0 -3 -2 2 -2 -1 0 -1 0 -1 -2 -1 5 10 11 5 0 7 7 8 2 1 4 14 1 3 5 4 5 1 1 5 0.18 1.45 1360 A -2 0 0 1 -4 0 0 2 1 -3 -1 0 -3 -1 1 2 0 -4 -2 -1 3 6 5 8 0 4 5 16 3 2 7 6 0 3 8 13 5 0 1 4 0.16 1.59 1361 L -2 0 0 -3 -3 -1 -1 -3 1 1 2 -1 1 2 -1 -2 -1 4 2 0 3 6 5 2 1 3 3 2 3 9 22 3 3 7 3 3 4 5 7 7 0.22 1.62 1362 F -4 -4 -4 -3 -5 -5 -3 -5 -2 -1 1 -4 -3 8 -5 -4 -1 2 0 -1 1 1 1 2 0 0 2 1 1 3 15 1 0 60 0 1 4 2 2 4 1.40 1.78 1363 K -1 2 1 0 -2 1 0 -2 1 -1 -1 2 -1 -3 -4 2 1 -3 -2 -2 6 11 5 6 1 5 7 3 3 3 5 12 2 1 0 16 9 0 1 3 0.22 1.80 1364 I -2 -4 -2 -3 -4 -3 -4 -4 -2 5 2 -4 1 -2 -4 -3 -2 -4 -2 3 2 1 2 1 0 1 1 1 1 40 18 1 3 2 0 2 2 0 1 19 0.83 1.74 1365 D -3 -3 4 6 -5 -1 1 -2 2 -4 -4 -2 -4 -5 -3 0 -2 2 -4 -4 2 1 17 43 0 2 9 3 6 1 1 1 0 0 1 6 3 3 0 1 0.96 1.76 1366 A 1 1 2 -1 -5 0 1 -2 -2 -4 -2 0 -4 -4 4 1 0 -3 -3 -3 10 7 9 4 0 5 9 3 1 1 5 6 0 1 21 11 4 0 1 2 0.38 1.78 1367 I -2 0 2 1 -3 0 1 -2 3 0 -1 1 -1 -1 -4 -1 2 -4 1 0 3 5 8 9 1 4 9 3 7 4 7 7 1 3 1 5 11 0 4 8 0.16 1.70 1368 T -1 -3 3 0 -4 -3 -2 -2 -2 -4 -3 -2 -4 -3 -3 2 5 -5 1 -3 5 1 12 4 0 1 2 2 1 1 2 2 0 1 1 17 42 0 5 1 0.76 1.84 1369 G -1 -2 0 -4 -3 -4 -3 6 -2 -5 -4 -2 -5 -4 -3 -2 -3 -1 -2 -4 4 2 5 1 1 0 1 72 1 1 2 2 0 1 1 2 1 1 2 1 1.40 1.80 1370 V -1 -1 0 1 -4 0 2 -4 -3 3 0 -1 0 -2 -4 -1 0 1 -3 2 6 3 5 6 0 4 13 1 0 15 9 3 2 1 0 5 6 2 1 17 0.24 1.82 1371 I -4 -1 -6 -6 -4 -5 -5 -6 0 5 4 -5 0 -1 -6 -4 -2 -5 0 2 0 4 0 0 0 0 1 0 2 35 34 0 1 3 0 1 1 0 3 15 0.98 1.87 1372 T -1 1 -2 -4 -5 -1 -2 -5 0 -1 -1 0 -3 1 -5 1 5 -5 0 1 5 7 1 1 0 3 2 0 2 3 5 7 0 7 0 11 33 0 3 10 0.48 1.88 1373 V 0 -2 -2 -4 -3 -1 -4 -5 -5 1 3 -2 0 -1 -4 -3 3 -1 -4 3 9 3 2 1 1 3 1 1 0 6 29 2 2 2 1 1 17 1 0 19 0.50 1.87 1374 Q 0 3 2 0 -3 1 -1 -3 0 -1 -1 2 -2 -3 -4 0 1 -5 -3 0 8 16 9 5 1 6 4 2 2 3 7 11 1 1 1 8 10 0 1 6 0.23 1.88 1375 G 0 2 0 -1 -3 1 1 2 -2 -5 -2 2 -2 -5 -2 2 -1 -4 -4 -3 9 12 5 3 1 6 10 15 1 0 4 12 1 0 2 13 3 0 1 2 0.30 1.85 1376 L 0 1 0 -2 -2 0 0 -2 -1 0 1 1 -1 0 2 0 -2 -3 -1 -1 7 7 5 2 1 4 6 3 1 5 17 10 1 4 11 7 2 0 2 5 0.14 1.87 1377 V -3 -2 -3 -3 -4 -3 -4 -4 -4 2 4 -2 1 2 -3 -2 -2 -4 -2 1 2 3 2 2 0 1 1 1 0 11 48 2 3 9 2 3 2 0 1 8 0.69 1.75 1378 D -4 -3 0 7 -6 -1 0 -2 0 -3 -4 -3 -5 -6 -3 -1 -1 -6 -2 -6 0 1 4 69 0 2 5 3 2 2 1 1 0 0 1 3 3 0 2 0 1.48 1.88 1379 R -2 6 -1 -4 -6 -1 -3 -2 0 -4 -2 -1 -1 1 -2 -3 -3 -3 3 -3 4 54 3 1 0 2 1 3 2 1 3 3 2 7 3 1 1 0 10 2 1.02 1.86 1380 E -2 -2 -2 1 -6 -1 7 -4 0 -4 -4 -1 -3 -4 -2 -1 -4 -6 -5 -4 4 2 1 8 0 1 68 1 2 1 2 3 1 1 2 3 0 0 0 1 1.31 1.86 1381 K 1 0 1 -1 -5 2 3 -3 0 -3 -3 2 -2 -4 -1 0 1 -6 -5 -1 11 5 6 2 0 10 19 2 2 1 3 11 1 0 3 8 11 0 0 5 0.32 1.87 1382 G 0 0 1 -2 0 2 -1 2 0 -1 -1 0 -1 -2 0 -1 1 -3 -2 -1 8 5 7 2 2 9 4 18 2 4 7 6 2 2 4 4 8 0 1 5 0.14 1.81 1383 D 1 0 0 2 0 0 1 -1 1 -2 -2 1 -2 -2 1 1 -1 -5 -4 -2 10 6 5 11 2 5 9 6 3 2 4 8 1 2 8 11 4 0 0 3 0.17 1.83 1384 F -2 -1 -1 -2 -1 1 1 -3 1 1 -1 0 -2 2 -2 2 1 2 2 0 3 3 3 2 1 5 9 2 4 7 6 6 1 9 2 13 8 2 8 6 0.16 1.77 1385 Y -2 -1 -3 -2 -2 -3 -3 -5 5 -2 -1 -4 -4 3 -4 -2 -3 0 7 0 4 4 1 3 1 1 2 0 12 3 5 1 0 11 1 3 1 1 43 6 1.09 1.81 1386 T -2 -1 3 0 -1 0 1 -5 1 0 0 1 -2 -1 -2 0 2 -1 -3 -1 3 4 14 5 1 4 9 0 3 5 10 8 1 3 2 8 14 1 1 5 0.20 1.85 1387 L -2 -3 -6 -6 2 -5 -4 -5 -5 3 4 -4 0 2 0 -3 -2 -5 -3 2 3 1 0 0 4 0 1 1 0 14 43 1 2 8 4 2 2 0 1 13 0.73 1.85 1388 T -2 0 -1 -2 -5 1 0 -4 -2 2 -1 -1 -2 -3 -1 0 4 -2 -1 2 2 5 3 2 0 5 5 1 1 11 6 3 1 1 4 5 25 1 2 16 0.34 1.85 1389 V -2 -4 -6 -5 -1 -4 -4 -5 0 4 1 -5 -1 -2 -3 -3 -2 -6 -3 5 3 1 0 0 1 1 1 1 2 26 12 0 1 1 1 1 1 0 1 45 0.99 1.87 1390 V 0 1 -3 -4 -1 1 0 -3 1 2 1 -1 -1 -1 -4 -1 2 -5 -1 3 6 8 1 0 1 7 6 1 3 10 13 3 1 2 1 3 11 0 2 20 0.26 1.87 1391 A 5 -3 -3 -3 0 -3 -4 -2 -5 -1 -2 0 -3 -2 -4 0 0 0 -5 1 56 1 1 1 2 1 0 2 0 3 4 5 0 2 0 4 7 1 0 9 0.80 1.85 1392 D -2 0 0 5 -5 0 1 -3 -1 -1 -3 1 -3 -3 -3 1 2 -6 -2 -3 2 5 3 30 0 4 8 2 1 4 3 8 0 1 1 12 12 0 1 1 0.51 1.82 1393 D -2 -2 3 6 -3 -2 1 -2 1 -3 -3 -1 0 -5 -2 0 -2 -6 -5 -2 2 2 12 44 0 1 8 3 3 1 3 3 3 0 2 8 2 0 0 3 0.82 1.80 1394 G -1 -1 1 0 -2 -1 -1 5 -2 -2 -3 -1 -1 -2 -1 0 -2 -5 -2 -2 5 3 6 5 1 2 3 47 1 2 3 5 2 2 3 6 2 0 1 3 0.64 1.75 1395 G -1 -2 1 0 -5 0 1 5 -2 -2 -2 -2 -3 -3 -2 -1 -1 -5 -3 -2 5 2 8 4 0 4 10 41 1 2 4 2 1 1 2 5 4 0 1 4 0.57 1.73 1396 P -2 -1 0 -1 -4 1 0 -1 0 -3 -2 -1 0 -2 6 -1 0 -4 -2 -2 3 3 5 3 0 5 5 4 2 1 4 4 2 2 43 5 5 0 2 3 0.80 1.58 1397 K 0 2 -1 -2 -1 2 -1 0 1 -2 -2 0 -3 -2 4 1 0 -5 -2 -1 7 9 3 3 1 8 4 7 3 2 4 7 1 1 18 12 5 0 1 5 0.25 1.76 1398 V -1 1 -2 -3 -3 -1 -1 -3 1 1 3 -1 2 -1 1 -2 -1 -4 -2 2 5 9 2 2 1 2 4 2 3 7 29 4 5 2 6 3 4 0 1 12 0.28 1.67 1399 D -1 -2 0 2 -2 0 1 -2 -2 -2 -2 -2 -2 -2 -2 3 3 -1 -2 -2 4 1 5 11 1 4 10 2 1 2 4 2 1 2 2 26 17 1 2 3 0.38 1.67 1400 S 2 -2 2 -1 -1 0 -1 1 0 -3 -3 -2 -4 -5 -2 3 2 -5 -4 -3 20 2 9 2 1 4 4 11 2 1 3 2 0 0 2 23 12 0 0 2 0.40 1.72 1401 T -1 0 0 -2 -5 0 -1 -4 1 -2 -1 -2 -2 -3 2 1 5 -6 -3 -2 4 6 4 2 0 4 5 1 3 2 6 2 1 1 9 9 37 0 1 3 0.51 1.80 1402 V 2 -3 -1 -1 2 -4 -4 0 -1 1 0 -3 -1 -2 -4 0 2 -5 -1 3 19 1 3 3 4 0 1 6 1 8 8 2 2 2 1 6 11 0 2 20 0.30 1.75 1403 K -3 2 -2 -1 -1 1 1 -3 2 -2 -3 2 -2 -3 -1 2 4 -5 -2 -2 1 12 1 3 1 7 8 1 4 2 2 10 1 1 3 13 23 0 2 2 0.40 1.68 1404 V -1 -5 -6 -6 -1 -5 -6 -4 -1 3 3 -5 -1 2 -4 -5 -3 -5 0 5 4 0 0 0 1 0 0 1 2 18 24 0 1 7 1 0 1 0 3 36 0.86 1.78 1405 Y 0 1 -1 -2 -2 0 0 -2 2 0 -1 0 -1 0 -3 1 2 -1 0 0 8 6 2 2 1 5 6 2 6 5 7 7 2 4 1 9 15 1 3 8 0.14 1.76 1406 I -2 -5 -5 -6 -4 -3 -5 -4 -6 5 1 -2 -1 0 -5 -5 -2 -5 -4 5 3 0 0 0 0 1 0 1 0 32 14 2 1 3 0 0 2 0 0 38 0.99 1.74 1407 T -1 1 0 -2 1 1 0 -4 2 0 -1 1 -2 -3 -4 0 3 1 -1 0 6 7 5 2 3 7 7 1 4 5 7 8 1 1 0 7 18 2 2 7 0.20 1.74 1408 V -2 -5 -3 -4 0 -2 -3 -6 -5 4 0 -5 -1 -2 -2 -3 -1 -5 -4 6 2 0 2 1 2 2 2 0 0 20 7 0 1 1 2 1 3 0 0 54 1.02 1.74 1409 L -1 1 -1 -1 4 0 0 -3 -1 0 2 0 -1 0 -1 0 0 -2 -3 1 5 7 2 3 8 5 7 1 1 5 17 6 1 4 3 6 7 0 1 10 0.15 1.68 1410 D -3 -1 1 7 -5 -1 1 -2 -2 -2 -5 -1 -5 -5 -2 -2 -3 -6 -5 -3 2 3 6 60 0 2 7 3 1 3 1 4 0 0 2 3 1 0 0 2 1.19 1.69 1411 E -1 -1 -1 -3 2 0 2 -3 -5 3 -1 -1 0 -2 -1 -2 -1 -6 -5 3 5 4 3 1 4 5 16 2 0 20 5 3 2 1 3 3 4 0 0 20 0.34 1.77 1412 N -2 -2 7 1 -5 -2 -1 -1 -3 -2 -4 -3 -4 -3 -1 -1 -1 -5 -3 -3 3 2 61 7 0 1 3 4 0 2 1 0 0 1 3 3 4 0 1 2 1.20 1.65 1413 D -3 -2 1 7 0 -2 2 -2 -1 -2 -4 -3 -5 -5 -2 -2 -3 1 -5 -3 1 2 5 61 2 1 10 3 1 2 1 1 0 0 2 2 1 2 0 2 1.23 1.71 1414 N -3 0 6 0 -2 -1 -1 -4 5 -2 -4 -1 -2 -2 -1 -1 -1 -1 -1 -3 2 4 46 4 1 3 2 1 13 3 1 3 1 1 3 3 4 1 2 2 0.93 1.65 1415 S 3 0 -1 -3 1 -3 -1 0 -3 -2 -4 -2 -3 -2 4 2 -1 -5 -3 -1 24 4 3 1 3 1 4 6 1 2 1 2 1 2 20 17 4 0 1 3 0.48 1.75 1416 P 1 -3 -3 -3 -3 -2 1 -3 -3 -3 0 1 -2 2 2 1 1 5 -2 -3 11 1 0 1 0 0 11 1 0 1 11 11 0 10 11 11 11 10 0 1 0.37 0.90 1417 R -1 2 0 1 -5 1 2 -3 4 -2 -2 1 0 -1 0 -2 -1 -5 0 0 4 13 4 7 0 5 13 2 9 2 4 10 2 2 5 2 3 0 3 8 0.24 1.44 1418 F -2 -4 -4 -4 0 -4 -2 -2 -3 1 -1 -4 1 6 1 -1 -1 2 1 1 3 1 1 1 2 1 3 3 0 6 5 1 4 38 6 4 3 3 3 11 0.67 1.33 1419 D -1 -1 -1 2 -3 0 1 -2 0 0 0 -1 -1 0 2 0 2 -3 -2 -1 6 4 3 11 0 4 8 4 2 6 9 4 2 5 10 8 11 0 2 3 0.12 1.45 1420 F -1 -1 -1 -1 0 1 -1 -1 2 1 0 -1 1 3 0 -1 -1 1 1 0 5 4 3 3 2 6 5 5 4 7 11 4 4 12 4 5 3 2 5 7 0.09 1.15 1421 T -1 0 0 -1 -1 2 0 -2 -4 -1 -2 -1 -2 -2 3 1 3 -5 -2 -2 3 5 4 3 2 9 6 3 0 3 4 3 1 2 13 12 22 0 1 3 0.34 1.78 1422 S 0 0 0 -1 -1 2 1 -2 -1 -2 -2 0 -2 -2 2 2 1 -1 0 0 7 5 5 3 1 8 8 2 1 2 4 6 1 2 9 19 8 1 3 6 0.19 1.79 1423 D -2 -1 0 1 -4 1 2 -2 1 0 0 -1 -1 0 0 0 -1 2 3 -1 4 3 5 7 0 6 13 4 3 5 8 3 1 4 5 6 4 2 11 5 0.15 1.65 1424 S -1 0 0 0 2 0 0 -1 2 0 -1 0 2 1 0 -1 0 4 1 -1 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0.09 2.12 1425 A 1 0 0 -1 -4 0 0 0 0 -1 0 -2 0 0 1 0 0 -2 0 0 14 6 4 4 0 5 6 7 3 3 10 2 2 5 7 5 7 1 4 6 0.06 1.64 1426 V -1 -2 -2 -3 0 -3 -1 -2 -2 3 1 -2 1 1 -2 -2 0 -1 -1 4 5 2 2 2 2 1 4 4 1 14 11 3 3 6 3 3 5 1 2 28 0.32 1.40 1427 S 0 0 0 -1 0 0 1 -2 1 -1 -2 0 -2 0 -1 3 0 -3 -1 -1 7 6 5 3 2 5 8 3 4 3 3 7 1 4 3 23 6 0 3 5 0.18 1.71 1428 I -4 -2 -3 -5 -1 -3 -2 -6 -5 5 1 -2 0 -1 -5 -4 -2 -5 -1 4 0 2 1 0 1 1 3 0 0 33 14 2 2 2 0 1 2 0 2 33 0.89 1.82 1429 P -2 1 -2 -2 -1 0 0 -4 -1 -4 -1 1 -2 -2 6 1 -2 -5 -3 -2 3 7 1 3 2 4 7 1 1 1 6 7 1 2 37 11 2 0 1 4 0.69 1.80 1430 E -3 -2 -1 0 -2 -1 7 -5 0 -4 -5 -2 -5 -6 -2 -2 -2 -5 -5 -4 1 2 3 3 1 2 74 0 2 1 1 2 0 0 2 3 2 0 0 1 1.44 1.81 1431 D -2 -2 6 3 -5 -1 1 0 -1 -4 -3 -1 -2 -5 -2 1 -1 -6 -5 -4 2 2 37 15 0 2 10 7 1 1 3 2 1 0 2 9 4 0 0 1 0.75 1.79 1432 C 2 -1 1 -3 2 -1 -2 -1 -2 -1 0 -2 0 -3 -4 2 2 -5 -3 1 17 3 8 1 4 2 2 4 1 4 8 1 2 1 0 15 13 0 1 11 0.26 1.73 1433 P 0 -1 -1 -2 -5 0 0 -3 -2 -1 -2 1 -2 -4 6 0 -1 -5 -5 -2 8 3 3 2 0 5 6 1 1 3 5 8 1 1 41 6 3 0 0 3 0.79 1.80 1434 V 0 0 -2 -2 -3 -1 -1 -3 0 1 0 -1 -2 1 3 -1 -1 -3 -2 2 9 5 2 2 0 2 4 2 2 8 8 4 1 6 17 5 4 0 1 18 0.26 1.53 1435 G -1 -4 2 0 -5 -2 -2 5 -3 -4 -4 -3 -5 -2 1 -2 -3 -2 -2 -4 4 1 11 6 0 1 3 52 1 1 2 1 0 2 8 3 1 1 1 1 0.91 1.77 1436 Q 0 -1 -2 -1 -1 2 -1 -2 1 -2 -2 -1 1 -2 -2 2 4 -2 0 -2 6 4 2 4 1 8 3 3 4 2 4 3 4 2 2 15 27 1 4 2 0.35 1.83 1437 R -1 2 -1 -3 -3 0 -1 -4 2 0 1 0 -1 0 1 0 1 -3 -1 2 4 12 3 1 0 4 4 1 6 4 13 5 1 3 6 7 8 0 2 13 0.14 1.81 1438 V -3 -5 -6 -6 -3 -5 -4 -6 -6 5 2 -3 -2 2 -3 -3 -2 -5 -2 4 2 0 0 0 0 0 1 0 0 31 18 2 0 7 1 1 3 0 1 31 0.91 1.86 1439 A 2 -3 -3 -5 -2 0 -2 2 -1 -1 1 -4 2 1 1 -2 1 -5 -1 0 17 1 1 0 1 4 2 17 1 4 14 1 4 5 6 3 10 0 2 6 0.26 1.83 1440 T -1 1 1 -1 -5 2 -1 -4 -2 -1 1 1 -1 -2 -3 0 3 -3 -3 -1 4 8 7 3 0 11 3 1 1 4 14 8 1 1 1 7 19 0 1 4 0.28 1.84 1441 V -3 -5 -4 -3 -4 -4 -1 -5 -4 4 1 -2 -2 2 -2 -4 -2 -5 -2 5 1 0 1 2 0 1 5 1 0 24 13 2 1 7 2 1 2 0 1 38 0.79 1.84 1442 K -1 1 0 -2 -3 1 -1 -2 1 -1 -2 1 0 -2 -2 2 3 -5 0 0 5 8 4 2 0 6 3 3 3 3 4 10 2 1 2 17 16 0 3 6 0.22 1.81 1443 A 6 -4 -3 -2 -4 -2 -2 -2 -4 -1 -2 -2 -4 -5 -4 0 0 0 -4 1 62 0 1 2 0 1 3 2 0 3 4 3 0 0 0 5 5 2 0 8 0.91 1.80 1444 W -2 0 0 -1 -4 1 -2 -2 1 1 -1 -1 -1 0 -3 1 3 1 0 1 3 5 4 4 0 6 3 3 4 7 7 3 2 3 1 9 22 2 4 9 0.21 1.64 1445 D -2 -3 0 7 -1 -1 0 -2 -1 -4 -3 -2 -4 -4 -1 -2 -3 -5 -4 -2 2 1 3 67 2 2 4 3 2 1 3 2 0 0 3 2 1 0 0 3 1.33 1.56 1446 P 1 1 -2 -1 -4 0 -1 -2 0 -1 -1 1 -1 -4 5 0 -2 -4 -2 -2 11 8 2 3 0 4 4 2 2 4 8 10 1 0 26 6 3 0 1 2 0.39 1.60 1447 D -2 -4 1 7 -5 -3 0 -1 -4 -5 -5 -2 -5 -6 -1 -2 -1 -6 -5 -2 3 0 4 67 0 0 4 4 0 0 0 2 0 0 4 3 4 0 0 3 1.43 1.72 1448 A 1 0 -1 0 0 -1 1 -1 1 0 -1 0 -1 -1 -2 1 0 -4 0 -1 13 5 3 6 2 3 9 6 4 5 7 7 1 2 2 12 7 0 3 4 0.09 1.68 1449 G -1 -2 0 1 -4 -1 -1 5 0 -3 -3 -1 -1 -2 1 -1 -1 -4 -1 -4 6 2 4 7 0 3 4 42 3 2 2 4 1 2 6 3 4 0 2 1 0.57 1.63 1450 S 0 0 1 1 -4 1 1 -2 -1 -1 -1 0 1 -2 1 1 -1 -4 -1 -1 9 5 7 9 0 6 9 3 2 4 6 6 4 2 7 10 4 0 2 4 0.11 1.64 1451 N -1 0 6 0 -4 0 -1 -2 2 -3 -3 -1 -4 -2 -1 0 -1 -5 -2 -2 4 4 41 5 0 5 4 3 5 2 3 4 0 2 3 5 4 0 2 4 0.64 1.63 1452 G 2 -1 0 -1 -4 1 -2 4 -1 -2 -3 -2 -4 0 0 0 -1 2 -1 -3 16 3 4 4 0 7 2 27 1 2 3 2 0 4 6 8 4 3 2 2 0.33 1.65 1453 Q -2 2 0 0 -2 3 1 -2 -1 -2 -1 1 -1 -2 1 0 0 0 -1 -1 3 11 4 4 1 13 10 3 1 3 7 9 2 1 7 6 6 1 2 4 0.18 1.77 1454 V -2 -2 -3 -5 0 0 0 -5 -2 3 1 -2 1 1 -1 -1 -2 -5 -2 4 3 2 1 0 2 5 6 0 1 16 15 2 3 7 3 4 2 0 1 26 0.40 1.80 1455 V -1 2 0 -2 -5 -1 -1 -4 0 1 0 -1 0 0 -2 1 2 -1 -1 1 6 12 5 3 0 3 4 1 3 7 10 3 2 4 2 10 14 1 2 10 0.17 1.85 1456 F -3 -2 -5 -5 2 -3 -2 -3 -2 -3 -1 -2 -2 5 -2 -3 -3 -2 8 -4 2 2 0 0 4 1 3 2 0 1 5 2 1 20 2 2 1 0 50 0 1.36 1.84 1457 S -1 2 0 -3 -1 0 1 -3 -1 -3 -3 1 -3 -1 -1 4 1 -2 1 -3 4 10 4 1 1 4 10 2 2 1 2 7 1 2 3 32 8 1 5 1 0.42 1.88 1458 L -3 -1 -4 -4 -4 -1 -3 -2 -2 5 3 -3 1 1 -3 -3 -1 -5 -4 1 1 4 1 1 0 3 2 3 1 30 29 2 2 5 2 2 3 0 0 8 0.60 1.85 1459 A 1 0 -2 -1 -4 1 0 0 -3 1 0 -1 -2 -2 0 2 0 -4 -1 1 9 5 1 4 0 6 6 7 0 7 10 4 1 2 5 14 5 0 2 12 0.10 1.71 1460 S -1 0 1 1 -4 0 1 1 -1 -2 -2 0 -4 -5 2 3 0 -5 -2 -2 4 5 5 8 0 5 9 10 1 2 4 4 0 0 9 22 6 0 1 4 0.26 1.80 1461 G -1 1 1 1 -2 1 0 4 1 -3 -2 -1 -2 -3 1 0 -1 -3 -2 -2 4 7 6 7 1 5 6 28 3 2 4 4 1 1 7 6 4 0 1 3 0.29 1.54 1462 N -1 0 3 4 -2 0 1 0 1 -1 -3 -1 0 -3 0 0 0 -4 -3 -2 5 6 11 20 1 4 9 6 4 4 2 3 2 1 5 7 6 0 1 2 0.28 1.73 1463 I -1 -1 -1 1 -3 -1 0 0 -2 2 0 -1 0 0 2 0 -1 -3 1 1 4 3 3 8 1 3 6 7 1 12 8 4 2 4 11 7 3 0 4 11 0.13 1.47 1464 A 1 0 0 0 -3 1 0 1 1 -2 -1 1 -2 -1 1 1 0 -3 -2 -1 13 6 4 6 0 7 6 9 3 2 6 8 1 3 6 10 5 0 2 4 0.10 1.56 1465 G -2 0 2 0 -3 -1 0 4 -1 -2 -2 -2 -2 0 1 1 -1 -2 -2 -2 3 5 8 6 0 3 6 27 2 2 3 2 1 5 7 11 3 1 1 3 0.29 1.56 1466 A 0 1 0 -2 -2 0 -1 -2 1 -1 0 -1 0 -1 3 1 0 3 -2 0 7 7 5 2 1 5 4 2 4 3 9 3 3 2 14 9 6 4 1 7 0.16 1.69 1467 F -1 -1 0 -1 -4 -1 -2 -2 0 -1 0 -1 0 5 0 -1 -1 4 2 -2 4 4 5 4 0 3 3 4 2 4 9 4 2 24 5 5 5 5 6 3 0.34 1.87 1468 E -2 1 0 1 -5 1 2 -1 1 -2 -2 0 0 2 0 0 0 2 0 -1 3 8 4 6 0 5 16 6 3 2 4 6 2 8 5 7 5 3 3 4 0.17 2.03 1469 I -2 -2 -2 -2 0 -2 -3 -3 0 3 2 -1 2 0 -1 -2 0 2 3 2 3 2 2 2 2 2 2 2 2 16 17 4 5 4 3 3 6 3 9 11 0.28 2.06 1470 V -2 -1 0 0 -3 -1 0 -3 -1 1 0 -1 -1 4 -2 -1 -1 -1 -1 2 3 3 5 5 1 3 5 2 2 7 7 5 1 20 2 5 4 1 1 18 0.27 1.35 1471 T -1 0 0 0 -3 1 0 -2 -2 -1 -2 -1 -2 -2 1 2 3 0 0 0 6 6 4 6 1 6 5 3 1 4 4 3 1 2 6 15 17 1 3 6 0.16 1.36 1472 T -2 0 0 0 -2 0 -1 -3 -1 3 0 -1 -1 -1 -2 0 1 -3 -1 1 3 5 6 5 1 4 4 2 1 19 10 3 1 2 3 7 9 0 2 11 0.18 1.31 1473 N -2 -1 5 3 -4 -1 0 0 2 -3 -4 0 -4 -3 -2 1 -1 -4 -1 -3 2 3 32 16 0 2 5 7 6 2 2 5 0 1 2 8 3 0 2 2 0.62 1.68 1474 D 0 0 1 3 -2 0 1 0 -1 -2 -2 0 -3 -2 2 1 -2 -1 -2 -3 7 5 7 15 1 4 10 9 1 2 4 5 1 2 11 9 2 1 1 2 0.22 1.47 1475 S -1 1 2 1 -3 0 1 -1 0 -2 -3 0 -1 -3 0 1 1 -1 -2 -1 5 7 11 8 0 5 10 6 3 2 3 6 2 1 4 11 9 1 1 4 0.17 1.44 1476 I -1 -2 1 0 -3 0 -1 -2 -2 1 -1 -1 -1 -1 -3 2 4 -1 0 0 4 2 6 4 1 4 5 4 1 8 6 3 1 3 1 15 24 1 3 5 0.27 1.41 1477 G 0 -3 -1 -2 -4 -2 -3 6 -2 -3 -3 -3 -4 -4 -2 -1 -3 -4 -1 -3 7 1 2 2 0 2 2 65 1 1 3 2 0 0 3 3 2 0 2 2 1.17 1.69 1478 E -1 0 0 1 -3 1 3 -1 0 0 -2 0 -1 -4 -2 0 0 3 -1 -1 6 5 5 8 1 6 20 4 2 5 3 6 1 1 2 8 7 5 2 5 0.21 1.77 1479 V -3 -3 -4 -5 -4 -5 -3 -6 -5 5 4 -4 1 -3 -5 -3 -1 -5 -2 2 1 1 1 0 0 0 2 0 0 29 41 1 3 0 0 2 4 0 1 12 0.93 1.79 1480 F -3 1 -1 -3 -4 -2 -3 -3 1 1 1 -1 0 3 -5 0 1 0 3 1 2 7 3 1 0 2 1 2 3 9 12 3 2 14 0 6 11 1 9 11 0.30 1.75 1481 V 0 -3 -2 -5 1 -3 -4 -5 -5 1 2 -4 -2 -4 -2 -2 3 -2 -2 4 9 1 2 0 2 1 0 0 0 8 22 0 0 0 2 2 18 1 1 28 0.58 1.75 1482 A 2 1 1 -1 -2 0 -1 -1 -2 -1 0 1 -1 -3 -4 0 2 -2 -3 -1 19 7 6 4 1 4 3 4 1 3 10 10 2 1 0 5 14 1 1 4 0.19 1.71 1483 R 0 4 0 -1 -5 2 1 1 0 -3 -3 2 -2 -2 -4 1 -2 -5 -3 -3 6 20 3 3 0 9 9 10 3 2 3 15 1 2 0 8 2 0 1 2 0.37 1.72 1484 P 0 2 0 -2 -5 0 0 -2 -1 -1 -3 0 -2 -5 5 1 0 -5 -4 -2 7 12 4 2 0 4 6 3 1 3 2 6 1 0 26 11 6 0 1 3 0.47 1.75 1485 L -2 -3 -5 -6 -4 -3 -5 -6 -5 3 5 -3 1 2 -5 -4 -2 -4 -1 1 3 1 0 0 0 1 0 0 0 17 49 1 3 10 0 1 2 0 2 9 0.89 1.80 1486 D -3 -2 0 7 -6 -1 -1 -3 -4 -3 -5 -2 -5 -2 -4 -1 -4 -6 -5 -5 1 2 4 74 0 2 2 1 0 2 0 3 0 2 0 5 0 0 0 0 1.64 1.78 1487 R -3 6 -3 -2 -2 -1 -2 -4 0 -4 -3 -1 -3 2 -2 -2 -4 -2 4 -5 2 53 1 3 1 1 3 1 2 1 2 1 0 10 2 2 0 0 13 0 1.11 1.80 1488 E -2 -2 -2 1 -6 -1 7 -4 1 -4 -3 -2 -3 -3 -3 -1 -1 -5 -3 -5 3 1 1 5 0 1 68 1 3 1 3 1 1 1 1 3 4 0 1 0 1.27 1.80 1489 E 0 0 -1 0 -5 3 5 -3 -1 -3 -3 1 -2 -4 -2 -1 1 -5 -2 -2 9 4 3 5 0 11 35 1 1 1 2 8 1 0 2 4 7 0 1 3 0.55 1.83 1490 L -1 1 -2 -4 -4 2 -1 -3 -2 2 2 0 1 0 -2 -1 1 -1 0 0 5 7 2 0 0 10 3 2 1 12 20 7 3 4 2 3 7 1 3 7 0.21 1.77 1491 D 1 0 1 3 4 0 1 -1 -2 -4 -4 0 -1 -3 2 1 -1 -5 -4 -3 11 5 5 14 9 5 10 4 1 1 2 6 1 1 11 9 3 0 0 2 0.34 1.76 1492 H 0 0 0 -2 0 1 1 0 3 -2 -2 0 -1 0 -1 1 0 0 -1 0 6 4 5 2 2 7 9 7 8 3 5 6 1 4 3 12 7 1 2 6 0.11 1.75 1493 Y -3 -2 -3 -5 0 0 -4 -4 3 -2 0 -2 -1 4 -4 -1 -3 -1 7 -2 2 2 1 0 2 5 0 1 6 2 9 3 1 14 1 5 1 1 41 3 1.02 1.79 1494 I -2 -1 1 0 -1 1 2 -4 1 1 0 0 -1 -1 -3 0 2 -1 0 0 2 3 5 5 1 7 12 1 4 9 9 5 1 3 1 8 13 1 3 7 0.16 1.82 1495 L -3 -5 -5 -4 -1 -5 -3 -6 -1 2 4 -5 0 3 -1 -3 -3 -4 -1 1 2 0 0 1 1 0 2 0 2 13 46 0 2 12 4 2 1 0 1 10 0.78 1.82 1496 Q -2 1 0 -2 0 1 0 -3 0 0 -1 0 0 -3 2 -1 3 0 1 0 3 9 4 2 2 7 5 1 2 6 7 5 3 1 9 3 20 1 5 5 0.22 1.81 1497 V 0 -4 -5 -6 4 -5 -3 -3 -3 4 1 -5 -2 -1 -5 -2 -2 -5 -4 5 9 1 0 0 8 0 2 2 1 19 13 0 1 2 0 2 1 0 0 38 0.82 1.83 1498 V -2 0 -3 -3 -3 2 2 -4 2 0 1 0 0 -1 -5 -1 2 -5 0 2 3 6 1 1 1 8 12 1 5 5 13 5 2 3 0 4 11 0 3 17 0.25 1.81 1499 A 5 -5 -3 -3 -4 -4 -4 -3 -5 1 0 -4 -1 -2 -2 -1 -2 -5 -4 2 56 0 1 1 0 0 1 1 0 8 7 1 2 2 1 3 2 0 0 15 0.88 1.82 1500 S -1 1 -1 -3 -1 1 1 -4 0 -2 0 1 0 -1 -4 2 2 -3 -2 1 4 9 2 1 1 6 8 1 3 2 8 9 2 3 0 14 15 0 1 10 0.23 1.81 1501 D -3 -3 3 7 -6 -3 0 -3 -4 -5 -4 -3 -5 0 -2 -2 -1 -6 -5 -4 1 1 11 63 0 1 5 1 0 0 2 1 0 4 2 3 3 0 0 1 1.37 1.82 1502 R 0 3 2 -2 -4 1 0 1 1 0 -1 0 1 -2 -2 0 -1 -4 -3 0 8 14 10 1 0 5 5 12 4 5 5 6 3 2 2 7 3 0 1 6 0.17 1.66 1503 G 0 -2 2 1 -4 -2 -2 5 0 -2 -1 -3 -1 -3 -2 0 -2 -4 -3 -1 7 3 9 9 0 1 3 38 3 2 7 1 2 1 2 6 2 0 1 4 0.50 1.58 1504 T -2 -3 2 -1 -1 -1 -1 2 -2 -1 -1 -2 -1 -1 -1 1 1 -2 0 2 3 1 9 3 1 3 4 15 1 4 6 3 1 2 4 12 11 1 3 13 0.17 1.61 1505 P -1 -2 1 0 -2 0 0 -1 -2 -2 -2 -1 -1 -3 6 -1 -2 -4 -1 -1 5 2 8 4 1 5 6 5 1 2 5 3 2 1 36 3 2 0 3 5 0.61 1.53 1506 P 1 -2 -1 1 -4 -1 1 -1 -1 -1 -2 -1 -3 -3 5 1 -1 -4 -2 -1 10 2 3 8 0 3 8 4 2 3 5 4 1 1 29 9 3 0 2 4 0.45 1.63 1507 R -2 2 0 -1 -4 1 -1 -2 -1 -2 3 1 1 0 -1 -2 -1 -1 -1 0 4 12 4 4 0 7 4 3 2 2 25 9 3 3 3 3 3 1 2 6 0.21 1.76 1508 K -1 0 0 -1 -3 0 2 -1 -2 -3 -2 1 -1 0 0 3 1 -3 -2 -2 4 5 5 4 0 4 15 4 1 1 4 10 1 4 5 20 8 0 1 4 0.22 1.82 1509 K 1 -1 0 1 -2 -1 -1 0 0 -3 -1 1 0 -1 0 2 2 -5 0 -1 10 3 4 7 1 3 3 9 2 2 5 9 2 2 5 15 11 0 3 4 0.13 1.80 1510 D -2 -1 1 0 -2 0 1 -3 1 -2 -1 -2 -1 -1 3 1 3 -4 -1 -2 2 3 7 4 1 4 8 2 4 2 7 1 2 3 14 11 19 0 2 3 0.30 1.67 1511 H 2 -2 -1 -3 1 -2 -2 -1 3 0 0 -2 1 -1 -3 0 2 -4 1 2 15 2 4 1 3 2 2 4 7 4 10 2 4 2 1 7 12 0 6 13 0.20 1.60 1512 I -2 -1 -2 -1 -1 -1 1 -2 -2 2 -1 -1 -1 -1 1 0 3 -2 -2 1 2 3 2 3 1 3 11 3 1 10 6 3 2 3 7 7 21 1 1 10 0.22 1.67 1513 L -1 -1 -4 -5 -4 -4 -2 -2 0 2 2 -4 1 2 -4 -4 0 -4 0 4 5 3 0 0 0 0 3 3 2 9 23 0 3 8 0 1 6 0 3 29 0.49 1.50 1514 Q 0 2 -1 -2 -4 2 1 -2 0 -1 -1 0 0 -1 -2 -1 1 1 0 1 7 10 3 2 0 10 11 2 2 3 6 6 2 2 2 5 10 2 4 10 0.14 1.63 1515 V -1 -4 -4 -5 -4 -4 -4 -5 2 4 1 0 2 1 -4 0 -3 -4 -3 4 6 0 0 0 0 0 0 0 5 26 11 6 5 5 0 6 0 0 0 25 0.60 1.45 1516 T -2 1 0 -1 -4 0 -1 -2 1 1 -1 1 0 1 0 -1 2 2 0 1 3 8 4 3 0 4 5 3 3 8 4 8 3 7 5 4 15 3 3 8 0.12 1.44 1517 I -1 -4 -1 -1 -3 -4 -4 -4 -4 3 1 -4 -2 -3 0 -1 0 -4 -3 5 4 0 4 4 0 0 1 1 0 17 10 1 0 0 5 6 4 0 0 42 0.62 1.25 1518 L 0 0 -2 -2 2 -1 0 -2 -2 1 2 0 1 -2 -2 0 0 -5 -2 1 6 5 1 2 5 3 8 3 1 9 20 5 3 1 2 7 7 0 1 11 0.17 1.48 1519 D -2 -4 1 7 -5 -1 0 -2 -4 -3 -5 -2 -5 -5 0 -2 -2 -6 -5 -2 4 0 7 63 0 2 5 2 0 2 0 2 0 0 4 2 2 0 0 3 1.26 1.50 1520 I -1 0 1 0 3 1 0 -1 -4 0 -1 0 2 1 -4 0 0 -4 1 0 6 6 6 6 6 6 6 6 0 6 6 6 6 6 0 6 6 0 6 6 0.11 1.78 1521 N -3 -1 7 1 -5 -1 0 -4 1 -4 -3 -3 -4 -5 0 -1 -2 -6 -2 -4 1 3 63 5 0 2 7 0 2 1 2 0 0 0 5 3 2 0 1 1 1.31 1.69 1522 D -2 -2 0 6 -6 -3 2 -2 -1 -5 -4 0 -1 -6 -2 0 -4 -6 -5 -1 2 2 4 56 0 0 11 2 2 0 2 4 2 0 2 7 0 0 0 4 1.11 1.74 1523 N 0 -1 6 0 -2 -3 1 -4 2 -3 -3 -2 1 -3 0 -1 -2 1 -3 -3 8 4 44 4 1 0 9 0 6 1 2 2 3 1 5 5 2 2 1 2 0.78 1.74 1524 P 2 -2 -2 -2 -2 -2 -1 -1 -1 -2 -3 -1 -1 -2 6 -1 -2 1 -3 -2 16 3 1 2 1 1 4 6 1 2 2 4 2 2 43 4 2 2 1 2 0.86 1.73 1525 P -1 -2 -2 -4 -5 -1 -2 -5 -4 -3 -2 -3 -4 -5 8 -2 -2 -5 0 -2 6 2 2 0 0 2 2 0 0 2 4 1 0 0 68 2 2 0 3 3 1.68 1.69 1526 V -1 0 -1 -1 -4 -1 -1 -1 0 0 -1 -1 1 4 1 -2 0 2 0 2 4 6 3 3 0 3 5 5 3 5 5 3 3 16 7 3 7 3 3 14 0.19 1.68 1527 I -1 -1 -4 -5 2 0 -4 -5 -4 2 0 -1 -3 6 0 0 -1 3 -2 1 4 4 0 0 4 4 0 0 0 10 8 5 0 31 4 7 5 4 0 9 0.55 1.66 1528 E -1 0 0 1 -4 1 2 -2 0 -1 1 -1 1 -1 1 0 0 -4 -1 -1 6 4 3 7 0 5 13 4 2 3 13 3 3 3 8 6 7 0 3 4 0.10 1.55 1529 S 0 0 1 0 -5 2 1 -1 0 -2 -2 0 -1 -1 -1 1 2 0 -1 -2 8 4 6 5 0 10 10 5 2 2 4 6 2 3 4 12 11 1 3 3 0.15 1.83 1530 P -1 -1 -1 0 -1 0 0 -1 0 -1 -3 0 -1 -2 5 0 1 -4 -2 -2 5 3 3 5 1 5 6 4 3 4 2 4 2 2 30 8 8 0 2 3 0.46 1.71 1531 F -1 0 0 -1 -2 -1 -1 -1 0 0 0 -1 1 2 -1 0 -1 2 1 1 5 5 5 4 1 3 4 5 2 6 10 4 3 10 4 7 4 2 4 12 0.07 1.12 1532 G 0 0 0 0 -1 1 2 1 0 -1 -1 -1 -1 -1 0 1 1 -2 -1 -1 8 4 4 5 1 6 12 10 2 3 6 4 2 3 5 10 7 1 2 4 0.08 1.11 1533 Y -2 -2 -2 -3 -4 0 -1 -1 -2 0 -1 -1 1 2 -2 -2 0 1 6 -1 4 2 2 1 0 4 4 4 1 5 7 4 4 8 3 3 5 1 33 4 0.58 1.73 1534 N -1 -1 3 0 -4 0 2 -1 2 0 -1 0 0 -1 -1 0 1 -2 -2 0 4 3 12 4 0 5 15 4 4 5 6 5 2 3 3 7 9 1 1 7 0.15 1.80 1535 V 0 -3 -3 -3 0 -4 -2 1 -2 2 1 -3 0 1 -2 -2 0 -4 -2 4 8 1 1 1 2 0 3 11 1 10 12 1 2 7 3 2 5 0 1 27 0.35 1.83 1536 S 0 0 -1 -1 0 1 1 -4 0 0 -3 1 -1 0 1 3 1 -2 -1 0 7 5 3 3 2 6 9 1 2 5 2 8 2 4 6 20 7 1 2 6 0.18 1.94 1537 V -2 -5 -5 -2 -2 -2 0 -5 -5 4 0 -3 0 -2 -3 -4 -2 -2 -4 5 2 0 0 2 1 2 6 0 0 23 9 2 2 1 2 1 2 1 0 44 0.87 1.90 1538 N 0 -1 1 0 0 1 1 -1 -2 -3 -1 -1 -1 -2 4 2 -1 -2 0 -3 8 4 6 4 2 5 9 4 1 1 7 3 2 2 20 14 3 1 3 1 0.29 1.92 1539 E -3 1 -2 -1 -6 1 7 -4 -2 -4 -5 -1 -5 -6 -1 -2 -2 -2 -3 -4 2 6 2 3 0 5 67 1 1 1 1 2 0 0 2 3 2 1 1 1 1.30 1.97 1540 N -1 -1 5 2 -5 -2 0 1 -2 -3 -3 -2 0 -2 -2 2 -1 -6 -2 -3 5 4 32 11 0 2 5 9 1 2 3 2 2 2 2 14 3 0 1 1 0.55 1.93 1541 V 3 -1 0 -1 -1 0 -2 -2 -4 -1 1 -2 0 -3 -2 2 1 -4 -2 1 22 3 4 3 1 5 2 2 0 4 12 2 2 1 2 13 9 0 2 12 0.23 1.81 1542 G 1 -1 -1 -1 -4 0 1 1 0 -2 -1 0 -1 -2 4 -1 -1 -4 -3 -1 11 4 3 3 0 5 8 11 2 2 6 5 2 2 23 5 3 0 1 4 0.33 1.75 1543 G 1 -1 -2 -2 -4 -2 -2 -1 -3 0 -1 0 -1 -4 5 0 -1 -5 -2 1 12 4 2 3 0 2 3 6 1 5 6 5 2 0 27 9 3 0 1 10 0.41 1.70 1544 G -2 -2 1 1 -5 -2 -1 6 -1 -3 -5 -3 -3 -3 -2 -1 -1 -5 -3 -4 3 2 8 7 0 2 3 57 1 1 1 1 1 1 2 5 3 0 1 1 0.98 1.77 1545 T 0 -1 -2 -2 -4 0 -2 -3 1 -1 -2 -2 0 -1 -2 1 5 -5 1 0 7 3 2 3 0 5 2 1 3 3 4 2 3 2 2 12 36 0 4 7 0.48 1.81 1546 A -1 2 -3 -5 -2 1 -1 -2 -1 -1 1 -1 -1 1 1 1 0 -2 -1 2 5 11 1 0 1 6 4 3 2 3 15 3 1 5 8 9 6 1 3 14 0.18 1.83 1547 V -3 -5 -5 -3 -2 -3 -5 -6 -5 4 1 -2 -2 3 -1 -3 -2 -4 0 5 1 0 0 1 1 1 0 0 0 19 15 3 0 11 3 1 2 0 3 37 0.75 1.61 1548 V 0 -1 -1 -5 -1 -2 -4 1 -2 0 0 -4 3 1 3 -1 1 -1 -2 1 8 4 2 0 1 2 0 11 1 6 10 0 8 7 14 4 10 1 1 10 0.27 1.61 1549 Q -2 1 -2 -2 -5 2 -1 -2 -1 -1 2 1 -1 -2 -3 -1 3 1 -3 0 3 9 1 2 0 9 4 3 1 3 20 10 1 2 1 4 18 2 1 6 0.26 1.61 1550 V -1 -5 -3 -2 -4 -3 -2 -4 -2 3 2 -1 0 -1 0 -2 -3 -5 -4 4 5 0 1 2 0 1 3 1 1 15 17 4 1 2 5 2 0 0 0 36 0.58 1.62 1551 R -2 2 2 -2 -1 1 0 -1 3 -2 -1 0 -1 -2 -2 2 1 -1 -1 -1 3 12 9 2 1 7 5 5 8 2 5 4 1 2 2 15 8 1 2 4 0.21 1.61 1552 A 6 0 -4 -1 0 -3 -1 -2 -1 -3 -4 -3 -4 -5 -2 -1 -1 -5 -4 0 64 5 0 4 1 0 5 2 2 1 0 0 0 0 1 3 3 0 0 7 0.92 1.59 1553 T -2 0 -1 -2 -4 1 -1 -2 0 0 -2 0 1 1 -1 1 3 0 -1 1 3 5 3 2 0 7 3 4 2 6 2 5 4 6 4 12 21 1 2 9 0.21 1.58 1554 D -2 -4 1 7 -5 -3 -1 -4 -4 -5 -3 -3 -5 -5 -2 -1 -2 -6 -2 -5 3 0 6 74 0 0 3 0 0 0 3 0 0 0 2 3 2 0 2 0 1.60 1.56 1555 R 2 2 1 0 -4 -1 1 -2 -4 -2 0 -1 -1 -3 3 0 -2 -5 -2 -2 16 13 6 5 0 3 9 3 0 2 10 4 1 1 16 5 1 0 1 3 0.28 1.56 1556 D -1 -4 -2 7 -5 -3 0 -1 -1 -2 -5 -3 -5 -5 -2 -1 -3 -5 -5 -4 5 0 0 73 0 0 3 5 2 3 1 0 0 0 2 3 0 0 0 1 1.51 1.51 1557 I 0 -1 -1 2 -4 -1 1 -2 -1 2 -1 -1 -1 -2 -3 1 0 -4 -1 2 8 4 3 10 0 2 8 3 1 10 6 3 1 2 1 12 6 0 2 16 0.16 1.61 1558 G 0 -2 1 -1 -1 -3 -2 5 0 -4 -4 -2 -4 -3 1 -1 0 -1 -2 -4 6 2 5 3 1 1 2 49 2 1 1 2 0 1 8 5 6 1 1 1 0.77 1.61 1559 I 0 0 0 0 -4 0 0 -3 -1 2 1 -1 1 -3 0 1 -1 -4 1 1 8 5 5 7 0 5 7 1 2 11 12 4 4 1 5 10 3 0 4 8 0.11 1.77 1560 N -2 -1 7 -1 -5 -1 -2 -2 2 -4 -4 -2 -4 -2 -2 1 -2 -2 0 -5 2 3 58 3 0 3 2 3 4 1 1 1 0 2 2 9 1 1 4 0 1.20 1.85 1561 S 2 -2 1 -2 -4 -1 -2 3 -1 -4 -4 -2 -4 -5 0 3 0 -5 -1 -4 19 2 6 2 0 2 2 24 1 1 2 2 0 0 5 23 6 0 2 0 0.54 1.88 1562 V -2 1 -2 -1 -5 2 1 -4 -2 2 1 0 -1 -3 0 -2 -1 3 -2 1 3 7 2 3 0 9 10 1 1 13 13 5 1 1 6 3 4 4 1 10 0.22 1.86 1563 L -2 -1 -5 -4 0 2 -3 -3 -2 4 2 -2 0 1 -3 -3 -4 -5 -2 3 3 4 0 1 2 10 1 2 1 21 19 3 2 5 1 2 0 0 1 21 0.50 1.86 1564 S -1 2 1 -1 -1 -1 -2 -3 1 -1 -2 0 -2 0 -3 3 2 -2 0 0 6 10 7 4 1 3 2 2 3 3 4 6 1 5 1 22 11 0 3 6 0.23 1.90 1565 Y -5 -3 -3 -4 1 -5 -3 -4 -1 -3 -1 -3 -2 3 -6 -2 -3 -2 8 -3 0 2 1 1 4 0 1 2 1 1 5 1 1 10 0 3 1 0 65 2 1.71 1.93 1566 Y -2 1 -2 -2 -5 1 0 -2 -1 -1 -2 1 0 2 -3 2 1 -1 2 -2 3 9 1 2 0 6 7 3 1 4 5 7 2 9 1 19 9 1 7 2 0.24 1.91 1567 I -3 -3 -5 -2 0 -3 -5 -4 -3 5 3 -3 0 1 -3 -2 -2 -1 -2 1 2 1 0 3 2 2 0 2 1 36 29 1 1 5 1 3 2 1 1 7 0.72 1.89 1568 T -1 -1 -1 -1 -2 0 -2 -2 0 1 1 -1 -2 -1 -1 2 2 -1 -1 1 5 4 2 4 1 4 3 3 2 7 13 3 1 3 3 18 11 1 2 11 0.15 1.76 1569 E 0 -1 0 1 -4 2 3 0 2 -3 -2 0 -3 -4 2 2 -1 -4 -3 -2 7 3 3 9 0 7 16 7 5 1 4 6 0 1 9 13 3 0 1 3 0.27 1.64 1570 G 0 -2 2 0 -3 2 0 3 -3 -3 -2 -2 -3 -2 1 0 0 -3 -2 -2 8 2 10 6 0 8 5 26 1 2 4 3 1 2 7 8 5 0 1 2 0.32 1.53 1571 N -1 -2 4 3 -4 -1 0 -1 1 -3 -3 -2 -2 -2 2 2 0 -2 -2 -2 5 2 20 14 0 2 6 6 4 2 2 2 1 2 9 13 6 1 1 3 0.38 1.69 1572 K 1 -1 0 1 -4 -1 1 0 3 -2 -2 0 -1 -1 3 0 -1 -4 0 -2 10 4 4 7 0 2 9 6 7 3 5 6 2 2 15 7 4 0 4 3 0.19 1.77 1573 D -1 0 1 3 -4 -1 1 -2 3 -2 -2 -1 -1 2 1 0 -2 -4 -1 -2 5 4 8 18 0 3 10 4 7 2 4 3 1 9 6 6 3 0 2 3 0.27 1.79 1574 M -1 0 0 -2 -2 0 -1 0 3 0 0 0 0 2 0 0 -1 0 0 0 5 5 4 2 1 5 5 7 6 4 10 5 2 10 5 8 4 1 3 6 0.08 1.79 1575 T -2 -1 -1 -1 -1 -1 -1 -1 1 -1 1 0 2 0 1 0 1 1 1 1 4 4 2 4 1 3 5 4 4 3 12 5 5 4 6 7 10 2 4 12 0.08 1.87 1576 F -3 -2 -2 -3 -5 -3 -5 -3 0 0 1 -5 -1 7 -3 -2 -1 1 0 -1 2 3 2 2 0 1 0 2 2 5 12 0 1 50 2 3 4 1 2 4 1.02 1.96 1577 R -2 3 1 -2 0 1 0 -2 2 -1 -1 1 -1 0 -4 2 2 -1 -1 -1 3 15 6 2 2 5 5 3 4 5 5 7 1 3 0 15 11 1 2 4 0.21 1.92 1578 M -1 0 -4 -1 -5 0 -1 -2 1 3 1 0 3 1 0 -2 0 -5 -4 1 4 5 0 3 0 4 5 3 3 15 15 5 7 7 4 3 5 0 0 11 0.21 1.81 1579 D -1 -1 2 2 1 0 1 -1 3 -1 -2 -1 -4 -1 -1 0 -1 2 -4 0 6 4 10 11 4 3 11 5 6 4 4 4 0 3 3 8 4 3 0 6 0.16 1.75 1580 R -1 2 0 0 -5 1 0 -1 0 -2 -2 2 -4 -2 2 0 0 -1 0 0 6 11 4 5 0 6 5 5 2 2 5 11 0 2 12 8 5 1 3 7 0.17 1.89 1581 I -1 0 0 1 -1 1 0 -1 1 2 -2 0 -1 -1 1 0 0 -4 1 1 5 5 3 7 1 6 7 4 4 11 3 5 2 2 6 8 6 0 5 8 0.09 1.79 1582 S -1 -1 3 1 -2 -1 0 0 -1 -3 -4 0 -4 -1 -3 3 3 -5 -2 -3 3 4 14 8 1 2 5 6 1 1 1 5 0 3 1 21 21 0 2 1 0.45 1.93 1583 G -2 -2 1 0 -2 -2 -2 6 -4 -3 -4 -1 -5 -2 -1 -1 -2 -5 0 -3 3 2 6 5 1 1 3 55 0 1 2 4 0 2 4 4 2 0 3 2 0.88 1.95 1584 E 0 -1 1 1 -4 0 3 0 -1 -2 -1 0 -1 -2 0 0 -1 0 1 0 7 3 7 8 0 4 19 6 2 2 7 5 1 2 4 6 4 2 5 6 0.16 1.79 1585 I -1 -5 -2 -1 -2 -3 -1 -1 -2 5 2 -3 1 -1 -3 -3 -2 -1 0 2 4 0 2 4 1 1 5 4 1 30 19 1 3 2 1 2 2 1 4 13 0.47 1.89 1586 A -1 2 -1 -3 -3 -1 -2 -1 0 1 1 0 -2 -2 -3 1 2 -4 1 0 6 10 3 1 1 3 3 4 3 7 13 5 1 2 1 11 13 0 5 8 0.15 1.74 1587 T -2 -3 0 -3 -4 -1 -2 -4 -3 0 2 -1 0 -2 -3 -2 5 -5 -2 2 3 1 4 2 0 3 3 1 0 5 18 4 2 1 1 2 34 0 1 16 0.55 1.88 1588 R 0 3 -1 -1 -4 0 -1 -2 -2 -1 1 2 0 -2 -2 -1 1 -4 -1 0 8 18 3 3 0 5 3 3 1 4 12 11 2 1 2 5 10 0 2 6 0.21 1.65 1589 P 0 2 1 0 -3 0 0 -2 -1 -1 -2 2 0 -3 2 1 1 -3 -2 -1 7 10 6 6 0 4 6 4 1 4 4 11 2 1 9 10 8 0 1 5 0.13 1.51 1590 A 2 0 -1 -2 -3 1 -1 0 0 -3 -1 2 -2 -1 -1 1 0 -5 -1 -1 19 5 3 2 1 6 3 7 2 1 7 13 1 2 3 11 6 0 3 5 0.18 1.90 1591 P 0 -1 -1 0 -3 -1 0 0 -2 0 0 -1 0 0 3 0 0 -3 -1 -1 7 4 3 5 1 3 7 8 1 4 11 3 2 4 17 7 7 0 2 4 0.15 1.33 1592 P -2 -3 -1 0 -4 -2 -1 -2 -1 0 4 -3 0 1 -1 -2 -2 -2 -1 -1 3 2 3 6 0 1 5 3 2 5 46 1 2 5 4 4 2 1 2 4 0.47 1.72 1593 D -3 -2 0 7 -1 -2 0 -2 -2 -4 -3 -1 -3 -2 -2 -3 -3 -3 -3 -5 2 2 4 67 1 1 4 3 1 1 3 3 1 2 2 1 1 0 1 0 1.39 1.86 1594 R -1 6 -2 -3 -1 -2 0 -4 -1 -4 -3 0 -2 1 -3 -1 -2 -2 3 -4 5 51 1 1 2 1 6 1 2 1 3 3 1 6 1 4 2 1 9 1 0.96 1.86 1595 E -2 -1 -1 1 -6 0 6 -4 0 -5 -4 -1 -3 -6 -1 -1 -1 -6 -5 -3 3 2 3 6 0 3 62 1 2 0 1 3 0 0 3 3 3 0 0 2 1.16 1.91 1596 R 0 2 -1 -1 -3 2 3 -2 -1 -1 -1 2 -4 -3 -1 0 1 -5 -2 -1 7 11 3 3 1 10 19 3 1 4 5 11 0 1 3 6 8 0 1 4 0.27 1.88 1597 Q -1 1 1 -2 -2 4 1 -3 1 0 -3 1 1 -3 -2 0 0 2 0 0 4 7 6 1 1 21 9 2 3 5 2 8 3 1 2 6 6 2 4 6 0.31 1.89 1598 S 1 0 0 1 -2 1 -1 -2 -2 -3 -3 2 -1 -4 3 2 0 -5 -2 -2 14 5 4 7 1 6 4 3 1 2 2 11 2 0 13 16 5 0 1 2 0.29 1.86 1599 F -1 0 -2 -2 -3 2 1 -2 0 0 0 -1 -1 2 -2 1 0 3 2 0 4 5 1 2 0 9 11 2 2 5 8 3 2 8 2 12 7 4 8 7 0.16 1.61 1600 Y -3 -3 -4 -3 -2 -2 -4 -5 5 -1 0 -2 -2 3 -5 -3 -2 1 7 -2 2 2 0 2 1 1 1 1 12 3 8 3 1 9 1 1 2 2 47 3 1.24 1.79 1601 H -2 2 3 -2 -4 1 1 -4 4 0 -1 0 -2 -1 -4 0 2 -2 -1 -1 2 9 14 2 0 6 8 1 10 6 5 6 1 3 1 8 11 1 2 5 0.30 1.82 1602 L -3 -5 -2 -3 -4 -1 -3 -6 -5 2 5 -3 0 1 -3 -4 -4 -5 -3 2 2 0 2 1 0 3 2 0 0 12 53 1 1 4 1 1 0 0 1 14 0.86 1.88 1603 V -2 -1 -2 -3 -3 0 -2 -4 -3 3 0 -2 -3 -1 -1 -1 3 -1 -1 3 2 3 2 2 1 4 2 1 1 18 8 2 0 2 4 4 19 1 2 22 0.43 1.86 1604 A 1 -3 -5 -3 -2 -2 -2 -3 -5 4 1 -3 0 -2 -3 -2 -1 -5 -2 4 13 1 0 2 1 2 3 2 0 21 11 1 2 1 1 2 4 0 2 31 0.56 1.84 1605 T 1 -1 -2 -3 -1 3 1 -4 0 -1 0 0 -2 -1 -4 0 3 0 -1 0 12 3 2 1 1 12 11 1 2 4 8 5 1 2 0 6 19 1 2 8 0.27 1.88 1606 V 5 -3 -4 -1 -4 -4 -2 -3 -5 1 -2 -3 -2 -2 -4 -2 0 -1 -2 2 49 1 0 3 0 0 2 2 0 8 4 2 1 1 0 2 5 1 1 16 0.73 1.84 1607 E 0 2 1 0 -4 1 1 -4 -2 -2 -2 0 0 -2 -2 1 2 -4 1 0 8 10 6 5 0 7 11 1 1 3 4 5 2 1 2 12 12 0 5 6 0.20 1.79 1608 D -2 -4 -1 7 0 -2 1 -2 -2 -4 -5 -2 -2 -6 -3 -1 -2 -6 -5 -2 2 0 1 63 2 1 9 3 1 1 1 2 1 0 1 4 2 0 0 4 1.31 1.90 1609 E -1 0 1 1 0 0 1 3 2 -1 -2 0 2 -4 -1 0 -2 -5 -2 -2 4 5 6 7 2 4 10 19 5 4 5 6 5 1 3 7 2 0 1 3 0.20 1.87 1610 G -1 -3 1 1 -2 -2 -2 5 -1 -2 -4 -3 -5 -4 -1 -1 -2 -5 -2 -1 4 1 7 9 1 2 2 52 2 2 1 1 0 1 4 4 2 0 1 5 0.85 1.84 1611 T -1 -2 2 2 -2 0 -1 2 1 -1 -2 0 -4 -1 0 1 1 -4 -2 -1 5 1 10 11 1 3 4 14 4 5 3 6 0 3 4 11 7 0 1 5 0.17 1.73 1612 P -2 0 0 0 -2 0 0 -1 1 -3 -2 0 -4 -4 6 -1 -2 -4 -1 -3 3 5 4 5 1 4 5 5 3 2 5 5 0 1 41 5 2 0 2 2 0.77 1.70 1613 T -1 -1 -1 0 -2 1 -1 2 0 -3 -3 0 -2 -4 4 1 1 -5 -2 -1 6 4 3 5 1 6 3 14 2 1 3 6 1 1 18 11 9 0 1 4 0.30 1.81 1614 L -1 1 -1 -1 -5 1 -1 -2 1 0 3 -1 2 0 -1 -2 -1 -4 1 0 5 7 4 3 0 6 4 3 4 4 27 4 5 3 4 3 3 0 5 6 0.19 1.97 1615 S -1 -1 0 0 1 0 0 -2 1 -1 -2 -1 1 0 -1 3 2 3 0 0 5 4 4 4 2 5 7 3 3 3 3 3 3 3 4 20 10 4 3 6 0.17 2.04 1616 A 2 -2 0 -2 -2 -2 -2 2 -2 -3 -3 0 -4 -4 -1 3 2 -5 -4 -1 20 1 4 2 1 2 2 18 1 1 2 6 0 1 2 21 12 0 0 4 0.42 1.65 1617 T -2 -1 -1 -1 -4 0 -1 -4 1 -1 -3 0 -1 -1 0 1 5 -5 -1 0 3 3 3 3 0 4 4 0 3 3 2 4 1 3 5 8 44 0 2 6 0.60 1.68 1618 T 3 -2 -2 -4 4 -3 -2 0 -3 0 -1 -1 -1 0 -3 0 2 -5 -4 2 22 2 2 0 8 1 2 7 1 6 5 3 1 3 1 7 15 0 0 14 0.33 1.61 1619 H -1 -1 0 -1 -4 2 1 -3 2 -1 -1 0 -1 -3 1 0 4 -4 1 -2 5 3 5 3 0 8 10 1 5 3 6 5 1 1 6 7 23 0 4 3 0.26 1.48 1620 V 0 -5 -3 -5 1 -3 -5 -4 -5 3 2 -5 0 0 -5 -4 -1 -5 -2 5 7 0 1 0 3 1 0 1 0 17 18 0 2 3 0 0 3 0 1 40 0.78 1.65 1621 Y -1 1 0 -2 -4 1 -2 -4 3 1 0 -2 -2 0 -2 -1 3 -1 0 1 6 6 5 2 0 8 3 1 7 7 11 3 1 4 2 4 17 1 3 12 0.21 1.65 1622 V -2 -5 -6 -6 -1 -5 -5 -6 -6 6 0 -2 -2 -2 -5 -5 -2 -5 -4 5 2 0 0 0 1 0 0 0 0 42 7 3 0 1 0 0 2 0 0 40 1.23 1.71 1623 T -2 2 3 -2 -5 1 0 -2 1 0 -2 1 -2 -2 -2 0 3 -5 -1 -1 2 11 12 2 0 7 6 3 4 6 4 7 1 2 2 7 17 0 3 3 0.25 1.69 1624 I -3 -5 -2 -3 -4 -5 -3 -6 -5 4 1 -5 1 -2 -3 -4 -2 -5 -4 5 0 0 2 1 0 0 1 0 0 23 12 0 3 1 2 1 2 0 0 50 1.03 1.66 1625 V -1 -2 -2 -2 0 0 -1 -3 -5 1 3 0 1 -3 -3 -1 2 -2 -4 3 4 1 2 2 2 4 5 2 0 8 25 5 3 1 1 4 11 1 0 18 0.32 1.66 1626 D -3 -4 1 7 -5 -2 0 -2 -4 -3 -4 -2 -5 -5 -1 -2 -3 -5 -3 -5 1 0 6 71 0 1 5 3 0 2 1 1 0 0 3 2 0 0 1 0 1.52 1.62 1627 E 0 -1 -2 0 1 0 2 -3 -4 2 -2 0 -1 -3 -3 0 0 -5 -4 3 9 3 2 5 3 4 14 2 0 11 3 5 2 1 1 6 5 0 0 25 0.30 1.67 1628 N -1 -2 7 0 -4 -1 -1 -2 0 -3 -3 -2 -4 -4 -4 -1 -3 -5 -4 -2 5 2 64 4 0 2 3 3 2 2 2 1 0 0 1 4 1 0 0 3 1.30 1.56 1629 D -2 -4 2 7 -5 -2 1 -3 -1 -3 -3 -2 -4 -2 -1 -1 -2 -5 -3 -4 4 0 8 59 0 2 6 2 1 1 3 2 0 2 3 3 2 0 1 1 1.14 1.60 1630 N -2 0 6 -1 -2 1 -1 -3 4 -3 -4 0 -2 -2 -3 -1 -1 -1 -2 -3 3 4 43 3 1 7 4 1 11 1 2 5 1 2 1 5 4 1 1 2 0.86 1.59 1631 A 3 -1 -1 -3 -2 -3 -1 -1 -2 -1 -2 -1 -2 -2 4 0 -1 -5 -2 0 28 4 2 1 1 1 4 4 1 4 4 4 1 2 21 8 4 0 1 6 0.41 1.63 1632 P -3 -3 -2 -4 -5 -4 -2 -4 -4 -4 -3 -2 -2 -5 8 -2 -2 -5 -3 -2 1 1 2 0 0 0 2 1 0 0 3 2 1 0 77 2 2 0 1 3 2.05 1.62 1633 M -1 1 -1 -3 -4 1 2 -4 0 1 0 0 1 -1 -4 -1 1 0 -1 2 5 7 4 1 0 6 13 1 2 6 9 5 3 3 0 5 9 1 2 17 0.20 1.61 1634 F -3 -5 -3 -5 -1 -5 -5 -4 -3 1 0 -5 0 8 -2 -3 -2 -1 0 -1 2 0 1 0 1 0 0 1 1 8 8 0 2 62 3 1 2 1 1 4 1.39 1.62 1635 Q 0 -2 0 1 -4 1 2 -2 0 -1 -1 -1 0 -2 1 1 2 -4 -1 -1 7 2 5 6 0 6 12 3 2 4 7 4 2 1 6 10 15 0 2 5 0.16 1.66 1636 Q -2 2 1 -1 -5 4 1 -4 2 -3 -2 1 -1 -2 1 1 -1 -5 -2 -2 4 9 6 3 0 23 8 1 4 2 4 7 2 2 7 9 4 0 2 3 0.36 1.70 1637 P 0 -2 -1 1 -1 0 -1 -1 -1 -2 -3 0 -2 -4 5 2 1 -5 -3 -3 8 2 2 7 2 4 4 4 1 2 3 6 1 1 25 17 10 0 1 2 0.46 1.64 1638 H -1 0 -1 -2 -4 1 1 -3 3 -1 -1 -1 -1 1 -1 1 1 -4 2 1 4 6 3 2 0 6 8 2 8 4 6 4 2 5 3 13 9 0 7 9 0.17 1.64 1639 Y -1 -3 -3 -4 -5 -1 -2 -3 0 0 0 -3 -2 3 -3 -3 -2 1 8 -2 5 1 1 1 0 2 3 2 2 4 8 1 1 12 2 2 3 1 48 2 1.11 1.71 1640 E -2 1 1 0 -5 1 3 -1 0 -2 -2 1 -3 -2 0 2 1 -2 -2 -1 3 7 5 5 0 6 20 4 2 2 4 7 1 1 5 15 7 1 1 4 0.25 1.74 1641 V 1 -4 -1 -4 -2 -4 -3 0 -5 1 0 -2 0 1 -3 0 1 -2 -2 4 13 1 4 1 1 0 1 8 0 7 8 2 2 5 1 6 9 1 1 29 0.37 1.79 1642 L -2 0 -1 -2 -2 0 0 -4 0 1 1 -1 -2 1 0 1 1 -3 1 2 3 5 2 2 1 4 8 1 2 7 13 3 0 6 5 12 8 0 5 12 0.14 1.77 1643 L -3 -3 -3 -5 1 -3 -1 -4 -4 3 2 -5 1 -1 -4 -3 -1 -3 -1 5 1 1 2 0 2 1 5 1 0 18 17 0 3 3 1 1 4 0 2 36 0.68 1.78 1644 D -2 0 0 0 1 -1 3 -2 -1 -3 -1 -1 -1 -3 4 1 -1 -3 -1 -1 3 5 4 6 3 2 18 3 1 1 5 4 2 1 18 12 3 0 3 4 0.32 1.71 1645 E -1 -1 1 -1 -5 1 6 -3 -1 -3 -3 -1 -2 -5 -2 -1 -2 -5 -2 -3 4 2 7 2 0 4 55 2 2 2 3 3 1 0 2 5 2 0 1 2 0.90 1.76 1646 G 1 -3 5 1 -2 -2 0 2 -3 -2 -3 -1 -1 -3 -2 1 -1 -4 -2 -1 12 1 26 7 1 1 5 17 0 2 3 3 2 1 2 9 3 0 1 4 0.43 1.49 1647 P 1 -1 0 -1 -2 -1 0 -1 -2 -1 -1 -1 0 -2 4 1 1 -2 -1 0 11 4 4 4 1 3 5 4 1 3 7 4 2 2 19 10 7 0 2 6 0.22 1.19 1648 D 0 0 2 2 -3 1 1 0 -1 -2 -2 0 -1 -2 1 1 -1 -1 -2 0 7 4 8 9 1 5 10 9 1 3 4 5 2 2 8 9 4 1 1 8 0.12 1.31 1649 T 0 0 1 -1 -2 -1 -1 -1 -2 -1 -2 -1 -2 -2 4 0 2 -3 -2 0 8 4 7 4 1 3 5 6 1 3 3 3 1 2 19 8 15 0 1 6 0.27 1.47 1650 L -1 -1 -2 -2 -2 -1 -1 -1 -2 2 2 -2 0 -1 0 -1 -1 0 -1 3 5 4 2 2 1 3 4 5 1 11 18 3 2 3 5 4 4 1 2 18 0.17 1.14 1651 N -1 -1 2 0 -4 -1 0 3 0 -1 -2 -2 -1 -2 1 0 0 -4 0 -1 4 3 11 5 0 3 7 25 2 3 3 2 2 2 8 6 5 0 3 5 0.28 1.69 1652 T 0 -2 -2 -1 -4 0 -1 0 -1 1 -1 -2 0 -1 1 1 3 -4 -1 2 7 3 2 3 0 4 4 7 2 7 4 2 3 3 6 12 18 0 2 12 0.18 1.77 1653 S 1 0 -1 -2 -4 0 0 0 2 -1 0 -1 -1 -2 0 1 1 0 0 0 11 6 3 2 0 3 5 7 5 3 11 3 1 2 4 12 9 1 3 8 0.08 1.76 1654 L -3 0 -1 -2 -1 -1 -2 -5 -1 4 2 -2 0 0 -1 -3 -2 -5 -1 3 2 4 3 2 1 4 3 0 1 22 17 3 2 3 4 2 2 0 2 23 0.45 1.89 1655 I 0 -4 -4 -4 3 1 0 0 3 0 -1 0 2 1 1 0 0 -4 2 0 6 0 0 0 6 6 6 6 6 6 6 6 6 6 6 6 6 0 6 6 0.17 1.67 1656 T -1 2 -1 -1 -4 3 -2 -2 0 -2 -1 1 -2 0 -1 -1 4 -1 -4 -1 5 11 2 3 0 12 2 3 3 2 5 7 1 4 3 4 26 1 0 5 0.33 1.65 1657 I -2 -3 -5 -5 -4 -4 -3 -4 -5 4 1 -4 0 0 -3 -2 -1 -4 -3 5 2 1 0 0 0 0 2 1 0 25 14 0 2 3 1 3 3 0 1 38 0.80 1.65 1658 Q -1 1 1 -1 -4 3 0 -3 0 -2 -1 1 -1 -1 -3 2 2 -4 0 -2 3 7 6 3 0 12 7 2 3 2 6 9 2 2 1 13 16 0 3 3 0.25 1.66 1659 A 5 -4 -4 1 -1 -2 -2 -2 -2 -2 -2 -3 -1 -4 -3 0 -1 -5 -4 2 55 0 0 9 1 1 2 2 1 1 3 1 1 0 1 4 3 0 0 12 0.80 1.64 1660 L -1 0 -1 -1 -4 -1 -1 -1 0 1 0 0 -1 -1 -4 1 3 0 -2 1 4 6 2 4 0 2 5 4 2 8 10 5 1 3 1 11 20 1 2 9 0.18 1.62 1661 D -3 -3 -1 8 -6 -3 0 -3 -4 -5 -4 -3 -5 -5 -2 -1 -2 -6 -3 -5 1 1 1 81 0 0 3 1 0 0 2 0 0 0 2 3 2 0 1 0 1.85 1.72 1662 L 0 2 -2 -2 -4 0 0 -1 -2 -1 2 1 1 -3 3 -1 -2 -2 -1 -1 10 11 1 2 0 5 5 5 1 4 17 8 3 1 13 5 2 1 2 5 0.19 1.64 1663 D -4 -4 0 7 -5 -3 -1 -2 -1 -2 -5 -2 -3 -5 2 -2 -4 -6 -3 -4 1 0 4 67 0 0 2 3 1 3 1 2 1 0 11 2 0 0 1 1 1.44 1.68 1664 E 0 -1 1 2 2 0 3 -2 -1 0 -2 1 -2 -2 -2 1 -1 -4 -3 -2 6 3 6 11 4 3 22 4 1 6 4 7 1 2 1 13 4 0 1 3 0.26 1.62 1665 G -1 -2 -1 1 -4 -2 -1 5 -2 -4 -4 -1 -4 -4 -1 1 2 0 -4 -3 5 2 2 7 0 1 4 42 1 1 2 3 0 0 3 9 14 1 0 2 0.66 1.61 1666 P 1 -2 -1 1 -2 -1 1 -2 -1 0 -2 -1 -2 -2 4 0 1 -4 -2 0 10 2 2 9 1 3 8 2 1 7 3 4 1 2 22 7 8 0 2 5 0.31 1.61 1667 N -1 0 7 -1 -5 -1 0 -1 0 -3 -3 -2 -4 -3 -3 -1 -1 -5 0 -3 6 4 49 3 0 2 6 5 2 2 3 2 0 1 1 4 3 0 3 2 0.85 1.71 1668 G 2 -2 -1 0 -4 -1 -3 4 -1 -5 -3 0 -4 -3 0 -1 -1 6 -1 -3 14 2 2 5 0 3 1 35 1 0 2 5 0 1 5 4 4 10 2 1 0.62 1.66 1669 T -2 1 0 0 -5 1 1 -2 1 -1 -2 2 1 -2 -1 1 1 0 -2 0 3 9 5 5 0 7 10 2 3 3 5 13 4 2 3 9 7 1 1 6 0.16 1.70 1670 V 1 0 -1 0 0 -1 -4 -2 0 2 0 -1 2 0 0 -2 -1 -4 0 3 11 4 3 5 2 2 0 4 2 14 9 4 4 4 5 2 3 0 4 18 0.19 1.66 1671 T -2 1 0 -1 2 0 -2 -5 0 0 -2 0 0 3 -5 1 3 3 -1 1 3 8 4 3 4 5 2 0 2 5 3 5 2 11 0 9 16 4 2 11 0.26 1.72 1672 Y -4 -4 0 -5 3 -4 -4 -1 1 -1 -1 -1 -3 3 -5 -1 -2 -2 7 -1 0 0 5 0 5 0 0 5 4 3 6 4 0 11 0 5 3 0 43 3 0.98 1.69 1673 A 0 1 -1 -3 0 0 0 -2 0 -1 -3 0 -2 0 -3 4 1 -5 0 -2 6 8 2 1 2 4 5 2 2 4 2 5 1 5 1 36 9 0 3 2 0.41 1.79 1674 I -3 -5 -5 -2 -5 -5 -4 -6 -3 5 3 -4 1 4 -6 -2 -4 -4 -1 1 2 0 0 3 0 0 1 0 1 37 22 1 3 16 0 4 0 0 1 9 0.91 1.82 1675 V -1 0 -1 -3 -1 1 0 -2 -1 2 2 -3 1 -1 -2 -1 1 -1 -2 3 4 5 3 1 1 5 6 3 1 10 17 1 3 2 2 5 8 1 1 20 0.21 1.72 1676 A 0 0 0 1 -4 2 1 1 1 -4 -3 0 -2 -5 2 2 0 -2 -2 -2 6 4 3 8 0 8 7 12 4 0 3 5 1 0 10 19 5 1 1 2 0.26 1.72 1677 G 0 -2 2 2 -5 0 1 4 2 -3 -4 -2 -4 -1 1 -1 0 -5 -3 -4 7 2 9 10 0 5 8 29 4 2 1 2 0 3 7 4 7 0 1 1 0.43 1.72 1678 N -2 -1 4 3 -3 0 2 0 -1 -3 -1 -1 -3 -5 0 0 -1 -5 -3 -3 3 3 17 19 1 5 15 8 1 1 6 4 1 0 5 6 4 0 1 2 0.41 1.75 1679 I 0 -2 -2 -1 -2 -2 1 -1 0 2 1 -2 0 0 2 0 0 -4 -1 1 8 2 1 4 1 1 8 6 2 10 12 3 2 4 12 6 5 0 2 9 0.13 1.58 1680 V 0 0 0 0 -4 -1 0 0 -1 -1 0 0 -1 2 1 1 -1 -1 -2 0 8 6 4 6 0 2 5 8 1 3 8 7 1 10 8 9 4 1 1 7 0.07 1.59 1681 N -2 0 3 2 -5 1 0 1 1 -2 -3 1 -2 0 -1 1 0 -5 -3 -3 2 4 13 9 0 6 7 12 4 3 3 7 1 5 4 13 6 0 1 1 0.24 1.76 1682 T -1 -1 -2 -2 -5 1 -3 -4 2 0 2 0 1 1 0 -1 2 3 0 -1 5 3 2 2 0 6 2 1 4 5 18 5 4 7 5 5 15 3 3 4 0.21 1.82 1683 F -3 -5 -3 -6 -5 -2 -4 -6 -4 -1 0 -1 -3 8 -6 -5 -2 -3 1 -2 2 0 2 0 0 2 1 0 0 3 7 4 0 71 0 0 3 0 3 2 1.70 1.82 1684 R -1 1 1 0 -3 1 1 -2 2 -2 -3 2 -3 -3 -1 2 1 -5 -1 -2 5 7 6 6 1 5 10 2 5 3 3 12 1 1 4 15 9 0 2 3 0.22 1.80 1685 I -1 -1 0 -4 -4 0 -1 -5 -4 4 0 -4 2 0 1 -1 1 -5 -4 2 4 4 4 0 0 4 4 0 0 25 9 0 4 4 7 6 8 0 0 15 0.37 1.56 1686 D -2 -1 2 3 -5 0 2 -2 1 -4 -2 1 0 1 -1 0 0 -4 1 -1 3 3 8 14 0 4 16 4 3 0 4 7 3 6 3 6 5 0 6 5 0.24 1.59 1687 R -1 1 2 -2 -1 -1 1 -2 -2 -3 -1 0 -2 -3 4 1 1 1 -1 -4 4 8 11 2 1 3 10 4 1 1 7 6 1 1 20 9 8 2 2 1 0.35 1.68 1688 H -2 0 4 1 -5 0 0 -2 3 -1 -2 1 -3 -2 -2 0 1 -5 1 -1 2 4 22 8 0 4 6 2 6 3 4 8 1 2 2 8 9 0 5 5 0.33 1.66 1689 M -1 -3 0 -1 -4 -1 0 -1 -3 -2 -1 -2 -2 1 -2 2 4 -4 0 -1 4 1 5 3 0 3 7 5 0 2 6 2 1 6 2 14 30 0 3 4 0.37 1.58 1690 G -2 -1 -1 -3 -5 -4 -4 6 -4 -3 -2 -4 -4 -2 -3 -2 -3 -4 1 -4 1 4 2 1 0 0 0 69 0 1 5 0 0 2 1 2 1 0 6 1 1.29 1.69 1691 V -1 -2 1 -1 -4 -1 3 -4 -2 2 0 -1 0 -2 -4 -1 1 -2 -1 2 6 1 6 3 0 3 18 1 1 10 9 3 3 2 0 5 10 1 2 16 0.25 1.72 1692 I -3 -4 -4 -6 -1 -3 -6 -6 -6 5 4 -5 0 -2 -6 -5 -2 -1 -2 2 2 1 1 0 1 1 0 0 0 40 34 0 2 1 0 0 2 1 1 13 1.06 1.76 1693 T -2 2 -1 -2 -1 -2 -2 -4 0 -1 -2 1 -1 -1 -5 1 4 -2 2 1 3 12 2 2 1 2 2 1 2 3 3 8 1 3 0 11 28 0 7 9 0.40 1.75 1694 A 1 -3 -1 -4 -4 -2 -2 -3 -5 0 2 -1 0 -3 -1 0 4 -5 -4 3 11 1 3 0 0 2 2 2 0 3 19 3 2 1 3 6 23 0 0 19 0.42 1.72 1695 A 2 0 1 -2 -4 -1 0 -1 -1 1 0 0 0 -3 -3 1 1 -2 -2 1 18 6 6 3 0 2 5 4 1 7 7 7 2 1 1 8 9 1 1 11 0.14 1.74 1696 K 0 3 -2 -2 -3 0 0 1 -1 -3 -3 4 0 -4 -1 0 -1 -5 -2 -1 9 13 2 1 0 4 6 12 1 1 3 25 2 1 3 7 4 0 1 4 0.35 1.66 1697 E 1 0 -1 -1 -1 0 1 -1 0 -2 -3 0 2 -5 4 2 0 -5 -2 -2 11 5 3 4 1 4 9 4 2 2 2 6 5 0 18 13 6 0 1 2 0.29 1.53 1698 L -1 -4 0 -4 -4 -4 -1 -2 -4 3 3 -1 2 1 0 -4 -1 -4 -3 1 4 0 5 0 0 0 4 4 0 14 35 3 4 7 5 0 3 0 0 10 0.44 1.42 1699 D -1 -1 0 5 -4 0 0 0 -3 -2 0 -3 -3 0 1 0 -3 -4 -4 -2 5 3 5 34 0 4 4 7 0 3 9 1 0 5 8 7 1 0 0 4 0.44 1.32 1700 Y -1 3 -3 2 1 1 -1 -2 1 -2 -1 -1 0 2 -1 -1 0 -3 3 -1 4 15 0 13 3 7 2 4 3 2 6 2 2 7 4 5 5 0 10 5 0.21 1.36 1701 E 0 2 -1 1 -4 2 4 -4 -3 -4 -2 1 -4 -5 0 1 0 -5 -4 -4 9 13 3 7 0 7 25 1 0 0 4 7 0 0 4 12 7 0 0 1 0.45 1.38 1702 I 1 0 -1 0 -1 0 1 -1 0 0 0 1 1 -1 -1 -1 1 -1 -1 0 10 5 3 5 1 4 10 6 2 6 9 8 3 3 3 5 8 1 2 7 0.04 0.79 1703 S 0 0 0 1 -2 1 1 -1 -1 -2 -2 0 0 -3 -1 2 2 -4 -2 -1 7 6 5 8 1 5 9 5 1 2 5 5 2 1 4 15 14 0 1 4 0.16 1.56 1704 H -2 1 1 -2 0 3 1 -2 3 -1 -3 2 -1 -2 0 0 -1 -1 -1 -1 3 9 8 2 2 11 8 3 7 4 3 13 2 2 6 6 3 1 2 5 0.22 1.45 1705 G 1 0 0 0 -3 1 0 1 0 -3 -1 0 0 -3 1 1 0 -1 -1 -1 11 4 5 6 1 6 5 12 2 1 6 5 3 1 6 12 6 1 2 4 0.11 1.32 1706 R -1 0 -1 -1 -1 3 1 -3 2 0 0 0 0 2 -3 0 0 -3 -1 1 5 6 2 4 1 11 7 1 6 5 10 7 2 8 1 7 5 0 2 9 0.15 1.53 1707 Y -4 -2 -4 -2 -1 1 0 -5 3 0 -1 -2 -1 3 -2 -2 -2 1 6 -1 1 2 0 3 1 8 7 1 6 6 5 3 2 10 2 3 2 2 32 5 0.70 1.74 1708 T -2 -1 0 -1 -1 -1 1 -4 1 0 1 0 0 0 -2 0 3 0 -1 0 3 3 5 4 1 3 10 1 3 6 12 6 2 5 2 7 16 1 2 7 0.15 1.73 1709 L -2 -2 -5 -5 0 -1 -1 -5 -5 3 3 -2 2 2 -2 -2 -1 -4 -3 2 3 2 0 0 2 3 4 1 0 19 32 2 5 7 2 3 4 0 0 11 0.52 1.75 1710 I -2 0 -2 -2 -1 0 0 -3 -1 3 0 -1 0 0 -2 -2 1 0 -1 3 2 5 2 3 1 5 5 2 2 20 8 3 2 4 2 3 9 1 2 19 0.27 1.80 1711 V -1 -3 -5 -2 -1 -2 -1 -3 -5 4 0 -5 -3 0 -3 -3 -2 0 -4 5 5 2 0 3 2 2 4 3 0 22 9 0 0 3 2 2 2 1 0 39 0.70 1.83 1712 T 2 0 -1 -2 -1 2 2 -2 -2 0 -3 1 0 -5 -3 0 1 -5 -2 1 17 6 3 1 1 10 13 3 1 6 2 7 2 0 1 5 10 0 1 9 0.24 1.81 1713 A 5 -2 -1 -1 -4 -2 0 -1 -5 -1 -2 -2 -4 -5 -4 -1 -2 -5 -2 2 50 2 3 3 0 2 5 5 0 4 3 2 0 0 0 3 2 0 1 15 0.68 1.82 1714 T -1 1 0 2 -5 -1 0 -1 -1 0 -3 0 0 -1 -2 1 2 -2 -1 1 5 9 4 12 0 3 6 4 1 5 1 6 2 3 2 10 15 1 2 9 0.18 1.80 1715 D -3 -2 3 6 -5 -1 1 -1 1 -2 -4 -2 -4 0 -1 -1 -3 -5 -4 -3 2 2 14 46 0 3 7 5 3 2 2 2 0 4 3 4 0 0 0 2 0.89 1.72 1716 Q -1 1 1 0 -1 3 1 3 2 -3 -2 0 0 -2 -1 -1 -1 -3 -3 -2 4 7 6 5 1 12 10 21 5 1 4 6 2 2 3 5 4 0 1 2 0.26 1.41 1717 C 0 0 0 0 3 -1 0 2 0 0 -1 -2 -1 0 0 0 0 0 -1 -1 8 6 4 5 5 3 6 18 2 6 6 2 1 3 5 6 5 1 2 5 0.10 1.26 1718 P -1 -1 0 0 -2 -1 0 0 -2 -1 -1 -1 0 -1 5 0 0 -2 -2 -1 5 3 4 4 1 3 6 8 1 4 5 4 2 2 26 8 5 1 2 4 0.32 0.96 1719 I -1 -1 0 -1 -2 0 0 0 0 1 1 -1 1 1 0 -1 0 -1 0 1 6 3 4 4 1 4 6 8 3 8 14 4 4 5 5 5 5 1 3 9 0.04 0.87 1720 L 0 -1 -1 -1 -1 -1 -1 0 -1 0 1 -1 1 0 1 0 0 -1 0 1 8 4 4 4 1 3 5 7 1 6 14 4 4 3 6 7 7 1 3 9 0.04 0.82 1721 S 0 0 1 0 -1 0 0 2 -2 -1 -2 -1 -2 -2 0 2 1 -2 -3 -1 8 5 6 5 1 5 6 14 1 5 5 3 1 2 4 17 8 1 1 4 0.14 1.29 1722 H -1 1 1 -1 -3 1 1 1 3 -2 -2 0 -1 -1 3 0 0 -3 1 -2 4 7 6 3 1 6 8 10 7 2 5 5 2 2 13 5 7 0 5 3 0.19 1.27 1723 R 1 3 0 -1 -3 1 -1 1 -1 -2 -2 -1 -2 -1 2 1 -1 -3 0 -2 12 17 4 3 1 6 3 11 1 2 4 4 1 2 10 9 4 0 3 2 0.22 1.34 1724 L -1 -1 -1 -3 -3 0 -1 -2 0 -1 3 0 2 1 -1 -1 -2 -1 0 0 6 3 2 1 1 4 4 3 3 3 31 5 5 6 3 5 3 1 3 7 0.22 1.33 1725 T -1 -1 0 -2 -1 -1 0 -2 0 -1 -1 0 0 -2 -1 3 3 -1 -2 0 5 3 4 2 1 3 7 3 2 3 6 6 3 2 3 19 18 1 1 8 0.21 1.43 1726 S 1 -2 0 0 0 -1 -2 1 -2 -3 -2 -1 -2 -3 0 3 2 -4 -2 -2 12 2 4 5 2 2 2 11 1 1 4 3 1 1 5 24 15 0 2 3 0.30 1.57 1727 T -1 0 -1 -1 -4 1 0 -3 1 -1 -3 1 0 -2 0 1 4 0 0 0 4 4 3 3 0 6 5 1 3 4 2 7 2 2 4 9 29 1 3 8 0.32 1.59 1728 T 2 -2 -2 -3 4 -2 -3 -3 1 -1 -1 -1 1 -4 -2 0 3 -5 -1 1 20 2 2 1 8 1 2 2 4 4 5 5 3 0 2 8 20 0 2 10 0.35 1.66 1729 T -2 -1 0 -2 -4 1 0 -3 0 0 -1 1 1 -2 0 1 3 -5 -1 1 2 3 4 2 0 7 6 2 3 5 6 9 4 2 4 9 22 0 2 8 0.22 1.50 1730 V 0 -2 -5 -5 -4 -4 -4 -5 -5 2 1 -4 0 1 -5 -2 1 3 -1 5 7 2 0 0 0 0 0 0 0 11 12 0 2 5 0 3 8 5 2 41 0.67 1.44 1731 L -2 0 0 -2 -4 -1 0 -5 -1 1 1 -1 0 -2 -3 0 3 0 -2 2 2 5 4 2 0 2 6 0 2 9 17 3 2 2 1 8 16 1 1 16 0.24 1.44 1732 V -2 -4 -5 -5 -4 -4 -2 -5 -4 5 0 -2 0 0 -5 -4 -1 -4 1 4 3 0 0 0 0 0 3 0 0 30 9 3 2 4 0 0 3 0 6 35 0.78 1.43 1733 N -2 1 1 1 -4 2 1 -3 0 -1 -1 1 1 -1 -2 0 1 0 0 0 2 9 6 9 0 8 9 2 2 3 6 8 3 3 1 8 9 1 3 8 0.15 1.42 1734 V 0 -3 -3 1 -3 -3 1 -4 -3 1 0 -3 3 -2 2 -2 1 -3 2 1 10 0 0 10 0 0 10 1 0 10 10 1 9 0 10 1 10 0 9 10 0.28 1.01 1735 N -1 1 1 0 1 0 0 -2 1 -1 0 -1 1 -1 1 0 1 -5 -4 1 3 8 6 6 3 4 7 3 3 4 11 4 3 3 8 6 9 0 0 9 0.08 1.44 1736 D -4 -3 2 6 -5 0 2 -2 2 -2 -2 -1 -4 -5 1 0 -3 -6 -4 -2 0 0 7 42 0 3 13 3 6 3 4 3 0 0 6 5 0 0 0 4 0.77 1.42 1737 I 1 -2 -4 -3 1 -1 0 -3 -2 3 0 -1 1 -4 -4 -1 0 -1 -4 4 10 2 0 1 3 3 7 2 1 17 7 4 3 0 0 4 4 1 0 29 0.42 1.53 1738 N -2 -1 7 3 -5 0 0 -2 -3 -3 -5 -1 -4 -5 -1 -2 -1 -5 -4 -2 4 3 50 14 0 3 5 2 0 2 1 2 0 0 4 2 3 0 0 4 0.97 1.51 1739 D -2 -4 -1 6 -5 0 3 0 -1 -5 -2 -2 -4 -3 -1 -1 -2 -5 -5 -3 2 0 2 45 0 4 20 6 1 0 5 1 0 1 3 4 2 0 0 2 0.87 1.55 1740 N -1 0 5 -1 2 -1 1 0 3 -2 -4 -2 -2 0 -1 -1 -1 -4 -1 -4 6 5 33 3 4 3 8 8 8 2 1 2 1 4 2 3 3 0 2 1 0.54 1.47 1741 V 2 -2 -2 -3 -2 -3 -1 -2 -2 0 -1 -3 1 -1 4 0 0 -2 -2 2 18 2 1 1 1 1 5 3 1 4 7 1 3 2 18 6 6 1 1 16 0.31 1.55 1742 P 0 -3 -3 -3 -4 2 1 0 -3 1 0 1 3 -4 2 0 -3 -4 -4 1 9 0 0 0 0 9 9 9 0 9 9 9 9 0 9 9 0 0 0 9 0.22 1.12 1743 T -2 -1 -2 -3 3 0 2 -2 -1 -1 -1 -1 -1 3 1 -2 1 1 -1 1 3 4 2 1 5 5 14 3 2 3 5 3 2 13 8 3 10 2 2 9 0.23 1.85 1744 F -3 -1 -2 -3 -5 -2 -1 -5 2 1 0 -3 0 6 -1 -1 -2 1 0 0 2 4 2 2 0 2 5 0 4 8 9 1 2 38 3 5 2 2 2 6 0.68 1.83 1745 P -1 -2 0 -1 1 0 -1 -3 -1 -1 -2 -1 -1 -2 5 -1 1 -5 -1 -1 6 2 4 3 3 4 5 2 1 4 4 4 2 2 34 4 9 0 2 5 0.56 1.73 1746 R 0 2 -1 -3 0 2 -1 -2 0 0 -2 1 0 -1 1 1 -1 0 -1 0 9 11 3 1 2 8 4 4 2 5 5 10 3 2 8 9 4 1 2 7 0.13 1.63 1747 D -2 -2 1 2 -3 0 1 -2 0 -2 -1 -1 -1 -2 2 2 2 -4 -2 -1 2 2 7 11 1 4 7 3 2 2 7 4 2 2 10 13 14 0 1 4 0.21 1.56 1748 Y -1 -2 0 -2 -3 -2 -1 -2 2 0 1 -1 -1 2 -1 1 0 1 3 0 6 2 4 2 0 2 5 3 4 5 12 5 1 8 4 12 5 2 10 7 0.15 1.50 1749 E -1 -1 0 0 -3 1 2 -3 -1 -1 -1 -2 -1 0 0 0 0 -3 4 -1 5 3 5 5 1 5 16 2 1 4 7 2 2 3 5 8 7 0 15 5 0.22 1.70 1750 G 0 -2 0 -1 -1 0 -1 2 -1 -2 -1 0 0 0 -1 2 1 -3 0 0 8 2 4 4 1 5 3 16 2 3 5 6 2 4 4 13 10 0 3 6 0.11 1.49 1751 P 0 -2 0 -2 -3 0 0 -1 -2 -1 -1 -2 -1 -1 4 0 1 -3 -1 1 6 2 5 3 0 3 6 4 1 3 7 2 2 3 23 8 8 0 2 9 0.30 1.51 1752 F -1 -2 -1 -3 1 -1 -1 -3 -2 2 1 -2 -1 3 -1 0 -1 1 3 2 5 2 3 1 2 2 5 2 1 10 11 2 2 13 3 8 3 2 9 15 0.25 1.58 1753 E -2 0 1 -1 -1 0 1 -3 -1 2 -1 0 -1 -2 -1 1 1 -4 -1 2 2 6 6 3 1 4 11 1 1 10 5 6 2 2 3 11 8 0 2 15 0.17 1.67 1754 V -1 -1 -4 -5 1 -2 -2 -5 -3 3 1 -1 0 -2 1 -1 -1 -2 -2 4 4 3 0 0 3 1 3 1 1 19 13 4 2 2 6 6 4 1 1 26 0.43 1.81 1755 T -1 -1 -1 -2 -5 -1 4 -3 -1 -3 -1 0 -1 -3 3 1 2 -5 -3 -1 5 4 3 2 0 2 26 2 1 1 5 4 2 1 14 11 11 0 1 5 0.41 1.85 1756 E -2 -1 3 2 -5 0 5 -3 -1 -4 -3 -1 0 -5 -3 -1 -3 -5 -1 -2 3 3 12 12 0 3 44 1 1 1 3 2 2 0 1 4 1 0 2 3 0.79 1.85 1757 G 1 -2 5 1 -3 -2 -2 2 -2 -2 -2 -2 -2 -4 -1 1 -1 -5 -2 -2 14 2 24 8 1 1 2 17 1 3 4 2 1 1 3 11 4 0 1 3 0.44 1.79 1758 Q 0 -1 -1 -2 -5 2 2 -2 -1 -1 0 -1 -1 -3 1 2 1 -2 -4 0 9 3 3 2 0 8 16 3 1 4 8 3 1 1 6 16 9 1 0 6 0.22 1.84 1759 P -1 0 -2 -4 -5 -2 -2 -4 -1 0 -1 0 -1 -3 6 -1 -2 0 -4 0 6 6 2 1 0 2 3 1 2 5 6 5 1 1 45 4 3 1 0 7 0.87 1.78 1760 G 0 -3 0 -2 -4 -2 0 5 -1 -2 -3 -2 -2 -1 -1 0 -2 -4 -4 -3 6 1 5 2 0 2 7 49 1 3 3 2 1 3 4 6 2 0 0 2 0.73 1.73 1761 P 0 -3 -1 -1 -2 0 -1 -1 -1 -1 -2 -2 -1 -1 3 1 4 -2 0 -1 6 1 3 3 1 4 3 4 2 4 3 2 1 3 17 10 26 1 3 4 0.38 1.70 1762 R -2 2 -2 -1 -1 0 0 -3 2 0 0 0 -2 2 -1 0 1 -2 -1 2 4 11 2 3 2 5 6 1 5 4 10 7 1 7 4 7 8 1 1 14 0.14 1.72 1763 V -3 -4 -2 -4 -4 -4 -2 -4 -5 4 1 -4 -1 -1 0 -4 -2 -5 -2 5 2 1 2 1 0 0 3 1 0 24 14 1 1 3 6 1 1 0 1 37 0.77 1.76 1764 W 2 -2 0 -3 -1 1 -2 2 -3 0 0 -2 1 0 0 -2 1 0 0 0 18 2 4 1 1 7 2 13 1 6 10 3 3 4 4 3 8 1 3 7 0.15 1.71 1765 T -1 0 0 -3 -4 2 -1 -1 -1 -1 1 1 -2 -3 -2 0 4 -5 -3 1 6 5 5 1 0 8 3 4 1 4 13 7 1 1 2 6 23 0 1 9 0.26 1.80 1766 F -3 -3 -3 -4 -4 -2 -3 -4 0 3 1 -4 -1 4 -1 -3 -3 -4 3 4 1 2 2 1 0 2 2 1 2 14 13 1 1 17 4 1 1 0 8 28 0.63 1.80 1767 L -2 0 -1 -1 -2 1 -3 -3 -2 2 0 1 -3 -2 -3 2 2 -1 -1 1 2 4 3 3 1 6 1 2 1 11 10 8 0 2 1 16 14 1 2 11 0.23 1.84 1768 A 5 -1 -3 -2 -4 -1 -3 -2 -2 0 -3 -2 -4 -3 -2 -1 0 -5 -4 2 52 3 1 3 0 3 1 2 1 5 2 2 0 1 2 4 5 0 0 15 0.73 1.78 1769 H -2 1 -1 0 -5 0 -1 -5 2 1 -3 -1 0 0 -3 1 3 0 1 1 3 9 2 6 0 4 4 0 5 10 1 4 3 5 1 12 17 1 5 9 0.26 1.77 1770 D -3 -1 1 7 -6 -2 -1 -4 -4 -4 -4 -2 -1 -1 -2 -3 -4 -6 -5 -5 1 3 5 76 0 1 1 0 0 1 2 2 2 3 1 1 0 0 0 0 1.70 1.80 1771 R 1 3 0 -1 -3 1 0 -3 -1 -3 -1 0 -2 -5 4 1 -1 0 -2 -3 10 16 4 4 1 6 5 2 1 2 7 6 1 0 18 9 4 1 1 2 0.32 1.74 1772 D -3 -4 1 7 -6 -3 1 -4 -4 -2 -4 -2 -5 -6 0 -2 -3 -6 -5 -3 1 0 5 71 0 0 6 0 0 3 2 2 0 0 4 2 1 0 0 2 1.55 1.78 1773 S 0 0 -1 0 -4 0 1 -2 0 0 -3 0 -1 -2 -1 3 2 -5 -2 -2 7 6 2 6 0 4 10 3 2 5 2 5 2 2 3 23 12 0 2 3 0.24 1.75 1774 G 0 0 0 2 -4 -1 -1 5 -2 -2 -3 -2 -4 -1 -1 -1 0 1 -4 -2 6 4 4 10 0 3 5 39 1 3 2 2 0 3 3 4 6 2 1 2 0.51 1.55 1775 P -1 -1 1 1 -4 2 1 -2 -1 -1 -1 1 1 -3 3 1 -1 -4 -2 -2 5 3 8 7 0 9 10 2 1 3 5 9 4 1 13 10 4 0 1 3 0.21 1.56 1776 N -1 -2 6 0 -5 -1 1 -1 -1 -2 -3 -1 -2 -2 -3 0 -1 -5 -2 -5 4 2 47 5 0 3 9 4 1 2 2 4 1 2 1 6 3 0 2 0 0.85 1.74 1777 G 2 -1 -1 -2 -4 1 -2 4 -2 -3 -2 -1 -4 1 -4 1 -1 -1 -1 -2 14 4 3 3 0 6 2 34 1 1 4 3 0 6 0 9 3 1 2 3 0.45 1.71 1778 Q -2 2 -1 0 -5 2 1 -1 1 -2 -1 2 -2 0 0 0 1 0 0 -2 2 11 3 5 0 10 9 4 3 2 6 14 1 4 4 6 8 1 3 3 0.19 1.72 1779 V -2 -4 -2 -3 -4 -2 -4 -5 -1 3 1 -2 1 1 -2 -2 0 -4 3 4 3 0 2 2 0 2 0 0 2 16 11 2 4 5 2 2 5 0 9 31 0.55 1.76 1780 E -1 2 -1 -1 -1 -1 1 -3 0 0 -2 0 1 0 1 1 1 0 0 1 4 9 3 4 1 3 10 1 3 5 3 6 3 4 6 10 10 1 3 9 0.12 1.80 1781 Y -2 -2 -5 -5 5 -2 -5 -2 0 -2 -2 -2 -4 3 -2 -3 -2 1 7 0 3 2 0 0 12 2 0 3 2 2 4 3 0 10 3 2 2 2 42 5 1.06 1.80 1782 S -1 1 1 -1 -4 1 1 -2 0 -1 -3 0 -1 -1 -4 3 1 -4 3 -2 5 6 6 3 0 5 8 2 2 3 2 5 1 3 0 23 10 0 9 3 0.29 1.75 1783 I -3 -1 -5 -3 0 -4 -5 -2 0 5 2 -2 1 1 -5 -1 -2 -5 -2 2 2 3 0 2 2 0 0 3 3 30 19 2 4 5 0 5 2 0 1 13 0.52 1.77 1784 M -2 -1 -3 -3 -2 2 -2 -2 -1 1 2 -1 3 -1 0 0 1 -1 -2 1 3 4 1 2 1 10 3 4 1 7 22 3 6 2 5 6 8 1 1 10 0.21 1.80 1785 D -1 0 0 3 -4 1 2 1 0 -2 -3 0 -2 -4 1 1 -1 -5 -1 -2 4 5 5 16 0 5 13 12 2 2 3 6 1 0 6 11 3 0 2 2 0.27 1.76 1786 G -1 0 2 1 -4 0 -1 4 1 -2 -2 -2 -1 -2 1 0 -1 -4 -1 -3 6 5 10 7 0 4 4 28 3 2 4 2 2 2 6 6 4 0 2 2 0.32 1.64 1787 D -2 -2 3 4 -2 0 1 -3 1 -2 0 -2 -2 -3 0 0 -2 -5 -4 -1 2 2 16 25 1 4 10 2 3 2 9 2 1 1 6 6 2 0 0 5 0.45 1.84 1788 P -1 -1 -1 1 -4 -2 1 0 -1 -2 -3 -2 -2 -3 6 -1 -1 -4 0 -2 5 4 3 8 0 1 8 7 1 2 2 2 1 1 38 5 4 0 3 2 0.69 1.71 1789 L 0 0 0 0 -3 -1 0 -1 0 -1 0 0 0 3 0 0 -1 -3 1 0 8 5 5 5 0 3 6 6 2 4 8 5 2 14 4 8 4 0 5 6 0.10 1.49 1790 G -1 0 2 0 -3 0 0 4 1 -2 -2 1 -1 -1 -2 0 -1 -3 -2 -3 4 4 9 5 0 4 7 27 3 2 3 9 1 3 2 8 3 0 2 2 0.31 1.51 1791 E -1 0 -1 0 -2 0 1 -2 2 0 0 0 -2 0 0 0 0 6 0 -1 5 5 4 5 1 3 9 3 5 5 11 5 1 4 5 6 6 10 3 5 0.17 1.45 1792 F -3 -3 -3 -1 -4 -2 -4 -3 -1 -1 1 -3 -1 7 -4 -3 -3 2 0 -1 2 2 1 3 0 2 1 2 2 2 13 2 2 54 1 2 1 2 2 3 1.15 1.73 1793 V -1 1 -1 -2 -3 -1 -1 -2 2 2 1 0 1 0 -5 1 1 -5 -1 1 6 7 3 2 0 2 4 4 5 11 14 6 3 3 0 11 7 0 2 9 0.14 1.93 1794 I -1 0 -4 0 -5 1 0 -1 2 0 -1 0 2 1 0 0 0 -4 1 0 6 6 0 6 0 6 6 6 6 6 6 6 6 6 6 6 6 0 6 6 0.10 1.78 1795 S -1 -2 3 4 -5 1 1 -2 -1 -2 -3 0 -4 -5 -3 2 0 -2 -3 -2 4 2 12 21 0 7 10 3 1 2 2 6 0 0 1 16 5 1 1 4 0.42 1.82 1796 P 0 0 1 -1 -2 -1 -1 -2 0 -2 -2 0 -1 -5 4 3 0 -2 -3 -2 7 4 5 4 1 3 4 3 3 2 3 5 1 0 22 22 5 1 1 3 0.41 1.77 1797 V -1 0 1 2 -4 0 -1 -2 1 0 -1 -1 -1 0 -1 0 1 -4 2 1 5 4 7 10 0 4 4 4 4 6 5 4 1 5 3 7 9 0 7 10 0.10 1.74 1798 E -2 -1 1 1 -4 0 3 -1 -4 -1 -2 1 -2 -2 -3 1 3 -5 -1 -1 2 3 7 8 0 3 17 5 0 3 4 8 1 1 1 10 17 0 2 5 0.27 1.73 1799 G -1 -2 2 0 -4 -1 -2 5 -4 -2 -5 -1 -4 -2 -2 1 -3 -5 -1 -2 3 2 10 6 0 3 2 47 0 3 1 3 0 2 2 10 1 0 2 3 0.75 1.70 1800 V -2 -1 1 0 -1 1 0 -2 0 2 -1 -2 1 -1 -4 -1 0 1 2 2 3 3 8 6 1 7 6 4 2 12 6 2 3 2 1 5 7 2 6 13 0.15 1.65 1801 L -3 -2 -1 -2 0 -4 -2 -1 1 4 2 -2 2 0 -1 -2 -3 -4 3 0 2 2 3 3 2 0 3 4 4 21 22 3 4 3 3 3 1 0 10 5 0.37 1.69 1802 R 0 2 -1 -2 -5 1 1 -2 1 0 -3 1 1 1 -4 0 3 0 0 -1 7 10 3 2 0 7 9 3 3 5 2 7 4 6 0 7 16 1 4 3 0.21 1.76 1803 V -1 -1 -2 -2 -1 -2 -1 -5 -5 3 3 -2 0 -1 -1 -2 1 -5 -4 3 6 3 2 2 2 2 3 0 0 14 25 3 2 2 3 2 10 0 0 19 0.38 1.75 1804 R 1 2 -1 -3 -4 1 -1 -3 0 -1 0 0 -2 -1 -3 0 2 -4 0 2 10 12 3 1 0 5 4 2 3 4 9 7 1 3 1 7 11 0 4 14 0.16 1.70 1805 K 0 2 0 -2 -4 0 -1 0 -1 -1 0 2 -2 -4 -2 0 2 -4 -4 -1 8 11 5 2 0 3 3 7 1 3 9 14 1 1 2 7 15 0 0 4 0.20 1.64 1806 D 0 -1 1 3 -2 1 0 -1 0 -1 -1 0 -2 -2 0 0 0 0 -1 -1 9 3 7 15 1 6 6 5 3 4 6 6 1 1 6 8 6 1 2 4 0.12 1.17 1807 V 0 1 -1 -1 -2 1 -1 0 -2 0 1 0 1 0 -1 0 -1 -2 -1 1 8 7 3 3 1 6 4 7 1 6 16 7 4 4 3 6 4 1 2 9 0.06 1.11 1808 E 1 0 1 2 -3 1 0 -1 -1 -2 -2 0 -1 -3 2 1 0 -3 -2 -1 10 5 7 13 0 6 6 4 1 2 4 5 1 1 12 11 5 0 1 4 0.21 1.44 1809 L -2 1 -2 -4 -4 0 -3 -2 -3 0 4 -3 3 2 -2 -3 -3 -1 1 -1 3 7 2 1 0 4 2 4 0 4 40 2 6 10 2 2 2 1 4 4 0.48 1.57 1810 D -2 -2 1 7 -2 -2 2 -2 -1 -5 -5 -1 -5 -5 -3 -3 -3 -5 -2 -5 4 2 7 57 1 1 14 2 1 0 1 3 0 0 1 1 1 0 2 1 1.22 1.72 1811 R -2 6 -3 -1 -5 0 -1 -3 0 -3 -4 0 -4 0 0 1 -2 1 3 -3 3 43 0 3 0 3 3 1 2 1 1 3 0 4 5 10 2 2 10 2 0.79 1.73 1812 E -3 -2 -1 0 -5 0 6 -2 1 -3 -4 0 0 -5 0 -1 -3 -5 -2 -3 2 2 2 5 0 3 55 3 3 1 2 5 2 0 6 4 1 0 1 2 0.92 1.75 1813 T 0 0 1 0 -1 3 1 -1 -1 -2 -2 0 -2 -2 0 1 2 -5 -1 -1 8 5 6 4 1 12 9 5 1 2 4 6 1 2 4 12 11 0 2 5 0.17 1.74 1814 I -1 1 -1 -3 -2 3 -1 -2 -1 2 1 -1 0 0 -2 -1 0 -1 1 1 5 7 3 1 1 12 3 3 1 13 11 4 2 3 2 5 7 1 4 10 0.15 1.66 1815 A 2 0 0 0 -4 1 2 1 -3 -2 -3 1 -3 -1 1 2 -1 -2 -1 -3 15 5 4 6 0 7 12 9 0 3 2 7 0 2 6 13 3 1 2 2 0.20 1.58 1816 F 0 -2 -2 -2 -4 0 2 0 -1 1 0 -1 0 1 -2 1 1 2 0 0 7 2 2 2 0 4 12 7 2 7 9 4 3 6 2 10 8 3 3 8 0.09 1.58 1817 Y -2 -3 -2 -5 -5 -2 -5 -5 3 -2 0 -1 -1 4 -5 -4 -4 2 8 -2 3 1 2 0 0 2 0 0 7 2 7 4 1 15 0 0 0 3 49 3 1.34 1.79 1818 N -1 1 4 -1 -5 2 2 -3 1 -1 -2 -1 -1 -3 -3 0 1 -1 -2 -3 6 7 22 3 0 7 15 2 4 4 4 3 1 1 1 7 10 1 1 2 0.39 1.74 1819 L -1 -5 -5 -3 0 -5 -5 -5 -5 3 3 -3 1 3 -3 -4 -2 -4 -1 2 5 0 0 2 2 0 0 0 0 18 33 2 3 13 1 0 2 0 1 15 0.70 1.77 1820 T -2 1 -1 -2 -4 1 -1 -4 1 1 -1 0 -1 -2 -1 0 4 -1 0 1 2 8 3 2 0 6 4 1 4 8 7 5 1 1 4 7 23 1 3 12 0.27 1.78 1821 I 0 -5 -6 -6 0 -5 -5 -4 -6 5 1 -5 -1 -1 -5 -2 -2 -5 -4 5 6 0 0 0 2 0 0 1 0 29 11 0 1 2 0 3 1 0 0 43 1.01 1.73 1822 C -1 0 -2 -1 1 1 0 -2 1 1 1 0 -1 -2 -5 0 2 -1 0 1 4 6 1 3 3 7 7 3 4 9 11 5 1 1 0 6 13 1 3 11 0.16 1.71 1823 A 6 -4 -4 -2 -4 -4 -4 -2 -5 1 -2 -4 0 -1 -4 -1 -2 -5 -4 2 65 0 0 2 0 0 0 2 0 6 2 0 2 2 0 3 2 0 0 12 1.03 1.70 1824 R -2 3 -2 -1 -4 1 0 -2 -2 0 -1 0 0 -1 -4 1 3 0 0 1 3 14 1 3 0 7 5 3 1 6 5 6 2 2 0 10 16 1 3 11 0.23 1.64 1825 D -3 -4 0 7 -6 -3 0 -3 -4 -5 -4 -2 -5 -1 -4 -1 -2 -6 -5 -2 2 0 3 70 0 0 5 1 0 0 1 2 0 3 0 5 3 0 0 4 1.49 1.70 1826 R 0 1 1 1 -1 1 -1 1 2 -1 0 0 1 -4 -3 1 -2 -4 -4 -1 7 9 7 8 1 5 4 12 6 3 9 6 4 0 1 12 2 0 0 4 0.16 1.58 1827 G 0 -3 1 0 -4 -2 -2 6 1 -5 -4 -3 -1 -5 -3 -1 -3 -2 -3 -3 6 1 7 6 0 2 2 56 3 0 2 1 1 0 1 4 1 1 1 2 0.97 1.68 1828 M -2 -1 1 -1 -3 1 0 2 -2 0 -1 -1 0 -2 -1 1 1 -4 0 1 3 3 7 3 0 6 6 14 1 5 7 4 2 2 3 12 8 0 4 9 0.11 1.63 1829 P -1 0 0 -2 -4 0 0 0 0 -2 -3 -1 -4 -5 6 -1 -2 -5 -3 -3 5 5 5 2 0 4 5 8 3 3 3 4 0 0 45 4 2 0 1 2 0.90 1.65 1830 P 0 0 -1 0 -5 0 -1 0 -1 -2 -3 0 -2 -5 5 1 -1 -5 -2 -2 6 5 2 6 0 4 3 7 2 3 2 5 1 0 34 11 3 0 1 3 0.60 1.89 1831 L -2 1 0 -2 0 0 0 -2 -4 -1 4 -1 1 1 -2 -2 -2 -4 -1 -1 4 9 4 3 2 4 6 3 0 3 37 4 4 5 2 2 3 0 2 5 0.35 1.93 1832 S -1 0 -1 -2 -1 -1 1 -2 2 -2 -4 1 -2 -2 -1 3 2 1 0 -2 5 4 3 2 1 3 9 3 5 2 1 7 1 2 3 26 15 2 3 3 0.32 2.02 1833 S 1 -2 1 1 -1 -1 -2 2 -1 -2 -4 -2 -5 -2 -1 3 2 0 -2 -2 12 2 6 6 1 3 2 16 2 2 1 2 0 2 3 21 14 1 1 2 0.34 2.04 1834 T -3 -1 0 -2 -1 0 -1 -2 2 -2 -1 0 -1 -2 2 1 4 -5 -1 -2 2 3 5 2 1 4 4 3 4 3 5 7 2 2 11 11 26 0 2 3 0.34 2.01 1835 M 2 -1 -2 -5 1 -1 -2 0 1 1 1 -1 1 -2 -2 -1 1 -5 -1 2 16 3 1 0 3 2 2 7 4 8 12 3 3 2 3 4 10 0 3 13 0.18 2.00 1836 L -1 -1 -1 -1 -1 0 0 -4 2 -1 1 0 0 -1 -1 0 3 -2 0 0 5 4 3 4 1 3 7 1 5 3 14 5 2 2 3 7 22 1 3 7 0.20 1.62 1837 V -2 -4 -5 -5 1 -4 -4 -3 -1 3 3 -4 1 0 -4 -4 0 -4 -1 4 2 0 0 0 3 0 0 2 1 17 24 0 2 4 0 1 5 0 2 35 0.69 1.33 1838 G -1 1 0 -1 -1 1 -1 -1 2 -1 -2 0 0 0 -1 2 3 -4 1 0 5 6 3 3 1 7 3 4 4 3 4 6 3 3 4 14 17 0 4 6 0.16 1.30 1839 I -3 -5 -5 -5 1 -4 -5 -5 -5 5 2 -5 1 0 -5 -4 -1 -4 -3 4 0 0 0 0 4 0 0 0 0 37 18 0 2 4 0 0 3 0 0 28 0.93 1.34 1840 R -2 2 1 -2 -4 2 1 -3 3 0 0 1 1 0 -4 0 1 -4 0 0 2 12 6 2 0 10 10 1 7 5 8 7 4 3 0 6 8 0 3 6 0.21 1.36 1841 V -3 -5 -5 -5 -3 -4 -5 -3 -5 4 2 -5 -2 0 -5 -4 0 -5 -3 5 0 0 0 0 0 0 0 2 0 19 16 0 0 4 0 0 5 0 0 50 0.96 1.36 1842 L 0 0 -2 -3 0 0 -1 -1 -2 1 2 -1 1 0 -1 1 1 -4 -3 -1 9 5 2 1 2 4 5 4 1 8 23 3 4 4 3 12 8 0 0 3 0.15 1.34 1843 D 0 1 1 1 -4 -3 1 0 -3 1 0 -3 3 2 1 0 -3 -4 -3 -3 8 8 8 8 0 0 8 8 0 8 8 0 8 8 8 8 0 0 0 0 0.19 1.23 1844 I 0 -2 -3 -2 3 -1 0 -3 -4 2 -1 -2 0 -1 -2 -1 1 -4 -1 4 7 2 1 2 6 2 8 2 0 9 5 2 2 2 2 4 8 0 3 31 0.34 1.44 1845 N -1 -3 7 2 -4 1 0 -3 -3 -4 -2 -3 -4 -1 -2 -1 0 -5 -4 -4 5 0 51 9 0 6 7 1 0 0 5 0 0 3 2 3 5 0 0 1 0.97 1.43 1846 D -1 -1 0 6 -5 -3 1 -2 0 -5 -2 -1 -4 -2 -4 0 -3 -6 -5 -2 5 3 4 55 0 0 9 3 2 0 5 3 0 2 0 6 0 0 0 3 0.99 1.50 1847 N 0 1 6 0 -5 -1 -2 -2 3 -3 -3 -1 -1 -2 0 -2 -1 -5 0 -2 7 7 42 5 0 2 2 2 8 1 2 3 2 1 6 2 3 0 3 3 0.71 1.51 1848 D 1 -1 -1 2 0 -2 0 0 -2 -3 -3 0 0 -3 4 0 -1 -5 -3 -2 13 4 2 13 2 1 6 6 1 1 2 6 3 1 22 8 3 0 1 3 0.37 1.44 1849 P 0 -4 -4 -4 -5 -3 -1 -2 0 -5 -5 -2 -5 -6 8 -1 -3 -6 -5 -5 7 0 0 0 0 0 3 3 3 0 0 2 0 0 74 5 0 0 0 0 1.97 1.49 1850 V 1 1 -3 -3 -4 1 0 -5 1 0 0 -1 1 0 1 -2 0 -5 0 3 10 9 1 1 0 6 5 0 4 5 7 3 4 4 7 2 7 0 3 21 0.23 1.53 1851 L -1 -5 -5 -5 -1 -5 -5 -3 -4 2 1 -5 0 7 -1 -3 -2 4 -1 0 6 0 0 0 2 0 0 2 0 11 13 0 2 44 3 2 3 6 0 5 0.94 1.46 1852 L -1 -2 -2 -1 -4 0 1 -4 -2 0 2 -1 0 -1 1 2 2 -4 0 0 5 2 2 3 0 4 8 1 1 6 18 3 2 3 7 13 13 0 3 6 0.17 1.66 1853 N -1 0 2 0 -5 4 0 -2 2 0 -2 1 -1 -1 0 1 0 -5 -1 -3 4 4 8 6 0 18 7 3 5 5 3 10 1 3 5 10 5 0 2 1 0.27 1.65 1854 L 1 0 -1 0 -1 0 0 -1 -2 -1 -1 -1 0 -1 2 1 1 -5 -3 -1 12 5 2 5 1 4 6 5 1 4 7 4 2 3 11 12 10 0 1 5 0.13 1.64 1855 P -1 0 -3 -1 -3 0 0 -3 1 -1 -2 -1 -2 -1 4 1 1 -2 -2 1 5 5 1 3 1 3 7 1 4 3 4 3 1 3 24 12 8 1 1 10 0.38 1.67 1856 M -2 -1 -4 -3 0 -1 -3 -4 0 0 0 -2 1 2 0 -1 -1 1 7 -1 3 3 1 1 2 3 1 1 1 5 10 2 3 8 5 5 3 1 37 4 0.72 1.69 1857 N -1 0 0 0 -5 1 0 -1 2 0 -1 0 2 1 0 -1 0 4 1 -1 5 5 5 5 0 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0.10 2.01 1858 I 1 -3 -2 -4 0 -2 -1 0 -5 2 1 -3 0 2 -3 -1 1 -1 -1 3 12 2 2 1 2 2 4 7 0 11 11 1 2 8 1 3 8 1 2 19 0.25 1.99 1859 T -1 0 0 -1 2 1 0 -5 0 -2 -1 -1 -2 1 1 2 2 -5 2 0 4 5 4 3 4 6 6 0 2 1 5 3 1 7 7 14 13 0 6 7 0.20 2.00 1860 I -3 -4 -3 -6 -1 -2 -1 -4 -5 3 0 -2 0 0 -5 -3 -2 1 -2 5 1 1 1 0 1 2 5 1 0 18 9 3 2 3 0 2 2 2 1 46 0.84 1.99 1861 S 0 0 0 -2 4 1 -1 -2 -1 -2 -2 -1 -1 -2 4 1 0 -2 0 -2 7 4 5 2 8 6 4 4 1 2 4 3 2 2 22 12 5 1 3 3 0.35 1.99 1862 E -2 0 -1 0 -1 0 7 -3 -1 -4 -5 -2 -3 -6 -2 -2 -3 -6 -5 -3 3 4 2 4 2 3 69 2 1 1 1 1 1 0 1 2 1 0 0 2 1.34 2.00 1863 N -2 0 6 2 -2 -1 -1 0 0 -5 -1 -1 0 -2 -2 1 -2 -6 -5 -3 4 4 37 9 1 3 4 7 2 0 7 4 3 2 2 9 2 0 0 2 0.61 2.02 1864 S 3 -2 3 -1 -1 -1 -2 -2 -2 -1 -1 -1 -1 -3 -3 2 1 -6 -3 0 21 2 13 3 1 3 3 3 1 3 8 3 1 1 1 18 8 0 1 7 0.31 2.02 1865 P -1 -1 0 -2 -5 -1 0 -2 -2 -1 -3 -1 -2 -5 6 1 -1 -6 -2 -1 5 4 4 2 0 2 7 3 1 3 3 4 1 0 43 9 4 0 1 4 0.82 1.95 1866 V 1 1 -3 -3 -2 -2 -1 -3 -2 0 0 -2 2 0 4 -1 -1 -1 0 2 10 8 1 1 1 2 4 2 1 4 7 2 4 3 22 5 4 1 3 16 0.35 1.89 1867 S 0 -3 1 0 0 -1 -1 5 -1 -5 -5 -2 -3 -4 0 0 0 -5 -3 -2 6 1 7 6 2 3 4 45 2 0 1 2 1 1 5 7 5 0 1 4 0.68 1.85 1868 S 1 -3 -1 -1 -2 0 -1 0 1 -3 -1 0 -1 0 -2 2 3 -5 1 -1 10 1 3 3 1 5 3 7 3 1 6 5 1 3 2 17 19 0 5 5 0.23 1.82 1869 F -2 -1 1 -2 -4 0 -2 -3 2 0 1 -2 -2 3 0 1 -1 -4 1 2 3 4 6 3 0 4 3 2 5 5 13 2 1 12 5 10 4 0 5 12 0.18 1.77 1870 V -1 -4 -5 -5 -4 -1 -4 -5 -5 4 1 -3 -1 0 -2 -2 0 -5 -2 5 4 1 0 0 0 3 0 1 0 26 11 2 1 3 2 3 5 0 1 38 0.78 1.77 1871 A 2 -3 -3 -3 -1 -1 -3 2 -3 1 0 -4 3 1 -2 -1 1 -4 -2 0 16 1 1 1 1 3 1 18 1 7 10 0 7 7 2 3 11 0 1 8 0.29 1.77 1872 H -2 2 0 -1 -3 3 0 -3 3 -1 -1 1 -3 -2 -1 1 2 -2 -3 -2 2 10 5 3 1 13 5 1 7 3 6 10 0 2 3 9 15 1 1 3 0.28 1.82 1873 V 0 -5 -3 -2 -4 -4 -2 -5 -5 4 1 -5 0 1 -2 -2 0 -5 0 4 7 0 2 3 0 0 3 0 0 21 12 0 2 5 2 2 5 0 3 31 0.58 1.66 1874 L -1 0 0 -2 1 -1 0 -2 0 -1 1 2 -1 -1 -4 1 2 -4 0 0 6 5 4 1 3 3 7 4 2 2 12 11 2 3 1 12 13 0 3 6 0.13 1.50 1875 A 5 -2 -4 0 0 -1 -3 -1 0 -1 -1 -3 -3 -1 -4 -1 -1 -4 -4 2 51 2 0 6 2 2 1 4 2 4 4 1 0 3 0 3 2 0 0 12 0.65 1.54 1876 S -2 0 0 1 -4 0 0 -1 2 0 -1 -1 -1 -1 -3 2 3 0 0 0 3 6 4 7 0 4 6 6 5 5 6 3 1 3 1 14 16 1 3 7 0.15 1.53 1877 D -2 -1 0 7 -6 -1 0 -2 0 -5 -3 -1 -5 -6 -2 -1 -4 -6 -5 -3 2 3 2 69 0 2 3 2 2 0 2 3 0 0 2 4 0 0 0 2 1.40 1.64 1878 A 2 0 0 0 -5 -1 0 1 -1 -1 -1 -1 -1 -5 3 0 0 -5 -3 -2 16 6 4 6 0 3 5 9 1 4 7 4 2 0 17 7 5 0 1 3 0.23 1.63 1879 D -2 -1 0 7 -6 -1 0 -3 -1 -3 -6 -1 -5 -6 -1 -1 -2 -6 -5 -4 2 3 4 67 0 2 5 2 1 2 0 3 0 0 3 4 2 0 0 1 1.37 1.64 1880 S 1 0 0 0 -2 -1 1 -2 0 -1 -2 0 -1 -2 0 3 1 -5 -3 -2 9 5 4 5 1 3 11 3 3 3 4 5 2 1 4 25 9 0 1 2 0.25 1.70 1881 G 0 -3 -1 1 -4 -1 -1 5 -2 -4 -1 -2 -2 -4 0 0 -1 -4 -3 -1 7 1 3 7 0 3 4 41 1 1 6 3 1 0 6 7 4 0 1 4 0.53 1.62 1882 C 0 -1 0 0 1 1 1 -1 -1 0 0 -1 0 -2 0 0 1 -4 0 0 7 3 4 6 3 6 11 5 1 6 10 4 2 2 6 8 7 0 3 7 0.06 1.51 1883 N -1 -2 7 0 -2 -2 -2 -1 0 -3 -3 0 -2 -1 0 -1 -1 -2 -2 -4 5 1 49 3 1 1 2 5 2 2 3 5 1 3 4 4 4 1 1 1 0.85 1.64 1884 A 3 -1 -1 -3 -4 0 -2 3 -1 -1 -2 -2 -2 -2 -1 1 -1 -1 -1 -3 28 3 2 1 0 4 2 22 2 3 5 2 1 2 3 11 4 1 3 2 0.37 1.65 1885 R -2 3 0 -1 0 2 1 -2 2 -1 -1 2 0 -2 1 -1 -1 2 -3 -2 3 14 5 3 2 9 10 3 4 3 6 10 2 1 7 4 4 3 1 4 0.22 1.68 1886 L -3 -2 -5 -6 0 -1 -5 -6 -5 4 3 -5 2 1 -4 -4 -2 -5 0 4 2 2 0 0 2 3 0 0 0 22 25 0 4 7 1 1 2 0 3 25 0.74 1.78 1887 T -1 2 0 -2 -2 -1 -1 -3 1 -1 -2 0 -2 0 -3 2 3 -5 0 1 5 10 3 2 1 2 5 2 3 4 3 5 1 4 1 16 22 0 3 9 0.28 1.77 1888 F -3 1 -3 1 3 -4 -4 0 -4 1 0 -3 -3 2 1 0 1 5 2 0 1 8 0 8 7 0 0 8 0 8 8 0 0 7 8 8 8 7 7 8 0.28 1.34 1889 N -1 2 0 -1 0 2 0 -2 1 -1 -3 0 -4 0 -1 3 0 0 2 -2 4 9 3 4 2 11 5 2 3 3 2 5 0 4 3 20 6 1 7 4 0.24 1.85 1890 I -2 0 -1 -2 -5 -1 -2 -2 1 4 2 -2 1 1 -1 -1 -1 -5 0 1 4 6 3 3 0 3 3 3 3 23 17 3 3 5 3 4 4 0 3 8 0.26 1.96 1891 T -1 0 0 0 3 1 0 -1 2 0 -1 0 2 1 0 -1 0 -5 1 -1 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0 5 5 0.07 2.01 1892 A 1 -1 -1 1 -4 0 1 1 0 -1 -2 0 -2 -3 2 1 0 -5 -1 -1 12 4 2 6 0 3 11 11 2 3 3 6 1 1 10 12 5 0 2 5 0.17 1.85 1893 G 0 -2 0 1 -1 2 0 4 0 -3 -3 -2 -4 -3 1 1 -1 -5 -4 -2 6 2 5 8 1 8 6 29 2 1 2 2 0 1 7 12 3 0 0 3 0.40 1.86 1894 N -2 -3 2 4 -5 1 1 0 0 -3 -4 -2 -4 -2 0 1 2 -5 -2 -2 3 1 10 22 0 7 10 7 2 1 2 1 0 2 4 11 11 0 2 4 0.41 1.95 1895 R 0 1 0 2 -5 0 1 0 1 0 -1 -1 0 -3 2 1 -2 -5 -2 -1 9 7 4 10 0 4 9 7 4 5 6 3 2 1 9 11 3 0 2 5 0.12 1.91 1896 E -1 0 -1 3 1 2 2 -1 0 -2 -2 0 -2 -1 2 0 -2 -1 -2 -3 5 5 3 15 3 10 12 4 3 3 5 5 1 3 12 7 1 1 1 1 0.25 1.94 1897 R -2 2 1 2 -5 1 0 1 3 -2 -1 1 -2 -1 0 0 0 0 -2 -3 2 11 7 11 0 5 5 12 6 3 6 7 1 2 4 7 5 1 1 2 0.19 1.86 1898 A 0 -1 -2 -2 -1 -1 -2 -2 0 -1 2 -1 3 1 1 1 0 0 0 0 8 4 2 2 1 3 3 4 3 3 17 4 7 6 6 9 6 1 3 7 0.11 1.88 1899 F -1 0 0 0 3 1 0 -1 2 0 -1 0 -4 1 0 -1 0 4 1 -1 5 5 5 5 5 5 5 5 5 5 5 5 0 5 5 5 5 5 5 5 0.10 2.01 1900 F -1 0 -2 -1 -5 -1 0 -2 -1 0 0 -2 -3 4 -2 1 1 0 2 -1 6 5 2 4 0 3 6 3 2 5 10 3 0 16 2 13 8 1 6 5 0.20 1.82 1901 I -2 -5 -5 -2 -4 -3 -3 -2 -5 5 2 -4 -1 -1 -3 -1 -1 -5 -4 3 2 0 0 3 0 1 1 3 0 40 17 1 1 2 1 6 4 0 0 18 0.76 1.86 1902 N -3 -2 5 4 -5 -1 0 -1 0 -1 -3 -1 -4 -5 -3 0 -1 2 0 -1 1 2 28 21 0 3 5 5 2 5 2 3 0 0 1 8 3 2 4 4 0.59 1.84 1903 A 1 1 1 -1 -5 1 0 -1 -2 -1 -1 -1 -1 -3 3 1 1 -2 -1 -2 13 6 6 3 0 6 6 4 1 4 5 3 1 1 15 12 8 1 2 3 0.20 1.81 1904 T -2 0 2 2 -1 1 1 -1 2 -2 -2 -1 -2 -2 -2 1 2 -5 2 -2 3 5 10 11 1 6 8 5 5 2 4 4 1 1 2 9 14 0 6 4 0.22 1.86 1905 T -1 -2 3 0 -4 -2 0 -1 -1 -3 -4 -2 -2 -1 -2 3 4 0 -2 -2 6 2 13 5 0 1 7 3 1 2 1 2 1 3 1 19 27 2 2 2 0.47 1.82 1906 G -1 -4 0 -2 0 -2 0 6 -4 -5 -2 -2 -4 -5 -2 -2 -2 -5 -1 -5 5 0 4 2 2 2 5 61 0 0 5 2 0 0 2 3 2 0 3 0 1.04 1.68 1907 I 0 -2 -1 1 -4 0 0 -3 -1 3 0 -1 0 0 -4 -1 1 1 -1 1 7 2 4 8 0 5 7 2 2 18 7 4 2 4 0 4 9 2 2 10 0.18 1.70 1908 V -2 -1 -1 -2 0 0 -4 -3 -5 4 2 -2 0 1 -5 -2 0 2 -1 2 2 3 3 3 2 4 0 2 0 25 19 3 2 5 0 2 6 3 2 13 0.41 1.76 1909 T -3 2 -1 -2 0 0 1 -5 0 -2 -1 0 0 1 -4 1 3 -4 2 0 0 10 3 2 2 4 8 0 2 3 7 7 2 6 0 11 18 0 8 5 0.27 1.74 1910 V 1 -2 -1 -4 0 -1 -1 -1 -4 1 0 -1 1 -1 -1 -2 3 -5 -1 2 13 2 3 0 2 2 4 5 0 6 10 3 3 3 3 3 16 0 3 17 0.21 1.75 1911 N 1 0 2 -1 -4 1 0 -3 1 -1 1 1 0 -3 -4 1 2 -5 -3 -1 10 4 11 3 0 6 5 1 3 3 13 10 3 1 0 8 14 0 1 5 0.21 1.74 1912 R 0 4 1 -1 -3 2 0 -1 -1 -2 -4 2 -3 -4 -2 0 -1 -3 -5 -1 8 27 6 4 1 10 6 4 1 2 1 13 1 1 2 5 4 0 0 4 0.44 1.79 1913 P 1 2 -3 -1 -5 0 -1 0 -2 -2 -2 0 -3 -2 5 1 0 -5 -3 -2 11 11 1 3 0 3 4 6 1 2 4 5 1 2 25 13 5 0 1 3 0.42 1.74 1914 L -3 -4 -4 -6 0 -5 -4 -6 -5 2 5 -5 1 3 -2 -5 -4 -2 -1 0 1 1 1 0 2 0 1 0 0 12 57 0 3 11 2 0 0 0 1 6 1.01 1.81 1915 D -3 -3 0 7 -6 -2 -1 -3 -4 -3 -4 -2 -3 -6 -2 0 -2 -6 -3 -5 2 1 4 72 0 1 1 2 0 1 2 2 1 0 2 7 2 0 1 0 1.54 1.78 1916 R -3 6 -2 -2 -4 -1 0 -5 2 -5 -4 -1 -4 2 -1 -3 -4 -1 5 -3 2 46 2 2 0 2 6 0 4 0 1 1 0 8 3 1 0 1 18 1 1.05 1.75 1917 E -2 -1 -2 0 -6 -1 7 -3 -1 -5 -4 -1 -3 -5 -4 -2 -1 -5 -3 -4 3 4 1 4 0 1 70 2 1 0 2 3 1 0 0 2 4 0 1 1 1.32 1.78 1918 R 0 1 0 3 -2 3 2 -4 1 -3 -2 0 -1 -4 -3 0 2 -1 -3 -2 9 8 4 14 1 13 13 1 3 1 4 5 1 1 1 5 13 1 1 2 0.33 1.74 1919 I 0 1 -2 -2 -1 2 -3 -2 -1 1 1 1 1 0 -2 -1 -1 0 1 0 8 7 2 2 1 9 1 2 1 8 16 9 3 5 2 5 4 2 5 8 0.13 1.68 1920 P 1 1 -2 1 2 2 1 -1 -2 -4 -3 0 -2 -4 3 1 -1 -5 -2 -3 12 8 2 8 4 9 8 5 1 1 3 6 1 1 16 11 3 0 1 1 0.32 1.69 1921 E -1 1 -1 0 -4 2 3 -2 1 -1 -1 1 -1 -1 -2 1 0 0 -2 0 4 8 2 4 0 8 17 3 3 3 5 10 1 3 2 11 6 1 1 7 0.19 1.69 1922 Y -3 -3 -3 -5 -1 1 -3 -5 5 -3 0 -3 -1 4 -5 -4 -3 0 7 -3 2 1 1 0 1 6 1 0 13 1 8 2 1 14 0 1 1 1 42 2 1.19 1.75 1923 K -3 2 2 -1 -3 3 1 -3 1 -1 -2 1 -2 -2 -3 1 2 0 0 -2 1 11 9 3 1 11 10 2 3 4 4 7 1 1 1 12 13 1 3 3 0.28 1.79 1924 L -1 -4 -6 -6 -1 -5 -6 -6 -2 2 5 -5 1 3 -6 -5 -3 -4 -2 1 4 1 0 0 1 0 0 0 1 9 58 0 2 12 0 0 1 0 1 7 1.04 1.81 1925 T -2 1 -2 -3 -3 1 -1 -4 2 1 0 0 -1 -1 0 0 3 0 -1 1 3 8 1 1 1 5 3 1 5 7 8 6 1 3 6 7 19 1 2 11 0.22 1.77 1926 I -1 -5 -6 -6 1 -5 -5 -6 -3 4 2 -5 0 -1 -5 -4 -3 -5 -3 5 4 0 0 0 2 0 0 0 1 22 15 0 2 2 0 1 0 0 1 50 1.11 1.81 1927 S -1 1 -2 -3 -5 2 2 -2 0 -1 1 1 -1 -2 -2 1 1 -5 -2 0 5 6 2 1 0 10 12 3 2 3 14 7 1 2 2 11 10 0 2 7 0.17 1.77 1928 V 5 -5 -5 -3 -4 -4 -3 -3 -1 2 -1 -4 -2 -2 -4 -3 -2 -5 -2 4 45 0 0 2 0 0 1 1 2 9 6 0 1 2 0 1 1 0 1 28 0.85 1.78 1929 K 0 2 -1 -2 -2 0 1 -4 0 -2 -3 2 -2 -2 -4 1 3 -2 -1 0 7 11 3 2 1 4 9 1 2 2 2 12 1 1 0 11 18 1 2 8 0.30 1.78 1930 D -2 -3 1 7 -5 -3 0 -3 -2 -3 -4 -2 -3 -3 -4 -1 -2 -5 -2 -4 3 1 6 67 0 1 4 1 1 1 2 1 1 1 0 4 2 0 2 1 1.37 1.73 1931 N -1 1 3 0 0 1 -2 1 3 -2 -1 -1 2 -2 -3 1 0 -4 -1 -1 5 6 14 6 2 5 2 11 7 2 5 3 5 1 1 12 5 0 2 4 0.21 1.51 1932 P 0 -2 0 0 -3 -2 0 4 1 -2 -2 -2 -3 -2 2 0 -1 -3 -1 -1 7 3 5 5 1 2 6 31 4 2 3 3 1 2 11 5 4 0 2 4 0.35 1.30 1933 E -1 -2 -1 2 -3 1 2 2 0 -1 -2 -1 -2 -2 -1 1 0 -3 -2 0 5 2 3 10 0 5 16 14 2 3 5 3 1 2 3 10 6 0 1 8 0.18 1.46 1934 N -1 -1 3 1 -3 0 -1 0 1 -2 -3 -1 -3 -3 4 1 -1 -3 -3 -1 4 3 16 8 0 4 4 8 3 2 3 4 1 1 21 9 4 0 1 4 0.39 1.43 1935 P -1 -2 -1 -2 -3 -1 -1 0 -2 -1 -1 -1 -1 -2 6 0 -1 -3 -2 -1 5 3 3 3 1 3 4 8 1 3 6 3 2 2 37 7 4 0 1 4 0.61 1.31 1936 R 0 3 -1 -1 -3 0 0 -1 -1 -2 1 0 1 -2 -1 0 0 -3 -1 -1 9 15 3 3 1 5 6 6 2 2 15 6 4 2 3 7 5 0 2 4 0.12 1.28 1937 I -1 -2 -2 -2 -3 -1 -1 -1 -2 1 1 -2 0 2 0 2 1 -1 0 1 4 3 2 2 1 2 4 6 1 9 15 2 2 7 5 14 9 1 4 8 0.13 1.33 1938 A 3 -2 -2 -1 -1 -2 -1 2 -2 -2 -1 -2 -1 -4 -1 2 0 -4 0 -1 24 2 2 3 1 2 3 15 1 3 6 2 1 1 2 19 7 0 3 4 0.30 1.58 1939 R -1 2 2 0 0 -2 0 -2 0 -2 0 0 1 -1 0 2 1 -1 -1 -1 4 10 9 4 2 2 7 3 2 1 10 5 3 3 5 16 8 1 2 4 0.13 1.62 1940 R 0 1 1 -1 1 1 1 -1 0 -2 -2 1 -2 -2 -2 1 0 -4 -1 1 8 8 7 3 3 6 9 6 2 3 4 8 1 2 2 10 6 0 2 11 0.11 1.55 1941 D -1 -2 1 2 -3 0 1 -1 1 -1 -2 -1 -3 -1 1 2 2 -3 -3 -1 4 2 6 12 0 3 9 5 4 3 4 3 1 3 6 16 12 0 1 4 0.21 1.38 1942 Y 0 -1 0 -2 1 -1 0 -2 0 -1 0 -1 1 1 1 0 2 -2 1 1 8 3 4 2 3 3 5 3 3 4 9 4 3 5 6 6 15 0 5 8 0.11 1.19 1943 D 2 -2 1 1 1 1 0 0 1 -2 -2 -1 1 -2 1 0 1 -3 -2 0 15 2 6 8 3 6 6 7 3 2 3 3 3 2 6 7 9 0 1 7 0.12 1.23 1944 L -1 -1 -1 -2 -1 0 0 -3 -2 2 1 -1 1 -1 -1 0 3 -3 -1 1 6 3 2 2 2 4 6 2 1 11 15 4 3 2 4 6 17 0 2 9 0.17 1.22 1945 L -1 -2 -3 -5 0 -2 -4 -5 -4 2 3 -2 0 1 -4 -2 0 -4 -3 4 6 2 1 0 2 2 1 1 0 9 26 3 1 5 0 4 7 0 0 31 0.56 1.64 1946 L -1 1 -2 -4 -4 1 -2 -2 0 3 0 0 0 -1 -3 -1 2 -1 -1 2 4 7 2 1 0 8 3 3 2 14 10 5 2 3 1 4 16 1 2 13 0.22 1.57 1947 I -4 -3 -2 -5 -4 -2 -5 -5 -5 5 1 -3 0 -1 -5 -4 0 -5 -4 4 1 2 2 0 0 2 0 1 0 40 11 1 2 2 0 1 5 0 0 29 0.95 1.67 1948 F -2 0 2 -1 -4 0 0 -2 1 0 0 0 1 2 -3 -1 1 -3 0 1 2 6 10 3 0 4 7 3 3 5 9 7 3 10 1 5 8 0 4 9 0.14 1.39 1949 L -1 -2 -2 -2 -3 -4 -4 -4 -4 3 2 -4 -1 -3 -2 -3 -1 -4 -3 5 4 3 2 2 0 1 1 1 0 19 18 1 1 1 2 1 3 0 0 39 0.70 1.42 1950 S -2 0 -1 -1 -3 0 1 -1 -2 -1 1 1 0 -1 -1 1 2 -3 -3 0 3 5 2 3 0 4 8 6 1 4 16 9 2 2 3 9 14 0 1 8 0.13 1.34 1951 D -4 -2 1 7 -6 -3 0 -3 -4 -2 -4 -3 -5 -6 -1 -2 -3 -6 -5 -1 0 2 6 68 0 0 6 1 0 2 2 0 0 0 3 2 1 0 0 6 1.42 1.61 1952 E 0 1 -2 1 -1 1 2 -4 -4 2 -2 -2 -1 -4 0 -1 -2 -2 -3 3 9 7 2 7 1 7 15 1 0 10 4 2 1 1 5 4 1 1 1 23 0.30 1.64 1953 N -2 -2 7 1 -5 -2 -2 -2 -3 -5 -4 -2 -4 -5 -2 -1 -1 -6 -5 -3 4 2 68 7 0 1 1 2 0 0 2 2 0 0 2 2 3 0 0 2 1.44 1.58 1954 D -2 -4 1 7 -6 0 0 -4 -4 -6 -4 -2 -5 -6 -1 -1 -2 -6 -5 -5 3 0 7 70 0 3 5 0 0 0 2 2 0 0 3 3 2 0 0 0 1.52 1.62 1955 N -3 0 7 -2 -3 0 1 -2 3 -3 -4 -3 -2 -3 -2 0 -2 -5 -2 -5 1 5 54 0 1 4 10 2 8 2 2 0 1 1 2 5 1 0 1 0 1.10 1.61 1956 H 3 -1 -3 0 -4 -2 0 -2 2 -1 -2 -2 -4 -1 4 1 -1 -5 -2 -1 21 3 1 4 0 1 6 3 6 4 3 2 0 3 23 11 4 0 1 4 0.45 1.56 1957 P 1 -3 -2 2 -3 -3 -2 -3 -3 2 1 -3 -2 -3 2 1 2 -4 -3 1 12 1 0 12 0 0 1 1 0 12 12 1 0 0 12 12 12 0 0 12 0.28 0.79 1958 L -1 -1 -1 -2 -4 0 1 -4 0 2 1 -1 0 1 1 -2 -1 1 1 1 6 3 2 2 0 3 9 1 2 12 17 3 2 6 7 3 4 2 5 8 0.15 1.23 1959 F -4 -4 -4 -4 3 -4 -1 -5 0 0 0 -4 1 6 -1 -3 2 2 2 -1 0 0 0 0 7 0 5 0 3 6 6 0 3 38 3 0 14 3 5 4 0.78 1.32 1960 T -1 -2 -1 0 -5 -1 1 -2 -2 0 1 -3 -1 -3 3 0 2 -5 -1 -1 6 3 3 4 0 3 8 2 1 6 15 1 2 1 16 7 15 0 2 5 0.26 1.84 1961 K -1 1 1 -1 -3 3 2 -2 0 -1 0 0 1 -3 1 -1 -1 -5 1 -1 6 8 6 3 1 12 11 4 2 4 8 6 3 1 8 5 4 0 5 3 0.16 1.87 1962 S -1 0 0 0 0 2 -1 0 0 -3 -3 0 -1 -2 4 2 0 -6 -3 -2 4 5 5 5 2 9 4 7 2 2 3 5 1 2 22 14 5 0 1 3 0.35 2.02 1963 T -1 1 2 0 -2 0 1 -2 -1 -1 -1 -2 -2 -2 1 1 3 -5 -2 0 4 7 8 5 1 3 9 3 2 4 7 2 1 2 8 10 16 0 2 7 0.17 1.95 1964 Y -1 -2 -3 -1 -5 0 -2 -1 -1 0 -1 -2 0 3 -1 -1 -3 0 7 -1 5 2 1 3 0 4 2 5 1 6 7 2 2 10 3 4 1 1 34 5 0.65 1.94 1965 Q -1 1 1 -1 -5 2 2 0 1 -1 -3 0 -1 -2 0 1 0 -2 -1 -1 4 6 8 3 0 8 14 8 3 4 3 5 2 2 4 12 7 1 2 5 0.16 1.98 1966 A 2 -3 -1 -4 -1 -2 -2 2 -1 0 0 -2 1 1 0 0 0 -5 -1 1 19 2 3 1 1 2 3 13 2 5 9 2 3 6 4 6 6 0 2 11 0.18 1.98 1967 E 0 0 0 0 -1 1 3 -3 0 0 -2 -1 -2 -1 0 2 1 -1 -1 -2 7 4 4 4 2 6 16 2 2 6 4 3 1 3 5 17 10 1 2 3 0.21 1.95 1968 V -2 -2 -2 -5 2 -2 -5 -1 -1 3 1 -3 2 1 -1 -2 0 -5 1 4 3 2 2 0 4 2 0 4 2 15 11 2 5 5 3 2 6 0 5 26 0.41 1.92 1969 M -1 0 0 -2 0 0 0 -2 1 -1 0 -1 0 1 2 0 1 0 -1 1 6 5 4 2 2 4 6 3 4 4 11 3 2 5 11 8 8 1 2 9 0.09 1.91 1970 E -2 -2 -1 0 -1 0 6 -2 -1 -2 -2 -2 -4 -2 -1 -2 -1 1 -4 -2 3 2 2 5 2 4 55 3 2 2 4 2 0 2 3 2 3 2 0 4 0.87 1.88 1971 N -1 -1 4 2 -5 -1 0 0 0 -2 0 -1 2 -2 -2 1 0 -5 -4 0 6 4 18 9 0 2 5 8 3 2 10 3 5 2 2 9 6 0 0 7 0.23 1.89 1972 S 2 0 0 -1 -1 -1 -1 -3 -4 0 1 -2 -1 -1 -1 2 1 -5 0 2 14 4 5 4 1 2 4 2 0 5 12 2 2 2 3 13 7 0 3 13 0.14 1.89 1973 P 0 -1 -3 -2 -4 -1 -1 -1 -2 -3 -1 0 -1 -3 6 -1 -2 -5 -1 0 9 4 1 2 0 3 4 4 1 1 6 5 1 1 39 5 2 0 2 7 0.70 1.80 1974 A 1 3 -2 -2 -4 -1 0 0 -2 -1 -1 0 -1 -2 3 0 0 -1 -4 1 10 15 2 2 0 3 5 7 1 4 5 5 1 2 13 8 6 1 0 12 0.21 1.83 1975 G 0 -2 1 0 -4 -2 -1 5 -1 -3 -2 -2 -4 -1 -2 1 -1 1 -2 -2 8 2 6 4 0 1 4 39 1 2 4 2 0 3 2 11 4 2 1 3 0.52 1.73 1976 T 2 -1 -1 -1 -1 0 0 -3 0 -1 -1 -1 -3 0 -2 1 4 -4 -2 0 18 3 3 3 1 5 5 1 3 3 5 4 0 3 2 10 23 0 1 7 0.28 1.80 1977 P -1 0 0 -1 -4 -2 1 -1 -1 0 0 -1 -1 -3 4 0 0 -1 -1 0 4 6 4 3 0 2 10 6 2 7 8 3 2 1 22 6 7 1 2 6 0.26 1.69 1978 L -1 -1 -2 -3 -4 -2 -3 -1 -1 3 2 -2 0 1 1 -1 -1 -2 -2 2 6 3 2 2 0 2 1 5 2 17 17 3 2 7 8 5 3 1 1 16 0.26 1.73 1979 T -1 0 -1 -2 -2 -1 0 2 0 0 -1 -1 0 -1 0 1 2 -4 -1 0 5 5 2 2 1 3 7 17 2 5 5 3 3 3 5 10 14 0 2 7 0.14 1.66 1980 V -1 -2 -2 -1 -1 -1 -2 -2 1 1 0 -2 -1 1 -3 -1 1 -2 3 3 4 3 2 4 1 3 2 3 4 8 10 3 1 6 2 5 8 0 9 22 0.23 1.39 1981 L -1 -1 -2 -1 -2 -1 -1 -2 0 1 3 -2 0 2 -1 -1 0 -2 0 2 6 3 2 3 1 3 4 4 2 6 24 2 2 7 3 4 6 1 3 16 0.19 1.25 1982 N -1 0 2 1 -2 0 0 -1 0 -1 -2 0 -2 -1 0 1 0 -2 -2 2 4 5 10 8 1 4 7 5 2 3 4 5 1 3 5 9 6 1 1 16 0.13 1.15 1983 G 1 0 -1 0 -1 0 -1 2 -1 -1 -1 -1 0 -2 -1 0 1 -1 -1 0 14 4 3 5 1 4 5 19 1 3 7 3 2 2 4 7 8 1 2 5 0.13 0.83 1984 P -1 1 0 0 -2 1 0 -2 0 -2 -2 2 -2 -1 3 0 0 -2 -2 -1 6 8 4 6 1 5 6 4 2 3 5 12 1 2 13 8 7 1 2 5 0.15 0.93 1985 I -1 -2 -1 1 -2 -2 -2 -3 -3 3 0 -2 0 -2 0 -1 -1 1 -1 4 5 2 3 8 1 1 2 3 1 15 10 2 2 1 5 5 3 2 2 29 0.34 1.18 1986 L 0 0 -2 -3 0 0 -1 -1 1 0 0 0 1 1 1 -1 2 0 -1 1 6 6 1 2 2 4 4 6 3 5 10 5 4 6 7 4 12 1 2 8 0.08 1.28 1987 A 4 0 -1 2 0 0 -2 0 1 -2 -3 0 -4 -3 -2 -2 -1 -5 -4 1 42 4 2 10 2 4 2 6 3 2 1 5 0 1 1 2 4 0 0 8 0.49 1.64 1988 L -3 0 -1 -2 -4 1 1 -3 0 2 0 0 0 1 -4 -1 2 0 -2 2 2 5 4 2 0 6 8 2 2 13 9 6 2 5 0 4 13 1 1 14 0.21 1.66 1989 D -2 -1 1 7 -5 -1 0 -2 0 -5 -5 -1 -5 -5 -1 -3 -1 -6 -5 -3 2 3 4 63 0 2 4 3 2 0 1 4 0 0 4 0 4 0 0 2 1.27 1.68 1990 A 3 1 -1 -1 -5 0 -1 -1 -4 -3 -1 0 0 -3 2 1 -1 -5 -1 -1 25 9 3 4 0 5 4 4 0 1 7 4 2 1 11 10 3 0 2 5 0.26 1.76 1991 D -3 -2 1 7 -1 -1 0 -2 0 -6 -6 -3 -5 -6 1 -1 -3 2 -5 -5 2 2 6 62 1 2 4 3 2 0 0 0 0 0 6 4 1 3 0 0 1.32 1.74 1992 Q 0 1 0 1 0 1 1 -1 1 -1 -2 0 1 -2 0 2 0 -5 -1 -2 8 8 4 6 2 6 8 5 3 4 3 4 4 2 4 16 5 0 3 3 0.12 1.74 1993 D 0 -1 0 3 -5 1 0 4 -2 -3 -3 -1 -1 -3 0 -1 1 -5 -5 -4 8 3 5 17 0 7 5 27 1 2 2 4 1 1 5 4 8 0 0 0 0.44 1.71 1994 I 1 0 0 -2 -4 0 0 -1 0 2 -1 0 0 -2 1 -1 0 -1 -1 2 11 6 4 2 0 5 6 5 3 10 7 5 3 1 6 4 7 1 2 13 0.09 1.62 1995 Y -2 0 5 -1 -4 -1 -1 -2 1 -2 -3 -1 -1 0 -2 0 -1 -1 4 -2 3 4 32 2 0 3 4 3 3 2 3 3 2 3 2 7 3 1 16 2 0.59 1.74 1996 A 3 -1 -1 0 0 1 -2 2 -2 -3 -3 -2 0 -1 -1 2 0 2 -1 -4 25 3 2 5 2 5 2 13 1 1 3 2 2 3 3 16 6 3 2 1 0.31 1.77 1997 V -1 1 0 -2 -4 0 0 -3 -1 2 0 0 -1 -1 0 -1 -1 5 -1 1 6 7 5 3 0 5 6 2 1 14 8 7 1 2 5 6 4 8 2 10 0.19 1.78 1998 V -2 -2 -5 -3 -1 -1 -4 -3 -2 3 2 -2 0 1 -1 -1 -2 1 1 3 3 2 0 1 1 3 1 2 1 19 21 3 2 6 3 4 2 2 5 20 0.42 1.89 1999 T -1 2 0 0 -5 -1 -1 -3 -1 -1 -2 0 -1 -2 -4 3 3 -5 -1 0 3 10 5 5 0 2 4 2 2 4 3 5 2 2 0 26 16 0 3 7 0.35 1.91 2000 Y -3 -2 -3 -3 0 0 -2 -1 0 -2 -1 -3 -4 3 -3 -3 -2 0 8 -2 2 2 1 2 2 4 3 6 2 2 5 1 0 12 1 1 2 1 49 2 1.13 1.89 2001 Q -3 2 -1 2 -5 2 1 -2 0 -1 -2 -1 -1 -1 -2 3 0 -5 -2 -2 1 12 2 9 0 10 9 3 3 4 4 4 2 3 2 23 7 0 1 2 0.31 1.87 2002 L -2 -1 -4 -2 -2 -4 -3 -3 -4 4 3 -3 0 1 1 -3 -1 1 -1 0 2 3 0 2 1 0 2 3 0 24 29 1 2 5 6 2 4 2 2 7 0.49 1.79 2003 L -2 -1 -2 0 -4 0 -2 -2 1 1 2 -1 1 -1 0 1 1 -4 -2 1 3 3 1 5 0 4 3 3 3 6 20 4 3 3 5 12 9 0 1 11 0.15 1.77 2004 G -1 -2 0 0 -4 1 0 4 -4 -3 -3 0 -4 -2 0 1 -1 -4 -4 -1 4 1 5 5 0 6 6 35 0 2 3 6 0 2 6 10 3 0 0 4 0.46 1.75 2005 A 2 -1 3 2 -2 0 0 0 1 -3 -4 -2 -2 -3 0 0 0 -5 0 -2 17 4 15 10 1 4 7 8 4 2 2 2 1 1 5 8 5 0 3 3 0.26 1.83 2006 Q 0 -1 2 1 -5 1 2 0 1 -3 -1 0 0 -1 2 -1 0 -5 -1 -1 8 3 9 6 0 6 16 7 3 1 5 5 3 3 10 5 5 0 2 4 0.18 1.81 2007 S 1 0 1 2 -5 -1 0 0 -1 -3 -3 0 -2 -2 2 2 0 -5 -2 -2 11 4 7 12 0 2 7 7 2 1 2 5 1 2 11 16 5 0 2 3 0.25 1.83 2008 G 0 -1 2 1 -4 0 -1 3 0 -2 -2 -2 0 1 0 0 -1 -4 -3 -1 8 3 12 7 0 5 3 23 2 3 4 3 2 6 4 6 4 0 0 5 0.25 1.62 2009 L -2 1 -2 -1 -1 0 -2 -4 0 1 3 -2 1 2 -1 -2 -1 1 1 1 4 9 2 3 1 4 2 1 2 6 24 2 4 9 3 3 4 2 4 10 0.22 1.65 2010 F -2 -2 -5 -3 -5 -2 -2 -3 -4 -1 0 -3 -3 7 -2 -4 -1 1 2 -2 3 2 0 2 0 2 3 2 0 2 7 2 0 57 3 0 5 1 5 3 1.19 1.81 2011 D -2 1 0 3 -5 0 0 0 0 1 -2 -1 -1 -3 -2 1 1 -1 -1 -1 3 8 3 18 0 5 6 7 2 9 4 4 2 1 2 10 8 1 2 4 0.19 1.81 2012 I -2 -2 -1 -1 -4 -1 -4 -3 -5 5 1 -2 2 0 0 -2 -3 -5 -1 3 2 2 3 5 0 3 0 2 0 31 10 2 5 3 6 3 0 0 2 19 0.53 1.79 2013 N -1 0 4 3 -5 1 0 0 2 -1 -4 -1 -1 -5 0 -1 -1 2 -4 -1 5 6 23 15 0 6 7 7 5 3 1 3 1 0 4 3 3 3 0 4 0.43 1.84 2014 S -1 0 1 0 -5 -1 0 -2 0 0 -1 0 -4 -2 2 2 1 0 -1 0 5 5 7 5 0 2 6 2 2 5 6 6 0 2 12 15 10 1 2 8 0.17 1.83 2015 S -1 1 2 0 -5 0 0 1 2 0 -2 0 -4 0 -2 2 0 -5 0 -2 5 9 11 6 0 4 6 9 5 5 3 6 0 4 2 14 5 0 4 2 0.17 1.85 2016 T -2 -1 2 0 -4 0 0 1 -4 -4 -3 -1 -1 -2 0 1 4 -5 -1 -1 2 4 10 6 0 4 6 11 0 0 3 3 2 2 4 12 26 0 2 4 0.36 1.76 2017 G -1 -2 1 -1 -1 -2 -2 5 0 -3 -3 -2 -4 -2 -2 -2 -2 -5 0 -1 4 2 7 3 2 2 2 51 3 2 3 3 0 2 2 2 2 0 4 5 0.77 1.80 2018 V -1 -1 -1 -1 -1 0 2 -1 -1 1 -1 -2 2 0 -2 -1 1 1 0 2 4 3 3 3 1 4 15 5 1 9 7 2 5 3 2 4 9 2 3 14 0.14 1.74 2019 V -1 -1 -2 -2 -1 0 -1 -2 -4 3 2 -3 1 1 -2 -2 -1 -4 0 2 5 4 2 3 1 4 4 4 0 16 18 1 4 5 2 3 4 0 4 15 0.23 1.71 2020 T -2 1 0 -2 -1 -1 0 -1 1 0 -1 0 -1 1 -2 0 4 1 -1 0 2 7 5 2 1 2 6 5 4 6 6 5 1 5 2 8 24 2 2 6 0.22 1.83 2021 V 0 -4 1 0 3 1 0 -4 -4 0 -1 0 2 1 1 0 0 -4 2 0 6 0 6 6 6 6 6 0 0 6 6 6 6 6 6 6 6 0 6 6 0.15 1.67 2022 R -1 2 1 -1 -4 1 -1 -2 1 -1 -1 1 0 -1 2 -1 1 2 0 -1 6 13 6 3 0 5 4 3 3 4 6 7 3 3 9 4 10 3 3 5 0.14 1.74 2023 S 1 0 0 -2 -4 0 1 -2 1 -2 -2 2 -1 -4 0 2 3 -5 0 -1 10 6 4 2 0 3 8 4 3 2 3 11 1 0 4 15 16 0 3 4 0.24 1.77 2024 G 1 0 0 0 -3 0 0 1 2 -1 -1 0 -2 -3 2 1 1 -3 -3 -1 10 6 5 5 1 4 5 10 6 3 6 5 1 1 9 11 9 0 1 4 0.13 1.37 2025 V 0 1 -1 0 0 0 -1 0 0 0 0 1 0 0 -2 0 0 -2 0 1 9 7 3 6 2 4 4 7 2 5 10 10 3 3 2 6 5 1 3 8 0.03 1.02 2026 I -1 0 0 1 0 -1 0 -1 0 0 1 -1 2 -1 1 1 0 1 -2 -1 6 4 4 7 2 2 5 5 2 6 13 3 6 3 8 9 6 2 1 5 0.07 1.00 2027 I -1 -1 0 1 -4 -1 -1 -2 -3 1 1 -1 1 2 -1 0 0 -3 3 0 5 4 4 7 0 3 4 4 0 8 13 3 3 10 3 6 5 0 9 6 0.13 1.44 2028 D -1 0 1 5 -5 -2 3 -4 -3 -1 -2 0 -4 -4 0 0 0 -5 1 -4 5 4 7 29 0 0 16 1 0 4 5 6 0 0 4 7 5 0 5 0 0.49 1.49 2029 R -2 6 -1 -3 -5 -1 0 -3 -1 -2 -1 -1 -1 0 -2 -1 -1 0 3 -3 2 46 2 2 0 2 5 2 1 2 6 3 1 4 2 4 4 1 10 2 0.77 1.73 2030 E -3 0 -1 2 -5 0 6 -2 -3 -5 -3 0 -1 -5 -2 0 -1 -5 -5 -5 1 4 2 11 0 4 54 3 0 0 3 4 2 0 2 6 3 0 0 0 0.98 1.79 2031 A 2 -1 0 -1 -1 1 2 -1 1 -2 -1 1 -1 -2 -1 1 1 -3 -1 0 15 3 4 3 1 6 14 4 3 3 6 8 1 2 3 9 8 0 2 6 0.14 1.52 2032 F 0 0 0 -1 -3 0 -1 -1 0 0 1 -1 0 3 0 0 0 0 0 0 6 6 5 3 1 5 3 6 3 5 12 5 3 12 4 6 6 2 3 6 0.08 1.39 2033 S 0 1 1 1 3 0 1 -1 2 -3 -3 1 -3 -3 0 1 1 -4 0 -3 9 7 6 9 5 5 7 4 5 1 3 9 0 1 4 12 7 0 3 2 0.19 1.54 2034 P 0 1 0 -1 -3 2 0 -1 0 -1 -2 0 -2 0 2 1 1 0 -1 -1 7 7 4 3 1 9 6 6 2 4 3 6 1 4 11 12 9 1 2 4 0.14 1.40 2035 P -1 0 0 -1 0 0 -1 -1 2 -1 -1 0 0 1 3 -1 0 -2 4 -1 4 6 4 4 2 5 4 4 4 3 6 5 2 5 13 5 5 0 12 5 0.18 1.36 2036 I -1 0 0 -2 0 0 -1 -3 1 1 0 -1 1 1 -1 0 1 2 -1 2 4 6 4 2 2 5 5 2 3 9 8 4 3 5 3 8 10 2 2 12 0.10 1.37 2037 L -1 -1 -4 -2 -4 0 -2 -4 3 1 3 -2 0 2 -2 -2 -2 1 3 0 4 3 1 2 0 4 2 1 7 9 31 2 2 8 2 3 2 2 10 6 0.41 1.75 2038 E -2 1 1 -1 0 2 2 -3 2 0 -2 0 0 -1 -1 0 1 1 1 -2 3 8 7 3 2 8 16 2 5 5 3 5 2 3 3 5 9 2 5 3 0.18 1.86 2039 L 0 -1 -4 -5 3 0 -4 -1 -4 2 2 -1 1 2 -5 -1 0 -4 0 2 8 4 0 0 5 4 0 5 0 11 18 4 4 9 0 5 6 0 4 13 0.27 1.77 2040 L -1 0 -1 -1 2 0 -1 -2 3 0 1 -1 1 1 -1 -1 0 2 1 1 5 6 3 3 4 5 4 3 6 6 12 4 3 6 3 5 6 2 6 9 0.09 1.79 2041 L 1 -3 -3 -3 -4 -2 -4 -5 -3 3 1 -3 -2 -1 -3 -2 -2 -5 -1 5 14 1 1 1 0 1 0 1 1 16 15 1 1 2 1 2 2 0 2 36 0.64 1.75 2042 L 0 0 -3 -3 -3 1 0 -3 0 1 2 0 1 -1 -3 -1 1 -5 -2 2 7 4 1 1 1 6 7 2 2 6 21 5 3 3 1 5 9 0 1 15 0.21 1.78 2043 A 4 -3 0 2 -3 -2 -1 -2 0 -2 -2 -3 -2 -2 -1 0 -2 -5 -4 2 37 1 5 11 0 2 4 2 2 2 3 1 1 2 3 6 2 0 0 16 0.47 1.76 2044 E -1 1 -1 1 -5 2 3 -1 -2 -2 -3 2 -1 -5 -2 1 1 -5 -3 -2 5 9 3 6 0 9 19 4 1 2 2 12 2 0 2 10 10 0 1 3 0.33 1.77 2045 D -1 -1 2 6 -5 -1 0 0 -2 -4 -4 -2 -5 -2 -1 0 -3 -5 -2 -2 5 4 9 49 0 2 5 6 1 1 2 2 0 2 3 5 0 0 1 3 0.87 1.76 2046 I -1 -1 2 -2 -2 -1 -2 2 2 1 0 -1 2 -1 0 -1 0 -4 -2 1 5 3 10 2 1 3 2 15 5 8 8 5 5 2 5 4 5 0 1 10 0.15 1.59 2047 G 0 -3 1 0 -4 -1 -1 5 1 -3 -3 -3 -3 -1 1 0 -1 -4 -1 -3 6 1 7 5 0 3 4 42 3 1 2 1 1 3 6 6 3 0 3 2 0.59 1.63 2048 L 0 1 0 -1 -4 1 0 0 -2 0 0 -1 -1 -2 1 1 1 -4 0 1 7 7 5 3 0 6 6 7 1 5 8 4 2 1 8 10 8 0 3 9 0.07 1.60 2049 L -1 1 -1 -2 -1 -1 -3 -3 -2 -1 3 -1 0 1 2 -3 -1 -2 -2 1 5 7 3 2 1 3 2 2 1 2 32 5 2 6 11 2 3 1 1 8 0.30 1.65 2050 N -1 -1 2 0 -4 1 1 -2 1 -2 -3 -1 -4 -2 0 3 2 0 -2 -2 4 3 9 4 0 7 11 2 3 2 3 4 0 2 6 22 13 1 1 3 0.31 1.72 2051 S 3 -1 1 0 -4 1 0 1 -2 -3 -2 0 -1 -2 -1 2 1 -5 -3 -3 21 3 5 4 0 5 5 12 1 1 3 5 2 2 3 16 9 0 1 2 0.26 1.69 2052 T -1 -2 -1 -2 -1 0 -1 -4 -1 -1 -2 0 -4 -1 2 2 4 -1 -2 0 5 2 2 2 1 3 4 1 1 3 4 5 0 2 10 15 32 1 1 5 0.44 1.75 2053 A 3 -2 -2 -4 2 -1 -2 -1 -2 0 -2 0 -1 0 -1 1 2 -5 -3 1 27 2 1 0 4 2 2 4 1 4 4 5 2 4 3 12 12 0 1 9 0.30 1.76 2054 H -1 0 -1 -1 -4 2 0 -3 4 -2 -2 0 -1 -1 1 1 3 -5 -1 -2 5 4 2 3 0 9 6 2 10 2 4 6 2 3 6 9 21 0 2 3 0.31 1.72 2055 L -1 -1 -4 -5 -1 -3 -4 -3 -5 2 2 -4 0 1 -5 -2 0 -5 -2 5 4 4 1 0 1 1 1 2 0 10 20 0 2 6 0 4 4 0 1 38 0.64 1.76 2056 L -2 0 0 -2 -1 -1 0 -5 2 0 2 -1 0 -1 0 -1 2 0 -1 1 4 6 5 2 1 2 6 0 5 6 18 3 2 3 5 5 14 1 2 8 0.16 1.73 2057 I -3 -5 -5 -5 0 -2 -3 -5 -5 5 0 -2 1 -2 -5 -3 1 -5 -2 4 1 0 0 0 2 2 2 0 0 29 7 3 2 1 0 2 11 0 2 34 0.80 1.65 2058 T -1 0 0 -1 -2 1 1 -2 0 -1 -1 0 0 -2 -4 2 3 -5 -1 2 4 4 4 3 1 6 7 3 2 2 5 6 3 2 0 14 17 0 2 14 0.21 1.64 2059 I -2 -5 -2 -3 0 -2 -5 -6 -5 4 1 -2 -2 -2 -5 -2 0 -5 -2 5 2 0 2 1 2 2 0 0 0 22 13 3 0 2 0 2 7 0 1 40 0.77 1.67 2060 L -1 -1 -2 -3 -4 -1 -1 -2 -2 2 2 0 1 -2 -4 -2 1 -5 -2 3 5 3 1 1 0 3 3 3 1 11 21 5 3 1 0 2 9 0 1 25 0.35 1.61 2061 D -1 -2 1 6 -5 0 1 -3 -4 -1 -3 0 -4 -5 -1 -1 0 -6 -5 -2 4 2 6 45 0 4 8 2 0 4 2 6 0 0 4 3 6 0 0 3 0.77 1.62 2062 D -2 -3 1 4 -1 0 1 -3 -4 3 -2 0 -1 -3 -1 -1 -2 1 -4 2 3 1 7 22 1 3 8 2 0 15 2 5 1 1 3 4 3 2 0 16 0.38 1.63 2063 N -1 -1 7 -1 -5 -1 -1 -2 2 -3 -2 -3 -4 -5 -1 0 -3 -5 0 -1 6 3 53 3 0 2 3 3 4 2 5 0 0 0 3 6 0 0 3 5 0.95 1.67 2064 D -2 -4 1 7 -6 0 1 -1 -4 -2 -5 -2 -3 -6 -2 -2 -2 -2 -5 -3 4 0 5 60 0 4 9 5 0 3 1 2 1 0 2 2 2 1 0 2 1.22 1.79 2065 N -2 -2 6 0 -4 0 2 -2 4 -4 -5 -2 -4 -2 0 -2 -1 -2 -2 -3 3 2 45 4 0 5 11 2 8 1 1 2 0 2 4 1 3 1 1 2 0.90 1.72 2066 R 3 0 -3 -2 -4 1 0 -1 -3 -1 -3 -2 -4 -3 4 0 0 -2 -3 0 24 6 1 3 0 6 6 6 1 3 2 2 0 1 18 7 6 1 1 6 0.37 1.71 2067 P -3 -5 -2 -4 -6 -4 -3 -3 -5 -5 -4 -2 -1 -6 8 -3 -2 -6 -6 -4 1 0 2 0 0 0 1 2 0 0 2 2 2 0 84 1 2 0 0 1 2.40 1.79 2068 T -2 1 -2 -3 -1 2 2 -4 -2 1 -2 0 0 -3 -2 -1 2 -5 0 3 3 7 2 1 1 8 15 1 1 8 4 6 2 1 2 3 12 0 3 20 0.29 1.79 2069 F -3 -5 -5 -6 2 -3 -5 -5 -4 0 0 -5 -1 8 -1 -1 -3 2 0 -2 1 0 0 0 4 1 0 0 0 6 8 0 2 60 3 6 1 2 2 2 1.38 1.76 2070 S 1 -1 -1 -1 -5 1 1 -1 0 -1 -1 -1 -2 -3 2 2 2 -5 -1 -2 10 3 3 4 0 7 7 5 2 4 6 4 1 1 9 15 13 0 2 3 0.18 1.77 2071 P -1 0 0 -1 -5 3 1 -3 1 -1 -3 0 0 -3 4 1 0 -5 -4 -1 4 6 4 4 0 14 7 1 3 4 3 5 2 1 21 10 5 0 0 4 0.40 1.73 2072 A 1 -1 0 0 -5 1 0 0 -2 -2 -3 0 -1 -4 2 2 1 -6 -2 -2 14 3 4 4 0 7 7 8 1 3 3 7 2 1 10 16 7 0 1 3 0.22 1.79 2073 T -1 -1 -1 0 -3 1 2 -3 0 -1 -1 -2 -1 -1 1 1 2 -5 -1 1 4 3 3 5 1 6 15 1 3 4 6 2 1 2 7 12 15 0 2 10 0.21 1.76 2074 L -2 -2 -4 -2 -3 1 -2 -4 -3 0 2 1 2 2 -3 -3 -2 -1 6 0 2 1 0 2 1 6 2 1 0 6 16 9 5 8 2 2 2 1 26 8 0.55 1.71 2075 T -1 2 1 -2 -4 1 0 -3 2 0 -2 0 -1 -2 0 1 3 -3 -2 -1 4 10 7 2 0 6 7 2 5 5 5 5 2 2 5 9 19 0 1 5 0.23 1.73 2076 V 0 -4 -3 -4 -2 -5 -2 -1 -5 2 1 -4 -1 2 -4 -2 0 -5 0 4 8 1 1 1 1 0 3 6 0 12 12 1 1 9 1 3 5 0 3 34 0.51 1.77 2077 H -2 1 1 -1 -5 1 1 -3 3 -2 -1 1 -2 0 -1 2 1 -1 2 -1 3 6 7 4 0 7 9 1 6 2 7 7 1 4 3 14 8 1 6 4 0.18 1.73 2078 L -3 -4 -2 -4 -4 -3 -4 -5 -5 4 2 -3 0 0 -5 -2 -3 -1 -4 5 1 1 3 1 0 1 1 1 0 28 15 2 2 3 0 3 1 1 0 36 0.83 1.73 2079 L 0 -1 -1 -1 1 0 0 -3 -2 -2 0 0 1 -2 4 1 -2 -2 0 1 7 4 3 4 4 5 5 2 1 2 11 6 3 2 18 12 2 1 4 9 0.22 1.75 2080 E -3 -1 -3 1 -6 0 7 -4 -3 -5 -4 -2 -5 -3 -3 -1 -3 -2 -5 -5 2 3 1 7 0 2 77 1 0 0 1 0 0 1 1 3 1 1 0 0 1.59 1.81 2081 N -3 -1 6 2 -3 -2 -1 2 -1 -3 -3 -2 -1 -5 -3 2 -1 -6 -5 -4 1 2 39 10 1 1 4 14 1 1 2 2 1 0 1 14 4 0 0 1 0.81 1.79 2082 C 3 0 0 -2 -2 -1 -2 -2 -4 0 0 -2 1 -1 -3 2 1 -5 -2 1 23 6 4 2 1 3 2 3 0 4 9 2 3 3 1 16 9 0 1 9 0.24 1.74 2083 P 1 -1 -1 -2 -4 -1 0 -1 0 -3 -2 0 -2 -2 5 0 0 -5 -2 -2 10 3 3 2 0 3 6 5 3 2 5 6 1 2 33 8 5 0 1 3 0.54 1.72 2084 P 1 -2 -2 -3 -4 -1 -1 -3 -1 1 -1 -1 -1 -2 5 -1 -1 -2 -3 2 12 2 2 1 0 3 4 1 1 8 6 3 1 2 28 4 4 1 1 14 0.47 1.74 2085 G -2 -3 2 1 -5 -3 -2 6 -2 -5 -5 -2 -5 -4 -2 -1 -3 -2 -3 -3 2 1 9 8 0 1 3 61 1 0 1 2 0 1 2 4 1 0 1 2 1.13 1.75 2086 F -1 -2 -3 -2 -4 1 -1 -3 0 -2 -1 -2 -1 2 -4 2 4 -4 2 -1 5 1 0 2 0 6 3 1 3 2 6 2 1 8 0 15 32 0 7 5 0.50 1.73 2087 S -1 3 -1 -2 -3 -1 0 -3 1 -1 1 0 -1 -2 1 1 1 -3 0 1 5 14 2 2 1 2 6 2 4 3 12 5 1 2 6 12 8 0 3 11 0.16 1.74 2088 V -3 -4 -3 -6 -4 -3 -5 -6 -5 4 1 -4 -2 3 -4 -4 -2 -5 -2 5 1 1 2 0 0 1 0 0 0 27 13 1 0 12 1 1 1 0 1 37 0.94 1.81 2089 L 1 -4 -4 -3 -2 -1 -3 1 -3 1 3 -4 3 -1 2 -2 1 -5 -1 0 10 1 1 1 1 3 1 13 1 8 25 0 6 2 9 2 9 0 2 7 0.34 1.82 2090 Q -2 2 1 -1 -2 3 -1 -2 -3 -2 1 1 -2 -5 -1 -1 2 -1 -4 -1 2 10 6 4 1 15 4 3 1 2 16 9 1 0 3 4 14 1 0 4 0.27 1.83 2091 V -2 -5 -3 -3 -5 -3 0 -5 -3 3 1 -2 -1 2 -1 -3 -1 -5 0 4 2 0 1 2 0 1 7 1 1 16 15 2 1 7 3 1 3 0 3 35 0.59 1.84 2092 T -1 0 1 -3 -3 0 -1 -2 0 -2 -1 1 -2 -1 0 3 3 -1 -3 0 3 6 8 1 0 4 4 3 3 2 6 7 1 3 5 20 16 1 1 8 0.23 1.81 2093 A 6 -5 -4 -2 -2 -4 -4 -2 -2 -1 -3 -4 -4 -2 -2 -1 -1 0 -4 1 69 0 0 3 1 0 0 2 1 3 2 0 0 2 2 3 3 1 0 8 1.07 1.77 2094 T -2 0 0 -2 -3 2 0 -3 1 -1 -1 -1 0 -1 -1 1 3 -2 0 1 2 5 5 2 1 9 5 1 3 4 5 3 3 3 3 11 21 0 3 9 0.24 1.80 2095 D -4 -3 -2 8 -6 -1 -1 -4 0 -6 -4 -2 -5 -6 -3 -2 -3 -6 -5 -6 0 1 0 83 0 3 2 0 2 0 2 1 0 0 1 2 1 0 0 0 1.94 1.78 2096 E 1 1 -2 -1 -5 1 1 -2 0 -2 1 1 -4 -3 4 -1 -2 -5 -3 -2 13 7 1 3 0 5 10 3 2 2 13 8 0 1 21 5 1 0 1 2 0.36 1.77 2097 D -3 -2 -1 8 -6 -2 0 -3 -1 -5 -4 -4 -5 -4 -1 -3 -3 -6 -5 -4 2 2 1 79 0 1 3 1 1 0 2 0 0 1 3 0 1 0 0 2 1.79 1.77 2098 S 0 -1 1 1 0 -1 2 -2 -3 1 -2 -1 -1 -3 -2 2 1 -4 -3 1 7 4 5 9 2 2 12 3 0 7 4 3 2 1 2 18 9 0 1 10 0.19 1.63 2099 G -1 -2 0 -1 -4 -1 0 5 -1 -4 -3 -1 -3 -1 1 0 -1 1 -1 -4 4 2 4 3 0 3 5 44 1 1 3 3 0 2 6 8 5 2 2 1 0.60 1.50 2100 L 0 -1 0 1 -3 1 0 -3 -1 0 2 -1 2 -1 1 0 0 -3 -2 0 9 3 4 7 0 6 6 2 1 6 18 3 6 3 6 8 5 0 1 7 0.12 1.45 2101 N -1 -2 6 0 -5 0 -1 0 0 -3 -5 -1 -4 -3 -3 1 2 -1 -2 -4 5 2 44 3 0 4 3 6 2 1 1 2 0 1 1 10 11 1 1 0 0.83 1.78 2102 G 2 -3 -1 -1 -5 0 -1 4 -4 -3 -2 -2 -1 -2 -1 2 -2 2 -2 -3 14 1 3 3 0 5 4 34 0 2 4 2 2 2 3 14 2 2 1 2 0.49 1.82 2103 E -1 1 0 1 -5 1 3 -3 1 -1 0 1 -1 -3 -1 -2 0 0 0 -1 4 7 4 7 0 6 22 2 4 3 8 9 1 1 4 3 6 1 3 4 0.23 1.85 2104 L -1 -3 -5 -5 -4 2 -3 -5 -1 3 2 -1 0 1 -2 -3 -2 1 -1 3 4 1 0 0 0 10 1 0 2 18 19 4 2 6 2 2 2 2 2 21 0.46 1.83 2105 V -1 2 0 -2 -1 -1 -1 -3 0 -1 -1 0 -1 1 -1 1 2 -5 -2 2 5 13 5 2 1 3 4 2 2 3 5 6 1 5 3 13 12 0 1 14 0.19 1.82 2106 Y -3 -3 -2 -3 1 -2 -3 -5 0 -2 -1 -5 -4 4 -3 -2 -4 1 8 -2 2 2 2 2 3 2 1 0 2 2 6 0 0 13 2 2 0 2 55 2 1.39 1.85 2107 R -1 3 0 -3 -1 0 0 -2 1 -1 -3 1 -2 0 -1 3 1 -5 2 -1 4 13 4 1 1 5 5 2 3 3 2 8 1 4 3 19 10 0 6 4 0.26 1.84 2108 I -3 -4 -3 -3 -4 -3 -5 -4 0 5 3 -1 1 1 -3 -2 -1 1 -4 1 1 0 1 2 0 1 0 1 2 29 30 5 3 5 1 3 4 2 0 8 0.62 1.83 2109 E -2 -1 -1 1 -4 1 2 -2 0 0 1 0 0 -1 -1 2 0 -1 -1 -1 2 4 3 8 0 7 12 3 2 5 13 5 2 3 3 16 5 1 2 4 0.14 1.76 2110 A 1 -1 1 0 -4 1 -1 1 -2 -2 -1 0 -3 -2 3 2 -1 -4 -2 -2 12 4 6 5 0 5 5 11 1 2 6 6 1 2 13 14 4 0 2 3 0.19 1.78 2111 G 0 -2 4 3 -4 -1 -1 3 -2 -5 -4 -2 -4 -4 0 1 -1 -5 -3 -3 8 1 17 14 0 3 4 25 1 1 2 2 0 1 5 9 4 0 1 2 0.50 1.79 2112 A 1 -2 1 0 -3 -2 1 0 -2 -1 -1 -1 -3 -3 2 2 -1 -5 -3 0 12 2 8 5 1 1 9 8 1 3 7 3 1 1 12 13 4 0 1 8 0.18 1.85 2113 Q 0 0 1 1 -5 1 1 -1 3 -3 -3 1 -3 -4 2 0 -2 -3 1 -3 7 5 8 8 0 7 9 6 8 2 3 7 0 1 12 8 2 0 5 2 0.27 1.89 2114 D -2 -2 3 3 -4 -1 0 1 0 -2 -3 -1 -2 2 2 1 0 -4 -2 -2 3 2 12 16 0 2 7 12 2 2 2 3 1 9 9 9 5 0 1 3 0.30 1.75 2115 R -2 1 1 -1 -3 -1 -1 0 3 -1 0 0 1 0 -1 0 -1 5 1 -1 3 9 7 3 1 3 4 6 6 3 10 6 4 3 3 8 4 7 4 5 0.16 1.81 2116 F -4 -3 -2 -5 -2 -4 -3 -4 0 0 2 -4 -2 7 -4 -2 -4 0 1 -1 1 2 2 0 1 1 2 1 2 4 17 1 1 53 1 4 0 1 3 3 1.17 1.87 2117 L -1 0 -1 0 -3 0 0 -3 1 0 1 1 -1 1 -3 1 1 -5 0 0 6 5 2 5 0 5 6 2 3 4 15 8 2 5 1 11 8 0 3 6 0.09 1.88 2118 I -3 -5 -3 -5 0 -4 -4 -5 -5 5 2 -3 0 2 -1 -1 -1 -5 -2 3 2 0 1 0 2 1 1 0 0 35 15 1 2 9 3 5 4 0 1 17 0.72 1.88 2119 H -3 0 3 4 -6 0 1 -1 4 -3 -4 -1 -5 -3 -3 0 0 0 -2 -3 1 4 16 25 0 5 9 4 11 2 1 3 0 1 1 8 5 1 1 2 0.59 1.93 2120 L -1 0 -1 1 -5 0 1 -2 -4 0 0 0 -1 -1 2 1 0 -3 0 1 6 5 3 7 0 3 8 4 0 6 10 5 1 3 12 9 5 0 3 10 0.12 1.89 2121 V -1 0 2 0 -2 1 1 -3 -1 0 -1 0 -1 -2 -1 1 1 1 -1 1 4 6 9 6 1 5 9 2 2 6 7 6 1 1 3 9 8 2 2 10 0.10 1.87 2122 T -2 -3 2 0 -4 -1 0 -3 -3 -3 -2 -1 -2 -2 -2 3 5 -5 -3 -2 2 1 10 5 0 2 5 1 0 2 4 3 1 2 2 19 40 0 1 2 0.69 1.78 2123 G -1 -2 -2 -1 -3 -3 -2 6 -3 -4 -4 -2 -4 -2 -2 -1 -1 -4 0 -4 4 2 1 3 0 1 2 64 1 1 2 3 0 1 2 5 3 0 3 1 1.11 1.75 2124 V 0 -1 0 1 -3 -1 2 0 -2 1 -1 -3 0 -2 -1 -1 0 2 0 2 7 4 5 7 1 3 14 6 1 8 7 1 2 1 3 4 5 2 4 16 0.13 1.74 2125 I -2 -2 -2 -1 -4 -3 -3 -3 -3 6 1 -3 -2 -2 -4 -3 0 -5 -1 2 2 2 2 3 0 1 2 2 0 41 15 2 0 1 1 2 5 0 2 15 0.70 1.77 2126 R -1 3 0 -2 -1 -1 -2 -3 1 -1 1 1 -1 0 -2 1 2 -4 2 -1 4 15 5 3 1 3 2 2 3 3 13 8 1 3 2 9 13 0 6 4 0.19 1.63 2127 V -1 -3 -2 -2 -4 -3 -1 -4 -3 1 1 -2 0 -2 -3 -2 3 -4 -2 4 4 1 2 3 0 1 3 1 1 7 12 2 2 1 1 2 22 0 2 34 0.56 1.68 2128 G 1 0 0 -1 -2 0 -1 1 -2 0 1 0 0 -2 -1 0 2 -2 -1 0 14 4 4 4 1 4 3 10 1 4 12 5 2 2 3 6 11 1 2 6 0.08 1.04 2129 N -2 2 3 1 -3 0 0 -1 0 -1 -2 2 -3 -4 -1 1 1 -4 -3 -2 3 10 16 9 1 3 6 4 2 3 4 11 0 1 4 8 10 0 1 3 0.28 1.57 2130 A 2 1 0 -2 -2 1 0 1 -1 -3 -2 1 -1 -2 0 0 -1 -4 -3 -1 19 7 4 2 1 6 5 11 1 1 4 10 2 2 4 8 4 0 1 5 0.16 1.50 2131 T 0 1 0 -1 0 0 0 0 -2 -1 -1 0 -2 -1 1 1 1 -3 0 0 8 7 5 3 2 4 6 8 1 4 6 6 1 2 8 12 9 0 3 7 0.08 1.45 2132 I -3 -4 -6 -6 -2 -5 -5 -6 -5 2 5 -5 2 2 -3 -3 -2 -1 -2 0 1 1 0 0 1 0 0 0 0 11 60 0 5 8 1 1 2 1 1 6 1.04 1.79 2133 D -3 -1 1 7 -6 -1 -1 -2 -2 -5 -4 -2 -2 -6 -3 -2 -2 -6 -5 -5 2 3 6 72 0 2 2 3 1 0 2 2 1 0 1 2 2 0 0 0 1.58 1.76 2134 R -1 7 -3 -5 -5 -1 -2 -5 1 -4 -3 -1 -2 2 -2 -3 -4 -2 4 -3 5 56 1 0 0 2 2 0 3 1 2 1 1 8 2 1 0 1 13 1 1.20 1.78 2135 E -2 -3 -2 0 -6 0 7 -3 0 -5 -4 -2 -3 -4 -2 -1 -3 -5 -3 -5 3 0 1 4 0 2 72 2 2 1 2 1 0 1 2 3 1 0 1 0 1.39 1.77 2136 E 0 0 -1 0 -3 3 4 -3 -1 -2 -3 1 -1 -4 -2 0 2 -6 -2 -2 8 4 3 4 1 11 26 2 1 2 2 10 2 1 2 7 12 0 1 2 0.40 1.83 2137 Q -1 1 1 -2 -3 4 0 -2 1 -1 -1 2 0 -4 -3 0 1 -1 -2 -1 5 8 7 1 0 17 7 2 3 3 6 13 2 0 1 7 9 1 1 5 0.28 1.82 2138 E 1 0 1 1 1 1 1 -1 -2 -2 -5 1 -2 -5 3 2 -1 -5 -5 -4 12 5 7 9 3 7 9 4 1 2 0 8 1 0 13 13 4 0 0 1 0.32 1.78 2139 S 0 0 -1 -2 -1 2 2 -3 0 -1 -2 0 0 -1 -2 2 1 -2 -1 0 6 5 2 2 1 9 16 1 2 3 4 4 3 3 2 17 9 1 2 8 0.22 1.78 2140 Y -4 -4 -5 -5 -1 -2 -5 -5 3 -1 -1 -3 -2 3 -3 -4 -4 1 8 -1 0 1 0 0 1 2 0 0 8 3 7 2 0 11 2 0 1 1 56 4 1.49 1.77 2141 R -2 2 2 -1 -4 2 2 -4 3 -2 -1 1 -2 -1 -5 0 2 -2 -1 -1 2 10 11 3 0 8 13 1 6 3 5 7 1 2 0 8 13 1 2 4 0.29 1.83 2142 L -2 -5 -6 -4 -1 -5 -6 -3 -6 3 5 -3 1 3 -6 -4 -4 -5 -3 1 3 0 0 1 1 0 0 2 0 14 50 1 2 12 0 1 0 0 0 10 0.91 1.83 2143 T -2 0 0 -2 -2 1 0 -4 0 1 0 -1 -1 -1 1 -1 3 -3 0 2 2 6 5 2 1 8 6 1 2 7 7 4 1 2 7 4 19 0 3 13 0.21 1.83 2144 V -1 -5 -4 -4 1 -5 -4 -5 -6 4 1 -5 -1 1 -6 -5 -3 -3 -3 5 6 0 1 1 2 0 1 1 0 27 14 0 1 5 0 0 1 0 0 40 0.97 1.85 2145 V -3 1 -2 -3 -1 2 1 -2 1 1 0 0 -1 -2 -5 -1 2 -5 -2 2 1 8 1 1 1 11 11 3 3 7 11 7 1 2 0 4 14 0 2 13 0.24 1.83 2146 A 5 -3 -5 -5 -1 -4 -3 -1 -5 0 -2 -4 -2 -4 -4 -1 -2 -5 -2 2 60 1 0 0 1 0 2 3 0 6 4 0 1 0 0 4 1 0 1 15 0.96 1.79 2147 T 0 0 0 -3 -2 1 0 -4 -2 0 -1 0 -1 -1 -4 2 3 -2 -2 1 6 6 4 1 1 7 7 0 1 5 6 7 1 3 0 14 17 1 1 11 0.23 1.78 2148 D -4 -4 1 7 -6 -2 0 -3 -4 -3 -6 -3 -3 -6 -4 -2 -2 -6 -5 -3 0 0 7 75 0 1 5 1 0 2 0 1 1 0 0 2 2 0 0 2 1.73 1.78 2149 R -1 2 1 0 -3 1 0 2 2 -4 -2 0 3 -1 -1 0 -1 -1 -3 -2 4 11 8 4 1 6 6 17 4 1 4 6 7 3 3 8 3 1 1 3 0.21 1.71 2150 G 0 -2 0 1 -4 -2 0 5 0 -3 -2 -3 -2 -2 -3 -1 -2 -4 -3 -4 7 2 4 8 0 1 5 50 3 2 4 1 1 2 1 3 2 0 1 1 0.77 1.60 2151 T -1 -2 1 0 -3 0 0 2 -1 0 -2 0 -2 -2 0 2 2 -2 -2 0 4 2 7 6 0 4 5 13 1 5 3 6 1 1 6 14 13 1 2 7 0.16 1.64 2152 V -1 0 1 -1 -3 -1 0 -1 -1 -1 -1 -1 -3 -2 6 -1 -2 -4 -2 0 4 4 8 3 0 3 5 4 1 3 7 3 0 2 35 5 3 0 2 7 0.57 1.46 2153 P 0 0 -1 -1 -4 0 0 0 -1 -1 -3 -2 -2 -3 5 1 -2 -4 -2 -1 7 4 2 4 0 5 6 9 1 4 2 2 1 1 34 9 2 0 1 5 0.58 1.57 2154 L -1 1 -2 -4 -1 -1 -1 -3 0 -1 4 -1 3 0 -4 -2 0 -1 -1 -1 5 8 2 1 1 3 4 2 3 2 42 4 6 4 1 3 5 1 2 3 0.45 1.68 2155 S 0 -1 0 -2 -2 1 2 -2 -4 -3 -3 0 0 -3 -2 4 2 -1 -2 -2 7 2 5 2 1 7 12 2 0 2 2 4 2 1 2 31 13 1 1 3 0.42 1.74 2156 G 1 0 0 -1 -1 -2 -2 3 0 -4 -3 -1 -2 -4 0 3 2 -4 -4 -3 13 5 5 4 1 1 2 21 3 1 2 3 1 1 4 20 11 0 0 2 0.37 1.64 2157 T -2 -2 -1 -3 -4 0 0 -4 1 -3 -1 -1 0 -2 1 1 5 -4 0 -1 2 2 3 1 0 5 5 1 4 1 5 3 3 2 6 10 40 0 4 3 0.57 1.73 2158 A 3 -3 -1 -4 4 -1 -2 0 -1 -1 -1 -2 -1 -1 -4 1 2 -5 -4 1 23 1 4 1 10 3 2 7 2 2 6 2 1 3 1 8 14 0 0 11 0.35 1.74 2159 I -3 0 -1 -2 -3 1 1 -4 0 1 0 -1 0 -2 -1 0 4 -5 -2 0 1 4 3 2 0 7 10 1 2 7 9 4 2 1 3 7 26 0 1 7 0.31 1.75 2160 V -2 -5 -6 -6 0 -5 -5 -3 -6 3 3 -4 -1 1 -4 -5 -2 -5 -4 5 3 0 0 0 2 0 0 2 0 14 25 1 1 6 1 0 2 0 0 43 0.92 1.80 2161 T -3 1 1 -2 -2 1 0 -3 2 0 1 0 -2 -3 -3 0 4 -5 -1 1 1 8 6 3 1 5 6 1 5 5 12 4 1 1 1 5 26 0 2 9 0.30 1.83 2162 I -3 -5 -6 -4 -4 -5 -5 -6 -6 6 0 -5 -2 -3 -5 -5 -3 -5 -2 5 1 0 0 1 0 0 0 0 0 47 6 0 0 0 0 0 1 0 1 40 1.37 1.74 2163 L -2 0 1 -2 -3 1 2 -3 1 -1 0 1 -1 -2 -4 0 2 -5 0 0 3 5 7 2 0 7 12 1 4 3 11 9 2 2 0 6 16 0 3 7 0.21 1.73 2164 I -3 -5 -5 -4 -4 -4 -5 -5 -5 4 1 -4 0 -2 -5 -4 -2 -5 -4 6 1 0 0 1 0 0 1 1 0 21 14 0 2 1 0 1 2 0 0 54 1.13 1.65 2165 D -2 0 -1 1 0 1 2 -2 -2 0 2 0 1 -3 -3 0 1 -4 -4 -1 2 6 3 7 2 6 13 3 1 4 20 5 3 1 1 8 9 0 0 5 0.17 1.60 2166 D -4 -3 1 7 -5 -3 -1 -1 -2 -4 -6 -3 -5 -5 -2 -2 -3 -6 -3 -4 0 1 5 77 0 1 1 4 1 1 1 1 0 0 2 1 1 0 1 2 1.74 1.69 2167 I 0 -2 -3 -3 1 -2 0 -4 -5 4 -1 -2 -1 -2 -4 -1 -1 -5 -3 4 9 3 1 2 2 2 7 1 0 20 6 2 1 1 1 4 4 0 0 34 0.54 1.70 2168 N -3 -2 8 -1 -5 0 -2 -3 -1 -3 -4 -2 -4 -5 -4 -1 -1 -5 -4 -4 2 2 76 2 0 3 2 1 1 1 2 1 0 0 0 2 2 0 0 1 1.68 1.65 2169 D -4 -2 0 7 -6 -2 1 -5 -4 -4 -4 -4 -6 -5 -5 -2 -2 -1 -6 -4 1 2 4 77 0 1 7 0 0 1 1 0 0 0 0 1 2 1 0 1 1.78 1.76 2170 S -2 -3 7 -2 -2 -1 1 -3 3 -5 -5 -2 -3 -4 -2 1 -2 -3 -3 -3 4 0 58 0 1 2 8 1 8 0 1 2 1 1 2 8 2 0 0 2 1.24 1.73 2171 R 3 0 -1 -2 -2 -3 -2 -1 -1 -2 -2 -1 -2 -1 4 0 -1 -2 -1 -2 29 5 3 2 1 1 3 5 2 2 3 4 1 2 22 6 4 1 3 3 0.46 1.66 2172 P -4 -5 -5 -5 -6 -4 -4 -5 0 -5 -4 -4 -4 -3 8 -3 -2 -1 -5 -3 0 0 0 0 0 0 0 0 2 0 1 0 0 1 89 1 2 1 0 2 2.60 1.76 2173 E -1 1 -2 -2 -5 2 3 -5 0 0 -1 1 0 -2 -2 -1 1 -5 -1 2 5 6 1 1 0 8 19 0 2 5 4 8 2 1 2 4 10 0 3 17 0.30 1.74 2174 F -4 -4 -6 -6 1 -3 -6 -6 -3 0 0 -4 -2 8 -3 -4 -4 0 0 0 1 1 0 0 3 1 0 0 1 6 9 1 1 66 1 1 1 1 2 6 1.56 1.75 2175 L 0 -2 -1 0 -3 1 1 -3 0 0 1 -1 0 -2 1 2 2 -5 -3 0 6 2 3 5 0 6 8 2 3 6 13 3 2 2 7 15 12 0 1 5 0.15 1.65 2176 N -2 2 1 -1 -3 4 2 -2 1 -2 -2 1 0 -2 1 -1 -1 -5 -1 -2 3 9 7 3 1 18 11 3 3 3 5 8 3 2 7 4 4 0 2 3 0.26 1.67 2177 P 0 -2 0 0 -2 -1 0 0 -2 -3 -3 0 -3 -4 5 2 1 -5 -4 -3 7 2 3 4 1 2 7 6 1 1 3 5 1 1 26 18 9 0 0 2 0.49 1.65 2178 I -1 -1 -1 -1 -4 0 0 -4 0 0 1 -3 0 -1 0 2 2 -2 -1 1 3 4 3 4 0 4 6 1 2 5 11 1 3 2 5 19 11 0 2 12 0.18 1.72 2179 Q -3 -1 -2 -1 -5 2 -1 -4 0 0 0 -1 -3 2 0 -2 -1 -1 7 -2 2 4 2 3 0 9 3 1 2 5 8 3 0 6 4 2 4 0 39 2 0.76 1.75 2180 T -1 1 1 -2 -5 1 3 -2 1 -1 -1 -1 -3 -3 -2 1 2 -3 1 0 5 7 7 1 0 5 19 2 3 4 5 2 0 1 2 10 14 0 5 7 0.24 1.74 2181 V 1 -3 -2 -4 -4 -3 -3 0 -5 1 1 -2 1 2 -2 -1 0 -2 0 4 13 1 2 0 0 1 2 8 0 7 11 2 3 7 2 4 6 1 3 27 0.33 1.76 2182 S -1 1 0 -1 -4 1 2 -3 -1 -1 -3 0 -4 0 -1 3 1 0 0 -2 5 6 4 3 0 6 15 2 1 4 2 4 0 4 3 23 10 1 3 3 0.29 1.82 2183 V -2 -3 -1 -5 0 -2 -3 -3 -2 4 0 -2 1 -2 -3 -2 -1 -1 -4 5 2 1 3 0 2 2 2 2 1 21 9 2 4 2 1 3 3 1 0 40 0.69 1.85 2184 L -1 -1 0 0 3 -1 -1 -4 -1 -1 0 -2 0 -1 4 0 -1 -2 1 1 5 3 5 5 7 2 5 1 1 3 10 3 3 3 19 8 3 1 5 9 0.25 1.84 2185 E -3 -1 -2 0 -1 0 6 -3 1 -3 -4 0 -5 -6 -1 -2 -2 -6 -5 -3 2 3 2 3 2 3 65 2 3 2 1 4 0 0 3 1 3 0 0 2 1.20 1.88 2186 S -2 -1 5 3 0 -1 3 -1 -1 -4 -3 -2 -1 -5 0 1 -1 -6 -5 -3 3 3 26 14 2 2 16 4 1 1 2 1 2 0 4 12 3 0 0 2 0.56 1.86 2187 A 2 0 1 -1 -1 0 -1 -2 -4 -2 -1 -1 1 -3 0 2 1 -5 -4 1 20 5 8 3 1 3 4 3 0 2 7 3 3 1 6 14 7 0 0 9 0.20 1.79 2188 E 0 1 -1 1 -5 -1 2 -2 -1 -2 -2 0 -1 -3 4 0 -1 -1 -1 -2 8 6 3 7 0 3 15 3 2 2 5 6 2 1 20 6 4 1 2 3 0.31 1.82 2189 P -1 -2 0 -2 -5 -2 -2 -2 -1 0 -1 -1 -2 -5 5 0 0 -5 -1 2 5 3 5 2 0 2 3 3 2 6 6 3 1 0 31 6 5 0 2 15 0.54 1.84 2190 G -2 -2 1 -1 -5 0 -2 6 1 -3 -4 -2 -5 -2 -1 -1 -4 -5 -5 -4 3 2 6 4 0 5 2 59 3 2 2 3 0 2 3 4 0 0 0 1 1.02 1.85 2191 T 0 -2 0 -2 -4 -1 -1 -2 2 -2 -2 -2 0 0 -2 2 4 -5 1 0 7 2 3 2 0 3 4 3 4 2 5 3 2 4 2 16 27 0 4 6 0.35 1.83 2192 V -1 1 -2 -2 -4 0 0 -3 -1 1 1 -2 -1 1 0 1 0 -5 -1 2 4 7 2 2 0 4 7 1 1 6 16 2 1 6 5 10 6 0 2 17 0.18 1.80 2193 I -3 -4 -3 -4 -4 -5 -5 -6 -5 4 1 -3 -1 0 -3 -3 -2 -5 -1 5 2 1 1 1 0 0 0 0 0 22 14 2 1 3 1 2 2 0 2 45 0.94 1.83 2194 A 2 -2 -2 -3 -4 -1 -2 2 -2 1 1 -3 1 -2 0 -1 2 -4 -1 0 19 2 1 1 0 3 2 14 1 9 12 1 4 1 6 4 11 0 2 7 0.24 1.76 2195 N -3 2 3 -1 -5 3 -1 -2 2 -3 0 1 -1 -2 -2 -1 2 -5 -4 -2 2 13 15 3 0 11 4 3 4 1 9 9 1 2 2 5 11 0 0 2 0.33 1.80 2196 I -2 -5 -6 -4 0 -5 -3 -6 -5 4 3 -5 0 0 -3 -5 -4 -5 1 4 2 0 0 1 2 0 2 0 0 25 23 0 1 4 1 0 0 0 5 33 0.89 1.84 2197 T -1 0 0 -2 -3 1 -1 -2 1 -1 -2 1 -1 -1 -3 2 4 -2 0 0 4 6 5 2 0 6 3 3 3 4 3 10 2 2 1 14 22 1 3 6 0.27 1.78 2198 A 6 -3 -3 0 -3 -3 -3 -2 -4 -1 -3 -2 -3 -3 -2 -2 -2 2 -4 1 61 1 1 6 0 1 1 2 0 2 2 2 0 1 2 1 2 3 0 10 0.90 1.73 2199 I -1 -1 -1 -1 -4 0 -1 -3 1 2 -1 -1 -1 -1 -1 1 3 -1 0 2 4 4 2 3 0 4 4 2 3 10 6 4 2 3 3 9 21 1 3 12 0.21 1.65 2200 D 1 1 2 2 -4 2 1 1 -3 -3 0 -2 -3 -4 -3 1 1 -4 -4 -3 10 10 9 10 0 9 10 10 0 0 10 1 0 0 0 10 10 0 0 1 0.25 1.01 2201 H 1 0 -1 -2 -4 1 -1 0 3 -1 0 0 0 -4 1 1 -2 1 0 -1 13 6 2 2 0 7 5 8 7 3 8 5 2 0 7 12 2 2 4 5 0.14 1.41 2202 D -1 -1 0 6 -5 1 0 0 -3 -4 -1 -3 -4 -4 -1 -1 -1 -5 0 -2 4 3 4 47 0 6 4 7 0 0 6 0 0 0 3 4 4 0 4 3 0.73 1.40 2203 L 0 -1 0 -1 -1 0 -1 -1 -1 1 2 -2 1 0 -2 0 0 0 -1 1 7 4 5 3 1 4 5 5 1 7 23 2 3 3 2 6 6 1 2 9 0.11 1.51 2204 N -2 1 4 2 -1 0 0 2 0 -3 -3 -1 -4 -4 1 -1 0 0 -2 -4 3 7 19 13 1 4 7 14 3 2 3 3 0 0 6 4 6 1 2 1 0.35 1.54 2205 P 1 -2 1 0 -4 -1 0 0 -1 -2 -2 0 -3 -1 4 0 0 -4 -1 -2 14 2 7 5 0 3 6 7 2 2 5 5 0 3 21 7 6 0 2 3 0.28 1.47 2206 K -1 1 2 -1 -4 1 2 0 1 -1 -2 2 -1 -2 -1 0 1 0 -1 -1 4 8 10 4 0 5 12 6 3 3 3 12 1 1 4 8 8 1 2 5 0.16 1.63 2207 L -1 -1 -2 -2 -3 -3 -3 -1 -1 3 2 -2 1 0 -1 -1 -1 0 0 2 4 4 2 3 0 1 2 5 2 14 23 2 4 3 4 4 4 1 3 14 0.24 1.53 2208 E 0 2 1 0 -4 1 2 -1 0 -1 -1 0 0 -2 -1 1 1 -1 -2 -1 9 10 7 5 0 5 11 4 2 4 6 5 2 2 3 9 9 1 1 4 0.11 1.55 2209 Y -1 0 -2 -3 -1 -2 -2 -2 0 -1 -2 -1 -1 2 -1 -1 -2 4 6 -1 6 5 2 2 2 2 3 3 2 4 4 4 1 8 3 5 2 6 32 5 0.59 1.53 2210 H -1 2 2 0 -3 1 0 -1 3 -1 -1 0 0 -1 -2 2 0 -3 0 -1 4 9 8 5 1 6 7 4 8 3 5 6 2 3 2 15 5 0 4 4 0.16 1.32 2211 I 0 -1 -3 -3 0 -2 -3 -1 -3 4 1 -3 0 2 -1 -2 0 0 0 1 8 4 1 1 2 2 2 6 1 23 12 2 2 9 4 3 6 1 3 8 0.27 1.36 2212 V -1 -1 -1 -1 -2 -1 -1 -1 -1 1 0 -1 0 0 0 0 1 1 0 3 6 4 4 3 1 3 4 4 2 9 10 4 2 3 4 6 9 2 4 18 0.10 1.13 2213 G 0 0 1 -1 -1 -1 -1 3 -1 -1 -2 -1 -1 0 -1 1 -1 1 3 -1 6 5 6 4 2 2 3 19 1 3 5 4 2 3 4 12 4 2 9 4 0.16 0.96 2214 I -1 0 -1 0 -1 0 0 -1 0 1 0 -1 0 1 0 1 0 0 0 1 5 6 3 5 1 5 6 5 2 8 8 4 2 6 5 9 5 1 3 10 0.04 0.84 2215 V 0 -1 0 -1 -1 -1 -1 0 0 2 1 -1 0 1 -1 0 0 -1 0 1 6 4 5 4 1 3 4 6 2 11 12 4 2 5 3 7 5 1 3 11 0.06 0.84 2216 A 1 0 -1 0 0 0 0 0 1 -1 -1 -1 -1 0 0 1 0 -1 0 0 13 5 3 4 2 4 6 8 3 4 7 4 1 4 6 10 6 1 3 6 0.04 0.87 2217 K 0 1 0 1 -1 1 0 0 0 -1 -1 1 -1 -1 -1 1 0 1 0 -1 6 7 4 7 2 6 6 7 2 4 6 10 2 2 4 10 6 2 4 5 0.05 0.87 2218 D -1 0 0 3 -2 1 0 1 1 -2 -2 0 -1 -2 0 0 -1 -2 -1 -1 5 6 5 15 1 6 6 11 3 3 5 6 2 2 5 7 4 1 2 4 0.12 0.88 2219 D 0 -1 1 2 -2 -1 1 0 -1 -1 -1 0 -1 -1 0 1 0 0 -1 -1 8 4 7 13 1 2 8 7 2 4 7 5 2 3 5 9 5 1 2 5 0.08 0.91 2220 T 0 0 -1 -1 -2 -1 0 0 0 0 -1 1 0 -1 1 0 1 -2 0 -1 7 4 3 3 1 3 7 9 2 6 7 8 2 3 8 8 11 1 3 4 0.06 0.93 2221 D -1 1 0 3 0 0 0 0 -1 -1 -1 0 -1 1 0 0 -1 -1 1 -1 5 7 4 16 2 4 6 7 1 3 6 6 2 6 4 7 4 1 4 5 0.10 0.88 2222 R 0 2 1 0 -2 0 0 0 1 0 -1 1 -1 -1 0 0 0 -1 0 -1 6 13 6 4 1 5 6 9 3 5 6 8 2 3 4 6 5 1 3 5 0.07 0.91 2223 L 0 -1 -1 -2 -2 0 0 -1 1 1 2 -1 1 0 -1 -1 0 1 0 1 7 3 3 3 1 5 6 6 3 8 19 3 4 3 4 5 5 2 3 8 0.08 1.00 2224 V 0 -1 -1 -1 1 -1 0 0 -1 1 0 0 -1 1 0 0 0 1 0 1 7 4 3 4 2 3 6 8 2 8 9 5 2 6 5 8 6 2 3 9 0.02 0.97 2225 P -1 0 -1 -1 0 0 0 0 -1 -1 -1 0 -1 -1 4 0 0 -2 -1 -1 6 4 3 4 2 4 6 9 2 4 6 5 2 3 24 6 5 1 2 4 0.26 1.04 2226 N -1 -1 3 1 -2 0 1 0 0 0 -1 -1 -2 0 -1 1 0 -2 -2 -1 5 4 15 7 1 3 8 8 2 6 6 4 1 4 4 11 5 1 1 4 0.14 1.17 2227 Q -1 0 0 0 0 2 0 0 0 0 -1 0 0 -3 1 0 0 -1 0 0 6 5 5 5 2 11 7 7 2 5 7 6 2 1 8 5 6 1 3 6 0.07 1.29 2228 E 0 1 0 0 -3 1 2 0 0 -1 -1 1 -2 -1 0 1 0 0 -1 -2 8 7 4 5 1 6 12 6 2 3 7 7 1 3 5 10 7 1 2 3 0.08 1.24 2229 D -2 0 2 3 -3 1 1 1 1 -3 -2 0 -2 0 0 0 0 -1 -2 -2 3 4 9 14 1 7 10 10 3 2 5 5 1 4 5 6 6 1 2 4 0.17 1.26 2230 A 0 -1 -1 -2 -2 0 -2 -2 1 0 0 -1 2 0 1 0 1 3 2 0 9 4 2 3 1 4 3 4 3 6 10 4 4 3 7 7 7 4 7 8 0.10 1.43 2231 F -3 -2 -1 -4 -4 -3 -3 -3 -3 0 0 -4 -2 7 -4 -2 -2 1 2 -1 2 2 3 1 0 1 2 2 0 4 8 1 0 55 1 3 2 1 5 4 1.12 1.49 2232 A 0 1 0 0 -1 1 1 -1 2 0 -2 -1 -1 -2 0 1 0 -2 0 0 9 7 5 4 1 6 9 4 4 7 3 4 2 2 4 13 6 1 4 6 0.08 1.47 2233 V -2 -2 -2 -3 -3 -3 -4 -4 -4 5 2 -2 0 1 -2 -1 -1 -3 -1 3 3 2 2 2 0 1 1 1 0 32 17 2 2 5 2 4 3 0 2 18 0.56 1.44 2234 N -3 -2 5 4 -4 0 1 -1 2 -2 -3 -1 -4 -4 -4 0 -1 -1 -2 -1 2 2 27 23 0 4 8 4 4 3 3 3 0 0 1 6 3 1 1 4 0.60 1.52 2235 I 0 0 0 -2 -2 -1 0 -2 -1 1 0 0 -1 -1 2 1 1 2 -1 -1 7 5 4 2 1 3 6 3 1 9 8 5 1 2 12 13 7 3 2 3 0.13 1.42 2236 N -2 -1 4 1 -4 2 1 -2 1 -2 -2 1 -1 -3 -3 0 1 -4 1 -2 2 3 21 8 0 10 8 3 4 3 5 10 1 1 1 5 7 0 4 2 0.34 1.53 2237 T -2 0 1 -1 -3 -1 0 -1 0 -2 -2 -2 -3 -3 -2 2 4 -4 2 -2 1 4 7 2 0 2 7 5 2 2 3 2 0 1 2 18 33 0 6 3 0.47 1.41 2238 G -1 -2 -1 -1 -4 -2 -4 6 -1 -5 -3 -2 -4 -2 -2 -2 -4 -4 0 -3 5 2 2 3 0 2 1 64 1 0 3 2 0 2 2 2 0 0 4 2 1.10 1.49 2239 S -2 -1 1 2 -1 0 2 -1 -1 1 -2 -2 -1 -4 0 1 2 1 -2 0 3 3 6 10 1 3 15 4 1 8 4 2 2 0 4 12 11 2 1 8 0.18 1.54 2240 V -2 -5 -5 -5 0 -2 -5 -2 -1 5 4 -5 1 -3 -5 -4 -4 -4 0 2 3 0 0 0 2 2 0 4 2 30 38 0 2 0 0 0 0 0 3 11 0.81 1.55 2241 M -1 0 -2 -3 -1 0 -2 -5 1 1 1 1 1 2 -4 0 2 -1 1 1 4 6 1 1 1 4 3 0 4 7 12 7 4 10 0 8 12 1 4 10 0.19 1.56 2242 V -1 -5 -2 -3 -4 -2 -2 -5 -5 2 3 -4 0 -3 -2 -2 2 -5 -4 4 4 0 2 2 0 2 3 0 0 11 25 0 2 0 2 2 14 0 0 31 0.60 1.57 2243 K 1 1 3 -1 -3 -1 -1 -2 -2 -1 0 2 -1 -2 -4 0 1 -5 -3 1 10 6 13 3 1 3 4 3 1 3 8 14 1 2 1 6 9 0 1 11 0.20 1.81 2244 S -2 2 1 0 -5 1 2 1 -2 -4 -3 4 -3 -6 -2 1 0 -6 -4 -2 3 12 5 5 0 5 15 9 1 1 3 22 1 0 2 9 5 0 1 3 0.40 1.85 2245 P 0 1 0 -3 -5 -1 -1 -2 -1 -2 -2 2 -2 -4 4 1 0 -1 -3 -3 9 9 4 1 0 3 4 3 1 3 4 13 1 1 24 11 6 1 1 1 0.43 1.80 2246 M -3 -3 -4 -4 -4 -5 -4 -4 -5 2 5 -3 2 0 -4 -2 -2 -3 -2 1 2 1 1 1 0 0 1 1 0 12 58 2 4 4 1 3 2 0 1 7 0.88 1.81 2247 N -2 -2 1 7 -6 -1 -1 -1 -1 -5 -4 -2 -5 -6 -3 -1 -2 -6 -5 -5 3 2 5 68 0 2 2 4 1 0 1 2 0 0 1 4 2 0 0 0 1.46 1.81 2248 R -2 6 -2 -3 -4 -1 -2 -2 1 -3 -2 -1 -1 2 -4 -3 -3 -1 3 -4 3 49 2 2 0 2 2 4 3 2 5 1 2 8 1 1 1 1 11 0 0.95 1.81 2249 E -3 -2 -2 1 -6 -1 7 -3 -1 -4 -4 -1 -5 -6 -3 -1 -2 -6 -5 -4 1 1 1 7 0 2 71 2 1 1 2 3 0 0 1 4 2 0 0 1 1.36 1.83 2250 L -1 0 -2 0 -2 2 2 -3 0 -1 1 0 -1 -1 -2 -1 2 -4 0 0 6 4 2 6 1 9 15 1 2 3 15 5 1 2 2 5 12 0 4 6 0.17 1.76 2251 V -2 -1 -2 -2 2 1 0 -2 -1 2 1 0 -1 -2 -1 0 1 1 0 2 3 4 1 2 5 6 7 3 2 12 11 6 1 1 3 8 8 2 3 12 0.13 1.78 2252 A 2 1 -1 0 4 1 0 1 -1 -4 -3 0 -3 -4 1 1 0 -5 -5 -2 19 6 3 5 9 6 7 9 2 1 2 6 1 1 8 9 6 0 0 3 0.28 1.81 2253 T -1 0 0 -1 -1 2 0 0 -1 -1 -2 0 -1 0 -1 1 2 0 -2 -1 5 5 4 3 1 9 7 7 2 3 5 6 1 5 3 13 13 1 1 5 0.11 1.81 2254 Y -3 -1 -3 -3 -1 1 -1 -5 4 0 -2 0 -2 2 -2 -2 -1 1 7 -1 1 3 1 1 1 6 4 1 10 5 4 5 1 9 2 2 3 1 36 3 0.82 1.74 2255 E -2 1 2 0 -4 2 3 -2 1 -2 -2 2 -1 -4 -1 0 2 -4 -1 -1 2 6 10 5 0 8 18 2 3 2 4 11 1 1 3 6 11 0 2 4 0.28 1.68 2256 V -1 -1 -4 -3 -1 -3 -4 -3 -4 3 3 -3 1 1 0 -2 -2 -4 1 2 5 3 1 2 1 1 1 2 0 16 33 1 3 6 4 2 2 0 4 12 0.46 1.68 2257 T -2 0 -1 -1 2 -1 0 -2 1 0 -1 -1 -3 -2 -2 0 4 -3 -1 1 2 6 3 3 4 3 7 3 4 6 6 4 0 1 2 6 29 0 2 9 0.32 1.74 2258 L -1 -3 -4 -5 2 -4 -1 -4 -1 3 2 -3 0 -1 -1 -3 -2 -1 0 4 5 2 1 0 4 0 4 1 2 16 20 1 1 2 3 1 1 1 3 31 0.56 1.76 2259 S -1 0 0 -1 -1 2 0 -2 0 -1 1 0 0 -1 1 1 0 1 -4 1 5 5 5 4 2 8 7 4 3 3 12 5 2 2 6 11 7 2 0 9 0.08 1.74 2260 V 3 -4 -4 -3 4 -2 -4 -2 0 2 0 -2 0 -1 -2 -1 -2 -5 -1 3 27 0 0 2 8 2 0 2 3 9 8 2 2 2 2 4 2 0 3 22 0.47 1.81 2261 I -1 1 -2 -2 0 1 0 -2 -1 2 1 -1 0 2 -4 -1 1 -4 0 2 4 8 2 2 2 5 6 3 2 10 11 5 2 7 1 5 10 0 3 14 0.15 1.69 2262 D 0 0 1 0 3 1 0 0 -4 0 -1 0 2 1 -4 0 0 -5 -4 0 6 6 6 6 6 6 6 6 0 6 6 6 6 6 0 6 6 0 0 6 0.12 1.67 2263 N -1 1 3 0 0 0 -1 0 3 -1 -1 0 1 -2 -2 0 0 -5 -4 0 6 9 12 6 2 3 5 8 7 4 5 4 3 2 3 6 7 0 0 8 0.14 1.77 2264 A 1 0 1 -1 -5 0 0 1 0 -1 -1 0 0 2 -1 -1 -1 -5 -1 0 12 4 8 4 0 5 6 11 3 4 7 5 2 9 4 4 3 0 2 7 0.09 1.82 2265 S 1 -1 0 -1 -4 2 0 1 -1 0 -2 -1 1 -2 0 1 1 -4 -1 -1 11 4 5 3 0 10 7 10 2 5 5 3 3 2 6 10 8 0 2 5 0.10 1.70 2266 D -1 -1 2 2 0 0 1 -1 2 -1 -1 0 0 -1 0 0 -1 -3 -1 0 4 3 9 14 2 3 10 5 5 4 6 5 2 3 5 7 4 0 3 6 0.12 1.29 2267 L -1 -1 1 0 0 -1 -1 -1 -1 1 2 0 1 1 -1 -1 0 -2 0 0 6 4 7 5 2 3 4 5 2 7 19 6 3 5 3 5 5 1 3 7 0.07 1.18 2268 P -1 -1 1 0 -3 -2 -1 1 1 -2 0 -2 0 -1 5 -1 -1 -3 -2 -1 5 3 7 5 0 2 5 10 3 3 11 2 2 3 25 4 3 0 2 5 0.33 1.58 2269 E 0 0 -2 0 -4 0 2 1 0 -2 -1 -1 0 0 0 0 0 0 -1 -1 6 5 2 5 0 4 15 13 2 2 7 4 2 4 6 7 5 1 3 5 0.10 1.67 2270 R 0 2 2 0 -1 1 0 1 1 -2 -1 0 0 -1 0 0 -1 -4 -1 -2 6 13 8 5 1 6 6 9 3 3 6 6 2 3 4 7 4 0 2 3 0.11 1.73 2271 S -1 -1 1 0 -4 0 0 1 0 -1 -1 -1 -3 0 3 2 1 -4 -1 -1 4 4 6 5 0 5 5 11 2 4 5 3 0 4 14 14 8 0 2 4 0.18 1.75 2272 V 1 -2 -2 -1 2 -1 -3 -1 -3 1 1 -2 1 1 0 0 0 -3 0 2 10 3 2 4 5 3 1 5 0 7 13 3 4 5 6 7 7 0 4 13 0.12 1.60 2273 S -1 0 0 1 0 1 0 0 0 -2 -1 -1 0 1 0 2 1 1 0 -1 4 4 4 8 2 8 5 6 3 2 7 3 2 5 4 16 8 2 3 4 0.11 1.70 2274 V -1 0 1 -4 3 1 -4 -1 -4 0 -1 0 2 1 0 0 0 4 1 0 6 6 6 0 6 6 0 6 0 6 6 6 6 6 6 6 6 6 6 6 0.18 1.78 2275 P 0 -1 0 1 -2 0 0 1 0 -2 -1 -1 2 0 2 1 1 -2 0 -1 8 3 3 8 1 4 5 10 2 3 6 4 5 3 10 10 7 1 3 4 0.09 0.81 2276 N -1 0 1 0 0 1 1 -1 0 0 -1 -1 0 -1 2 0 1 -1 0 -1 5 4 8 5 2 7 8 5 2 5 6 4 2 3 9 8 8 1 4 4 0.08 0.75 2277 A 2 -2 -2 0 2 -1 -1 0 -2 -1 -1 0 0 1 -1 0 1 -2 0 0 18 2 2 5 4 3 3 6 1 4 6 5 2 7 3 8 10 0 4 7 0.12 1.00 2278 K -1 1 -1 -1 -3 1 1 -2 1 -1 -1 1 0 -1 -1 -1 2 0 0 0 4 7 3 4 1 6 11 4 3 4 7 10 2 2 3 5 16 1 3 5 0.13 1.07 2279 L 0 -3 -3 0 -1 -1 -1 -3 -3 2 2 -3 0 1 -1 -2 -1 -3 -1 4 7 1 1 6 2 2 3 2 1 9 18 1 2 6 3 2 4 0 2 27 0.31 1.14 2280 T -2 1 -1 -2 -4 -1 0 -3 0 0 -1 -1 -1 -1 -4 0 4 -1 1 2 3 7 2 2 0 3 7 2 2 5 6 4 1 2 0 7 27 1 5 13 0.29 1.37 2281 V -2 -4 -5 -5 -3 -4 -4 -5 -5 5 2 -4 0 -1 -4 -4 1 -4 -3 4 3 0 0 0 0 0 0 1 0 33 14 0 2 3 0 1 8 0 0 33 0.88 1.39 2282 N -2 1 1 -1 -2 2 1 -3 0 -1 -1 1 -1 -2 -1 0 2 -4 0 1 3 8 6 3 1 9 10 1 2 3 5 8 2 1 3 7 14 0 3 10 0.17 1.40 2283 V -3 -4 -4 -1 -3 -4 -4 -3 -5 4 0 -1 0 -3 -1 -4 0 -5 -4 5 1 0 0 4 0 0 1 2 0 22 9 5 2 0 3 1 5 0 0 45 0.78 1.38 2284 L -2 0 -2 -2 -4 1 0 -3 0 2 2 0 1 -3 -4 -1 1 -4 0 1 2 6 2 2 0 5 7 2 2 12 23 7 3 0 1 4 9 0 3 11 0.22 1.35 2285 D -2 -3 1 7 -5 -3 -1 -3 -4 0 -4 -1 -4 -5 -2 0 -2 -6 -5 -2 3 1 6 63 0 0 2 1 0 6 2 3 0 0 2 5 1 0 0 4 1.20 1.44 2286 V -2 -2 -3 0 -4 -1 1 -5 -4 3 -2 -1 1 0 0 -2 0 -1 -2 4 3 2 1 6 0 2 9 0 0 19 2 3 3 4 6 2 6 1 1 30 0.42 1.47 2287 N -4 0 7 0 -5 0 -1 -3 2 -2 -5 -2 -4 -5 -2 -2 -2 -5 -4 0 0 4 62 4 0 3 3 0 4 2 1 2 0 0 2 2 2 0 0 8 1.23 1.46 2288 D -4 -2 1 7 -5 -1 2 -2 -3 -2 -5 -2 -5 -2 -4 -1 -2 -5 -5 -5 0 2 5 59 0 2 14 3 0 3 0 1 0 2 0 4 2 0 0 0 1.22 1.47 2289 N -3 0 6 0 -5 -1 1 -1 4 -4 -5 -2 -2 -1 -1 -2 0 -5 -2 -3 1 4 39 5 0 2 11 5 11 1 1 2 1 3 4 1 6 0 1 1 0.76 1.43 2290 T 3 -1 -2 -1 -2 -2 -1 -1 -2 -1 -3 -1 -1 -1 3 1 -1 1 -2 1 24 4 2 3 1 1 3 4 1 3 1 4 2 2 17 12 3 2 1 9 0.33 1.47 2291 P -3 -4 -4 0 -5 -1 -2 -3 -4 -4 -3 -3 -4 -1 8 -2 -2 -5 -4 -3 0 0 0 5 0 3 2 2 0 0 2 0 0 3 74 2 2 0 0 2 1.91 1.45 2292 Q -1 0 -2 -2 -4 2 4 -4 -1 1 -2 0 -1 -2 -1 0 0 -5 -1 2 3 5 2 1 0 10 24 1 1 7 4 6 1 2 3 7 5 0 2 16 0.34 1.58 2293 F -4 -2 -4 -4 1 -4 -3 -4 -4 2 0 -4 -1 7 0 -3 -3 2 1 -1 1 2 1 1 3 1 2 1 0 10 7 1 1 54 4 2 1 2 3 4 1.14 1.49 2294 K -1 -1 -1 -1 0 0 1 -3 0 -1 0 0 0 -1 2 0 2 -3 -1 0 5 4 3 4 2 5 8 2 2 4 10 6 3 3 12 8 11 0 2 6 0.11 1.29 2295 P 0 0 -1 0 -2 2 1 -2 -1 -2 -2 0 0 -2 5 0 -1 -2 -2 -1 6 4 3 5 1 8 8 3 2 3 5 4 2 2 28 6 4 0 1 5 0.39 1.09 2296 F 0 1 1 0 -2 0 0 -1 -2 0 -1 0 1 1 1 0 0 -2 1 0 7 7 6 6 1 4 5 5 1 5 7 7 3 7 6 7 6 1 4 7 0.04 1.18 2297 G 0 -2 1 1 -2 1 1 2 1 -1 -2 -1 0 -1 0 0 0 1 0 -1 8 2 6 6 1 5 8 17 3 4 3 4 2 3 4 7 5 2 4 4 0.12 1.25 2298 I 0 -2 -1 -1 0 1 -3 -1 -3 3 0 0 2 0 -1 -1 0 1 0 1 7 3 3 3 2 7 2 4 1 18 9 5 5 4 3 5 6 2 3 8 0.15 1.49 2299 T 0 -1 1 0 -4 0 1 -1 0 -1 -2 -1 0 -4 1 0 4 -5 -2 0 9 3 6 5 0 4 8 4 2 4 3 3 3 0 6 7 24 0 1 6 0.25 1.79 2300 Y -1 -1 0 -2 -4 0 0 -3 0 1 0 -1 0 2 0 0 0 0 3 1 5 3 5 2 0 5 6 2 2 7 9 3 2 8 5 7 6 1 10 10 0.13 1.65 2301 Y -1 -1 -2 -2 -1 0 -1 -2 -1 -1 0 0 0 3 -1 0 -1 1 5 -1 4 3 2 2 1 4 4 3 1 4 10 5 3 10 3 6 4 2 23 5 0.34 1.41 2302 M -1 0 1 -2 0 0 0 -2 0 1 1 0 0 0 -1 0 1 -1 -1 2 4 5 6 2 2 4 5 3 2 7 14 5 2 3 3 8 8 1 2 13 0.08 1.47 2303 E 0 -1 0 0 -3 0 2 1 0 -1 0 0 -1 0 0 0 -1 -3 -1 0 8 3 4 5 0 5 13 10 2 4 11 6 1 3 4 7 3 0 2 7 0.07 1.50 2304 R -1 2 0 0 -3 0 2 -1 0 -1 -2 1 -1 -2 0 2 1 -1 -1 -1 5 9 5 5 0 4 13 4 3 3 4 9 2 2 5 13 7 1 2 4 0.14 1.56 2305 I -2 -3 -1 -2 -2 -4 -4 -3 -4 4 1 -3 -1 -1 -2 -2 -1 -4 0 5 2 2 3 3 1 0 1 2 0 22 12 2 1 2 2 3 4 0 3 35 0.61 1.74 2306 L -1 0 -2 -2 0 1 0 -3 -4 0 1 0 1 -2 3 1 -1 -4 -1 0 6 5 1 3 2 5 7 2 0 5 13 5 4 2 16 13 4 0 2 7 0.21 1.72 2307 E -2 0 0 0 -5 0 6 -3 -3 -3 -5 -1 -4 -5 -1 -1 -2 -5 -4 -2 2 4 4 3 0 2 65 1 0 2 1 2 0 0 4 5 2 0 0 3 1.19 1.80 2308 G 0 -2 4 2 -4 -2 0 2 -1 -1 -3 -2 0 -3 -2 2 -1 -5 -2 -2 6 2 21 13 0 1 6 15 2 4 3 2 3 1 2 13 3 0 2 2 0.39 1.79 2309 A 3 -1 1 -2 1 -1 -1 -3 -1 -2 -1 -2 -1 -1 -1 2 1 -5 -4 0 26 3 7 2 3 3 3 2 1 2 5 3 2 3 3 16 9 0 0 8 0.29 1.82 2310 T 0 0 -1 -1 -4 0 -1 -1 -2 -1 0 1 -2 -3 4 1 1 -5 -4 0 9 5 3 3 0 5 5 4 1 4 9 7 1 1 20 9 9 0 0 7 0.26 1.82 2311 P 0 -2 -3 -3 -5 -3 -2 -2 -3 1 -1 -3 -2 -3 6 -1 -1 -5 -3 1 7 3 1 1 0 1 3 3 1 7 7 2 1 1 43 4 3 0 1 11 0.86 1.85 2312 G -1 0 1 0 -5 1 0 -1 -4 0 -1 0 2 1 0 0 0 -4 1 0 6 6 6 6 0 6 6 6 0 6 6 6 6 6 6 6 6 0 6 6 0.07 1.78 2313 T -1 -3 0 -2 -4 0 -1 -1 -1 -1 -3 -2 1 -3 -1 2 5 -2 -1 0 6 1 5 1 0 5 4 4 1 3 2 2 4 1 3 12 37 1 3 6 0.49 1.72 2314 T -1 1 -2 -3 -2 0 0 -2 0 0 0 -2 0 -1 0 1 2 -2 0 2 4 7 2 2 1 4 6 2 2 5 8 2 3 3 4 10 15 1 3 17 0.17 1.72 2315 L -4 -3 -3 -4 -4 -5 -4 -5 -5 4 2 -2 0 3 -1 -4 -2 -4 -1 4 0 2 1 1 0 0 1 0 0 25 17 2 2 12 3 1 2 0 2 29 0.74 1.73 2316 I 1 -2 -4 -4 -1 0 -2 0 -3 3 2 -4 3 -1 1 -1 1 -5 -2 1 10 2 0 1 2 4 2 7 1 15 16 0 7 3 8 4 9 0 1 8 0.25 1.73 2317 A 0 1 0 -1 -5 2 -2 -1 0 0 2 0 -1 -3 -3 0 3 -5 -1 0 8 7 4 3 0 9 2 5 2 5 17 6 1 1 1 6 16 0 2 5 0.18 1.77 2318 V -3 -2 -3 -1 -5 -2 -1 -4 -5 3 1 0 2 2 -3 -2 -1 -5 1 4 1 2 1 3 0 1 5 1 0 14 13 5 4 9 1 3 3 0 5 28 0.45 1.74 2319 A 1 0 0 -2 -5 1 -1 -2 0 -2 -1 1 0 0 -2 2 2 -5 -3 0 11 6 4 2 0 8 3 2 2 2 7 7 2 4 2 16 14 0 1 7 0.19 1.73 2320 A 5 -4 0 -1 -4 -2 -4 -2 -1 -2 -3 -1 -4 -5 -3 -1 1 -5 -5 1 60 0 4 3 0 2 0 1 2 2 1 4 0 0 1 2 8 0 0 10 0.89 1.69 2321 V -2 1 -2 -1 -4 1 0 -3 1 2 0 -2 1 -1 -3 0 2 -2 -1 2 3 7 2 3 0 6 7 2 3 11 9 2 3 3 1 9 16 1 2 12 0.19 1.67 2322 D -4 -2 0 7 -6 -2 -1 -2 1 -5 -3 -2 -5 -6 -4 -1 -2 -6 -5 -5 0 2 3 74 0 1 3 3 3 0 3 2 0 0 0 3 2 0 0 0 1.59 1.65 2323 P 1 2 -2 -1 -5 -1 -1 -2 -1 -1 -1 0 -1 -3 5 0 -3 -5 -2 -2 12 11 1 3 0 3 5 3 1 4 6 6 1 1 33 6 0 0 1 3 0.59 1.62 2324 D -4 -4 0 7 -5 -1 1 -4 -4 -5 -4 -1 -1 -6 0 -1 -2 -6 -5 -3 0 0 3 66 0 2 7 0 0 0 2 3 2 0 6 3 3 0 0 2 1.40 1.69 2325 K 0 1 0 0 0 1 1 -1 0 0 -2 1 -1 -2 -4 0 2 -4 0 0 7 7 4 6 2 5 11 5 2 6 4 10 1 2 0 8 11 0 4 7 0.12 1.62 2326 G 1 -2 -1 0 -3 0 0 4 -1 -2 -2 -2 -3 -1 1 0 -1 -4 -3 -3 10 2 3 5 0 4 5 36 2 3 4 2 0 3 9 8 3 0 1 1 0.44 1.45 2327 L 0 -1 0 -1 -3 2 0 -2 0 1 0 0 2 -2 1 1 1 0 -1 0 6 3 5 3 0 8 7 3 3 7 8 6 5 2 7 10 8 1 2 6 0.09 1.43 2328 N -2 -1 6 0 -5 0 -1 -1 1 -3 -3 0 -4 -1 -2 1 -2 -5 1 -2 4 2 44 4 0 4 3 5 2 2 2 5 0 3 2 9 2 0 4 3 0.74 1.63 2329 G 2 -2 1 -1 -4 2 -2 4 -3 -2 -4 -2 -4 -2 0 1 -2 1 -1 -3 16 2 6 3 0 9 3 31 0 3 1 2 0 2 4 9 2 2 2 2 0.45 1.60 2330 L -1 1 -1 -2 -4 2 0 -1 -1 1 1 2 1 -1 -1 -1 0 0 -2 0 5 9 3 2 0 8 7 5 2 8 11 10 4 2 3 4 7 1 1 6 0.11 1.60 2331 V -1 -2 -2 -1 -4 1 -2 -3 -2 3 1 -2 -1 -2 -2 -2 -1 -4 -1 4 4 2 2 4 0 8 3 2 1 18 12 3 1 2 2 3 4 0 2 28 0.38 1.67 2332 T -2 2 1 -2 -5 1 0 -3 0 0 -2 1 -1 0 -1 1 3 -5 -2 1 3 11 7 2 0 5 5 2 2 5 4 7 1 4 3 9 20 0 1 10 0.24 1.77 2333 Y -3 -2 -2 -2 4 -4 -3 -2 2 -2 -3 -3 -4 2 -5 -3 -4 -2 8 -3 2 2 2 2 7 0 1 3 4 2 2 2 0 7 0 1 0 0 60 1 1.53 1.74 2334 T -1 2 -3 -2 -1 0 -1 -3 -1 0 -2 0 -3 0 -2 3 2 -1 1 -2 5 12 1 2 1 4 4 2 2 5 4 6 0 4 2 25 15 1 5 2 0.32 1.63 2335 L -2 -2 -3 -2 -3 -1 -1 -1 -1 5 2 -2 0 0 -3 -2 -1 -3 -3 1 3 2 1 3 0 3 4 6 2 30 22 3 2 5 1 3 3 0 1 7 0.44 1.48 2336 L -1 -2 -1 -2 -2 0 0 -2 -2 1 2 -1 1 0 -1 0 -1 0 1 1 6 2 3 2 1 4 7 3 1 9 21 4 3 4 3 8 3 1 4 11 0.13 1.56 2337 D -1 0 1 3 -4 1 1 1 -2 -4 -4 -1 -4 -4 1 2 0 -4 -2 -3 3 5 6 18 0 6 10 13 1 1 1 4 0 1 6 17 5 0 2 2 0.36 1.58 2338 L -1 0 1 0 -3 1 -1 2 2 1 0 -1 0 0 -1 0 -1 -3 -1 -1 5 4 6 5 0 7 5 15 5 9 11 3 2 3 3 7 4 0 2 4 0.09 1.38 2339 V -1 0 1 0 1 0 0 -1 1 0 -1 0 1 0 1 1 1 -4 0 1 4 4 6 5 3 3 6 5 3 6 6 5 4 3 6 9 8 0 3 9 0.05 1.92 2340 P -1 -1 0 0 1 0 -1 0 1 -1 -1 -1 1 -1 4 -1 0 -4 1 0 4 3 5 5 3 4 4 8 4 4 5 3 4 3 20 5 6 0 4 5 0.22 1.93 2341 P -1 -1 1 -1 -4 -1 0 -1 2 -1 -1 -1 1 2 4 0 -1 -4 0 -1 4 4 6 4 0 3 6 5 5 4 5 4 3 9 18 8 3 0 3 5 0.23 1.81 2342 G -1 -2 2 2 -3 0 0 3 1 -2 -2 -1 -1 2 -2 0 -1 -3 0 -2 4 2 9 10 0 4 6 23 4 3 4 4 1 8 2 6 3 0 3 3 0.25 1.49 2343 Y -2 0 -1 -3 -4 -1 -2 0 2 0 1 -1 1 3 -3 -1 -1 4 3 -1 3 5 4 2 0 2 3 7 4 4 16 3 4 11 1 6 4 5 11 5 0.23 1.63 2344 V -2 -2 -2 -2 -3 -4 -1 -3 -4 2 1 -2 -1 6 -3 -3 -1 -3 -2 3 2 2 2 2 0 0 5 2 0 10 14 3 1 31 2 1 4 0 1 18 0.61 1.69 2345 Q -1 0 -1 1 -5 2 1 -1 0 -1 -1 1 -2 3 -4 1 0 -1 0 -1 4 4 2 6 0 9 11 5 2 4 5 7 1 12 1 12 6 1 2 4 0.18 1.75 2346 L -2 -2 0 -3 -3 -3 -3 -4 -2 4 2 -2 0 1 -2 -1 0 -4 -2 2 3 3 4 2 0 1 1 1 1 28 21 2 2 5 2 4 5 0 1 14 0.46 1.71 2347 E -1 0 2 1 -3 0 2 -2 1 2 -1 -1 -1 0 -1 0 -1 -1 -1 -1 4 5 8 9 1 4 14 2 4 12 5 4 1 4 4 8 3 1 2 5 0.15 1.28 2348 D -3 -1 2 5 -4 -1 2 0 -1 -2 -3 0 -4 -2 0 -1 0 -5 -3 -2 2 4 10 31 0 2 11 6 1 3 2 6 0 2 5 4 6 0 1 2 0.49 1.64 2349 S 0 1 2 1 -4 -1 1 -1 0 -2 -3 0 -3 -3 2 2 1 -5 -1 -3 7 7 10 6 0 3 8 4 2 3 3 6 0 1 9 17 9 0 3 2 0.23 1.70 2350 S -1 -1 2 1 -4 0 0 0 0 -2 -3 0 -2 -2 -2 1 3 -4 1 -1 4 3 9 7 0 4 7 8 2 2 3 7 1 2 2 11 18 0 5 4 0.21 1.70 2351 A 0 -2 1 0 -3 -1 0 1 -1 -3 -3 -2 -2 -1 -3 2 4 -4 1 -2 8 2 6 4 0 3 5 11 1 1 3 1 1 3 1 17 24 0 5 2 0.34 1.54 2352 G -1 -2 -1 -2 -5 -3 -3 6 -4 -1 -3 -3 -4 -1 -1 -1 -2 -2 0 -1 3 2 3 2 0 1 1 59 0 5 3 1 0 3 3 4 2 0 3 4 0.95 1.73 2353 K -1 1 0 -1 -3 1 2 -2 -2 1 -1 1 -2 -3 -4 0 1 4 -1 0 5 9 5 4 1 7 14 3 1 10 5 8 1 1 1 8 8 5 2 6 0.19 1.76 2354 V -2 -4 -5 -6 -4 -4 -4 -4 -5 5 3 -3 0 -2 -5 -3 -2 -2 -4 3 2 1 0 0 0 1 1 1 0 31 31 1 2 1 0 2 3 0 0 22 0.89 1.78 2355 I -3 1 0 -3 -3 -1 -2 -5 1 2 0 0 0 1 -5 0 3 -2 1 2 1 8 4 2 0 3 3 0 4 10 8 7 2 5 0 6 16 1 6 15 0.27 1.79 2356 A 1 -2 -3 -4 0 -1 -3 -2 -4 1 2 -2 -2 -1 -2 -1 3 -4 -4 3 12 2 1 1 2 3 1 3 0 7 20 3 0 2 2 5 19 0 0 17 0.36 1.68 2357 N 0 1 1 1 -3 -1 0 -2 -2 -1 -1 2 -1 -3 -3 1 3 -3 -4 0 9 6 7 9 1 3 6 3 1 3 7 11 1 1 1 8 17 0 0 6 0.20 1.76 2358 R 0 3 -1 -1 -2 2 -1 0 0 -3 -3 4 -2 -5 -2 0 0 -5 -4 -3 8 18 3 3 1 8 4 8 2 1 2 23 1 0 2 8 5 0 0 2 0.44 1.76 2359 T 1 0 1 -2 -1 0 0 -1 -1 -1 -2 -1 -2 -4 4 1 1 -5 -2 0 13 5 6 2 1 3 7 4 1 4 3 4 1 0 19 10 9 0 2 5 0.27 1.78 2360 V -3 -5 -6 -6 -4 -2 -4 -6 -5 1 5 -5 2 2 -3 -4 -4 -5 -4 1 2 0 0 0 0 2 1 0 0 7 63 0 5 8 2 1 0 0 0 8 1.08 1.79 2361 D -4 -3 0 8 -3 -3 -1 -3 -3 -2 -3 -2 -4 -4 -3 -2 -3 -7 -6 -6 1 1 2 80 1 0 2 2 0 2 2 1 0 1 1 2 1 0 0 0 1.81 1.80 2362 Y -2 6 -4 -3 0 -2 -3 -4 1 -4 -4 -1 -3 3 -3 -3 -3 -1 5 -3 4 46 0 2 2 1 1 1 3 1 1 2 1 12 2 1 1 1 19 2 1.07 1.78 2363 E -3 0 -2 0 -6 -1 7 -4 -1 -6 -4 -1 -5 -6 -3 -3 -3 -6 -4 -4 2 5 2 4 0 1 77 1 2 0 1 2 0 0 1 0 1 0 1 1 1.56 1.79 2364 E 0 -1 -1 1 -5 2 4 -3 0 -2 -2 1 -3 -5 -2 1 2 -6 -4 -2 8 3 2 7 0 9 26 1 2 2 3 8 0 0 1 8 13 0 0 3 0.43 1.78 2365 V -1 0 0 -3 -2 3 -1 -3 0 2 -1 1 -1 -1 -2 -1 1 -2 0 1 6 6 4 1 1 14 3 2 2 10 6 10 1 3 2 4 11 1 4 11 0.19 1.75 2366 H 1 0 0 1 -4 1 0 -1 2 -4 -3 1 -1 -2 3 1 -1 -4 1 -4 13 6 4 6 0 6 6 4 5 0 2 9 1 2 14 12 3 0 5 1 0.29 1.68 2367 W -2 0 0 -1 -2 1 2 -2 1 0 0 -1 -1 2 -4 1 0 2 1 -1 3 5 4 4 1 7 16 2 3 5 9 3 1 8 0 11 6 3 4 5 0.17 1.68 2368 L -3 -4 -5 -4 -5 -1 -4 -5 4 0 1 -3 -1 3 -3 -2 -3 -2 7 0 2 1 0 1 0 3 1 0 8 6 14 1 1 13 1 2 2 0 40 6 1.02 1.75 2369 N -2 0 4 0 -5 1 1 -4 3 -1 -1 0 -2 -4 -3 1 2 -2 0 -2 2 5 20 5 0 6 8 1 7 3 7 5 1 1 1 10 13 1 3 3 0.35 1.78 2370 F -3 -4 -6 -6 -1 -5 -6 -4 -2 3 4 -3 1 3 -6 -4 -4 -4 2 1 2 1 0 0 1 0 0 1 1 17 42 1 3 13 0 1 0 0 7 10 0.86 1.81 2371 T -1 1 -2 -2 -5 1 -2 -4 -1 1 -1 1 -1 -2 -2 0 4 -2 0 1 3 8 1 2 0 7 2 1 1 8 5 8 1 1 2 5 29 1 4 12 0.39 1.84 2372 V 1 -6 -6 -6 0 -3 -5 -4 -2 4 2 -5 -1 -1 -5 -4 -3 -5 -3 5 10 0 0 0 2 1 0 1 1 22 16 0 1 2 0 1 1 0 1 42 0.93 1.82 2373 R -1 3 -3 -3 -5 2 2 -4 1 -1 -1 0 -1 -1 -4 -1 3 -1 0 1 4 14 1 1 0 11 13 1 3 4 6 5 1 3 0 4 18 1 3 9 0.33 1.76 2374 A 6 -4 -3 -4 -2 -4 -3 -2 -5 -1 -4 -3 -1 -5 -4 -2 -2 -5 -5 1 76 0 1 1 1 0 1 1 0 3 0 1 1 0 0 1 2 0 0 10 1.32 1.77 2375 S 0 0 -1 -2 -2 0 -1 -4 -1 -1 0 0 1 -2 -3 2 3 0 0 1 7 6 3 2 1 4 4 0 1 3 8 6 4 2 1 17 17 1 4 10 0.23 1.77 2376 D -2 -3 3 7 -6 -3 0 -3 -4 -3 -5 -3 -5 -6 -3 -1 -1 -6 -4 -4 2 1 11 67 0 0 4 1 0 1 1 1 0 0 1 4 3 0 1 1 1.49 1.76 2377 N 0 1 2 0 0 -1 -1 3 0 -1 -1 0 2 -3 -1 0 0 -2 -4 -1 8 8 10 6 2 3 3 19 2 3 5 5 5 1 3 7 5 1 0 4 0.19 1.70 2378 G -1 -2 1 0 -1 -2 -2 6 2 -5 -4 -3 -3 -5 -2 -1 -2 -5 -3 -3 5 3 5 6 1 1 3 56 5 1 2 1 1 0 2 3 3 0 1 2 0.95 1.66 2379 S -1 -2 2 -1 -2 -1 -1 2 -2 0 -3 0 -3 -2 -1 2 1 -3 0 0 5 2 10 3 1 3 4 15 1 6 2 6 1 2 4 15 10 0 3 8 0.19 1.64 2380 P -1 -1 0 1 -4 0 0 -2 0 -3 -2 0 -3 -3 6 -2 -1 -4 -1 -3 4 4 5 7 0 4 7 3 2 1 4 6 0 1 40 3 3 0 2 2 0.74 1.46 2381 P 0 -2 -1 -1 -3 0 -1 0 -1 -3 -3 0 -2 -3 5 1 -1 -4 -2 0 7 2 3 4 0 5 4 8 2 2 3 5 1 1 31 10 4 0 2 6 0.48 1.48 2382 R -1 3 0 -2 -1 -1 -2 -1 -1 -2 3 1 0 -2 -3 0 -2 -2 -2 -1 5 19 5 3 1 2 2 4 2 1 28 9 2 1 1 6 2 1 1 4 0.31 1.66 2383 A 0 -1 -1 -2 -1 0 1 -2 -1 -2 -2 -2 -2 1 0 3 3 0 -1 -1 7 3 2 2 1 3 8 3 1 2 4 2 1 6 4 27 16 1 2 4 0.29 1.72 2384 A 2 -1 0 -2 -2 -2 -3 2 -2 -1 -1 -3 -2 -3 -2 3 2 -5 -3 0 17 3 4 2 1 2 1 16 1 3 5 1 1 1 2 20 13 0 1 5 0.32 1.76 2385 E -2 -1 0 -1 -4 -1 2 -3 2 -3 -3 -1 -2 -2 1 2 4 -2 -2 -2 3 3 4 3 0 2 13 2 5 1 2 4 1 1 7 16 28 1 2 3 0.45 1.71 2386 I 2 -1 -1 -3 3 -3 -3 -1 -1 0 0 -2 0 0 -2 -1 3 -1 -3 2 14 4 3 1 6 1 2 5 2 5 11 3 2 4 2 4 16 1 1 15 0.23 1.67 2387 P -1 -2 -1 0 1 1 0 0 1 -1 -2 -1 -1 -4 3 0 3 -4 -2 -1 4 2 3 6 3 7 7 6 3 3 5 4 1 0 13 8 18 0 2 5 0.23 1.65 2388 V -2 -5 -5 -6 0 -5 -5 -6 -5 4 2 -2 -1 0 1 -2 -1 -5 1 4 2 0 0 0 2 0 0 0 0 20 15 3 1 4 6 2 3 0 5 35 0.68 1.56 2389 Y -2 0 1 -4 -2 0 0 -4 2 0 0 -1 -1 2 -3 -1 1 -1 2 2 2 4 6 0 1 5 7 1 5 6 7 4 1 8 1 5 11 1 8 16 0.21 1.48 2390 L -2 -4 -4 -4 -4 -4 -1 -5 -5 5 1 0 -2 0 -4 -2 -1 -5 -3 4 2 0 0 0 0 0 5 0 0 35 12 6 0 3 0 2 3 0 0 27 0.74 1.44 2391 E -2 0 0 2 -5 1 2 -2 0 -1 -2 1 -1 -1 -4 0 2 -5 0 0 2 6 5 12 0 5 14 4 2 4 5 9 1 3 0 7 11 0 3 7 0.20 1.46 2392 I -3 -2 -4 -4 -3 -4 -1 -5 0 4 1 -4 -2 0 -4 -2 -1 -4 -3 5 1 3 0 0 0 0 5 1 3 20 11 1 0 4 0 3 4 0 0 44 0.76 1.40 2393 V 0 -1 0 -3 0 -1 -1 -3 -2 1 1 -1 0 -2 -1 -1 1 -1 -4 3 7 3 4 1 2 3 5 2 1 8 14 4 2 1 3 5 10 1 0 23 0.21 1.44 2394 D -2 -4 0 7 -5 -3 0 -2 -4 -4 -2 -1 -4 -2 0 -1 0 -6 -5 -1 3 0 2 60 0 0 6 2 0 0 3 3 0 2 4 3 6 0 0 5 1.09 1.47 2395 I 0 -2 -2 2 1 0 0 -2 -4 2 -1 -1 1 -1 -1 -1 1 -5 -4 3 7 2 1 11 3 4 8 2 0 14 5 3 3 3 2 4 8 0 0 20 0.23 1.44 2396 N -2 -3 7 0 -4 -1 0 -3 -2 -4 -2 0 -4 -5 -1 -1 -1 -5 -4 0 2 0 60 4 0 1 6 1 0 0 4 4 0 0 3 2 3 0 0 7 1.12 1.37 2397 D -1 -4 2 6 -5 0 1 -4 -3 -4 -4 -2 -4 -5 -1 -1 -2 1 -5 -1 4 0 8 54 0 3 9 0 0 0 2 2 0 0 4 3 2 2 0 5 1.02 1.42 2398 N -2 -1 6 -2 -5 0 1 -2 3 -3 -3 -1 -1 -1 -2 -2 -1 -5 -1 -2 3 3 47 1 0 3 10 3 8 1 3 3 1 3 2 2 4 0 2 3 0.80 1.41 2399 N 2 0 0 -2 0 -3 1 -1 0 -3 -3 -2 -1 -1 5 0 -1 -5 -2 -1 20 6 5 1 2 0 9 5 3 1 2 2 1 2 25 6 3 0 1 5 0.44 1.46 2400 P -2 -5 -4 -1 -5 -4 -4 -5 -5 -5 -4 -4 -5 -6 8 -3 -1 -6 -5 -3 2 0 0 4 0 0 0 0 0 0 2 0 0 0 84 0 4 0 0 2 2.34 1.44 2401 I 0 0 -3 -1 -4 2 1 -5 0 1 -1 0 -1 -3 -1 -2 1 1 -2 4 7 6 1 3 0 9 9 0 2 6 6 5 1 1 3 1 9 2 2 27 0.29 1.48 2402 F -3 -5 -5 -6 0 -2 -5 -6 -4 0 0 -5 0 8 -1 -3 -2 1 1 0 3 0 0 0 2 2 0 0 0 5 7 0 2 60 3 2 2 2 2 5 1.36 1.83 2403 D 0 -2 -1 1 -4 -1 1 -3 -1 1 0 -1 -1 -2 1 1 2 -5 -1 0 7 2 3 9 0 3 10 2 2 8 9 3 2 2 8 9 13 0 2 6 0.15 1.73 2404 Q -2 0 0 -1 -5 4 2 -1 2 -2 -2 1 0 0 1 -1 0 -5 0 -1 3 5 4 4 0 20 11 5 4 3 4 7 2 4 7 4 6 0 3 4 0.25 1.79 2405 P -1 0 0 0 3 1 0 -1 2 0 -1 0 2 1 0 -1 0 -5 1 -1 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0 5 5 0.07 2.01 2406 S 0 0 0 -1 -4 -2 0 -3 -1 -1 0 -1 -2 0 1 2 1 -5 -1 1 7 6 4 3 0 2 7 1 2 3 10 3 1 4 7 18 10 0 2 12 0.18 1.87 2407 Y -3 -3 -2 -5 -1 -2 -3 -4 1 -1 -1 -3 0 3 -1 -3 -2 3 8 -1 2 1 2 0 1 2 1 1 2 3 6 1 2 10 3 1 2 3 50 4 1.17 1.85 2408 Q -2 2 1 -1 -5 1 2 -2 1 -1 -2 0 -1 0 -2 0 2 -1 -1 -1 3 10 7 4 0 6 15 4 4 4 3 6 1 4 2 8 11 1 2 5 0.17 1.89 2409 E 1 -2 -1 -1 -2 -2 1 1 -3 -1 -1 -3 0 1 -1 -1 1 -5 0 3 11 2 4 3 1 2 10 12 1 3 7 1 2 5 3 4 8 0 3 18 0.16 1.85 2410 A 0 1 0 -2 -1 1 1 -2 0 -2 -1 -1 -2 0 -1 2 1 -2 1 0 9 7 5 2 1 7 8 3 3 2 6 3 1 4 3 15 10 1 4 7 0.13 1.91 2411 V -3 -3 -4 -6 -2 -3 -5 -6 -5 4 1 -4 -1 -1 -3 -2 -1 -1 -2 5 2 1 1 0 1 1 0 0 0 21 13 1 1 2 1 3 3 1 1 45 0.90 1.91 2412 F -1 -1 -1 -2 0 0 -1 -2 -1 0 0 -1 -1 1 4 1 -1 -2 0 0 4 4 3 3 2 4 4 3 2 4 10 3 1 6 21 11 4 1 3 7 0.25 1.91 2413 E -3 0 -4 -1 0 -1 7 -4 -4 -4 -6 -2 -3 -6 -2 -2 -1 -1 -5 -3 2 5 0 2 2 1 75 1 0 1 0 1 1 0 1 2 3 1 0 2 1.52 1.94 2414 D -2 -1 6 2 -5 -2 0 1 0 -3 -2 -2 0 -2 -5 1 -1 -6 -3 -2 2 3 37 13 0 1 6 9 2 1 4 1 2 2 0 9 4 0 1 3 0.68 1.93 2415 V 2 -1 2 -2 0 -1 0 -1 -1 0 -1 -2 -1 -2 -2 2 1 -5 -1 2 16 3 8 2 2 2 5 4 1 6 7 2 2 2 2 15 7 0 2 13 0.17 1.82 2416 P 0 0 -1 -1 -5 -1 0 -1 -4 -3 -2 1 -2 -6 6 0 -1 -6 -4 -3 9 4 3 3 0 2 5 4 0 1 4 8 1 0 41 6 4 0 1 2 0.80 1.91 2417 V 1 0 -1 -2 -4 -1 -1 -2 -1 1 -1 -1 0 -4 4 0 -1 -2 -1 2 13 4 3 3 0 2 4 2 2 8 6 3 2 0 20 6 4 1 2 14 0.30 1.82 2418 G -2 -4 2 0 -5 -3 -1 6 0 -5 -3 -3 -2 -2 -2 -1 -3 -5 -2 -4 3 0 8 6 0 1 3 58 2 0 2 1 1 2 2 4 2 0 1 1 1.04 1.85 2419 T 0 -3 -2 -1 -2 0 -1 -2 1 -2 -2 -1 -2 -2 -2 2 5 -1 0 -1 8 1 1 3 1 4 4 3 3 2 3 4 1 2 2 15 34 1 3 4 0.44 1.70 2420 I -2 0 -3 -2 -3 -2 0 -5 2 -1 2 -2 -1 0 0 1 1 -1 0 2 3 6 1 2 1 2 7 1 4 3 20 2 1 3 5 11 8 1 4 15 0.21 1.70 2421 I -3 -4 -5 -4 -4 -1 -5 -6 -5 4 1 -5 -2 -1 0 -4 -3 -5 -3 5 1 1 0 1 0 3 0 0 0 27 13 0 0 2 5 0 1 0 1 44 0.99 1.74 2422 L 1 -1 -4 -3 -1 -2 -3 1 -2 0 2 -4 3 2 -1 -1 0 -4 -2 1 10 3 0 2 1 2 1 12 1 6 19 0 7 8 4 5 6 0 1 11 0.22 1.52 2423 T -2 1 0 -2 -4 2 -1 -4 -1 0 -1 1 -1 0 -2 1 4 -5 0 0 2 9 5 2 0 10 3 0 1 6 7 9 1 3 2 8 23 0 3 6 0.29 1.56 2424 V -1 -5 -5 -5 -4 -1 -2 -5 -5 4 2 -5 0 0 -2 -3 -3 -5 -4 5 5 0 0 0 0 3 2 0 0 19 16 0 2 4 3 2 0 0 0 42 0.81 1.56 2425 T -1 0 1 -2 0 1 0 -2 1 -1 -1 0 1 -2 0 2 2 -2 -1 -2 4 5 8 1 2 6 5 4 4 4 5 5 4 1 4 17 15 1 3 3 0.19 1.53 2426 A 5 -4 -2 -1 1 0 -3 -2 -4 -2 -2 -2 -3 -5 -1 -1 -1 -5 -4 1 60 0 2 3 3 5 0 2 0 1 3 2 0 0 2 4 3 0 0 8 0.82 1.55 2427 T -1 0 0 -2 -4 0 1 -3 0 0 -1 0 -1 -1 -4 1 4 1 -1 1 4 5 5 2 0 4 8 2 2 6 5 6 2 3 0 10 24 2 2 8 0.25 1.55 2428 D -2 -2 -2 7 -6 -3 0 -2 1 -5 -6 -1 -5 -5 -4 -2 -2 -6 -2 -5 3 2 0 76 0 0 3 3 4 0 0 3 0 0 0 2 2 0 2 0 1.63 1.56 2429 A 1 1 -1 2 -4 0 -1 2 1 -1 -2 -1 0 -1 3 0 -1 -5 -4 -2 14 8 3 10 0 3 3 14 3 3 4 3 3 3 13 5 3 0 0 3 0.21 1.38 2430 D -1 -4 1 6 2 -3 0 -4 2 -4 -5 -3 2 -5 1 -3 0 -5 -4 -4 6 0 5 52 5 0 6 0 5 0 1 0 5 0 6 0 5 0 0 0 1.02 1.36 2431 S 1 -1 -1 0 -1 -1 1 0 2 -1 -2 0 1 -1 -1 2 1 -5 -1 -1 12 4 3 6 2 2 10 7 4 3 3 5 4 3 3 17 7 0 2 3 0.14 1.62 2432 G -1 0 -1 1 -5 0 0 4 3 -2 -2 -1 0 -2 0 0 0 -5 -4 -2 4 6 3 7 0 4 7 28 7 3 4 3 3 2 6 6 5 0 0 3 0.30 1.59 2433 N -1 -1 4 2 -5 1 1 -1 0 0 -3 0 -2 -3 0 1 -1 -5 -1 -1 4 4 20 10 0 6 10 4 2 6 3 4 1 1 5 10 4 0 2 4 0.28 1.79 2434 F -1 -1 6 -1 -4 -2 -3 0 2 -4 -3 -2 -3 3 -3 -1 -1 1 3 -2 5 4 35 2 0 2 1 6 5 1 3 1 1 11 1 4 4 2 9 4 0.62 1.65 2435 A 3 -1 -1 -2 -4 0 -3 3 -1 -1 -3 -1 -2 -3 -1 2 0 0 -3 -3 24 3 3 2 0 3 1 24 1 3 2 4 1 1 3 13 6 1 1 2 0.39 1.69 2436 L -1 0 -1 0 -4 2 2 -4 0 2 0 0 0 0 -1 -2 0 2 -1 0 4 6 2 4 0 8 13 1 2 10 11 7 2 5 3 2 7 3 2 8 0.15 1.66 2437 I -3 -4 -5 -4 -2 -1 -4 -4 -1 4 1 -2 1 -1 -4 -2 -2 0 1 4 1 1 0 1 1 3 1 1 1 27 13 3 3 2 1 3 2 1 5 29 0.65 1.81 2438 E 0 2 -1 -1 0 1 2 -2 0 -1 -3 0 -1 -2 -4 2 1 -1 1 -1 6 11 3 3 2 5 11 2 2 4 1 6 2 2 0 17 10 1 4 5 0.22 1.80 2439 Y -3 -5 -3 -5 2 -2 -2 -4 0 0 -1 -5 -1 3 -4 -3 -3 -2 8 -1 2 0 1 0 5 1 3 2 2 5 5 0 2 9 1 2 1 0 57 3 1.44 1.85 2440 S -1 0 -1 -2 -4 1 0 -2 -1 -1 -2 0 -3 -3 -2 4 1 -5 -2 0 5 6 2 2 0 6 6 2 1 3 4 5 1 1 2 38 8 0 1 7 0.42 1.86 2441 L -1 -2 -3 -3 -4 -2 -3 -4 -5 5 3 -3 0 2 -1 -1 -3 -4 -2 -1 5 2 1 1 0 2 2 2 0 29 32 1 1 10 3 4 1 0 1 2 0.62 1.79 2442 G -1 -1 0 0 -4 -1 -2 4 0 -1 0 -2 -3 -1 -1 1 0 -1 -2 0 3 3 4 5 0 3 3 29 2 4 8 3 0 3 3 11 5 1 1 7 0.28 1.70 2443 D -2 -1 2 4 -5 1 2 -1 -1 -5 -4 0 -5 -2 1 1 -1 0 0 -3 3 3 8 28 0 6 11 5 2 0 1 5 0 2 7 10 3 1 3 2 0.47 1.82 2444 G 1 -2 0 0 -4 -1 -1 4 1 -1 -2 -1 -2 -2 0 1 0 -1 -2 -1 11 2 5 5 0 3 5 28 3 4 3 3 1 2 4 9 6 1 2 4 0.28 1.66 2445 E 0 0 1 3 -5 1 2 -1 1 -2 -3 -1 -2 -5 1 1 0 -2 -1 -2 9 6 6 14 0 7 12 5 3 2 3 3 1 0 7 11 6 1 2 3 0.23 1.80 2446 S -1 -1 2 1 -2 0 1 2 -1 -4 -2 0 -2 -1 1 3 0 -5 -1 -1 3 3 8 8 1 3 8 14 2 1 4 4 1 3 6 19 5 0 2 5 0.22 1.80 2447 K -2 1 -2 -1 -5 2 -1 -3 1 -1 -1 2 2 0 3 -1 -1 2 2 -2 3 8 2 3 0 9 4 2 3 3 7 11 6 4 13 5 5 2 6 3 0.22 1.78 2448 F -5 -2 -1 -3 -5 -2 -3 -5 -4 -1 -1 -2 -3 8 -6 -3 -4 1 0 0 0 2 4 2 0 2 2 0 0 4 6 3 0 63 0 2 0 2 2 6 1.40 1.73 2449 A 1 2 0 -1 -1 0 -1 -2 0 -2 -1 0 1 -2 -1 2 1 -5 0 0 10 11 4 4 1 4 4 3 2 3 6 7 4 2 2 17 8 0 3 7 0.14 1.73 2450 I -4 -2 -2 -5 1 -1 -2 -6 -5 5 2 -5 2 1 -5 -2 -2 -5 -4 3 0 3 2 0 3 3 2 0 0 34 18 0 5 6 0 2 2 0 0 19 0.75 1.74 2451 N -2 -1 4 5 -5 0 1 -1 2 -5 -4 -1 -4 -1 -4 0 -1 0 -4 -1 3 3 19 29 0 4 8 5 5 0 2 4 0 3 0 6 3 1 0 4 0.58 1.73 2452 P 0 0 0 -1 -1 -1 0 -2 1 -2 -2 0 -1 -2 4 2 1 -4 -2 -1 7 5 4 3 1 3 5 2 3 3 5 6 2 2 20 13 10 0 1 4 0.28 1.57 2453 T -1 0 1 2 -1 1 1 -3 1 0 -1 1 -1 -2 -2 1 2 -5 -1 -2 4 5 7 11 1 7 10 2 4 5 5 8 2 2 2 8 12 0 2 3 0.17 1.74 2454 T -2 -2 1 0 1 0 -1 -3 -1 -1 -3 0 -4 -1 -4 3 5 -5 -1 -2 2 2 6 4 3 4 3 1 1 3 2 5 0 2 0 18 38 0 3 2 0.60 1.76 2455 G -1 -3 1 -2 -2 -4 0 6 -4 -6 -3 -1 -5 -5 -2 -2 -2 -5 -5 -5 4 1 6 2 1 0 6 67 0 0 3 4 0 0 2 1 2 0 0 0 1.25 1.67 2456 D -1 -1 3 2 -2 1 3 -2 2 0 -3 0 0 -3 -4 -1 -1 -1 -1 0 5 3 14 12 1 6 17 3 4 5 2 6 2 1 0 5 4 1 3 7 0.28 1.68 2457 I -4 -5 -2 -5 -4 -2 -3 -4 -1 5 3 -5 0 0 -5 -5 -1 -4 1 2 0 0 3 0 0 2 2 1 1 32 32 0 2 3 0 0 3 0 5 12 0.78 1.67 2458 Y -2 3 -2 -4 -3 0 -2 -4 0 -1 -2 1 -2 1 -3 1 3 2 4 -1 2 15 1 0 0 3 2 1 2 3 3 7 1 5 1 10 19 3 16 4 0.44 1.74 2459 V 1 -2 -1 -5 -4 -3 -3 -4 -5 1 2 -3 -1 -3 -3 -1 3 -5 -4 3 9 2 3 0 0 1 1 1 0 7 20 1 1 0 1 5 22 0 0 24 0.54 1.77 2460 L 1 0 0 -2 -3 -1 -3 -4 -2 1 2 1 0 -3 -5 -1 2 -3 -2 1 13 5 5 2 0 3 1 1 1 7 23 9 2 1 0 4 12 0 1 10 0.27 1.76 2461 S 0 3 -1 -2 -4 2 1 0 -2 -3 -4 3 -3 -5 -2 1 1 -1 -3 -1 8 13 2 2 0 10 7 8 1 2 1 18 1 0 2 9 9 1 1 4 0.32 1.78 2462 S 0 0 0 -2 -5 0 0 0 0 -2 -2 0 -4 -5 4 2 0 -6 -3 -1 9 6 4 1 0 3 6 6 2 2 3 7 0 0 22 18 6 0 1 4 0.40 1.78 2463 L -4 -3 -3 -6 0 -2 -5 -6 -5 1 5 -5 2 2 -4 -5 -3 -2 -2 0 0 1 2 0 2 2 0 0 0 8 63 0 4 8 1 0 1 0 1 7 1.05 1.77 2464 D -4 -4 1 7 -6 -1 -1 -1 -4 -6 -6 -3 -3 -6 -1 -1 -3 -6 -6 -6 0 0 5 75 0 3 2 4 0 0 0 1 1 0 3 3 1 0 0 0 1.69 1.75 2465 R -4 6 -3 -2 -3 -2 -1 -4 2 -5 -3 -2 -2 4 -1 -3 -3 -3 5 -4 1 42 1 2 1 1 4 1 4 0 2 1 1 15 4 2 1 0 18 1 1.03 1.77 2466 E -2 -2 -1 1 -6 0 7 -3 -1 -6 -4 -1 -5 -6 -2 -1 -2 -6 -3 -4 3 1 2 5 0 3 67 2 1 0 2 3 0 0 2 4 2 0 1 1 1.25 1.77 2467 K 1 1 0 1 -5 2 3 -2 -1 -3 -2 1 -2 -4 -1 1 0 -5 -4 -1 11 7 3 8 0 10 18 3 2 1 4 9 1 1 3 8 7 0 0 5 0.27 1.73 2468 K 0 1 0 -1 -1 2 0 -1 -1 0 -1 1 -1 -1 -2 -1 1 0 1 0 8 7 5 4 1 9 5 6 1 6 5 10 2 2 2 5 10 1 4 6 0.08 1.66 2469 D 0 1 0 3 -4 3 2 -1 0 -3 -4 1 -3 -3 1 0 0 -2 -4 -3 8 6 5 14 0 11 11 5 2 1 1 10 1 1 8 8 5 1 0 2 0.31 1.62 2470 H -1 0 -1 -2 1 2 1 -3 3 -2 -1 0 -1 1 -1 1 1 1 1 -2 4 6 3 2 3 10 7 2 8 2 5 6 2 6 4 13 8 2 4 3 0.18 1.60 2471 Y -3 0 -4 -3 -2 -1 -2 -5 3 -2 -1 -2 -1 3 -5 -1 -1 0 7 -2 1 5 0 1 1 3 2 1 8 2 6 2 2 13 0 4 4 1 41 3 0.98 1.66 2472 I -2 0 0 -2 -4 1 1 -4 0 3 0 -1 1 -1 -1 0 3 0 -2 0 2 4 4 2 0 7 9 1 2 14 11 4 3 2 3 5 16 1 1 6 0.21 1.66 2473 L -3 -2 -2 -5 -4 -5 -5 -6 -1 2 4 -5 1 3 -3 -3 -2 -4 -1 2 2 2 3 0 0 0 0 0 2 12 45 0 2 12 1 2 2 0 2 11 0.74 1.73 2474 T -1 1 -1 -2 -2 0 0 -4 1 1 0 -1 -2 -1 -2 -1 3 0 1 1 4 7 4 2 1 5 7 1 4 10 8 4 1 3 2 5 16 1 5 11 0.16 1.70 2475 A 1 -4 -1 -5 2 -1 -1 -3 -2 3 -1 -2 0 0 -5 -1 -2 -1 -4 4 12 0 3 0 4 2 4 2 1 18 4 3 2 3 0 4 1 1 0 35 0.56 1.70 2476 L -2 1 -3 -3 0 2 2 -3 0 0 1 0 0 1 -4 -1 1 -4 0 2 3 6 1 1 2 9 12 2 2 5 12 5 2 6 0 4 7 0 3 16 0.21 1.70 2477 A 5 -2 -4 -1 -1 0 -2 -2 -4 2 -2 -2 -3 -2 -4 -2 -1 -5 -4 1 50 2 0 3 1 4 3 3 0 12 2 2 0 2 0 1 3 0 0 10 0.68 1.67 2478 K -1 1 1 0 -2 1 0 -2 -1 -1 -2 2 -1 -3 -3 0 2 0 -1 1 6 8 7 6 1 6 6 3 1 3 3 13 1 1 1 8 11 1 2 12 0.17 1.56 2479 D 0 -3 1 1 -4 2 1 0 -3 1 -4 1 -3 -4 1 1 1 -5 -4 0 8 0 8 8 0 8 8 8 0 8 1 8 0 0 8 8 8 0 0 8 0.21 1.23 2480 N -1 1 2 0 -3 0 0 1 -1 -2 -2 0 2 0 -2 1 0 -3 -2 -1 5 8 12 5 1 3 5 13 2 2 5 5 6 5 2 11 6 0 1 4 0.16 1.19 2481 P 0 -1 0 1 -2 0 0 1 0 -1 0 -1 -1 -1 3 -1 -1 -2 0 -1 8 4 5 8 1 3 5 11 2 3 8 4 2 3 16 5 3 1 3 6 0.15 0.88 2482 G 0 0 0 -1 -2 -1 0 4 -1 -1 -1 -1 -1 -1 0 0 0 -2 -1 -1 8 5 3 3 1 3 6 28 2 4 7 4 1 3 4 6 6 1 2 4 0.21 0.82 2483 D 0 0 0 2 -2 1 1 0 -1 -2 -1 0 -1 1 1 0 -1 -2 0 -1 7 4 4 12 1 6 11 6 2 3 6 5 1 5 8 7 4 1 3 4 0.10 0.83 2484 V 0 -1 0 -1 1 -1 -1 0 -1 1 1 -1 1 1 1 -1 0 -1 0 0 7 3 4 4 3 3 4 8 2 8 12 4 4 5 6 6 6 1 4 8 0.03 0.81 2485 A 1 -1 0 -1 -2 -1 -1 2 -1 -1 1 -2 -2 0 0 1 -1 -2 -1 -1 13 4 4 4 1 2 4 17 2 3 12 2 1 5 6 9 4 0 2 5 0.12 1.15 2486 S 0 -1 0 -1 0 0 -1 1 0 -2 -1 0 -2 -1 1 2 1 0 -1 -1 8 3 5 3 2 5 4 12 2 2 8 6 1 2 7 15 7 1 2 4 0.10 1.06 2487 N -1 0 2 1 -2 0 0 1 0 -1 0 0 -1 -2 1 0 0 -2 -1 -1 5 5 10 7 1 4 5 13 2 3 8 5 2 2 8 6 5 1 3 5 0.09 0.92 2488 R 0 2 -1 -1 -2 1 0 0 0 -1 -1 1 -1 -1 2 1 0 -2 -1 -1 6 10 3 4 1 7 5 7 3 3 6 10 2 2 9 10 5 1 2 4 0.11 0.89 2489 R -1 1 -1 -1 -1 0 0 -1 1 -1 2 1 0 0 0 0 0 -2 -1 0 5 7 3 3 1 4 6 6 3 3 18 8 3 3 5 7 6 1 2 6 0.06 0.95 2490 E -1 0 -1 -1 0 1 2 -2 1 -1 -2 0 -1 -2 0 2 1 -1 0 0 4 5 3 3 2 6 13 3 4 3 4 6 1 2 6 14 9 1 4 7 0.13 1.10 2491 N 1 -1 3 0 2 -1 -1 1 0 -1 -2 -1 -2 -2 -1 2 1 -3 -1 -2 11 3 12 5 4 2 3 12 2 3 4 3 1 1 3 16 9 0 2 3 0.19 1.22 2492 S 0 0 0 -2 -2 0 0 -2 2 -1 -2 0 0 -1 0 1 4 -2 -1 -1 6 4 3 2 1 4 7 2 5 3 3 6 2 3 4 11 26 1 2 4 0.27 1.35 2493 V 2 -4 -3 -2 4 -2 -2 -2 -2 0 -1 -3 0 -2 -2 0 2 1 -3 3 20 1 1 2 8 2 3 3 1 5 6 1 2 1 2 7 13 2 0 20 0.35 1.48 2494 Q -2 0 -2 1 -3 3 1 -4 1 -2 -2 0 -2 -4 1 1 3 -4 0 -2 3 5 1 6 0 13 10 1 4 2 5 5 1 0 6 12 21 0 3 2 0.33 1.57 2495 V 0 -5 -5 -5 0 -3 -5 -3 -1 2 2 -4 -1 1 -5 -4 -1 -5 -3 5 7 0 0 0 2 1 0 3 2 9 19 0 1 5 0 0 3 0 0 47 0.78 1.53 2496 V -1 1 0 -2 0 -1 -1 -4 2 2 0 -1 -2 -1 -3 0 3 -2 0 2 4 7 4 2 2 3 5 1 5 10 8 4 1 2 1 5 19 1 3 15 0.22 1.48 2497 I -3 -1 -4 -4 -3 -4 -2 -5 -4 5 0 -4 -1 -1 -2 -4 0 -4 -3 4 1 3 0 1 0 0 2 1 0 41 8 1 1 3 2 1 5 0 0 29 0.87 1.46 2498 Q -2 0 2 -2 -4 2 2 -1 2 -1 -3 1 -1 0 -1 0 1 -2 0 0 3 6 10 2 0 8 13 4 5 3 2 9 1 5 3 7 10 1 3 7 0.17 1.48 2499 V -1 -4 -4 -2 -3 -4 -3 -2 -4 3 1 -4 0 -3 -1 -3 -2 -4 -3 5 4 1 1 3 0 0 2 3 0 17 13 1 1 0 3 1 2 0 0 46 0.76 1.45 2500 L -2 0 0 0 -4 0 0 -1 -1 1 2 0 0 -1 -2 0 1 -4 -1 0 3 4 5 4 0 4 6 4 1 7 21 6 2 2 2 9 9 0 2 8 0.12 1.42 2501 D -4 -4 1 7 -6 -1 1 -4 0 -3 -4 -1 -5 -3 -1 -1 -2 -6 -5 -3 0 0 6 64 0 2 7 0 3 2 1 3 0 1 3 3 2 0 0 2 1.30 1.57 2502 V 0 -1 0 0 -4 -1 1 -3 -4 2 -2 0 0 -4 -3 -1 0 -5 -4 4 8 4 5 5 0 3 9 2 0 11 2 6 2 0 1 5 5 0 0 32 0.37 1.57 2503 N -2 0 7 1 0 0 -3 -2 -3 -5 -5 -3 -4 -5 -1 -1 -2 -5 -4 -3 2 5 63 8 2 3 0 3 0 0 1 0 0 0 3 4 2 0 0 2 1.31 1.53 2504 D -2 -2 1 6 -5 -3 2 -1 -4 -3 -2 -2 -1 -5 -1 -2 0 -6 -5 -5 3 2 7 53 0 0 12 4 0 1 4 2 2 0 2 2 5 0 0 0 1.01 1.55 2505 C 0 -1 6 -2 2 -1 -1 -3 4 -2 -2 -2 0 -1 -1 0 -1 -3 -2 -2 6 2 37 2 4 3 4 2 9 3 4 1 3 3 4 7 3 0 1 4 0.58 1.29 2506 R 3 2 -2 -3 -4 -2 -2 -3 -1 -1 -2 0 -2 0 4 0 0 -1 -2 -1 25 11 1 1 0 1 2 1 1 3 4 6 1 4 18 6 5 1 1 5 0.37 1.45 2507 P -1 -4 -4 -4 -4 -4 -4 -1 -4 -1 -2 -4 2 -5 7 -1 0 -5 -4 0 4 0 0 0 0 0 0 4 0 4 4 0 6 0 60 4 5 0 0 6 1.40 1.42 2508 Q 0 0 -1 1 -4 3 2 -1 2 -2 -1 0 0 -1 -1 -1 0 -4 0 0 6 5 3 7 0 13 15 5 4 3 5 5 2 2 3 5 7 0 3 8 0.16 1.41 2509 F -1 -4 -4 -5 2 -4 -2 -2 -4 1 1 -4 1 6 0 -2 -2 4 0 1 4 0 0 0 5 0 3 3 0 8 12 0 3 31 6 3 3 6 3 8 0.60 1.42 2510 S -1 -2 -2 -1 -4 0 0 -1 -2 0 1 -1 0 -2 1 2 3 -5 -1 0 6 2 2 3 0 4 7 5 1 6 12 4 2 1 6 13 17 0 2 7 0.17 1.81 2511 K -1 1 0 -1 -5 3 1 -1 1 0 -1 1 1 -1 0 0 -1 -5 1 -2 4 7 4 4 0 13 8 4 3 6 7 10 3 3 6 7 3 0 5 3 0.14 1.81 2512 P -1 -1 1 0 -4 0 -2 -1 -2 -3 -2 1 0 -2 4 2 1 -1 -4 -3 5 3 6 6 0 4 2 4 1 2 4 8 2 2 24 16 9 1 0 2 0.41 1.74 2513 Q 0 0 -2 -1 -4 2 1 -3 1 -1 -1 -2 0 -3 1 3 1 1 0 0 6 4 1 3 0 8 8 1 3 4 6 2 3 1 7 20 10 2 3 7 0.20 1.77 2514 F -2 -3 -3 -2 -4 -1 -3 -2 -3 1 1 -3 0 3 -3 -2 -2 -1 6 1 3 1 1 2 0 4 2 3 0 8 14 2 2 13 2 3 2 1 29 8 0.63 1.76 2515 S 0 0 1 -2 0 0 1 -1 2 -1 -1 -2 -1 0 -1 2 2 0 1 -1 6 5 8 2 2 5 8 5 4 3 5 2 1 3 3 14 13 1 6 4 0.14 1.86 2516 T 2 -5 0 -3 -4 -2 -1 1 -5 1 -1 -3 1 1 -2 1 1 0 -2 2 15 0 4 1 0 2 4 12 0 6 5 1 3 6 2 10 9 1 1 17 0.23 1.86 2517 S 0 -1 1 -2 -2 0 1 -2 0 -2 -2 -1 0 0 1 3 1 -5 2 -1 8 4 6 2 1 4 8 2 2 2 4 3 3 4 6 19 10 0 6 5 0.19 1.87 2518 V -1 -2 -2 -6 0 -4 -4 -5 -6 4 1 -3 -3 -2 -2 -3 -2 -5 -2 5 4 2 2 0 2 1 1 1 0 21 10 1 0 2 2 2 2 0 1 47 0.88 1.88 2519 Y -1 0 -1 -3 1 -1 0 -4 -1 -1 -1 -1 0 1 5 1 0 -5 1 -1 4 5 2 1 3 3 8 0 2 3 6 4 2 5 26 12 5 0 5 4 0.39 1.80 2520 E -3 -1 -3 0 1 0 6 -4 -2 -3 -3 -2 -4 -2 -2 -1 -2 -5 -3 -3 2 3 0 4 3 2 67 1 1 1 2 2 0 2 2 4 3 0 1 2 1.21 1.81 2521 N -1 -1 6 3 -3 -2 -1 1 -2 -5 -4 -2 1 -5 -4 1 -1 -6 -1 -3 4 3 36 16 1 1 4 11 1 0 2 1 3 0 1 9 3 0 2 2 0.74 1.89 2522 E 2 0 0 0 -2 1 2 -2 1 -2 0 -2 -1 -2 -3 1 1 -6 -4 0 19 5 4 4 1 5 11 3 4 2 9 2 1 2 1 11 8 0 0 7 0.18 1.88 2523 P 0 -2 -1 -1 -3 0 1 -1 -2 -2 -1 -1 -2 -3 6 0 -1 -5 -3 -2 9 2 3 3 1 4 8 5 1 2 5 4 1 1 36 6 4 0 1 3 0.59 1.75 2524 A 1 -2 -2 -3 -4 -1 -1 -2 -2 1 0 -1 -1 -3 4 0 -1 -5 -2 1 13 2 2 1 0 3 5 3 1 9 8 4 1 1 24 6 4 0 1 12 0.38 1.77 2525 G -1 -3 1 1 -5 -2 -2 6 -1 -3 -4 -2 -4 -3 -2 -1 -3 -5 -1 -2 3 1 8 7 0 2 3 56 2 2 1 2 0 1 3 4 1 0 2 3 0.95 1.76 2526 T -1 -2 -1 -1 -3 0 -1 -1 1 -3 -3 -2 -1 -3 -1 2 5 -2 2 0 5 2 2 3 0 5 4 4 3 1 2 2 2 1 3 14 33 1 7 7 0.44 1.82 2527 S -1 -1 -1 -2 -3 -1 0 -2 1 -1 1 -2 -1 0 1 1 0 -5 -1 3 5 3 3 2 0 3 7 3 3 3 15 2 1 4 7 10 6 0 2 20 0.17 1.81 2528 V -3 -6 -2 -6 -4 -5 -4 -6 -6 5 1 -5 -2 -1 -4 -3 -3 -5 -2 5 2 0 2 0 0 0 1 0 0 28 13 0 0 2 1 2 1 0 2 47 1.12 1.87 2529 I 3 -3 -5 -4 -2 -3 -3 2 -3 1 2 -4 2 0 -3 -2 2 -5 -2 1 22 1 0 1 1 1 2 13 1 7 18 0 5 3 1 1 13 0 2 8 0.37 1.86 2530 T -1 2 0 -2 -5 2 -1 -3 -2 -1 0 2 -1 -2 -1 -1 3 -5 -3 1 4 11 3 2 0 8 3 2 1 4 9 13 1 2 2 4 22 0 1 8 0.29 1.81 2531 M -3 -5 -6 -6 -4 -5 -4 -6 -1 4 2 -2 0 3 -4 -4 -4 -5 -1 5 2 0 0 0 0 0 1 0 1 20 16 3 2 11 1 1 0 0 1 41 0.94 1.81 2532 M -1 1 0 -2 -5 1 0 -2 0 -2 -2 1 1 -1 -1 2 2 -3 0 1 3 7 3 1 0 5 5 3 3 2 3 9 4 2 3 16 15 0 4 11 0.21 1.81 2533 A 4 -4 -4 0 -4 0 -1 -2 1 -1 -1 -1 -3 -2 -2 -2 0 -5 -4 3 40 0 0 6 0 3 5 2 3 3 4 3 0 1 2 2 6 0 0 18 0.52 1.63 2534 T 0 1 1 1 -4 0 -1 -3 1 1 -3 -1 0 -2 0 0 3 0 -1 1 8 7 6 7 0 5 3 1 3 7 2 3 2 2 4 8 17 2 2 11 0.19 1.64 2535 D -1 -2 0 7 -5 -3 -1 -4 0 -5 -3 -2 -5 -5 -4 -2 -1 -6 -5 -2 6 2 3 68 0 0 2 0 2 0 3 2 0 0 0 3 4 0 0 4 1.35 1.59 2536 Q 1 2 -1 0 -5 3 0 -2 -1 -2 -1 0 -3 -4 2 1 -3 0 1 -2 11 11 2 6 0 12 6 3 1 2 8 6 0 0 11 11 0 1 5 2 0.25 1.58 2537 D -2 -4 1 7 -5 -1 0 -2 -3 -5 -3 -1 -4 -1 1 -1 -3 -5 -2 -5 2 0 5 60 0 2 5 3 0 0 3 3 0 3 7 3 0 0 2 1 1.16 1.55 2538 E -1 -2 1 2 -1 0 2 -1 1 -1 -1 -1 -2 0 -2 3 -1 -5 -2 -2 6 2 5 10 1 3 16 4 3 4 7 4 1 4 2 20 4 0 1 2 0.22 1.56 2539 G 0 -3 -1 -1 1 -1 -2 4 -1 -2 -2 -2 -2 -1 0 1 1 1 -2 -3 8 1 2 3 2 2 3 36 1 3 4 3 1 3 5 8 9 2 1 2 0.44 1.58 2540 P 0 -1 0 1 -2 1 1 -2 -1 -1 -2 -1 0 -2 4 0 0 0 -2 -1 8 3 4 7 1 7 9 4 2 4 4 3 3 2 21 6 6 1 1 5 0.25 1.62 2541 N -2 0 6 0 -5 0 0 -2 1 -3 -2 -1 -2 -3 -2 1 -1 -2 -2 -3 3 5 47 5 0 4 4 2 2 1 4 4 1 1 2 9 2 1 1 2 0.82 1.71 2542 G 1 -2 1 -2 -4 1 -2 4 0 -1 -3 -1 -4 0 -1 0 -2 3 0 -2 14 3 7 2 0 6 2 29 3 3 2 3 0 4 4 7 2 5 3 3 0.37 1.61 2543 E 0 1 1 1 -4 2 0 -4 2 -1 -1 1 1 -4 -1 1 1 4 -3 -1 7 8 5 7 0 8 6 1 5 3 5 9 3 0 4 10 8 5 0 4 0.19 1.51 2544 L 0 -4 -5 -5 2 0 -4 -5 1 2 1 -1 2 1 -1 -4 -1 3 0 3 6 0 0 0 4 4 0 0 4 13 12 4 5 6 4 0 4 4 4 22 0.41 1.57 2545 T 0 1 0 -1 -4 0 -1 -3 0 0 -1 0 -1 0 -2 2 2 -5 1 1 9 8 4 3 0 3 3 1 2 6 5 5 1 3 2 16 14 0 5 9 0.17 1.71 2546 Y -2 -2 -1 -3 5 -3 -5 -5 1 -2 -1 -3 -4 3 -2 -2 -1 -2 7 -1 2 2 3 1 12 1 0 0 3 1 5 2 0 13 3 3 3 0 42 3 1.09 1.71 2547 S -1 1 0 0 -1 -1 1 -2 1 -1 -3 0 -4 1 -4 4 0 -5 1 -1 5 9 4 5 1 2 7 2 3 3 1 5 0 5 0 31 6 0 5 4 0.35 1.70 2548 L -4 -2 -5 -5 -4 -3 -3 -4 -5 5 3 -3 1 1 -3 -2 -1 1 1 1 0 2 0 0 0 1 2 2 0 33 27 2 3 5 1 3 4 2 5 8 0.67 1.71 2549 E -1 0 -1 1 -5 2 2 -3 0 -1 0 1 -1 -2 0 1 0 -2 -2 -1 5 5 3 8 0 10 15 2 2 4 10 7 1 2 4 9 6 1 1 3 0.18 1.81 2550 G 0 0 1 1 -3 -1 0 3 0 -2 -2 -1 -2 -4 0 1 -1 -4 -2 -1 7 5 6 9 0 2 5 26 2 3 4 4 1 1 4 10 4 0 2 4 0.26 1.54 2551 P -1 -2 1 2 -5 0 0 0 0 -2 -3 -2 -1 -3 5 1 -1 -5 -4 -1 5 2 8 11 0 4 6 6 2 2 2 2 1 1 30 9 4 0 0 4 0.55 1.77 2552 G -1 -2 2 0 -4 -2 0 3 0 -2 -2 -2 0 -1 1 2 1 -4 -1 -2 5 2 10 6 0 2 7 19 2 2 5 2 2 3 6 14 8 0 2 3 0.23 1.69 2553 V 0 -1 1 0 -3 -1 -1 0 0 0 0 0 0 1 1 0 -1 -3 -2 2 8 4 7 5 0 3 4 8 2 5 8 5 3 5 8 6 4 0 1 14 0.07 1.51 2554 E -2 0 2 2 -4 0 2 1 1 -3 -2 0 -2 1 0 0 0 -4 -3 -3 4 5 9 13 0 4 11 11 3 2 4 5 1 6 6 8 5 0 0 1 0.21 1.63 2555 A -1 -1 1 -2 -4 1 -1 0 1 0 0 -1 1 1 0 -1 0 3 2 0 6 3 8 3 0 6 3 6 3 5 10 4 4 6 5 4 6 4 7 5 0.10 1.65 2556 F -5 -1 -2 -6 -5 -5 -4 -4 -2 -1 0 -3 -3 8 -4 -2 -3 1 2 -1 0 3 2 0 0 0 1 1 1 3 10 1 0 60 1 3 1 1 6 4 1.38 1.86 2557 H -1 2 1 0 -3 1 0 -2 2 -2 -3 2 -2 -2 -3 2 1 -1 2 -2 6 10 5 4 1 6 6 2 5 2 3 11 1 2 1 16 8 1 7 3 0.23 1.88 2558 V -3 -4 -3 -4 -2 -4 -3 -4 -3 5 2 -2 -1 0 -5 -2 0 -5 -4 3 2 0 2 1 1 1 2 1 1 37 15 2 1 4 0 3 7 0 0 21 0.78 1.89 2559 D -2 -1 4 5 -5 0 1 0 1 -2 -2 -2 -4 -3 -2 1 -1 -2 -4 -1 2 3 18 29 0 4 7 6 3 2 4 2 0 1 2 9 3 1 0 4 0.55 1.81 2560 M 0 1 0 -1 -4 -1 0 -2 -2 -1 0 0 -1 -1 2 1 2 -2 0 -2 9 6 4 3 0 3 7 4 1 4 9 5 1 3 12 8 14 0 3 3 0.15 1.79 2561 D -2 -2 3 4 -5 1 1 -1 2 -3 -4 -1 -3 -2 -2 0 0 -2 1 -2 3 2 13 26 0 5 7 6 4 2 1 3 0 1 2 6 7 1 6 4 0.44 1.84 2562 S -1 -2 2 -1 -2 -2 1 0 -2 -3 -4 -2 -4 -3 -3 3 4 -5 0 -3 3 1 10 3 1 1 10 6 1 1 2 2 0 1 1 22 30 0 4 1 0.57 1.78 2563 G 0 -2 0 -2 -5 -3 -4 6 -3 -3 -2 -3 -5 -3 -3 -1 -2 -2 1 -4 7 2 5 3 0 1 1 62 1 1 4 1 0 1 1 4 2 1 4 1 1.09 1.87 2564 L -1 0 -1 -2 -5 0 2 -3 -2 2 1 -1 1 -2 -2 -1 1 0 -1 2 6 5 3 3 0 4 12 2 1 11 16 3 3 2 2 4 8 1 2 12 0.17 1.85 2565 V -3 -2 -3 -2 -3 -3 -4 -5 -3 5 3 -3 -1 -2 -4 -4 -1 -5 -2 3 1 3 1 3 0 1 1 1 1 30 28 1 1 1 1 1 3 0 1 20 0.75 1.86 2566 T -1 2 0 -1 -1 -1 -1 -3 -2 0 -2 0 -2 0 -4 1 3 -2 1 1 4 13 4 4 1 2 3 2 1 4 3 5 1 5 0 11 21 0 5 10 0.28 1.85 2567 T 1 -1 -1 -4 -3 -2 -2 -3 -5 -1 1 -2 0 -4 -4 0 5 -5 -3 2 9 3 3 1 0 1 3 2 0 3 12 2 2 0 1 6 36 0 1 15 0.56 1.85 2568 Q 1 1 1 0 -5 2 1 -2 -1 -1 -1 1 -1 -5 -3 0 1 -5 -4 1 13 8 6 5 0 10 11 2 1 3 6 7 1 0 1 6 8 0 1 10 0.19 1.83 2569 R -1 4 -1 -2 -5 0 -2 0 0 -2 -1 4 0 -3 -2 0 -1 -1 -4 -1 6 23 2 2 0 3 2 8 2 2 8 22 3 1 2 6 3 1 0 4 0.42 1.81 2570 P 1 -2 -1 3 -2 -2 0 -1 -3 -2 -2 -1 -3 -5 5 1 -1 -2 -3 -2 10 2 3 14 1 1 6 5 1 3 4 4 0 0 28 10 4 1 1 2 0.52 1.87 2571 L -2 2 -2 -4 -2 -3 -4 -3 -2 1 5 -4 1 2 -5 -3 -3 -2 -1 0 3 10 2 1 1 1 0 2 1 6 52 0 3 7 0 1 1 0 2 5 0.73 1.79 2572 Q -2 -1 -1 3 -4 2 4 -3 0 -2 -2 -1 -2 -2 -1 -1 -2 -4 -2 -3 3 3 3 17 0 8 33 2 2 3 5 3 1 2 3 5 2 0 1 2 0.53 1.65 2573 S 0 2 0 2 -5 1 1 -1 0 -3 -3 0 -2 -1 -2 1 1 -2 1 -1 9 12 5 11 0 5 8 5 2 1 2 5 1 2 2 10 8 1 6 4 0.18 1.83 2574 Y -1 2 -1 -3 -4 1 2 -2 2 0 -1 0 -1 0 0 -1 -1 -1 3 0 4 11 3 1 0 5 16 4 4 5 6 6 2 3 4 4 5 1 12 6 0.21 1.73 2575 E 0 0 0 2 -5 2 4 -2 0 -2 -3 -1 -1 -5 0 0 -1 -5 -2 -2 7 5 3 11 0 9 29 3 2 3 2 3 1 0 5 7 4 0 2 3 0.41 1.71 2576 K -1 1 0 -2 -5 2 1 -3 1 -3 -1 2 1 -3 -1 1 1 1 -1 -1 5 8 4 2 0 10 9 2 3 1 6 15 3 1 3 10 7 2 2 6 0.20 1.73 2577 F -2 -2 -2 -3 -1 -1 -3 -4 3 -1 -1 -3 -1 4 -3 -2 -2 0 7 -2 4 3 2 1 1 4 2 1 7 4 6 1 1 19 1 3 2 1 34 2 0.84 1.74 2578 S -2 1 3 0 0 1 1 -3 1 -2 -1 0 -1 -1 -2 1 2 -1 -1 -1 3 7 13 4 2 7 8 2 3 2 6 5 2 3 1 12 13 1 2 4 0.20 1.77 2579 L -1 -4 -5 -5 -4 -1 -4 -5 1 3 3 -4 4 2 -5 -2 -3 -4 1 1 5 0 0 0 0 4 0 0 4 15 34 0 12 7 0 3 0 0 4 10 0.63 1.44 2580 T -2 0 -1 -1 0 -1 -1 -2 0 2 0 -1 0 -1 -1 -1 4 1 1 1 2 4 4 3 2 3 3 3 2 10 7 4 2 2 3 3 26 2 6 10 0.24 1.44 2581 V -1 -4 -1 -5 1 -1 -4 -2 -4 4 1 -4 1 1 -4 -4 0 -4 -3 4 5 0 4 0 3 3 0 3 0 20 12 0 3 5 0 0 5 0 0 34 0.59 1.42 2582 V 0 0 -2 -4 -4 1 1 -2 -1 1 1 0 0 -2 -4 -1 2 -5 0 2 6 5 2 0 0 7 10 3 1 9 13 6 2 1 0 4 13 0 3 15 0.21 1.65 2583 A 5 -3 -1 -3 -1 -1 -2 -2 -5 1 -2 -2 -3 -5 -4 -1 -2 -5 -5 3 52 1 3 2 1 3 2 2 0 7 3 2 0 0 0 3 1 0 0 20 0.78 1.68 2584 T -1 1 0 -2 -5 1 0 -1 -1 -1 -2 1 -2 -2 -4 2 3 -2 -1 1 5 7 5 2 0 6 6 5 1 3 3 8 1 2 0 13 22 1 2 8 0.25 1.68 2585 D -2 -4 2 7 -6 -1 0 -3 -1 -5 -5 -4 -2 -2 -3 -2 -4 -6 -5 -1 3 0 9 65 0 3 4 2 1 0 0 0 1 2 1 2 0 0 0 6 1.36 1.67 2586 G 0 0 1 -1 0 1 0 3 3 -2 -1 -1 0 -3 -1 0 -1 0 -4 -1 6 5 8 3 2 6 5 24 7 2 5 4 3 1 3 7 3 1 0 4 0.23 1.62 2587 G 1 -1 2 -1 -4 -1 -2 5 0 -2 -3 -1 0 -2 -4 -1 -2 -4 -2 -2 11 3 8 3 0 2 2 46 3 3 2 3 2 2 0 4 2 0 1 2 0.67 1.58 2588 E -1 0 2 1 -4 2 2 1 1 0 -3 -1 -1 -2 -1 0 0 -4 -2 0 4 4 8 6 0 9 13 11 3 5 3 4 2 2 3 8 7 0 1 6 0.15 1.53 2589 P 0 -2 0 0 -4 0 -2 -1 -1 -2 -1 0 0 -4 6 -1 -1 -4 -3 -1 6 2 4 5 0 4 3 6 2 2 5 6 2 1 39 4 4 0 1 5 0.67 1.46 2590 P 1 -1 -2 -1 -4 0 -2 -1 -1 -3 -3 0 -1 -3 6 1 -1 -4 -2 -2 10 3 2 3 0 4 3 5 2 2 2 5 1 1 38 10 4 0 2 3 0.70 1.54 2591 L 0 1 -2 -4 -1 -1 -2 -3 -2 -2 4 -1 1 1 -3 -2 -1 -4 0 -1 8 8 2 1 1 3 3 2 1 1 42 4 3 6 2 3 3 0 3 4 0.43 1.63 2592 W 1 -1 -1 -3 -2 1 -1 -2 1 -1 -1 0 -1 -1 -3 3 2 2 2 -2 9 3 2 1 1 7 4 3 3 3 5 5 1 3 1 25 14 3 7 2 0.29 1.56 2593 G 2 -1 0 0 -2 -2 -3 1 -1 -4 -3 0 -1 -3 -1 3 2 -5 -3 -2 19 4 4 6 1 2 1 10 1 1 3 5 2 1 2 22 14 0 1 2 0.34 1.68 2594 T -1 1 1 -1 -4 1 0 -4 1 -2 -2 -1 -2 -3 0 1 5 -2 -3 -2 4 6 6 4 0 5 7 1 3 3 4 3 1 1 4 10 33 1 1 3 0.43 1.76 2595 T 2 0 -1 -4 1 -2 -2 -1 1 0 -1 -1 -1 -3 -4 0 3 -2 -1 2 18 5 2 0 3 1 3 4 3 6 5 4 1 1 0 7 20 1 2 13 0.29 1.77 2596 M -1 -1 1 -2 -4 -1 0 -2 0 -1 -1 -2 0 -3 -1 1 4 -1 -1 0 3 3 5 2 0 2 5 4 3 4 5 3 2 1 3 10 32 1 2 7 0.35 1.80 2597 L -1 -4 -6 -6 -1 -2 -5 -6 -2 3 3 -5 0 1 -2 -3 -1 -5 0 4 4 1 0 0 1 2 0 0 1 14 24 0 2 5 2 2 3 0 4 34 0.72 1.84 2598 L -1 0 -1 -1 -2 1 -1 -3 2 0 0 0 -2 1 -2 0 3 -5 0 1 4 5 3 3 1 5 5 2 4 6 9 5 1 6 2 6 23 0 3 8 0.21 1.82 2599 V -2 -5 -3 -5 -4 -2 -5 -6 -5 5 1 -2 -1 -2 -5 -4 -1 -5 -1 5 2 0 2 0 0 2 0 0 0 33 10 3 1 1 0 0 3 0 2 40 1.01 1.79 2600 E -2 0 1 0 -1 2 1 -3 2 -1 0 1 -1 0 -4 0 2 -5 0 0 3 5 6 4 2 9 9 2 4 3 9 10 1 4 0 6 12 0 3 7 0.16 1.78 2601 V -2 -5 -2 -4 -4 -5 -5 -4 -5 4 0 -5 -1 -1 -1 -4 -1 -5 -4 6 2 0 2 1 0 0 0 1 0 21 9 0 1 3 3 0 3 0 0 52 1.02 1.79 2602 I 0 -1 -2 -3 0 -1 0 -2 -2 1 2 -1 1 -2 -3 1 2 -5 -1 1 9 3 2 1 2 2 7 2 1 9 20 4 3 1 1 9 12 0 2 11 0.20 1.79 2603 D -3 -2 0 7 -6 -2 0 -3 -1 -6 -6 -2 -5 -4 1 0 -3 -7 -5 -3 1 2 4 64 0 2 5 1 1 0 0 2 0 1 8 6 1 0 0 2 1.39 1.82 2604 V -1 -3 -4 -1 1 -1 1 -5 -5 3 -1 -2 -1 0 -3 -2 -1 -5 0 5 5 1 1 3 2 4 9 0 0 16 4 2 2 4 1 3 4 0 3 36 0.51 1.80 2605 N -3 0 7 -1 -5 -1 -1 -3 -3 -3 -5 -1 -1 -5 -4 -1 -2 -5 -2 -3 2 6 66 2 0 3 3 1 0 1 1 3 2 0 0 3 2 0 2 2 1.40 1.73 2606 D -4 -2 1 7 -6 -1 2 -3 -4 -5 -3 -1 -5 -2 -3 -2 -1 -6 -1 -2 0 2 6 56 0 3 11 2 0 0 3 3 0 2 1 2 3 0 3 3 1.11 1.77 2607 N -2 -2 6 -1 -2 0 0 -1 4 -3 -4 -2 -1 -3 -2 0 -2 -1 0 -3 3 1 47 2 1 4 5 5 9 2 1 1 2 1 2 6 2 1 3 2 0.89 1.70 2608 R 0 -1 1 0 1 0 0 0 3 -1 -1 -1 0 -1 1 1 -1 -4 0 0 7 3 7 5 3 5 6 7 7 3 7 4 3 3 7 11 3 0 3 7 0.08 1.58 2609 P -3 0 -4 -4 2 0 0 -1 2 -4 -2 0 -4 -5 6 -3 -1 3 -4 -1 0 5 0 0 5 5 5 6 4 0 4 5 0 0 46 0 5 4 0 4 1.02 1.62 2610 V 0 -1 -2 1 0 -1 0 -2 0 1 -1 -1 0 0 1 -1 0 -5 0 3 6 3 2 8 2 3 8 3 2 9 4 4 2 4 8 4 5 0 4 18 0.14 1.74 2611 F 0 -2 -4 -4 0 -4 -1 -4 0 0 -1 -2 1 6 1 -1 -2 1 0 0 7 2 0 0 2 0 4 1 2 5 5 2 4 36 9 5 2 2 2 8 0.63 1.68 2612 V 0 -1 -1 -1 1 -1 0 -2 -2 2 1 -2 1 0 -1 1 1 -3 -1 1 8 3 3 4 3 3 6 3 1 10 15 3 3 3 4 9 9 0 2 9 0.10 1.40 2613 R -1 1 0 -1 1 3 1 -1 1 -1 -1 2 0 1 -1 0 -1 -2 1 -1 5 8 5 4 4 13 8 4 3 3 5 10 2 5 3 5 4 0 4 4 0.14 1.30 2614 P -1 -1 -2 -1 -2 0 0 -1 -2 -2 -1 -1 -2 0 6 1 0 -2 -2 -2 6 3 2 4 1 3 6 4 1 2 6 3 1 5 35 9 5 0 1 3 0.56 1.23 2615 P 0 0 -1 -1 -2 0 0 -1 0 -1 0 -1 -2 -1 4 0 0 -2 1 -1 6 4 3 3 1 5 7 4 2 4 8 4 1 2 21 8 6 0 6 5 0.23 1.24 2616 N -1 0 3 0 -3 1 1 -2 1 -2 -2 0 -1 0 -1 1 0 -3 3 -1 5 4 14 5 0 6 8 3 3 2 5 5 2 3 3 10 6 0 12 4 0.21 1.43 2617 G 0 -1 1 -1 -2 1 0 2 -1 -2 -2 -1 -1 0 1 1 0 -1 0 0 7 3 5 4 1 5 6 14 1 2 5 4 1 5 7 13 7 1 3 6 0.10 1.45 2618 T 0 -1 -2 -1 -3 0 -1 -1 -2 -1 -2 0 0 1 0 1 3 -3 4 -1 7 3 2 3 0 4 3 4 0 3 4 5 2 6 4 11 19 0 16 3 0.30 1.50 2619 I -1 -2 -2 -1 -2 1 -1 -2 -2 2 0 -2 2 0 -2 0 1 -1 1 2 5 2 2 3 1 7 4 4 1 10 7 2 6 4 2 7 11 1 5 17 0.17 1.30 2620 L 0 -2 -2 -2 1 -1 -1 -1 -1 2 2 -2 1 1 -2 -1 -2 -3 0 2 7 3 2 2 3 2 5 6 2 11 16 3 3 7 3 4 3 0 3 16 0.16 1.41 2621 H -1 1 0 -1 -2 0 1 -1 2 -1 -1 0 -1 1 0 1 0 -1 1 -1 4 7 4 4 1 4 9 4 6 4 6 5 2 7 6 11 6 1 4 5 0.08 1.24 2622 I -1 0 1 0 3 1 0 -5 2 0 -1 0 2 1 0 0 0 -5 1 0 6 6 5 6 5 5 6 0 5 6 6 6 5 5 6 6 6 0 5 6 0.12 1.89 2623 R 0 1 0 -1 -1 1 1 -1 -1 -2 -1 1 -1 -1 3 0 1 -1 -1 -2 9 7 5 3 2 6 8 6 1 3 5 7 2 3 12 7 8 1 2 3 0.12 1.77 2624 E -3 0 1 1 0 -1 6 -2 -1 -3 -3 -1 -4 -3 -1 -1 -4 0 -2 -1 2 6 6 6 2 2 50 3 1 1 2 3 0 1 4 4 0 1 1 5 0.79 1.94 2625 E -2 -1 4 2 -5 -1 3 0 0 -3 -3 -1 -1 -3 0 1 -1 -5 -2 -3 3 3 22 11 0 2 17 8 2 2 3 3 2 1 4 10 3 0 2 2 0.43 1.95 2626 I 0 -1 2 -2 -1 -2 -3 -1 -4 2 2 -2 1 -1 -1 0 0 -5 -2 2 9 3 10 2 1 2 2 5 0 10 17 3 3 2 4 6 7 0 1 12 0.17 1.94 2627 P 1 -1 -1 -2 -2 0 0 -1 1 -2 -2 -1 0 -3 6 0 -1 -5 -5 -1 11 3 3 2 1 5 5 5 3 2 3 3 2 1 36 6 3 0 0 4 0.64 1.92 2628 L 0 0 -2 -2 -4 -1 -2 -3 -2 1 1 -2 0 -2 4 -1 -1 -4 -3 2 9 5 2 3 0 3 3 2 1 7 12 2 2 2 22 5 4 0 1 16 0.34 1.66 2629 R -1 1 2 0 -4 -1 0 4 -1 -3 -2 -2 -2 -2 -3 0 -1 -1 -3 -2 4 8 12 4 0 2 5 36 1 1 4 2 1 2 1 6 3 1 1 4 0.48 1.71 2630 S 1 -1 0 -1 -1 0 -2 -1 0 -2 -2 -1 -2 -3 -1 3 4 -4 -1 -1 13 3 3 3 1 4 2 5 2 2 4 3 1 1 3 19 23 0 2 4 0.32 1.69 2631 N -2 0 1 -1 -1 1 0 -1 3 -1 0 -1 -1 -1 2 1 0 -4 0 1 4 5 6 4 1 5 6 4 7 4 8 3 2 2 10 9 6 0 3 9 0.11 1.67 2632 V -1 -5 -5 -4 -1 -2 -4 -3 -5 4 2 -4 0 -1 -5 -2 -2 -5 -4 5 5 0 0 1 1 2 1 3 0 24 15 0 1 2 0 3 2 0 0 38 0.78 1.76 2633 Y 1 -3 -2 -5 0 -1 -3 2 -2 0 2 -4 0 2 -3 -3 2 0 1 0 10 1 2 0 2 3 2 17 1 5 17 0 2 9 2 1 11 1 6 7 0.28 1.78 2634 E -2 2 0 -1 -5 2 1 -2 -2 -2 -2 2 -1 -4 -1 1 3 -2 -2 -2 2 11 4 3 0 11 8 3 1 3 4 12 1 1 3 9 19 1 1 3 0.31 1.80 2635 V -2 -5 -5 -4 -4 -5 -4 -4 -5 3 2 -5 -1 2 -2 -5 -2 -5 0 5 3 0 0 1 0 0 1 1 0 16 15 0 1 9 2 0 3 0 3 43 0.87 1.84 2636 Y -1 1 -1 -2 -3 0 -2 -2 2 -2 -1 0 -2 0 -3 2 2 0 1 1 4 7 3 2 0 4 2 3 6 1 6 7 1 5 1 19 14 1 6 10 0.23 1.81 2637 A 6 -3 -3 -5 -4 -4 -2 -2 -2 0 -2 -4 -4 -3 -2 -1 -2 -5 -4 1 68 1 1 0 0 0 2 2 1 4 4 0 0 1 1 3 2 0 0 9 1.06 1.83 2638 T 0 -1 -1 -1 -4 0 0 -3 2 2 -1 -1 0 -2 -4 0 4 0 0 0 8 4 3 3 0 4 6 2 4 10 6 3 2 2 0 5 25 1 3 7 0.26 1.66 2639 D -2 -4 -1 7 -6 1 -1 -2 -4 -5 -4 -2 -5 -6 0 -2 -1 -6 -2 -2 3 0 2 64 0 7 2 2 0 0 2 2 0 0 4 3 3 0 2 4 1.28 1.70 2640 K 1 0 -1 -1 -1 3 -1 -1 -1 -3 -2 1 -1 -2 4 0 -1 -1 -4 -1 11 5 3 3 1 12 3 4 1 2 5 9 1 2 21 7 4 1 0 4 0.32 1.65 2641 D -2 -4 0 7 -5 -1 0 -4 -4 -4 -5 -3 -5 -5 -1 -1 -1 -5 -1 0 3 0 3 64 0 3 5 0 0 0 1 0 0 0 3 3 4 0 3 6 1.29 1.63 2642 E 1 0 1 2 -4 1 2 0 1 -2 -2 -1 -1 -2 -2 1 1 -5 -1 -2 10 5 6 11 0 5 15 6 4 3 3 3 2 1 2 11 8 0 2 2 0.20 1.62 2643 G -1 -1 0 1 -4 0 -1 4 -2 -3 -2 -2 -4 -1 2 -1 -1 2 -1 -3 6 4 4 8 0 4 5 34 1 1 4 2 0 2 10 4 4 3 2 2 0.44 1.64 2644 L 0 -1 -1 0 -3 1 1 -2 0 0 1 -1 3 0 1 1 0 1 -1 -1 8 3 3 5 0 7 8 2 3 6 11 3 7 4 6 9 6 2 2 4 0.09 1.53 2645 N -1 -2 6 0 -4 0 0 0 0 -3 -5 0 -4 -3 -1 1 0 -5 -2 -3 4 1 43 4 0 3 5 6 2 2 1 5 0 1 4 9 5 0 2 2 0.75 1.67 2646 G 3 0 0 -1 -4 1 -1 3 -2 -3 -3 -1 -4 -4 0 0 -1 -1 -2 -4 23 5 5 3 0 6 4 26 1 1 3 3 0 0 5 8 4 1 2 1 0.41 1.68 2647 A 1 1 0 0 -4 2 1 -1 1 -1 -1 1 -1 -2 1 -1 0 2 -3 -1 10 8 5 4 0 8 11 4 3 4 6 7 2 1 7 4 6 3 1 5 0.12 1.71 2648 V -1 -3 -3 -5 -4 -2 -3 -4 -3 4 2 -2 0 0 -2 -2 -2 2 -4 4 4 1 2 0 0 2 2 1 1 21 20 2 2 3 2 3 2 3 0 28 0.57 1.73 2649 R -1 3 0 -2 -3 1 -1 -3 0 -1 -2 0 -1 0 -2 2 3 -1 -1 -3 4 19 4 1 1 6 3 1 2 4 4 6 1 4 2 17 17 1 2 2 0.35 1.76 2650 Y -2 -4 -3 -2 2 -4 -4 -4 -1 -2 -2 -3 -4 4 -3 -3 -3 1 8 -2 3 0 1 2 4 0 0 2 1 2 3 1 0 13 1 1 2 1 58 3 1.52 1.77 2651 S -1 2 -2 -2 -4 2 0 -2 -1 -3 -4 0 -1 -1 -2 4 1 -4 0 -2 3 10 1 1 0 8 6 2 1 2 1 4 1 3 2 38 9 0 3 2 0.50 1.71 2652 F -3 -4 -3 -5 -4 -2 -4 -4 -4 4 3 -2 0 3 -4 -3 -3 -1 1 1 2 1 1 1 0 2 1 1 0 28 29 3 2 12 1 2 1 1 5 8 0.69 1.72 2653 L 0 0 -1 -1 -3 0 -1 -2 -1 1 2 -1 0 -1 -2 -1 -1 -2 -1 3 6 5 3 4 1 5 4 3 2 6 23 3 2 2 2 5 3 1 2 18 0.19 1.35 2654 K -1 1 -1 1 -3 1 1 -1 0 -1 -1 1 0 -1 1 1 -1 -2 1 -2 5 8 2 7 1 6 8 5 2 5 8 10 2 2 8 10 3 0 4 3 0.10 1.24 2655 T 0 0 0 2 0 1 0 0 -1 -1 -2 -1 -2 -2 1 1 1 0 -2 1 8 6 4 11 2 5 5 6 1 4 4 3 1 2 7 9 10 1 1 8 0.10 1.25 2656 A 1 -1 -1 0 -1 1 0 1 -1 -1 -2 -1 1 -3 2 1 0 -3 -2 0 11 4 2 6 1 6 7 11 2 4 3 3 4 1 9 11 6 0 2 7 0.12 1.35 2657 G 0 -1 -1 1 -3 -1 0 4 -1 -2 -1 -1 -1 -1 0 0 -1 -3 -2 -2 9 3 3 8 1 2 5 29 2 2 6 3 1 3 6 8 4 0 2 3 0.27 1.26 2658 N 0 -1 4 2 -3 -1 0 1 0 -3 -2 -1 -2 -2 1 1 -1 -3 -1 -1 8 4 19 10 1 3 6 9 3 2 4 3 1 2 8 10 4 0 2 4 0.23 1.34 2659 R -1 2 1 1 -2 1 1 -1 0 -2 -2 1 -2 -2 2 0 0 -2 0 -1 4 10 6 9 1 7 9 6 2 2 4 7 1 2 9 8 6 1 3 4 0.13 1.16 2660 D 0 -1 1 3 -2 -1 1 0 0 -1 -1 -1 -2 -2 0 1 -1 -2 -1 -1 7 4 6 19 1 3 8 8 2 4 7 4 1 2 6 9 3 0 2 4 0.18 1.21 2661 W 0 -1 0 -1 -2 0 0 0 2 -1 0 -1 0 0 1 0 0 3 2 -1 7 3 4 4 1 5 6 8 4 3 10 3 3 4 7 8 5 4 6 5 0.07 1.00 2662 E -1 0 2 0 -3 1 1 1 1 -2 -3 -1 -2 0 0 2 0 -1 -2 -1 5 4 10 6 0 6 9 11 4 2 3 4 1 4 4 16 6 1 1 4 0.17 1.45 2663 F -2 -3 -2 -3 -2 -2 -2 -3 2 1 2 -2 2 4 -1 -1 -2 4 2 0 3 1 2 2 1 2 3 2 5 7 19 3 4 18 4 6 2 6 7 5 0.37 1.55 2664 F -2 -2 -4 -4 -5 -3 -2 -5 -4 0 0 -4 -2 7 -4 -1 -1 1 1 1 4 2 1 1 0 1 2 0 0 5 10 1 1 47 1 5 4 1 4 10 0.96 1.80 2665 I 0 1 -1 0 -1 0 0 -3 -1 1 0 0 -1 -3 -4 2 1 -1 -1 1 6 6 3 6 1 3 5 2 2 9 10 5 1 1 0 14 9 1 2 11 0.13 1.75 2666 I -3 -4 -1 -3 -4 -4 -5 -5 -5 5 1 -2 1 -2 -3 -2 0 -5 -3 3 2 1 4 2 0 1 0 1 0 40 10 3 3 1 1 2 5 0 1 23 0.81 1.78 2667 D -4 -2 4 5 -5 0 1 0 1 -3 -4 -1 -4 -5 -3 0 -3 -2 -4 -4 1 2 21 38 0 4 7 6 4 2 2 3 0 0 1 6 1 1 0 1 0.86 1.76 2668 P 1 0 1 0 -2 -1 0 -1 -2 -3 -1 0 -4 -4 5 2 -1 -2 -3 -2 9 4 5 4 1 2 7 5 1 1 5 5 0 1 27 13 4 1 1 3 0.45 1.68 2669 I -1 -1 1 2 -4 0 1 -1 2 -1 -2 1 -2 -2 -3 0 2 -4 0 1 4 4 7 10 0 4 11 4 4 4 4 7 1 2 1 6 12 0 3 11 0.16 1.63 2670 S -1 -3 3 0 0 -1 0 -1 0 -4 -4 -1 -2 -3 -4 3 4 -5 -3 -4 4 1 13 4 2 2 6 4 2 0 2 2 1 1 0 23 31 0 1 1 0.63 1.76 2671 G -1 -3 0 -2 -1 -4 -3 6 -3 -4 -4 -3 -5 -5 -3 -1 -4 -5 -4 -5 5 2 4 2 1 0 1 73 0 1 2 1 0 0 1 5 0 0 1 0 1.45 1.77 2672 L -2 0 0 -1 -2 1 2 -3 -1 3 -1 0 0 -1 -4 0 0 0 -2 1 3 5 4 4 1 6 14 2 2 16 6 5 3 2 0 8 6 1 1 11 0.19 1.76 2673 I -2 -5 -5 -5 -2 -4 -4 -4 -5 5 3 -5 -2 -2 -5 -4 -3 -2 0 3 2 0 0 0 1 0 1 1 0 34 33 0 0 1 0 1 1 1 3 17 0.91 1.74 2674 Q -3 2 -2 -3 -3 1 0 -4 2 -3 -1 1 -2 1 -2 1 3 -4 3 -1 2 10 2 1 1 5 6 1 5 1 6 9 1 7 2 9 21 0 9 5 0.34 1.73 2675 T 2 -1 -2 -4 -1 -4 -4 -3 -4 0 2 -2 -1 -2 -1 -1 4 -5 -4 2 15 3 2 0 1 0 0 1 0 5 18 2 1 1 2 4 28 0 0 13 0.48 1.78 2676 A 1 2 -1 -2 -4 0 0 -2 -3 0 2 1 -1 -2 -2 0 1 -5 -2 0 14 10 4 2 0 4 5 3 1 6 17 7 1 1 2 6 10 0 1 7 0.16 1.79 2677 Q 0 4 0 -2 -3 2 0 -1 1 -5 -2 3 -1 -3 -3 -2 0 -2 -4 -1 8 22 5 2 0 11 6 5 3 0 4 20 1 1 1 2 5 1 0 4 0.45 1.81 2678 R 1 1 0 -3 -5 1 0 0 -2 -1 -2 -1 -3 -4 3 2 0 -1 -3 -1 13 9 5 1 0 7 5 6 1 4 4 4 1 1 17 13 4 1 1 4 0.28 1.80 2679 L -4 -5 -6 -7 -2 -5 -6 -7 -6 1 5 -4 1 4 -3 -4 -4 -4 -2 0 1 0 0 0 1 0 0 0 0 6 64 1 3 15 2 1 0 0 1 5 1.21 1.88 2680 D -4 -3 1 7 -4 -1 -1 -3 -4 -4 -3 -2 -3 -3 -3 -2 -1 -6 -4 -5 1 1 6 71 0 2 2 2 0 1 2 1 1 1 1 3 4 0 1 0 1.52 1.83 2681 R -3 6 -3 -2 -3 -1 -1 -4 3 -4 -5 -1 -2 3 -1 -2 -4 -4 5 -3 1 42 1 2 0 2 4 1 6 0 0 2 1 12 3 3 0 0 18 2 1.02 1.87 2682 E -2 -1 -2 1 -3 0 7 -4 0 -6 -4 -1 -5 -3 -4 -3 -1 -6 -3 -4 3 3 1 5 1 2 72 1 2 0 1 3 0 1 0 1 4 0 1 1 1.42 1.87 2683 S 1 0 -1 2 -5 2 2 -3 -1 -2 -3 0 -2 -5 0 2 1 -6 -2 -2 12 4 3 11 0 11 12 2 2 3 2 4 1 0 5 16 9 0 1 3 0.29 1.87 2684 Q -1 1 0 -3 -3 3 0 -2 -1 0 0 1 0 -1 0 0 0 -2 0 0 4 7 4 1 1 16 5 3 1 6 10 9 3 3 4 8 6 1 3 6 0.16 1.82 2685 A 1 2 0 0 -3 2 0 0 -1 -4 -3 2 -1 -2 2 1 0 -5 -2 -4 13 9 5 5 0 9 6 6 1 1 2 10 2 1 10 11 6 0 1 1 0.25 1.83 2686 V -1 -1 -1 -1 -3 2 2 -2 -1 0 0 0 1 -2 -3 0 1 1 -2 2 6 4 3 3 1 11 11 3 1 6 8 5 3 2 1 7 8 2 1 13 0.15 1.82 2687 Y -4 -5 -5 -6 -1 0 -5 -6 5 -1 -1 -4 -2 4 -6 -4 -5 2 8 -2 1 0 0 0 1 5 0 0 13 3 7 1 1 15 0 1 0 2 47 2 1.46 1.87 2688 S -3 2 3 -1 -3 2 2 -4 0 -1 -2 1 -3 -3 -4 0 2 -2 -1 -2 1 9 15 3 1 10 13 0 2 4 4 8 1 1 1 8 14 1 2 2 0.37 1.86 2689 L -1 -4 -5 -6 -5 -4 -6 -5 -5 3 4 -4 0 4 -6 -4 -4 -4 -3 2 5 1 1 0 0 1 0 1 0 14 47 1 2 16 0 1 0 0 0 11 0.95 1.86 2690 I -3 1 -3 -3 -5 1 -3 -5 1 2 0 1 -2 -4 1 -1 3 0 -1 2 1 7 1 1 0 7 1 1 3 10 10 8 1 0 8 4 22 1 2 13 0.37 1.86 2691 L -1 -6 -6 -6 -4 -5 -6 -6 -6 5 1 -6 0 1 -6 -4 -3 -5 -2 5 5 0 0 0 0 0 0 0 0 29 9 0 1 5 0 1 1 0 1 48 1.18 1.87 2692 V -1 1 -2 -3 -5 1 2 -1 -1 0 1 0 -1 -2 -5 -1 2 -5 -2 2 4 8 1 1 0 8 12 5 1 6 16 5 1 2 0 5 11 0 1 12 0.20 1.87 2693 A 6 -5 -4 -3 -2 -4 -4 -1 -5 1 -3 -3 -1 -5 -3 -2 -2 -6 -5 2 63 0 1 1 1 0 0 3 0 8 2 1 1 0 1 1 1 0 0 16 1.09 1.87 2694 S 0 2 -1 -1 -2 1 0 -3 -3 -2 -3 1 -3 -3 -4 2 3 -2 -2 -1 9 12 3 3 1 6 7 2 0 3 3 8 0 1 0 15 21 0 2 4 0.33 1.85 2695 D -4 -4 2 7 -6 -3 1 -4 -4 -3 -5 -2 -5 -6 -4 -2 -4 -6 -6 -3 1 1 7 75 0 0 7 0 0 1 1 1 0 0 1 2 0 0 0 2 1.77 1.81 2696 L 0 1 2 0 -3 0 -1 1 2 -1 0 0 1 -2 -1 1 -2 -3 -2 -1 7 7 10 5 0 5 3 13 5 4 11 6 3 2 3 10 2 0 1 4 0.12 1.49 2697 G -1 -3 0 1 -4 -3 -2 6 0 -3 -4 -3 -4 -4 -3 -1 -2 -4 -4 -3 3 1 4 7 0 1 3 63 2 2 2 1 0 1 1 5 2 0 1 2 1.11 1.58 2698 Q -1 -2 1 0 -3 2 1 0 2 0 -2 -1 -1 -2 -2 1 1 -3 0 0 4 2 7 6 0 10 10 7 4 5 3 4 1 2 2 13 8 0 4 8 0.15 1.53 2699 P -1 -1 0 -1 -1 -1 -1 -1 -2 -3 -3 -2 -3 -3 7 -1 -1 -3 -2 -3 5 3 4 4 1 3 4 5 1 1 3 3 1 1 48 4 3 0 1 2 0.96 1.39 2700 V 0 -1 -1 0 -2 -1 0 0 0 1 0 0 -1 -1 0 1 1 -2 -1 1 9 4 3 5 1 3 6 8 2 7 9 5 2 3 5 10 7 1 2 10 0.03 0.91 2701 P -1 0 -2 -1 0 1 -2 0 -1 -2 0 0 -2 -3 5 0 -1 -1 -3 -3 6 4 2 4 2 6 3 9 1 2 10 6 1 1 32 6 3 1 1 2 0.49 1.30 2702 Y -1 1 -1 -1 -3 0 -2 -1 -1 -2 3 -2 1 2 -3 1 -1 -1 2 -2 6 8 3 3 0 4 2 4 2 2 26 2 4 9 1 10 4 1 6 2 0.23 1.50 2703 E 1 0 -1 -2 -1 1 1 0 0 -3 -3 0 -3 -3 -3 4 1 -4 -3 -2 10 5 2 2 1 5 9 5 2 1 2 6 0 1 1 35 9 0 1 2 0.44 1.64 2704 T 1 -1 1 0 -3 -2 -3 1 -4 -3 -3 -2 -4 -5 -1 3 4 -5 -3 -1 10 4 7 6 0 2 1 9 0 1 2 1 0 0 2 21 26 0 1 5 0.48 1.76 2705 M 0 -1 1 -1 -4 0 1 -3 0 -1 -1 -1 1 -3 -1 0 4 -4 -1 1 7 3 7 3 0 4 8 2 2 4 6 3 3 1 4 7 23 0 2 10 0.23 1.62 2706 Q 2 -1 -2 -2 3 1 -1 0 1 -2 -1 -1 0 -2 -4 1 2 -4 -2 2 15 3 1 2 7 5 4 7 3 2 5 3 3 1 1 10 15 0 1 13 0.24 1.61 2707 P -2 -1 -1 0 -3 -1 1 -2 -2 0 -1 -1 -2 -2 2 1 4 -3 -1 0 3 3 3 5 0 3 9 3 1 5 6 3 1 1 9 11 28 0 2 5 0.33 1.41 2708 L -1 -3 -5 -5 1 -5 -5 -5 -5 2 3 -4 -1 1 -5 -4 -1 -5 -4 5 5 1 0 0 3 0 0 0 0 9 31 1 1 5 0 1 4 0 0 39 0.85 1.75 2709 Q -1 2 2 -3 -2 3 -1 -3 1 -1 -2 -1 0 -2 -2 0 2 0 0 1 5 11 8 1 1 12 3 2 4 4 4 4 2 2 1 8 16 1 3 8 0.23 1.69 2710 V -3 -6 -6 -6 -4 -5 -5 -6 -6 5 0 -5 -2 -4 -3 -4 -2 -6 -4 5 1 0 0 0 0 0 1 0 0 39 8 0 0 0 1 1 2 0 0 47 1.37 1.80 2711 A 0 0 1 -2 -5 0 0 -3 0 -1 -1 1 -2 2 -3 0 3 -5 0 1 7 4 7 1 0 4 6 1 2 3 7 8 1 8 1 7 19 0 3 10 0.21 1.79 2712 L -3 -5 -5 -6 -4 -4 -5 -6 -5 4 2 -5 0 -1 -4 -4 -2 -5 -2 5 1 0 0 0 0 1 0 0 0 18 21 0 2 2 1 1 2 0 1 49 1.08 1.75 2713 E -2 -1 0 -1 -4 1 2 -1 -2 -1 2 0 0 -3 -3 -1 1 -2 -4 0 3 3 4 4 0 6 15 6 1 4 24 5 2 1 1 4 10 1 0 7 0.22 1.74 2714 D -4 -5 -1 8 -6 -3 -1 -3 -2 -3 -5 -4 -5 -4 -3 -2 -2 -6 -3 -1 1 0 2 79 0 0 1 2 1 1 1 0 0 1 1 2 2 0 1 5 1.77 1.79 2715 I -1 -1 -4 -2 -4 0 1 -4 -5 4 0 -3 -2 -3 -4 -3 0 -5 -4 4 5 3 0 3 0 5 9 1 0 21 8 2 1 1 1 1 7 0 0 33 0.59 1.79 2716 D -4 -3 8 3 -5 -2 -2 -3 -2 -5 -5 -3 -5 -6 -2 -2 -2 -6 -5 -3 0 0 72 14 0 1 1 1 0 0 1 0 0 0 2 1 1 0 0 2 1.74 1.76 2717 D -3 -3 -1 7 -3 -2 2 -4 -4 -4 -5 -3 -5 -6 -4 -2 -3 -6 -5 -2 1 1 1 73 1 1 11 0 0 1 1 1 0 0 0 2 1 0 0 4 1.65 1.77 2718 N -3 -2 7 0 -4 -1 -1 -1 3 -5 -4 -3 -4 -2 -4 -1 -3 -5 -3 -4 2 2 66 3 0 2 3 3 7 1 1 1 0 2 1 3 1 0 1 1 1.45 1.62 2719 E 3 -1 -2 -1 -1 -2 2 -2 -2 -1 -3 -2 -3 -1 2 1 0 -4 -2 0 29 3 1 3 1 2 13 3 1 3 2 2 0 3 10 8 6 0 1 6 0.32 1.51 2720 P -3 -3 -3 -2 -4 -2 -2 -3 -3 -3 -3 -2 -3 -4 8 -3 -2 -4 -4 -3 2 2 1 2 0 2 2 2 0 2 2 2 0 1 73 2 2 0 1 2 1.87 1.43 2721 L -1 1 -2 -2 -3 0 2 -3 -1 1 -1 0 0 1 -2 -2 1 -3 0 2 6 9 2 2 0 4 13 2 1 9 5 6 2 6 2 2 8 0 4 17 0.18 1.41 2722 F -3 -3 -2 -2 -1 -3 -2 -3 -3 2 1 -3 -2 6 -3 -2 -2 -2 -1 1 2 2 2 3 2 1 3 2 1 11 12 1 1 41 2 3 2 0 1 11 0.79 1.39 2723 V 0 -1 0 0 -2 -1 0 -2 -1 1 1 -1 -1 0 -1 -1 2 -2 -1 1 6 3 4 5 1 3 7 4 1 8 16 5 1 3 3 5 11 1 3 9 0.08 0.89 2724 R 0 1 0 0 -2 2 0 0 1 -1 -1 1 0 -1 0 0 0 -1 2 -1 7 9 4 5 1 8 5 7 4 4 7 7 2 3 5 6 5 1 6 4 0.07 0.80 2725 P -1 -1 0 -1 -2 -1 0 0 -1 -1 -1 -1 -1 -2 5 0 1 -2 -1 -1 5 4 4 4 1 2 5 6 1 3 7 4 2 2 28 7 8 1 2 4 0.36 0.82 2726 P 0 0 0 -1 -2 0 0 -1 0 -2 -1 -1 -1 -2 4 1 0 -2 0 -1 7 4 4 4 1 4 7 5 2 3 6 3 1 2 22 10 6 1 3 5 0.24 0.84 2727 K 0 0 1 0 -1 0 1 -1 0 0 -1 1 -1 0 -1 0 -1 0 1 0 7 5 6 4 1 4 11 5 3 5 6 8 2 4 4 7 4 2 6 7 0.05 0.73 2728 G 0 -1 0 0 0 -1 0 2 -1 -1 -1 -1 -1 2 -1 1 0 -1 -1 -1 8 4 5 5 2 3 5 14 2 4 6 4 2 8 4 10 7 1 2 5 0.07 0.71 2729 S 1 -1 0 -1 -1 0 0 0 0 -1 -1 -1 -1 -1 -1 2 1 -1 -1 -1 11 3 4 4 1 5 7 7 2 3 7 4 1 3 3 18 7 1 2 5 0.10 0.88 2730 P 0 -1 0 0 -2 0 0 0 0 -1 -1 0 -1 -1 3 1 0 -2 -1 0 7 3 4 5 1 4 5 7 2 3 6 5 1 2 17 11 7 1 2 7 0.16 0.90 2731 Q 0 0 0 0 -1 3 1 0 1 -1 -1 -1 0 0 1 0 0 -2 -1 -1 7 4 5 5 1 13 9 6 3 4 6 3 2 4 6 7 6 1 2 5 0.09 0.88 2732 Y 0 -1 -1 0 -1 -1 0 -1 1 0 -1 -1 -1 2 0 0 -1 -1 4 0 6 3 3 5 1 2 5 5 3 7 6 4 1 8 5 8 4 1 13 8 0.13 0.96 2733 Q -1 -1 0 -1 -1 2 2 -1 1 -1 -1 0 -1 0 -1 0 0 0 3 -1 4 3 4 4 2 9 14 5 3 4 6 5 1 4 3 8 6 1 12 5 0.15 1.09 2734 L -1 0 -1 -1 -2 0 -1 -1 1 2 1 -1 0 2 -1 -1 1 -1 0 1 4 4 3 3 1 4 5 6 3 10 12 4 3 8 4 4 9 1 3 10 0.08 0.92 2735 L 0 -1 -2 -2 0 -2 0 -1 -2 1 1 -2 0 1 -1 -1 0 0 -1 3 7 3 2 2 2 2 6 5 1 8 15 2 2 7 3 5 6 1 2 18 0.15 1.18 2736 T 0 1 1 -1 0 0 1 -2 -1 -1 -1 -1 0 -1 -1 1 2 -3 -1 1 9 6 7 3 2 3 8 3 2 3 5 4 2 3 3 12 13 0 2 8 0.10 1.41 2737 V -2 -1 -3 -4 0 -1 -1 -2 -2 3 0 -2 0 -1 -3 -3 -2 0 -1 5 3 3 1 1 2 3 4 3 1 13 9 3 2 2 2 2 2 1 2 42 0.57 1.82 2738 P -1 -2 -1 -2 0 0 1 -3 -2 -4 -2 -1 0 -3 6 1 0 -5 -2 -1 4 2 3 2 2 3 11 2 1 0 5 4 3 1 36 9 5 0 1 4 0.67 1.83 2739 E -2 1 0 0 -5 -1 6 -1 -2 -3 -4 -1 -2 -5 -2 -1 -1 -2 -5 -2 3 8 5 4 0 2 54 4 1 2 2 3 1 0 2 4 3 1 0 3 0.90 1.92 2740 H 0 0 5 2 -5 0 1 0 2 -3 -2 -2 1 -3 -2 1 -1 -5 -1 -2 6 4 25 9 0 4 8 7 4 1 5 2 3 1 2 10 3 0 2 3 0.37 1.89 2741 S 3 -1 1 -1 -1 -2 -2 -1 -2 -1 -1 -2 -1 -2 -2 3 1 -5 -4 1 22 3 7 3 1 2 2 5 1 3 5 1 2 2 2 19 8 0 0 12 0.30 1.89 2742 P 0 -1 -1 -1 -5 -1 1 -1 0 -2 -2 -1 -2 -2 5 -1 -1 0 -1 0 8 4 3 3 0 3 8 4 3 3 4 4 1 2 32 5 3 1 2 6 0.50 1.88 2743 R 0 2 -1 -1 -3 0 0 -1 0 0 -1 0 -1 -2 3 0 0 0 -3 1 7 10 3 3 0 3 6 5 2 6 7 6 1 2 15 6 5 1 1 10 0.15 1.63 2744 G 0 -3 0 -1 -5 -2 -3 5 -2 -3 -3 -2 -2 -2 -2 0 -3 -5 -2 -1 8 2 5 4 0 2 2 52 1 1 3 2 1 2 2 7 1 0 2 5 0.81 1.86 2745 T -1 -3 -2 -3 -2 1 0 -1 0 -1 -1 -2 -1 0 -1 1 4 -4 3 1 4 1 2 1 1 6 6 5 2 4 6 2 1 3 3 11 23 0 9 9 0.27 1.88 2746 L -2 -1 -2 -2 -2 -1 0 -2 1 1 2 -1 1 0 -1 0 0 -1 -1 2 3 3 2 2 1 3 6 4 3 8 22 3 3 4 4 8 6 1 2 13 0.15 1.86 2747 V -1 -2 -5 -3 -4 -4 -3 -5 -5 4 0 -4 1 -1 -1 -3 -2 -5 -2 5 6 2 0 2 0 0 2 1 0 23 9 1 3 2 4 2 2 0 1 41 0.79 1.82 2748 G 1 -1 -2 -2 -1 0 -1 3 -3 0 -1 -1 1 -1 -1 -2 2 -3 -1 -1 10 3 2 2 1 4 4 26 1 6 7 3 3 3 4 3 11 0 2 5 0.23 1.53 2749 N -2 1 2 -1 -3 3 -1 -1 2 -2 -1 2 -2 -1 -2 0 1 0 -2 -1 3 8 11 4 0 11 4 4 4 3 6 12 1 2 2 6 10 1 1 4 0.20 1.56 2750 V -3 -2 -5 -2 -4 -1 -3 -4 -5 4 1 -3 0 0 -4 -4 -1 -1 -1 5 2 2 0 3 0 3 2 1 0 22 13 2 2 3 1 1 4 1 2 36 0.67 1.80 2751 T -2 -1 -1 -2 -1 -1 -2 -4 -1 1 -1 0 -1 0 -1 0 3 -1 0 3 3 4 2 2 2 2 3 1 2 8 6 7 1 3 4 7 17 1 3 22 0.26 1.74 2752 G 1 0 1 0 1 0 0 1 0 0 -1 0 -1 -1 0 0 0 -1 -1 -1 11 5 6 5 3 4 6 10 3 5 7 5 2 3 5 6 7 1 2 4 0.03 0.59 2753 A 5 -3 -2 1 0 -2 -2 -3 1 -2 -2 -2 -1 -2 -4 -2 -1 -5 -2 0 59 1 1 7 2 2 1 1 3 2 3 2 1 1 0 2 3 0 1 7 0.84 1.82 2754 V 0 -1 -1 2 -4 -1 -1 -2 1 -1 1 0 1 1 -1 -1 1 -4 0 1 7 3 3 11 0 3 3 3 3 3 13 7 3 5 3 5 10 0 4 9 0.09 1.51 2755 D -4 0 0 6 2 0 0 -1 -4 -5 -2 -1 -4 -5 0 -1 -1 -6 -5 -5 0 4 4 49 4 4 5 5 0 0 5 4 0 0 4 4 4 0 0 0 0.88 1.58 2756 A 1 1 -2 1 0 -1 0 -1 -2 -1 -1 0 -1 -3 4 0 -2 -2 -2 0 14 8 1 7 2 3 7 4 1 4 7 5 1 1 19 6 3 1 1 6 0.24 1.79 2757 D -3 -4 0 7 -6 -3 0 0 0 -5 -5 -2 -1 -3 -1 -3 -3 -1 -2 -3 2 0 3 67 0 0 4 6 2 0 0 2 2 1 3 0 1 1 1 2 1.39 1.79 2758 E 0 0 0 2 -4 -1 2 -1 0 -1 -1 1 -2 -2 -4 2 1 1 -2 -1 7 5 5 11 0 2 12 4 2 4 6 7 1 2 0 16 8 2 1 5 0.18 1.72 2759 G -1 -1 -1 0 0 0 -1 4 0 -4 -2 -1 0 -4 0 0 -1 -4 0 -2 5 3 3 5 2 5 4 37 2 1 4 3 2 0 4 6 4 0 4 3 0.43 1.70 2760 P -1 -1 1 -1 0 2 0 -1 2 -1 -2 0 1 -5 4 0 -1 -5 -1 -1 6 3 6 4 2 9 5 6 4 3 3 5 4 0 22 6 4 0 2 4 0.31 1.83 2761 N -2 0 6 0 -5 1 -1 -1 3 -2 -3 -1 -4 -1 -2 1 -1 1 -4 -5 4 6 40 4 0 5 3 3 6 3 2 3 0 2 2 9 4 2 0 0 0.73 1.86 2762 A 3 0 -1 -1 0 1 -1 2 -4 -2 -3 -1 -4 -2 -1 2 -1 3 -2 -3 25 4 2 4 2 7 5 16 0 2 2 3 0 2 4 13 3 3 1 1 0.33 1.85 2763 I -2 0 -1 0 -4 1 0 0 1 2 0 1 0 -1 -2 -1 0 4 -2 -1 3 4 3 5 0 7 6 7 3 13 10 8 2 3 2 4 7 5 1 5 0.14 1.75 2764 V 0 1 -2 -2 -4 -1 -4 -2 1 3 1 -2 1 0 1 -2 0 -5 -4 2 6 8 2 2 0 2 0 4 3 17 14 3 3 3 7 3 5 0 0 17 0.28 1.82 2765 Y -2 1 -1 -2 0 -2 -1 -5 -1 -1 -3 -1 -1 3 -5 1 1 3 5 -1 3 7 4 3 2 2 4 0 1 4 2 3 1 13 0 11 10 4 24 4 0.52 1.81 2766 Y -3 -3 -4 -3 1 -2 -2 -5 1 -2 -3 -1 -4 3 -5 1 -2 0 8 -1 2 1 0 2 3 2 2 0 2 2 2 4 0 10 0 11 2 1 48 4 1.13 1.81 2767 F -1 1 -2 -2 -4 0 -2 -3 0 2 -1 -2 -1 4 -4 3 0 -1 0 0 4 8 2 2 0 4 3 2 3 10 6 2 1 19 1 20 5 1 3 5 0.34 1.75 2768 I -4 -2 -3 0 -4 -2 -2 -4 -5 5 2 -2 2 0 -5 0 -1 -5 -4 1 1 3 1 6 0 2 2 1 0 37 19 2 5 3 0 7 3 0 0 8 0.63 1.78 2769 A 0 2 -2 -2 -1 -1 0 0 0 2 1 -1 -1 -2 -1 0 0 -4 -2 2 7 10 1 2 1 2 6 6 2 10 15 4 1 2 3 7 6 0 1 12 0.11 1.61 2770 A 1 0 0 0 -4 1 1 0 1 -4 -2 0 -2 -4 2 2 0 -4 -1 -2 11 4 5 5 0 5 11 8 3 1 4 7 1 1 9 15 6 0 2 4 0.19 1.65 2771 G 0 -3 -1 1 -4 0 -3 5 1 -2 -3 -3 -3 -3 0 1 0 -4 -1 -3 8 1 3 7 0 5 1 39 3 2 3 1 0 1 5 9 6 0 3 2 0.53 1.56 2772 N -2 -3 5 4 -5 0 0 -2 -1 -3 -5 -2 -1 -5 1 0 1 -5 -3 -1 2 0 26 26 0 4 5 3 2 1 1 2 2 0 6 6 8 0 1 5 0.68 1.74 2773 E -1 0 -1 2 -5 0 3 0 -2 -2 -2 -1 -1 -5 4 0 -1 -5 -1 -2 4 5 3 11 0 3 19 8 1 2 4 4 1 0 18 6 4 0 2 3 0.36 1.76 2774 E 0 0 1 2 -5 0 1 1 1 -4 -3 -1 -1 1 2 0 -1 -2 -2 -3 8 6 6 10 0 5 10 11 4 1 3 4 1 6 9 8 3 1 1 1 0.20 1.81 2775 K -2 1 2 0 -5 1 0 3 1 -4 -2 2 -2 -2 0 0 -2 1 -3 -2 3 7 9 5 0 5 7 21 3 0 3 13 1 2 4 7 3 2 1 3 0.27 1.76 2776 N -1 -1 2 -2 -2 0 -2 -4 3 0 2 -1 0 1 0 -1 0 4 1 -1 5 4 9 3 1 4 2 1 6 5 18 3 3 5 5 5 6 7 5 4 0.21 1.79 2777 F -4 -5 -4 -5 -5 -3 -4 -6 -3 0 0 -3 -2 8 -4 -3 -3 2 0 0 1 0 1 1 0 1 1 0 1 5 8 2 1 65 1 2 1 2 2 7 1.53 1.85 2778 H 0 0 1 0 -5 0 0 0 1 0 -1 0 -2 0 -5 2 0 -5 1 -1 7 5 6 5 0 5 7 6 4 5 6 7 1 3 0 19 6 0 5 3 0.16 1.87 2779 L -3 -5 -2 -2 -4 -4 -3 -4 -5 5 2 -3 1 -2 -5 -2 1 -1 -2 3 1 0 2 3 0 0 2 2 0 37 18 1 3 1 0 2 8 1 2 16 0.73 1.78 2780 Q -2 -1 3 4 -5 2 2 -2 2 -3 -4 0 -4 0 -4 1 0 2 -2 -3 2 3 12 20 0 9 13 3 5 1 2 6 0 4 0 9 6 3 1 1 0.45 1.80 2781 P 1 0 -1 0 -4 0 0 -3 0 -2 -4 1 -2 -4 4 1 2 -5 -3 -1 10 4 3 6 0 5 5 2 2 2 1 9 1 1 23 11 11 0 1 4 0.41 1.76 2782 D 0 1 1 1 -4 1 0 0 3 0 -1 0 -3 1 -4 0 0 -5 -3 0 7 7 7 7 0 7 7 7 6 7 7 7 0 6 0 7 7 0 0 7 0.12 1.56 2783 G -2 -3 3 -2 -5 -3 -3 5 -2 -3 -5 -2 -4 -3 -2 1 0 -5 -1 -4 2 1 13 1 0 1 1 52 1 2 1 2 0 1 2 11 6 0 3 1 0.94 1.70 2784 C -2 -1 2 -1 -1 1 2 2 -2 1 -3 -1 0 -3 -3 0 -1 0 1 0 3 4 9 3 2 5 14 18 1 9 2 3 2 1 1 5 5 1 5 8 0.21 1.75 2785 L -3 -2 -4 -4 0 -3 -2 -4 -2 4 3 -4 1 -1 -5 -2 -2 -5 -1 3 2 3 1 1 2 1 4 1 1 26 28 0 3 2 0 4 2 0 2 18 0.63 1.74 2786 L -3 2 -3 -4 -2 -1 -2 -3 -1 2 1 -1 -1 1 -3 -1 3 -4 2 2 2 13 1 0 1 2 3 2 2 11 12 4 1 6 1 4 17 0 7 13 0.31 1.72 2787 V 1 -1 -2 -4 -2 -3 -4 -4 -4 1 1 -3 -1 -3 -3 0 4 -5 -2 3 12 4 2 0 1 1 0 1 0 7 16 1 1 1 1 8 24 0 1 18 0.44 1.72 2788 L 1 0 -1 -3 -4 -1 0 -2 -1 1 2 -1 2 -3 -3 -2 1 -2 -3 2 12 5 3 2 0 3 5 3 2 6 21 5 5 1 1 3 10 1 1 12 0.20 1.72 2789 R 0 5 -1 -1 -2 0 -1 -1 0 -3 -4 3 -4 -4 -2 -1 1 -5 -3 -1 8 30 2 3 1 3 3 5 2 1 1 18 0 1 2 4 10 0 1 4 0.55 1.74 2790 D 1 0 1 1 -5 0 1 -2 0 -2 -2 0 -1 -5 3 1 0 -5 -3 -2 10 5 6 8 0 4 10 3 2 2 5 6 1 0 16 12 5 0 1 3 0.26 1.72 2791 L -1 -4 0 -5 2 -4 -4 -1 -4 1 4 -2 1 2 -2 -2 -1 -4 -3 1 4 0 5 0 5 0 0 5 0 8 37 3 4 10 2 3 3 0 0 10 0.45 1.47 2792 D -2 -4 0 5 -5 0 0 -1 0 -2 -2 -3 -4 -5 2 1 0 1 -4 -2 3 0 4 35 0 4 4 5 3 3 5 0 0 0 12 12 6 2 0 2 0.57 1.48 2793 R -1 3 -1 0 0 0 1 -4 0 -3 1 1 -3 1 1 -1 -1 0 1 0 4 16 2 5 2 3 10 1 2 1 13 8 0 5 7 4 4 2 6 6 0.19 1.43 2794 E -1 0 0 3 -5 1 4 -4 3 -5 -5 0 -1 -2 1 -2 -1 -5 -4 -4 6 6 5 16 0 5 32 0 7 0 0 4 2 2 6 2 4 0 0 0 0.62 1.50 2795 R -1 5 -2 1 0 1 0 -3 1 -1 -2 0 -1 -4 -1 0 0 -5 -1 -1 5 29 2 7 2 6 6 2 4 4 4 5 1 0 3 7 7 0 2 4 0.35 1.55 2796 E 0 0 0 1 -1 2 2 -2 1 -1 -1 0 0 -2 -1 0 0 0 0 -1 8 5 5 7 1 11 11 4 4 3 7 5 2 2 3 7 6 1 3 6 0.10 1.48 2797 A 2 0 0 0 -3 1 0 0 0 -4 -2 0 -1 -4 2 1 0 -1 -2 -2 21 6 3 5 0 6 6 7 2 1 4 6 2 1 9 12 5 1 2 2 0.22 1.53 2798 I -1 0 -2 0 -3 0 0 -1 1 0 0 0 0 -1 -1 0 0 2 -1 2 6 6 2 5 0 5 7 6 3 5 11 6 2 3 3 8 6 3 2 12 0.06 1.51 2799 F -4 -2 -4 -3 0 0 -1 -4 5 -1 0 -1 -1 3 -2 -2 -3 0 6 -2 1 2 1 1 2 4 4 1 13 3 10 5 2 10 2 2 1 1 32 3 0.79 1.61 2800 S -2 1 2 0 -2 2 2 -3 2 -1 -2 0 -1 -2 -3 1 2 -1 -1 -2 3 9 11 4 1 10 13 1 4 4 4 4 1 1 1 9 14 1 2 3 0.26 1.57 2801 F -3 -2 -1 -5 -4 -4 -4 -5 -2 2 4 -2 0 4 -4 -3 -2 -3 1 1 2 3 3 1 0 0 1 1 1 9 40 2 2 15 1 2 2 0 5 10 0.64 1.59 2802 I -3 0 -1 -3 -4 0 -1 -4 -1 2 2 -1 0 -1 -2 -2 2 1 0 3 2 5 4 1 0 4 4 1 1 9 19 3 2 2 2 3 15 2 3 18 0.28 1.62 2803 V -2 -5 -5 -5 -4 -5 -5 -5 -5 4 1 -3 0 -2 -5 -4 -2 -1 -1 5 3 0 0 0 0 0 0 0 0 22 14 2 1 1 0 0 1 1 3 48 1.00 1.66 2804 K -2 0 0 -2 -3 2 1 -2 -1 0 0 2 -1 -2 -4 -2 2 -5 -2 1 3 5 5 2 1 9 11 4 1 5 9 15 1 2 0 2 14 0 1 9 0.22 1.66 2805 A 5 -4 -2 0 -1 -4 -4 -1 -2 0 -1 -2 -3 -4 -4 -2 -3 -5 -2 3 54 0 2 5 1 0 0 3 1 5 4 2 0 0 0 1 0 0 1 18 0.80 1.63 2806 S 1 2 1 -2 -2 1 0 -2 -2 -2 -2 1 0 -3 -3 1 2 -4 -2 1 9 11 7 2 1 6 6 2 1 2 4 7 2 1 1 12 14 0 1 10 0.20 1.52 2807 S 0 -2 2 5 0 -1 1 -1 -1 -2 -3 -1 -3 -3 -3 0 -1 -4 -1 -2 9 2 10 35 2 3 7 4 1 2 3 4 0 1 1 7 4 0 2 3 0.52 1.49 2808 N -1 0 3 2 -2 0 0 0 2 -1 -1 0 0 -1 -2 1 0 -2 -2 -1 5 5 14 10 1 4 7 8 4 3 5 4 3 3 2 10 5 1 1 5 0.13 1.03 2809 R -1 0 0 3 -1 1 0 1 1 -1 -1 0 0 -2 0 -1 -1 -1 -1 -1 6 5 4 15 2 6 7 13 4 4 6 5 3 2 4 5 4 1 2 5 0.11 0.85 2810 S 0 -1 0 0 0 -1 0 1 0 -1 0 0 -1 0 0 1 0 -1 -1 0 7 4 5 6 2 3 5 11 2 3 9 5 1 4 6 12 7 1 2 6 0.04 0.75 2811 W 0 -1 0 0 0 0 -1 1 0 1 0 0 -1 1 0 0 -1 1 0 -1 8 4 5 6 2 4 5 12 2 7 9 5 1 5 4 6 4 2 4 5 0.02 0.62 2812 T -1 0 1 0 -1 0 -1 0 -1 1 -1 -1 0 -1 -1 1 2 -1 -1 1 5 5 6 5 1 3 5 7 2 8 6 4 2 3 4 9 12 1 3 11 0.06 0.74 2813 P 0 0 0 0 -2 -1 -1 0 0 -2 -1 -1 0 -2 4 0 0 -2 -2 -1 7 5 4 6 1 2 4 7 2 3 7 4 2 2 25 8 5 1 2 5 0.29 0.87 2814 P -1 -1 -1 -1 -2 -1 0 -1 -2 -1 -1 -1 -2 0 5 0 0 -2 -1 -2 6 3 4 4 1 3 7 6 1 3 7 4 1 4 26 8 7 1 2 3 0.33 0.90 2815 R 0 3 0 1 -1 0 0 -1 1 -1 0 -1 1 -1 -2 -1 0 -2 1 -1 6 18 3 7 2 4 6 6 3 3 9 4 4 3 2 5 5 1 5 3 0.13 0.98 2816 G 0 -1 0 -2 -2 -1 -2 4 -1 -1 -2 0 -2 -1 -1 2 0 -2 -1 -1 6 3 4 2 1 3 3 27 2 4 5 5 1 3 4 16 5 1 3 5 0.26 1.10 2817 P 1 0 -1 -2 -2 -2 -1 2 -2 -2 0 0 -2 -3 3 1 -1 -1 -2 -1 13 5 3 2 1 1 4 15 1 2 11 5 1 1 13 13 3 1 1 3 0.21 1.21 2818 S 0 -1 1 -1 -3 -1 -1 0 -1 -2 -1 -1 -2 0 -1 3 3 -3 -2 -1 6 3 5 2 1 3 5 7 2 3 6 4 1 4 3 22 19 0 1 3 0.25 1.28 2819 P 1 -1 0 -1 1 -1 -2 0 0 -1 -1 -1 -1 -1 4 0 0 -2 -2 -1 12 4 4 3 3 3 2 8 3 4 6 4 2 3 20 7 7 0 1 5 0.23 1.18 2820 T -1 -1 -1 -2 -2 -1 0 -1 0 0 0 -2 0 1 -1 1 4 -2 -1 -1 6 3 2 2 1 2 5 5 2 5 9 3 2 5 3 11 30 0 2 3 0.30 1.18 2821 L 0 -4 -4 -4 0 -3 -4 0 -4 1 4 -1 2 -1 -1 0 0 -4 1 0 9 1 1 1 2 1 1 6 0 6 35 5 5 2 3 6 5 0 4 6 0.35 1.60 2822 D -1 0 1 2 -4 0 -1 0 1 0 -2 0 -1 -1 -4 1 2 3 0 -1 4 4 6 13 0 3 3 6 3 5 4 7 2 3 1 12 12 3 4 4 0.18 1.62 2823 L 1 -2 0 -2 -3 0 -1 -1 -3 0 2 -2 2 0 -1 -1 1 -4 0 0 11 2 5 2 0 4 4 5 0 6 22 2 5 3 4 5 8 0 3 6 0.14 1.58 2824 V 0 0 -1 -1 0 0 0 -2 1 2 0 -1 1 0 0 -1 2 0 -3 1 9 4 3 3 2 4 5 4 3 14 7 4 3 3 4 4 12 2 1 9 0.12 1.53 2825 A 2 0 -3 0 0 -1 -2 1 0 0 -2 0 -3 0 0 2 0 -3 -3 1 18 5 1 5 2 2 3 9 2 5 3 5 0 4 5 15 6 0 1 9 0.16 1.43 2826 D -1 -1 2 3 -3 1 0 -1 1 -3 -1 -1 0 1 0 0 1 -3 -2 -2 6 4 8 15 1 7 5 4 3 1 7 4 2 6 6 8 10 0 1 3 0.16 1.29 2827 L 1 0 -1 -1 -1 0 -2 -3 -3 0 1 0 0 1 -1 0 1 0 -1 2 10 4 3 3 1 3 2 2 1 6 13 6 2 6 3 7 9 1 2 16 0.13 1.35 2828 T -1 -2 1 1 -3 0 -1 -1 1 -2 -2 -2 -3 -3 -1 3 4 -3 -2 -1 3 2 5 7 0 4 4 5 4 2 4 1 0 1 3 22 27 0 2 4 0.40 1.42 2829 L -1 -1 -1 -2 -2 0 -1 -2 0 0 1 -1 1 0 -1 -1 1 0 -1 3 5 3 4 2 1 5 3 4 2 4 16 3 3 4 3 5 10 1 2 19 0.14 1.02 2830 Q 2 0 -1 -1 0 1 0 -1 -1 0 0 0 0 -2 -2 0 2 -2 -2 0 15 6 3 3 2 7 6 4 2 5 9 5 2 2 2 6 11 1 1 8 0.09 1.00 2831 E -1 0 1 1 -2 1 2 -1 0 -1 -1 0 -2 -1 0 0 1 -2 -1 0 5 5 6 7 1 8 12 5 2 3 6 6 1 2 4 7 10 1 2 7 0.09 0.95 2832 V 0 -3 -2 -3 0 -2 -1 -2 -3 1 0 -2 0 0 0 -1 0 -3 1 4 7 1 2 2 2 1 5 3 1 6 7 2 2 3 4 4 6 0 5 37 0.37 1.13 2833 R 0 2 1 -2 -3 0 1 -1 0 0 -2 0 -1 0 0 0 2 0 0 0 7 13 7 1 0 3 8 4 2 6 4 5 2 3 5 7 11 1 3 6 0.11 1.17 2834 V -1 -3 -1 -3 -3 -3 -1 -4 -4 5 0 -3 0 -3 -3 -3 0 -4 -3 4 3 1 3 1 0 1 6 1 0 30 6 1 2 1 1 1 7 0 1 34 0.71 1.30 2835 V 0 0 0 -1 -4 1 0 -3 0 0 0 0 0 0 -3 0 1 -1 0 2 6 5 5 4 0 7 7 2 2 6 10 5 2 4 1 7 8 1 3 15 0.10 1.36 2836 L -2 -4 -1 -4 -3 -4 -4 -4 -4 3 2 -4 0 -3 -1 -3 -1 -4 -3 5 3 1 3 1 0 1 1 1 0 17 21 1 2 1 3 1 3 0 0 40 0.74 1.36 2837 E -1 -2 -2 -1 -4 1 2 -1 -3 -1 2 0 0 -2 0 1 1 -4 0 0 5 2 2 3 0 5 12 4 0 3 19 5 2 2 5 9 9 0 3 6 0.12 1.37 2838 D -1 -4 1 5 -5 -3 0 0 -3 -4 -1 -3 -4 -4 1 0 1 -4 2 -4 6 0 6 40 0 0 6 6 0 0 7 0 0 0 6 6 8 0 8 0 0.66 1.40 2839 I 0 1 0 0 -4 0 0 0 -4 1 0 -1 2 -1 0 0 -1 -4 -4 0 8 7 5 6 0 4 8 8 0 8 10 3 6 3 4 6 3 0 0 8 0.05 1.37 2840 N -1 -3 7 3 -4 1 0 -3 -2 -5 -5 -2 -4 -4 -4 0 -1 2 -4 -4 5 0 53 13 0 6 5 1 0 0 1 1 0 0 1 6 3 3 0 1 1.09 1.32 2841 D -2 -1 1 6 -5 1 2 1 -3 -4 -2 -3 -1 -1 -1 -1 -2 -5 -4 -2 3 3 7 43 0 5 11 9 0 0 4 0 2 2 3 3 1 0 0 2 0.72 1.38 2842 Q -2 0 5 0 -5 1 2 -2 4 -5 -3 -1 -4 0 -1 0 0 0 0 -3 3 6 25 4 0 7 12 2 9 0 3 3 0 5 3 7 5 1 3 2 0.46 1.41 2843 P 1 -1 -2 -1 -2 0 0 -1 -1 -2 -3 -1 -4 -3 6 -1 0 -5 -2 -1 13 4 1 3 1 5 5 5 2 3 1 3 0 1 41 4 5 0 1 4 0.75 1.37 2844 P -1 -4 -4 -4 -5 -4 -4 -4 -4 -4 -2 -4 -1 -2 8 -2 -1 -5 -5 -1 5 0 0 0 0 0 0 0 0 0 4 0 2 2 73 2 4 0 0 4 1.88 1.39 2845 R -1 4 -3 -3 -4 3 2 -4 0 0 -1 0 0 -2 -4 -2 -1 -4 -1 2 5 23 0 1 0 14 12 0 2 4 5 4 2 1 0 3 4 0 2 16 0.43 1.46 2846 F -4 -5 0 -3 0 -5 -2 -2 -4 1 0 -5 -1 7 -2 -2 -3 -3 0 -1 0 0 6 1 2 0 3 4 0 7 7 0 1 57 2 3 1 0 2 4 1.14 1.50 2847 T 0 -2 -1 -1 -4 1 0 -2 -1 -1 1 -2 -1 -2 1 1 2 -5 1 0 9 2 2 3 0 6 6 3 1 4 15 1 1 1 8 10 15 0 5 7 0.17 1.50 2848 K 0 1 0 -1 -4 3 1 -3 1 -4 -3 2 -2 -2 2 1 -1 -4 1 -2 6 8 4 4 0 15 8 2 4 0 3 11 1 2 11 11 3 0 4 2 0.32 1.46 2849 A 1 -1 2 0 -2 0 -1 0 -2 -3 -2 -1 -2 -2 4 1 0 -5 -3 -2 14 4 9 5 1 5 3 7 1 1 5 4 1 2 18 13 7 0 1 2 0.29 1.50 2850 E -1 -1 -1 0 -4 0 2 -2 0 -1 1 -2 -1 -2 3 2 1 -4 -1 -1 5 3 3 5 0 5 13 3 3 3 12 1 1 2 13 14 8 0 2 4 0.20 1.47 2851 Y -3 -3 -1 -3 1 -1 -3 -4 0 -1 0 -2 0 3 0 -3 -1 1 7 -1 1 1 3 1 3 3 1 1 2 3 7 2 2 10 5 2 4 2 43 3 0.89 1.57 2852 T -2 -1 1 -1 -4 1 1 -2 1 -2 -2 -2 0 0 0 1 4 -2 0 0 2 4 6 4 0 6 8 3 4 2 5 2 2 4 4 10 24 1 4 6 0.24 1.63 2853 A 2 -2 -1 -1 -2 -1 1 0 -3 0 -1 -3 0 1 0 -1 0 -5 -2 3 18 2 3 3 1 2 8 7 1 5 7 1 2 7 4 3 6 0 1 20 0.20 1.66 2854 G -1 -1 0 0 -1 0 1 2 0 -1 -1 -2 -1 1 -1 1 2 -1 -2 -1 6 3 4 5 1 5 9 14 3 3 6 3 2 6 4 10 11 1 1 5 0.10 1.62 2855 V -2 -3 -4 -6 -4 -4 -4 -4 -4 4 2 -3 -1 -2 -4 -4 -1 -5 -3 5 2 1 1 0 0 1 1 1 0 19 17 2 1 1 1 1 3 0 1 46 0.90 1.75 2856 A 1 -1 -2 -4 2 0 -1 -3 -2 -2 -1 0 -1 -2 5 1 -1 -2 -2 -1 14 4 1 0 4 4 4 1 1 2 7 5 2 2 29 11 3 1 1 5 0.50 1.76 2857 T -2 3 -3 -2 -2 -1 5 -3 -2 -2 -3 -1 -3 -2 1 -2 1 -2 -3 -1 3 14 1 1 1 2 42 1 1 2 3 2 0 2 7 1 11 1 1 5 0.68 1.80 2858 D 0 -3 5 4 -2 -1 0 0 0 -4 -4 -2 -2 -4 -1 1 -2 -6 -5 -2 9 1 27 21 1 2 5 6 2 1 1 1 1 1 3 12 2 0 0 2 0.62 1.79 2859 A 4 -2 2 0 -1 -2 -1 -2 -2 -1 0 -2 -1 -3 -1 0 1 -5 -5 0 30 2 10 5 2 2 4 3 1 3 8 2 2 1 4 6 9 0 0 8 0.31 1.77 2860 K 0 1 0 0 -5 0 2 -3 -2 -2 -4 1 -3 -2 4 1 0 -6 -5 -1 7 8 5 4 0 3 14 2 1 2 2 8 0 2 24 11 5 0 0 4 0.45 1.80 2861 V 1 -1 -5 -4 -5 -2 -3 -3 -5 2 -1 -2 -1 -3 5 -2 0 -6 -2 3 11 4 0 1 0 2 1 2 0 12 6 2 1 1 27 3 5 0 2 18 0.59 1.80 2862 G -2 -2 2 0 -5 -3 -2 6 -3 -5 -4 -3 -5 -3 0 -2 -3 -1 -3 -4 3 2 9 5 0 1 2 60 1 1 1 1 0 1 5 3 1 1 1 1 1.09 1.79 2863 S 0 0 -3 0 -2 1 -1 -2 2 -3 -3 -2 -1 0 -1 2 3 -4 4 -1 9 4 0 5 1 6 4 3 4 1 3 1 2 3 3 16 18 0 13 5 0.31 1.78 2864 E -2 0 0 -2 -1 0 1 -4 1 -2 2 0 -2 -2 0 1 1 -5 -1 1 3 5 4 2 1 4 11 1 4 2 21 4 1 2 4 9 9 0 2 10 0.16 1.79 2865 L -2 -4 -4 -3 -1 -5 -5 -6 -5 4 2 -5 -1 -1 -2 -3 -2 -5 -2 5 2 1 1 1 2 0 0 0 0 22 21 0 0 2 2 1 2 0 2 39 0.89 1.79 2866 I 0 -4 -3 -4 -2 -1 -5 1 -4 2 2 -4 0 1 -2 -1 4 -5 -3 1 7 1 1 1 1 3 0 12 0 12 17 0 2 5 2 4 24 0 1 8 0.39 1.81 2867 Q -3 3 0 -2 -5 3 0 -3 -1 -2 -2 3 -2 -1 -4 0 3 -1 -4 -3 2 14 5 2 0 14 6 2 1 2 3 20 1 3 1 5 18 1 0 1 0.48 1.82 2868 V -2 -5 -6 -6 -4 -5 -4 -5 -5 4 1 -4 -1 -1 -4 -2 -3 -5 0 6 2 0 0 0 0 0 1 1 0 21 10 1 1 2 1 3 1 0 3 54 1.11 1.80 2869 L -1 0 -1 -4 -2 1 -2 -3 1 0 0 0 -1 -2 -3 2 2 -2 -1 3 4 6 3 0 1 6 3 2 3 4 8 6 2 2 1 13 15 1 2 19 0.24 1.81 2870 A 6 -5 -2 -1 -2 -4 -4 -2 -5 -3 -3 -4 -4 -3 -2 -1 -3 -6 -5 -1 78 0 1 4 1 0 0 2 0 1 2 0 0 1 1 2 1 0 0 4 1.31 1.76 2871 L -2 0 -3 -2 -4 1 0 -4 -1 1 0 -1 1 -2 -5 -1 3 1 -1 3 2 4 1 2 0 6 7 1 1 7 9 3 3 2 0 4 22 2 3 21 0.35 1.74 2872 D -5 -5 -1 8 -6 -2 -2 -4 0 -3 -4 -4 -5 -3 -5 -3 -4 -7 -5 -3 0 0 2 87 0 2 0 0 3 2 1 0 0 1 0 0 0 0 0 2 2.07 1.76 2873 A 4 2 -3 -2 -5 -1 0 -2 -2 -3 -1 0 -3 -3 3 0 -2 -6 -1 -4 32 10 1 2 0 2 5 3 1 1 5 7 0 1 17 7 2 0 2 1 0.47 1.78 2874 D -5 -5 -1 8 -6 -3 2 -2 -4 -6 -6 -4 -6 -6 -2 -2 -3 -7 -6 -4 0 0 1 79 0 0 10 3 0 0 0 0 0 0 2 2 1 0 0 1 1.88 1.77 2875 I 1 -3 -2 0 -3 -2 1 -2 -1 2 0 -2 -2 0 -1 3 1 -5 -2 0 12 1 1 5 0 1 8 2 1 11 9 2 1 4 3 22 7 0 1 7 0.21 1.69 2876 G -1 -2 -2 -2 -5 -1 0 6 -2 -3 -4 -3 -1 -4 1 0 -1 -2 -5 -4 3 2 1 2 0 3 6 53 1 2 1 1 2 1 8 7 5 1 0 1 0.86 1.73 2877 N -1 -2 2 0 -5 3 1 0 2 -1 -2 0 0 -1 2 0 0 -5 -2 -1 4 2 10 6 0 11 10 6 5 3 4 5 3 2 10 8 4 0 1 4 0.20 1.74 2878 N -3 -1 7 0 -3 -2 -3 -2 1 -5 -5 -1 -5 -4 -3 0 -1 -6 -1 -3 2 3 63 4 1 1 1 2 3 1 1 4 0 1 1 7 3 0 2 2 1.32 1.78 2879 S 4 -3 0 -2 -4 0 -2 2 -4 -2 -5 -2 -4 -5 -1 2 0 1 -4 -3 34 1 4 1 0 5 2 17 0 2 0 2 0 0 3 18 5 2 0 2 0.58 1.71 2880 L -1 0 -3 -2 -4 0 1 -2 1 0 2 1 -1 -3 0 -3 -1 7 -1 -1 6 5 1 2 0 5 10 3 3 4 21 8 1 1 5 1 4 13 2 5 0.36 1.67 2881 V -2 -1 -5 -4 -4 -3 -4 -6 -2 4 2 -3 -1 -3 0 -4 -2 -5 -1 4 3 3 0 1 0 1 1 0 1 27 22 2 1 0 4 1 2 0 2 29 0.74 1.73 2882 F -2 2 -1 -2 -4 0 -2 -4 0 0 -1 -1 -2 3 -4 3 2 0 -1 0 2 10 3 2 0 4 2 1 2 5 6 3 1 11 0 25 14 1 2 7 0.33 1.72 2883 Y -3 -4 -4 -4 -3 -4 -3 -5 -1 -3 -2 -5 -4 3 -5 -4 -4 -1 9 -3 2 1 1 1 1 0 1 0 1 1 3 0 0 9 0 0 0 0 77 1 2.12 1.71 2884 S -1 2 -2 -2 -4 1 -1 -1 1 -3 -3 -1 -3 0 -4 4 1 -4 0 -1 3 10 1 2 0 7 3 4 4 1 2 3 1 4 0 39 9 0 3 4 0.50 1.66 2885 I -1 -3 -4 -4 -3 -4 -4 -4 -4 6 2 -2 2 -1 -3 -3 -3 -4 -3 2 4 1 1 1 0 1 1 1 0 45 21 3 4 2 1 2 1 0 0 10 0.86 1.56 2886 L -3 -2 -3 -2 -3 -1 0 -3 -1 1 3 -3 1 -1 -3 -2 -1 -2 -1 3 2 2 1 2 0 3 6 2 1 6 33 1 3 2 1 4 4 1 2 22 0.42 1.36 2887 A 2 0 0 -1 -2 0 0 0 -2 -2 -2 -1 0 -3 2 2 0 -3 -2 -2 20 4 4 3 1 3 7 6 1 2 4 4 2 1 11 17 5 0 1 2 0.24 1.17 2888 I 1 -1 1 2 -2 -1 0 -1 0 1 -1 -2 0 -2 1 1 0 -2 -2 0 10 4 6 10 1 2 7 6 2 8 7 2 2 2 7 10 5 0 1 7 0.08 1.08 2889 H -1 1 2 1 -2 0 1 -1 4 -2 -2 -1 -2 -1 2 0 -1 -2 -1 -1 4 7 8 9 1 4 10 6 10 2 4 3 1 2 11 7 3 1 2 6 0.21 1.04 2890 Y 0 -1 -1 0 -2 -1 -1 -1 1 -1 -1 -1 0 1 1 0 0 0 4 0 7 3 3 5 1 3 4 5 4 3 7 4 2 5 8 7 7 1 14 8 0.14 0.98 2891 F 0 -1 -2 -1 0 0 -1 0 -2 -1 1 -1 1 4 -2 -1 -1 1 1 -1 7 3 2 4 2 4 3 8 1 3 15 4 3 21 2 5 4 2 4 4 0.21 1.01 2892 R -1 4 -1 0 -2 2 1 -1 0 -2 -2 1 -2 0 0 0 1 -2 -1 -2 5 20 3 5 1 8 8 4 2 2 5 7 1 4 4 8 7 0 2 2 0.21 1.04 2893 A 1 0 -1 -1 -2 -1 -1 1 -2 0 -1 -1 -1 -1 -2 3 0 -3 -1 -1 13 6 2 3 1 2 4 9 1 5 6 3 2 2 2 26 6 0 2 4 0.21 1.14 2894 L -2 -1 -3 -2 -3 -1 -1 -2 -1 1 3 0 0 0 -2 -2 -1 2 1 2 3 4 1 2 1 2 4 4 1 6 31 5 2 4 2 2 4 3 5 13 0.27 1.21 2895 A 1 -1 -2 -1 -3 0 -1 -1 -1 0 0 0 -2 1 0 0 0 -1 -2 3 14 3 2 4 0 4 3 4 1 5 8 5 1 7 5 8 5 1 1 18 0.13 1.23 2896 N -1 1 3 1 -3 -1 0 -2 -1 0 -2 0 -3 -2 0 3 1 -4 -2 -2 5 7 14 8 0 3 6 2 2 5 4 5 0 2 4 21 7 0 2 3 0.24 1.33 2897 D -1 0 1 3 -4 0 -1 -2 -3 3 -2 -1 -1 -3 0 1 0 -4 -3 1 4 5 7 18 0 3 4 3 0 16 3 3 1 1 4 9 7 0 1 9 0.25 1.41 2898 S 0 -1 3 1 -4 -1 -1 1 2 -2 -2 -2 -3 -3 -2 3 1 -4 0 -2 7 3 16 7 0 3 3 9 5 3 3 2 0 1 2 22 10 0 3 3 0.32 1.49 2899 E 1 -1 -1 2 -4 -1 3 0 -2 -4 -3 0 -3 -4 1 1 0 -4 -1 -1 10 3 2 11 0 2 19 8 1 1 2 5 0 1 7 13 7 0 2 4 0.28 1.42 2900 D -2 -1 2 5 -4 -1 2 -1 -1 -2 -3 0 -3 -4 -3 1 -1 -4 0 -3 4 2 11 33 0 2 12 5 1 2 3 5 0 1 1 9 3 0 3 2 0.55 1.35 2901 V -1 -2 2 -2 -3 -3 -2 1 -3 0 0 -3 1 -2 0 1 2 -1 -2 2 5 2 10 2 0 1 2 9 0 5 8 1 4 2 5 11 15 1 1 15 0.21 1.32 2902 G -1 -1 -1 0 -4 -2 -1 6 -1 -4 -2 -1 -4 -3 -1 -1 -3 -2 -4 -4 5 4 2 5 0 1 4 56 1 1 4 3 0 1 3 5 1 1 1 1 0.86 1.38 2903 Q -1 1 0 0 -4 3 2 -1 0 -2 -1 1 -2 -4 -1 1 -1 -2 -2 -1 5 9 4 4 0 15 13 5 3 3 7 9 1 1 2 9 4 1 1 5 0.22 1.43 2904 V -1 -4 -5 -3 -3 -3 -4 -4 -1 4 2 -4 1 0 -1 -3 -1 -1 0 3 5 0 0 2 0 1 0 1 2 26 22 1 3 4 3 1 4 1 3 19 0.56 1.54 2905 F -4 -2 -5 -5 -5 -2 -5 -5 -1 -2 -2 -2 -3 8 -3 0 1 2 2 -1 1 2 0 0 0 2 0 0 1 1 3 2 0 59 1 8 9 3 5 3 1.30 1.63 2906 T 2 -1 -1 -3 -1 -2 -3 -4 -1 1 -1 -2 0 -2 -3 2 3 -5 -1 2 20 4 2 1 1 2 1 0 2 7 5 1 2 2 1 13 21 0 2 14 0.37 1.62 2907 M -1 -3 -3 -5 -4 1 -5 -6 -5 3 4 -1 2 -1 -4 -2 -1 -5 -2 1 4 1 1 0 0 6 0 0 0 17 40 4 5 2 1 3 4 0 1 10 0.61 1.62 2908 G -2 3 3 3 -5 1 0 1 3 -5 -5 1 -4 -5 -3 -2 -1 -6 -4 -3 2 18 16 19 0 7 4 10 7 0 0 6 0 0 1 2 3 0 0 2 0.61 1.59 2909 S 2 0 0 -3 -5 -2 0 -2 -4 -3 -3 0 -4 -5 4 3 0 -6 -3 -3 17 6 3 1 0 1 6 2 0 1 3 4 0 0 20 27 6 0 1 1 0.57 1.63 2910 M -2 -1 -2 -1 -2 1 0 -3 1 1 3 -1 1 2 -4 -2 -1 -5 0 0 2 4 2 4 1 6 6 2 3 8 31 4 3 7 0 2 4 0 3 7 0.28 1.62 2911 D -4 -4 2 6 -5 -1 -1 -4 -2 -4 -5 -3 -5 -6 -4 2 3 -6 -5 -5 0 0 8 49 0 2 2 0 1 1 1 0 0 0 0 13 23 0 0 0 1.19 1.62 2912 G -1 -1 -3 -1 -5 -3 0 6 1 -5 -5 -3 -5 -3 -2 -3 -1 -5 -4 -5 3 3 0 3 0 0 8 70 3 0 1 0 0 1 2 0 3 0 0 0 1.32 1.42 2913 I 0 -1 -3 -1 -4 0 3 -3 -2 2 -1 -2 -2 -2 -4 0 1 -1 -4 3 6 3 1 2 0 4 18 2 1 12 5 2 1 1 0 7 8 1 0 25 0.34 1.43 2914 L -1 -4 -3 -3 -4 -2 -5 -3 -5 5 4 -4 -1 -2 -5 -4 -3 -4 -4 2 6 0 1 1 0 2 0 2 0 30 43 0 0 1 0 0 0 0 0 11 0.86 1.41 2915 R -2 5 -2 -3 -4 2 -1 -4 1 -3 -4 2 0 -1 -3 1 2 -4 1 -2 2 31 1 0 0 7 4 0 3 1 1 11 2 3 1 10 15 0 5 3 0.57 1.41 2916 T 1 -1 -2 -2 -1 -1 -1 -4 -4 -1 1 -3 -3 -4 -2 1 5 -5 -4 0 11 4 1 1 1 2 4 1 0 2 16 0 0 0 2 10 39 0 0 5 0.54 1.40 2917 F 1 -2 3 -4 -4 -2 -4 -1 -3 -1 1 -2 -1 4 -4 0 0 -4 2 0 12 2 15 0 0 2 0 4 0 3 14 2 1 16 0 7 7 0 7 7 0.33 1.41 2918 D -3 1 1 2 -5 0 4 0 -1 0 -4 2 1 0 -2 -1 -1 -5 -4 -1 1 9 6 10 0 3 25 7 1 5 0 11 4 4 2 5 3 0 0 4 0.34 1.39 2919 L -1 -3 -1 -3 -4 2 -1 -2 -1 -1 3 -1 0 1 2 1 -2 -4 1 0 6 1 3 1 0 9 3 2 1 4 26 4 2 6 10 10 1 0 5 7 0.23 1.39 2920 F -4 -2 -3 -1 -4 -2 -3 -5 0 -1 3 -2 2 4 1 -4 0 0 1 0 1 3 1 4 0 2 2 1 2 3 34 2 4 19 8 1 5 1 4 5 0.50 1.36 2921 M -1 -1 0 4 -4 2 -1 -2 -1 -1 -1 0 1 -2 -2 -1 1 -4 -1 0 4 4 3 28 0 9 3 3 2 3 6 4 3 2 2 3 10 0 3 7 0.33 1.37 2922 A 2 3 1 1 -4 2 1 0 2 -4 -3 -2 -1 -1 -1 -2 -1 -4 2 -4 18 16 6 8 0 10 8 8 5 0 3 0 2 3 3 2 3 0 7 0 0.31 1.35 2923 Y 1 -1 -1 -2 -4 -2 4 -3 -3 -4 -2 0 1 2 -2 0 -1 -3 3 -3 13 3 3 0 0 0 34 1 0 0 4 6 4 7 2 5 4 0 12 1 0.49 1.32 2924 S -2 1 1 1 -4 2 2 -3 1 -1 -2 0 3 -4 -2 2 1 -5 -4 -1 3 9 6 7 0 9 12 2 3 4 4 4 9 0 1 15 8 0 0 5 0.26 1.36 2925 P -2 0 1 2 -4 3 -1 -1 3 -1 -1 -2 -3 -1 3 0 0 -4 -3 0 2 6 7 11 0 12 4 5 9 3 5 1 0 2 13 8 5 0 0 6 0.27 1.26 2926 G 0 -2 -1 0 -4 1 1 5 -1 -4 -2 -1 -3 -4 -1 0 -1 -4 -4 -3 5 2 2 5 0 7 8 43 2 1 5 4 0 0 2 8 3 0 0 2 0.59 1.27 2927 Y -1 1 -2 -2 -4 0 -1 -4 0 0 -1 -3 3 3 -2 0 0 5 4 0 5 8 1 2 0 4 5 1 3 5 4 1 7 11 2 7 5 7 16 6 0.35 1.27 2928 F -2 -4 -4 -4 -1 -4 -4 -5 3 -1 -2 -4 -3 6 -5 -4 -3 -1 7 -3 3 0 0 1 2 0 0 0 8 2 2 0 0 41 0 0 1 0 35 1 1.44 1.34 2929 V -3 -1 3 1 -4 1 3 -4 2 -1 0 1 0 -4 -4 -1 1 -5 -4 0 0 3 15 7 0 6 20 0 5 3 9 8 2 0 0 4 11 0 0 8 0.35 1.34 2930 V -3 -5 -5 -5 -4 -5 -5 -5 -5 3 2 -5 3 5 -5 -3 -2 -3 0 3 2 0 0 0 0 0 0 0 0 17 21 0 7 25 0 2 3 0 2 21 0.82 1.36 2931 D -2 0 1 2 -1 1 2 -1 -2 -3 -2 1 -4 -3 1 1 3 -5 -4 -3 2 4 6 11 1 7 13 5 1 2 3 8 0 1 6 8 21 0 0 1 0.31 1.32 2932 I 0 -5 -5 -5 -3 -4 -5 -5 -5 4 0 -5 -2 -3 -5 -4 -3 -5 -4 6 9 0 0 0 0 0 0 0 0 21 7 0 0 0 0 0 0 0 0 61 1.17 1.35 2933 V -1 0 -4 -4 -4 2 1 -4 -4 3 1 -1 1 -1 -4 -1 2 -5 -4 2 3 5 0 0 0 12 11 1 0 14 10 4 3 3 0 3 13 0 0 17 0.34 1.35 2934 A 6 -4 -2 0 -3 -4 -4 -2 -4 -2 -4 -4 -4 -5 -2 -2 -3 -6 -5 1 77 0 2 6 0 0 0 2 0 2 0 0 0 0 1 0 0 0 0 10 1.22 1.40 2935 R -1 4 0 -3 -5 3 -1 -4 -2 -4 -3 2 0 -1 -4 1 3 -5 -4 -2 4 22 4 1 0 12 3 0 1 0 1 12 2 3 0 9 23 0 0 3 0.56 1.40 2936 D -3 -4 0 7 -6 -1 2 0 -4 -6 -6 -2 -6 -6 -4 -3 -4 -7 -6 -6 1 0 3 77 0 2 10 6 0 0 0 1 0 0 0 0 0 0 0 0 1.74 1.40 2937 L -1 0 0 -2 -1 0 -2 2 -2 1 1 -2 2 -1 -1 2 -1 -5 -4 -1 5 6 5 1 1 5 2 19 1 8 13 1 5 3 3 15 2 0 0 4 0.19 1.38 2938 A 2 -2 0 2 0 -1 -1 4 -4 -5 -5 -2 -5 -5 3 0 -3 -5 0 -2 16 2 4 12 2 2 4 30 0 0 0 2 0 0 14 7 0 0 3 3 0.56 1.36 2939 G 1 -3 2 -1 -5 -1 0 5 -4 -5 -4 -3 -4 -3 -2 2 -2 -5 -3 -5 10 1 9 3 0 3 5 43 0 0 2 0 0 1 2 18 2 0 1 0 0.75 1.35 2940 H -2 1 -2 -3 0 0 0 -3 5 -4 2 1 -2 -4 4 -2 -1 -4 1 -4 4 8 1 1 2 4 6 2 13 0 21 8 1 0 20 1 3 0 6 0 0.48 1.32 2941 N 0 -2 1 -2 -4 1 -1 -1 2 -1 -2 1 -4 -3 0 4 2 -5 -4 -2 8 2 5 1 0 6 3 3 4 4 4 8 0 1 5 30 13 0 0 3 0.35 1.33 2942 D 1 0 0 4 2 0 -2 0 -4 -4 -1 0 -4 -5 -3 2 1 -1 -5 -4 12 5 3 22 5 4 1 6 0 0 8 4 0 0 1 19 7 1 0 0 0.39 1.32 2943 T -2 4 -1 -2 -4 2 0 -4 -3 -3 -4 0 -4 -5 -1 2 4 -5 -4 -1 2 20 2 2 0 9 6 0 0 1 0 3 0 0 3 17 30 0 0 4 0.63 1.32 2944 A 5 -4 -2 -4 2 -3 -4 -1 -4 -3 -3 -2 -3 -5 -3 2 3 -1 -4 0 50 0 1 0 4 0 0 4 0 0 2 2 0 0 1 13 16 1 0 7 0.77 1.32 2945 I 0 1 1 -2 -4 1 0 -4 1 0 1 2 -3 -4 -2 0 2 -5 -4 1 6 8 8 2 0 5 5 0 3 6 12 12 0 0 2 5 15 0 0 10 0.21 1.23 2946 I -1 -4 -5 -5 -3 -4 -4 -5 -5 2 2 -4 1 -3 -4 -2 -2 -5 -3 6 4 0 0 0 0 0 0 0 0 6 16 0 2 0 0 2 2 0 0 64 1.05 1.23 2947 G -2 3 0 -3 -4 0 -3 0 1 -1 0 2 -1 -1 1 0 0 -4 -2 0 2 15 5 0 0 3 0 7 3 4 10 15 1 3 8 9 6 0 1 8 0.21 1.22 2948 I -3 -5 -5 -5 -3 -5 -5 -5 -5 5 1 -5 0 -3 -5 -4 -3 -5 -4 5 0 0 0 0 0 0 0 0 0 35 11 0 2 0 0 0 0 0 0 49 1.18 1.25 2949 Y -3 1 2 -2 -4 -2 -1 -4 0 -1 -2 -1 -3 2 -4 -1 2 3 5 0 1 8 10 2 0 1 4 1 2 4 4 2 0 8 1 3 14 3 25 7 0.48 1.17 2950 I -2 -4 -5 -5 -3 -2 -4 -5 -5 5 1 -3 -1 -1 -4 -4 -2 -4 -3 5 1 0 0 0 0 2 0 0 0 30 13 2 0 2 0 0 1 0 0 46 0.98 1.23 2951 L -2 -2 -2 -4 -3 -4 -2 -5 0 4 4 -4 1 0 -4 -3 -2 -4 -3 2 2 2 2 0 0 0 3 1 2 22 43 0 3 4 0 2 2 0 0 11 0.66 1.14 2952 R -2 2 0 4 -4 0 1 -1 -3 -3 -3 -1 -1 -4 -3 2 -1 -4 -2 1 2 14 5 25 0 4 7 5 0 0 2 3 1 0 0 18 2 0 1 10 0.42 1.12 2953 D -2 -1 2 5 -4 -1 1 -1 -3 -4 -3 -1 -4 -4 -1 2 -1 -5 -1 -1 3 3 8 36 0 2 10 5 0 0 3 2 0 0 3 14 4 0 2 5 0.55 1.12 2954 D -2 0 4 5 -4 1 0 -3 -3 -2 -3 0 -4 -5 -1 1 0 -5 -4 -4 3 6 19 34 0 6 3 0 0 2 2 6 0 0 2 10 7 0 0 0 0.66 1.11 2955 Q -2 1 5 3 -4 3 1 -3 -2 -4 -4 -2 0 -4 -1 0 -2 -4 -1 -3 2 7 31 17 0 16 8 0 0 0 1 0 3 0 3 6 0 0 2 2 0.68 1.07 2956 R 0 5 3 -1 -4 1 -1 -4 -3 -3 1 0 -3 -1 -2 -1 -3 -4 -1 -1 7 31 16 3 0 6 2 0 0 0 15 4 0 2 1 5 0 0 2 4 0.46 1.07 2957 V 1 -4 -2 -4 -3 -4 -4 -4 -4 0 1 -4 0 0 3 -1 0 -5 -3 5 10 0 3 0 0 0 0 0 0 2 11 0 2 3 15 4 6 0 0 43 0.62 1.08 2958 K 0 3 -3 -3 -4 0 2 -4 -3 -4 -4 3 -3 1 3 0 0 -4 0 -2 7 15 0 0 0 4 14 0 0 0 1 17 0 7 17 5 7 0 3 3 0.45 1.02 2959 I -4 -5 -5 -2 -4 -4 -3 -5 -4 4 1 -5 2 6 -2 -4 -3 -3 -1 2 0 0 0 2 0 0 1 0 0 25 14 0 6 35 3 0 0 0 0 13 0.86 1.06 2960 V -1 -4 -4 -4 -3 -1 -2 -5 -4 4 -1 -4 2 -1 -1 -2 2 -4 -3 5 3 0 0 0 0 2 3 0 0 21 4 0 5 2 3 3 13 0 0 41 0.65 1.04 2961 I -2 -4 -2 -5 -4 -4 -4 -5 -4 3 3 -4 -1 5 -2 -1 -1 -3 -2 1 2 0 2 0 0 0 0 0 0 22 27 0 0 26 2 6 4 0 0 8 0.67 1.05 2962 N 0 0 4 1 -4 -2 1 -3 -2 -3 -4 -2 -1 -4 0 2 2 -4 0 -1 6 6 24 7 0 0 8 1 0 0 1 1 2 0 5 15 13 0 4 5 0.41 0.97 2963 E 0 1 3 1 -4 0 2 -1 -2 -4 -4 -2 -3 -4 0 2 0 -4 0 -1 6 9 16 9 0 4 15 4 0 0 1 1 0 0 5 15 6 0 3 4 0.33 0.97 2964 I 0 -1 -4 -2 -4 -3 -4 -4 -4 2 2 -3 1 -1 4 -1 1 -4 -3 0 9 4 0 3 0 0 0 0 0 15 23 0 3 3 21 3 10 0 0 6 0.45 1.03 2965 P -2 -3 1 -3 -4 -1 -1 -4 -4 -3 1 -1 0 -1 6 0 0 -5 -4 -3 2 0 6 0 0 3 4 0 0 0 14 3 3 3 48 7 6 0 0 0 0.97 1.03 2966 D -3 -3 1 4 -4 2 2 -3 1 -4 -5 -2 -4 -5 2 2 1 -5 -4 -2 0 0 7 25 0 8 16 0 3 0 0 0 0 0 10 19 8 0 0 2 0.62 1.02 2967 R -3 1 1 0 -4 3 4 -4 0 -4 0 -2 -3 -4 -1 1 1 -5 -4 -4 0 6 8 3 0 15 30 0 2 0 11 0 0 0 3 11 11 0 0 0 0.50 1.00 2968 V -1 -5 -2 -5 -3 -2 -5 -5 -5 5 0 -4 -1 -3 -5 -4 -1 -5 -4 5 5 0 2 0 0 2 0 0 0 37 7 0 0 0 0 0 3 0 0 43 0.94 1.01 2969 R -3 4 3 -2 -5 1 2 -1 1 -4 -4 1 1 -4 1 -1 -1 -5 -1 -2 0 30 16 0 0 4 12 4 4 0 0 5 4 0 6 4 4 0 3 3 0.51 0.91 2970 G -1 -2 1 1 -5 2 0 3 2 -5 -5 3 -4 -5 2 1 -3 -5 -4 -5 4 0 7 9 0 9 3 24 5 0 0 18 0 0 10 11 0 0 0 0 0.51 0.90 2971 F -2 -3 4 0 -4 0 -1 -4 2 -3 -1 0 -3 5 -4 -2 0 -3 1 0 3 0 24 4 0 4 3 0 6 0 4 5 0 29 0 0 6 0 4 9 0.53 0.90 2972 E 0 2 -3 0 -4 1 4 -4 -3 3 -1 -2 -2 -3 -3 -2 0 -4 0 -1 7 11 0 5 0 7 30 0 0 19 5 0 0 0 0 0 6 0 4 4 0.39 0.82 2973 E 0 -2 -2 4 -5 3 4 -3 -2 -4 -4 2 -3 -5 -3 -2 -1 -5 -4 -4 7 0 0 28 0 14 33 0 0 0 0 11 0 0 0 0 4 0 0 0 0.81 0.82 2974 E -1 0 -2 3 -4 2 4 -4 -2 -3 -3 0 -3 4 -3 0 -3 -3 -2 0 5 5 0 16 0 8 28 0 0 0 0 5 0 19 0 5 0 0 0 7 0.50 0.82 2975 F -3 -4 -4 -5 -3 -4 -4 -5 -3 5 2 -4 -1 4 -4 -1 -1 -2 2 -1 0 0 0 0 0 0 0 0 0 36 21 0 0 24 0 5 4 0 7 0 0.73 0.80 2976 I 3 0 0 -3 -3 1 0 -3 -3 3 -2 -2 -2 0 -3 -2 2 -4 -3 2 28 6 6 0 0 6 5 0 0 17 0 0 0 4 0 0 13 0 0 12 0.30 0.73 2977 H 0 0 -2 0 -4 1 5 -3 2 -4 -4 2 -3 -4 2 1 -2 -4 -3 -4 9 3 0 4 0 4 40 0 6 0 0 14 0 0 9 9 0 0 0 0 0.62 0.73 2978 L -1 1 2 -3 -3 -2 0 -4 -3 2 2 -2 -2 -3 -4 0 3 -4 -3 0 5 8 12 0 0 0 8 0 0 13 21 0 0 0 0 7 21 0 0 4 0.31 0.77 2979 L -1 -4 1 -4 -3 -4 -4 -1 -4 -1 4 -4 -1 4 -4 -3 0 -3 -1 -2 5 0 8 0 0 0 0 4 0 0 54 0 0 21 0 0 7 0 0 0 0.67 0.77 2980 S -2 2 -2 0 -3 0 0 -1 -2 -4 -4 -2 -3 0 -3 4 2 -4 1 -3 0 11 0 5 0 5 7 5 0 0 0 0 0 4 0 42 16 0 6 0 0.51 0.77 2981 N 1 -2 5 -2 -4 3 0 1 -2 -1 -3 2 -3 -5 -3 -2 -2 -5 -4 -4 12 0 39 0 0 19 5 8 0 4 3 11 0 0 0 0 0 0 0 0 0.65 0.77 2982 I 2 -3 -3 -4 -3 -3 -3 1 -3 3 0 -1 1 3 -3 0 -2 -3 -2 0 23 0 0 0 0 0 0 11 0 20 5 5 4 15 0 6 0 0 0 6 0.33 0.72 2983 T -2 -3 -2 -3 -3 -3 -3 0 -3 -3 -3 -3 -2 4 1 0 5 -3 -2 -2 0 0 0 0 0 0 0 9 0 0 1 0 0 22 7 6 52 0 0 0 0.74 0.72 2984 G -2 0 0 0 -4 1 -1 5 -2 -4 -2 -2 -3 -3 -3 -2 -3 -3 2 -4 1 6 4 4 0 9 4 54 0 1 4 1 0 0 1 1 1 0 9 1 0.74 0.69 2985 A 2 0 -2 -3 3 -2 -2 -3 1 -1 2 -2 5 -2 -3 0 0 -3 -2 -1 18 6 1 1 6 1 1 1 4 1 20 1 22 1 1 9 6 0 1 1 0.37 0.64 2986 I -2 0 -2 -1 -2 -2 -2 -3 -3 3 0 -2 -1 -2 -3 -2 3 -3 1 3 1 7 1 5 0 1 1 1 0 18 6 1 0 1 1 1 27 0 5 21 0.37 0.63 2987 V 0 -4 -4 -4 8 -3 -4 -4 -4 1 -2 -4 -2 -3 -4 0 1 -4 -3 3 6 0 0 0 38 0 0 0 0 9 1 0 0 0 0 5 9 0 0 30 0.96 0.72 2988 N -3 -3 6 1 -4 -2 0 0 -2 2 -3 -2 -3 -3 -3 -2 -2 -4 1 0 0 0 49 7 0 0 7 5 0 14 1 0 0 0 0 0 0 0 6 9 0.69 0.72 2989 T -2 -4 -4 -4 -3 -3 -4 -1 -4 5 1 -3 -1 -2 1 0 0 -4 -3 3 0 0 0 0 0 0 0 7 0 47 8 0 0 0 6 7 5 0 0 17 0.59 0.72 2990 D -3 -2 -1 6 -4 -2 1 -3 -3 0 -1 2 -3 -4 -3 -2 -2 -5 -4 -1 0 0 0 56 0 0 5 0 0 7 8 15 0 0 0 0 0 0 0 6 0.84 0.72 2991 N 0 0 0 3 -4 4 2 0 -2 -4 -4 -1 -3 -4 -3 0 1 -4 -3 -3 9 5 3 19 0 26 15 7 0 0 1 0 0 0 0 6 8 0 0 0 0.51 0.72 2992 V 0 -4 -4 0 -3 -3 -2 -4 -4 4 0 -4 2 -3 -4 -3 1 -4 -3 4 9 0 0 5 0 0 3 0 0 32 6 0 5 0 0 0 11 0 0 29 0.56 0.77 2993 Q -3 3 -2 2 -4 4 1 -4 -2 -2 1 -1 -2 -3 -3 -2 -2 3 -3 1 0 21 0 13 0 21 8 0 0 0 17 0 0 0 0 0 0 5 0 11 0.46 0.72 2994 F -3 1 -3 -3 -4 0 -3 -4 -2 -3 -3 2 1 3 3 -3 0 3 4 0 0 7 0 0 0 5 0 0 0 0 0 13 4 15 18 0 6 5 19 6 0.54 0.73 2995 H 2 -3 1 2 -4 -2 -2 0 6 0 -3 -3 2 -2 -4 -2 0 -3 3 -3 18 0 6 14 0 0 0 8 26 6 0 0 7 0 0 0 5 0 11 0 0.56 0.77 2996 V -2 -3 -1 -3 -3 -2 2 0 -3 3 0 0 -2 -3 -4 1 2 -5 -3 2 0 0 3 0 0 0 14 7 0 19 8 6 0 0 0 15 12 0 0 16 0.28 0.77 2997 D 1 -3 2 6 -4 -2 1 1 -3 -5 -5 -2 -4 -5 -3 0 -2 -5 -4 -4 15 0 10 53 0 0 7 8 0 0 0 0 0 0 0 6 0 0 0 0 0.93 0.77 2998 K 2 -2 -2 1 -3 -2 1 -3 3 -4 -4 1 0 -4 4 3 -2 -4 -3 -3 19 0 0 8 0 0 9 0 8 0 1 8 3 0 20 22 0 0 0 0 0.52 0.72 2999 K 0 -2 3 2 -4 -2 -2 -3 2 -1 -1 1 -3 -1 -3 0 3 -4 0 -1 9 0 17 11 0 0 0 0 6 4 5 11 0 3 0 7 21 0 3 3 0.31 0.77 3000 G 1 -4 -2 -3 2 -3 -4 6 -4 -5 -5 -3 -4 -5 -4 0 -1 -4 -5 -4 13 0 0 0 6 0 0 71 0 0 0 0 0 0 0 7 3 0 0 0 1.24 0.77 3001 R 1 5 -3 -3 -4 -2 0 -2 -3 2 0 -1 -2 -4 -4 1 -2 -5 -3 1 11 38 0 0 0 0 6 3 0 13 7 0 0 0 0 11 0 0 0 11 0.47 0.77 3002 V 1 -3 -3 -3 -3 1 2 -4 -4 3 0 -3 2 -3 -4 -1 0 -4 -3 3 15 0 0 0 0 6 14 0 0 16 6 0 6 0 0 5 5 0 0 28 0.39 0.77 3003 N -1 4 4 2 -4 0 -2 -3 -2 -4 -2 -1 0 -4 -3 2 1 -5 -4 -4 3 25 23 13 0 4 0 0 0 0 4 0 4 0 0 17 8 0 0 0 0.55 0.77 3004 F 0 0 0 2 -4 1 1 -3 -2 -3 0 -2 3 1 0 0 0 -2 4 -3 6 6 4 11 0 8 8 0 0 0 10 0 8 5 5 5 6 0 15 0 0.23 0.73 3005 A 2 -3 2 4 -4 -2 0 -1 -3 0 -4 -3 -3 -4 0 0 1 -5 0 -3 25 0 12 28 0 0 3 4 0 7 0 0 0 0 5 3 9 0 4 0 0.46 0.77 3006 Q -1 3 -3 -4 -4 2 -2 -4 3 -1 0 2 4 1 -4 0 -3 5 -2 -3 5 17 0 0 0 13 0 0 9 4 8 13 13 6 0 6 0 8 0 0 0.45 0.77 3007 T 0 -3 -2 -3 5 -3 -3 -3 -4 0 -3 -3 -3 -4 1 1 6 -4 -4 -2 4 0 0 0 15 0 0 0 0 6 0 0 0 0 6 11 58 0 0 0 0.92 0.77 3008 E -3 -3 -1 6 -5 0 4 -4 -2 -4 -1 -2 -3 -4 -3 -2 -3 -4 1 -1 0 0 0 47 0 3 32 0 0 0 6 0 0 0 0 0 0 0 5 6 0.94 0.77 3009 L -3 -4 -4 -4 -3 -3 0 -5 -4 3 3 -4 5 -2 -4 -4 -2 -4 -3 3 0 0 0 0 0 0 7 0 0 13 30 0 22 0 0 0 0 0 0 29 0.74 0.73 3010 L -3 4 -3 0 -4 2 -2 -4 2 -3 0 -2 1 1 -4 -3 0 4 4 -3 0 24 0 6 0 13 0 0 4 0 12 0 4 7 0 0 7 5 17 0 0.50 0.73 3011 I 3 -4 -3 0 -3 -3 -3 0 -4 1 -2 -3 2 3 -4 -2 0 5 -2 2 26 0 0 7 0 0 0 7 0 6 0 0 7 14 0 0 5 8 0 20 0.42 0.73 3012 H -3 -3 -2 0 -5 -2 -2 -4 9 0 -4 -3 -3 -1 -4 -3 -3 -2 5 -3 0 0 0 7 0 0 0 0 60 7 0 0 0 0 0 0 0 0 26 0 1.50 0.73 3013 V 2 -4 -4 -5 -3 -4 -4 -4 -3 -1 2 -4 -1 6 -4 -3 -3 -2 0 0 24 0 0 0 0 0 0 0 0 0 19 0 0 51 0 0 0 0 0 6 0.92 0.73 3014 V -3 -4 -5 -5 -3 -4 -5 -5 -5 5 0 -4 2 1 -4 -4 -2 -4 -2 5 0 0 0 0 0 0 0 0 0 45 0 0 6 7 0 0 0 0 0 42 0.98 0.73 3015 N -3 3 4 5 -5 2 -1 -3 -2 -4 -4 0 -3 0 -3 -2 -2 -4 -3 -4 0 16 27 35 0 10 0 0 0 0 0 4 0 6 0 0 0 0 0 0 0.79 0.70 3016 R -1 1 -2 2 -3 1 1 -3 -2 0 -3 1 1 -3 5 -2 -2 -4 -3 -2 5 10 1 13 0 7 8 1 0 7 1 7 5 0 31 1 1 0 0 1 0.58 0.63 3017 D -2 -1 3 4 -3 2 -1 -2 -2 -3 -3 2 -3 -4 -2 1 2 -4 -3 -3 1 1 17 29 0 12 1 1 0 1 1 13 0 0 1 7 14 0 0 1 0.56 0.63 3018 T -2 -2 1 1 -2 -2 0 0 -2 0 -1 -2 2 -3 -2 -1 5 -3 -3 -2 1 1 7 10 0 1 5 7 0 5 7 1 7 1 1 1 43 0 1 1 0.43 0.61 3019 N -2 -1 5 -1 -4 2 0 0 -2 -1 -4 2 -3 -4 0 1 -2 -4 -3 -3 0 0 38 0 0 9 6 7 0 4 1 15 0 0 5 13 0 0 0 0 0.58 0.68 3020 R -2 2 -2 -2 -3 4 2 -3 -2 -3 -3 2 1 -3 1 0 -2 -3 -3 0 1 14 1 1 0 21 15 1 0 1 1 15 5 0 6 7 1 0 0 9 0.42 0.64 3021 I 2 -3 -3 -4 -3 -3 -3 -3 -4 4 0 -3 -1 1 1 -1 1 -4 -2 2 19 0 0 0 0 0 0 0 0 30 6 0 0 7 8 5 9 0 0 14 0.40 0.68 3022 L 0 -4 -4 -4 3 -3 -4 -4 -4 2 3 -4 -1 -2 -4 -3 -2 -4 -3 4 9 0 0 0 8 0 0 0 0 8 35 0 0 0 0 0 0 0 0 36 0.63 0.68 3023 D -2 0 3 3 -3 -1 2 -2 -2 -3 -3 -1 -3 -3 4 0 1 -3 -3 -3 2 5 15 20 0 1 14 2 0 1 2 1 0 1 21 6 8 0 1 1 0.53 0.56 3024 V 2 1 -3 -3 -2 -2 -2 -1 -3 0 0 -2 -1 -2 -2 -2 -1 -3 -2 4 22 9 1 1 0 1 1 5 0 1 8 1 0 1 1 1 1 0 1 43 0.40 0.56 3025 D -2 -2 3 5 -3 -1 3 -2 3 -3 -3 -1 -3 -3 -2 0 -2 -3 -3 -3 1 1 15 34 0 1 23 1 8 1 2 1 0 1 1 7 1 0 1 1 0.68 0.56 3026 R -2 4 0 -1 -3 3 4 -3 -1 -3 -3 0 1 -3 -2 0 -2 -3 -3 -3 1 28 5 1 0 12 31 1 0 1 2 1 5 1 1 7 1 0 1 1 0.57 0.56 3027 V 0 -3 -3 -3 -2 -3 -3 -3 -3 4 2 -3 0 -2 -3 -1 -2 -3 -2 3 9 1 1 1 0 1 1 1 0 34 17 1 0 1 1 6 1 0 1 23 0.47 0.56 3028 I -2 -3 -3 -1 -3 2 -2 -4 -3 3 3 -3 -1 2 0 0 -2 -3 -2 1 1 0 0 5 0 12 1 1 0 16 34 1 0 9 5 8 1 0 0 8 0.34 0.62 3029 Q 0 2 1 -2 -3 4 1 -3 -2 -2 -1 2 -2 -3 1 -2 -2 -4 -3 1 8 12 8 0 0 20 10 1 0 0 5 13 0 0 8 1 1 0 0 12 0.33 0.62 3030 M 0 -3 -3 0 -3 0 1 -3 -3 -1 2 -2 5 3 -3 -2 0 -3 -2 0 7 0 0 5 0 5 11 1 0 0 24 1 21 14 0 1 5 0 0 4 0.37 0.62 3031 I 0 0 -3 -4 -3 1 -3 -4 -3 3 3 -3 0 -2 -1 -3 -2 -3 -3 1 9 5 0 0 0 8 1 1 0 24 39 1 0 0 4 1 1 0 0 6 0.44 0.62 3032 D -1 3 -1 5 -4 -1 1 -3 -2 -1 -3 -1 -3 -4 -3 0 1 -4 -3 -3 4 17 0 44 0 0 6 1 0 5 1 1 0 0 0 8 11 0 0 1 0.65 0.62 3033 E 0 0 1 0 -3 1 3 1 -2 -3 -3 -1 2 -3 -3 2 1 -4 -3 0 6 5 7 5 0 5 20 9 0 0 1 1 8 0 0 17 8 0 0 6 0.26 0.62 3034 N -2 1 3 3 -4 1 0 -3 3 -1 -1 3 -3 -4 -3 1 -2 -5 -3 -3 0 7 15 16 0 6 3 0 7 4 6 23 0 0 0 12 0 0 0 0 0.44 0.68 3035 K 0 -1 1 -3 -4 3 0 -3 -2 -1 0 3 -2 -3 -3 -2 2 -3 2 0 7 0 6 0 0 19 4 0 0 3 8 21 0 0 0 0 14 0 10 7 0.32 0.68 3036 E -3 -2 -2 4 -4 3 3 -4 -3 1 1 -2 -2 -3 -3 -2 0 -4 -4 -2 0 0 0 24 0 18 24 0 0 9 19 0 0 0 0 0 6 0 0 0 0.55 0.68 3037 Q -1 -2 -2 3 -4 3 -1 -3 -2 -1 0 2 -2 0 -3 1 0 -4 1 -3 4 0 0 17 0 20 0 0 0 4 10 15 0 6 0 14 6 0 5 0 0.32 0.68 3038 L -3 1 -4 -4 -3 0 -3 -5 2 3 4 -3 0 -2 -4 -3 -1 -4 -3 -1 0 11 0 0 0 4 0 0 7 17 55 0 0 0 0 0 4 0 0 0 0.64 0.68 3039 R -1 6 1 1 -4 3 -1 -3 -2 -4 -3 1 2 -4 -3 -1 -2 -4 -3 -4 6 50 8 7 0 13 0 0 0 0 0 5 7 0 0 4 0 0 0 0 0.78 0.68 3040 N -3 1 2 3 -4 1 1 -3 -2 -4 -1 2 -3 -4 1 0 1 -5 -4 -3 0 7 10 20 0 7 7 0 0 0 9 17 0 0 7 5 10 0 0 0 0.39 0.68 3041 L -1 -3 -3 1 -3 -3 -3 -4 -3 2 4 -3 0 -1 -4 -1 -2 -3 2 0 4 0 0 9 0 0 0 0 0 12 52 0 0 0 0 5 0 0 10 5 0.52 0.64 3042 F -3 1 0 -3 -3 0 -1 -4 -2 -1 2 -3 -1 6 -4 -3 -3 -2 2 1 0 8 6 0 0 5 5 0 0 0 18 0 0 37 0 0 0 0 5 14 0.53 0.64 3043 R 0 4 -2 -2 -4 4 1 -3 -2 -3 0 1 -2 -4 -3 0 0 -4 -3 -3 10 24 0 0 0 23 9 0 0 0 13 7 0 0 0 7 6 0 0 0 0.47 0.68 3044 N -2 0 4 -2 -4 -2 0 3 -3 -3 0 1 -3 -4 1 -2 1 -5 -4 0 0 4 23 0 0 0 7 22 0 0 11 7 0 0 8 0 9 0 0 7 0.36 0.68 3045 Y -3 -3 -3 -1 -4 0 0 0 -2 -2 1 -3 1 4 -4 1 -3 -1 5 -3 0 0 0 4 0 5 6 7 0 0 13 0 5 18 0 13 0 0 29 0 0.52 0.68 3046 N 0 0 4 -2 -3 0 -2 0 -2 -2 1 -2 -2 -3 -3 2 0 -4 -3 -1 5 5 26 0 0 5 1 8 0 0 19 0 0 0 0 16 6 0 0 5 0.31 0.62 3047 V -3 -4 -5 -5 -3 -4 -4 -5 -4 3 3 -4 3 1 0 -4 -2 -3 2 3 0 0 0 0 0 0 0 0 0 14 30 0 7 4 6 0 0 0 8 30 0.61 0.68 3048 L -1 1 -3 -3 -3 3 0 0 -3 1 2 -2 2 -3 -4 -2 2 -4 -3 1 4 8 0 0 0 16 5 9 0 6 20 0 6 0 0 0 13 0 0 13 0.25 0.65 3049 D -2 -2 2 5 -4 -1 2 -3 -2 -3 -1 -2 -3 -4 -3 1 1 -4 -3 -1 1 0 11 35 0 0 18 0 0 0 8 0 0 0 0 9 10 0 0 6 0.54 0.61 3050 V 0 -3 -2 -3 -2 -2 0 2 -3 -1 1 -2 -1 -3 -3 -1 2 -3 -3 3 9 1 0 1 0 0 9 18 0 1 15 1 0 0 1 1 18 0 0 25 0.29 0.58 3051 Q -2 -2 1 1 -3 3 0 1 -2 -2 -1 -2 -2 2 1 1 -2 -3 -2 1 1 1 6 9 0 15 6 10 0 1 6 1 0 12 7 13 1 0 0 12 0.20 0.58 3052 P 1 1 -2 2 -3 1 -1 -3 -2 -3 -3 -1 -3 -4 6 -1 0 -4 -3 -3 14 10 0 11 0 8 1 1 0 1 1 1 0 0 45 1 4 0 0 1 0.92 0.58 3053 A 3 1 -2 -2 -3 -2 0 -1 -3 1 1 -2 -2 1 1 1 -2 -3 -2 -2 28 9 0 1 0 0 8 5 0 10 13 1 0 6 8 9 1 0 0 1 0.21 0.58 3054 I 0 0 -2 -2 -3 -2 1 -3 -2 1 1 -2 -1 -2 -3 2 -1 -2 3 2 7 5 1 1 0 0 13 1 0 7 15 1 0 0 1 16 1 0 11 19 0.22 0.58 3055 S 0 -2 -2 1 -3 1 1 -3 -2 0 0 -2 -2 -3 1 2 3 -3 -3 -2 7 1 1 9 0 8 10 1 0 6 9 1 0 0 8 17 21 0 0 1 0.27 0.58 3056 V 0 -2 -2 -2 -2 -2 0 1 -3 3 0 -2 -1 -2 0 -1 3 -3 -2 2 7 1 1 1 0 1 7 12 0 18 6 1 0 1 5 1 20 0 1 16 0.23 0.53 3057 R 1 2 -2 -2 -2 2 -2 0 -2 1 0 -1 -1 -2 2 -1 0 -3 -2 1 13 14 1 1 0 12 1 6 0 10 10 1 0 1 9 1 7 0 1 11 0.18 0.53 3058 L -1 -2 -2 -3 -2 -2 -2 -3 -3 1 3 -2 0 -2 -2 1 2 -3 -2 2 2 1 1 1 0 1 1 1 0 9 34 1 0 1 1 12 19 0 1 12 0.34 0.52 3059 P 0 -2 -2 -2 -4 4 1 2 -2 -4 -4 -1 -3 -4 5 -1 0 -4 -3 -3 9 0 0 0 0 24 8 15 0 0 1 0 0 0 32 1 7 0 0 0 0.75 0.60 3060 D -2 -2 -1 5 -3 1 2 1 -2 -3 -3 -1 -3 -3 2 1 -2 -3 -3 -3 2 1 1 34 0 6 17 12 0 1 2 1 0 1 9 9 1 0 1 1 0.52 0.51 3061 D 2 -2 -1 4 -3 -1 4 0 -2 -3 -2 -2 -3 -4 -2 0 -2 -4 -3 -3 21 0 0 27 0 0 31 6 0 0 5 0 0 0 0 5 0 0 0 0 0.56 0.60 3062 M 1 -3 -3 0 -3 -3 -3 -1 -3 1 2 -3 4 2 -3 -2 0 -3 -2 1 16 0 0 7 0 0 0 5 0 6 21 0 15 11 0 1 6 0 0 10 0.29 0.60 3063 S 0 -2 -1 4 -3 2 1 -3 -2 -4 -4 -2 -3 1 -3 3 2 -4 -3 -3 5 0 0 24 0 10 6 0 0 0 0 0 0 8 0 32 14 0 0 0 0.54 0.65 3064 A 2 -2 -2 0 -3 -2 1 0 -3 -3 0 2 -2 1 0 1 1 -4 -3 -2 22 0 0 5 0 0 8 5 0 0 11 15 0 8 5 9 11 0 0 0 0.22 0.65 3065 L 1 1 -3 0 -3 1 -3 -4 -3 1 2 -2 3 -3 -4 -1 -2 -4 -3 2 16 10 0 5 0 8 0 0 0 9 21 0 8 0 0 5 0 0 0 18 0.29 0.65 3066 Q 1 -2 -2 -3 -3 4 -2 -3 -3 -2 1 1 -2 -3 1 2 -2 -4 -3 2 10 0 0 0 0 23 0 0 0 0 14 9 0 0 8 18 0 0 0 18 0.35 0.65 3067 M 1 -3 -4 -4 -3 1 -3 -4 -4 3 3 -3 3 -2 -4 -3 0 -4 -3 2 16 0 0 0 0 8 0 0 0 19 33 0 7 0 0 0 5 0 0 12 0.47 0.65 3068 A 2 -3 1 -3 -3 0 -3 1 -2 0 -3 -3 -2 -2 -3 0 1 -2 5 -1 22 0 8 0 0 5 0 13 0 6 0 0 0 0 0 8 10 0 23 5 0.38 0.65 3069 I 1 -4 -5 -5 -3 -4 -4 -4 -4 5 3 -4 0 2 -4 -3 -2 -4 -2 2 15 0 0 0 0 0 0 0 0 38 27 0 0 8 0 0 0 0 0 12 0.64 0.65 3070 I 0 -4 -5 -5 -3 -4 -4 -5 -3 5 3 -4 0 -1 -4 -3 -2 -3 3 1 9 0 0 0 0 0 0 0 0 40 31 0 0 0 0 0 0 0 15 5 0.69 0.65 3071 V 3 -4 -4 -5 -3 -4 -4 -4 -4 3 -1 -4 -1 2 -4 -2 -2 5 -2 4 26 0 0 0 0 0 0 0 0 20 0 0 0 9 0 0 0 8 0 36 0.65 0.65 3072 L 2 -4 -4 -5 -3 -3 -4 0 -4 2 4 -4 0 -2 -4 -3 -2 -3 1 1 18 0 0 0 0 0 0 8 0 9 49 0 0 0 0 0 0 0 5 11 0.52 0.65 3073 A 3 -4 -4 -4 -2 -3 -4 -3 -4 2 2 -3 -1 2 -4 -2 -2 -4 -2 3 36 0 0 0 0 0 0 0 0 9 18 0 0 8 0 0 0 0 0 28 0.54 0.65 3074 I 2 -4 -4 -4 -3 -3 -4 1 -4 5 1 -3 -1 -2 -4 0 -2 -4 -3 1 16 0 0 0 0 0 0 12 0 41 13 0 0 0 0 9 0 0 0 8 0.49 0.65 3075 L 1 -4 -4 -4 -3 -3 -4 -4 -4 1 4 -3 0 -2 -4 -2 2 -4 -3 2 15 0 0 0 0 0 0 0 0 5 45 0 0 0 0 0 16 0 0 19 0.56 0.65 3076 L 3 -4 -4 -4 5 -3 -4 -1 -4 1 3 -3 -1 1 -4 -1 -2 -3 -2 -1 29 0 0 0 14 0 0 5 0 8 31 0 0 8 0 5 0 0 0 0 0.49 0.65 3077 F 1 -4 -5 -5 4 -4 -4 -4 -4 1 3 -4 -1 5 -4 -3 -3 -2 -1 0 13 0 0 0 9 0 0 0 0 5 36 0 0 31 0 0 0 0 0 6 0.69 0.65 3078 L 1 -4 -4 -5 -3 -4 -4 -4 -4 2 4 -4 0 -2 -4 -3 0 -4 -3 3 15 0 0 0 0 0 0 0 0 9 47 0 0 0 0 0 5 0 0 23 0.62 0.65 3079 A 1 -4 -4 -4 6 -4 -4 2 -4 1 2 -4 -1 -3 2 -2 -3 -4 -4 0 12 0 0 0 20 0 0 19 0 8 27 0 0 0 9 0 0 0 0 5 0.54 0.65 3080 A 3 -3 -3 -4 -3 -3 -3 1 -4 1 1 -3 -2 -3 -3 0 0 -4 -3 2 36 0 0 0 0 0 0 13 0 6 14 0 0 0 0 8 5 0 0 19 0.41 0.65 3081 M -3 -4 -5 -5 3 -4 -5 -5 -4 4 3 -4 4 1 -4 -4 -2 -4 -2 2 0 0 0 0 9 0 0 0 0 34 26 0 15 5 0 0 0 0 0 12 0.74 0.65 3082 L -2 -4 -4 -4 -3 -3 -4 -1 -4 0 4 -4 3 -2 -4 0 -2 -4 -3 2 0 0 0 0 0 0 0 5 0 0 58 0 8 0 0 11 0 0 0 18 0.65 0.65 3083 F -2 -4 -4 -5 -3 -4 -4 -5 -4 3 2 -4 -1 5 -4 0 -2 -2 -1 3 0 0 0 0 0 0 0 0 0 17 16 0 0 32 0 9 0 0 0 26 0.66 0.60 3084 V -2 -4 -5 -5 -3 -3 -4 -5 -4 3 3 -4 5 -2 -4 -4 -2 -4 -3 4 0 0 0 0 0 0 0 0 0 18 32 0 17 0 0 0 0 0 0 33 0.77 0.60 3085 L 0 -4 -4 -4 4 -3 -4 -4 -4 0 4 -4 0 -2 -4 -2 2 -4 -3 3 7 0 0 0 9 0 0 0 0 0 44 0 0 0 0 0 14 0 0 26 0.59 0.60 3086 M -3 -4 -5 -5 -3 -4 -4 -5 -4 3 3 -4 4 3 -4 -4 -2 -3 -2 2 0 0 0 0 0 0 0 0 0 19 36 0 16 13 0 0 0 0 0 15 0.72 0.60 3087 N 1 -3 1 -3 -3 -2 -3 -3 -3 1 -1 -3 -2 1 -3 3 2 5 -2 0 10 0 9 0 0 0 0 0 0 12 4 0 0 8 0 28 12 10 0 8 0.36 0.55 3088 W -3 -4 -4 -5 5 -4 -4 -5 -3 2 -1 -4 -1 5 -5 -3 -3 5 3 1 0 0 0 0 16 0 0 0 0 18 0 0 0 33 0 0 0 9 12 12 0.86 0.55 3089 Y -2 3 -3 -3 -3 -2 -3 -4 -2 3 -1 1 -1 3 -4 1 -2 -2 3 2 0 18 0 0 0 0 0 0 0 20 0 9 0 14 0 11 0 0 11 18 0.35 0.50 3090 Y -2 -3 -3 -3 -3 3 -2 -4 -2 4 -1 -2 -1 1 -4 -2 0 -2 2 2 0 0 0 0 0 22 0 0 0 33 0 0 0 7 0 0 7 0 11 20 0.48 0.50 3091 R -2 7 -2 -3 -5 0 -1 -3 -2 -4 -4 1 -3 -4 -3 0 -2 -4 -3 -4 0 93 0 0 0 0 0 0 0 0 0 0 0 0 0 7 0 0 0 0 1.39 0.50 3092 T 0 -2 2 -2 -3 -2 -2 -3 -3 -2 0 1 -2 -3 -3 2 4 -4 -3 -2 7 0 11 0 0 0 0 0 0 0 11 11 0 0 0 15 44 0 0 0 0.48 0.50 3093 V 2 -2 2 -2 -2 -2 -2 -2 -3 0 1 0 2 -3 -3 2 1 -4 -3 0 18 0 11 0 0 0 0 0 0 5 16 6 7 0 0 23 9 0 0 5 0.25 0.50 3094 H -3 -2 2 -3 -3 -2 -3 -4 4 -2 3 0 -1 0 -4 -2 -2 -1 6 -2 0 0 16 0 0 0 0 0 11 0 34 6 0 0 0 0 0 0 34 0 0.62 0.50 3095 K -2 2 6 0 -3 0 1 -2 -1 -3 -3 2 -2 -3 -2 -1 -1 -3 -3 -3 1 12 52 1 0 1 12 1 0 1 1 11 0 1 1 1 1 0 1 1 0.70 0.42 3096 R -3 7 -2 -3 -5 0 -1 -4 -2 -4 -4 1 -3 -4 -3 -2 -2 -4 -3 -4 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.54 0.50 3097 K -2 5 -2 -2 -5 4 -1 -3 -1 -4 -4 4 -2 -4 -3 -2 -2 -4 -3 -4 0 47 0 0 0 20 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0.99 0.50 3098 L -3 -3 -5 -5 -3 -3 -4 -5 -4 0 5 -4 3 -1 -4 -4 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 0 93 0 7 0 0 0 0 0 0 0 1.05 0.50 3099 K -2 4 -1 -1 -5 4 4 -3 -1 -4 -4 3 -3 -4 -3 -2 -2 -4 -3 -4 0 22 0 0 0 20 32 0 0 0 0 26 0 0 0 0 0 0 0 0 0.81 0.50 3100 A 5 -3 -3 -3 -2 -2 -2 -1 3 -2 -3 -2 -2 -3 -2 0 -1 -4 -2 0 85 0 0 0 0 0 0 0 11 0 0 0 0 0 0 0 0 0 0 4 0.88 0.50 3101 I -3 -4 -5 -5 -3 -3 -4 -5 -4 4 4 -4 5 -1 -4 -4 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 33 49 0 18 0 0 0 0 0 0 0 0.82 0.50 3102 V 1 -2 -1 -2 -2 -1 -1 -2 -2 -2 -2 1 -2 -3 -2 4 2 -3 -3 1 12 0 0 0 0 0 1 1 0 0 1 12 0 0 0 43 16 0 0 11 0.44 0.45 3103 A 4 -2 -2 -3 -2 0 -2 -2 -2 -1 -1 1 5 -2 -2 -1 -1 -3 -2 0 45 0 0 0 0 5 1 1 0 0 1 10 27 0 0 1 1 0 0 7 0.49 0.45 3104 G 1 -2 -1 0 -2 -2 -2 3 -2 -3 -3 0 -2 -2 -2 -1 3 -2 2 -2 14 1 0 6 0 0 1 26 0 1 1 7 0 0 1 1 30 0 10 1 0.38 0.39 3105 S -1 2 -1 -2 -3 0 -1 -2 -2 -4 -4 4 -3 -4 -2 4 -1 -4 -3 -3 0 8 0 0 0 0 0 0 0 0 0 42 0 0 0 50 0 0 0 0 0.71 0.44 3106 A 2 -2 -2 -2 -3 -2 1 -2 -1 -3 -3 -2 -2 2 -3 1 1 -1 5 -2 27 0 0 0 0 0 13 0 0 0 0 0 0 7 0 10 13 0 29 0 0.48 0.44 3107 G 1 -3 -2 -2 -3 1 -2 5 -3 -4 -2 -2 -3 -4 -3 -1 1 -4 -4 -3 13 0 0 0 0 10 0 62 0 0 5 0 0 0 0 0 10 0 0 0 0.81 0.44 3108 N -2 2 5 5 -4 -1 0 -2 -1 -4 -4 -1 -4 -4 -3 1 -1 -5 -4 -4 0 13 32 42 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0.84 0.44 3109 R -1 5 -1 -2 -3 -1 -1 -3 -2 -4 -3 2 -2 1 -3 3 -1 -3 -2 -3 0 45 0 0 0 0 0 0 0 0 0 13 0 10 0 32 0 0 0 0 0.66 0.44 3110 G 1 -3 -2 -3 -3 -2 -3 5 -3 -2 -2 -2 3 -3 -3 -1 1 -4 -3 -1 14 0 0 0 0 0 0 54 0 0 0 0 13 0 0 0 13 0 0 5 0.72 0.44 3111 F 1 -3 -3 -4 -3 -3 -3 2 -2 -1 2 -3 -1 3 -3 0 -2 -2 3 -2 13 0 0 0 0 0 0 20 0 0 32 0 0 12 0 10 0 0 13 0 0.36 0.44 3112 I 1 -2 4 -1 -3 2 -2 -2 -2 4 -1 -2 -1 -3 -3 -1 -1 -4 -3 0 14 0 32 0 0 13 0 0 0 37 0 0 0 0 0 0 0 0 0 0 0.45 0.42 3113 D -1 4 -1 2 -3 0 2 1 -1 -3 -3 0 -2 -3 -2 1 -1 -3 -2 -3 2 33 1 13 0 1 14 15 0 1 2 1 0 1 1 11 1 0 1 1 0.41 0.35 3114 I -1 -2 -2 -3 -2 -2 -2 -3 -3 2 0 -2 2 -2 -2 -2 1 -3 -2 4 2 1 1 1 0 1 1 1 0 13 2 1 8 1 1 1 11 0 1 52 0.45 0.35 3115 M -2 1 -3 -3 -2 -2 -3 0 -3 2 3 -2 5 -1 -3 -2 -2 -2 -2 0 1 11 1 1 0 1 1 8 0 15 30 1 26 1 1 1 1 0 0 1 0.39 0.37 3116 D 4 -3 1 2 -3 -2 -2 2 -3 0 -3 -2 -3 -4 3 -1 -2 -4 -3 -2 44 0 10 12 0 0 0 13 0 7 0 0 0 0 13 0 0 0 0 0 0.47 0.44 3117 M 4 -3 -3 -4 -2 -2 -3 -2 -3 2 -1 -3 3 -2 -3 -1 -1 -4 -3 3 52 0 0 0 0 0 0 0 0 13 0 0 12 0 0 0 0 0 0 23 0.54 0.44 3118 P -2 -3 -3 -3 -4 -2 -2 -3 -3 -4 -4 -2 -4 -5 8 -2 -2 -5 -4 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.51 0.44 3119 N -1 -3 4 -2 -4 -2 -3 5 -2 -4 -5 -2 -4 -4 -3 -1 1 -4 -4 -4 0 0 25 0 0 0 0 65 0 0 0 0 0 0 0 0 10 0 0 0 1.04 0.44 3120 T -1 -2 -1 -2 -2 -2 -2 -3 -3 -2 -2 -2 -2 -3 -2 0 7 -4 -3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 1.15 0.44 3121 N -3 -2 8 0 -4 -1 -1 -2 0 -5 -5 -1 -3 -4 -3 0 -1 -5 -3 -4 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.48 0.44 3122 K -2 1 -2 -2 -4 0 -1 -3 -2 1 -2 6 3 -3 -3 -2 -2 -4 -3 -2 0 0 0 0 0 0 0 0 0 10 0 77 13 0 0 0 0 0 0 0 0.81 0.44 3123 Y -3 -2 -1 -3 -4 -1 -2 -4 8 -3 -3 -2 -2 2 -4 -2 -3 -1 5 -4 0 0 0 0 0 0 0 0 65 0 0 0 0 10 0 0 0 0 25 0 1.36 0.44 3124 S 3 -2 2 -2 -2 -2 -2 -1 -2 -3 -3 -2 -2 -4 -2 3 2 -4 -3 -2 38 0 13 0 0 0 0 0 0 0 0 0 0 0 0 35 14 0 0 0 0.58 0.44 3125 F -2 -3 -4 -4 -2 -3 -4 -4 -4 3 0 -3 3 2 -4 -2 2 -3 -1 4 0 0 0 0 0 0 0 0 0 18 0 0 13 12 0 0 13 0 0 44 0.56 0.44 3126 D -2 -1 -1 3 -5 1 6 -3 -1 -4 -4 2 -3 -5 -2 -1 -2 -4 -3 -4 0 0 0 12 0 0 75 0 0 0 0 13 0 0 0 0 0 0 0 0 1.05 0.44 3127 G -1 2 -2 -3 -4 -2 -3 6 -3 -5 -5 -2 -4 -4 -3 -1 -3 -4 -4 -4 0 13 0 0 0 0 0 87 0 0 0 0 0 0 0 0 0 0 0 0 1.34 0.44 3128 A 3 -2 -1 -2 -2 -1 -1 -1 -2 -3 -3 -1 -3 -4 -2 5 0 -4 -3 -2 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 75 0 0 0 0 0.82 0.44 3129 N -3 -2 8 0 -4 -1 -1 -2 0 -5 -5 -1 -3 -4 -3 0 -1 -5 -3 -4 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.48 0.44 3130 P -2 -3 -3 -3 -4 -2 -2 -3 -3 -4 -4 -2 -4 -5 8 -2 -2 -5 -4 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.51 0.44 3131 V -2 -4 -4 -4 -2 -3 -4 -5 -4 6 0 -4 4 -1 -4 -3 -2 -4 -2 3 0 0 0 0 0 0 0 0 0 65 0 0 13 0 0 0 0 0 0 22 0.86 0.44 3132 W -3 -4 -5 -5 -3 -3 -4 -4 -3 -2 0 -4 -2 2 -5 -4 -3 11 3 -3 0 0 0 0 0 0 0 0 0 0 11 0 0 8 0 0 0 72 8 0 2.20 0.39 3133 L -2 -2 5 -1 -3 -2 -2 -2 -1 3 2 -2 0 -2 -3 -1 -1 -3 -2 0 0 0 46 0 0 0 0 0 0 28 26 0 0 0 0 0 0 0 0 0 0.41 0.21 3134 D -2 -2 0 6 -4 0 4 -2 -1 -4 -4 -1 -3 -4 -2 -1 -1 -4 -3 -4 0 0 0 68 0 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0.94 0.15 3135 P 3 -2 -2 -2 -2 -1 -1 -1 -2 -2 -3 -1 -2 -3 6 0 -1 -4 -3 -2 45 0 0 0 0 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0 1.06 0.09 3136 F -2 -3 -4 -4 -2 -3 -4 -4 -2 3 1 -3 0 5 -4 -3 -2 0 2 1 0 0 0 0 0 0 0 0 0 45 0 0 0 55 0 0 0 0 0 0 0.53 0.09 3137 C -1 -3 -2 -3 8 -2 -2 -2 -3 -1 -2 -2 -1 -3 -2 0 3 -3 -2 -1 0 0 0 0 55 0 0 0 0 0 0 0 0 0 0 0 45 0 0 0 0.78 0.09 3138 R -1 5 -1 -2 -4 0 -1 -3 -1 -3 -3 1 -2 -4 6 -1 -1 -4 -3 -3 0 55 0 0 0 0 0 0 0 0 0 0 0 0 45 0 0 0 0 0 1.01 0.09 3139 N -2 -1 5 5 -3 0 0 -1 0 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -3 0 0 55 45 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.78 0.09 3140 L -2 -3 -4 -4 -2 -3 -3 -4 -3 1 5 -3 2 0 -3 -3 -2 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.59 0.09 3141 E -2 -1 0 5 -4 1 4 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 0 45 0 0 55 0 0 0 0 0 0 0 0 0 0 0 0 0 0.78 0.09 3142 L 3 -2 -3 -3 -1 -2 -2 -2 -3 0 3 -2 1 -1 -2 -1 -1 -2 -2 0 45 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 0 0.30 0.09 3143 A 3 -2 -3 -3 -1 -2 -2 -1 -3 3 0 -2 0 -1 -2 0 -1 -3 -2 1 55 0 0 0 0 0 0 0 0 45 0 0 0 0 0 0 0 0 0 0 0.29 0.09 3144 A 4 -1 -1 -1 -1 -1 -1 0 -2 -2 -2 -1 -2 -3 -1 3 0 -3 -2 -1 55 0 0 0 0 0 0 0 0 0 0 0 0 0 0 45 0 0 0 0 0.44 0.09 3145 Q -1 0 0 0 -4 5 4 -2 0 -3 -3 1 -1 -4 -2 0 -1 -3 -2 -3 0 0 0 0 0 55 45 0 0 0 0 0 0 0 0 0 0 0 0 0 0.71 0.09 3146 A 3 -2 -1 -2 -2 -2 -2 4 -2 -3 -3 -1 -2 -3 -2 0 -1 -3 -3 -2 55 0 0 0 0 0 0 45 0 0 0 0 0 0 0 0 0 0 0 0 0.58 0.09 3147 E 0 -1 0 1 -2 1 4 -1 -1 -3 -3 0 -2 -3 -1 3 0 -3 -2 -2 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 45 0 0 0 0 0.53 0.09 3148 H -2 -1 5 0 -3 0 0 -2 7 -4 -3 -1 -2 -2 -2 0 -1 -3 0 -3 0 0 45 0 0 0 0 0 55 0 0 0 0 0 0 0 0 0 0 0 0.76 0.09 3149 E -2 -1 0 5 -4 1 4 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 0 45 0 0 55 0 0 0 0 0 0 0 0 0 0 0 0 0 0.78 0.09 3150 D 0 -2 1 5 -2 0 1 -1 -1 -3 -3 -1 -3 -3 -1 3 0 -4 -3 -3 0 0 0 55 0 0 0 0 0 0 0 0 0 0 0 45 0 0 0 0 0.62 0.09 3151 D -2 -2 1 7 -4 -1 1 -2 -1 -4 -4 -1 -4 -4 -2 -1 -1 -5 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.09 0.09 3152 L -2 -3 -4 -4 -2 -3 -3 -4 -3 1 5 -3 2 0 -3 -3 -2 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.59 0.09 3153 P -1 -3 -3 -3 -2 -2 -2 -3 -3 3 0 -2 -1 -2 6 -2 -1 -4 -2 1 0 0 0 0 0 0 0 0 0 45 0 0 0 0 55 0 0 0 0 0 0.97 0.09 3154 E -1 0 -1 1 -4 2 6 -3 0 -4 -3 1 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.87 0.09 3155 N -2 -1 5 5 -3 0 0 -1 0 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -3 0 0 55 45 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.78 0.09 3156 L -2 -3 -4 -4 -2 -3 -3 -4 -3 1 5 -3 2 0 -3 -3 -2 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.59 0.09 3157 S 0 -2 -1 -1 -2 -1 -1 -1 -2 -3 -3 -1 -2 -3 6 3 0 -4 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 45 55 0 0 0 0 0.90 0.09 3158 E -2 0 0 0 -4 1 4 -2 6 -4 -3 0 -2 -3 -2 -1 -2 -3 0 -3 0 0 0 0 0 0 55 0 45 0 0 0 0 0 0 0 0 0 0 0 0.71 0.09 3159 I -2 -3 -4 -4 -2 -3 -4 -4 -3 4 1 -3 0 5 -4 -3 -2 -1 1 1 0 0 0 0 0 0 0 0 0 55 0 0 0 45 0 0 0 0 0 0 0.49 0.09 3160 A 3 -2 -1 -2 -2 -2 -2 4 -2 -3 -3 -1 -2 -3 -2 0 -1 -3 -3 -2 55 0 0 0 0 0 0 45 0 0 0 0 0 0 0 0 0 0 0 0 0.58 0.09 3161 D -2 -1 5 5 -4 0 1 -1 -1 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -3 0 0 45 55 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.80 0.09 3162 L -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 45 0.42 0.09 3163 W -3 -3 -4 -4 -3 -3 -3 -3 -2 -2 -1 -3 -1 5 -4 -3 -3 10 2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 45 0 0 0 55 0 0 1.48 0.09 3164 N -2 -1 5 0 -2 0 -1 -2 0 -1 0 -1 5 -2 -3 0 -1 -3 -2 -1 0 0 55 0 0 0 0 0 0 0 0 0 45 0 0 0 0 0 0 0 0.42 0.09 3165 S 0 -1 1 4 -2 0 1 -1 -1 -3 -3 -1 -2 -3 -1 3 0 -4 -3 -3 0 0 0 45 0 0 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0.56 0.09 3166 P -1 -3 -2 -2 -3 -2 -1 -3 -3 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.15 0.09 3167 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3168 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3169 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3170 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -3 2 -3 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0.86 0.01 3171 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3172 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3173 F -2 -3 -3 -4 -3 -3 -3 -3 -1 0 0 -3 0 6 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.74 0.01 3174 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3175 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3176 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3177 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3178 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3179 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3180 V 0 -3 -3 -3 -1 -2 -3 -3 -3 3 1 -2 1 -1 -3 -2 0 -3 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0.35 0.01 3181 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3182 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3183 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3184 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3185 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3186 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3187 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.86 0.01 3188 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3189 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3190 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3191 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3192 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3193 Q -1 1 0 0 -3 6 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -2 -2 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.66 0.01 3194 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3195 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.86 0.01 3196 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3197 N -2 0 6 1 -3 0 0 0 1 -3 -4 0 -2 -3 -2 1 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.01 3198 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3199 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3200 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3201 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3202 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3203 Q -1 1 0 0 -3 6 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -2 -2 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.66 0.01 3204 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3205 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3206 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3207 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3208 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3209 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3210 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3211 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3212 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3213 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3214 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3215 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3216 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3217 V 0 -3 -3 -3 -1 -2 -3 -3 -3 3 1 -2 1 -1 -3 -2 0 -3 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0.35 0.01 3218 V 0 -3 -3 -3 -1 -2 -3 -3 -3 3 1 -2 1 -1 -3 -2 0 -3 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0.35 0.01 3219 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3220 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3221 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3222 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.86 0.01 3223 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3224 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3225 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3226 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3227 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3228 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3229 F -2 -3 -3 -4 -3 -3 -3 -3 -1 0 0 -3 0 6 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.74 0.01 3230 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3231 Q -1 1 0 0 -3 6 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -2 -2 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.66 0.01 3232 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3233 M -1 -1 -2 -3 -2 0 -2 -3 -2 1 2 -1 6 0 -3 -2 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0.35 0.01 3234 V 0 -3 -3 -3 -1 -2 -3 -3 -3 3 1 -2 1 -1 -3 -2 0 -3 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0.35 0.01 3235 Q -1 1 0 0 -3 6 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -2 -2 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.66 0.01 3236 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3237 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3238 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3239 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3240 C 0 -4 -3 -4 9 -3 -4 -3 -3 -1 -1 -3 -2 -3 -3 -1 -1 -2 -3 -1 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.21 0.01 3241 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -3 2 -3 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0.86 0.01 3242 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3243 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3244 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3245 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3246 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3247 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3248 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3249 Q -1 0 0 -1 -3 4 1 -2 6 -3 -3 0 -1 -2 -2 -1 -1 -2 1 -3 0 0 0 0 0 50 0 0 50 0 0 0 0 0 0 0 0 0 0 0 0.57 0.01 3250 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3251 E -1 -1 1 5 -4 1 4 -2 -1 -3 -3 0 -3 -4 -1 0 -1 -4 -3 -3 0 0 0 50 0 0 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0.69 0.01 3252 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3253 D -1 -1 1 5 -4 1 4 -2 -1 -3 -3 0 -3 -4 -1 0 -1 -4 -3 -3 0 0 0 50 0 0 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0.69 0.01 3254 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3255 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3256 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3257 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3258 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3259 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -3 2 -3 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0.86 0.01 3260 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3261 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3262 G 1 -2 0 -1 -2 -1 -1 4 -2 -3 -3 -1 -2 -3 -2 3 0 -3 -2 -2 0 0 0 0 0 0 0 50 0 0 0 0 0 0 0 50 0 0 0 0 0.53 0.01 3263 Q -1 1 0 0 -3 6 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -2 -2 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.66 0.01 3264 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3265 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3266 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3267 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3268 F -2 -3 -3 -4 -3 -3 -3 -3 -1 0 0 -3 0 6 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.74 0.01 3269 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3270 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -3 2 -3 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0.86 0.01 3271 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3272 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3273 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3274 V -1 -2 -3 -3 -1 -1 -2 -3 -2 2 2 -2 4 0 -3 -2 0 -2 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 50 0 0 0 0 0 0 50 0.27 0.01 3275 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3276 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3277 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3278 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3279 P -1 0 -1 -1 -3 4 1 -2 -1 -3 -3 0 -1 -4 6 0 -1 -3 -2 -2 0 0 0 0 0 50 0 0 0 0 0 0 0 0 50 0 0 0 0 0 0.97 0.01 3280 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3281 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3282 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3283 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -3 2 -3 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0.86 0.01 3284 V -1 -2 -3 -3 -1 -1 -2 -3 -2 2 2 -2 4 0 -3 -2 0 -2 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 50 0 0 0 0 0 0 50 0.27 0.01 3285 V 0 -3 -3 -3 -1 -2 -3 -3 -3 3 1 -2 1 -1 -3 -2 0 -3 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0.35 0.01 3286 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -3 2 -3 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0.86 0.01 3287 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3288 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3289 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3290 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3291 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3292 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3293 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3294 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3295 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3296 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3297 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3298 N -2 0 6 1 -3 0 0 0 1 -3 -4 0 -2 -3 -2 1 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.01 3299 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3300 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3301 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3302 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3303 E -1 -1 1 5 -4 1 4 -2 -1 -3 -3 0 -3 -4 -1 0 -1 -4 -3 -3 0 0 0 50 0 0 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0.69 0.01 3304 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3305 Q -1 1 0 0 -3 6 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -2 -2 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.66 0.01 3306 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3307 G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.05 0.01 3308 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3309 G -1 -2 1 4 -3 -1 0 4 -2 -4 -4 -1 -3 -4 -2 0 -1 -3 -3 -3 0 0 0 50 0 0 0 50 0 0 0 0 0 0 0 0 0 0 0 0 0.67 0.01 3310 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3311 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3312 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3313 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3314 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3315 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3316 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3317 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3318 A 3 -1 0 -1 -1 0 -1 0 -1 -2 -2 -1 -1 -2 -1 3 1 -3 -2 -1 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 50 0 0 0 0 0.35 0.01 3319 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3320 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3321 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3322 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3323 F -2 -3 -3 -4 -3 -3 -3 -3 -1 0 0 -3 0 6 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.74 0.01 3324 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3325 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3326 N -2 0 6 1 -3 0 0 0 1 -3 -4 0 -2 -3 -2 1 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.01 3327 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3328 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3329 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3330 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3331 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3332 A 4 -2 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0.01 3333 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3334 S 1 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.46 0.01 3335 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3336 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3337 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3338 H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -3 2 -3 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0.86 0.01 3339 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 0 -1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.52 0.01 3340 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3341 R -2 6 0 -2 -4 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.01 3342 D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.93 0.01 3343 V 0 -3 -3 -3 -1 -2 -3 -3 -3 3 1 -2 1 -1 -3 -2 0 -3 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0.35 0.01 3344 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3345 M -1 -1 -2 -3 -2 0 -2 -3 -2 1 2 -1 6 0 -3 -2 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0.35 0.01 3346 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3347 T 1 -1 0 -1 -1 0 -1 -1 -1 -2 -2 0 -1 -2 -1 3 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 50 50 0 0 0 0.39 0.01 3348 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.01 3349 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 3350 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3351 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -3 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0.40 0.01 3352 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.47 0.01 3353 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.01 3354 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.46 0.01 K Lambda Standard Ungapped 0.1364 0.3171 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1291 0.3177 PSI Gapped 0.0395 0.2670 proftmb-1.1.12/examples/example.Q0000644015075101507510000006734512026631531013613 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 M -1 -1 -2 -3 -2 0 -2 -3 -2 1 2 -1 6 0 -3 -2 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0.33 0.00 2 G 0 -3 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.04 0.00 3 E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.00 4 L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.45 0.00 5 P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.04 0.00 6 N 0 -1 5 1 -2 0 0 -1 0 -3 -3 0 -2 -3 -2 3 1 -4 -2 -3 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0.55 0.06 7 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 8 F -3 -3 -3 -4 -3 -4 -4 -4 -2 0 0 -4 0 7 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.86 0.06 9 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 10 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 11 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 12 A 3 -2 -1 -2 -1 -1 -1 -1 -2 -1 -2 -1 -1 -3 -1 1 3 -3 -2 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0.37 0.06 13 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 14 T -1 -1 4 0 -2 -1 -1 -1 -1 -2 -2 -1 -1 -3 -2 1 4 -3 -2 -1 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0.47 0.06 15 I -1 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 0 41 0.43 0.06 16 A 3 -2 -1 -2 -1 -1 -2 4 -2 -2 -3 -1 -2 -3 -2 0 -1 -3 -3 -1 59 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0.52 0.06 17 F -3 -3 -3 -4 -3 -4 -4 -4 -2 0 0 -4 0 7 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.86 0.06 18 D -2 -2 1 7 -4 -1 1 -2 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.03 0.06 19 V 0 -2 -2 -2 -1 -2 -2 -3 -3 2 0 -2 0 -2 -2 0 3 -3 -2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 59 0.31 0.06 20 S 0 -2 0 -1 -2 -1 -1 -1 -2 -3 -3 -1 -2 -3 6 3 0 -4 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 59 0 0 0 0 0.82 0.06 21 A 3 -2 -2 -3 -1 -1 -2 -1 0 -2 -2 -1 -1 1 -2 0 -1 0 5 -1 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0.39 0.06 22 Y -2 -2 -3 -4 -3 -2 -3 -3 1 -1 -1 -3 -1 5 -4 -2 -2 2 6 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 59 0 0.80 0.06 23 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 24 D 0 -2 1 5 -2 0 1 -1 -1 -3 -3 -1 -3 -3 -1 3 0 -4 -3 -3 0 0 0 59 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0.60 0.06 25 N -2 -1 5 4 -3 0 0 -1 0 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -3 0 0 59 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.06 26 S 0 4 0 -1 -2 0 0 -1 -1 -3 -3 1 -2 -3 -2 3 0 -3 -2 -2 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0.44 0.06 27 G -1 -2 0 4 -3 -1 0 5 -2 -4 -4 -1 -3 -4 -2 0 -2 -4 -3 -4 0 0 0 41 0 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.06 28 S 0 -1 4 0 -2 0 0 -1 0 -3 -3 0 -2 -3 -2 3 1 -4 -2 -2 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0.49 0.06 29 E -1 0 0 1 -4 2 6 -2 0 -4 -3 1 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.82 0.06 30 L -2 -3 -4 -4 -2 -2 -3 -4 -3 0 3 -3 1 1 -4 -3 -2 9 1 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 41 0 0 0.94 0.06 31 S 1 -1 0 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 5 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.53 0.06 32 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.56 0.06 33 P -1 -2 -2 -2 -3 -2 -1 -2 -3 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.11 0.06 34 N -2 -1 5 0 -3 0 0 -1 6 -4 -4 -1 -2 -2 -2 0 -1 -3 0 -3 0 0 59 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0.67 0.06 35 F -2 -3 -4 -4 -2 -3 -4 -4 -2 3 1 -3 0 5 -4 -3 -2 0 2 1 0 0 0 0 0 0 0 0 0 41 0 0 0 59 0 0 0 0 0 0 0.50 0.06 36 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.56 0.06 37 I -1 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 0 41 0.43 0.06 38 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 39 F -3 -3 -4 -4 -3 -3 -3 -3 -2 -1 0 -3 -1 6 -4 -3 -3 9 3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 41 0 0 1.19 0.06 40 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 41 K -1 1 -1 -2 -3 0 0 -2 0 -2 -2 4 -1 1 -2 -1 -1 0 5 -2 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 41 0 0.45 0.06 42 N -2 -1 5 0 -3 0 0 -1 6 -4 -4 -1 -2 -2 -2 0 -1 -3 0 -3 0 0 59 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0.67 0.06 43 F -1 -3 -3 -4 -2 -3 -3 -4 -2 1 0 -3 0 5 -3 -2 -1 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 41 0.47 0.06 44 N -2 -1 6 1 -3 0 0 -1 0 -4 -4 0 -3 -3 -2 0 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.06 45 E -1 0 0 1 -4 4 5 -2 0 -3 -3 1 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 41 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0.68 0.06 46 H -2 -1 0 -2 -3 0 -1 -3 7 -3 -2 -1 -2 1 -3 -1 -2 0 5 -3 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 0 41 0 0.77 0.06 47 V -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 59 0.37 0.06 48 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0.06 49 V -1 -3 -3 -4 -2 -3 -3 -4 -3 2 1 -3 0 4 -3 -2 -1 -1 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 59 0.39 0.06 50 E -1 0 0 1 -4 2 6 -2 0 -4 -3 1 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.82 0.06 51 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 52 L -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -2 -1 3 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 41 0.39 0.06 53 F -2 -3 -4 -4 -2 -3 -3 -4 -2 1 3 -3 1 5 -4 -3 -2 0 2 0 0 0 0 0 0 0 0 0 0 0 41 0 0 59 0 0 0 0 0 0 0.54 0.06 54 R -2 6 -1 -2 -4 1 0 -3 0 -3 -3 2 -2 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.85 0.06 55 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 56 T 0 -1 0 -1 -1 -1 -1 -1 -2 -2 -2 -1 -1 -3 -1 3 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 59 0 0 0 0.45 0.06 57 Q -1 1 0 -1 -3 6 2 -2 0 -3 -2 1 -1 -4 -2 0 -1 -2 -2 -3 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.06 58 N -2 -1 6 1 -3 0 0 -1 0 -4 -4 0 -3 -3 -2 0 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.06 59 E -1 0 0 1 -4 2 6 -2 0 -4 -3 1 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.82 0.06 60 V -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -3 -1 3 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 59 0.37 0.06 61 T -1 1 0 -1 -2 0 0 -2 -2 -2 -2 3 -1 -3 -1 1 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 59 0 0 0 0.38 0.06 62 N -2 -1 6 1 -3 0 0 -1 0 -4 -4 0 -3 -3 -2 0 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.06 63 S 0 -1 1 4 -2 0 1 -1 -1 -3 -3 -1 -2 -3 -1 3 0 -4 -3 -3 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0.51 0.06 64 T -1 1 0 -1 -2 0 0 -2 -2 -2 -2 3 -1 -3 -1 1 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 59 0 0 0 0.38 0.06 65 T 2 -2 -2 -2 -1 -2 -2 -2 -2 0 2 -2 1 -1 -2 0 2 -2 -2 0 29 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 29 0 0 0 0.21 0.06 66 G 0 0 -1 -1 -3 0 -1 5 -2 -4 -4 3 -2 -4 -2 0 -1 -3 -3 -3 0 0 0 0 0 0 0 59 0 0 0 41 0 0 0 0 0 0 0 0 0.61 0.06 67 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.56 0.06 68 S 0 -1 1 4 -2 0 1 -1 -1 -3 -3 -1 -2 -3 -1 3 0 -4 -3 -3 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0.51 0.06 69 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 70 N -2 -1 5 4 -3 0 0 -1 0 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -3 0 0 59 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.06 71 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 72 D -2 -1 1 5 -4 0 1 -2 6 -4 -4 -1 -3 -3 -2 -1 -2 -4 0 -4 0 0 0 59 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0.73 0.06 73 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 74 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 75 Q -1 1 0 -1 -3 6 2 -2 0 -3 -2 1 -1 -4 -2 0 -1 -2 -2 -3 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.06 76 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0.06 77 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 78 V -1 -2 -3 -4 -1 -2 -3 -3 -3 2 1 -2 5 -1 -3 -2 0 -3 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 59 0.34 0.06 79 S 1 -1 0 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 5 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.53 0.06 80 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0.06 81 L -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -2 -1 3 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 41 0.39 0.06 82 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 83 S 1 -1 0 -1 -1 -1 -1 -1 -1 -2 -2 -1 -1 -3 -1 4 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 59 41 0 0 0 0.44 0.06 84 T 0 -1 0 -1 -1 -1 -1 -1 -2 -2 -2 -1 -1 -3 -1 3 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 59 0 0 0 0.45 0.06 85 G -1 -2 0 4 -3 -1 0 5 -2 -4 -4 -1 -3 -4 -2 0 -2 -4 -3 -4 0 0 0 41 0 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.06 86 N -2 -1 6 1 -3 0 0 -1 0 -4 -4 0 -3 -3 -2 0 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.06 87 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 88 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 89 D -2 -2 1 7 -4 -1 1 -2 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.03 0.06 90 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.56 0.06 91 P -1 -2 -2 -2 -3 -2 -1 -2 -3 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.11 0.06 92 I -2 -3 -4 -4 -2 -3 -3 -4 -3 4 3 -3 1 0 -3 -3 -1 -3 -1 2 0 0 0 0 0 0 0 0 0 59 41 0 0 0 0 0 0 0 0 0 0.43 0.06 93 S 1 -1 0 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 5 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.53 0.06 94 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 95 F -3 -3 -3 -4 -3 -4 -4 -4 -2 0 0 -4 0 7 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.86 0.06 96 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 97 R -2 6 -1 -2 -4 1 0 -3 0 -3 -3 2 -2 -3 -2 -1 -1 -3 -2 -3 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.85 0.06 98 L -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -2 -1 3 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 41 0.39 0.06 99 S 1 -1 0 -1 -1 -1 -1 -1 -1 -2 -2 -1 -1 -3 -1 4 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 59 41 0 0 0 0.44 0.06 100 G 3 -2 -1 -2 -2 -2 -2 5 -2 -3 -3 -1 -2 -3 -2 0 -1 -3 -3 -2 41 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0.64 0.06 101 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 102 I -1 -3 -2 -3 -2 -3 -3 4 -3 3 0 -2 0 -1 -3 -2 -1 -3 -2 1 0 0 0 0 0 0 0 41 0 59 0 0 0 0 0 0 0 0 0 0 0.35 0.06 103 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0.56 0.06 104 Q -1 1 0 -1 -3 6 2 -2 0 -3 -2 1 -1 -4 -2 0 -1 -2 -2 -3 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.06 105 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0.06 106 N -2 0 5 1 -3 1 3 -1 0 -4 -4 0 -2 -4 -2 0 -1 -4 -2 -3 0 0 59 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0.61 0.06 107 M -1 -2 -3 -3 -2 -1 -2 -3 -2 1 2 -2 7 0 -3 -2 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0.47 0.06 108 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 109 D -1 -1 1 5 -2 0 1 -1 -1 -2 -2 0 -2 -2 -1 0 -1 -2 -2 -2 3 2 2 61 1 2 3 3 1 2 4 2 1 2 2 3 2 1 1 3 0.43 0.03 110 V 0 -1 -1 -2 -1 -1 -1 -2 -2 2 0 -1 0 -1 -1 -1 0 -1 -1 3 3 2 2 2 1 2 3 3 1 2 4 2 1 2 2 3 2 1 1 61 0.14 0.03 111 T 0 -2 -1 -2 -1 -1 -2 -2 -3 1 0 -2 0 -2 -2 0 4 -3 -2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 41 0.33 0.06 112 N -1 -1 5 0 -3 -1 -1 -1 0 -3 -4 -1 -3 -4 5 0 -1 -4 -3 -3 0 0 59 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0.93 0.06 113 N -2 -1 6 1 -3 0 0 -1 0 -4 -4 0 -3 -3 -2 0 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.06 114 A 3 0 -1 -1 -1 4 0 -1 -1 -2 -2 0 -1 -3 -1 1 0 -3 -2 -1 59 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.38 0.06 115 V -1 -1 -2 -2 -2 4 0 -3 -1 1 0 0 0 -2 -2 -1 0 -3 -2 3 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0.27 0.06 116 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.61 0.06 117 I -1 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 0 41 0.43 0.06 118 S 1 -1 0 -1 -1 -1 -1 -1 -1 -2 -2 -1 -1 -3 -1 4 4 -3 -2 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 59 41 0 0 0 0.44 0.06 119 E -1 -1 0 5 -4 1 4 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 0 41 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.06 120 E -1 -1 0 5 -4 1 4 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 0 41 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.06 121 A 4 -1 -1 -1 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 3 1 -3 -2 -1 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0.40 0.06 122 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 123 M 2 -2 -2 -3 -1 -1 -2 -1 -2 0 1 -1 5 -1 -2 0 -1 -2 -2 0 41 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0.28 0.06 124 I -2 -3 -4 -4 -2 -3 -3 -4 -3 4 3 -3 1 0 -3 -3 -1 -3 -1 2 0 0 0 0 0 0 0 0 0 59 41 0 0 0 0 0 0 0 0 0 0.43 0.06 125 F -3 -3 -3 -4 -3 -4 -4 -4 -2 0 0 -4 0 7 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.86 0.06 126 N -2 -1 6 1 -3 0 0 -1 0 -4 -4 0 -3 -3 -2 0 0 -4 -2 -3 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.83 0.06 127 V -1 -3 -3 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 59 0.42 0.06 128 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 129 G 3 -2 -1 -2 -2 -2 -2 5 -2 -3 -3 -1 -2 -3 -2 0 -1 -3 -3 -2 41 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0.64 0.06 130 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 131 L -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -2 -1 3 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 41 0.39 0.06 132 G -1 -2 0 -2 -3 -1 -1 5 6 -4 -4 -1 -3 -3 -2 -1 -2 -3 0 -4 0 0 0 0 0 0 0 59 41 0 0 0 0 0 0 0 0 0 0 0 0.73 0.06 133 W -3 -3 -4 -5 -3 -2 -3 -3 -3 -3 -2 -3 -2 1 -4 -3 -3 12 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 2.45 0.06 134 D -2 -2 1 7 -4 -1 1 -2 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.03 0.06 135 M -1 -2 -3 -3 -2 -1 -2 -3 -2 1 2 -2 7 0 -3 -2 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0.47 0.06 136 G 0 -2 0 -1 -2 -1 -1 5 -2 -4 -4 -1 -2 -3 -2 3 0 -3 -3 -3 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 41 0 0 0 0 0.64 0.06 137 Q -1 1 0 -1 -3 5 1 -2 0 -3 -3 4 -1 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 59 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0.57 0.06 138 N -2 -1 5 4 -3 0 0 -1 0 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -3 0 0 59 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.73 0.06 139 F -2 -3 -4 -4 -2 -3 -4 -4 -2 3 1 -3 0 5 -4 -3 -2 0 2 1 0 0 0 0 0 0 0 0 0 41 0 0 0 59 0 0 0 0 0 0 0.50 0.06 140 W -3 -3 -4 -5 -3 -2 -3 -3 -3 -3 -2 -3 -2 1 -4 -3 -3 12 2 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 2.45 0.06 141 L -2 -3 -4 -4 -2 -2 -3 -4 -3 1 4 -3 2 0 -3 -3 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.54 0.06 142 K -1 4 0 -1 -4 1 0 -2 -1 -3 -3 4 -2 -3 -2 -1 -1 -3 -2 -3 0 41 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 0.61 0.06 143 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0.06 144 E -1 0 0 1 -4 2 6 -2 0 -4 -3 1 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0.82 0.06 145 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 146 V -1 -3 -3 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 59 0.42 0.06 147 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 148 S 0 -1 4 0 -2 0 0 -1 0 -3 -3 0 -2 -3 -2 3 1 -4 -2 -2 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0.49 0.06 149 F -1 -3 -3 -4 -2 -3 -3 -4 -2 1 0 -3 0 5 -3 -2 -1 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 41 0.47 0.06 150 A 5 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 1 0 -3 -2 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.48 0.06 151 D -2 -2 1 7 -4 -1 1 -2 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.03 0.06 152 A 3 -2 -2 -3 -1 -1 -2 -1 -2 0 0 -1 4 -1 -2 0 0 -2 -2 0 59 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0.28 0.06 153 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 154 F -3 -3 -3 -4 -3 -4 -4 -4 -2 0 0 -4 0 7 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.86 0.06 155 D -2 -1 1 5 -4 1 4 -2 -1 -4 -4 0 -3 -4 -2 0 -1 -4 -3 -3 0 0 0 59 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0.78 0.06 156 D -2 -2 1 7 -4 -1 1 -2 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.03 0.06 157 F -3 -3 -3 -4 -3 -4 -4 -4 -2 0 0 -4 0 7 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.86 0.06 158 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 159 D -2 -2 1 7 -4 -1 1 -2 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -3 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.03 0.06 160 K 0 1 0 -1 -2 1 0 -1 -1 -3 -3 4 -2 -3 -1 3 0 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 41 0 0 0 0 0.41 0.06 161 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -2 -1 -2 -1 3 -3 -2 -2 2 8 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.98 0.06 162 S 0 -1 0 0 -2 1 3 -1 -1 -3 -3 0 -2 -3 -1 3 1 -3 -2 -2 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 59 0 0 0 0 0.46 0.06 163 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 164 F -1 -3 -3 -4 -2 -3 -3 -4 -2 1 0 -3 0 5 -3 -2 -1 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 41 0.47 0.06 165 Q -1 1 0 -1 -3 6 2 -2 0 -3 -2 1 -1 -4 -2 0 -1 -2 -2 -3 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0.06 166 L -1 -3 -4 -4 -1 -3 -3 -4 -3 2 3 -3 1 0 -3 -2 -1 -2 -1 3 0 0 0 0 0 0 0 0 0 0 59 0 0 0 0 0 0 0 0 41 0.39 0.06 167 S 1 -1 0 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 5 1 -3 -2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0.53 0.06 168 I -2 -3 -4 -4 -2 -3 -3 -4 -3 4 3 -3 1 0 -3 -3 -1 -3 -1 2 0 0 0 0 0 0 0 0 0 59 41 0 0 0 0 0 0 0 0 0 0.43 0.06 169 G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.13 0.06 170 K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -2 -4 -1 0 -1 -3 -2 -3 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0.61 0.06 171 Q -1 4 0 -1 -4 5 1 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 0 41 0 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.63 0.06 172 F -3 -3 -3 -4 -3 -4 -4 -4 -2 0 0 -4 0 7 -4 -3 -2 1 3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0.86 0.06 K Lambda Standard Ungapped 0.1368 0.3170 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1506 0.3161 PSI Gapped 0.0461 0.2670 proftmb-1.1.12/examples/example_dat.txt0000644015075101507510000001241412026631531015045 00000000000000Position Amino PosteriorState ReducedViterbiState U D O i Protein ID 172 Length 10.0 Z-score 100.0 estimated percent chance this protein is a TMB (Accuracy) 39.0 estimated percent of TMBs achieving at least this Z-score (Coverage) 8 predicted transmembrane strands 0 M I I 0.00 0.00 0.00 1.00 1 G I I 0.01 0.00 0.00 0.99 2 E I I 0.01 0.00 0.00 0.99 3 L I I 0.01 0.00 0.00 0.99 4 P I I 0.01 0.00 0.00 0.99 5 N U U 0.61 0.00 0.00 0.39 6 Y U U 0.68 0.00 0.00 0.32 7 F U U 0.91 0.00 0.00 0.09 8 Y U U 0.91 0.00 0.00 0.09 9 L U U 0.91 0.00 0.00 0.09 10 G U U 0.92 0.00 0.00 0.08 11 A U U 0.93 0.00 0.00 0.07 12 G U U 0.93 0.00 0.02 0.05 13 T U U 0.90 0.00 0.06 0.03 14 I U U 0.86 0.00 0.13 0.01 15 A U U 0.67 0.00 0.33 0.00 16 F U U 0.61 0.00 0.39 0.00 17 D O O 0.47 0.00 0.53 0.00 18 V O O 0.41 0.00 0.59 0.00 19 S O O 0.31 0.00 0.69 0.00 20 A O O 0.25 0.00 0.74 0.00 21 Y O O 0.16 0.01 0.83 0.00 22 G O O 0.12 0.01 0.88 0.00 23 D O O 0.07 0.01 0.92 0.00 24 N O O 0.04 0.03 0.93 0.00 25 S O O 0.03 0.05 0.92 0.00 26 G O O 0.02 0.11 0.87 0.00 27 S O O 0.01 0.13 0.86 0.00 28 E O O 0.00 0.24 0.76 0.00 29 L O O 0.00 0.30 0.70 0.00 30 S O O 0.00 0.38 0.62 0.00 31 T O O 0.00 0.47 0.53 0.00 32 P D D 0.00 0.64 0.36 0.00 33 N D D 0.00 0.86 0.14 0.00 34 F D D 0.00 0.99 0.01 0.00 35 T D D 0.00 0.99 0.00 0.00 36 I D D 0.00 1.00 0.00 0.00 37 G D D 0.00 1.00 0.00 0.00 38 F D D 0.00 0.99 0.00 0.00 39 G D D 0.00 0.99 0.00 0.00 40 K D D 0.00 0.97 0.00 0.02 41 N D D 0.00 0.96 0.00 0.04 42 F D D 0.01 0.87 0.00 0.12 43 N D D 0.01 0.72 0.00 0.27 44 E I I 0.03 0.01 0.00 0.96 45 H I I 0.06 0.01 0.00 0.93 46 V U U 0.96 0.00 0.00 0.03 47 A U U 0.97 0.00 0.00 0.03 48 V U U 0.99 0.00 0.00 0.00 49 E U U 0.99 0.00 0.00 0.00 50 G U U 0.99 0.00 0.00 0.00 51 L U U 1.00 0.00 0.00 0.00 52 F U U 1.00 0.00 0.00 0.00 53 R U U 0.99 0.00 0.00 0.00 54 Y U U 0.99 0.00 0.01 0.00 55 T U U 0.96 0.00 0.03 0.00 56 Q U U 0.91 0.00 0.08 0.00 57 N U U 0.80 0.00 0.20 0.00 58 E U U 0.61 0.00 0.38 0.00 59 V U U 0.56 0.01 0.43 0.00 60 T O O 0.46 0.01 0.53 0.00 61 N O O 0.24 0.02 0.74 0.00 62 S O O 0.14 0.04 0.82 0.00 63 T O O 0.11 0.07 0.82 0.00 64 T O O 0.05 0.11 0.85 0.00 65 G O O 0.05 0.14 0.81 0.00 66 T O O 0.00 0.16 0.83 0.00 67 S O O 0.00 0.20 0.79 0.00 68 L O O 0.00 0.21 0.78 0.00 69 N O O 0.00 0.26 0.73 0.00 70 L O O 0.00 0.30 0.70 0.00 71 D O O 0.00 0.43 0.56 0.01 72 Y O D 0.01 0.49 0.49 0.01 73 Y D D 0.01 0.68 0.28 0.03 74 Q D D 0.01 0.69 0.25 0.04 75 A D D 0.02 0.64 0.23 0.10 76 G D D 0.03 0.69 0.18 0.11 77 V D D 0.10 0.71 0.15 0.04 78 S D D 0.10 0.74 0.13 0.03 79 A D D 0.10 0.73 0.12 0.04 80 L D D 0.11 0.75 0.11 0.04 81 L D D 0.10 0.74 0.09 0.06 82 S D D 0.10 0.74 0.09 0.07 83 T D D 0.10 0.72 0.09 0.09 84 G D D 0.08 0.58 0.10 0.23 85 N D D 0.05 0.46 0.13 0.36 86 L I D 0.07 0.34 0.14 0.45 87 G I D 0.16 0.27 0.16 0.40 88 D I I 0.17 0.22 0.16 0.45 89 T I I 0.24 0.16 0.13 0.47 90 P I I 0.26 0.14 0.13 0.48 91 I U U 0.62 0.13 0.11 0.14 92 S U U 0.64 0.12 0.11 0.12 93 L U U 0.69 0.11 0.11 0.09 94 F U U 0.69 0.09 0.11 0.11 95 G U U 0.71 0.07 0.11 0.11 96 R U U 0.70 0.07 0.13 0.10 97 L U U 0.76 0.06 0.13 0.06 98 S U U 0.74 0.05 0.17 0.04 99 G U U 0.69 0.04 0.23 0.04 100 L U U 0.68 0.02 0.26 0.04 101 I U U 0.64 0.01 0.31 0.04 102 T U U 0.61 0.01 0.35 0.02 103 Q U U 0.59 0.01 0.38 0.02 104 A U U 0.55 0.01 0.43 0.01 105 N O O 0.42 0.00 0.56 0.01 106 M O O 0.39 0.00 0.60 0.01 107 Y O O 0.34 0.00 0.65 0.00 108 D O O 0.24 0.00 0.75 0.00 109 V O O 0.19 0.00 0.80 0.00 110 T O O 0.17 0.01 0.82 0.00 111 N O O 0.10 0.01 0.89 0.00 112 N O O 0.08 0.02 0.90 0.00 113 A O O 0.05 0.03 0.92 0.00 114 V O O 0.04 0.04 0.92 0.00 115 K O O 0.03 0.05 0.92 0.00 116 I O O 0.02 0.09 0.88 0.00 117 S O O 0.02 0.11 0.87 0.00 118 E O O 0.01 0.13 0.86 0.00 119 E O O 0.00 0.17 0.82 0.00 120 A O O 0.00 0.26 0.74 0.00 121 G O O 0.00 0.36 0.63 0.00 122 M O O 0.00 0.50 0.50 0.00 123 I D D 0.00 0.84 0.16 0.00 124 F D D 0.00 0.92 0.08 0.00 125 N D D 0.00 0.95 0.05 0.00 126 V D D 0.00 0.99 0.01 0.00 127 G D D 0.00 0.99 0.00 0.00 128 G D D 0.00 0.99 0.00 0.00 129 G D D 0.00 0.99 0.00 0.00 130 L D D 0.00 0.98 0.00 0.02 131 G D D 0.00 0.96 0.00 0.04 132 W D D 0.00 0.90 0.00 0.10 133 D D D 0.00 0.82 0.00 0.18 134 M I I 0.01 0.37 0.00 0.62 135 G I I 0.02 0.31 0.00 0.67 136 Q I I 0.15 0.03 0.00 0.81 137 N I I 0.20 0.03 0.00 0.77 138 F U U 0.93 0.00 0.00 0.07 139 W U U 0.96 0.00 0.00 0.04 140 L U U 0.99 0.00 0.00 0.00 141 K U U 0.99 0.00 0.00 0.00 142 A U U 1.00 0.00 0.00 0.00 143 E U U 1.00 0.00 0.00 0.00 144 Y U U 1.00 0.00 0.00 0.00 145 V U U 0.99 0.00 0.01 0.00 146 Y U U 0.96 0.00 0.04 0.00 147 S U U 0.78 0.00 0.22 0.00 148 F U U 0.61 0.00 0.39 0.00 149 A O U 0.46 0.00 0.54 0.00 150 D O O 0.36 0.00 0.64 0.00 151 A O O 0.21 0.00 0.79 0.00 152 G O O 0.13 0.01 0.86 0.00 153 F O O 0.10 0.01 0.89 0.00 154 D O O 0.04 0.03 0.93 0.00 155 D O O 0.02 0.06 0.91 0.00 156 F O O 0.00 0.10 0.90 0.00 157 Y O O 0.00 0.16 0.83 0.00 158 D O O 0.00 0.25 0.75 0.00 159 K O O 0.00 0.35 0.65 0.00 160 Y D D 0.00 0.67 0.33 0.00 161 S D D 0.00 0.90 0.10 0.00 162 G D D 0.00 0.95 0.05 0.00 163 F D D 0.00 0.99 0.01 0.00 164 Q D D 0.00 1.00 0.00 0.00 165 L D D 0.00 1.00 0.00 0.00 166 S D D 0.00 1.00 0.00 0.00 167 I D D 0.00 1.00 0.00 0.00 168 G D D 0.00 1.00 0.00 0.00 169 K I D 0.00 0.17 0.00 0.83 170 Q I I 0.00 0.17 0.00 0.83 171 F I I 0.00 0.00 0.00 1.00 // proftmb-1.1.12/examples/example_proftmb_pretty.txt0000644015075101507510000000136112026631531017354 00000000000000 Protein ID 172 Length 10.0 Z-score 100.0 estimated percent chance this protein is a TMB (Accuracy) 39.0 estimated percent of TMBs achieving at least this Z-score (Coverage) 8 predicted transmembrane strands Sequence MGELPNYFYLGAGTIAFDVSAYGDNSGSELSTPNFTIGFGKNFNEHVAVE Prediction IIIIIUUUUUUUUUUUUOOOOOOOOOOOOOOODDDDDDDDDDDDIIUUUU Sequence GLFRYTQNEVTNSTTGTSLNLDYYQAGVSALLSTGNLGDTPISLFGRLSG Prediction UUUUUUUUUUOOOOOOOOOOOODDDDDDDDDDDDDDDDIIIUUUUUUUUU Sequence LITQANMYDVTNNAVKISEEAGMIFNVGGGLGWDMGQNFWLKAEYVYSFA Prediction UUUUUOOOOOOOOOOOOOOOOOODDDDDDDDDDDIIIIUUUUUUUUUUUU Sequence DAGFDDFYDKYSGFQLSIGKQF Prediction OOOOOOOOOODDDDDDDDDDII proftmb-1.1.12/examples/example_proftmb_tabular.txt0000644015075101507510000000072412026631531017461 00000000000000SeqID Length Z-value Accuracy(%) Coverage(%) Amino_Sequence #_Predicted_Strands 4-state_Prediction 172 10.0 100.0 39.0 MGELPNYFYLGAGTIAFDVSAYGDNSGSELSTPNFTIGFGKNFNEHVAVEGLFRYTQNEVTNSTTGTSLNLDYYQAGVSALLSTGNLGDTPISLFGRLSGLITQANMYDVTNNAVKISEEAGMIFNVGGGLGWDMGQNFWLKAEYVYSFADAGFDDFYDKYSGFQLSIGKQF 8 IIIIIUUUUUUUUUUUUOOOOOOOOOOOOOOODDDDDDDDDDDDIIUUUUUUUUUUUUUUOOOOOOOOOOOODDDDDDDDDDDDDDDDIIIUUUUUUUUUUUUUUOOOOOOOOOOOOOOOOOODDDDDDDDDDDIIIIUUUUUUUUUUUUOOOOOOOOOODDDDDDDDDDII proftmb-1.1.12/examples/YQIB_ECOLI.Q0000644015075101507510000005524512026631531013633 00000000000000 Last position-specific scoring matrix computed, weighted observed percentages rounded down, information per position, and relative weight of gapless real matches to pseudocounts A R N D C Q E G H I L K M F P S T W Y V A R N D C Q E G H I L K M F P S T W Y V 1 M -1 -2 -2 -3 -2 -1 -2 -3 -2 1 2 -2 7 0 -3 -2 -1 -2 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0.48 0.06 2 K -1 1 -1 0 -4 3 4 -2 -1 -4 -3 5 -2 -4 -2 -1 -1 -4 -3 -3 0 0 0 0 0 12 34 0 0 0 0 54 0 0 0 0 0 0 0 0 0.68 0.21 3 R -2 7 -1 -2 -4 0 -1 -3 -1 -4 -3 1 -2 -4 1 -2 -2 -4 -3 -3 0 91 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 1.11 0.28 4 Y -3 -3 -3 -4 -3 -2 -3 -4 1 -2 -2 -3 -2 2 -4 -3 -3 2 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.48 0.29 5 T -2 4 -1 -2 -3 3 -1 -3 4 -2 -2 0 -2 -2 -3 -1 2 -3 2 0 0 30 0 0 0 16 0 0 15 0 0 0 0 0 0 0 21 0 7 11 0.42 0.29 6 P -1 -3 -3 -3 -2 -3 -3 -4 -4 0 -1 -2 -1 -3 6 -2 -1 -4 -3 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 52 1.03 0.29 7 D -3 -2 3 7 -4 -1 1 -2 -2 -4 -5 -1 -4 -4 -2 -1 -2 -5 -4 -4 0 0 16 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.22 0.29 8 F -3 -4 -4 -5 -3 -4 -4 -5 -3 0 4 -4 0 5 -4 -3 -2 -2 0 1 0 0 0 0 0 0 0 0 0 0 51 0 0 36 0 0 0 0 0 13 0.72 0.36 9 P 2 -3 -2 -3 -2 -2 -2 2 -3 -2 -2 -2 2 -3 4 1 -1 -4 -3 1 24 0 0 0 0 0 0 20 0 0 0 0 9 0 22 13 0 0 0 12 0.48 0.36 10 E -1 -2 -1 2 -4 -1 2 3 -2 -4 -4 -2 -3 -3 -3 1 -2 7 -2 -4 0 0 0 13 0 0 22 30 0 0 0 0 0 0 0 15 0 20 0 0 0.73 0.36 11 M -3 -3 -4 -5 -3 -3 -4 -5 -4 0 5 -3 4 3 -4 -3 -2 -2 -1 0 0 0 0 0 0 0 0 0 0 0 73 0 15 12 0 0 0 0 0 0 0.79 0.38 12 M -2 -1 -2 -3 -3 4 -1 -4 -2 -1 1 -1 7 -2 -3 -2 -2 -3 -2 -1 0 0 0 0 0 32 0 0 0 0 12 0 56 0 0 0 0 0 0 0 0.78 0.38 13 R 3 5 -2 -3 -3 -1 -2 2 -2 -3 -3 0 -2 -4 -3 -1 -2 -4 -3 -2 44 40 0 0 0 0 0 16 0 0 0 0 0 0 0 0 0 0 0 0 0.63 0.38 14 L 1 -3 -3 -3 -2 -2 -3 -3 -3 0 4 -3 0 -2 -3 0 3 -3 -2 0 12 0 0 0 0 0 0 0 0 0 51 0 0 0 0 6 26 0 0 5 0.44 0.38 15 C -2 -4 -4 -5 9 -3 -4 -4 -1 -2 -2 -4 -2 0 -4 -2 -2 -1 6 -2 0 0 0 0 59 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 1.46 0.38 16 E 2 -2 -2 0 -4 0 5 1 -2 -4 -4 -1 -3 -4 -2 -1 -2 -4 -3 -3 24 0 0 0 0 0 64 12 0 0 0 0 0 0 0 0 0 0 0 0 0.74 0.38 17 M 2 2 -2 -2 -3 -1 3 -3 -2 0 -2 -1 1 -3 -2 -1 2 -4 -3 1 23 12 0 0 0 0 24 0 0 6 0 0 5 0 0 0 21 0 0 9 0.31 0.38 18 N -3 -1 7 0 -4 -1 -1 -1 0 -4 -5 -1 -3 -4 -3 0 -1 -5 -3 -4 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.40 0.38 19 F -3 -3 -3 -4 -4 -3 -3 -4 0 -2 -2 -3 -2 5 -4 -3 -3 1 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 75 0 1.40 0.38 20 S 4 1 -2 -2 -2 3 -1 1 -2 -3 -2 -1 2 -3 -2 1 -1 -4 -3 -2 46 8 0 0 0 16 0 12 0 0 0 0 9 0 0 9 0 0 0 0 0.43 0.38 21 Q -2 3 -1 -2 -4 3 -1 -3 6 -4 -3 2 -2 -2 -3 -1 0 -2 3 -3 0 23 0 0 0 15 0 0 24 0 0 16 0 0 0 0 9 0 12 0 0.62 0.38 22 L -2 -3 -4 -5 -2 -3 -4 -5 -4 1 5 -3 4 -1 -4 -3 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 0 88 0 12 0 0 0 0 0 0 0 0.90 0.38 23 R -2 2 3 -2 -3 2 -1 -3 -2 -2 -1 1 5 -3 -3 -1 2 -3 -3 -2 0 15 16 0 0 12 0 0 0 0 0 8 32 0 0 0 16 0 0 0 0.45 0.38 24 R 1 6 -2 -3 -4 0 -1 -3 -2 -4 -3 3 -2 -4 -3 -1 -2 -4 -3 -3 16 63 0 0 0 0 0 0 0 0 0 21 0 0 0 0 0 0 0 0 0.88 0.38 25 L -3 -3 -5 -5 -2 -3 -4 -5 -4 0 5 -4 1 0 -4 -4 -2 6 -1 0 0 0 0 0 0 0 0 0 0 0 88 0 0 0 0 0 0 12 0 0 0.96 0.38 26 L -3 -4 -5 -5 -3 -4 -4 -5 -4 1 5 -4 1 4 -4 -4 -2 -2 0 0 0 0 0 0 0 0 0 0 0 6 70 0 0 24 0 0 0 0 0 0 0.79 0.38 27 P -2 -3 -3 -3 -4 -2 -2 -3 -3 -4 -4 -2 -4 -5 8 -2 -2 -5 -4 -4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 2.46 0.38 28 R 2 3 -2 -2 -2 -1 -2 1 -2 -1 0 -1 -1 1 2 -1 -1 -2 -2 0 23 22 1 1 0 1 1 10 0 1 14 1 0 6 10 1 1 0 1 7 0.21 0.32 29 N -2 -2 4 5 -3 1 0 1 -1 -1 -3 -1 -2 -3 -2 0 -1 -3 -3 -2 1 1 22 37 0 6 1 10 0 7 2 1 0 1 1 7 1 0 1 1 0.49 0.32 30 D 0 -3 1 3 -3 -2 0 0 -3 1 2 -2 -1 -3 0 -2 -2 -4 -3 -1 11 0 6 26 0 0 6 9 0 12 24 0 0 0 5 0 0 0 0 0 0.26 0.38 31 A 3 -2 -2 -1 -3 1 3 -2 -2 -2 -2 -1 4 -3 -2 1 -1 -4 -3 -2 37 0 0 0 0 6 31 0 0 0 0 0 17 0 0 9 0 0 0 0 0.47 0.38 32 P -2 3 -3 -3 -3 -2 -2 -4 -3 0 -2 1 -2 -3 4 -2 -2 -4 -3 4 0 23 0 0 0 0 0 0 0 0 0 8 0 0 25 0 0 0 0 43 0.62 0.38 33 G -1 -3 -1 -2 -3 -2 0 6 -3 -4 -4 -2 -3 -4 -3 1 0 -4 -4 -4 0 0 0 0 0 0 6 77 0 0 0 0 0 0 0 12 6 0 0 0 1.07 0.38 34 E 1 1 -1 2 -3 2 3 -2 -2 -4 -4 -1 -3 -4 -2 2 0 -4 -3 -3 14 6 0 11 0 12 26 0 0 0 0 0 0 0 0 24 6 0 0 0 0.45 0.38 35 T -1 0 -2 -2 -3 2 1 -3 -1 -2 -2 -1 -2 -1 1 2 1 -2 4 1 0 6 0 0 0 11 9 0 0 0 0 0 0 0 6 18 9 0 24 16 0.31 0.38 36 V 1 3 -3 -4 -2 -2 -2 -3 -3 0 -1 -1 -1 -2 -3 0 -1 6 -2 4 11 25 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 12 0 46 0.51 0.38 37 S 2 1 -1 -2 5 2 -1 -2 -2 -3 -3 -1 -2 -4 -2 4 0 -4 -3 -2 18 9 0 0 16 12 0 0 0 0 0 0 0 0 0 45 0 0 0 0 0.55 0.38 38 Y -2 2 -2 -3 -3 -2 -2 -4 -1 -1 0 -2 -1 0 -3 1 -2 -1 6 1 0 17 0 0 0 0 0 0 0 0 12 0 0 0 0 16 0 0 40 15 0.51 0.38 39 Q -2 3 -2 -2 -4 5 2 -3 -1 2 -2 0 -1 -3 -3 -2 0 -4 -3 -1 0 17 0 0 0 40 12 0 0 24 0 0 0 0 0 0 6 0 0 0 0.52 0.38 40 V 1 -3 -3 -3 -3 0 -3 4 -3 2 -1 -3 -1 -3 -3 -2 -2 -4 -3 3 11 0 0 0 0 6 0 36 0 17 0 0 0 0 0 0 0 0 0 29 0.46 0.38 41 A 2 -2 -1 3 -3 -1 1 3 -2 -3 -3 0 -3 -4 -2 -1 -2 -4 -4 -1 27 0 0 24 0 0 12 26 0 0 0 6 0 0 0 0 0 0 0 6 0.46 0.38 42 N -2 -2 4 1 -3 0 0 3 -2 -2 -1 -2 1 -3 -3 -1 -2 -4 -3 1 0 0 29 6 0 5 6 24 0 0 6 0 6 0 0 0 0 0 0 18 0.36 0.38 43 A 0 -3 -2 -3 -3 0 -3 2 -3 -1 2 -2 4 -2 -3 0 1 -3 -3 1 5 0 0 0 0 6 0 21 0 0 24 0 16 0 0 6 11 0 0 10 0.29 0.38 44 Q -2 -2 1 3 -3 3 1 -3 2 0 -2 -1 2 -3 -3 0 0 -4 -2 1 0 0 7 17 0 24 6 0 6 6 0 0 6 0 0 6 5 0 0 17 0.30 0.38 45 Y -3 -3 -4 -5 -3 -3 -4 -5 -2 0 4 -3 0 3 -4 -3 -2 -1 5 -1 0 0 0 0 0 0 0 0 0 0 60 0 0 9 0 0 0 0 31 0 0.78 0.38 46 R 1 4 -2 -3 3 4 -1 0 -2 -2 -2 0 -2 -4 -3 -1 -2 -4 -3 1 11 31 0 0 8 25 0 6 0 0 0 0 0 0 0 0 0 0 0 18 0.43 0.38 47 L -2 -3 -4 -5 -2 -3 -4 -5 -4 2 5 -4 2 -1 -4 -3 -2 -3 -2 1 0 0 0 0 0 0 0 0 0 12 76 0 6 0 0 0 0 0 0 6 0.79 0.38 48 T -2 2 -1 4 -3 1 2 -3 -2 -3 -1 -1 -2 -4 -3 -1 4 -4 -3 -2 0 12 0 30 0 5 11 0 0 0 6 0 0 0 0 0 35 0 0 0 0.51 0.38 49 I 0 -4 -4 -4 -2 -3 -4 -4 -4 4 0 -3 0 -2 -3 -3 -1 -4 -2 5 6 0 0 0 0 0 0 0 0 27 0 0 0 0 0 0 0 0 0 67 0.74 0.38 50 V -2 -3 0 -3 -2 -3 -3 -4 -3 4 2 -1 0 -2 -3 0 0 -4 -2 3 0 0 5 0 0 0 0 0 0 30 23 6 0 0 0 9 6 0 0 21 0.36 0.38 51 E -2 -1 -1 0 -5 2 6 -3 -1 -4 -2 0 -3 -4 -2 -1 -2 -4 -3 -3 0 0 0 0 0 6 89 0 0 0 6 0 0 0 0 0 0 0 0 0 1.08 0.38 52 S 1 -2 2 1 5 -2 1 -2 3 0 -2 -2 -2 -3 -3 1 -1 -4 -2 1 11 0 12 6 16 0 9 0 8 5 0 0 0 0 0 15 0 0 0 17 0.30 0.38 53 T -1 -2 -1 -2 6 -2 -2 -3 5 -3 -3 -2 -2 -3 -3 1 4 -4 -2 -2 0 0 0 0 23 0 0 0 24 0 0 0 0 0 0 9 43 0 0 0 0.78 0.38 54 R -2 5 -2 -2 -4 0 -1 -3 -2 -4 -4 4 -3 -4 4 -2 -2 -4 -3 -4 0 48 0 0 0 0 0 0 0 0 0 28 0 0 23 0 0 0 0 0 0.96 0.38 55 Y -3 -3 -3 -4 -4 -3 -3 -4 1 -2 -2 -3 -2 3 -4 -3 -3 1 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 91 0 1.54 0.38 56 T -1 -2 -1 -2 -2 -2 -2 -3 -3 -2 -2 -2 -2 -3 -2 0 7 -4 -3 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 1.08 0.38 57 T -1 -2 -1 -2 -2 2 -2 -3 -3 -1 -2 -2 -1 -3 -2 2 5 -4 -3 2 0 0 0 0 0 12 0 0 0 0 0 0 0 0 0 15 49 0 0 24 0.53 0.38 58 L -2 1 -2 -2 -3 1 2 -4 -2 1 2 -1 -1 -2 -3 -1 3 -3 -3 1 0 8 0 0 0 9 16 0 0 6 27 0 0 0 0 0 23 0 0 11 0.28 0.38 59 V -2 -3 -4 -5 -2 -3 -4 -5 -4 1 4 -4 1 -1 -4 -3 -2 -3 -2 4 0 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 47 0.71 0.38 60 T -2 2 -1 -1 -4 3 4 -3 2 0 -3 0 -2 -4 -3 -1 2 -4 -2 -2 0 16 0 0 0 18 34 0 6 9 0 0 0 0 0 0 18 0 0 0 0.49 0.38 61 I -2 -4 -4 -4 -2 -3 -4 -5 -3 4 2 -4 0 -1 -4 -3 -2 -3 2 3 0 0 0 0 0 0 0 0 0 38 25 0 0 0 0 0 0 0 8 29 0.62 0.38 62 E 0 3 -2 -2 5 -1 2 -3 -2 -2 -3 -1 -2 -4 -3 1 2 -4 -3 -1 9 23 0 0 16 0 18 0 0 0 0 0 0 0 0 12 16 0 0 6 0.42 0.38 63 Q -2 2 -1 2 -4 6 1 -3 -1 -3 -1 0 -2 -4 -3 -1 -2 -3 -3 -3 0 12 0 16 0 64 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0.80 0.38 64 T -1 -2 -2 -1 3 -1 3 -3 3 -2 1 -2 -2 -3 2 2 2 -4 -2 -2 0 0 0 0 8 0 23 0 9 0 16 0 0 0 12 16 15 0 0 0 0.35 0.38 65 A 1 -2 1 2 5 -2 -1 -2 5 -1 -1 -2 -2 -2 -2 -1 0 -3 -2 1 11 1 9 14 16 0 1 1 18 1 7 1 0 0 1 1 5 0 0 13 0.33 0.34 66 P -1 -1 -1 4 -3 2 1 -2 -2 -3 -3 -1 -2 -3 5 -1 -1 -3 -2 -2 2 1 1 28 0 13 7 2 1 1 2 1 1 1 33 2 1 0 1 2 0.71 0.29 67 A 1 -2 -1 2 -2 -1 1 0 -2 1 -2 -2 -2 -3 3 2 0 -3 -3 -1 16 0 0 11 0 0 9 6 0 12 1 0 0 0 16 18 6 0 0 1 0.30 0.35 68 I 0 -3 -4 -4 -2 -3 -3 -4 -3 3 4 -3 3 -1 -3 -3 -2 -3 -2 2 6 0 0 0 0 0 0 0 0 15 50 0 8 0 0 0 0 0 0 16 0.53 0.36 69 S -1 -2 -2 -2 -3 -1 1 -3 -3 -3 -3 -2 -3 -4 6 2 3 -4 -3 -2 0 0 0 0 0 0 12 0 0 0 0 0 0 0 43 16 29 0 0 0 0.97 0.38 70 Y -2 -3 -3 -3 -3 -3 -3 3 2 -2 -1 -3 -2 2 -4 0 -2 8 3 0 0 0 0 0 0 0 0 24 6 0 6 0 0 12 0 9 0 23 9 11 0.66 0.38 71 W -2 -3 -3 -2 -3 -2 2 -4 -2 -1 2 -2 -1 3 -4 -3 -2 6 2 1 0 0 0 0 0 0 24 0 0 0 23 0 0 16 0 0 0 15 9 12 0.53 0.38 72 S -2 -3 2 -2 -3 -2 -2 -3 -3 -3 -1 -2 -3 -4 7 1 -1 -5 -4 -3 0 0 12 0 0 0 0 0 0 0 9 0 0 0 64 15 0 0 0 0 1.34 0.38 73 L -1 -3 -2 3 -3 1 -1 -3 -3 0 2 -2 -1 -2 -3 -2 1 -4 -3 2 6 0 0 24 0 9 0 0 0 0 31 0 0 0 0 0 12 0 0 18 0.31 0.38 74 P 0 -3 -3 -3 -4 -2 -2 -3 -3 -4 -4 -2 -3 -5 8 -2 -2 -5 -4 -3 9 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 0 0 2.16 0.38 75 S -1 2 -1 -2 -3 1 -1 -2 2 -3 -3 2 -2 -3 -2 3 2 -4 -2 -1 0 14 0 0 0 6 0 0 6 0 0 12 0 0 0 39 16 0 0 6 0.42 0.38 76 M 2 -3 -4 -4 -2 -2 -3 -3 -3 2 3 -3 5 -1 -3 -2 -2 -3 -2 2 24 0 0 0 0 0 0 0 0 9 28 0 27 0 0 0 0 0 0 12 0.48 0.38 77 T -2 -2 -2 -1 -3 -1 3 -3 -1 -2 0 -1 -2 -1 -3 1 1 -2 4 0 0 0 0 0 0 0 32 0 0 0 12 0 0 0 0 16 9 0 24 6 0.40 0.38 78 V -1 -4 -4 -4 -2 -3 -4 -4 -4 3 0 -3 0 -2 -4 -3 -1 -4 -2 6 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0 0 0 91 0.90 0.38 79 R -2 7 -1 -2 -5 3 -1 -3 -1 -4 -3 1 -2 -4 -3 -2 -2 -4 -3 -4 0 82 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.17 0.38 80 L -2 -3 -4 -5 -2 -3 -4 -5 -4 2 4 -4 1 -1 -4 -3 -2 -3 -2 3 0 0 0 0 0 0 0 0 0 12 65 0 0 0 0 0 0 0 0 23 0.72 0.38 81 Y -3 -3 -3 -4 -4 -3 -3 -4 1 -2 -2 -3 -2 2 -4 -3 -3 1 9 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1.65 0.38 82 H -3 3 -1 -2 -4 0 -1 -3 9 -4 -4 -1 -3 -3 -3 -2 -3 -4 0 -4 0 24 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 1.37 0.38 83 D -3 -3 0 7 -5 -1 1 -2 -2 -4 -5 -2 -4 -5 -3 -1 -2 -6 -4 -4 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.54 0.38 84 A 5 -3 -3 -3 -1 -2 -2 -1 -3 -2 -2 -2 -2 -3 -2 0 -1 -4 -3 1 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0.82 0.38 85 M -2 6 -2 -3 2 0 -2 -4 -2 -2 0 2 3 -3 -3 -2 -2 -4 -3 -2 0 59 0 0 6 0 0 0 0 0 8 12 15 0 0 0 0 0 0 0 0.74 0.38 86 V -2 -2 -3 -3 -3 3 -2 -4 -2 0 1 -2 6 -2 -3 -2 -2 -3 -2 3 0 0 0 0 0 24 0 0 0 0 12 0 32 0 0 0 0 0 0 31 0.55 0.38 87 A 5 -3 -3 -3 -1 -2 -2 -1 -3 -2 -2 -2 -2 -3 -2 0 -1 -4 -3 1 92 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0.82 0.38 88 E -2 -1 -1 1 -5 1 7 -3 -1 -4 -4 0 -3 -4 -2 -1 -2 -4 -3 -4 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 1.28 0.38 89 V 0 -3 -3 -4 -2 -3 -3 -4 -4 1 -1 -3 -1 -2 -3 -2 2 -4 -2 5 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0 0 76 0.67 0.38 90 C -2 -4 -3 -4 7 -3 -4 -4 -4 2 1 -3 -1 -2 -3 -2 3 -3 -3 1 0 0 0 0 35 0 0 0 0 12 18 0 0 0 0 0 24 0 0 11 0.70 0.38 91 S 1 -2 -1 -2 -2 -1 -2 1 5 -3 -3 -2 -3 -3 -2 3 2 -4 -2 -3 15 0 0 0 0 0 0 12 24 0 0 0 0 0 0 37 12 0 0 0 0.55 0.38 92 S 3 -3 -2 -3 6 -2 -2 1 -3 -3 -3 -2 -2 -4 -2 3 -1 -4 -3 -2 32 0 0 0 24 0 0 12 0 0 0 0 0 0 0 31 0 0 0 0 0.66 0.38 93 Q -2 -1 -2 -1 -4 5 3 1 0 -4 -3 -1 -2 -1 -3 -1 -2 -2 4 -3 0 0 0 0 0 36 29 11 0 0 0 0 0 0 0 0 0 0 24 0 0.67 0.38 94 Q -2 -1 -1 -2 -3 5 2 -3 5 -1 -2 -1 -1 -3 -3 -2 -2 -3 -2 2 0 0 0 0 0 47 11 0 18 0 0 0 0 0 0 0 0 0 0 24 0.64 0.38 95 I 1 -3 -3 -3 -3 -3 -3 3 1 4 0 -3 -1 0 -3 -2 0 -3 -2 0 18 0 0 0 0 0 0 24 6 36 5 0 0 5 0 0 6 0 0 0 0.34 0.38 96 F -2 5 -2 -3 -3 -1 -2 -1 -1 -3 -3 0 -2 2 -3 2 -2 -2 3 -1 0 48 0 0 0 0 0 5 0 0 0 0 0 9 0 20 0 0 12 6 0.53 0.38 97 R -2 7 -1 -3 -5 2 -1 -3 -1 -4 -3 1 -2 -4 -3 -2 -2 -4 -3 -4 0 88 0 0 0 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.23 0.38 98 F -3 -4 -5 -5 -3 -4 -4 -4 -3 1 3 -4 0 5 -4 -4 -3 8 1 0 0 0 0 0 0 0 0 0 0 5 32 0 0 33 0 0 0 24 0 5 0.96 0.38 99 K -2 4 -1 -2 -4 5 0 -3 -1 -4 -3 3 1 -4 -3 -1 -2 -4 -3 -3 0 30 0 0 0 39 0 0 0 0 0 26 6 0 0 0 0 0 0 0 0.78 0.38 100 A 3 -3 -2 1 -3 -2 -2 3 -3 -4 -4 -2 -3 -4 4 0 -2 -4 -4 -3 37 0 0 9 0 0 0 28 0 0 0 0 0 0 21 6 0 0 0 0 0.65 0.38 101 R -2 3 -2 -3 -3 -1 -2 -4 -3 3 0 1 2 -2 -3 0 1 -4 -3 1 0 23 0 0 0 0 0 0 0 23 8 11 7 0 0 6 9 0 0 12 0.31 0.38 102 Y -2 -3 -3 -4 -3 -2 -3 -4 0 -2 -2 -3 2 3 -4 0 -2 1 8 -2 0 0 0 0 0 0 0 0 0 0 0 0 9 7 0 8 0 0 76 0 1.17 0.38 103 D -2 -3 -1 5 -4 -2 0 0 -3 -4 -5 -2 -4 -5 6 -2 -2 -5 -4 -4 0 0 0 52 0 0 0 9 0 0 0 0 0 0 39 0 0 0 0 0 1.21 0.38 104 Y -3 -3 -3 -4 -3 -2 -3 -4 0 -2 0 -3 2 2 1 -3 -3 1 8 -2 0 0 0 0 0 0 0 0 0 0 8 0 9 0 7 0 0 0 76 0 1.14 0.38 105 P -2 -3 -3 -3 -4 -3 -2 -3 -3 -4 -4 -2 -3 1 8 -2 -2 -4 -3 -3 0 0 0 0 0 0 0 0 0 0 0 0 0 9 91 0 0 0 0 0 2.15 0.38 106 N 0 -2 7 0 -4 -1 -2 1 -1 -4 -4 -1 -3 -4 1 0 -1 -5 -3 -4 7 0 76 0 0 0 0 8 0 0 0 0 0 0 9 0 0 0 0 0 0.99 0.38 107 K 1 -1 -2 2 -4 1 3 -3 -2 -3 0 3 -2 -4 2 -1 -2 -4 -3 -3 12 0 0 11 0 6 27 0 0 0 12 24 0 0 9 0 0 0 0 0 0.39 0.38 108 K 1 2 2 1 -3 1 -1 -2 -2 -3 0 3 -2 -3 2 0 -2 -4 -3 -2 11 12 14 6 0 5 0 0 0 0 16 20 0 0 9 6 0 0 0 0 0.27 0.38 109 L 0 -3 -4 -4 -2 -2 -3 -4 -3 1 3 -3 7 -1 -4 -2 -2 -3 -2 0 9 0 0 0 0 0 0 0 0 7 26 0 58 0 0 0 0 0 0 0 0.78 0.38 110 H -2 -2 -1 -2 -4 -1 1 -3 8 -3 -2 -2 3 -1 -3 0 -2 -2 3 -1 0 0 0 0 0 0 9 0 56 0 0 0 11 0 0 7 0 0 12 5 0.88 0.38 111 Q -2 0 -1 -2 -4 6 0 -3 6 -3 -1 0 -1 -3 -3 -1 -2 -3 -1 -3 0 0 0 0 0 64 0 0 28 0 9 0 0 0 0 0 0 0 0 0 0.94 0.38 112 R -2 5 -2 -3 -4 -1 -2 -3 -2 0 -3 1 -2 -4 5 1 -2 -4 -3 -2 0 45 0 0 0 0 0 0 0 9 0 6 0 0 29 12 0 0 0 0 0.79 0.38 113 D -2 -2 0 6 -3 -1 0 -2 -2 -3 -3 -1 -3 -3 -2 1 -1 -4 -3 -3 1 1 1 77 0 1 1 1 0 1 1 1 0 1 1 10 1 0 1 1 1.01 0.32 114 E -2 -1 -1 0 -3 1 6 -2 3 -3 -3 0 -2 -3 -2 -1 -2 -3 -2 -3 1 1 1 1 0 1 77 1 9 1 1 1 0 1 1 1 1 0 1 1 0.87 0.32 115 K -1 2 -1 -1 -3 0 0 -2 -1 -3 -3 6 -2 -3 -2 -1 -1 -3 -2 -3 1 10 1 1 0 1 1 1 0 1 1 77 0 1 1 1 1 0 1 1 0.79 0.32 116 H 1 -2 0 -2 -3 -1 1 -3 6 -2 -1 -2 5 -1 -3 -2 -2 -2 3 0 17 0 6 0 0 0 9 0 26 0 0 0 24 0 0 0 0 0 12 6 0.47 0.38 117 Q -2 4 -1 -2 -4 7 1 -3 -1 -4 -3 1 -2 -4 -3 -1 -2 -3 -3 -3 0 24 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.08 0.38 118 I -2 -3 -4 -5 -2 -3 -4 -5 -4 3 3 -3 5 -1 -4 -3 -2 -3 -2 3 0 0 0 0 0 0 0 0 0 15 40 0 24 0 0 0 0 0 0 21 0.65 0.38 119 N -3 -1 7 0 -4 -1 -1 -1 0 -4 -5 -1 -3 -4 -3 0 -1 -5 -3 -4 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.40 0.38 120 Q 1 0 -2 -3 -2 2 -2 -3 -3 1 2 -2 2 -2 -3 -1 2 -3 -2 -1 18 5 0 0 0 15 0 0 0 8 27 0 6 0 0 0 21 0 0 0 0.28 0.38 121 F -3 -4 -4 -5 -4 -4 -4 -4 -2 -1 -1 -4 -1 8 -5 -4 -3 0 2 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 1.51 0.38 122 L -3 -3 -5 -5 -2 -3 -4 -5 -4 1 5 -4 1 -1 -4 -4 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.98 0.38 123 A 2 -3 -2 -3 -3 -3 -3 6 -3 -4 -4 -2 -3 -4 -3 -1 -2 -4 -4 -3 24 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 1.15 0.38 124 D -2 -1 -1 4 -5 0 5 -3 -2 -4 -4 3 -3 -4 -2 -1 -2 -4 -3 -4 0 0 0 29 0 0 47 0 0 0 0 24 0 0 0 0 0 0 0 0 0.85 0.38 125 W -4 -4 -5 -5 -3 -3 -4 -4 -4 -3 0 -4 -2 0 -5 -4 -3 12 1 -3 0 0 0 0 0 0 0 0 0 0 12 0 0 0 0 0 0 88 0 0 2.68 0.38 126 L -3 -3 -5 -5 -2 -3 -4 -5 -4 1 5 -4 1 -1 -4 -4 -2 -3 -2 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0.98 0.38 127 R 0 2 -1 3 -3 -1 1 -2 -2 -3 -3 3 -3 -4 -2 2 2 -4 -3 -3 6 15 0 17 0 0 7 0 0 0 0 21 0 0 0 18 16 0 0 0 0.42 0.38 128 Y -3 -3 -2 -4 -4 -2 -3 -4 6 -2 -2 -3 -2 5 -4 -3 -3 0 6 -2 0 0 0 0 0 0 0 0 27 0 0 0 0 34 0 0 0 0 39 0 1.03 0.33 129 C -2 -4 -4 -5 9 -4 -5 -4 -4 -1 2 -4 -1 -2 -4 -2 -2 -3 -3 -1 0 0 0 0 73 0 0 0 0 0 27 0 0 0 0 0 0 0 0 0 1.42 0.33 130 L 2 -3 -4 -4 -2 -3 -3 -3 -3 0 4 -3 1 -1 -3 -2 -2 -3 -2 0 27 0 0 0 0 0 0 0 0 0 73 0 0 0 0 0 0 0 0 0 0.60 0.33 131 A 3 2 -2 -1 -3 0 3 -2 -2 -3 -3 2 -2 -4 -2 0 -1 -4 -3 -2 44 16 0 0 0 0 27 0 0 0 0 13 0 0 0 0 0 0 0 0 0.49 0.33 132 H -2 3 -1 -3 5 -1 -2 -3 6 -3 -1 -1 -2 -3 -3 1 -2 -3 -1 -3 0 27 0 0 20 0 0 0 33 0 7 0 0 0 0 13 0 0 0 0 0.67 0.33 133 G -1 -3 -1 -2 -4 -3 -3 7 -3 -5 -5 -3 -4 -4 -3 -1 -3 -4 -4 -4 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 1.51 0.33 134 A 2 -2 -2 -3 -2 -2 -2 -2 4 3 -1 -2 -1 -2 -2 -1 2 -3 -1 0 32 0 0 0 0 0 0 0 18 34 0 0 0 0 0 0 16 0 0 0 0.28 0.19 135 M 0 -2 -1 -1 -2 0 2 -2 -2 -1 -1 -1 3 -2 -2 3 0 -3 -2 0 0 0 0 0 0 0 18 0 0 0 0 0 20 0 0 51 0 0 0 12 0.32 0.19 136 A 2 4 -2 -3 -2 -1 -2 -2 -2 -1 1 0 3 -2 -2 -1 -1 -3 -2 -1 32 34 0 0 0 0 0 0 0 0 16 0 18 0 0 0 0 0 0 0 0.32 0.19 137 I -1 -2 -2 -2 -2 -1 2 -3 -2 3 0 -2 0 -2 -2 1 2 -3 -2 2 0 0 0 0 0 0 18 0 0 36 0 0 0 0 0 12 23 0 0 12 0.26 0.19 138 P -2 -2 2 -1 -4 -2 -2 -2 -2 -4 -4 -1 -3 -4 8 -1 -1 -4 -4 -3 0 0 16 0 0 0 0 0 0 0 0 0 0 0 84 0 0 0 0 0 1.81 0.19 139 V -1 -3 -4 -4 -2 -3 -4 -4 -4 4 2 -3 1 -1 -3 -3 -1 -3 -2 4 0 0 0 0 0 0 0 0 0 39 11 0 0 0 0 0 0 0 0 49 0.56 0.19 140 Y -2 -2 -2 -3 -3 -2 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0.86 0.01 K Lambda Standard Ungapped 0.1341 0.3243 Standard Gapped 0.0410 0.2670 PSI Ungapped 0.1679 0.3179 PSI Gapped 0.0514 0.2670 proftmb-1.1.12/examples/Makefile.am0000644015075101507510000000045612026631531014060 00000000000000pkgdocexamplesdir = ${datadir}/doc/${PACKAGE}/examples dist_pkgdocexamples_DATA = 16761001.Q 1a0s_P.f.1.Q 1af6_A.f.2.Q 1bt9_A.f.3.Q 1fep_A.f.4.Q 1prn.f.5.Q 1qd5_A.f.6.Q 1qj9_A.f.7.Q 1qjp_A.f.8.Q CADN_HUMAN.Q example.Q example_dat.txt example_proftmb_pretty.txt example_proftmb_tabular.txt YQIB_ECOLI.Q proftmb-1.1.12/examples/Makefile.in0000644015075101507510000002606212026634272014077 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = examples DIST_COMMON = $(dist_pkgdocexamples_DATA) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(pkgdocexamplesdir)" DATA = $(dist_pkgdocexamples_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ INCLUDES = @INCLUDES@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pkgdocexamplesdir = ${datadir}/doc/${PACKAGE}/examples dist_pkgdocexamples_DATA = 16761001.Q 1a0s_P.f.1.Q 1af6_A.f.2.Q 1bt9_A.f.3.Q 1fep_A.f.4.Q 1prn.f.5.Q 1qd5_A.f.6.Q 1qj9_A.f.7.Q 1qjp_A.f.8.Q CADN_HUMAN.Q example.Q example_dat.txt example_proftmb_pretty.txt example_proftmb_tabular.txt YQIB_ECOLI.Q all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu examples/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-dist_pkgdocexamplesDATA: $(dist_pkgdocexamples_DATA) @$(NORMAL_INSTALL) test -z "$(pkgdocexamplesdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdocexamplesdir)" @list='$(dist_pkgdocexamples_DATA)'; test -n "$(pkgdocexamplesdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdocexamplesdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdocexamplesdir)" || exit $$?; \ done uninstall-dist_pkgdocexamplesDATA: @$(NORMAL_UNINSTALL) @list='$(dist_pkgdocexamples_DATA)'; test -n "$(pkgdocexamplesdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgdocexamplesdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgdocexamplesdir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(pkgdocexamplesdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dist_pkgdocexamplesDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-dist_pkgdocexamplesDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am \ install-dist_pkgdocexamplesDATA install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am uninstall uninstall-am \ uninstall-dist_pkgdocexamplesDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: proftmb-1.1.12/src/0000755015075101507510000000000012026635704011056 500000000000000proftmb-1.1.12/src/proftmb_example.txt.raw0000644015075101507510000000242312026631527015513 00000000000000[DESCRIPTION] proftmb predicts bacterial transmembrane beta barrels from sequence using profile fed Hidden Markov Models (HMM). .SS "Output format" .IX Subsection "Output format" Self-annotating. Letters of prediction: 'i' - inside cytoplasm, 'O' - outside cytoplasm, 'U' - up (on chain moving out of cytoplasm), 'D' - down (on chain moving into cytoplasm). .PP .SS "References" .IX Subsection "References" .IP "Bigelow, H. and Rost, B. (2006). PROFtmb: a web server for predicting bacterial transmembrane beta barrel proteins. Nucleic Acids Res, 34(Web Server issue), W186\-8." 4 .IX Item "Bigelow, H. and Rost, B. (2006). PROFtmb: a web server for predicting bacterial transmembrane beta barrel proteins. Nucleic Acids Res, 34(Web Server issue), W186\-8." [EXAMPLES] .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .Vb 1 \& proftmb @__pkgdatadir__/options \-q __datadir__/doc/__PACKAGE__/examples/example.Q \-o /tmp/example .Ve .PP The above produces 3 output files: \fI/tmp/example_proftmb_tabular.txt\fR, \fI/tmp/example_proftmb_pretty.txt\fR and \fI/tmp/example_dat.txt\fR. Compare these to the examples in \fI__datadir__/doc/__PACKAGE__/examples\fR. [BUGS] Please report bugs at . proftmb-1.1.12/src/Eval.h0000644015075101507510000000320212026631527012032 00000000000000//evaluation functions for 2-state statistics. //Q2, MCC, sov(beta) #include "structs.h" #include #include #include #include #include #include #include "TrainSeq.h" using namespace std; double Q2(Stats&); double MCC(Stats&); double MCC(vector >&,int); double Qnon(Stats&); double Qbeta(Stats&); double Qbetapred(Stats&); double Qbetaobs(Stats&); double Qpctpred(vector >&,int); double Qpctobs(vector >&,int); double Q(vector >&); double Q(vector >&); vector >CTableTally(vector&, set&, bool); vector >CTableSum(vector >, vector >); void CTableClear(vector >&); void DecodeStats(vector&, vector&, vector >&, measure&, unsigned int, bool); vectorROCnCurve(vector&,int); /* double ROCn(vector&,uint n=0); */ /* double ROCn(vector&,uint n,double& sd); */ vector ROCRaw(vector&,uint); vector ROCRaw(vector&,uint); vector ROCResample(vector&,double&,double&,double&,int); template vector Resample(vector&,int); double GigiIndex(double,uint); void PrintHisto(char*,vector&,int); map > > ScoCov(vector&); vector > >AccCov(vector&,string &, bool dQ=false); pair CalcAccCovFromZ(double&); map >CoverageTable(vector >&); float RelativeEntropy(vector& A, vector& B) throw (char *); proftmb-1.1.12/src/HMMEval.h0000644015075101507510000000034612026631527012402 00000000000000#ifndef _HMMEval #define _HMMEVal #include #include "TrainSeq.h" #include "Seq.h" Stats EvalPred(std::vector&,bool=false); Stats EvalPred(std::vector&,bool=false); float Sov1999(Seq&,int,char=0); #endif proftmb-1.1.12/src/HMMOutput.h0000644015075101507510000000135712026631527013016 00000000000000#ifndef _HMMOutput #define _HMMOutput #include "Seq.h" #include "Par.h" void PrintID(Seq&); void PrintScore(ostream&,Seq&); void PrintPaths(ostream&,Seq&); void PrintLabel(ostream&,Seq&); void PrintPred(ostream&,Seq&); void PrintPred2(ostream&,Seq&); void Print(ostream&,Seq&,bool,bool); string RdbHeader(bool); void PrintRdb(ostream&,Seq&,bool, bool); string Header(pair&, Seq&, double, int); void PrintPretty(ostream&,Seq&,double, int); void PrintPosteriorDat(ostream&, Seq&, Par&, double); void PrintArch(ostream&,Par&); void PrintTrans(ostream&,Par&); void DisplayArch(ostream&,Par&,uint,char* =""); void PrintEmit(ostream&,Par&); void PrintEmitLogOdds(ostream&,Par&,float); void PrintEmit(ostream&,Par&,uint,char* =""); #endif proftmb-1.1.12/src/HTools.h0000644015075101507510000000067612026631527012367 00000000000000#ifndef _HTools #define _HTools #include "Seq.h" #include "Par.h" bool TrelQ (unsigned int, unsigned int, Seq&, bool); bool TrelQ (unsigned int, const set&); void PrintFSum(Seq&, Par&, const unsigned int, const unsigned int, bool); bool NotifyDeadEnd(Seq&, unsigned int, set&); bool NotifyDeadEndTerm(Seq&, set&); bool NotifyDeadEnd(Seq&, unsigned int, set&, set&); #endif proftmb-1.1.12/src/Load.h0000644015075101507510000000053512026631527012030 00000000000000#ifndef _Load #define _Load #include "TrainSeq.h" #include #include #include #include vector LoadTrainSeqs(char *, char *); vector LoadTestSeqs(char *); Seq LoadOneSeq(ifstream&); Seq LoadOneSeq(ifstream&,set&,map&); vector >LoadJackknifeGroups(char *); #endif proftmb-1.1.12/src/Output.h0000644015075101507510000000253712026631527012455 00000000000000#ifndef _Output #define _Output #include #include #include #include #include #include using namespace std; typedef unsigned int uint; void PrintResults(ostream&,double,double,double,double, double,double,double,double); void PrintKaleida(const char*,map > >&, char*,char*); void PrintKaleida(const char*,vector > >&); void PrintGnuplot(const char*,map > >&, char*,char*,char*); void PrintGnuplot(const char*,vector > >&,const char*); void PrintTable(vector >&,vector&,ofstream&); void PrintTable(vector >&,vector&,ofstream&); void PrintTable(map >&,char *); multimap SortMap(map > >&); multimap > SortMapRev(map > >&); template void PrintMap(ostream& of,map& m){ typename map::iterator it; for (it=m.begin();it!=m.end();it++){ of<first<<'\t'<second< #include #include #include #include //for pair #include #include enum { STD_GRAD_DESCENT, ALGORITHM_1, ALGORITHM_2, BAUM_WELCH }; enum { CML, MLFREE, MLCLAMP, DISCRIM }; enum { SINGLE, COMPLEMENT }; enum { VITERBI, APOSTERIORI, KROGH1BEST }; using namespace std; typedef vector > > STEP; struct zcal { vector z, cov, acc; }; class TrainSeq; class Seq; class Par { static void InitAbet(const char*); static void InitConst(double,double,double, int, int, double); static void InitMaps(char*,char*,char*,char*); static void LoadL2L(char*) throw (string&); static void LoadL2A(char*) throw (string&); static void LoadA2E(char*) throw (string&); static void LoadConnect(char*) throw (string&); static void LoadRedux(char *,vector&, map&, vector&) throw (string&); static void UpdateA(vector >&,uint,uint); static void UpdateA2(vector >&,uint,uint); //helper functions for construction void Allocate(uint,uint); void InitArch(double); void InitEmit(double); void BaumWelch(vector&, double, set&); //iterates EM until some cutoff void TransExpectation(vector&, set&, bool); void EmitExpectation(vector&, set&, bool); void Expectations(vector&, set&, bool); void MLFreeGradients(vector&, set&); void MLClampGradients(vector&, set&); void CMLGradients(vector&, set&); void AdvanceTime(); void UpdateEmit(); void UpdateArch(); public: void IncrComp(Seq&); vector > FindSources(const unsigned int, const set&); vector > FindTargets(const unsigned int, const set&); void ReducedViterbi(Seq&); Par(vector&,char*,set&,bool=false); Par(); pair Update(vector&,set&); void TallyA(vector&,set&, bool); void TallyE(vector&,set&, bool); double GradientStep(vector&, set&); double BaumWelchStep(vector&, set&); void InitializeGradientDescent(); //from Params.cpp void Store(char *); void Read(char *); static void StoreStatic(char *); static void ReadStatic(char *); // i=int,s=string,d=double vector >Arch; // Arch[ian_src][n_for]=(node,score) vectorArchSize; //ArchSize[ian]= vector >ArchRev; // ArchRev[ian_targ][n_rev]=pair vector >A_clamp,A_free,C_clamp,C_free; //A[ian][ian] and C[ien][c] convenience vars vector >EmitAmino; //EmitAmino[ien][c]=double vector > >zArch, zEmit, delArch, delEmit; //variables for Gradient Descent training static map >Connect; static map AminoMap; // Aminomap[sam]=iam; static map AminoMapRev; //AminoMapRev[iam]=sam; static vectorA2E; //A2E[ian]=ien; static mapSLNmap,SANmap,SENmap, Evalmap, Decodemap; //SLNmap[sln]=iln static mapSLNrev,SANrev,SENrev; //SLNrev[iln]=sln static vector Evalrev, Decoderev; static setSStates; //Strand states static unsigned int Begin_ian, End_ian; static mapL2Lmap; //L2Lmap[sln_old]=sln_new static vector >LA; //LA[iln][ian]=bool static vector ReduxDecode, ReduxEval; //ReduxDecode[ian] = istate static unsigned int NDecode,NEval; //Number of decode and eval states static unsigned int NumE, NumA, NumL, NumATotal; //NumATotal includes BEGIN and END states static unsigned int NUMAMINO; static vectorAAComp; //AAComp[c]=double (counts) static vector >Zcurve; //Z-score (mean,sd) points at integral values static zcal ZCalibration; //maps z-score to static double Slope,Intercept; static double DelMin, DelMax, APlus, AMinus, Del; //Hyperparameters for Gradient Descent Training static int Algorithm, Objective, PathSelection; static double Regularizer; static bool RegularizeQ; static dirichlet Dirichlet; static void Clear(); static void Init(char* ,char* ,char* ,char* ,char*, double, int, int, double); static void InitRedux(char *, char *); static void Init(const char*); static void Init(char*,const char *); static void InitDirichlet(char*); static void InitZCalibration(char*); static void PrintZCurve(vector >&,char *); static void ReadZCurve(char *) throw (string &); static void ReadNullFreq(char *) throw (string &); static double CalcDelta(pair&, pair&); static void LoadStrandStates(char *); }; #endif proftmb-1.1.12/src/Regularization.h0000644015075101507510000000053512026631527014150 00000000000000#ifndef _Regularization #define _Regularization #include using std::vector; struct dirichlet { vector coeff; vector > alpha; }; double NgivenAlpha(vector&, vector&); vector Dirichlet(vector&, dirichlet&); void ArchPrior(vector&); void EmitPrior(vector&); #endif proftmb-1.1.12/src/Seq.h0000644015075101507510000001235012026631527011677 00000000000000#ifndef _SEQ #define _SEQ #include "structs.h" //for small structures like proftriple #include #include #include #include #include #include #include using std::vector; using std::string; using std::set; using std::map; using std::pair; using std::ifstream; class Par; //Forward declaration struct vec { unsigned int iaa; unsigned int act_ian, pred_ian; unsigned int act_rstate, pred_rstate; //reduced state from ReduxDecode string cpn, cln; double fbs; double b,c,n,C_log,D_log,N_path_log; unsigned int N_ext; bool predbeta_atomQ,predbetaQ,actbetaQ; //c(t)=auxiliary scale factor =sum_i(alpha_auxiliary(i,t)) //C=forward scale factor =c(0)*c(1)*...*c(t) //D=backward scale factor = c(T-1)*c(T-2)*...*c(t) //labeled state signature //forward-backward-sum, an intermediate variable used in the calculation //N_path_log=log of # paths void init_vec(){ fbs=b=c=n=0.0; C_log=D_log=N_path_log=-HUGE_VAL; N_ext=0; } vec():fbs(0),b(0),c(0),n(0),C_log(-HUGE_VAL), D_log(-HUGE_VAL),N_path_log(-HUGE_VAL),N_ext(0){} //warning: calling vec() seems to initialize other things //like actbetaQ that we don't want initialized }; class Seq { public: static struct labels {string id,lb,sq,ts,wt,pr,H,E,L;} lb; struct SeqData { unsigned int Seqlen; string SeqID,AASeq,Set,ClassDesc,ReducedDesc; //dataset the sequence is from double P_clamp_log,P_free_log,P_log, RV_log,P_log_ave; double P_scl_clamp, P_scl_free, C_log, P_log_vp; double P_log_ap,P_scl_h,Z_log,S,Pnorm_log,null_log; double Pbits, Score, RVbits, N_path_log, evalue, pvalue; float weight; //whole-sequence weighting for redundancy reduction //used in Par::ComputeNormE (Baum Welch updating) //Pbits=P_log - null_log //RVbits=RV_log - null_log //ap 'all path' vp, 'valid path' //S is sum of profile column //RVbits is the reduced viterbi bits score = bool posQ; //true if this sequence is in the positive set bool labelQ; //true if sequence has labelling int npredstrands;//number of predicted beta-strands for this //sequence } scl; vectorrow; vectorLabel; //Label[t] = valid iln vector >Profile; //Profile[t][c]=double vector >trel; //trel[t][i]=double vector >CTable; //CTable[pred][act]=count static string CheckDat(set >&); static string CheckProfile(set >&,unsigned int); //void IncrAtom(double (*) (unsigned int,unsigned int)); void InitProfile(set >&,unsigned int); void InitProfile(const char*); bool InitLabels(set >&) throw (string&); //from Posterior.cpp void CountPredStrands(); void Posterior(Par&); vector > CalcReduxPosterior(Par&); void LogViterbiMulti(Par&); void PosteriorTraceback(Par&); //from Viterbi.cpp void Viterbi(Par&); void ViterbiInit(Par&); void ViterbiInduction(Par&); void ViterbiTermination(Par&); void ViterbiTraceback(Par&); //from Forward.cpp double Forward(Par&, vector >&); double Forward(Par&); void ForwardAlloc(vector >&, vector&); void ForwardClear(vector >&, vector&); void ForwardInit(Par&, vector&, vec&, set&); void ForwardInduct(Par&, unsigned int, const vector&, vector&, const vec&, vec&, const set&, const set&); double Term(Par&, const vector&, const vec&, const set&); void CalcFinal(Par&); void CalcDlog(vector&); double AAux(Par&, const unsigned int, const unsigned int, const vector&, const set&, const set&); void AScale(Par&, vector&, double, vec&, const set&); double CalcNulllog(Par&); //from Backward.cpp void Backward(Par&, vector >&); void Backward(Par&); void BackwardInit(Par&, vector&, vec&, set&); void BackwardInduct(Par&, unsigned int, const vector&, vector&, const vec&, vec&, const set&, const set&); double BAux(Par&, const unsigned int, const unsigned int, const vector&, const set&, const set&); void BScale(vector&, vec&, const set&); //from Krogh1Best.cpp void Krogh1Best(Par&); //from ??? void TallyStates(unsigned int,Par&); void CalcCTable(Par&); static struct ext { enum {A,P,AGProf,ALProf,PGProf,PLProf,Null}; //these are hard-coded names to correspond with //functions ReturnA, ReturnP, etc. in class Seq } func; Seq(); Seq(const char*,const char*); Seq(set >&,string, set&,map&); double (Seq::*pReturn)(unsigned int,unsigned int,Par&); //decides which return function to be used double ReturnA(unsigned int,unsigned int,Par&); double ReturnP(unsigned int,unsigned int,Par&); static void InitSeq(); static map > > Read(char*) throw (string&); static pair > > ReadOne(ifstream&); }; #endif proftmb-1.1.12/src/Serialize.h0000644015075101507510000001242312026631527013077 00000000000000#include #include #include #include #include #include //using namespace std; using std::ofstream; using std::vector; template void StoreVector(ofstream& of, vector& D, T dummy){ //store a vector where T has two members unsigned int a; for (a = 0; a < D.size(); a++){ of< void StoreVector(ofstream& of, vector& D, T dummy1, M1 dummy2, M2 dummy3){ //store a vector where T has two members unsigned int a; M1 *m1; M2 *m2; for (a = 0; a < D.size(); a++){ m1 = (M1 *) &D[a]; m2 = (M2 *) (m1 + 1); of<<*m1<<','<<*m2; if (a < D.size()-1) of<<'\t'; } of< void ReadVector(ifstream& infile, vector& D, T dummy1, M1 dummy2, M2 dummy3){ //read stored data into vector D D.resize(0); M1 m1; M2 m2; char c1[1000], c2[1000]; char buf[1000]; char *line = new char[100000]; while (1){ infile.getline(line,100000); if (strcmp(line, "ENDRECORD") == 0) break; istringstream iline(line); while (iline>>buf){ sscanf(buf, "%[^,],%[^,]", c1, c2); istringstream buf2(c1); istringstream buf3(c2); buf2>>m1; buf3>>m2; D.push_back(T(m1,m2)); } } delete [] line; } template void ReadVector(ifstream& infile, vector& D, T dummy1){ //read stored data into vector D D.resize(0); T t; char buf[1000]; char *line = new char[100000]; while (1){ infile.getline(line,100000); if (strcmp(line, "ENDRECORD") == 0) break; istringstream iline(line); while (iline>>buf){ istringstream ibuf(buf); ibuf>>t; D.push_back(t); } } delete [] line; } template void Store2DVector(ofstream& of, vector >& D, T dummy){ //store a vector > where T has two members unsigned int a1, a2; for (a1 = 0; a1 < D.size(); a1++){ for (a2 = 0; a2 < D[a1].size(); a2++){ of< void Store2DVector(ofstream& of, vector >& D, T dummy1, M1 dummy2, M2 dummy3){ //store a vector > where T has two members unsigned int a1, a2; M1 *m1; M2 *m2; for (a1 = 0; a1 < D.size(); a1++){ for (a2 = 0; a2 < D[a1].size(); a2++){ m1 = (M1 *) &D[a1][a2]; m2 = (M2 *) (m1 + 1); of<<*m1<<','<<*m2; if (a2 < D[a1].size()-1) of<<'\t'; } of< void Read2DVector(ifstream& infile, vector >& D, T dummy1, M1 dummy2, M2 dummy3){ //read stored data into vector > D D.resize(0); M1 m1; M2 m2; char c1[1000], c2[1000]; char buf[1000]; char *line = new char[100000]; unsigned int last = 0; while (1){ infile.getline(line,100000); istringstream iline(line); if (strcmp(line, "ENDRECORD") == 0) break; if (! infile) { cerr<<"Read2DVector: Reached EOF without an ENDRECORD"<()); last = D.size() - 1; while (iline>>buf){ sscanf(buf, "%[^,],%[^,]", c1, c2); istringstream buf2(c1); buf2>>m1; istringstream buf3(c2); buf3>>m2; D[last].push_back(T(m1,m2)); } } delete [] line; } template void Read2DVector(ifstream& infile, vector >& D, T dummy){ //read stored data into vector > D D.resize(0); T t; char buf[1000]; char *line = new char[100000]; unsigned int last = 0; while (infile.getline(line,100000)){ istringstream iline(line); if (strcmp(line, "ENDRECORD") == 0) break; D.push_back(vector()); last = D.size() - 1; while (iline>>buf){ istringstream ibuf(buf); ibuf>>t; D[last].push_back(t); } } delete [] line; } template void ReadMap(ifstream& infile, map& D, K dummy1, V dummy2){ //read stored data into map D D.clear(); K k; V v; char c1[1000], c2[1000]; char buf[1000]; char *line = new char[100000]; while (1){ infile.getline(line,100000); istringstream iline(line); if (strcmp(line, "ENDRECORD") == 0) break; if (! infile) { cerr<<"ReadMap: Reached EOF without an ENDRECORD"<>buf){ sscanf(buf, "%[^,],%[^,]", c1, c2); istringstream buf2(c1); buf2>>k; istringstream buf3(c2); buf3>>v; D[k] = v; } } delete [] line; } template void StoreMap(ofstream& of, map& D, K dummy1, V dummy2){ //store a vector > where T has two members typename map::iterator dit; unsigned int ctr = 0; for (dit = D.begin(); dit != D.end(); dit++){ of<first<<','<second; ctr++; if (ctr % 20 != 0 && ctr < D.size() - 1) of<<'\t'; else of< void StoreSimple(ofstream& of, S& D){ //store a simple data type of< void ReadSimple(ifstream& ifile, S& D){ //read a simple data type char line[1000]; ifile.getline(line,1000); istringstream iline(line); iline>>D; ifile.getline(line,1000); if (strcmp(line,"ENDRECORD") != 0) { cerr<<"ReadSimple: Missing ENDRECORD after single value"<SOV(all), 1->SOV(H), 2->SOV(E), 3->SOV(C) int sov_method; //0->(1994 JMB algorithm), 1->(1999 Proteins algorithm float sov_delta; float sov_delta_s; int sov_out; char fname[80]; parameters():input(0),order(0),sov_what(0),sov_method(1), sov_delta(1.0),sov_delta_s(0.5),sov_out(0){} //these defaults do }; float sov(int,char*,char*,parameters*); proftmb-1.1.12/src/Tools.h0000644015075101507510000000363012026631527012250 00000000000000#ifndef _TOOLS #define _TOOLS #include #include #include #include #include using namespace std; namespace Tools { map CreateMap(const vector&); double DotP(double *,double *,int); double DotP(float *,float *,int); double DotP(float *,double *,int); double DotP(double *,float *,int); double DotPWarn(double *,double *,int); void Normalize(double *,int); void Normalize(float *,int); void NormalizeWarn(double *,int); void NormalizeWarn(float *,int); bool BoolNormalize(double *,int); bool BoolNormalize(float *,int); void PseudoNormalize(double *,int); void PseudoNormalize(float *,int); void AddPrior(double*,double*,double,int); double Average(double*,int); string GetUntil(istream&,char*); string GetUntilNot(istream&,char*); bool PutString(istream&,char*,uint s=0); template void Error(const A p1){ cerr< void Error(const A p1,const B p2){ cerr< void Error(const A p1,const B p2,const C p3){ cerr< void Error(const A p1,const B p2,const C p3, const D p4){ cerr< void Error(const A p1,const B p2,const C p3, const D p4,const E p5){ cerr< void Error(const A p1,const B p2,const C p3, const D p4,const E p5,const F p6){ cerr< >A_clamp,A_free,C_clamp,C_free; //expectations for clamped and free modes void ExpectationA(Par&, bool); //umbrella function, executes all following functions void ExpectationTrans(Par&, bool); void ExpectationBegin(Par&, bool); void ExpectationEnd(Par&, bool); double Trans(const uint,const uint,double,Par&, bool); //Helper function for ExpectationTrans void ExpectationC(Par&, bool); //expected values of emissions void ExpectationP(Par&); //expected values of emissions TrainSeq(); TrainSeq(set >&,string, set&,map&); void Allocate(Par&); }; #endif proftmb-1.1.12/src/Zscore.h0000644015075101507510000000103012026631527012405 00000000000000#include #include #include #include using namespace std; vector > Z_Calibrate(set >&,int,double) throw (string&); set > > ComputeStats(vector&, vector&,int); vector > InterpolateValues(const set > >&); bool DiscardOutliers(vector&, vector&, vector >&,double); double CalcZScore(vector >&,int,double); proftmb-1.1.12/src/constants.h0000644015075101507510000000022312026631527013157 00000000000000#ifndef _CONSTANTS #define _CONSTANTS #define ALLOC 10000 //the longest amino acid sequence #define ALLOCBIG 3000000 #define NINF -100000 #endif proftmb-1.1.12/src/structs.h0000644015075101507510000000533012026631527012656 00000000000000#ifndef _Structs #define _Structs #include #include #include #include using std::string; using std::vector; using std::ostream; typedef unsigned int uint; struct names { unsigned int iln,ian,ien; string sln,san; char cln[2]; bool betaQ; friend ostream& operator<<(ostream&,names&); names(){} names(unsigned int l,unsigned int a,unsigned int e,string sln,string san,bool b): iln(l),ian(a),ien(e),sln(sln),san(san),betaQ(b){ cln[0]=sln[0]; cln[1]=sln[1]; } }; struct tarsrcpair { //used for ArchSize unsigned int ntar,nsrc; tarsrcpair(unsigned int t = 0, unsigned int s = 0):ntar(t),nsrc(s){} }; struct archpair { //used for Arch unsigned int node; double score; archpair(unsigned int n = 0, double s = 0.0):node(n),score(s){} }; struct revpair { //used for ArchRev unsigned int src,index; revpair(unsigned int s = 0, unsigned int i = 0):src(s),index(i){} }; class evaldat { public: string cl,id,cd; //class, id, classdesc int cdct; //cd counts (number of proteins in this class bool posQ; unsigned int length; double pbits,zscore,evalscore; //evalscore used by scocov and acccov friend ostream& operator<<(ostream&,evaldat&); evaldat(string& c,string& i,string& cd,bool p,unsigned int l, double pb,double z,double e): cl(c),id(i),cd(cd),posQ(p),length(l), pbits(pb),zscore(z),evalscore(e){} }; class triplet { string cl; double sco,cov; public: friend ostream& operator<<(ostream&,triplet&); triplet(string,double,double); }; struct scpair { double sco,cov; scpair(double s,double c):sco(s),cov(c){} }; struct roc { double tpf,fpf,tpf_sd; double sco; roc(double tpf=0.0,double fpf=0.0,double tpf_sd=0.0, double sco=0) : tpf(tpf),fpf(fpf),tpf_sd(tpf_sd),sco(sco){} }; struct Stats{ double P,O,U,N; Stats():P(0.0),O(0.0),U(0.0),N(0.0){} }; struct mat { double a, a_scl, a_aux, a_log, b, b_scl, b_aux, b_log, cs, cs_log, as; double a_aux_b,a_aux_n; uint s_atom; //cumulative-score(for viterbi decoding) //alpha,scaled alpha,auxiliary alpha //beta, scaled beta,auxiliary beta //atomic score,source-atom //source set (which set (beta/non-beta) is the source set) mat(): a(0),a_scl(0), a_aux(0), a_log(-HUGE_VAL), b(0), b_scl(0), b_aux(0), b_log(-HUGE_VAL), cs(0), cs_log(-HUGE_VAL), as(0), a_aux_b(0), a_aux_n(0), s_atom(0){} }; struct measure{ bool printSD; double meanQ, sdQ; double meanSOVPos, sdSOVPos; double meanSOVALL, sdSOVALL; std::vector meanQpred, sdQpred; std::vector meanQobs, sdQobs; std::vector meanMCC, sdMCC; char pfx; measure(); public: static string PrintHeader(std::vector&); static string PrintData(std::vector&); friend ostream& operator<<(ostream&, measure&); }; #endif proftmb-1.1.12/src/Makefile.am0000644015075101507510000000336512026631527013040 00000000000000AUTOMAKE_OPTIONS = std-options noinst_HEADERS = \ Eval.h \ HMMEval.h \ HMMOutput.h \ HTools.h \ Load.h \ Output.h \ Par.h \ Regularization.h \ Seq.h \ Serialize.h \ Sov.h \ Tools.h \ TrainSeq.h \ Zscore.h \ constants.h \ structs.h noinst_LIBRARIES = libhmm.a libhmm_a_SOURCES = \ Backward.cpp \ BaumWelch.cpp \ Eval.cpp \ ExpectA.cpp \ ExpectC.cpp \ Forward.cpp \ GradientDescent.cpp \ HMMEval.cpp \ HMMOutput.cpp \ HTools.cpp \ Krogh1Best.cpp \ Load.cpp \ Output.cpp \ Par.cpp \ Params.cpp \ Posterior.cpp \ Regularization.cpp \ Seq.cpp \ Sov.cpp \ structs.cpp \ Tally.cpp \ Tools.cpp \ TrainSeq.cpp \ Viterbi.cpp \ Zscore.cpp dnl bin_PROGRAMS = proftmb composition accvcov hmmdisc hmm hmmstats dnl bin_PROGRAMS = proftmb hmm hmmtrain dnl bin_PROGRAMS = hmm hmmtrain bin_PROGRAMS = proftmb proftmb_SOURCES = proftmb.cpp dnl hmmdisc_SOURCES = hmmdisc.cpp dnl composition_SOURCES = composition.cpp dnl accvcov_SOURCES = AccvCov.cpp dnl hmm_SOURCES = hmm.cpp dnl hmmtrain_SOURCES = hmmtrain.cpp dnl hmmstats_SOURCES = hmmstats.cpp proftmb_DEPENDENCIES = libhmm.a dnl hmmdisc_DEPENDENCIES = libhmm.a dnl composition_DEPENDENCIES = libhmm.a dnl accvcov_DEPENDENCIES = libhmm.a dnl hmm_DEPENDENCIES = libhmm.a dnl hmmtrain_DEPENDENCIES = libhmm.a dnl hmmstats_DEPENDENCIES = libhmm.a proftmb_LDADD = libhmm.a man_MANS = proftmb.1 dist_noinst_DATA = proftmb_example.txt.raw proftmb_example.txt: proftmb_example.txt.raw sed -e 's|__pkgdatadir__|$(pkgdatadir)|g;s|__datadir__|$(datadir)|g;s|__PACKAGE__|$(PACKAGE)|g;' < $< > $@ proftmb.1: proftmb$(EXEEXT) proftmb_example.txt help2man -n 'per-residue prediction of bacterial transmembrane beta barrels' --output=$@ --no-info --include=proftmb_example.txt ./proftmb$(EXEEXT) clean-local: rm -f proftmb_example.txt proftmb.1 proftmb-1.1.12/src/Makefile.in0000644015075101507510000005461312026634272013053 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : bin_PROGRAMS = proftmb$(EXEEXT) subdir = src DIST_COMMON = $(dist_noinst_DATA) $(noinst_HEADERS) \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) AR = ar ARFLAGS = cru libhmm_a_AR = $(AR) $(ARFLAGS) libhmm_a_LIBADD = am_libhmm_a_OBJECTS = Backward.$(OBJEXT) BaumWelch.$(OBJEXT) \ Eval.$(OBJEXT) ExpectA.$(OBJEXT) ExpectC.$(OBJEXT) \ Forward.$(OBJEXT) GradientDescent.$(OBJEXT) HMMEval.$(OBJEXT) \ HMMOutput.$(OBJEXT) HTools.$(OBJEXT) Krogh1Best.$(OBJEXT) \ Load.$(OBJEXT) Output.$(OBJEXT) Par.$(OBJEXT) Params.$(OBJEXT) \ Posterior.$(OBJEXT) Regularization.$(OBJEXT) Seq.$(OBJEXT) \ Sov.$(OBJEXT) structs.$(OBJEXT) Tally.$(OBJEXT) \ Tools.$(OBJEXT) TrainSeq.$(OBJEXT) Viterbi.$(OBJEXT) \ Zscore.$(OBJEXT) libhmm_a_OBJECTS = $(am_libhmm_a_OBJECTS) am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am_proftmb_OBJECTS = proftmb.$(OBJEXT) proftmb_OBJECTS = $(am_proftmb_OBJECTS) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ SOURCES = $(libhmm_a_SOURCES) $(proftmb_SOURCES) DIST_SOURCES = $(libhmm_a_SOURCES) $(proftmb_SOURCES) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) DATA = $(dist_noinst_DATA) HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ INCLUDES = @INCLUDES@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = std-options noinst_HEADERS = \ Eval.h \ HMMEval.h \ HMMOutput.h \ HTools.h \ Load.h \ Output.h \ Par.h \ Regularization.h \ Seq.h \ Serialize.h \ Sov.h \ Tools.h \ TrainSeq.h \ Zscore.h \ constants.h \ structs.h noinst_LIBRARIES = libhmm.a libhmm_a_SOURCES = \ Backward.cpp \ BaumWelch.cpp \ Eval.cpp \ ExpectA.cpp \ ExpectC.cpp \ Forward.cpp \ GradientDescent.cpp \ HMMEval.cpp \ HMMOutput.cpp \ HTools.cpp \ Krogh1Best.cpp \ Load.cpp \ Output.cpp \ Par.cpp \ Params.cpp \ Posterior.cpp \ Regularization.cpp \ Seq.cpp \ Sov.cpp \ structs.cpp \ Tally.cpp \ Tools.cpp \ TrainSeq.cpp \ Viterbi.cpp \ Zscore.cpp proftmb_SOURCES = proftmb.cpp proftmb_DEPENDENCIES = libhmm.a proftmb_LDADD = libhmm.a man_MANS = proftmb.1 dist_noinst_DATA = proftmb_example.txt.raw all: all-am .SUFFIXES: .SUFFIXES: .cpp .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) libhmm.a: $(libhmm_a_OBJECTS) $(libhmm_a_DEPENDENCIES) -rm -f libhmm.a $(libhmm_a_AR) libhmm.a $(libhmm_a_OBJECTS) $(libhmm_a_LIBADD) $(RANLIB) libhmm.a install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ esac; \ f=`echo "$$p" | \ sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ for opt in --help --version; do \ if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \ 2>c$${pid}_.err &2; bad=1; fi; \ done; \ done; rm -f c$${pid}_.???; exit $$bad proftmb$(EXEEXT): $(proftmb_OBJECTS) $(proftmb_DEPENDENCIES) @rm -f proftmb$(EXEEXT) $(CXXLINK) $(proftmb_OBJECTS) $(proftmb_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Backward.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaumWelch.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Eval.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpectA.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpectC.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Forward.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GradientDescent.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HMMEval.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HMMOutput.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTools.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Krogh1Best.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Load.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Par.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Params.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Posterior.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Regularization.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Seq.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Sov.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tally.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tools.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TrainSeq.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Viterbi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Zscore.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proftmb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/structs.Po@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` install-man1: $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list=''; test -n "$(man1dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ test -z "$$files" || { \ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @list='$(MANS)'; if test -n "$$list"; then \ list=`for p in $$list; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ if test -n "$$list" && \ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ echo " typically \`make maintainer-clean' will remove them" >&2; \ exit 1; \ else :; fi; \ else :; fi @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-local \ clean-noinstLIBRARIES mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: installcheck-binPROGRAMS maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-local clean-noinstLIBRARIES ctags \ distclean distclean-compile distclean-generic distclean-tags \ distdir dvi dvi-am html html-am info info-am install \ install-am install-binPROGRAMS install-data install-data-am \ install-dvi install-dvi-am install-exec install-exec-am \ install-html install-html-am install-info install-info-am \ install-man install-man1 install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installcheck-binPROGRAMS installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ uninstall-am uninstall-binPROGRAMS uninstall-man \ uninstall-man1 dnl bin_PROGRAMS = proftmb composition accvcov hmmdisc hmm hmmstats dnl bin_PROGRAMS = proftmb hmm hmmtrain dnl bin_PROGRAMS = hmm hmmtrain dnl hmmdisc_SOURCES = hmmdisc.cpp dnl composition_SOURCES = composition.cpp dnl accvcov_SOURCES = AccvCov.cpp dnl hmm_SOURCES = hmm.cpp dnl hmmtrain_SOURCES = hmmtrain.cpp dnl hmmstats_SOURCES = hmmstats.cpp dnl hmmdisc_DEPENDENCIES = libhmm.a dnl composition_DEPENDENCIES = libhmm.a dnl accvcov_DEPENDENCIES = libhmm.a dnl hmm_DEPENDENCIES = libhmm.a dnl hmmtrain_DEPENDENCIES = libhmm.a dnl hmmstats_DEPENDENCIES = libhmm.a proftmb_example.txt: proftmb_example.txt.raw sed -e 's|__pkgdatadir__|$(pkgdatadir)|g;s|__datadir__|$(datadir)|g;s|__PACKAGE__|$(PACKAGE)|g;' < $< > $@ proftmb.1: proftmb$(EXEEXT) proftmb_example.txt help2man -n 'per-residue prediction of bacterial transmembrane beta barrels' --output=$@ --no-info --include=proftmb_example.txt ./proftmb$(EXEEXT) clean-local: rm -f proftmb_example.txt proftmb.1 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: proftmb-1.1.12/src/Backward.cpp0000644015075101507510000000700412026631527013220 00000000000000#include "Par.h" #include "HTools.h" #include #include using namespace std; //see Bioinformatics: The Machine Learning Approach //appendix D, online at http://library.books24x7.com //variable names a=alpha,b=beta,c,C,D are used as in //this reference void Seq::Backward(Par& M){ unsigned int ian, T = scl.Seqlen; set allnodes; for (ian = 0; ian < Par::NumA; ian++) allnodes.insert(ian); vector >nodes(T); fill(nodes.begin(), nodes.end(), allnodes); Backward(M, nodes); } void Seq::Backward(Par& M, vector >& nodes){ unsigned int ian, T = scl.Seqlen, NA = Par::NumA; int t; BackwardInit(M, trel[T-1], row[T-1], nodes[T-1]); for (t = T-2; t >= 0; t--){ for (ian = 0; ian < NA; ian++) trel[t][ian].b_aux = BAux(M, ian, t, trel[t+1], nodes[t], nodes[t+1]); BScale(trel[t], row[t], nodes[t]); } } void Seq::BackwardInit(Par& M, vector& trellis, vec& row, set& nodes){ unsigned int ian, n; double aij; //a) initialize b_aux(T-1,ian) for all ian not begin or end vector >sources = M.FindSources(Par::End_ian, nodes); for (n=0; n < sources.size(); n++){ ian = sources[n].first; aij = sources[n].second; trellis[ian].b_aux = aij; } BScale(trellis, row, nodes); } double Seq::BAux(Par& M, const unsigned int s_ian, const unsigned int t, const vector& trel2, const set& nodes1, const set& nodes2){ //t refers to first column of which s_ian belongs assert(t+1 < scl.Seqlen); assert (s_ian != Par::Begin_ian && s_ian != Par::End_ian); if (! TrelQ(s_ian,nodes1)) return 0.0; unsigned int t_ian, n; double aij, aux = 0.0; vector >targets = M.FindTargets(s_ian, nodes2); for (n = 0; n < targets.size(); n++){ t_ian = targets[n].first; aij = targets[n].second; aux += trel2[t_ian].b_scl * aij * (this->*this->pReturn)(t+1,t_ian,M); } return aux; } void Seq::BScale(vector& trel, vec& row, const set& nodes){ unsigned int ian, NA = Par::NumA; for (ian = 0; ian < NA; ian++) if (TrelQ(ian, nodes)) trel[ian].b_scl = ((row.c == 0.0) ? 0.0 : trel[ian].b_aux / row.c); } vector > Par::FindSources(unsigned int t_ian, const set& valid){ //find all source ian's and transition probabilities for t_ian unsigned int n, fn, s_ian; vector >sources; double score; for (n = 0; n < ArchSize[t_ian].nsrc; n++){ s_ian = ArchRev[t_ian][n].src; fn = ArchRev[t_ian][n].index; score = Arch[s_ian][fn].score; if (valid.find(s_ian) != valid.end() && s_ian != Par::Begin_ian && s_ian != Par::End_ian) sources.push_back(make_pair(s_ian,score)); } return sources; } vector > Par::FindTargets(unsigned int s_ian, const set& valid){ //find all target ian's and transition probabilities for s_ian vector > targets; double score; unsigned int t_ian; for (unsigned int n = 0; n < ArchSize[s_ian].ntar; n++){ t_ian = Arch[s_ian][n].node; score = Arch[s_ian][n].score; //cout<<"First elem: "<<*valid.begin()<<", t_ian="< #include #include using namespace std; void Par::TransExpectation(vector&tsq,set& ex,bool validQ){ //computes the sum over sequences of conditional expectations E[i->j|S,theta] //as //of all training sequences, excluding 'ex' //then, normalizes by target j(for A's) or //symbol c(for C's) unsigned int ian, n, s, D = tsq.size(); double wt_sum; unsigned int ntar; vector > &Aref = (validQ ? this->A_clamp : this->A_free); vector clampAsum(D), freeAsum(D); //float clampsum = 0.0, freesum = 0.0; //unsigned int j_ian; for (ian=0;ianA,normalize over j ntar = this->ArchSize[ian].ntar; for (n = 0; n < ntar; n++){ wt_sum=0.0; for (s=0;s&tsq,set& ex,bool validQ){ vector > &Cref = (validQ ? this->C_clamp : this->C_free); unsigned int ien, c, s, D = tsq.size(); double wt_sum; vector clampEsum(D), freeEsum(D); //compute weighted sums of C's, store in this->C, normalize over c for (ien=0;ien" // < #include #include #include #include #include "Eval.h" #include "HMMEval.h" #include "Tools.h" #include "Sov.h" #include #include #include #include //evaluation functions for hmm's, taking the sequences as arguments using namespace std; double Q2(Stats& cts){ double q2; q2=(cts.P+cts.N)/(cts.P+cts.O+cts.U+cts.N); return q2; } double MCC(Stats& C){ double sum,diags,sides,mcc; sum=C.P+C.O+C.U+C.N; diags=(C.P*C.N)-(C.O*C.U); sides=(C.P+C.U)*(C.P+C.O)*(C.N+C.U)*(C.N+C.O); if (sum==0.0) { mcc=0.0; cerr<<"MCC: sum equals zero"< >& ctab,int pind){ //calculates the MCC collapsing the ctable //my merging all other categories other than pind int Size=(int)ctab.size(); int row,col; double P=0.0,O=0.0,U=0.0,N=0.0,diags,sides,sum,mcc; for (row=0;row >& ctab,int row){ //merges all categories in inds //returns the percent of rows {inds} which are also //columns {inds} double num=0.0,den=0.0; //numerator, denominator uint col; num=ctab[row][row]; for (col=0;col >& ctab,int col){ //merges all categories in inds //returns the percent of rows {inds} which are also //columns {inds} double num=0.0,den=0.0; //numerator, denominator uint row; num=ctab[col][col]; for (row=0;row >& ctab){ //compute QN (N=ctab.size()) of a contingency table double num=0.0,den=0.0; uint row,col; for (row=0;row >& ctab){ //compute QN (N=ctab.size()) of a contingency table double num=0.0,den=0.0; uint row,col; for (row=0;row >CTableTally(vector& TS, set& ids, bool excludeQ){ unsigned int i, j, k; vector >ct; ct.resize(Par::NEval); for (j=0; j < Par::NEval; j++) ct[j].resize(Par::NEval); for (i=0; i < TS.size(); i++){ if (excludeQ == (ids.find(TS[i].scl.SeqID) != ids.end())) continue; for (j=0; j < ct.size(); j++) for (k=0; k < ct[j].size(); k++) ct[j][k] += TS[i].scl.weight * TS[i].CTable[j][k]; } return ct; } void CTableClear(vector >& ct){ unsigned int i,j; for (i = 0; i < ct.size(); i++){ for (j = 0; j < ct[i].size(); j++){ ct[i][j] = 0.0; } } } vector >CTableSum(vector >ct1, vector >ct2){ unsigned int i, j; vector >sum(ct1.size()); if (ct1.size() != ct2.size()) { cerr<<"Sizes of ctables differ. Returning blank..."; return sum; } for (i = 0; i < ct1.size(); i++){ if (ct1[i].size() != ct2[i].size()) { cerr<<"Sizes of ctables differ. Returning blank..."; return sum; } sum[i].resize(ct1[i].size()); for (j = 0; j < ct1[i].size(); j++) sum[i][j] = ct1[i][j] + ct2[i][j]; } return sum; } void DecodeStats(vector& Model, vector& TS, vector >& JK, measure & result, unsigned int alg, bool testQ){ //decodes Training sequences in TS by iterating //through groups in JK (jackknife) using algorithm alg //and if 'testQ' is true, provide results for sequences //absent from JK[jk]. if false, provide results for training //sequences (those present in JK[jk] unsigned int jk, seq, state; vectorQn,SovB,SovAll; vector >Qprd(Par::NEval),Qobs(Par::NEval),MCCn(Par::NEval); for (jk = 0; jk < JK.size(); jk++){ for (seq = 0; seq < TS.size(); seq++){ if (testQ == (JK[jk].find(TS[seq].scl.SeqID) == JK[jk].end())) continue; switch (alg){ case VITERBI: TS[seq].Viterbi(Model[jk]); break; case APOSTERIORI: TS[seq].Posterior(Model[jk]); break; case KROGH1BEST: TS[seq].Krogh1Best(Model[jk]); break; default: exit(0); break; } Qn.push_back(TS[seq].scl.weight * Q(TS[seq].CTable)); SovB.push_back(TS[seq].scl.weight * Sov1999(TS[seq],0,'E')); SovAll.push_back(TS[seq].scl.weight * Sov1999(TS[seq],0,0)); for (state=0; state < Par::NEval; state++){ Qprd[state].push_back(TS[seq].scl.weight * Qpctpred(TS[seq].CTable,state)); Qobs[state].push_back(TS[seq].scl.weight * Qpctobs(TS[seq].CTable,state)); MCCn[state].push_back(TS[seq].scl.weight * MCC(TS[seq].CTable,state)); } } } unsigned int N = Qn.size(); result.meanQ = 100 * gsl_stats_mean(&Qn[0], 1, N); result.sdQ = 100 * gsl_stats_sd(&Qn[0], 1, N); result.meanSOVPos = 100 * gsl_stats_mean(&SovB[0], 1, N); result.sdSOVPos = 100 * gsl_stats_sd(&SovB[0],1, N); result.meanSOVALL = 100 * gsl_stats_mean(&SovAll[0],1, N); result.sdSOVALL = 100 * gsl_stats_sd(&SovAll[0],1, N); for (state=0;stateevalscore; double sco2=(*(evaldat**)arg2)->evalscore; if (sco1evalscore; double sco2=((evaldat*)arg2)->evalscore; if (sco1>sco2) return -1; else if (sco1 == sco2) return 0; else return 1; } int less_evalp(const void* arg1,const void* arg2){ //compares two evaldat structures based on their //evalscore field double sco1=(*(evaldat**)arg1)->evalscore; double sco2=(*(evaldat**)arg2)->evalscore; if (sco1>sco2) return -1; else if (sco1 == sco2) return 0; else return 1; } int more_double(const void* arg1,const void* arg2){ double sco1=*(double*)arg1; double sco2=*(double*)arg2; if (sco1sco2) return -1; else if (sco1 == sco2) return 0; else return 1; } double ROCarea(vector& tvf,int T){ //calculates the area under a ROC curve, //normalized to 1. assumes tvf is sorted so that //the highest score is last int F=tvf.size(),sum=0,ind; double area; for (ind=0;ind ROCnCurve(vector&raw,int T){ //merely converts the raw into a real roc curve //assumes raw is sorted ascending in .first int F=raw.size(); vector curve(F); for (int i=0;i ROCRaw(vector&sco,uint n){ vectorpsco(sco.size()); for (int i=0;i<(int)sco.size();i++) psco[i]=&sco[i]; return ROCRaw(psco,n); } vector ROCRaw(vector&sco,uint n){ /* Truncated RocRaw curve In the following, 'the data' means the entire set of data, falling in two classes, 'true positives' and 'false positives'. the variable 'sco' represents the entire set of data. This is a bit misleading since in other derivations of ROC, the terms 'true positives' and 'false positives' are relative to a moving cutoff Here, the cutoff is implicit in the ranking 'i' computes Altschul's formula: (1/nT) sum_i,(1..n)[t_i] n=number of false positives looked at T=total number of true positives in all data t_i, number of true positives ranked ahead of the ith false positive */ qsort(&sco[0],sco.size(),sizeof(sco[0]),less_evalp); //calculate T and F, error check uint ind,T=0,F; for (ind=0;indposQ) T++; F=(uint)sco.size()-T; if (n==0) n=F; //meaning of default value vectort(n); if (n>F) { //cerr<<"ROCn: Warning: n is greater than F. using n=F"; n=F; } if (T==0) { cerr<<"ROCn: warning: no true positives found.\n"; return t; } //increment if true positive is found //calculate t_i for each i uint ntrue=0,i; ind=0; for (i=0;iposQ) { //current record is a true pos ntrue++; ind++; } t[i]=ntrue; ind++; //increment ind } return t; } template vector Resample(vector& dat,int N){ //generates a vector of N resamplings from dat vectorresam(N); int pick; for (uint i=0;i ROCResample (vector& wdat,double& ROC_orig, double& ROC_mean,double& ROC_sd,int S){ //resample with replacement from wdat S times, //generating a ROCn curve and ROCn score for each resampling, //returning the roc curve and score with sd for each point //use n=2*T, T=# of positives in resample vector >tvf_sam_fp(S); //vector >roc_fp_sam(n); //tp collections each of S points vectorrocdist(S); vectorT(S); //sam=sampling number, tp=# true positives,fp=# false positives //tvf_fp_sam[fp][sam]=tp //tvf_sam_fp[sam][fp]=tp //curve_sd[fp]=sd, tp_sd=tp std. deviation, calculated from //rocdist[sam]=ROC, ROC is ROC score for particular curve //ROC_sd, std. deviation of roc scores //for each of S samplings, compile rocraw, store in tvf* //sam is the sampling run number, inum is the index number int sam,inum,I=wdat.size(); vectorindices(I); //a vector holding the indices vectorpsam(I); int pick; //create S roc curves for (sam=0;samposQ) T[sam]++; } tvf_sam_fp[sam]=ROCRaw(psam,T[sam]*2); //here we use n=2 * T rocdist[sam]=ROCarea(tvf_sam_fp[sam],T[sam]); } //compute sd of S ROC scores ROC_sd=gsl_stats_sd(&rocdist[0],1,S); ROC_mean=gsl_stats_mean(&rocdist[0],1,S); //create tvf_fp_sam for easy tallying of curve_sd // for (fp=0;fporig_raw=ROCRaw(wdat,T_orig*2); ROC_orig=ROCarea(orig_raw,T_orig); vectororig_curve=ROCnCurve(orig_raw,T_orig); return orig_curve; } double GigiIndex(double raw,uint len){ double adj=raw-(20.0/2000.0)*(double)len; cout<<"GigiIndex: raw="< > > ScoCov(vector& dat){ //generates score vs. coverage as a vector of points //using sco.evalscore as the score uint i; string label; //get counts and scores of every protein in each class map >scores; for (uint i=0;i(); scores[dat[i].cd].push_back(dat[i].evalscore); } //sort each vector map >::iterator sit; for (sit=scores.begin();sit!=scores.end();sit++){ label=sit->first; qsort(&scores[label][0],scores[label].size(), sizeof(scores[label][0]),less_double); //comparison function? } //duplicate it in a Hash-of_arrays_of_pairs //and compute coverage map > >svc; uint numpts; for (sit=scores.begin();sit!=scores.end();sit++){ label=sit->first; numpts=scores[label].size(); svc[label]=vector >(numpts); for (i=0;i > >AccCov(vector& dat, string &evalscore, bool descendingQ ){ //generates score vs. accuracy and score vs. coverage //using sco.evalscore as the score //calculate Ptotal int ind,Ptotal=0,p=0; //# negative samples, # Positive samples for (ind=0;ind<(int)dat.size();ind++) if (dat[ind].posQ) Ptotal++; //sort all data by evalscore //sort(dat.begin(),dat.end()); //need to provide operator< for this to work qsort(&dat[0],dat.size(),sizeof(evaldat),less_eval); if (! descendingQ) reverse(dat.begin(),dat.end()); //create a skeleton data structure vector > >acccov(4); acccov[0]=make_pair(evalscore,vector()); acccov[1]=make_pair(string("Accuracy"),vector()); acccov[2]=make_pair(evalscore,vector()); acccov[3]=make_pair(string("Coverage"),vector()); //traverse the sorted data, tallying the output as we go for (ind=0;ind<(int)dat.size();ind++){ if (dat[ind].posQ) p++; acccov[0].second.push_back(dat[ind].evalscore); acccov[1].second.push_back((double)p/(double)(ind+1)); acccov[2].second.push_back(dat[ind].evalscore); acccov[3].second.push_back((double)p/(double)Ptotal); } return acccov; } // lkajan: pre-1.15 behaviour static double my_gsl_interp_eval( const gsl_interp * interp, const double xa[], const double ya[], double x, gsl_interp_accel * a ) { double y; int status; status = interp->type->eval (interp->state, xa, ya, interp->size, x, a, &y); #define DISCARD_STATUS(s) if ((s) != GSL_SUCCESS) { GSL_ERROR_VAL("interpolation error", (s), GSL_NAN); } DISCARD_STATUS(status); #undef DISCARD_STATUS return y; } pair CalcAccCovFromZ(double& zscore){ gsl_interp_accel *accel = gsl_interp_accel_alloc(); int size = (int) Par::ZCalibration.z.size(); gsl_interp* accp = gsl_interp_alloc(gsl_interp_linear, size); gsl_interp* covp = gsl_interp_alloc(gsl_interp_linear, size); double *z = &Par::ZCalibration.z[0], *cov = &Par::ZCalibration.cov[0], *acc = &Par::ZCalibration.acc[0]; gsl_interp_init (accp, z, acc, size); gsl_interp_init (covp, z, cov, size); // lkajan: with GSL-1.15 gsl_interp_eval can no longer be used to extrapolate (gsl: interp.c:150: ERROR: interpolation error). int status; double acci = my_gsl_interp_eval(accp, z, acc, zscore, accel), covi = my_gsl_interp_eval(covp, z, cov, zscore, accel); acci = acci > 100.0 ? 100.0 : acci; covi = covi > 100.0 ? 100.0 : covi; return make_pair(acci,covi); } int MoreFirst(const void *p1,const void *p2){ //compares two pair's by their .first //member pair *pd1=(pair *)p1; pair *pd2=(pair *)p2; if (pd1->first > pd2->first) return 1; else if (pd1->first == pd2->first) return 0; else return -1; } map >CoverageTable(vector >&pdat){ //produces a coverage table, rows labelled by pdat[i].second, //columns labelled by integer cutoff. the entries in the table //are number of entries in pdat with score above the cutoff //in the column in their category int size=(int)pdat.size(),ind,col; string curcat; map >table; //table to be returned qsort(&pdat[0],size,sizeof(pair),&MoreFirst); //descending sort int min=(int)floor(pdat[0].first); int max=(int)floor(pdat[size-1].first); cout<<"min="<& A, vector& B) throw (char *){ //compute the mutual information between vectors A and B unsigned int e; float re = 0.0,sum; bool zeroQ = false, badQ = false; ostringstream omsg; omsg<<"RelativeEntropy: "; if (A.size() != B.size()) throw "RelativeEntropy: sizes of vectors differ"; //verify they are true distributions for (e=0,sum = 0.0; e 0.00000001) badQ = true; if (badQ) { omsg<<"Problem with first distribution: "<(omsg,"\t")); badQ = false; } for (e=0,sum = 0.0; e 0.00000001) badQ = true; if (badQ) { omsg<<"Problem with second distribution: "<(omsg,"\t")); badQ = false; } if (badQ) throw omsg.str().c_str(); if (zeroQ) return HUGE_VAL; //Now we have two distributions with no zeros for (e=0; e #include "HTools.h" #include "Tools.h" void TrainSeq::ExpectationA(Par& M, bool validQ){ //given a labelled training sequence //Architecture and emission parameters, calculate //the expectations E[i_ian->j_ian|S] of a transition //allows for a given node to have zero expected transitions unsigned int i_ian, j_ian, n; double aij; vector >& Aref = (validQ ? this->A_clamp : this->A_free); //initialize for (i_ian=0; i_ian < Par::NumATotal; i_ian++) for (n = 0; n < M.ArchSize[i_ian].ntar; n++) Aref[i_ian][n] = 0.0; for (i_ian = 0; i_ian < Par::NumATotal; i_ian++){ for (n = 0; n < M.ArchSize[i_ian].ntar; n++){ j_ian = M.Arch[i_ian][n].node; aij = M.Arch[i_ian][n].score; Aref[i_ian][n] = Trans(i_ian, j_ian, aij, M, validQ); } } } double TrainSeq::Trans(const unsigned int s_ian,const unsigned int t_ian,double aij,Par& M, bool validQ){ //calculates E[i->j|S, theta] = //(E_scl[S,i->j|theta] * D) / P(S|theta) //internally as exp { log E_scl[i->j,S|theta] + log C - log P(S|theta) } //to avoid underflow assert(s_ian != Par::Begin_ian || t_ian != Par::End_ian); double E_scl=0.0, expectation; unsigned int t, T=this->scl.Seqlen; if (s_ian == Par::Begin_ian) E_scl = trel[0][t_ian].b_scl * aij * (this->*this->pReturn)(0,t_ian,M); else if (t_ian == Par::End_ian) E_scl = trel[T-1][s_ian].a_scl * aij; else for (t=0;t*this->pReturn)(t+1,t_ian,M); if (E_scl == 0.0) expectation = 0.0; else if (validQ) expectation = exp( log(E_scl) + this->scl.C_log - this->scl.P_clamp_log); else expectation = exp( log(E_scl) + this->scl.C_log - this->scl.P_free_log); return expectation; } void TrainSeq::ExpectationBegin(Par& M, bool validQ){ //calculates scaled expectations double scl, aij, expectation; unsigned int n, ian; for (n=0; n*this->pReturn)(0,ian,M); if (scl == 0.0) expectation = 0.0; else if (validQ) expectation = exp( log(scl) + this->scl.C_log - this->scl.P_clamp_log); else expectation = exp( log(scl) + this->scl.C_log - this->scl.P_free_log); assert(validQ || expectation != 0.0); if (validQ) this->A_clamp[Par::Begin_ian][n] = expectation; else this->A_free[Par::Begin_ian][n] = expectation; } } void TrainSeq::ExpectationEnd(Par& M, bool validQ){ //calculates scaled expectations unsigned int ian, n, fn, T = this->scl.Seqlen; double scl, aij, expectation; for (n=0; nscl.C_log - this->scl.P_clamp_log); else expectation = exp( log(scl) + this->scl.C_log - this->scl.P_free_log); assert(validQ || (expectation != 0.0)); if (validQ) this->A_clamp[ian][fn] = expectation; else this->A_free[ian][fn] = expectation; } } proftmb-1.1.12/src/ExpectC.cpp0000644015075101507510000000264212026631527013040 00000000000000#include "TrainSeq.h" #include "Par.h" #include using namespace std; //calculates E[i,c|S,M]=E[i,c|M]/P(S|M), the expected quantity //of emitted symbol c from state i, given sequence //S is generated from model M void TrainSeq::ExpectationC(Par& M, bool validQ){ //allocate unsigned int t,c,ian,ien; vector > C_scl(Par::NumE); vector >& Cref = (validQ ? this->C_clamp : this->C_free); double expectation; //initialize for (ien = 0; ien < Par::NumE; ien++) for (c=0;crow[t].c * this->Profile[t][c]; } } for (ien=0; ienscl.C_log - this->scl.P_clamp_log); else expectation = exp( log(C_scl[ien][c]) + this->scl.C_log - this->scl.P_free_log); Cref[ien][c] = expectation; } } //Because we tie emission parameters, the expectation is added. //However, it is scaled path probabilities that are added. proftmb-1.1.12/src/Forward.cpp0000644015075101507510000001261012026631527013105 00000000000000#include "Seq.h" #include "Par.h" #include "HTools.h" #include "Tools.h" #include #include #include //see Bioinformatics: The Machine Learning Approach //appendix D, online at http://library.books24x7.com //variable names a=alpha,b=beta,c,C,D are used as in //this reference //Calculates clamped and free variables together using scaling //factors derived from the free variables for both clamped and free using namespace std; double Seq::Forward(Par& M, vector >& nodes){ //calculates a,a_aux, a_scl, c, C by induction unsigned int t, T = scl.Seqlen; unsigned int ian, NA=Par::NumA; ForwardAlloc(trel, row); ForwardClear(trel, row); ForwardInit(M, trel[0], row[0], nodes[0]); for (t = 1; t < T; t++) { for (ian = 0; ian < NA; ian++) trel[t][ian].a_aux = AAux(M, ian, t, trel[t-1], nodes[t-1], nodes[t]); AScale(M, trel[t], row[t-1].C_log, row[t], nodes[t]); if (row[t].C_log == -HUGE_VAL) NotifyDeadEnd(*this, t, nodes[t-1], nodes[t]); } double plog = Term(M, trel[T-1], row[T-1], nodes[T-1]); if (plog == -HUGE_VAL) NotifyDeadEndTerm(*this, nodes[T-1]); CalcFinal(M); CalcDlog(row); return plog; } double Seq::Forward(Par& M){ //calculates a,a_aux, a_scl, c, C by induction unsigned int ian, T = scl.Seqlen; set allnodes; for (ian = 0; ian < Par::NumA; ian++) allnodes.insert(ian); vector >nodes(T); fill(nodes.begin(), nodes.end(), allnodes); double plog = Forward(M, nodes); return plog; } void Seq::ForwardAlloc(vector >& trellis, vector& row){ unsigned int t, T = scl.Seqlen, NA = Par::NumA; //resize variables trellis.resize(T); row.resize(T); for (t = 0; t < T; t++) trellis[t].resize(NA); } void Seq::ForwardClear(vector >& trellis, vector& row){ //clear values unsigned int ian, t; for (t = 0; t < row.size(); t++) row[t].init_vec(); for (t = 0; t < trellis.size(); t++) for (ian = 0; ian < trellis[t].size(); ian++) trellis[t][ian]=mat(); } void Seq::ForwardInit(Par& M, vector& trellis, vec& row, set& nodes){ //Initializes all alpha and scale variables in 'nodes' unsigned int ian, n; double aij; //calculate a_aux(0,ian) for selected ian vector >targets = M.FindTargets(Par::Begin_ian, nodes); for (n = 0; n < targets.size(); n++){ ian = targets[n].first; aij = targets[n].second; trellis[ian].a_aux = aij *(this->*this->pReturn)(0,ian,M); assert(! isnan(trellis[ian].a_aux) && ! isinf(trellis[ian].a_aux)); } AScale(M, trellis, 0, row, nodes); } double Seq::AAux(Par& M, const unsigned int t_ian, const unsigned int t, const vector& trel1, const set& nodes1, const set& nodes2){ //t is column of t_ian, trel1 is column before that //considering only valid states if (!TrelQ(t_ian,nodes2)) return 0.0; if (t_ian == Par::Begin_ian || t_ian == Par::End_ian) return 0.0; //we have a valid trellis point to calculate unsigned int n, s_ian; double aux = 0.0, aij; vector >sources = M.FindSources(t_ian, nodes1); for (n = 0; n < sources.size(); n++){ s_ian = sources[n].first; aij = sources[n].second; aux += trel1[s_ian].a_scl * aij; assert(!isnan(aux) && ! isinf(aux)); } aux *= (this->*this->pReturn)(t,t_ian,M); assert(! isnan(aux) && ! isinf(aux)); return aux; } double Seq::Term(Par& M, const vector& trel, const vec& row, const set& nodes){ //calculate the full P_aux and P_scl as the full path //from begin_state to end_state double aij, aux = 0.0, P_log; unsigned int ian, n; vector >sources = M.FindSources(Par::End_ian, nodes); for (n = 0; n < sources.size(); n++){ ian = sources[n].first; aij = sources[n].second; aux += trel[ian].a_scl * aij; } if (aux == 0.0) P_log = -HUGE_VAL; else P_log = log(aux) + row.C_log; return P_log; } void Seq::CalcFinal(Par& M){ unsigned int T = scl.Seqlen; scl.Pnorm_log = scl.P_free_log - (T * scl.Z_log); scl.null_log = CalcNulllog(M); scl.Pbits = scl.P_free_log - scl.null_log; scl.C_log = row[T-1].C_log; } void Seq::AScale(Par& M, vector& trel, double Clog1, vec& row2, const set& nodes){ //scales trellis column 'trel' but only a subset of //nodes in 'nodes'. If they are all zero, the hypothesis //is impossible according to M. //Clog1 pertains to the assumed hypothesis leading up to the current position //row2 is the scaling factor pertaining to the subset defined by 'nodes' unsigned int ian, NAT = Par::NumATotal; double sum = 0.0; for (ian = 0; ian < NAT; ian++) if (TrelQ(ian, nodes)) sum += trel[ian].a_aux; row2.c = sum; for (ian = 0; ian < NAT; ian++) if (TrelQ(ian, nodes)) trel[ian].a_scl = ((row2.c == 0.0) ? 0.0 : trel[ian].a_aux / row2.c); row2.C_log = ((row2.c == 0.0) ? -HUGE_VAL : log(row2.c) + Clog1); } void Seq::CalcDlog(vector& row){ //calculate D_log(t)=log(c(T-1))+log(c(T-2))+...log(c(t)) unsigned int T = scl.Seqlen; int t; row[T-1].D_log = log(row[T-1].c); for (t = T-2; t >= 0; t--) row[t].D_log = row[t+1].D_log+log(row[t].c); } double Seq::CalcNulllog(Par& M){ double nl=0; for (unsigned int t=0; t < scl.Seqlen; t++){ nl+=log(DotP(&M.AAComp[0], &Profile[t][0],Par::NUMAMINO)); } return nl; } proftmb-1.1.12/src/GradientDescent.cpp0000644015075101507510000003024512026631527014550 00000000000000#include "Par.h" #include "TrainSeq.h" #include "HTools.h" #include "Tools.h" #include #include using namespace std; //[1]: P. Bagos et al "Faster Gradient Descent Training of Hidden Markov Models" /* for each k { //state k for each a { //symbol a if (dL(t)/dz_ka * dL(t-1)/dz_ka > 0) { del_ka(t) = min(del_ka(t-1) * a_+, del_max) } else if (dL(t)/dz_ka * dL(t-1)/dz_ka < 0) { del_ka(t) = max(del_ka(t-1) * a_-, del_min); dL(t)/dz_ka = 0 } phi_ka(t+1) = phi_ka(t) exp[-sign(dL(t)/dz_ka) * del_ka(t)]/ sum over a'[phi_ka'(t) exp[-sign[dL(t)/dz_ka']*del_ka'(t)]] } } Notes: 0) This algorithm maximizes the quantity L by using it's first derivatives. In this application, L = -log P(y|x,theta) 1) This algorithm is the same for iterating over (k,a) as for (k,j), the transitions 2) The actual values of z_ka or z_kj are never computed, only the derivatives of l w.r.t z_ka 3) The idea is that if the auxiliary variable z_ka is changing direction, as indicated by the sign of the derivative changing from one timestep to the next, then you will decrease the step size for this parameter If z_ka is moving in the same direction, increase the step size for the parameter Regardless of step size, the next value of the model parameter is calculated using the step size determined, and whether it is stepping up or down is determined by the sign of the most recent derivative. 4) The gradients dL/dz_ka are computed directly from expectations of the parameters: dL/dz_jk = -[m_jk - n_jk - theta_jk * sum over j' (m_jk' - n_jk')] (2.20) [2] dL/dz_ka = -[m_ka - n_ka - theta_ka * sum over j' (m_ka' - n_ka')] (2.20) [2] where m_jk = sum_l [ sum_pi valid | (l-1,j)->(l,k) [ P(pi|x,theta) ] ] n_jk = sum_l [ sum_pi | (l-1,j)->(l,k) [ P(pi|x,theta) ] ] m_ka = sum_l [ sum_pi valid | (l,k) [ P(pi|x,theta) x_la ] ] n_ka = sum_l [ sum_pi | (l,k) [ P(pi|x,theta) x_la ] ] are the expectations of transitions from states j to k or emissions of symbol a from state k. in both cases m is the clamped expectation, taken over valid paths only, while n is the free expectation, taken over all possible paths all four quantities are calculated using forward backward algorithms. the emissions are appropriate for a dot-product emission function. */ vector > LabelSet(TrainSeq&, bool); void Par::Expectations(vector& tsq, set& exclude, bool validQ){ unsigned int s; vector >labelset; double plog; for (s = 0; s < tsq.size(); s++) { if (exclude.find(tsq[s].scl.SeqID) != exclude.end()) continue; tsq[s].Allocate(*this); labelset = LabelSet(tsq[s], validQ); plog = tsq[s].Forward(*this, labelset); if (validQ) tsq[s].scl.P_clamp_log = plog; else tsq[s].scl.P_free_log = plog; tsq[s].Backward(*this, labelset); tsq[s].ExpectationA(*this, validQ); tsq[s].ExpectationC(*this, validQ); } //sum and normalize expectations over all training sequences this->TransExpectation(tsq, exclude, validQ); this->EmitExpectation(tsq, exclude, validQ); } void Par::CMLGradients(vector& tsq, set& exclude){ //compute gradients of -log P(y|x,theta) //must call these in the order false, true this->Expectations(tsq, exclude, false); this->Expectations(tsq, exclude, true); unsigned int ian, ien, n, c, ntar = 0; double sum; for (ian = 0; ian < Par::NumATotal; ian++){ ntar = this->ArchSize[ian].ntar; sum = 0.0; for (n = 0; n < ntar; n++) sum += this->A_clamp[ian][n] - this->A_free[ian][n]; for (n = 0; n < ntar; n++) zArch[ian][n].second = -(this->A_clamp[ian][n] - this->A_free[ian][n] - this->Arch[ian][n].score * sum); } for (ien = 0; ien < Par::NumE; ien++){ sum = 0.0; for (c = 0; c < Par::NUMAMINO; c++) sum += this->C_clamp[ien][c] - this->C_free[ien][c]; for (c = 0; c < Par::NUMAMINO; c++) zEmit[ien][c].second = -(this->C_clamp[ien][c] - this->C_free[ien][c] - this->EmitAmino[ien][c] * sum); } } void Par::MLFreeGradients(vector& tsq, set& exclude){ //compute gradients for -log P(x|theta) this->Expectations(tsq, exclude, false); unsigned int ian, ien, n, c, ntar = 0; double sum; for (ian = 0; ian < Par::NumATotal; ian++){ ntar = this->ArchSize[ian].ntar; sum = 0.0; for (n = 0; n < ntar; n++) sum += this->A_free[ian][n]; for (n = 0; n < ntar; n++) zArch[ian][n].second = -(this->A_free[ian][n] - this->Arch[ian][n].score * sum); } for (ien = 0; ien < Par::NumE; ien++){ sum = 0.0; for (c = 0; c < Par::NUMAMINO; c++) sum += this->C_free[ien][c]; for (c = 0; c < Par::NUMAMINO; c++) zEmit[ien][c].second = -(this->C_free[ien][c] - this->EmitAmino[ien][c] * sum); } } void Par::MLClampGradients(vector& tsq, set& exclude){ //compute gradients for -log P(x,y|theta) this->Expectations(tsq, exclude, true); unsigned int ian, ien, n, c, ntar = 0; double sum; for (ian = 0; ian < Par::NumATotal; ian++){ ntar = this->ArchSize[ian].ntar; sum = 0.0; for (n = 0; n < ntar; n++) sum += this->A_clamp[ian][n]; for (n = 0; n < ntar; n++) zArch[ian][n].second = -(this->A_clamp[ian][n] - (this->Arch[ian][n].score * sum)); } for (ien = 0; ien < Par::NumE; ien++){ sum = 0.0; for (c = 0; c < Par::NUMAMINO; c++) sum += this->C_clamp[ien][c]; for (c = 0; c < Par::NUMAMINO; c++) zEmit[ien][c].second = -(this->C_clamp[ien][c] - (this->EmitAmino[ien][c] * sum)); } } void TimeStep(STEP& step){ //copy all values of step[x][y].second to step[x][y].first unsigned int x, y; for (x = 0; x < step.size(); x++){ for (y = 0; y < step[x].size(); y++){ step[x][y].first = step[x][y].second; step[x][y].second = 0.0; } } } void Par::AdvanceTime(){ TimeStep(zArch); TimeStep(zEmit); TimeStep(delArch); TimeStep(delEmit); } void Par::UpdateEmit(){ //updates Emission parameters according to Algorithm 2 of [1] //changes del at present time, and possibly z at second time unsigned int ien, c; double prod, sign = 0.0; vectoremiss(Par::NUMAMINO); //temporary for holding new transition parameters vector > &Cref = ((Par::Objective == MLFREE) ? this->C_free : this->C_clamp); for (ien = 0; ien < Par::NumE; ien++){ for (c = 0; c < Par::NUMAMINO; c++) { prod = zEmit[ien][c].first * zEmit[ien][c].second; assert(! isnan(prod) && ! isinf(prod)); if (prod > 0.0) delEmit[ien][c].second = min(delEmit[ien][c].first * Par::APlus, Par::DelMax); else if (prod < 0.0){ delEmit[ien][c].second = max(delEmit[ien][c].first * Par::AMinus, Par::DelMin); zEmit[ien][c].second = 0.0; } else delEmit[ien][c].second = Par::Del; if (zEmit[ien][c].second > 0.0) sign = 1.0; else if (zEmit[ien][c].second == 0.0) sign = 0.0; else if (zEmit[ien][c].second < 0.0) sign = -1.0; else assert(0); //sign = ((zEmit[ien][c].second >= 0.0) ? 1.0 : -1.0); //cout<EmitAmino[ien][c] * exp(- Par::Del * zEmit[ien][c].second); break; case ALGORITHM_1: emiss[c] = this->EmitAmino[ien][c] * exp(- delEmit[ien][c].second * zEmit[ien][c].second); break; case ALGORITHM_2: emiss[c] = this->EmitAmino[ien][c] * exp(-1.0 * sign * delEmit[ien][c].second); break; case BAUM_WELCH: emiss[c] = Cref[ien][c]; break; default: assert(0); break; } } //Update Architecture parameters with normalized new values BoolNormalize(&emiss[0], Par::NUMAMINO); for (c = 0; c < Par::NUMAMINO; c++) this->EmitAmino[ien][c] = emiss[c]; } } void Par::UpdateArch(){ //updates Arch parameters according to Algorithm 2 of [1] //changes del at present time, and possibly z at second time unsigned int ian, n, ntar = 0; double prod, sign = 0.0; vectortrans; //temporary for holding new transition parameters vector > &Aref = ((Par::Objective == MLFREE) ? this->A_free : this->A_clamp); for (ian = 0; ian < Par::NumATotal; ian++){ ntar = this->ArchSize[ian].ntar; trans.resize(ntar); for (n = 0; n < ntar; n++) { prod = zArch[ian][n].first * zArch[ian][n].second; assert(! isnan(prod) && ! isinf(prod)); if (prod > 0.0) delArch[ian][n].second = min(delArch[ian][n].first * Par::APlus, Par::DelMax); else if (prod < 0.0){ delArch[ian][n].second = max(delArch[ian][n].first * Par::AMinus, Par::DelMin); zArch[ian][n].second = 0.0; } else delArch[ian][n].second = Par::Del; if (zArch[ian][n].second > 0.0) sign = 1.0; else if (zArch[ian][n].second == 0.0) sign = 0.0; else if (zArch[ian][n].second < 0.0) sign = -1.0; else assert(0); //sign = ((zArch[ian][n].second >= 0.0) ? 1.0 : -1.0); //cout<Arch[ian][n].score * exp(- Par::Del * zArch[ian][n].second); break; case ALGORITHM_1: trans[n] = this->Arch[ian][n].score * exp(- delArch[ian][n].second * zArch[ian][n].second); break; case ALGORITHM_2: trans[n] = this->Arch[ian][n].score * exp(-1.0 * sign * delArch[ian][n].second); break; case BAUM_WELCH: trans[n] = Aref[ian][n]; break; default: assert(0); break; } } //Update Architecture parameters with normalized new values BoolNormalize(&trans[0], ntar); for (n = 0; n < ntar; n++) this->Arch[ian][n].score = trans[n]; } } pair Par::Update(vector& tsq, set& exclude){ //run a single step in gradient descent switch(Par::Objective){ case MLFREE: MLFreeGradients(tsq, exclude); break; case MLCLAMP: MLClampGradients(tsq, exclude); break; case CML: case DISCRIM: CMLGradients(tsq, exclude); break; default: assert(0); break; } UpdateEmit(); UpdateArch(); AdvanceTime(); pair log_prob(0.0, 0.0); for (unsigned int s=0; s < tsq.size(); s++) { if (exclude.find(tsq[s].scl.SeqID) != exclude.end()) continue; log_prob.first += tsq[s].scl.P_clamp_log; log_prob.second += tsq[s].scl.P_free_log; } return log_prob; } void Par::InitializeGradientDescent(){ //Set initial values for dels and first gradients unsigned int ian, ien, n, c, ntar = 0; for (ian = 0; ian < Par::NumATotal; ian++){ ntar = this->ArchSize[ian].ntar; for (n = 0; n < ntar; n++) { zArch[ian][n].first = zArch[ian][n].second; delArch[ian][n].first = Par::Del; delArch[ian][n].second = Par::Del; } } float sum; for (ien = 0; ien < Par::NumE; ien++){ sum = 0.0; for (c = 0; c < Par::NUMAMINO; c++) { zEmit[ien][c].first = zEmit[ien][c].second; delEmit[ien][c].first = Par::Del; delEmit[ien][c].second = Par::Del; } } } vector > LabelSet(TrainSeq& S, bool posQ){ //creates a vector of arch states valid for the labels of S //if posQ, returns those for the positive phase (clamped) //otherwise for the negative phase (unclamped or complement) unsigned int ian, t, T = S.scl.Seqlen; vector > labelset(T); switch (Par::Objective){ case CML: case MLFREE: case MLCLAMP: for (t = 0; t < T; t++) for (ian = 0; ian < Par::NumA; ian++) if (TrelQ(t, ian, S, posQ)) labelset[t].insert(ian); break; case DISCRIM: for (t = 0; t < T; t++) for (ian = 0; ian < Par::NumA; ian++){ if (TrelQ(t, ian, S, true) == posQ) labelset[t].insert(ian); } break; default: cout<<"Error: unknown objective function Par::Objective=" <(cout," ")); cout<& pred,bool atomQ){ vector spred(pred.size()); for (uint i=0;i& pred,bool atomQ){ //evaluates the p,o,u,n for the prediction Stats cts; uint s,t; bool predQ,actQ; for (s=0;s #include #include void PrintScore(ostream& of,Seq& S){ of< ac = CalcAccCovFromZ(S.scl.Score); of.setf(ios::fixed); of.precision(1); if (! multiQ) of<& ac, Seq& s, double zcut, int w){ ostringstream os; os.setf(ios::left | ios::fixed); os.precision(1); os<= zcut) os< ac = CalcAccCovFromZ(S.scl.Score); of<= zcut){ while (! finishedQ){ if ((min+chunksize)<(int)S.scl.Seqlen) max=min+chunksize; else { max=S.scl.Seqlen; finishedQ=true; } of< cut) { vector >post = seq.CalcReduxPosterior(m); pair ac = CalcAccCovFromZ(seq.scl.Score); unsigned int maxval, rvit; os.setf(ios::fixed); os.precision(2); os.width(2); os<(os,"\t")); for (unsigned int p = 0; p < post[t].size(); p++) os<<'\t'<0){ san=Par::SANrev[s_ian]; of<0){ san=Par::SANrev[s_ian]; san+='\0'; of.width(15); of< #include using namespace std; bool TrelQ(unsigned int t,unsigned int ian,Seq& S,bool validQ){ //tells whether (t,i) is a valid trellis point if (!validQ) return true; return Par::LA[S.Label[t]][ian]; } bool TrelQ(unsigned int ian, const set& nodes){ //returns true if ian is contained in nodes if (nodes.find(ian) == nodes.end()) return false; else return true; } void PrintFSum(Seq& S,Par& M,const unsigned int j,const unsigned int t,bool validQ){ unsigned int n,i,fn; double aij; cout<<"a_aux("<j transition score cout<& nodes1, set& nodes2){ assert(t < S.scl.Seqlen); set::iterator sit; cout<<"From position "<& nodes1){ set::iterator sit; cout<<"At end of sequence "<& nodes) { //returns false because it's used in an assert unsigned int T = S.scl.Seqlen; cout<<"At position "< T-1 ? T-1 : t+15); for (ind = beg; ind <= end; ind++) { if (ind == t) cout<<"->"; cout<"; cout<::iterator sit; for (sit = nodes.begin(); sit != nodes.end(); sit++) cout< #include using namespace std; /******************************************************************* Implementation of Krogh's 1-Best algorithm Two methods for improving performance of an HMM and their application to gene finding. ISMB5 pp. 179-186 For a partition of architecture nodes into groups corresponding to the same label, this algorithm is a heuristic to approximate the most probable labeling. The induction works as follows: h_i is the 'best' hypothesis ending at position i h_ik is the hypothesis for the sum-over-paths ending at (i,k) Initialization: for all states l { gamma_l(h_1) = a_begin,l * b_1(x_1); } Propagation: for i = 2 to T { for all states l{ for all previous states k{ c = class corresponding to state k d = class corresponding to state l gamma_l(h_icd) = [ Sum_k{a_kl*gamma_k(h_ic)} ] * b_l(x_(i+1)) } select and store max over c [gamma_l(h_icd)] as h_(i+1)d } } *******************************************************************/ void Seq::Krogh1Best(Par& M){ unsigned int t, k, l, ck, cl, iln; unsigned int T = scl.Seqlen, ND = Par::NDecode; vector > trel; //a real trellis vector > norm(ND); //a collection of normalization vectors vector > trelcol(ND); // a collection of temporary columns vector normcol(ND); //Initialization vector > hypo(ND); for (k = 0; k < Par::NumA; k++){ ck = Par::ReduxDecode[k]; for (iln = 0; iln < Par::NumL; iln++) if (Par::LA[iln][k]) hypo[ck].insert(k); } vector > traceback(T); for (t = 0; t < T; t++) traceback[t].resize(ND); for (ck = 0; ck < ND; ck++) trelcol[ck].resize(Par::NumA); //Initialization ForwardAlloc(trel, norm[0]); //hack ForwardClear(trel, norm[0]); for (ck = 0; ck < ND; ck++) { norm[ck].resize(T); for (t = 0; t < T; t++) norm[ck][t].init_vec(); } for (ck = 0; ck < ND; ck++) ForwardInit(M, trel[0], norm[ck][0], hypo[ck]); for (l = 0; l < Par::NumA; l++){ if (trel[0][l].a_aux == 0.0) trel[0][l].a_log = -HUGE_VAL; else trel[0][l].a_log = log(trel[0][l].a_aux); } //Induction vector::iterator git; vector hypo_max(ND); //vector > hypo_log(ND); //for (ck = 0; ck < ND; ck++) hypo_log[ck].resize(ND); vectorckmax(ND); for (t = 1; t < T; t++){ for (l = 0; l < Par::NumA; l++){ cl = Par::ReduxDecode[l]; for (ck = 0; ck < ND; ck++){ trelcol[ck][l].a_aux = AAux(M, l, t, trel[t-1], hypo[ck], hypo[cl]); //hypo_aux[cl][ck] += trelcol[ck][l].a_aux; if (trelcol[ck][l].a_aux == 0.0) trelcol[ck][l].a_log = -HUGE_VAL; else trelcol[ck][l].a_log = log(trelcol[ck][l].a_aux) + norm[ck][t-1].C_log; } } //find the top-scoring hypothesis for each two-digit hypothesis end fill(hypo_max.begin(), hypo_max.end(), -HUGE_VAL); for (ck = 0; ck < ND; ck++) for (l = 0; l < Par::NumA; l++){ cl = Par::ReduxDecode[l]; if (trelcol[ck][l].a_log == hypo_max[cl] && trelcol[ck][l].a_log != -HUGE_VAL){ //cout<<"ck="< #include using namespace std; extern int quiet; typedef set > SS; vector LoadTrainSeqs(char* seqfile, char *labelfile){ //call Read, then iterate through the map, //call Seq, push_back to the vector vectorseqs; setemptyset; mapnomap; mapseqdat, labdat, merged; map::iterator idat; try {seqdat = Seq::Read(seqfile);} catch (string &msg){ cerr<first; if (seqdat.find(id) == seqdat.end()){ cerr<<"For "<second); if (dataerror.size() != 0){ cerr<<"Sequence "<first<<" has following problem(s):" <second,idat->first,emptyset,nomap)); if( !quiet )cerr<<"Loaded "< LoadTestSeqs(char* seqfile){ //call Read, then iterate through the map, //call Seq, push_back to the vector vectorseqs; setemptyset; mapnomap; mapseqdat; map::iterator idat; try {seqdat = Seq::Read(seqfile);} catch (string &msg){ cerr<second); if (dataerror.size() != 0){ cerr<<"Sequence "<first<<" has following problem(s):" <second,idat->first,emptyset,nomap)); if( !quiet )cerr<<"Loaded "<& posID, map& cred){ //call ReadOne, make a Seq and return it. if (! ifile.good()) return Seq(); pairone(Seq::ReadOne(ifile)); string dataerror = Seq::CheckDat(one.second); if (dataerror.size() != 0){ cerr<<"Sequence "< > LoadJackknifeGroups(char *jk){ ifstream ifile(jk); vector >groups; char *line = new char[100000]; //reasonable cap on line length string id; if (! ifile) { cerr<<"LoadJackknifeGroups: Couldn't open "<()); while (sline>>id) { groups[groups.size()-1].insert(id); } } delete line; if( !quiet )cerr<<"Loaded "< #include "Output.h" #include "Tools.h" void PrintResults(ostream& of,double Q2,double Qbetapred, double Qbetaobs,double MCC, double sov_all,double sov_beta, double trn,double tst){ of.setf(ios::showpoint); of<<"Q2="< > key_ord=SortMapRev(dat); multimap >::iterator kit; bool hasmore=true,found=false; int rownum=0; int kctr; string classdesc; //Print Column Titles // assert(dat.size()>=1); kit=key_ord.begin(); for (kctr=0;kctr<(int)dat.size()-1;kctr++){ of<second<<' '<second<<' '<second<<' '<second<<' '<second; if (rownum<(int)dat[classdesc].size()){ of<second; if (rownum<(int)dat[classdesc].size()){ of< > >&dat){ //KaleidaGraph format, tab separated with space placeholders //takes dat, prints out a vertical rdb using the key of //each map as the label of each column, and the remainder //of the column as the entries in the array //char dos_endl='\n'; cout<<"Printing "<colsizes(numcols); for (col=0;col > >&dat, char* fir,char* sec,char* dstyle){ //Prints Gnuplot formatted inline script+data //run as $gnuplot ofstream of(fname); string classdesc; multimap > key_ord=SortMapRev(dat); multimap >::iterator kit; int i,kctr; of<<"set xlabel \""<second; of<<"'-' title \""<second<<"\""<second; for (i=0;i<(int)dat[classdesc].size();i++) of< > >&dat, const char* dstyle){ //assume data are organized such that every two consecutive //categories are the x- and y- coordinates of datapoints ofstream of(fname); int datum,categ; of<<"set data style "< >&table,vector&labels,ofstream& of){ //prints a tab-separated table of numbers, //assumes table[n][n] and labels[n] uint size=table.size(),row,col; of<<'\t'; for (col=0;col >&table,vector&labels,ofstream& of){ //prints a tab-separated table of numbers, //assumes table[n][n] and labels[n] uint size=table.size(),row,col; of.setf(ios::showpoint); of<<'\t'; for (col=0;col >&table,char *ofile){ //prints a tab-separated table of numbers, //in the order already sorted ofstream of(ofile); if (!of) Error("PrintTable: Couldn't open ",ofile); map >::iterator rit; //row iterator map::iterator cit; //col iterator of<<"Bits Score\t"; rit=table.begin(); for (cit=rit->second.begin();cit!=rit->second.end();cit++) of<first<<'\t'; of<first<<'\t'; for (cit=rit->second.begin();cit!=rit->second.end();cit++) of<second<<'\t'; of< SortMap(map > >&dat){ multimap key_order; map > >::iterator dit; for (dit=dat.begin();dit!=dat.end();dit++) key_order.insert(make_pair(dit->second.size(),dit->first)); return key_order; } multimap > SortMapRev(map > >&dat){ multimap > key_order; map > >::iterator dit; for (dit=dat.begin();dit!=dat.end();dit++) key_order.insert(make_pair(dit->second.size(),dit->first)); return key_order; } proftmb-1.1.12/src/Par.cpp0000644015075101507510000004664012026631527012235 00000000000000#include "Par.h" #include "Tools.h" #include "Serialize.h" #include "Load.h" #include #include #include #include #include #include #include #include using namespace std; extern int quiet; // i=int,s=string,d=double map Par::AminoMap; // Aminomap[sam]=iam; map Par::AminoMapRev; map Par::SLNmap, Par::SANmap, Par::SENmap; map Par::Evalmap, Par::Decodemap; mapPar::SLNrev,Par::SANrev,Par::SENrev; vector Par::Evalrev, Par::Decoderev; unsigned int Par::Begin_ian, Par::End_ian; mapPar::L2Lmap; //L2Lmap[sln_old]=sln_new map >Par::Connect; vector >Par::LA; //LA[iln][ian]=bool vectorPar::ReduxDecode,Par::ReduxEval; //ReduxStates[ian]=istate unsigned int Par::NDecode,Par::NEval; //Number of decode or eval states vectorPar::A2E; //A2E[ian]=ien unsigned int Par::NumE, Par::NumA, Par::NumATotal, Par::NumL; unsigned int Par::NUMAMINO; double Par::Slope,Par::Intercept; double Par::DelMin, Par::DelMax, Par::APlus, Par::AMinus, Par::Del; int Par::Algorithm, Par::Objective, Par::PathSelection; double Par::Regularizer; bool Par::RegularizeQ; dirichlet Par::Dirichlet; zcal Par::ZCalibration; vectorPar::AAComp; //AAComp[c]=double vector >Par::Zcurve; setPar::SStates; void Par::Clear(){ //erases all static data in class Par Connect.clear(); AminoMap.clear(); AminoMapRev.clear(); A2E.clear(); SLNmap.clear(); SANmap.clear(); SENmap.clear(); Evalmap.clear(); Decodemap.clear(); SLNrev.clear(); SANrev.clear(); SENrev.clear(); Evalrev.clear(); Decoderev.clear(); SStates.clear(); L2Lmap.clear(); LA.clear(); ReduxDecode.clear(); ReduxEval.clear(); AAComp.clear(); Zcurve.clear(); ZCalibration.z.clear(); ZCalibration.acc.clear(); ZCalibration.cov.clear(); NDecode=NEval=NumE=NumA=NumATotal=NumL=0; NUMAMINO=0; Slope=0; Intercept=0; } void Par::Init(char* l2lfile,char* l2afile,char* a2efile, char* confile, char* abet, double del, int algo, int objective, double regularizer){ //initializes all static variables for Par Clear(); InitConst(0.0,0.0,del, algo, objective, regularizer); InitAbet(abet); InitMaps(l2lfile,l2afile,a2efile,confile); } void Par::InitConst(double s, double i, double del, int algo, int obj, double reg){ Slope=s; Intercept=i; APlus = 1.2; AMinus = 0.5; DelMin = pow(10.0, -20.0); DelMax = 10.0; Del = del; Algorithm = algo; Objective = obj; Regularizer = reg; } void Par::Init(const char *abet){ InitAbet(abet); } Par::Par(){} void Par::LoadStrandStates(char *ssfile){ ifstream infile(ssfile); if (! infile) { cerr<<"LoadStrandStates: Couldn't open strandstates file "<>ss) Par::SStates.insert(ss); infile.close(); } Par::Par(vector&tsq,char* cf,set& ex,bool profQ){ //must call Init before calling Par, and in this order this->Allocate(Par::NumATotal,Par::NumE); this->InitArch(1.0); this->InitEmit(1.0); } void Par::Init(char* l2lfile, const char *abet){ Clear(); InitAbet(abet); LoadL2L(l2lfile); } void Par::InitAbet(const char *abet){ //initialize AminoMap and NUMAMINO and AAComp string aa=abet; //this is a requirement for the symbols NUMAMINO=aa.length(); AAComp.resize(NUMAMINO); for (unsigned int i=0;i >zmap; map >::iterator zit; while (infile.getline(line,100)){ sscanf(line, "%f %f %f", &z, &acc, &cov); zmap[z] = make_pair(acc,cov); } infile.close(); for (zit = zmap.begin(); zit != zmap.end(); zit++){ Par::ZCalibration.z.push_back(zit->first); Par::ZCalibration.acc.push_back(zit->second.first); Par::ZCalibration.cov.push_back(zit->second.second); } } void Par::LoadConnect(char* cf) throw (string&){ //Loads the architecture file, (option -r) //The format is a sparse matrix representation //of the nodes of the HMM, e.g. //san san san san san //san san san san san san //... //the first san (Architecture node) is the source //the remaining ones on that line are those which it //connects to. ostringstream errs; ifstream cfile; cfile.open(cf); if (!cfile) { errs<<"Fatal Error: Couldn't open Architecture file " <>san){ if (SANmap.find(san)==SANmap.end() && san != "BEGIN" && san != "END"){ SANmap[san] = ian_ctr; SANrev[ian_ctr] = san; ian_ctr++; } } NumA=ian_ctr; NumATotal = NumA + 2; SANmap["BEGIN"] = Begin_ian = NumA; SANmap["END"]= End_ian = NumA+1; SANrev[Begin_ian] = "BEGIN"; SANrev[End_ian] = "END"; cfile.clear(); cfile.seekg(ios::beg); while (cfile>>s_san){ s_ian=SANmap[s_san]; if (Connect.find(s_ian)!=Connect.end()) { errs<<"E1: repeat source "<(); while (cfile.peek()!='\n') { cfile>>t_san; t_ian=SANmap[t_san]; Connect[s_ian].insert(t_ian); } } cfile.close(); //Check for architectural integrity errs.str(""); if (Connect.find(Begin_ian) == Connect.end() || Connect[Begin_ian].size() == 0) errs<<"Architecture has no BEGIN node or it has no targets."<l2l; setseen_sln_old; while (lf>>sln_new){ if (sln_new.size()==0){ errs<<"E2: found blank line in "<>sln_old; if (sln_old.size()==0){ errs<<"E4: new label has no old labels in "< > l2a; set used_san; while (lf>>sln){ if (sln.size()==0){ errs<<"E2: Found blank line in "<>san; if (san.size()==0){ errs<<"E8: label has no archnames in"<(); if (l2a[cur_iln].find(cur_ian)==l2a[cur_iln].end()) l2a[cur_iln].insert(cur_ian); } } lf.close(); //Achieve Implicit mapping, with error checks // Here we map::iterator it; string test_san; for (it=SLNmap.begin();it!=SLNmap.end();it++){ sln=it->first; cur_iln=it->second; if (l2a.find(cur_iln)!=l2a.end()) continue; //ensures only implicit (absent from l2afile) are treated test_san=sln; //we will test to see if it exists in SANmap if (SANmap.find(test_san)==SANmap.end()){ errs<<"E10: "<(); l2a[cur_iln].insert(cur_ian); // cout<<"Creating implicit mapping between sln "<seen_san; while (af>>sen){ if (sen.size()==0){ errs<<"E2: found blank line in "<>san; if (san.size()==0){ errs<<"E12: emission has no archnames in "<::iterator it; for (it=SANmap.begin();it!=SANmap.end();it++){ san = it->first; ian = SANmap[san]; if (ian >= A2E.size()) continue; if (seen_san.find(san)==seen_san.end()){ sen=san; SENmap[sen]=sen_ctr; SENrev[sen_ctr]=sen; sen_ctr++; ien=SENmap[sen]; A2E[ian]=ien; } } NumE=sen_ctr; } /* initialize string->int map of sources translate targets using existing string->int map initialize int->int map of targets->sources */ void Par::LoadRedux(char *file, vector& srcmap, map& tarmap, vector& redux) throw (string&){ //load mapping in file, translating first string on each line //('source') into an integer, storing it in srcmap //use tarmap to translate target strings, storing the integer //mapping in redux. It is stored as target->source ostringstream errs; string src, tar; //sstate is state of interest user sees unsigned int isrc; ifstream fh(file); if (!fh) { errs<<"Couldn't open "<::iterator tit; set remain; set::iterator rit; for (tit = tarmap.begin(); tit != tarmap.end(); tit++){ if (tit->second == Par::Begin_ian || tit->second == Par::End_ian) continue; remain.insert(tit->first); } while (fh>>tar && ! fh.eof()){ srcmap.push_back(tar); while (! fh.eof() && fh.peek()!='\n'){ fh>>src; if (tarmap.find(src) == tarmap.end()){ errs<<"E14: "< 0) { errs<<"In redux file "<&tsq, set& exclude){ // if (Par::Algorithm == BAUM_WELCH) return BaumWelchStep(tsq, exclude); // else return GradientStep(tsq,exclude); //} void Par::PrintZCurve(vector >& integral_stats,char *ofile){ //prints in tab delimited format, (mean, sd) //we assume integral_stats has entries starting at zero ofstream os(ofile); ostringstream errs; if (!os){ errs<<"Couldn't open Zcurve output file "< using namespace std; void Par::Store(char *ofile){ //store all non-static data of this model ofstream of(ofile); if (! of) { cerr<<"Store: Couldn't open output file "< PDD; StoreMap(of, AminoMap, C, UI); StoreMap(of, AminoMapRev, UI, C); StoreVector(of, A2E, I); StoreMap(of, SLNmap, S, UI); StoreMap(of, SANmap, S, UI); StoreMap(of, SENmap, S, UI); StoreMap(of, SLNrev, UI, S); StoreMap(of, SANrev, UI, S); StoreMap(of, SENrev, UI, S); StoreSimple(of, Begin_ian); StoreSimple(of, End_ian); StoreMap(of, L2Lmap, S, S); Store2DVector(of, LA, B); StoreSimple(of, NumE); StoreSimple(of, NumA); StoreSimple(of, NumL); StoreSimple(of, NumATotal); StoreSimple(of, NUMAMINO); StoreVector(of, AAComp, D); StoreVector(of, Zcurve, PDD, D, D); StoreSimple(of, Slope); StoreSimple(of, Intercept); StoreSimple(of, DelMin); StoreSimple(of, DelMax); StoreSimple(of, APlus); StoreSimple(of, AMinus); StoreSimple(of, Del); StoreSimple(of, Algorithm); StoreSimple(of, Objective); StoreSimple(of, Regularizer); } void Par::ReadStatic(char *ifile){ string S; unsigned int UI = 0; char C = 0; int I = 0; bool B = false; double D = 0.0; pair PDD; ifstream infile(ifile); if (! infile) { cerr<<"ReadStatic: Couldn't open input file "< #include void Seq::CountPredStrands(){ //counts the number of predicted beta-strands of the given //sequence //traverse this->row[t].predbetaQ, finding each switch from //false to true, indicating the start of a strand scl.npredstrands=0; bool prevQ=false; //current truth value is this->row[t].predbetaQ //we start out false because the first strand may start at position 0 for (int t = 0; t<(int)scl.Seqlen; t++){ if (row[t].predbetaQ && ! prevQ) scl.npredstrands++; prevQ = row[t].predbetaQ; } } void Seq::Posterior(Par& M){ //compute multi-state reduction scores for each position t scl.P_free_log = Forward(M); Backward(M); //Trace forward viterbi path using multi-state reduction //probability as the metric this->LogViterbiMulti(M); //Traceback this->PosteriorTraceback(M); CountPredStrands(); if (scl.labelQ) this->CalcCTable(M); CalcFinal(M); CalcDlog(row); } vector > Seq::CalcReduxPosterior(Par& M){ //calculate for each position, the reduced posterior probabilities //of the sequence. unsigned int t,s,ian; double total=0.0; vector >StateProbs(scl.Seqlen); for (t=0;tscl.Seqlen, NA=Par::NumA; double tmpcs_log,aij_log; //calculate relative state probabilities for //each final state, store in stateprobs[pos][istate]=prob vector >StateProbs = CalcReduxPosterior(M); //initialization for (t=0;tEND transition if it exists ian = M.ArchRev[Par::End_ian][n].src; fn = M.ArchRev[Par::End_ian][n].index; aij_log = log(M.Arch[ian][fn].score); trel[T-1][ian].cs_log += aij_log; } } void Seq::PosteriorTraceback(Par& M){ //traces back the viterbi path under multistate decoding unsigned int ian,t,T=this->scl.Seqlen,NA=Par::NumA,cur_ian,maxi=0; double max_log=-HUGE_VAL; //initialization: find top-scoring last atom for (ian=0;ian& N, vector& A){ //calculates P(N|A,|N|), the probability of the N sample //given dirichlet component with alpha A assert(N.size() == A.size()); double logP = 0.0; for (unsigned int i=0; i < N.size(); i++) logP += gsl_sf_lngamma(N[i]+A[i]) - gsl_sf_lngamma(N[i]+1.0) - gsl_sf_lngamma(A[i]); return exp(logP); } vector Dirichlet(vector& N, dirichlet& M){ unsigned int Ncomp = M.coeff.size(); unsigned int Nalpha = N.size(); unsigned int i, j; vector weight(Ncomp); for (j = 0; j < Ncomp; j++) weight[j] = M.coeff[j] * NgivenAlpha(N, M.alpha[j]); Normalize(&weight[0], Ncomp); double Nnorm = accumulate(N.begin(), N.end(), 0.0); vector Anorm(Ncomp); for (j = 0; j < Ncomp; j++) Anorm[j] = accumulate(M.alpha[j].begin(), M.alpha[j].end(), 0.0); vector ptemp(Ncomp); vector mean_post_est(Nalpha); for (i = 0; i < Nalpha; i++){ for (j = 0; j < Ncomp; j++) ptemp[j] = (N[i] + M.alpha[j][i]) / (Nnorm + Anorm[j]); mean_post_est[i] = inner_product(weight.begin(), weight.end(), ptemp.begin(), 0.0); } return mean_post_est; } void ArchPrior(vector& A){ //adjust architecture node transitions using global variables for (unsigned int i=0; i < A.size(); i++) A[i] += Par::Regularizer; } void EmitPrior(vector& E){ //adjust emission parameters using global variables E = Dirichlet(E, Par::Dirichlet); } proftmb-1.1.12/src/Seq.cpp0000644015075101507510000002637612026631527012247 00000000000000#include "constants.h" #include "Seq.h" #include "Tools.h" #include "Par.h" #include #include #include #include #include using namespace std; typedef set > SS; Seq::labels Seq::lb; Seq::ext Seq::func; Seq::Seq (){} Seq::Seq (SS& sdat,string id, set& posID,map& cred) { //make this opportunistic, include threads //this does not initialize alpha or beta variables pReturn=&Seq::ReturnP; ostringstream errs; uint t; //time scl.SeqID=id; scl.weight = 1.0; string label; SS::iterator sit; for (sit = sdat.begin(); sit != sdat.end(); sit++){ if (sit->first == lb.sq) { scl.Seqlen = sit->second.size(); scl.AASeq = sit->second; } else if (sit->first == lb.wt) scl.weight = atof(sit->second.c_str()); } if (cred.find(id)!=cred.end()) scl.ClassDesc=cred[id]; //else cout<<"Couldn't find classdescription for "<first == lb.lb) { foundQ = true; break; } if (! foundQ) return false; string digit, label; unsigned int dig; //Parse labels into 'labels' vector labels; SS::iterator it; for (it = sdat.begin(); it != sdat.end(); it++){ if (it->first != lb.lb) continue; istringstream prline(it->second); prline>>digit>>label; dig = atoi(digit.c_str()); if (labels.size() < dig+1) labels.resize(dig+1); labels[dig] = label; } ostringstream errs; //Check equality of label lines; unsigned int ndig = labels.size(); if (ndig == 0) return false; for (dig = 0; dig < ndig; dig++){ if (labels[dig].size() != scl.Seqlen){ errs<<"Label line "<first!=lb.pr) continue; istringstream prline(it->second); //initialize profile line for reading prline>>amino; //read amino symbol if (Par::AminoMap.find(amino)==Par::AminoMap.end()){ errs<<"E16: Par::AminoMap doesn't contain "<>num)) { errs<<"E17: not enough numbers in profile."; throw errs.str(); } assert(c Seq::Read(char* file) throw (string&){ //load data into dat ifstream sf(file); ostringstream errs; if (!sf) { errs<<"Couldn't open "<dat; string id,label,line; while (sf>>id>>label){ sf>>ws; getline(sf,line); //if (dat.find(id) == dat.end()) // dat[id] = SS(); dat[id].insert(pair(label,line)); } sf.close(); return dat; } pair Seq::ReadOne(ifstream& sf){ //returns default data-structure if encounters eof if (! sf.good()) return pair(); pairdat; string id, label ,line; //load data into dat while (sf>>id>>label){ sf>>ws; getline(sf,line); dat.first=id; dat.second.insert(make_pair(label,line)); } return dat; } string Seq::CheckDat(SS& dat){ //each error accumulates a message in 'errs' //CheckDat returns this error, and if it has zero length //there is no problem ostringstream errs; //Check that all labels are known SS::iterator mit; string sq(""); for (mit = dat.begin(); mit != dat.end(); mit++){ if (mit->first != lb.id && mit->first != lb.lb && mit->first != lb.sq && mit->first != lb.ts && mit->first != lb.wt && mit->first != lb.pr && mit->first != lb.H && mit->first != lb.E && mit->first != lb.L) errs<<"Label "<first<<" isn't known."<first == lb.sq) sq = mit->second; } uint T = sq.size(); if (T == 0) { errs<<"Sequence is missing or has zero length."<first!=lb.pr) continue; istringstream profile(it->second); profile>>amino; //read in amino label numc++; if (Par::AminoMap.find(amino)==Par::AminoMap.end()){ errs<<"CheckProfile: Profile contains amino symbol " <>num) ctr++; if (ctr != T){ errs<<"CheckProfile: Profile contains "<Profile[t][0],Par::NUMAMINO); } proftmb-1.1.12/src/Sov.cpp0000644015075101507510000000541512026631527012255 00000000000000#include "Sov.h" #include #include //This code adapted from Zemla sov.c (/home/bigelow/cpp/apps/sov.c) //It appears to implement both algorithms in (JMB 1994) and (Proteins 1999) /*----------------------------------------------------------- / / sov - evaluate SSp by the Segment OVerlap quantity (SOV) / Input: secondary structure segments / /------------------------------------------------------------*/ float sov(int n_aa, char* sss1, char* sss2, parameters* pdata) { int i, k, length1, length2, beg_s1, end_s1, beg_s2, end_s2; int j1, j2, k1, k2, minov, maxov, d=0, d1, d2, n, multiple; char s1, s2, sse[3]; float out; double s, x; sse[0]='#'; sse[1]='#'; sse[2]='#'; if(pdata->sov_what==0) { sse[0]='H'; sse[1]='E'; sse[2]='C'; } if(pdata->sov_what==1) { sse[0]='H'; sse[1]='H'; sse[2]='H'; } if(pdata->sov_what==2) { sse[0]='E'; sse[1]='E'; sse[2]='E'; } if(pdata->sov_what==3) { sse[0]='C'; sse[1]='C'; sse[2]='C'; } n=0; for(i=0;i=beg_s1 && beg_s2<=end_s1) { if(multiple>0 && pdata->sov_method==1) { n=n+length1; } multiple++; if(beg_s1>beg_s2) { j1=beg_s1; j2=beg_s2; } else { j1=beg_s2; j2=beg_s1; } if(end_s1sov_delta_s); d2=(int)floor(length2*pdata->sov_delta_s); if(d1>d2) d=d2; if(d1<=d2 || pdata->sov_method==0) d=d1; if(d>minov) { d=minov; } if(d>maxov-minov) { d=maxov-minov; } x=pdata->sov_delta*d; x=(minov+x)*length1; if(maxov>0) { s=s+x/maxov; } else { printf("\n ERROR! minov = %-4d maxov = %-4d length = %-4d d = %-4d %4d %4d %4d %4d", minov,maxov,length1,d,beg_s1+1,end_s1+1,beg_s2+1,end_s2+1); } if(pdata->sov_out==2) { printf("\n TEST: minov = %-4d maxov = %-4d length = %-4d d = %-4d %4d %4d %4d %4d", minov,maxov,length1,d,beg_s1+1,end_s1+1,beg_s2+1,end_s2+1); } } } } } if(pdata->sov_out==2) { printf("\n TEST: Number of considered residues = %d",n); } if(n>0) { out=s/n; } else { out=1.0; } return out; } proftmb-1.1.12/src/structs.cpp0000644015075101507510000000527312026631527013217 00000000000000#include "structs.h" #include "Par.h" #include #include #include using namespace std; ostream& operator<<(ostream& out,names& n){ out<<"iln="<& M){ ostringstream out; unsigned int state; char olc; unsigned int i, N = M.size(); for (i=0; i < N; i++) out<& M){ ostringstream out; out.precision(1); out.width(2); out.setf(ios::fixed); unsigned int state; unsigned int i, N = M.size(); for (i=0; i < N; i++) out< void Par::Allocate(unsigned int numA,unsigned int numE) { unsigned int ien; //allocate A,C,Arch A_clamp.resize(numA); A_free.resize(numA); C_clamp.resize(numE); C_free.resize(numE); for (ien=0; ien >::iterator mit; set::iterator sit; float norm; unsigned int NAT = Par::NumATotal; Arch.resize(NAT); for (mit = Par::Connect.begin(); mit != Par::Connect.end(); mit++){ norm = 1.0 / (float)mit->second.size(); for (sit = mit->second.begin(); sit != mit->second.end(); sit++){ Arch[mit->first].push_back(archpair(*sit,norm)); } } //initialize ArchRev unsigned int n, ian, s_ian, t_ian; ArchRev.resize(NAT); for (s_ian=0; s_ian& tsq, set& ex, bool validQ){ //tallies ML counts for architecture. //uses LA to find all SAN's from SLN's if (! validQ) return; //no point in training if we ignore //labels on training sequences. vector >atally(NumATotal); //atally[src_ian][tar_ian]=ct unsigned int i,j,s,t,T,ian,s_ian,t_ian,src_iln,tar_iln; //zero atally, beg_tally and end_tally for (i=0;iEmitAmino[ien][c] += etally[ien][c]; } } proftmb-1.1.12/src/Tools.cpp0000644015075101507510000001172312026631527012605 00000000000000#include "Tools.h" #include #include #include using namespace std; namespace Tools{ map CreateMap(const vector& rev){ unsigned int i; map formap; for (i = 0; i < rev.size(); i++) formap[rev[i]] = i; return formap; } double DotP(double *vec1,double *vec2,int size) { double dotp=0.0; int i; for (i=0;i=st;cur_st--) is.putback(*cur_st); return true; } char* PrefixDir(const char* root,const char* rel,char* full){ //prepends root to rel, storing in full //if rel starts with '/', simply copies rel to full full[0]=0; if (rel[0] != '/') { strcpy(full,root); if (root[strlen(root)-1] != '/') strcat(full,"/"); } strcat(full,rel); return full; } } proftmb-1.1.12/src/TrainSeq.cpp0000644015075101507510000000117112026631527013227 00000000000000#include "TrainSeq.h" TrainSeq::TrainSeq (){} TrainSeq::TrainSeq (set >&sdat,string id, set& emptyset,map& nomap) : Seq(sdat,id,emptyset,nomap){ } void TrainSeq::Allocate(Par& M){ A_clamp.resize(Par::NumATotal); A_free.resize(Par::NumATotal); C_clamp.resize(Par::NumE); C_free.resize(Par::NumE); unsigned int ian, ien; for (ian=0; ian < Par::NumATotal; ian++) { A_clamp[ian].resize(M.ArchSize[ian].ntar); A_free[ian].resize(M.ArchSize[ian].ntar); } for (ien=0; ien #include void Seq::Viterbi(Par& M){ scl.P_free_log = Forward(M); Backward(M); this->ViterbiInit(M); this->ViterbiInduction(M); this->ViterbiTermination(M); this->ViterbiTraceback(M); this->CountPredStrands(); if (scl.labelQ) this->CalcCTable(M); } void Seq::ViterbiInit(Par& M){ //initialization unsigned int t, T = this->scl.Seqlen, NA = Par::NumA; unsigned int ian, n; double aij_log; for (t = 0; t < T; t++) for (ian = 0;ian*this->pReturn)(0,ian,M)); } } void Seq::ViterbiInduction(Par& M){ unsigned int t, T = this->scl.Seqlen, NA = Par::NumA; unsigned int s_ian, t_ian, n, fn; double aij_log, tmpcs_log; for (t = 1;t*this->pReturn)(t,t_ian,M)); //if (trel[t][t_ian].cs_log == tmpcs_log) // cout<<"Warning: viterbi found same cs_log at position "< node, nodes; for (ian = 0; ian < Par::NumA; ian++) nodes.insert(ian); vector >sources = M.FindSources(Par::End_ian, nodes); for (n = 0; n < sources.size(); n++){ ian = sources[n].first; aij = sources[n].second; trel[T-1][ian].cs_log += log(aij); //should strictly use a different variable } } void Seq::ViterbiTraceback(Par& M){ unsigned int ian, n; unsigned int T = this->scl.Seqlen; unsigned int cur_ian, maxi = 0; double max_log=-HUGE_VAL; set nodes; //initialization: find top-scoring last atom for (ian = 0; ian < Par::NumA; ian++) nodes.insert(ian); vector >sources = M.FindSources(Par::End_ian, nodes); for (n = 0; n < sources.size(); n++){ ian = sources[n].first; if (trel[T-1][ian].cs_log == max_log) cout<<"Warning: found equal cs_log in viterbi at last position "< max_log) { max_log = trel[T-1][ian].cs_log; maxi = ian; } } //initialize cur_ian = maxi; //trace back by s_atom int t; for (t = T-1; t>=0; t--) { this->row[t].pred_ian = cur_ian; this->row[t].pred_rstate = Par::ReduxDecode[cur_ian]; cur_ian = trel[t][cur_ian].s_atom; } } proftmb-1.1.12/src/Zscore.cpp0000644015075101507510000002043112026631527012746 00000000000000//calculate Z-scores using: //Krogh, Brown, Mian, Sjolander, Haussler, 1994 //JMB 235:1501-1531 //Algorithm pseudocode: //1. Given a set of points Raw(length, score), calculate for each //minimum length window containing at least 500 proteins, average //length, average score, and SD of score. Stats(ave_length,ave_score, //sd_score). //2. using linear interpolation, calculate the mean and sd of //each integral length based on points StatsIntegral(int_length,ave_score, //sd_score). //3. using linear regression (least squares?) calculate mean and sd //of each integral length less than the minimum ave_length in Stats //or greater than the maximum length in Stats //4. Calculate all Z-scores of points in Raw as (score-ave_score)/sd_score //5. remove from Raw, all points having a z-score > 2 or < -2 //6. repeat 1-5 until no more outliers are found in 5. //Data: setRaw, setStats, //vector >IntStats //l_min, #include "Zscore.h" #include #include #include #include #include #include #include extern int quiet; vector > Z_Calibrate(set >& Raw, int windowsize,double zmax) throw (string&){ ostringstream errs; //copy all x's and y's of Raw into raw_x and raw_y vectorraw_x; vectorraw_y; set >::iterator cur_rit; for (cur_rit=Raw.begin();cur_rit!=Raw.end();cur_rit++){ raw_x.push_back(cur_rit->first); raw_y.push_back(cur_rit->second); } if ((int)raw_x.size() > >stats; vector >integral_stats; while (1){ //loop broken when no outliers found //in these, the order of lengths in raw_x are //supposed to by ascending, and where tied, //ascending in raw_y //compute (mean_x,mean_y,sd) from raw values stats=ComputeStats(raw_x,raw_y,windowsize); cout<<"Min stats: "<first <<", Max stats: "<<(--stats.end())->first< > > ComputeStats(vector& raw_x,vector& raw_y,int windowsize){ //compile statistics (mean_x,mean_y,sd) for all windows int ind_lo,ind_hi,prev_lo; //indices defining window boundary int cur_lo,cur_hi; int numpoints=(int)raw_x.size(); int lastind=numpoints-1; double mean_x,mean_y,sd; set > >stats; //find initial ind_lo and ind_hi ind_lo=0; prev_lo=raw_x[ind_lo]; //part of initialization of loop ind_hi=ind_lo+windowsize; cur_hi=raw_x[ind_hi]; while (ind_hiraw_xd(raw_x.size()); for (int ind=0;indnumpoints) break; //we are done with windows cur_hi=raw_x[ind_hi]; while (ind_hi0 && raw_x[ind_lo]==cur_lo) ind_lo--; ind_lo++; //do linear regression on the last window double c0_max[1], c1_max[1]; gsl_fit_linear (&raw_xd[ind_lo],1,&raw_y[ind_lo],1,lastind-ind_lo+1,c0_max,c1_max, &junk[0],&junk[1],&junk[2],&junk[3]); //but add one regression point at the max //add mean_y according to linear regression line, but take //sd from closest point (raw_x[0]); cur_lo=raw_x[0]; mean_y=*c0_min+(*c1_min * cur_lo); //linear regression line sd=stats.begin()->second.second; //just take the sd from the shortest stat stats.insert(make_pair((double)cur_lo,make_pair(mean_y,sd))); //what is max_length int max_length=raw_x[lastind]; mean_y=*c0_max+(*c1_max * max_length); sd=(--stats.end())->second.second; stats.insert(make_pair((double)max_length,make_pair(mean_y,sd))); return stats; } vector > InterpolateValues(const set > >& stats){ //compute interpolated values (mean_y and sd) at integral x-values //(stats is sorted low-to-hi by sit->first) (average length)) vectorstats_len,stats_mean,stats_sd; set > >::iterator sit; for (sit=stats.begin();sit!=stats.end();sit++){ stats_len.push_back(sit->first); stats_mean.push_back(sit->second.first); stats_sd.push_back(sit->second.second); } int l_min=(int)ceil(stats_len[0]); int l_max=(int)floor(stats_len[stats_len.size()-1]); vector >integral_stats(l_max+1); gsl_interp_accel *acc_mean = gsl_interp_accel_alloc (); gsl_interp_accel *acc_sd = gsl_interp_accel_alloc (); gsl_interp * interp_mean = gsl_interp_alloc (gsl_interp_linear,stats_len.size()); gsl_interp * interp_sd = gsl_interp_alloc (gsl_interp_linear,stats_len.size()); gsl_interp_init (interp_mean, &stats_len[0], &stats_mean[0], stats_len.size()); gsl_interp_init (interp_sd, &stats_len[0], &stats_sd[0], stats_len.size()); for (int len=l_min;len<=l_max;len++){ integral_stats[len].first=gsl_interp_eval (interp_mean,&stats_len[0],&stats_mean[0],len,acc_mean); integral_stats[len].second=gsl_interp_eval (interp_sd,&stats_len[0],&stats_sd[0],len,acc_sd); } gsl_interp_free (interp_mean); gsl_interp_free (interp_sd); gsl_interp_accel_free (acc_mean); gsl_interp_accel_free (acc_sd); return integral_stats; } bool DiscardOutliers(vector& raw_x, vector& raw_y, vector >& integral_stats, double zmax){ //iterates through each point (raw_x,raw_y) and discards it //if it is an outlier according to integral_stats and zmax //PRESERVES ORDER //build a list of outliers int ind; setexclude; double zvalue; bool excludeQ=false; for (ind=0;ind<(int)raw_x.size();ind++){ zvalue=(raw_y[ind]-integral_stats[raw_x[ind]].first)/ integral_stats[raw_x[ind]].second; if (fabs(zvalue) > zmax) exclude.insert(ind); } if (exclude.size()>0) excludeQ=true; vectornewraw_x; vectornewraw_y; for (ind=0;ind<(int)raw_x.size();ind++){ if (exclude.find(ind)==exclude.end()){ //not excluded newraw_x.push_back(raw_x[ind]); newraw_y.push_back(raw_y[ind]); } } set::iterator eit; for (eit=exclude.begin();eit!=exclude.end();eit++) cout<<"Excluded point with length "< >& integral_stats, int length,double raw_score) { ostringstream errs; if (length>(int)integral_stats.size()-1) { errs<<"protein length: "< #include #include #include //for stat(), checking whether file or directory #include #include #include #include #include #include #include #include #include #include "Par.h" #include "TrainSeq.h" #include "Load.h" #include "Output.h" #include "HMMOutput.h" #include "Tools.h" #include "Zscore.h" #include "opt.h" #include "Eval.h" #include "../config.h" using namespace std; char *Dir = const_cast(""), *Seqs=const_cast(""), *QFileorDir=const_cast(""), *TestQList=const_cast(""), *ReduxDecode=const_cast(""), *ReduxReport=const_cast(""), *Arch=const_cast(""), *OutPrefix=const_cast(""), *OutPretty=NULL, *OutTab=NULL, *OutDat=NULL, *NullFreq=const_cast(""), *Alphabet=const_cast("ACDEFGHIKLMNPQRSTVWY"), *EmissionsFile=const_cast(""); char *Zfile=const_cast(""); char *AccCovZfile=const_cast(""); char *SeqName=const_cast(""); char *StaticParams=const_cast(""); char *TrainedParams=const_cast(""); char *StrandStates=const_cast(""); int opt_version = 0; int quiet = 0; double ScoreCutoff; void PrintGlobals(ostream& out){ out<<"OutPrefix: "<." << endl; return 0; } //uint i; Seq::InitSeq(); char fReduxDecode[256],fReduxReport[256], fNullFreq[256],fEmissionsFile[256],fZfile[256], fAccCovZfile[200], fTrainedParams[200], fStaticParams[200], fStrandStates[200] ; PrefixDir(Dir,ReduxDecode,fReduxDecode); PrefixDir(Dir,ReduxReport,fReduxReport); PrefixDir(Dir,NullFreq,fNullFreq); PrefixDir(Dir,EmissionsFile,fEmissionsFile); PrefixDir(Dir,Zfile,fZfile); PrefixDir(Dir,AccCovZfile,fAccCovZfile); PrefixDir(Dir,TrainedParams,fTrainedParams); PrefixDir(Dir,StaticParams,fStaticParams); PrefixDir(Dir,StrandStates,fStrandStates); struct stat Qstat; if (stat(Dir,&Qstat) || ((Qstat.st_mode & S_IFMT) != S_IFDIR)) { cerr<<"Couldn't find "<QList; setSStates; //strand states fQList.open(TestQList); while (fQList>>line) QList.insert(string(line)); fQList.close(); Par Model; try { Par::ReadStatic(fStaticParams); Par::InitRedux(fReduxDecode, fReduxReport); Model.Read(fTrainedParams); Par::InitZCalibration(fAccCovZfile); Par::ReadZCurve(fZfile); Par::ReadNullFreq(fNullFreq); Par::LoadStrandStates(fStrandStates); } catch (string& errmsg){ cerr<d_name))==QList.end()) continue; sspath.str(""); sspath<d_name; strncpy(Path,sspath.str().c_str(), 299 ); if (stat(Path,&Dstat)) cout<<"Can't determine what "<d_name, true); } catch (string& errmsg){ cerr<d_name<<"."<d_name<<"."< cut){ ofstream tsdat(datfile,ios::app); if (! tsdat){ cerr<<"Couldn't open datafile "< cut), multiQ); } int main(int argc,char** argv){ OptRegister(&Dir,OPT_STRING,'d',const_cast("directory-root"),const_cast("root path where files (options -s,-r,-l,-a,-e,-t,-u,-z,-n) reside")); OptRegister(&ReduxDecode,OPT_STRING,'a',const_cast("reduction-state-decode"),const_cast("state reduction for decoding")); OptRegister(&ReduxReport,OPT_STRING,'b',const_cast("reduction-state-report"),const_cast("state reduction for reporting")); OptRegister(&StrandStates,OPT_STRING,'m',const_cast("membrane-strand-states"),const_cast("list of membrane strand states")); OptRegister(&Zfile,OPT_STRING,'z',const_cast("z-curve-file"),const_cast("file containing means and sd's at integral length values")); OptRegister(&AccCovZfile, OPT_STRING, 'x', const_cast("z-calibration-curve"),const_cast("file mapping coverage and accuracy values to z-scores")); OptRegister(&NullFreq,OPT_STRING,'n',const_cast("null-frequency"),const_cast("background frequency file")); OptRegister(&ScoreCutoff,OPT_DOUBLE,'c',const_cast("minimum-score-cutoff"),const_cast("minimum z-score for per-residue prediction")); OptRegister(&OutPrefix,OPT_STRING,'o',const_cast("outfile-prefix"),const_cast("output file prefix for the three files generated: PREFIX_dat.txt, PREFIX_proftmb_pretty.txt PREFIX_proftmb_tabular.txt")); OptRegister(&StaticParams, OPT_STRING,'s',const_cast("static-model-data"),const_cast("data representing the model architecture")); OptRegister(&TrainedParams, OPT_STRING, 't', const_cast("trained-params"),const_cast("params representing the encoded training data")); OptRegister(&QFileorDir,OPT_STRING,'q',const_cast("test-blastQ-file-or-dir"),const_cast("psiblast profile (-Q) or directory (full pathname or relative to current directory) with many profiles")); OptRegister(&SeqName,OPT_STRING,'w',const_cast("single-sequence-name"),const_cast("if -q option points to a single file, this is the name")); OptRegister(&TestQList,OPT_STRING,'v',const_cast("list-blastQ-files"),const_cast("list of psiblast files to process in directory (leave blank to process all files)")); OptRegister(&OutPretty,OPT_STRING,const_cast("outfile-pretty"),const_cast("pretty output file (overrides automatic name PREFIX_proftmb_pretty.txt)")); OptRegister(&OutTab,OPT_STRING,const_cast("outfile-tab"),const_cast("tabulated output file (overrides automatic name PREFIX_proftmb_tabular.txt)")); OptRegister(&OutDat,OPT_STRING,const_cast("outfile-dat"),const_cast("data output file (overrides automatic name PREFIX_dat.txt)")); OptRegister(&opt_version,OPT_BOOL,const_cast("version"),const_cast("output version information and exit")); OptRegister(&quiet,OPT_BOOL,const_cast("quiet"),const_cast("be quiet")); optMain(Run); if (argc==1){ char **myargv,*mybuf[2]; mybuf[0]=argv[0]; mybuf[1]=const_cast("$"); myargv=mybuf; int myargc=2; cout<